Difference between revisions of "CurvatureVector Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|other}}
{{command|other}}
+
; CurvatureVector( <Point>, <Function> )
; CurvatureVector[ <Point>, <Function> ]
 
 
: Yields the curvature vector of the function in the given point.
 
: Yields the curvature vector of the function in the given point.
:{{example|1=<code><nowiki>CurvatureVector[(0,0), x^2]</nowiki></code> yields vector ''(0, 2)''.}}
+
:{{example|1=<code><nowiki>CurvatureVector((0, 0), x^2)</nowiki></code> yields vector ''(0, 2)''.}}
; CurvatureVector[ <Point>, <Curve> ]
+
; CurvatureVector( <Point>, <Curve> )
 
: Yields the curvature vector of the curve in the given point.
 
: Yields the curvature vector of the curve in the given point.
:{{example|1=<code><nowiki>CurvatureVector[(0, 0), Curve[cos(t), sin(2t), t, 0, π]]</nowiki></code> yields vector ''(0, 0)''.}}
+
:{{example|1=<code><nowiki>CurvatureVector((0, 0), Curve(cos(t), sin(2t), t, 0, π))</nowiki></code> yields vector ''(0, 0)''.}}
  
{{betamanual|version=5.0|{{Note|1=From GeoGebra 5, this command will work with conics as well.
+
;CurvatureVector( <Point>, <Object> )
}}}}
+
: Yields the curvature vector of the object (function, curve, conic) in the given point.
;CurvatureVector[ <Point>, <Object> ]
+
:{{examples|1=<div>
:Yields the curvature vector of the object (function, curve, conic) in the given point.
+
:*<code><nowiki>CurvatureVector((0, 0), x^2)</nowiki></code> yields vector ''(0, 2)''
*'''CurvatureVector[ <Point>, <Function> ]''': Yields the curvature vector of the function in the given point.
+
:*<code><nowiki>CurvatureVector((0, 0), Curve(cos(t), sin(2t), t, 0, π))</nowiki></code> yields vector ''(0, 0)''
:{{example|1=<code><nowiki>CurvatureVector[(0 ,0), x^2]</nowiki></code> yields vector ''(0, 2)''.}}
+
:*<code><nowiki>CurvatureVector((-1, 0), Conic({1, 1, 1, 2, 2, 3}))</nowiki></code> yields vector ''(0, -2)''</div>}}
*'''CurvatureVector[ <Point>, <Curve> ]''': Yields the curvature vector of the curve in the given point.
 
:{{example|1=<code><nowiki>CurvatureVector[(0, 0), Curve[cos(t), sin(2t), t, 0, π]]</nowiki></code> yields vector ''(0, 0)''.}}
 
*'''CurvatureVector[ <Point>, <Conic> ]''': Yields the curvature vector of the conic in the given point.
 
:{{example|1=<code><nowiki>CurvatureVector[(-1 ,0), Conic[{1, 1, 1, 2, 2, 3}]]</nowiki></code> yields vector ''(0, -2)''.}}
 

Latest revision as of 08:54, 9 October 2017


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