Determine the determinant of the matrix $\displaystyle A = \left[
\begin{array}{ccc}
1 & 2 & 3 \\
2 & 4 & 5 \\
2 & 5 & 6
\end{array}
\right]$ and if possible, the inverse of the matrix.
Using the formula
$\displaystyle |D| = \left[
\begin{array}{ccc}
1 & 2 & 3 \\
2 & 4 & 5 \\
2 & 5 & 6
\end{array}
\right] = 1 \left|
\begin{array}{cc}
4 & 5 \\
5 & 6
\end{array}
\right| -2 \left|
\begin{array}{cc}
2 & 5 \\
2 & 6
\end{array}
\right| + 3 \left|
\begin{array}{cc}
2 & 4 \\
2 & 5
\end{array}
\right| = 4 \cdot 6 - 5 \cdot 5 - 2 (2 \cdot 6 - 5 \cdot 2) + 3 (2 \cdot 5 - 4 \cdot 2) = -1-4+6 = 1$
The matrix has an inverse.
First, let's add the identity matrix to the right of our matrix.
$\displaystyle \left[ \begin{array}{ccc|ccc}
1 & 2 & 3 & 1 & 0 & 0 \\
2 & 4 & 5 & 0 & 1 & 0 \\
2 & 5 & 6 & 0 & 0 & 1
\end{array} \right]$
Using Gauss-Jordan Elimination
$R_2 - 2R_1 \to R_2$
$\displaystyle \left[ \begin{array}{ccc|ccc}
1 & 2 & 3 & 1 & 0 & 0 \\
0 & 0 & -1 & -2 & 1 & 0 \\
2 & 5 & 6 & 0 & 0 & 1
\end{array} \right]$
$R_3 - 2 R_1 \to R_3$
$\displaystyle \left[ \begin{array}{ccc|ccc}
1 & 2 & 3 & 1 & 0 & 0 \\
0 & 0 & -1 & -2 & 1 & 0 \\
0 & 1 & 0 & -2 & 0 & 1
\end{array} \right]$
$R_3 \longleftrightarrow R_2$
$\displaystyle \left[ \begin{array}{ccc|ccc}
1 & 2 & 3 & 1 & 0 & 0 \\
0 & 1 & 0 & -2 & 0 & 1 \\
0 & 0 & -1 & -2 & 1 & 0
\end{array} \right]$
$- R_3$
$\displaystyle \left[ \begin{array}{ccc|ccc}
1 & 2 & 3 & 1 & 0 & 0 \\
0 & 1 & 0 & -2 & 0 & 1 \\
0 & 0 & 1 & 2 & -1 & 0
\end{array} \right]$
$R_1 - 3 R_3 \to R_1$
$\displaystyle \left[ \begin{array}{ccc|ccc}
1 & 2 & 0 & -5 & 3 & 0 \\
0 & 1 & 0 & -2 & 0 & 1 \\
0 & 0 & 1 & 2 & -1 & 0
\end{array} \right]$
$R_1 - 2R_2 \to R_1$
$\displaystyle \left[ \begin{array}{ccc|ccc}
1 & 0 & 0 & -1 & 3 & -2 \\
0 & 1 & 0 & -2 & 0 & 1 \\
0 & 0 & 1 & 2 & -1 & 0
\end{array} \right]$
The inverse of matrix $A$ is
$\displaystyle A^{-1} = \left[ \begin{array}{ccc}
-1 & 3 & -2 \\
-2 & 0 & 1 \\
2 & -1 & 0
\end{array} \right]$
Monday, July 8, 2013
College Algebra, Chapter 7, Review Exercises, Section Review Exercises, Problem 48
Subscribe to:
Post Comments (Atom)
Summarize the major research findings of "Toward an experimental ecology of human development."
Based on findings of prior research, the author, Bronfenbrenner proposes that methods for natural observation research have been applied in ...
-
Show that $\displaystyle a(t) = v(t) \frac{dV}{ds}$ of a particle that moves along a straight line with displacement $s(t)$, velocity $v(t)$...
-
Find the indefinite integral $\displaystyle \int \sec^4 \left( \frac{x}{2} \right) dx$. Illustrate by graphing both the integrand and its an...
-
Determine the area of the region bounded by the hyperbola $9x^2 - 4y^2 = 36$ and the line $ x= 3$ By using vertical strips, Si...
-
Find the integral $\displaystyle \int^1_0 \frac{1}{\sqrt{16 t^2 + 1}} dt$ If we let $u = 4t$, then $du = 4dt$, so $\displaystyle dt = \frac{...
-
Determine $\displaystyle \frac{dy}{dx}$ of $y^5 + x^2y^3 = 1 + x^4 y$ by Implicit Differentiation. $\displaystyle \frac{d}{dx}(y^5) + ...
-
The narrator of "Sonny's Blues" describes the neighborhood as "filled with a hidden menace which was its very breath of l...
-
Given y=cos(2x), y=0 x=0,x=pi/4 so the solid of revolution about x-axis is given as V = pi * int _a ^b [R(x)^2 -r(x)^2] dx here R(x) =cos(2x...
No comments:
Post a Comment