\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus

Please login to create an exam or a quiz.

Algebra
Matricies
New Random

Use the matrices below to answer the following questions: \begin{equation*}A = \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right] B = \left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right] C = \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right] D = \left[\begin{matrix}8 & 7 & 1\\9 & -2 & -1\\1 & 5 & 1\end{matrix}\right] E = \left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right] \end{equation*}

  1. Find \(\displaystyle A + E\) and \(\displaystyle C + D\)
  2. Find \(\displaystyle BC\) and \(\displaystyle CB\)
  3. Find the inverse of Matrix D, that is \(\displaystyle D^{-1}\)


  1. \(\displaystyle \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right]+\left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right]=\left[\begin{matrix}-7 & 8 & -20\\21 & 24 & -7\end{matrix}\right]\) The sum is undefined. The matricies do not have the same shape.
  2. The product is undefined. \(\displaystyle \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right]\left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right]=\left[\begin{matrix}186 & 132\end{matrix}\right]\)
  3. \(\displaystyle \left[\begin{matrix}3 & -2 & -5\\-10 & 7 & 17\\47 & -33 & -79\end{matrix}\right]\)

Download \(\LaTeX\)

\begin{question}Use the matrices below to answer the following questions:
 \begin{equation*}A = \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right] B = \left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right] C = \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right] D = \left[\begin{matrix}8 & 7 & 1\\9 & -2 & -1\\1 & 5 & 1\end{matrix}\right] E = \left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right] \end{equation*}

\begin{enumerate}
    \item (10pts) Find $A + E$ and $C + D$
        \soln{9cm}{
            $\left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right]+\left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right]=\left[\begin{matrix}-7 & 8 & -20\\21 & 24 & -7\end{matrix}\right]$ The sum is undefined.  The matricies do not have the same shape. 
        }
    \item (10pts) Find $BC$ and $CB$
        \soln{9cm}{
             The product is undefined. $\left[\begin{matrix}-1 & 18 & 13\end{matrix}\right]\left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right]=\left[\begin{matrix}186 & 132\end{matrix}\right]$ 
        }
    \item (10pts) Find the inverse of Matrix D, that is $D^{-1}$
        \soln{9cm}{
            $\left[\begin{matrix}3 & -2 & -5\\-10 & 7 & 17\\47 & -33 & -79\end{matrix}\right]$ 
        }
\end{enumerate}
\end{question}

Download Question and Solution Environment\(\LaTeX\)
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage[margin=2cm]{geometry}
\usepackage{tcolorbox}

\newcounter{ExamNumber}
\newcounter{questioncount}
\stepcounter{questioncount}

\newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}}
\renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}}

\newif\ifShowSolution
\newcommand{\soln}[2]{%
\ifShowSolution%
\noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else%
\vspace{#1}%
\fi%
}%
\newcommand{\hideifShowSolution}[1]{%
\ifShowSolution%
%
\else%
#1%
\fi%
}%
\everymath{\displaystyle}
\ShowSolutiontrue

\begin{document}\begin{question}(10pts) The question goes here!
    \soln{9cm}{The solution goes here.}

\end{question}\end{document}
HTML for Canvas
<p> <p>Use the matrices below to answer the following questions:
  <img class="equation_image" title=" A = \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right] B = \left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right] C = \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right] D = \left[\begin{matrix}8 & 7 & 1\\9 & -2 & -1\\1 & 5 & 1\end{matrix}\right] E = \left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right]  " src="/equation_images/%20A%20%3D%20%5Cleft%5B%5Cbegin%7Bmatrix%7D-7%20%26%207%20%26%20-9%5C%5C5%20%26%2015%20%26%205%5Cend%7Bmatrix%7D%5Cright%5D%20B%20%3D%20%5Cleft%5B%5Cbegin%7Bmatrix%7D-15%20%26%2015%5C%5C16%20%26%2019%5C%5C-9%20%26%20-15%5Cend%7Bmatrix%7D%5Cright%5D%20C%20%3D%20%5Cleft%5B%5Cbegin%7Bmatrix%7D-1%20%26%2018%20%26%2013%5Cend%7Bmatrix%7D%5Cright%5D%20D%20%3D%20%5Cleft%5B%5Cbegin%7Bmatrix%7D8%20%26%207%20%26%201%5C%5C9%20%26%20-2%20%26%20-1%5C%5C1%20%26%205%20%26%201%5Cend%7Bmatrix%7D%5Cright%5D%20E%20%3D%20%5Cleft%5B%5Cbegin%7Bmatrix%7D0%20%26%201%20%26%20-11%5C%5C16%20%26%209%20%26%20-12%5Cend%7Bmatrix%7D%5Cright%5D%20%20" alt="LaTeX:  A = \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right] B = \left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right] C = \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right] D = \left[\begin{matrix}8 & 7 & 1\\9 & -2 & -1\\1 & 5 & 1\end{matrix}\right] E = \left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right]  " data-equation-content=" A = \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right] B = \left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right] C = \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right] D = \left[\begin{matrix}8 & 7 & 1\\9 & -2 & -1\\1 & 5 & 1\end{matrix}\right] E = \left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right]  " /> 

<ol type="a">
	<li>Find  <img class="equation_image" title=" \displaystyle A + E " src="/equation_images/%20%5Cdisplaystyle%20A%20%2B%20E%20" alt="LaTeX:  \displaystyle A + E " data-equation-content=" \displaystyle A + E " />  and  <img class="equation_image" title=" \displaystyle C + D " src="/equation_images/%20%5Cdisplaystyle%20C%20%2B%20D%20" alt="LaTeX:  \displaystyle C + D " data-equation-content=" \displaystyle C + D " /> </li>
	<li>Find  <img class="equation_image" title=" \displaystyle BC " src="/equation_images/%20%5Cdisplaystyle%20BC%20" alt="LaTeX:  \displaystyle BC " data-equation-content=" \displaystyle BC " />  and  <img class="equation_image" title=" \displaystyle CB " src="/equation_images/%20%5Cdisplaystyle%20CB%20" alt="LaTeX:  \displaystyle CB " data-equation-content=" \displaystyle CB " /> </li>
	<li>Find the inverse of Matrix D, that is  <img class="equation_image" title=" \displaystyle D^{-1} " src="/equation_images/%20%5Cdisplaystyle%20D%5E%7B-1%7D%20" alt="LaTeX:  \displaystyle D^{-1} " data-equation-content=" \displaystyle D^{-1} " /> </li>

</ol>
</p> </p>
HTML for Canvas
<p> <p>
<ol type="a">
	<li> <img class="equation_image" title=" \displaystyle \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right]+\left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right]=\left[\begin{matrix}-7 & 8 & -20\\21 & 24 & -7\end{matrix}\right] " src="/equation_images/%20%5Cdisplaystyle%20%5Cleft%5B%5Cbegin%7Bmatrix%7D-7%20%26%207%20%26%20-9%5C%5C5%20%26%2015%20%26%205%5Cend%7Bmatrix%7D%5Cright%5D%2B%5Cleft%5B%5Cbegin%7Bmatrix%7D0%20%26%201%20%26%20-11%5C%5C16%20%26%209%20%26%20-12%5Cend%7Bmatrix%7D%5Cright%5D%3D%5Cleft%5B%5Cbegin%7Bmatrix%7D-7%20%26%208%20%26%20-20%5C%5C21%20%26%2024%20%26%20-7%5Cend%7Bmatrix%7D%5Cright%5D%20" alt="LaTeX:  \displaystyle \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right]+\left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right]=\left[\begin{matrix}-7 & 8 & -20\\21 & 24 & -7\end{matrix}\right] " data-equation-content=" \displaystyle \left[\begin{matrix}-7 & 7 & -9\\5 & 15 & 5\end{matrix}\right]+\left[\begin{matrix}0 & 1 & -11\\16 & 9 & -12\end{matrix}\right]=\left[\begin{matrix}-7 & 8 & -20\\21 & 24 & -7\end{matrix}\right] " />  The sum is undefined.  The matricies do not have the same shape.</li>
	<li> The product is undefined.  <img class="equation_image" title=" \displaystyle \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right]\left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right]=\left[\begin{matrix}186 & 132\end{matrix}\right] " src="/equation_images/%20%5Cdisplaystyle%20%5Cleft%5B%5Cbegin%7Bmatrix%7D-1%20%26%2018%20%26%2013%5Cend%7Bmatrix%7D%5Cright%5D%5Cleft%5B%5Cbegin%7Bmatrix%7D-15%20%26%2015%5C%5C16%20%26%2019%5C%5C-9%20%26%20-15%5Cend%7Bmatrix%7D%5Cright%5D%3D%5Cleft%5B%5Cbegin%7Bmatrix%7D186%20%26%20132%5Cend%7Bmatrix%7D%5Cright%5D%20" alt="LaTeX:  \displaystyle \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right]\left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right]=\left[\begin{matrix}186 & 132\end{matrix}\right] " data-equation-content=" \displaystyle \left[\begin{matrix}-1 & 18 & 13\end{matrix}\right]\left[\begin{matrix}-15 & 15\\16 & 19\\-9 & -15\end{matrix}\right]=\left[\begin{matrix}186 & 132\end{matrix}\right] " /> </li>
	<li> <img class="equation_image" title=" \displaystyle \left[\begin{matrix}3 & -2 & -5\\-10 & 7 & 17\\47 & -33 & -79\end{matrix}\right] " src="/equation_images/%20%5Cdisplaystyle%20%5Cleft%5B%5Cbegin%7Bmatrix%7D3%20%26%20-2%20%26%20-5%5C%5C-10%20%26%207%20%26%2017%5C%5C47%20%26%20-33%20%26%20-79%5Cend%7Bmatrix%7D%5Cright%5D%20" alt="LaTeX:  \displaystyle \left[\begin{matrix}3 & -2 & -5\\-10 & 7 & 17\\47 & -33 & -79\end{matrix}\right] " data-equation-content=" \displaystyle \left[\begin{matrix}3 & -2 & -5\\-10 & 7 & 17\\47 & -33 & -79\end{matrix}\right] " /> </li>
</ol></p> </p>