You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DET-0010/main.tex
+34-39Lines changed: 34 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ \section*{Finding the Determinant}
16
16
17
17
In this section we will define a function that assigns to each square matrix $A$ a scalar output called the \dfn{determinant of $A$}. We will denote the determinant of $A$ by $\det{A}$. For a matrix with real number entries, the output of the determinant function will always be a real number.
18
18
19
-
One important property of the determinant is its connection to matrix inverses. We will find that a matrix $A$ is singular if and only if $\det{A}=0$. For nonsingular matrices, we will establish a formula that gives the inverse of a matrix exclusively in terms of determinants. This property will be addressed in detail in \href{https://ximera.osu.edu/linearalgebradzv3/LinearAlgebraInteractiveIntro/DET-0040/main}{Properties of the Determinant}, and \href{https://ximera.osu.edu/linearalgebradzv3/LinearAlgebraInteractiveIntro/DET-0060/main}{Determinants and Inverses of Nonsingular Matrices}.
19
+
One important property of the determinant is its connection to matrix inverses. We will find that a matrix $A$ is singular if and only if $\det{A}=0$. %For nonsingular matrices, we will establish a formula that gives the inverse of a matrix exclusively in terms of determinants. This property will be addressed in detail in \href{https://ximera.osu.edu/linearalgebradzv3/LinearAlgebraInteractiveIntro/DET-0040/main}{Properties of the Determinant}, and \href{https://ximera.osu.edu/linearalgebradzv3/LinearAlgebraInteractiveIntro/DET-0060/main}{Determinants and Inverses of Nonsingular Matrices}.
20
20
21
-
Geometrically speaking, the determinant of a matrix of a linear transformation is the factor by which the area (or volume or hypervolume) is scaled by the transformation. This will be discussed in \href{https://ximera.osu.edu/linearalgebradzv3/LinearAlgebraInteractiveIntro/DET-0070/main}{Determinants as Areas and Volumes}.
21
+
Geometrically speaking, the determinant of a matrix of a linear transformation is the factor by which the area (or volume or hypervolume) is scaled by the transformation. %This will be discussed in \href{https://ximera.osu.edu/linearalgebradzv3/LinearAlgebraInteractiveIntro/DET-0070/main}{Determinants as Areas and Volumes}.
22
22
23
23
\subsection*{Cofactor Expansion Along the Top Row}
24
24
To start from the beginning, let us define the determinant of a $1\times1$ matrix.
@@ -47,15 +47,19 @@ \subsection*{Cofactor Expansion Along the Top Row}
Show that Definition \ref{def:toprowexpansion} is consistent with Definition \ref{def:twobytwodet} by verifying that both produce the same result when applied to a $2\times2$ matrix.
328
-
\end{problem}
326
+
%\begin{problem}\label{prob:toprowexp2x2}
327
+
%Show that Definition \ref{def:toprowexpansion} is consistent with Definition \ref{def:twobytwodet} by verifying that both produce the same result when applied to a $2\times 2$ matrix.
328
+
%\end{problem}
329
329
330
330
\begin{problem}\label{prob:detOfTrans}
331
-
Prove Theorem \ref{th:detoftrans}.
331
+
Prove that for a square matrix $A$, $\det{A^T}=\det{A}$. (Theorem \ref{th:detoftrans})
332
332
\end{problem}
333
333
334
334
\begin{problem}\label{prob:detrowswitch}
335
-
Let $B'$ be a matrix obtained from $B$ of Problem \ref{prob:2x2det2} by switching the first and the second row of $B$. Compute the determinant of $B'$. What do you observe?
336
-
\end{problem}
337
-
338
-
\begin{problem}\label{prob:2x2rowswitchproof}
339
-
Make a conjecture about what happens to the determinant of a matrix if two rows of a matrix are switched. Prove your conjecture for a $2\times2$ matrix.
340
-
\end{problem}
335
+
Let $$A=\begin{bmatrix}-2&1&3\\0&4&0\\-1&1&2\end{bmatrix}$$
341
336
342
-
\begin{problem}\label{prob:scalarmultrowdet} Let $B'$ be a matrix obtained from $B$ of Problem \ref{prob:2x2det2} by multiplying the middle row by $-3$. Compute the determinant of $B'$. What do you observe?
Make a conjecture about what happens to the determinant of a matrix if one of the rows is multiplied by a constant. Prove your conjecture for a $2\times2$ matrix.
347
-
\end{problem}
337
+
\begin{enumerate}
338
+
\item$$\text{det}A=\answer{-4}$$
339
+
\item Let $A_1$ be a matrix obtained from $A$ by switching the first and the second row of $A$.
340
+
$$\text{det}A_1=\answer{4}$$
341
+
What do you observe?
348
342
349
-
\begin{problem}\label{prob:matrixtimesconst}
350
-
Let $B'$ be a matrix obtained from $B$ of Problem \ref{prob:2x2det2} by multiplying $B$ by $2$. Compute the determinant of $B'$. What do you observe?
351
-
\end{problem}
343
+
\item Let $A_2$ be a matrix obtained from $A$ by multiplying the bottom row by $-3$.
Make a conjecture about what happens to the determinant of a matrix if the matrix is multiplied by a constant. Prove your conjecture for a $2\times2$ matrix.
355
-
\end{problem}
345
+
$$\text{det}A_2=\answer{12}$$
346
+
What do you observe?
356
347
357
-
\begin{problem}\label{prob:scalarmultofrow}
358
-
Let $B'$ be a matrix obtained from $B$ of Problem \ref{prob:2x2det2} by adding twice the third row to the first. Compute the determinant of $B'$. What do you observe?
359
-
\end{problem}
348
+
\item Let $A_3$ be a matrix obtained from $A$ by multiplying $A$ by $2$.
349
+
350
+
$$\text{det}A_3=\answer{-32}$$
351
+
What do you observe? Relate your observations to what you found in the previous part.
360
352
361
-
\begin{problem}\label{prob:scalarmultofrow2x2}
362
-
Make a conjecture about what happens to the determinant of a matrix if a multiple of one row is added to another row. Prove your conjecture for a $2\times2$ matrix.
353
+
\item Let $A_4$ be a matrix obtained from $A$ by adding twice the third row to the first.
Copy file name to clipboardExpand all lines: VEC-0080/main.tex
+53-50Lines changed: 53 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ \subsection*{Properties of the Cross Product}
180
180
\begin{proof}
181
181
The proof is left to the reader. (See Practice Problem \ref{prob:corssuvnegcrossvu})
182
182
\end{proof}
183
-
The next theorem lists two additional properties of the cross product. Proofs of these properties are routine and are left to the reader. (See Practice Problems \ref{prob:scalarassocofcrossprod} and \ref{prob:distofrossprod})
183
+
The next theorem lists two additional properties of the cross product. Proofs of these properties are routine and are left to the reader. %(See Practice Problems \ref{prob:scalarassocofcrossprod} and \ref{prob:distofrossprod})
184
184
185
185
\begin{theorem}\label{th:crossproductproperties}
186
186
Let $\vec{u}$, $\vec{v}$ and $\vec{w}$ be vectors in $\mathbb{R}^3$, and $k$ be a scalar, then\\
@@ -237,7 +237,7 @@ \subsubsection*{Cross Product and the Angle between Vectors}
237
237
Let $\vec{u}$ and $\vec{v}$ be vectors in $\RR^3$. Then
\begin{proof} The proof is left to the reader. (See Practice Problem \ref{prob:corssprodmagnitude})
240
+
\begin{proof} The proof is left to the reader. %(See Practice Problem \ref{prob:corssprodmagnitude})
241
241
\end{proof}
242
242
243
243
The following theorem establishes a relationship between the magnitude of the cross product, the magnitudes of the two vectors involved in the cross product and the angle between the two vectors. It is important to note that the identity in this theorem involves the magnitude of the cross product, not the cross product itself.
@@ -261,76 +261,79 @@ \subsubsection*{Cross Product and the Angle between Vectors}
Find the cross product $\vec{u}\times\vec{v}$, and verify that $\vec{u}\times\vec{v}$ is orthogonal to both $\vec{u}$ and $\vec{v}$.
283
281
284
-
\begin{problem}\label{prob:crossuv1}
282
+
\begin{problem}\label{prob:crossuv1} Find the cross product $\vec{u}\times\vec{v}$, and verify that $\vec{u}\times\vec{v}$ is orthogonal to both $\vec{u}$ and $\vec{v}$.
Let $\vec{u}$ and $\vec{v}$ be vectors of $\RR^3$. Prove that $\vec{u}\times\vec{v}$ is orthogonal to both $\vec{u}$ and $\vec{v}$. (Theorem \ref{th:crossproductorthtouandv})
316
319
\end{problem}
317
320
318
321
\begin{problem}\label{prob:crossself}
319
322
Prove that the cross product of any vector with itself is the zero vector.
320
323
\end{problem}
321
324
322
-
\begin{problem}\label{prob:crossprodzero}
323
-
Suppose that $\vec{u}$ is a non-zero vector. Let $\vec{v}=k\vec{u}$ for $k\neq0$. Argue that $\vec{u}\times\vec{v}=\vec{0}$ in two different ways:
324
-
\begin{enumerate}
325
-
\item
326
-
By using Theorem \ref{th:crossproductsin}.
327
-
\item (Optional) By using Theorem \ref{th:detofsingularmatrix}.
328
-
\end{enumerate}
329
-
\end{problem}
330
-
331
-
\begin{problem}\label{prob:corssprodmagnitude} Prove the following identity for vectors $\vec{u}$ and $\vec{v}$ of $\RR^3$.
0 commit comments