Derivative 指令

来自GeoGebra Manual
跳转至: 导航搜索
Accessories dictionary.png
本页为官方文件,一般使用者无法修改,若有任何误谬,请与官方联络。如欲编辑,请至本页的开放版


Derivative[ <Function> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Derivative[ <Function>, <Number> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Derivative[ <Curve> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Derivative[ <Curve>, <Number> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册

CAS 视窗

Derivative[ <Function> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Derivative[ <Function> ]
Returns the derivative of the function.
Derivative[ <Function>, <Number n> ]
Returns the nth derivative of the function.
Derivative[ <Curve> ]
Returns the derivative of the curve.
备注: It only works for parametric curves.
Derivative[ <Curve>, <Number n> ]
Returns the nth derivative of the curve.
备注: It only works for parametric curves.
备注: You can use f'(x) instead of Derivative[f], or f''(x) instead of Derivative[f, 2], and so on.

CAS Syntax

In CAS View only following syntax is supported:

Derivative[ <Expression f> ]
Returns derivative of f with respect to x.
范例:
Derivative[x^2] yields 2 x.
范例:
Derivative[a x^3] yields 3 a x2.
Derivative[ <Expression f>, <Variable a> ]
Returns derivative of f with respect to a.
范例:
Derivative[a x^3, a] yields x3.
Derivative[ <Expression f>, <Variable a>, <Number n> ]
Returns the nth derivative of f with respect to a.
范例:
Derivative[a x^3, x, 2] yields 6 a x.
© 2024 International GeoGebra Institute