Functions
>
Vector and Matrix
>
Array Characteristics
>
About Array Characteristics Functions
About Array Characteristics Functions
•
cols, rows
—Calculates the size of a matrix.
•
last, length
—Calculates the size of a vector.
•
max, min
—Calculates the maximum and minimum values in an array.
•
cond1, cond2, conde, condi
—Calculates the condition number of a matrix.
•
norm1, norm2, norme, normi
—Calculates the norm of a matrix.
•
geninv, rank, rref
—Calculates the matrix rank, left-inverse, or reduced-row echelon form.
•
eigenvals, eigenvec, eigenvecs, genvals, genvecs, tr
—Calculates the eigenvalues, eigenvectors, or trace of a square matrix.