Numerical solve
Solves numerically an equation or a system of equations.
Syntax
numerical_solve(Equation, ..., Equation)
Description
Given an equation or system of equations, finds a solution using some numerical methods.
Options
Below is a complete list of options that may be used in the numerical_solve
function.
Option | Description | Format | Default value |
---|---|---|---|
method | We can choose the method to be used from the following: | String. | By default, the best method is selected. |
initial_point | The initial point for the numerical solver. When using | A real number. | By default, the best point is selected. |
system_method | We can choose the method to be used for the system resolution from the following: | | |
tolerance | We can choose the tolerance to be used. | | |
result | We can choose the format of the output of the solution. | | |