HP Prime for All

English  Русский 

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