linalg[innerprod] - calculate the inner product
|
Calling Sequence
|
|
innerprod(u, A1, A2,..., An, v)
|
|
Parameters
|
|
u, v
|
-
|
vectors
|
A[1], ..., A[n]
|
-
|
matrices
|
|
|
|
|
Description
|
|
•
|
The function innerprod calculates the inner product of a sequence of vectors and matrices. The dimension of each matrix and vector must be compatible for multiplication in the order given.
|
•
|
The command with(linalg,innerprod) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?