diff doc/interpreter/sparse.txi @ 11573:6f8ffe2c6f76

Grammarcheck txi files for 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Wed, 19 Jan 2011 20:29:11 -0800
parents fd0a3ac60b0e
children 1577c6f80926
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi	Wed Jan 19 17:51:22 2011 -0800
+++ b/doc/interpreter/sparse.txi	Wed Jan 19 20:29:11 2011 -0800
@@ -781,7 +781,7 @@
 @item If the matrix is upper or lower triangular perform a sparse forward
 or backward substitution, and goto 8
 
-@item If the matrix is a upper triangular matrix with column permutations
+@item If the matrix is an upper triangular matrix with column permutations
 or lower triangular matrix with row permutations, perform a sparse forward 
 or backward substitution, and goto 8
 
@@ -933,7 +933,7 @@
 @end ifnottex
 into simplexes (triangles in 2D, pyramids in 3D).
 @ifset htmltex
-We take as an 3D example a cylindrical liquid filled tank with a small 
+We take as a 3-D example a cylindrical liquid filled tank with a small 
 non-conductive ball from the EIDORS project@footnote{EIDORS - Electrical 
 Impedance Tomography and Diffuse optical Tomography Reconstruction Software 
 @url{http://eidors3d.sourceforge.net}}.  This is model is designed to reflect
@@ -943,7 +943,7 @@
 vertices @code{nodes} and simplices @code{elems}.
 @end ifset
 
-The following example creates a simple rectangular 2D electrically
+The following example creates a simple rectangular 2-D electrically
 conductive medium with 10 V and 20 V imposed on opposite sides 
 (Dirichlet boundary conditions).  All other edges are electrically
 isolated.