HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
DOT
Syntax
DOT(matrix1, matrix2)
Description
Dot Product. Finds the dot product of two arrays, matrix1 and matrix2.
Example
DOT([1,2],[3,4]) returns 11
DOT — Discussion
↑Back to top