Vector Spaces, Span and Basis, Null Space, Eigen Vectors and Inner Product Flashcards
What is cofactor expansion? Explain shortly how it works?
You take the first value and you multiply it by the determinant of the values that are in the rows below the row where the value is and the columns to the right of where the value is.
You take the second one and you follow the same judgement. you take the determinant of everything but the column and row that the value is on.
Same with the third one.
Then you do first computation - second one + third, for some reason that is unknown to me to this day :(
Is the cofactor expansion efficient?
No, as in general, it requires n! multiplications.
When a square matrix is in echelon form, there is a simple way to calculate the determinant. How?
The determinant of a matrix in echelon form is triangular so the determinant will be the product of the diagonal values.
But, there is one more thing to add. you multiply this result to (-1)ˆr, r meaning the number of interchanges you made to reach the echelon form.
Reminder:
When a square matrix is in echelon form and one row is 0, the matrix a is not invertible. True or false?
True. Because an invertible square matrix in echelon form has pivot positions on the main diagonal. a pivot cannon be 0.
When two rows in a matrix are equal, then the determinant of the matrix is __.
0
The vector space is subject to 10 axioms. Name some.
- the sum of u + v is in V
- u + v = v + u
- (u + v) + w = u + (v + w)
- There is a zero vector 0 in V such that u + 0 = u
- For each u in V, there is a vector -u in V such that u + (-u) = 0
- The scalar multiple of u by c, denoted cu, is in V
- c(u + v) = cu + cv
- (c + d)u = cu + du
- c(du) = (cd)u
- 1u = u
What is a vector space?
A vector space is a nonempty set V of objects, called vectors, on which are defined two operations, addition and multiplications by scalars.
Maybe a better definition:
A vector space is a set of objects called vectors, which may be added together and multiplied (“scaled”) by numbers, called scalars.
A subspace of a vector space V is a subset H of V that has three properties:
…
- The zero vector of V is in H
- H is closed under vector addition. That is, for each u and v in H, the sum u + v is in H
- H is closed under multiplication by scalars. That is, for each u in H and each scalar c, the vector cu is in H.
The space Rˆn consists of …
… all column vectors v with n components
Define span.
The span is the set of all linear combination of v1, …, vp
and is called the subset of Rˆn spanned (or generated) by v1, …, vp.
SO, Span{v1, …, vp} is the collection of all vectors that can be written in the form
c1 v1 + c2 v2 + ... + cp vp
Maybe watch some YT videos on span to get a better sense of what it is.
How many vectors are in Span{}?
Only one. The zero vector.
How many vectors are in Span{[2,3]} over R?
An infinite number
{aplha[2,3], alpha in R}
Is the span of k vectors always k-dimensional?
No.
What is the span of the following?
a. {[0,0]}
b. {[1,3], [2,6]}
c. {[1,0,0], [0,1,0], [1,1,0]}
a. 0 dimensional because it only has the 0 vector so {}
b. 1-dimensional because one is a multiple of the other
c. 2 - dimensional because first + second = third
It would be useful to know what trivial and nontrivial solutions are. Click
The system of equation in which the determinant of the coefficient matrix is zero is called non-trivial solution.
And the system of equation in which the determinant of the coefficient matrix is not zero but the solution are x=y=z=0 is called trivial solution.