From c830efc7f2ed0e48dfa53981eadeb057607cc227 Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Mon, 24 Apr 2017 21:36:01 +0300 Subject: [PATCH] Fix matrix example --- chapter24.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/chapter24.tex b/chapter24.tex index 6ef6ecd..095fb68 100644 --- a/chapter24.tex +++ b/chapter24.tex @@ -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