FInal Examination Flashcards
Memrize the fuck out of this information
Explain the solution
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] **
Explain the solution
Find the projection onto each vector using the (dot product)/magnitudes * unit vector of each vector.
Then add up all the new projections.
Explain the Solution
₁₂Start by finding the Unit Vector for 𝓥 using:
𝓾₁ = [1 / ||𝓥₁||] * [𝓥₁]
Then we will find the perpendicular 𝓥₂ using the equation: 𝓥₂⊥ = 𝓥₂ - (𝓾₁ ⋅ 𝓥₂)𝓾₁
then we find 𝓾₂ using
𝓾₂ = [1 / ||𝓥₂⊥||] * [𝓥₂⊥]
What is equation to find 𝓥₃⊥ and 𝓾₃ using Gram–Schmidt process ?
𝓥₃⊥ = 𝓥₃ - (𝓾₁ ⋅ 𝓥₃)𝓾₁ - (𝓾₂ ⋅ 𝓥₃)𝓾₂
then: 𝓾₃ = [1/||𝓥₃⊥||] * 𝓥₃⊥
Go about solving this problem ?
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
With regard to Determinants what condition is a matrix invertible ?
when det(A) = ad - bc ≠ 0
What can we conclude about the relationship between det(A) and its transposed matrix det(A^t)
det(A) = det(A^t) so long as its a square matrix
How to find Determinants of 4x4 matrix ?
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.
Explain the Solutions to these
- Since there is a scalar being applied to a row we must multiply 8 * -9 = -72
- Since a row was switched it must be (-1)¹8 = -8
- Since there is 2 row switched it must be (-1)²8 = 8
- The operation of adding another row times a scalar doesnt change the det(A) so 8
How to find Basis of the Subspace of R^3 defined by equation:
2x₁ + 3x₂ + x₃ = 0 ?
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 can i tell if a Vector x is a part of Span V of vectors 𝓥₁ …… 𝓥ₘ
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.
Solve
Convert from 2x2 format to R^4. line the vectors into columns. then solve for linear independence.
Solve to Basis
|1 1|
|0 1|
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
Explain Solution
Set M at each Basis
Align the new Matrix Vertically
Then solve RREF
Explain Solution
Use Diagram:
x + iy → x - iy
| |
|x| |x |
|y| |-y| Then convert to matrix and solve RREF