FInal Examination Flashcards

Memrize the fuck out of this information

1
Q

Explain the solution

A

Since these two vectors are linearly independent, we can find the perpendicular basis by simply setting them to row vectors and solving for the new basis.

|1 2 3 4 | —-> C [1 -2 1 0]
|5 6 7 8 | **D [2 -3 0 1] **

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

Explain the solution

A

Find the projection onto each vector using the (dot product)/magnitudes * unit vector of each vector.

Then add up all the new projections.

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

Explain the Solution

A

₁₂Start by finding the Unit Vector for 𝓥 using:

𝓾₁ = [1 / ||𝓥₁||] * [𝓥₁]

Then we will find the perpendicular 𝓥₂ using the equation: 𝓥₂⊥ = 𝓥₂ - (𝓾₁ ⋅ 𝓥₂)𝓾₁

then we find 𝓾₂ using

𝓾₂ = [1 / ||𝓥₂⊥||] * [𝓥₂⊥]

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

What is equation to find 𝓥₃⊥ and 𝓾₃ using Gram–Schmidt process ?

A

𝓥₃⊥ = 𝓥₃ - (𝓾₁ ⋅ 𝓥₃)𝓾₁ - (𝓾₂ ⋅ 𝓥₃)𝓾₂

then: 𝓾₃ = [1/||𝓥₃⊥||] * 𝓥₃⊥

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

Go about solving this problem ?

A

Start by setting this matrix equal to 0 and solving for the Kernel.

Create a matrix out of the Kernel [-t -r r t] then set to two kernels to their own linearly independent vectors

then solve using the Gram–Schmidt process for the Orthonormal Basis

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

With regard to Determinants what condition is a matrix invertible ?

A

when det(A) = ad - bc ≠ 0

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

What can we conclude about the relationship between det(A) and its transposed matrix det(A^t)

A

det(A) = det(A^t) so long as its a square matrix

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

How to find Determinants of 4x4 matrix ?

A

set the first row as the coefficient and follow the crossout method in order to set a few rows sets of 3x3 alternating in positivity. then solve each 3x3 using the same method as before.

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

Explain the Solutions to these

A
  1. Since there is a scalar being applied to a row we must multiply 8 * -9 = -72
  2. Since a row was switched it must be (-1)¹8 = -8
  3. Since there is 2 row switched it must be (-1)²8 = 8
  4. The operation of adding another row times a scalar doesnt change the det(A) so 8
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to find Basis of the Subspace of R^3 defined by equation:

2x₁ + 3x₂ + x₃ = 0 ?

A

adjust the equation:

x₁ = - (3/2)x₂ - (1/2)x₃
then set x₂ = t; x₃ = s

we now have [x₁, x₂, x₃] = [- 3/2t -1/2s, t, s]

this is now the two basis t[-3, 2, 0] & s[-1, 0, 2]

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

How can i tell if a Vector x is a part of Span V of vectors 𝓥₁ …… 𝓥ₘ

A

We can set all the vectors into an augmented matrix equal to vector x and determine whether there a coordinates which can be solved for.

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

Solve

A

Convert from 2x2 format to R^4. line the vectors into columns. then solve for linear independence.

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

Solve to Basis

|1 1|
|0 1|

A

SImply set a Basis with arbitrary letters
|a b|
|0 c| Then solve a dot product between the two matrix’s

|1 2| |a b| = |a b+c |
|0 3| |0 c| |0 3c | Then align vertically for our matrix and solve for RREF

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

Explain Solution

A

Set M at each Basis
Align the new Matrix Vertically
Then solve RREF

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

Explain Solution

A

Use Diagram:

x + iy → x - iy
| |
|x| |x |
|y| |-y| Then convert to matrix and solve RREF

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

Find all the 2x2 Matrix such that e₁ = |1|
|0|
is an EigenVector with EigenValue of 5

A

Start by setting an arbitrary 2x2 matrix times e₁ = 5 e₁

|a b||1| = 5|1|
|c d||0|……..|0|

Then solve for the values of a b c d that would make the 2x2 which would satisfy the statement.

14
Q

Find an EigenBasis for a Rotation 180

A

All we are doing is flipping the axis of a basic Identity Vector:

|-1 0|x
|0 -1|y

15
Q

equation for EigenValues

A

We can simply use the determamite, set it to 0 and solve for a value of λ that makes the det = 0

det(A - λIₙ) = 0

16
Q

Answer all

A

1. Yes we can solve down to λ³𝓥 through extrapolation

2. Yes it is simply 1/λ as we can basic algebra to solve for this

3. Yes it is simply λ + 2

4. Yes it is simply

16
Q

How to solve for the EigenBasis ?

A

Start by setting the det(A - λIₙ) = 0

det |7 8| - |λ 0| = 0
……..|0 9| |0 λ|

|7-λ 8 | → (7-λ)(9-λ) = 0
|0 9-λ|…..our EigenValues are 7 and 9

now we will solve for the Kernel with these new values:

Ker…|7 8| - |7 0|
…………..|0 9|……….|0 7|

|0 8|x = 0 → y = 0…….our first kernel = |1|
|0 2|y………………………………………………………|0|

17
Q
A