Alternate Coordinate Systems Flashcards
V is a subspace of Rn and the orthogonal complement of V is
a subset of Rn where every member is orthogonal to every member of V
V⟂={x ∈ Rn| x.V=0 for every V∈ Rn}
Note: dot product of orthogonal vectors is 0
What is the row space of matrix A equal to?
C(AT)
(column space of transpose of A)
What is the purpose of reduced row echelon form?
External
Reduced row echelon form is a type of matrix used to solve systems of linear equations. such as finding out if two vectors are linearly independent
What is the coordinates of a with respect to basis of the subspace V?
Assume:
basis V={v1,v2,…,vk}
a=c1v1+c2v2+…+ckvk
V is a subspace of Rn
coordinates of a with respect to basis of V, is: [c1,c2,…,ck]
Note: the coefficients can be 0, so dim(a) can be less than k (dim(subspace V))
How can we change back the coordinates of A with respect to basis of V sub space to its original coordinates?
coordinates of A with respect to V basis: it’s a linear combination of the basis: a1v1+a2v2+…+akvk, so
Awith respect to V basis=[a1,a2,…,ak]
A’s standard presentation is: Astandard basis=a1v1+a2v2+…+akvk
therefore, in order to restore the original form, we do this:
Astandard basis= C Awith respect to V basis
Cn*k=[v1 v2 … vk] (n*k matrix that contains basis vectors as its columns, aka. change basis matrix)
Note: Change basis matrix is NOT the same as the transformation matrix. Change of basis formula relates coordinates of one and the same vector in two different bases, whereas a linear transformation relates coordinates of two different vectors in the same basis.
If we have 2 linearly independent vectors in R2 then these two can be basis for R2. True/False
True
If B is a basis of sub space V of Rn, and if the number of elements in the basis is n, then B is a basis for Rn. True/False
True
.
In this case, C (n*n matrix containing basis as columns) is invertible, therefore
C-1C Awith respect to V basis=C-1Aoriginal
Then
Awith respect to V basis=C-1Aoriginal
Sometimes finding the transformation matrix A, is not an easy task, what can be done about it? Give an example
We can define a new coordinate system using a new basis set. using eigenvectors is a way of doing this.
What is the relation between
vector X original coordinates and,
1) its matrix transformation,
2) its change basis matrix transformation
.
Transformed Xstandard coord and Transformed Xchange basis coord
AX=T(X) [matrix transformation]
XOrg=CXB [C= change basis matrix]
XBD=[T(X)]B
T(X)=C [T(X)]B
since the transformation matrix, is a vector with respect to the orginial coordinates
What do we need to do to convert from the standard basis (B) to the basis given by the eigenvectors (B′)?
.
To convert from the standard basis (B) to the basis given by the eigenvectorrs (B′), we multiply by the inverse of the eigenvector matrix V−1. Since the eigenvector matrix V is orthogonal, VT=V−1