Ensembles finis Exemples

Trouver les dimensions [[1,2,4,1,0,0,8],[2,10,1,0,1,0,10],[-5,-50,1,0,0,1,0]]
Étape 1
A matrix is a rectangular arrangement or array of elements. The dimensions of a matrix, , identify how many rows and columns a matrix has. represents the number of rows and represents the number of columns. Assuming that the matrix name is , the matrix dimensions are written as .
Étape 2
The number of rows is .
Étape 3
The number of columns is .
Étape 4
The given matrix has dimensions .