solveNonlinearEquations2Solve nonlinear equations with user dependent inputs |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This example solves the following nonlinear equations with function solveOneNonlinearEquation. The user can set the parameters, like "w" or "m", and can experiment with different start intervals. The following nonlinear equations are solved:
tolerance |
Default Value: 100 * Modelica.Constants.eps Type: Real Description: Relative tolerance of solution u |
---|---|
u_min1 |
Default Value: -0.5 Type: Real Description: Lower limit |
u_max1 |
Default Value: 10 Type: Real Description: Upper limit |
u_min2 |
Default Value: 0 Type: Real Description: Lower limit |
u_max2 |
Default Value: 5 Type: Real Description: Upper limit |
w |
Default Value: 3 Type: Real Description: Angular velocity |
u_min3 |
Default Value: 1 Type: Real Description: Lower limit |
u_max3 |
Default Value: 8 Type: Real Description: Upper limit |
p |
Default Value: {5, 1} Type: Real[2] Description: Parameter vector |
m |
Default Value: 1 Type: Real Description: Parameter |