Chapter 2 Topics from Linear algebra Flashcards
What does linearly independent mean
If vectors v1….vn are linearly independent the equation : x1v1+x2v2+….+xnvn = 0 has no solution except that x1=x2=…=xn=0
How to show vectors are linearly independent
Write x1v1+x2v2+….+xnvn = 0 and form three lienar equations and propose a martix A such that Ax=0
We need to show there is only one unique solution so reduce A in REF form and if there are all elading variables or the determinant is not 0 ther eis only one unique solution
Define the rank of a matrix
Parameter associated with all matrices. It is the largest K for which the matrix has k linearly independent rows and it is also k which the matrix has k linearly independent columns
Define Eigenvalue
In a square matrix A if lamda is an eigenvalue then there exists a non zero column vector v with Av=Lamda. There is also a row vector u with: uA=uLamda
Define eigenvector
Non zero column vector v with Av=lamdav is called an eigenvector of A correpsonding to lamda
Define row eigenvector
Non zero row vector v with uA=ulamda is called an row eigenvector of A corresponding to lamda
Define the characteristic polynomial of a matrix A and what does its degree tell you
det(xI -A) : the degree of this the characteristic polynomial of A is the amount of eigenvalues in the matrix and size n of the matrix.
What are properties of similar matrices
Similar matrices have the same eigenvalues
Explain diagonalisation
If a matrix had n distinct eignvalues, all eigenvalues then have eigenvectors that are linearly independent. Let x1….xn be the eigenvalues and vi be corresponding eigenvectors so Avi=Xivi. If T is a matrix = (v1, v2,…vn) Then A is similar to using T a diagonal matrix D with eigenvalues on the diagonal.
What is a diagonal matrix
Has only zero entries apart from on it’s diagonal
When can we compute D if A had eigenvalues with multiplicity 2
If there are two free variables and I can pick two eigenvectors that are linearly independent
What can you tell about similarity to a diagonal matrix from a matrix’s eigenvalues
n distinct eigenvalues means A is simialr to D
Non distinct eigenvalues means A may or may nto be similar to D
Can only have A = T-1DT for square matrices
What does orthogonal matrix mean
It’s inverse is equals to its transpose. Also A x A^T will give me the identity for an orthogonal matrix
What is a symmetric matrix
Transpose is equal to the matrix itself - they are the same
Let A and nxn symmetric real matrix - what are its properties
All eigenvalues of A are real numbers
There is an orthogonal martix U with U^T A U = D were D is diagonal (similarity to diagonal matrix with an orthogonal matrix)