WOLFRAM SYSTEM MODELER

'+'

Add two complex numbers

Wolfram Language

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

Information

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

This function returns the sum of two given Complex numbers.

Inputs (2)

c1

Type: Complex

Description: Complex number 1

c2

Type: Complex

Description: Complex number 2

Outputs (1)

c3

Type: Complex

Description: = c1 + c2

Components (3)

c1

Type: Complex

Description: Complex number 1

c2

Type: Complex

Description: Complex number 2

c3

Type: Complex

Description: = c1 + c2