Difference between revisions of "Curvature Command"

From GeoGebra Manual
Jump to: navigation, search
(repeated description: fixed)
Line 12: Line 12:
 
:{{examples|1=<div>
 
:{{examples|1=<div>
 
:*<code><nowiki>Curvature[(0 ,0), x^2]</nowiki></code> yields  ''2''
 
:*<code><nowiki>Curvature[(0 ,0), x^2]</nowiki></code> yields  ''2''
:*<code><nowiki>Curvature[(1, 0), Curve[cos(t), sin(2t), t, 0, ]]</nowiki></code> yields ''0''
+
:*<code><nowiki>Curvature[(0, 0), Curve[cos(t), sin(2t), t, 0, π]]</nowiki></code> yields ''0''
 
:*<code><nowiki>Curvature[(-1, 0), Conic[{1, 1, 1, 2, 2, 3}]]</nowiki></code> yields ''0.15''</div>}}
 
:*<code><nowiki>Curvature[(-1, 0), Conic[{1, 1, 1, 2, 2, 3}]]</nowiki></code> yields ''0.15''</div>}}
 
}}
 
}}

Revision as of 07:32, 25 August 2014


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


© 2024 International GeoGebra Institute