Help: Equations - Solve Equations

Solve Equations

Syntax:

  • a=b
  • solve(a=b)
  • solve(a=b, c)

Input Arguments:

  • a=b: Equation
  • c: Identifier

Usage Examples:

  • x^2=9

  • solve( x^2+y^2=9, y)

  • solve( x^2+3x-3=9 )

See also:

solve