NSolve 指令

来自GeoGebra Manual
Jackhu讨论 | 贡献2011年10月3日 (一) 09:45的版本 (en)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
Accessories dictionary.png
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版

此指令只能用在運算區

NSolve[ <Equation> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
NSolve[ <Equation> ]
Finds a numeric solution for a given equation for the variable x.
範例:
NSolve[cos(x) = x] yields {x = 0.7390851332151606}.
NSolve[ <Equation>, <Variable> ]
Finds a numeric solution to an equation for a given unknown variable.
範例:
NSolve[a^4 + 34a^3 - 34, a] yields {a = 0.9904738886662206}.
備註: It is optional to give the starting point like a=3.
NSolve[ <List of Equations>, <List of Variables> ]
Finds a numeric solution to a set of equations for a given set of unknown variables.
範例:
NSolve[{π / x = cos(x - 2y), 2 y - π = sin(x)}, {x=3, y=1.5}] yields {x = 3.141592651686591, y = 1.570796327746508}.
備註: It is optional to give the starting point like {x=3, y=1.5}.
備註:
© 2024 International GeoGebra Institute