Fix matrix example

This commit is contained in:
Antti H S Laaksonen 2017-04-24 21:36:01 +03:00
parent 3bb7d660af
commit c830efc7f2
1 changed files with 10 additions and 10 deletions

View File

@ -590,33 +590,33 @@ makes a mistake when it reports that $AB=C$.
For example,
\[
\begin{bmatrix}
2 & 4 \\
1 & 6 \\
6 & 8 \\
1 & 3 \\
\end{bmatrix}
\neq
\begin{bmatrix}
0 & 5 \\
7 & 4 \\
8 & 7 \\
3 & 2 \\
\end{bmatrix},
\]
but
\[
\begin{bmatrix}
2 & 4 \\
1 & 6 \\
6 & 8 \\
1 & 3 \\
\end{bmatrix}
\begin{bmatrix}
1 \\
3 \\
6 \\
\end{bmatrix}
=
\begin{bmatrix}
0 & 5 \\
7 & 4 \\
8 & 7 \\
3 & 2 \\
\end{bmatrix}
\begin{bmatrix}
1 \\
3 \\
6 \\
\end{bmatrix}.
\]
However, in practice, the probability that the