Unit 3 Flashcards
What is a matrix trace?
The sum of the leading diagonal terms
What does symmetric mean?
Atranspose=A
What does Skew-Symmetric mean?
Atranspose=-A
What is the transpose of a matrix?
A matrix where the rows and columns have been swapped
What is Guassian elimination?
Converting the matrix to an upper triangular to solve one term, which can then be used to solve the above equations
What is Row-Echelon form?
Form once converted to Upper Triangular
What is Reduced Row-Echelon form?
Form once converted to Unit Matrix
What is the rank of a matrix?
The # of non-zero in the Upper Triangular form?
What is an Eigenvector?
A non-zero vector that, when multiplied by the subject matrix, produces a scalar product of itself
What is an Eigenvalue?
The scalar k where AX=kX
When do the Eigenvalues have non-trivial solutions?
When |A-kI|=0 where I is the unit vector equal in size to A
What is the sum from 1 to n of integers?
Sn=n/2(n+1)
What is the sum from 1 to n of x^2?
Sn=n/6(n+1)(2n+1)
For a sequence F=a+(n-1)d, what is the sum to n?
Sn=n/2(2a+(n-1)d)
What is the sum to in of a geometric series ar^x
Sn=a((1-r^n)/(1-r))