Difference between revisions of "Category:Linear Algebra Functions (OBSE)"

Typo
imported>DragoonWraith
(New page: {{Bc|Math Functions (OBSE)}} These functions treat Arrays as [http://en.wikipedia.org/wiki/Euclidean_vector vectors] and [http://en.wikipedia.org/wiki/Matrix_(mathematics) matrices], perfo...)
 
imported>QQuix
(Typo)
 
Line 6: Line 6:
To be a matrix, the array must be one or two dimensional, contain only numerical values, and in the case of two-dimensional arrays, every row in the array must have the same length. These functions will always fail if an input does not meet these criteria.
To be a matrix, the array must be one or two dimensional, contain only numerical values, and in the case of two-dimensional arrays, every row in the array must have the same length. These functions will always fail if an input does not meet these criteria.


Some functions require that the matrix be sqaure, which means that its height and width are equal.
Some functions require that the matrix be square, which means that its height and width are equal.


Other functions further require that the matrix be a vector, that is, either be a one-dimensional array, or a two-dimensional array where there is either only one sub-array (a row vector), or every sub-array has only one element (a column vector).
Other functions further require that the matrix be a vector, that is, either be a one-dimensional array, or a two-dimensional array where there is either only one sub-array (a row vector), or every sub-array has only one element (a column vector).
Anonymous user