The initial guess value to solve the equation. If a list of two values is given such as Solve(sin(x)=0,x,[0,6@pi]), Solve will return the solutions within the given range.
Description
Solves the expression for the given variable.
When no equals sign is given, Solve assumes the expression is equal to zero. For example, Solve(x^2-3) will solve the expression as x^2-3=0.
Quadratic equations can be solved by entering each coefficient as a parameter. For instance, Solve(5x^2+3x+4) may also be entered as Solve(5,3,4).
Solve can also solve a system of equations. Solve(equation1, equation2, equation3, ...)