Matrices Flashcards
The range of a matrix is
the order of the largest square sub-matrix whose determinant is not 0
The range of A is written as
Rag A or rg(A).
The order of a square matrix is the
number of rows or columns in that matrix.
An array of order 2 is the same as saying ____________, which has ______ and _______.
an array of dimensions 2×2
2 rows
2 columns
A submatrix is
a matrix that is contained within another matrix
Within a matrix, we can choose rows and columns that form another independent matrix.
True
I can choose columns that are not sequential to form a submatrix.
True
I can choose fewer rows and columns to form a submatrix.
True
To calculate the range of a matrix, we must ____________.
choose the sub-matrix with the highest possible order and calculate its determinant
The _______ of the largest SQUARE sub-matrix, whose determinant is ________, will be the range of the matrix.
order
not zero
___________ matches the order of the largest square sub-matrix we have found, whose determinant is other than zero.
The range
Linearly independent vectors are ______________, i.e. which cannot be composed from the linear composition of the rest of the vectors.
the vectors whose formation does not depend on any other vector in the matrix
The linear vectors of an array is ______________.
the number of vectors other than zero that remain after having triangulated the array formed by them
The vectors of an array we are referring to are the _________, i.e. each row of the array corresponds to a vector.
row vectors
To obtain the number of linearly independent vectors, we are going to ____________, that is to say, we are going to make the ___________ zeros.
triangulate the matrix
elements below the main diagonal
The first element of the first column needs to be a 1, if we are going to triangulate the matrix.
True
If we have a 3x4 matrix with a row full of zeros, this matrix has ____________ vectors and as a consequence, the other vector is dependent on the other two.
two linearly independent
If the first element of a matrix is not a 1, we can exchange it for a vector in matrix that has 1 as its element.
True
When calculating the range from the Gaussian Method, if we have already triangulated a 3x4 matrix, and we are not left with any row with zeros, then the 3 vectors of the matrix are ___________. Therefore, as the matrix has 3 linearly independent vectors, its range is ___.
linearly independent
3
When triangulating a 3x3 matrix and we have 2 zeros in the first column and 1 zero in the second column, since the matrices had 3 rows, remember that to triangulate the matrix is to make ___________ and that in each case it will be different, depending on the number of rows in the matrix.
zeros below the main diagonal
In the Gaussian Method, the range of an array is the _________.
number of linearly independent vectors in the array