Mercurial > hg > octave-nkf
diff scripts/linear-algebra/cross.m @ 5448:ebe5d7d15522
[project @ 2005-09-14 18:55:04 by jwe]
author | jwe |
---|---|
date | Wed, 14 Sep 2005 18:55:05 +0000 |
parents | 2a16423e4aa0 |
children | ace8d8d26933 |
line wrap: on
line diff
--- a/scripts/linear-algebra/cross.m +++ b/scripts/linear-algebra/cross.m @@ -32,7 +32,7 @@ ## If @var{x} and @var{y} are matrices, the cross product is applied ## along the first dimension with 3 elements. The optional argument ## @var{dim} is used to force the cross product to be calculated along -## the dimension defiend by @var{dim}. +## the dimension defined by @var{dim}. ## @end deftypefn ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>