Root 指令

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


Root[ <Polynomial> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Root[ <Function>, <Initial x-Value> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Root[ <Function>, <Start x-Value>, <End x-Value> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Root[ <Polynomial> ]
Yields all roots of the polynomial as intersection points of the function graph and the x‐axis.
Root[ <Function>, <Number a> ]
Yields one root of the function using the initial value a for Newton's method.
Root[ <Function>, <Number a>, <Number b> ]
Yields one root of the function in the interval [a, b] (regula falsi).

CAS Syntax

Root[ <Polynomial> ]
Yields all roots of the polynomial as intersection points of the function graph and the x‐axis.
范例:
Root[x^3 - 3 * x^2 - 4 * x + 12] yields {x = 3, x = 2, x = -2}.
备注:
This command is only a special variant of Solve Command.
© 2024 International GeoGebra Institute