WOLFRAM SYSTEM MODELER

'outerProduct()'

outerProduct()

Wolfram Language

In[1]:=
SystemModel["ModelicaReference.Operators.'outerProduct()'"]
Out[1]:=

Information

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

Returns the outer product of two vectors

Syntax

outerProduct(v1,v2)

Description

Returns the outer product of vectors v1 and v2
(= matrix(v)*transpose( matrix(v) ) ).