I am emailing a link of this to everyone on the class list every week. If you are not receiving these emails or want to have them sent to another email address feel free to email me at jippo@campus.ie and I will add you to the mailing list.
This Week
We asked the question “when is a matrix invertible” and we answered the question by saying that a matrix is invertible when its determinant is non-zero. We didn’t give a definition of a determinant but did see how to calculate it. Then we introduced Cramer’s Rule as yet another way of solving linear systems. We have a handout with some exercises on determinants and the chain rule.
We also did quite a lot of work on Maple in terms of the basics.
Exercise Solutions
I will give the solution to the first part of a question and then the answers to remaining parts. Some of code to write the matrices is very buggy so I’ve skipped some of them when they don’t compile straight away. For example, the answer below should have an extra line.
Exercise 4.41
Taking the Laplace expansion along the first column yields
.
Exercise 4.45
The rank is the number of non-zero rows when the matrix is in row echelon form. This matrix has rank 2. Thus it has determinant zero as it is not invertible.
Exercise 4.46
Determinant = 26.
Exercise 4.47
A matrix is calculated in a similar fashion to a
but note that the sign matrix is
— where
is the row and
is the column. Thence, taking the Laplace expansion along the second column:
.
Exercise 4.48
We don’t really have the tools or need to look this.
Exercises 4.10
Question 1.
,
,
,
,
,
,
,
.
Question 2
Doesn’t concern us.
“Calculus 3: Notes and Exercises on Cramer’s Rule” Exercises
1.
The answer is given by
,
where is the determinant of the coefficient matrix and
and
.
Thus and
:
Other answers
, no solutions,
as
.
2 comments
Comments feed for this article
March 11, 2012 at 5:52 pm
Graham K
Hi JP. Q2 on cramer’s rule gives me X= -1, Y = 1, Z = 1 but these don’t fit when substituted back into equations??
Equations are
x-y =0
-x+y+z =1
x+2y-3z=0
Where am I going wrong here?
March 11, 2012 at 7:08 pm
Graham K
ignore last comment, when re writing matrices for M1 (y) I put down 3 instead of minus 3 for coefficient of Z. I see answer is 1,1,1 as listed above.
Cheers,
Graham