WOLFRAM SYSTEM MODELER

fun3

y = p[1] + log(p[2]*u) - m*u

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.Nonlinear.Examples.UtilityFunctions.fun3"]
Out[1]:=

Syntax

y = fun3(u, p, m)

Inputs (3)

u

Type: Real

Description: Independent variable

p

Type: Real[2]

m

Type: Real

Outputs (1)

y

Type: Real

Description: Dependent variable y=f(u)