Example NumVector vectorTanInnerProduct 001
|
Notes and Hints The inner or dot product of two number vectors, of length N, is defined as follows: (setq innerProduct 0) (loop for n from 0 until N do (setq innerProduct (+ innerProduct (* x1[n] x2[n]))))
Returns:
Returns:
Returns:
Here are examples of the vectorTanInnerProduct function at work.
NumVector vectorTanInnerProduct 001 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
NumVector
Number
Analytic Information Server (AIS)AIS Component Systems
|