Solve

Equation solving (SymPy, WMA)


Solve[equation, vars]

attempts to solve equation for the variables vars.

Solve[equation, vars, domain]

restricts variables to domain, which can be Complexes or Reals or Integers.

Apply the solution:

Contradiction:

Tautology:

Rational equations:

Transcendental equations:

Solve can only solve equations with respect to symbols or functions:

This happens when solving with respect to an assigned symbol:

Solve a system of equations:

Solve when given an underdetermined system:

Examples using specifying the Domain in solutions:

SeriesData