what is an upper triangular matrix
a matrix with all non zero entries above or on the main diagonal
what are matrix determinant properties?
what are the elementary row operations
what does it mean for a matrix too be in reduced row echelon form
A matrix in REF is further said to be in reduced row ech- elon form (RREF), if all leading entries are 1 and if each leading entry is the only non-zero entry in its column.
what is the rank of a matrix
The rank of a matrix is the number of non-zero rows in its REF.
if the REF of the augmented matrix has a row of zeros on the A-side, but the corresponding RHS entry is different from zero, then the system has no solutions
if the REF of the augmented matrix has a row of zeros on the A-side, but the corresponding RHS entry is different from zero, then the system has no solutions
what is an eigenvalue and an eigenvector
EigenvaluesandEigenvectors. Let A be a n×n square matrix. A scalar λ ∈ R is called an eigenvalue of A, if there exists a n-vector v ̸= 0 with
A⃗v = λ⃗v.
Such a vector ⃗v is called an eigenvector of A.