WOLFRAM SYSTEM MODELER

negate

Unary minus (multiply complex number by -1)

Wolfram Language

In[1]:=
SystemModel["Complex.'-'.negate"]
Out[1]:=

Information

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

This function returns the binary minus of the given Complex number.

Syntax

c2 = negate(c1)

Inputs (1)

c1

Type: Complex

Description: Complex number

Outputs (1)

c2

Type: Complex

Description: = -c1