Skip to main content

Solve

Nota

Working with matrices? See Solve (Linear Algebra).

This function solves an equation or a system of equations.

Syntax

solve(List | Vector, List)
solve(List | Vector)
solve(Equation, ..., Equation, Variable, ..., Variable)
solve(Equation, ..., Equation)
solve(List | Vector, Field)

Description

The first argument is a list or a vector with the equations of the systems of equations that one wants to solve. The second argument is a list of the unknowns.

solve.solve1.calc.png

The first argument is a list or a vector with the equations of the systems of equations that one wants to solve.

solve.solve2.calc.png

Each of the first arguments is an equation of the systems of equations that one wants to solve. Follow the name of the variables or unknowns.

solve.solve3.calc.png

Each of the arguments is an equation of the systems of equations that one wants to solve.

solve.solve4.calc.png

The first argument is a list or a vector with the equations of the systems of equations that one wants to solve. The second argument is a field where we want to solve it.

solve.solve5.calc.png

Options

Option

Description

Format

Default value

diverse_results_as

We can choose the object of the output of the different solutions.

{diverse_results_as="vector"}

{diverse_results_as="list"}

result

We can choose the object of the output of the solutions.

{result="vector"}

{result="table"}