Mercurial > hg > octave-lyh
comparison scripts/linear-algebra/cross.m @ 5428:2a16423e4aa0
[project @ 2005-08-23 18:38:27 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 2005 18:38:28 +0000 |
parents | 4c8a2e4e0717 |
children | ebe5d7d15522 |
comparison
equal
deleted
inserted
replaced
5427:a92afe70fb8d | 5428:2a16423e4aa0 |
---|---|
33 ## along the first dimension with 3 elements. The optional argument | 33 ## along the first dimension with 3 elements. The optional argument |
34 ## @var{dim} is used to force the cross product to be calculated along | 34 ## @var{dim} is used to force the cross product to be calculated along |
35 ## the dimension defiend by @var{dim}. | 35 ## the dimension defiend by @var{dim}. |
36 ## @end deftypefn | 36 ## @end deftypefn |
37 | 37 |
38 ## Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 38 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
39 ## Created: 15 October 1994 | 39 ## Created: 15 October 1994 |
40 ## Adapted-By: jwe | 40 ## Adapted-By: jwe |
41 | 41 |
42 function z = cross (x, y, dim) | 42 function z = cross (x, y, dim) |
43 | 43 |