Je bent je ingevulde velden bij deze pagina aan het verwijderen. Ben je zeker dat je dit wilt doen?
You are erasing your filled-in fields on this page. Are you sure that is what you want?
Nieuwe Versie BeschikbaarNew Version Available
Er is een update van deze pagina. Als je update naar de meest recente versie, verlies je mogelijk je huidige antwoorden voor deze pagina. Hoe wil je verdergaan ?
There is an updated version of this page. If you update to the most recent version, then your current progress on this page will be erased. Regardless, your record of completion will remain. How would you like to proceed?
In Exercises 3by3inversefirst - 3by3inverselast, use the inverse of \(E\) from Exercise matrixE above to solve the following systems of linear equations.
This exercise is a continuation of Example rotationmatrixex in Section MatArithmetic and gives another application of matrix inverses. Recall that given the
position matrix \(P\) for a point in the plane, the matrix \(RP\) corresponds to a point rotated \(45^{\circ }\) counterclockwise from \(P\)
where
If \(RP\) rotates a point counterclockwise \(45^{\circ }\), what should \(R^{-1}P\) do? Check your answer by finding \(R^{-1}P\) for various points on the
coordinate axes and the lines \(y=\pm x\).
Find \(R^{-1}P\) where \(P\) corresponds to a generic point \(P(x,y)\). Verify that this takes points on the curve \(y=\frac {2}{x}\) to points on the curve
\(x^2-y^2=4\).
A Sasquatch’s diet consists of three primary foods: Ippizuti Fish, Misty Mushrooms, and Sun Berries. Each serving of
Ippizuti Fish is 500 calories, contains 40 grams of protein, and has no Vitamin X. Each serving of Misty Mushrooms is 50
calories, contains 1 gram of protein, and 5 milligrams of Vitamin X. Finally, each serving of Sun Berries is 80 calories, contains
no protein, but has 15 milligrams of Vitamin X. (Misty Mushrooms and Sun Berries are the only known fictional sources of
Vitamin X.)
If an adult male Sasquatch requires 3200 calories, 130 grams of protein, and 275 milligrams of Vitamin X daily,
use a matrix inverse to find how many servings each of Ippizuti Fish, Misty Mushrooms, and Sun Berries he
needs to eat each day.
The adult male Sasquatch needs: 3 servings of Ippizuti Fish, 10 servings of Misty Mushrooms, and 15 servings of Sun
Berries daily.
An adult female Sasquatch requires 3100 calories, 120 grams of protein, and 300 milligrams of Vitamin X daily. Use the
matrix inverse you found in part (a) to find how many servings each of Ippizuti Fish, Misty Mushrooms, and Sun Berries
she needs to eat each day.
The adult female Sasquatch needs: 3 servings of Ippizuti Fish and 20 servings of Sun Berries daily. (No Misty
Mushrooms are needed!)
An adolescent Sasquatch requires 5000 calories, 400 grams of protein daily, but no Vitamin X daily. (Vitamin
X is needed to sustain Sasquatch longevity only.) Use the matrix inverse you found in part (a) to find
how many servings each of Ippizuti Fish, Misty Mushrooms, and Sun Berries she needs to eat each
day.
The adolescent Sasquatch requires 10 servings of Ippizuti Fish daily. (No Misty Mushrooms or Sun Berries are
needed!)
Matrices can be used in cryptography. Suppose we wish to encode the message ‘BIGFOOT LIVES’. We start by
assigning a number to each letter of the alphabet, say \(A=1\), \(B=2\) and so on. We reserve \(0\) to act as a space. Hence, our
message ‘BIGFOOT LIVES’ corresponds to the string of numbers ‘2, 9, 7, 6, 15, 15, 20, 0, 12, 9, 22, 5, 19.’
To encode this message, we use an invertible matrix. Any invertible matrix will do, but for this exercise, we
choose
Since \(A\) is \(3 \times 3\) matrix, we encode our message string into a matrix \(M\) with \(3\) rows. To do this, we take the first three numbers, 2 9 7,
and make them our first column, the next three numbers, 6 15 15, and make them our second column, and so on. We put \(0\)’s to
round out the matrix.
So our coded message is ‘12, 1, \(-12\), 42, 3, \(-42\), 100, 36, \(-152\), \(-23\), 39, \(-46\), 38, 57, \(-133\).’ To decode this message, we start with this string of
numbers, construct a message matrix as we did earlier (we should get the matrix \(AM\) again) and then multiply by
\(A^{-1}\).
Choose another invertible matrix and encode and decode your own messages.
Using the matrices \(A\) from Exercise findmatinversefirst, \(B\) from Exercise matrixB and \(D\) from Exercise matrixD, show \(AB = D\) and \(D^{-1} = B^{-1}A^{-1}\). That is, show that \((AB)^{-1} = B^{-1}A^{-1}\).
Let \(M\) and \(N\) be invertible \(n \times n\) matrices. Show that \((MN)^{-1} = N^{-1}M^{-1}\) and compare your work to Exercise fcircginverse in Section InverseFunctions.