CSolutions Command

From GeoGebra Manual
Revision as of 10:46, 12 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


CAS Syntax

CSolutions( <Equation> )
Solves a given equation for the main variable and returns a list of all solutions, allowing for complex solutions.
Example: 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.
Example: 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.
Example: 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.
Notes:
© 2024 International GeoGebra Institute