Difference between revisions of "CurvatureVector Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "{{betamanual|version=5.0|<div class="block-note"><span class="block-contents"> '''Note:''' From GeoGebra 5, this command will work with conics as well.</span></div>" to "")
Line 15: Line 15:
 
:*<code><nowiki>CurvatureVector[(0, 0), Curve[cos(t), sin(2t), t, 0, π]]</nowiki></code> yields vector ''(0, 0)''
 
:*<code><nowiki>CurvatureVector[(0, 0), Curve[cos(t), sin(2t), t, 0, π]]</nowiki></code> yields vector ''(0, 0)''
 
:*<code><nowiki>CurvatureVector[(-1, 0), Conic[{1, 1, 1, 2, 2, 3}]]</nowiki></code> yields vector ''(0, -2)''</div>}}
 
:*<code><nowiki>CurvatureVector[(-1, 0), Conic[{1, 1, 1, 2, 2, 3}]]</nowiki></code> yields vector ''(0, -2)''</div>}}
}}
 

Revision as of 10:04, 29 July 2015



CurvatureVector[ <Point>, <Function> ]
Yields the curvature vector of the function in the given point.
Example: CurvatureVector[(0, 0), x^2] yields vector (0, 2).
CurvatureVector[ <Point>, <Curve> ]
Yields the curvature vector of the curve in the given point.
Example: CurvatureVector[(0, 0), Curve[cos(t), sin(2t), t, 0, π]] yields vector (0, 0).


CurvatureVector[ <Point>, <Object> ]
Yields the curvature vector of the object (function, curve, conic) in the given point.
Examples:
  • CurvatureVector[(0, 0), x^2] yields vector (0, 2)
  • CurvatureVector[(0, 0), Curve[cos(t), sin(2t), t, 0, π]] yields vector (0, 0)
  • CurvatureVector[(-1, 0), Conic[{1, 1, 1, 2, 2, 3}]] yields vector (0, -2)
© 2024 International GeoGebra Institute