CSolutions 指令

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

此指令只能用在運算區

CSolutions[ <Equation> ]
Solves a given equation for the variable x and returns a list of all solutions, allowing for complex solutions.
範例:
CSolutions[x^2 = -1] yields {ί, -ί}, the complex solutions of x2 = -1.
CSolutions[ <Equation>, <Variable> ]
Solves an equation for a given unknown variable and returns a list of all solutions, allowing for complex solutions.
範例:
CSolutions[a^2 = -1, a] yields {ί, -ί}, the complex solutions of a2 = -1.
CSolutions[ <List of Equations>, <List of Variables> ]
Solves a set of equations for a given set of unknown variables and returns a list of all solutions, allowing for complex solutions.
範例:
CSolutions[{y^2 = x - 1, x = 2 * y - 1}, {x, y}] yields \begin{pmatrix}1 + 2 ί&1 + ί\\1 - 2 ί&1 - ί\end{pmatrix},
the complex solutions of y2 = x - 1 and x = 2 * y - 1.
備註:
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
© 2024 International GeoGebra Institute