MathStudio  Blog  Share  Manual  Forums  Support  Sign In 
      
      
 
       Download Manual

Space Space Space
ALGEBRA

BASIC

CALCULUS

CAS

DATA

ELEMENTARY

GRAPHING

MANUAL

MATRIX

NUMBER

PLOT

SCRIPTING

SPECIAL

SPECIAL POLYNOMIALS

STATISTICAL

TRIGONOMETRIC

VECTOR CALCULUS
  Solve(f(x), x, [guess])
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 expressions 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 linear equations with n unknowns.
Solve(equation1, equation2, equation3, ...)
See SolveSystem to solve a system of non-linear equations.

This optional parameter guess is 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.


Examples  



















Related Functions
SolveSystem, Eval





Copyright © 2012 Pomegranate Software.  All rights reserved.