Suppose you have the following system to solve:
\[ \begin{cases} 3x + 4y - 5z = -3.5 \\ x - y + z = 1.5 \\ x - 3y + 6z = 16 \end{cases} \]
All the equations must be in the form \(a \cdot x + b \cdot y + c \cdot z = d\).
Press . The results should be \(x = 1\), \(y = 4\), and \(z = 4.5\).
Suppose you have to solve the equation \(x^3 - 10x^2 + 33x - 36 = 0\).
The right-hand side must be 0.
The order is the biggest power of \(x\) in the equation.
\(3\) appears twice because \(x^3 - 10x^2 + 33x - 36 = (x - 3)(x - 3)(x - 4)\).