Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: a x b .c and a.b x c

Subject: a x b .c and a.b x c

From: Rufus Worrell

Date: 8 Feb, 2008 12:41:06

Message: 1 of 3

Hey guys I figured out how to use dot product and cross
product on paper but if I had vectors a (1,2,3) b(4,5,6) c
(7,8,9) How would I find the a x b .c and a.b x c of them
using mat lab?

Subject: a x b .c and a.b x c

From: John D'Errico

Date: 8 Feb, 2008 14:25:04

Message: 2 of 3

"Rufus Worrell" <hollywoodbatez@AOL.com> wrote in message
<fohil2$adp$1@fred.mathworks.com>...
> Hey guys I figured out how to use dot product and cross
> product on paper but if I had vectors a (1,2,3) b(4,5,6) c
> (7,8,9) How would I find the a x b .c and a.b x c of them
> using mat lab?

By using the functions dot and cross, of course.

Why not try it, instead of asking repeatedly
for someone else to do it for you? You might
be surprised and find that it works.

John

Subject: a x b .c and a.b x c

From: Roger Stafford

Date: 8 Feb, 2008 16:10:08

Message: 3 of 3

"John D'Errico" <woodchips@rochester.rr.com> wrote in message <fohoo0
$91g$1@fred.mathworks.com>...
> "Rufus Worrell" <hollywoodbatez@AOL.com> wrote in message
> <fohil2$adp$1@fred.mathworks.com>...
> > Hey guys I figured out how to use dot product and cross
> > product on paper but if I had vectors a (1,2,3) b(4,5,6) c
> > (7,8,9) How would I find the a x b .c and a.b x c of them
> > using mat lab?
>
> By using the functions dot and cross, of course.
> Why not try it, instead of asking repeatedly
> for someone else to do it for you? You might
> be surprised and find that it works.
> John
----------
  Also I remind you once again, Rufus, that you can use the determinant
function, 'det'. Use det([a;b;c]) if a, b, and c are row vectors or det({a,b,c]) if
they are column vectors.

  This carries out the equivalent of the combined vector and scalar products
of a triple of three-dimensional vectors.

Roger Stafford

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics