WOLFRAM SYSTEM MODELER

Special

Library of special mathematical functions

Package Contents

erf

Error function erf(u) = 2/sqrt(pi)*Integral_0_u exp(-t^2)*d

erfc

Complementary error function erfc(u) = 1 - erf(u)

erfInv

Inverse error function: u = erf(erfInv(u))

erfcInv

Inverse complementary error function: u = erfc(erfcInv(u))

sinc

Unnormalized sinc function: sinc(u) = sin(u)/u

Internal

Internal utility functions that should not be directly utilized by the user

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This sublibrary contains functions to compute often used mathematical operators that cannot be expressed analytically.

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.Special"]
Out[1]:=

Revisions

Date Description
June 22, 2015
DLR logo Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control