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.
The first argument is a list or a vector with the equations of the systems of equations that one wants to solve.
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.
Each of the arguments is an equation of the systems of equations that one wants to solve.
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.
Options
Option | Description | Format | Default value |
---|---|---|---|
diverse_results_as | We can choose the object of the output of the different solutions. | | |
result | We can choose the object of the output of the solutions. | | |