changeset 20671:77b104cad58e stable

intro.txi change a to A to match the previous comments
author Doug Stewart <doug.dastew@gmail.com
date Sat, 24 Oct 2015 17:20:24 -0400
parents d29614aed16f
children 78b3e9868b67
files doc/interpreter/intro.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/intro.txi
+++ b/doc/interpreter/intro.txi
@@ -194,7 +194,7 @@
 $@code{A}^{-1}@code{b}$,
 @end tex
 @ifnottex
-@code{inv (a) * b},
+@code{inv (A) * b},
 @end ifnottex
 but avoids computing the inverse of a matrix directly.