GRMSolve
GRMSolve[ expr, var, n ]
GRMSolve[ expr, var, n ] solves the expression expr for variable var with the graphical calculator and rounds the result to the given n decimals.
| Example | in | reduced |
|---|---|---|
The solution of the equation 2x^2 = 5 rounded to 2 decimal places. |
GRMSolve[ 2x^2 = 5, x, 2 ] |
x≈1.58 ∨ x≈-1.58 |