Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: D - E
> DOT
DOT
Returns the dot product of two matrixes.
Format
DOT (M1, M2)
Arguments
M1
First matrix.
M2
Second matrix.
Example
The following example illustrates the use of the DOT function:
Function
DOT({1,1,0},{1,0,1})
Result
1
Learn more about matrix/array functions
.
This site works best with JavaScript enabled