Outer Product

Returns the outer product of v and u. This function is only defined for vectors.

Syntax

outerprod(v, u)

Types
 Variable NameValue TypeVariable Type
Arguments:vreal, complexvector
ureal, complexvector
Result: wreal, complex matrix
Calculator Input

Use the outerprod button to complete the operation.

Example
IDDescriptionTypeValueExpression
vArgumentCOMPLEX REAL VECTOR

[1,cplx(2,3)]
uArgumentREAL VECTOR

[1,2]
w Result COMPLEX REAL MATRIX

outerprod(v, u)