Alternate Coordinate Systems Flashcards

1
Q

Define:

Orthogonal complement of a subspace

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is the orthogonal complement of subspace V a subspace?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the row space of matrix A equal to?

A

C(AT)
(column space of transpose of A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of reduced row echelon form?

External

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can we change back the coordinates of A with respect to basis of V sub space to its original coordinates?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If we have 2 linearly independent vectors in R2 then these two can be basis for R2. True/False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Sometimes finding the transformation matrix A, is not an easy task, what can be done about it? Give an example

A

We can define a new coordinate system using a new basis set. using eigenvectors is a way of doing this.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What do we need to do to convert from the standard basis (B) to the basis given by the eigenvectors (B′)?

A

.
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly