| Author |
Comment/Response |
Dan
|
02/11/12 12:35pm
Is it possible to calculate the cross product of the following vectors :
{1,2,3,4} and {5,6,7,8} ?
tried to do it by myself but received the following message:
Cross[{1, 2, 3, 4}, {5, 6, 7, 8}]
Cross::nonn1: The arguments are expected to be vectors of equal length, and the number of arguments is expected to be 1 less than their length. >>
URL: , |
|