aboutsummaryrefslogtreecommitdiffstats
path: root/determ.txi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:40 -0800
commit4684239efa63dc1b2c1cbe37ef7d3062029f5532 (patch)
tree606a687e9279e9bf6048925878968df9875a4973 /determ.txi
parent64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34 (diff)
downloadslib-4684239efa63dc1b2c1cbe37ef7d3062029f5532.tar.gz
slib-4684239efa63dc1b2c1cbe37ef7d3062029f5532.zip
Import Upstream version 3b1upstream/3b1
Diffstat (limited to 'determ.txi')
-rw-r--r--determ.txi4
1 files changed, 2 insertions, 2 deletions
diff --git a/determ.txi b/determ.txi
index 51ec1c9..c230046 100644
--- a/determ.txi
+++ b/determ.txi
@@ -14,7 +14,7 @@ Returns the list-of-lists form of @var{matrix}.
@defun matrix->array matrix
-Returns the (ones-based) array form of @var{matrix}.
+Returns the array form of @var{matrix}.
@end defun
@@ -65,7 +65,7 @@ Returns matrix @var{m1} times scalar @var{z}.
@defun matrix:inverse matrix
@var{matrix} must be a square matrix.
-If @var{matrix} is singlar, then @code{matrix:inverse} returns #f; otherwise @code{matrix:inverse} returns the
+If @var{matrix} is singular, then @code{matrix:inverse} returns #f; otherwise @code{matrix:inverse} returns the
@code{matrix:product} inverse of @var{matrix}.
@end defun