Path: news.mathworks.com!not-for-mail
From: "M K" <maha_k@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Vectors
Date: Wed, 12 Nov 2008 12:56:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <gfejp2$od9$1@fred.mathworks.com>
Reply-To: "M K" <maha_k@mathworks.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1226494562 25001 172.30.248.37 (12 Nov 2008 12:56:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 12 Nov 2008 12:56:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1115780
Xref: news.mathworks.com comp.soft-sys.matlab:500376


I have 4 points of a plane, ABCD .Can i calculate the normal vector,n  of it?

Is it n= cross(AB,CD)?