“CSolve 指令”的版本间的差异

来自GeoGebra Manual
跳转至: 导航搜索
(Autogenerated from properties)
 
(en)
 
第1行: 第1行:
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{command|CAS|CSolve}}
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{command|CAS|CSolve}}
 
;CSolve[ <Equation> ]
 
;CSolve[ <Equation> ]
:{{translate|CSolve Command}}
+
:Solves a given equation for the variable x and returns a list of all solutions, allowing for complex solutions.
 +
:{{example|1=<div><code><nowiki>CSolve[x^2 = -1]</nowiki></code> yields ''{x = ί, x = -ί}'', the complex solutions of ''x<sup>2</sup> = -1''.</div>}}
 
;CSolve[ <Equation>, <Variable> ]
 
;CSolve[ <Equation>, <Variable> ]
 +
:Solves an equation for a given unknown variable and returns a list of all solutions, allowing for complex solutions.
 +
:{{example|1=<div><code><nowiki>CSolve[a^2 = -1, a]</nowiki></code> yields ''<nowiki>{a = ί, a = -ί}</nowiki>'', the complex solutions of ''a<sup>2</sup> = -1''.</div>}}
 +
;CSolve[ <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.
 +
:{{example|1=<div><code><nowiki>CSolve[{y^2 = x - 1, x = 2 * y - 1}, {x, y}]</nowiki></code> yields ''<nowiki>{{x = 1 + 2 ί, y = 1 + ί}, {x = 1 - 2 ί, y = 1 - ί}}</nowiki>'', the complex solutions of ''y<sup>2</sup> = x'' and ''x = 2 * y - 1''.</div>}}
 +
{{note| 1=<div>
 +
*The complex ί is obtained by pressing {{KeyCode|ALT + i}}.
 +
*See also [[CSolutions Command]] and [[Solve Command]].
 +
</div>}}
 
:{{translate|CSolve Command}}
 
:{{translate|CSolve Command}}

2011年9月29日 (四) 03:13的最新版本

Accessories dictionary.png
本页为官方文件,一般使用者无法修改,若有任何误谬,请与官方联络。如欲编辑,请至本页的开放版

此指令只能用在运算区

CSolve[ <Equation> ]
Solves a given equation for the variable x and returns a list of all solutions, allowing for complex solutions.
范例:
CSolve[x^2 = -1] yields {x = ί, x = -ί}, the complex solutions of x2 = -1.
CSolve[ <Equation>, <Variable> ]
Solves an equation for a given unknown variable and returns a list of all solutions, allowing for complex solutions.
范例:
CSolve[a^2 = -1, a] yields {a = ί, a = -ί}, the complex solutions of a2 = -1.
CSolve[ <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.
范例:
CSolve[{y^2 = x - 1, x = 2 * y - 1}, {x, y}] yields {{x = 1 + 2 ί, y = 1 + ί}, {x = 1 - 2 ί, y = 1 - ί}}, the complex solutions of y2 = x and x = 2 * y - 1.
备注:
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
© 2024 International GeoGebra Institute