Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!v46g2000hsv.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: cross product and mat lab
Date: Wed, 6 Feb 2008 05:09:19 -0800 (PST)
Organization: http://groups.google.com
Lines: 12
Message-ID: <f44e651f-380c-49cb-a5ee-6c95da336707@v46g2000hsv.googlegroups.com>
References: <focbdu$hvp$1@fred.mathworks.com>
NNTP-Posting-Host: 62.113.156.100
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1202303360 16307 127.0.0.1 (6 Feb 2008 13:09:20 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 6 Feb 2008 13:09:20 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: v46g2000hsv.googlegroups.com; posting-host=62.113.156.100; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
Xref: news.mathworks.com comp.soft-sys.matlab:449590


On 6 Feb, 14:07, "Rufus Worrell" <hollywoodba...@AOL.com> wrote:
> Hey guys I was wondering I have 3 vectors: a, b, c. =A0now
> finding the cross product of them on paper is straight
> forward but how would mat lab do a x b .c and a.b x c if a =3D
> (1,2,3), b =3D (4,5,6) and c =3D (7,8,9)
>
> Thanks!

help cross
help dot

Rune