From help-octave-request at bevo dot che dot wisc dot edu Thu Aug 13 10:44:50 1998 Subject: vectors From: Peter Waller To: help-octave at bevo dot che dot wisc dot edu Date: Thu, 13 Aug 1998 13:06:21 +0200 (MET DST) Hi! I have a small problem. A=randn(10,3); B=randn(10,3); I want to calculate cross(A,B), ie. cross(A(k,:),B(k,:)), k=1..10 This does not work with the ordinary cross product. I want to solve this problem without loops etc, any sugestion? /Peter Waller