diff options
Diffstat (limited to 'determ.txi')
-rw-r--r-- | determ.txi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |