MATH383: A first course in differential equationsFebruary 14, 2020
Due date: Feb 20, 2020, 11:55PM.
Bibliography: Lesson09.pdf Lesson10.pdf. The first exercise in each problem set is solved for you to use as a model.
Consider , . Determine whether the column vectors of form a basis for .
Solution. Reduce to row-echelon form
Since the row-echelon form does not contain a row of zeros, the columns of form a basis for . Check in Maxima
(%i1) |
|
(%i2) |
|
(%i3) |
|
Note: multiple row-echelon forms are possible (differing by, say, permutation of rows), but the same conclusion on the idependence is reached, i.e., no zero rows implies linear independence.
,
,
,
Determine whether the following column vectors of form a basis for
,
Solution. Consider an arbitrary
and check if can be expressed as a linear combination of the basis vectors, , i.e., there exists such that
Identify powers of
to obtain system
Reduce matrix to row-echelon form.
Since the row-echelon form of does not have any zero rows, a unique solution of is found, and is a basis for . Check in Maxima
(%i3) |
|
(%i4) |
|
(%i5) |
|
the space of real-valued two-by-two matrices,
is the set of symmetric matrices, .
Find a basis for the subspace of vector space . Specify the dimension of .
Solution. Recognize that the specification of gives a linear combination with scalar coefficients , and rewrite
Construct
Check if columns of are linearly independent,
and since is the only solution, columns of are linearly independent and span the subspace, hence are a basis for .
is the space of skew-symmetric matrices (),
, .
, .
Find the coordinates of the vector in the basis .
Solution. If is a basis for , then the vector can be expressed as a linear combination of the basis vectors and that scalar coefficients are the coordinates of in basis
to find the coordinates , . Check in Maxima.
(%i5) |
|
(%i6) |
|
(%i7) |
|
0 errors, 0 warnings
(%i8) |
|
(%i9) |
|
(%i10) |
|