Inverse_sineSolve y = A*sin(w*x) for x, given y |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This models solves the following non-linear equation
y = A*sin(w*x); -> determine x for given y
Translate model "Inverse_sine" and simulate for 0 sec. The result is printed to the output window.
y_zero |
Value: 0.5 Type: Real Description: Desired value of A*sin(w*x) |
---|---|
x_min |
Value: -1.7 Type: Real Description: Minimum value of x_zero |
x_max |
Value: 1.7 Type: Real Description: Maximum value of x_zero |
A |
Value: 1 Type: Real Description: Amplitude of sine |
w |
Value: 1 Type: Real Description: Angular frequency of sine |