HP Prime for All

English  Русский 

Syntax

RANDMAT (matrixname, rows, columns)

Description

Creates a random matrix with the specified number of rows and columns, and stores the result in matrixname. The entries will be integers ranging from –99 to 99.

Example

RANDMAT(M1,2,2) returns [[n1,n2],[n3,n4]]

RANDMAT — Discussion