changeset 122:cb5ec7b6c582

index.html: fix comment about solving a linear system
author Mike Miller <mtmiller@octave.org>
date Tue, 22 Nov 2016 16:47:54 -0800
parents 3e9a81efaf79
children 527e9231e4ff
files index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sat Nov 19 10:26:57 2016 -0500
+++ b/index.html	Tue Nov 22 16:47:54 2016 -0800
@@ -60,7 +60,7 @@
 A = [ 3 4 5;
       1 3 1;
       3 5 9 ]
-x = A \ b     # Solve the system  Ax = b  by inverting A
+x = A \ b     # Solve the system Ax = b
 {% endhighlight %}
     </div>
   </div>