Curvature Command
- Curvature( <Point>, <Object> )
-
Yields the curvature of the object (function, curve, conic) at the given point.
-
Curvature((0 ,0), x^2)
yields 2 -
Curvature((0, 0), Curve(cos(t), sin(2t), t, 0, π))
yields 0 -
Curvature((-1, 0), Conic({1, 1, 1, 2, 2, 3}))
yields 2