WOLFRAM SYSTEM MODELER

Inverse_sine

Solve y = A*sin(w*x) for x, given y

Wolfram Language

In[1]:=
SystemModel["Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine"]
Out[1]:=

Information

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.

Parameters (5)

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