Inner Product

Returns the inner product of v and u. This function is only defined for vectors. The vectors must have the same length.

innerprod(v, u) = v0u0+ ... + vnun

Syntax

innerprod(v, u)

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

Use the innerprod button to complete the operation.

Example
IDDescriptionTypeValueExpression
vArgumentCOMPLEX REAL VECTOR

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

[1,1]
w Result COMPLEX REAL

innerprod(v, u)