|
-
Sep 12th, 2005, 11:46 AM
#1
Thread Starter
Hyperactive Member
Showing dot product is commutative, need help please
Hello everyone. I'm trying to show ab = ba. //communative property of dot product
This is what I have, is it enough to show this?
ab = (ax, ay, az) (bx, by, bz) = axbx + ayby + azbz;
ab = (axi + ayj) (bxi + byj); //note: i and j are unit vectors
= axbx(i)(i) + ayby(j)(j) + axby(i)(j) + aybx(j)(i)
= axbx+ayby
ba = (bx, by, bz) (ax,ay,az) = bxax + byay + bzaz;
ba = (bxi + byj) (axi + ayj)
= bxax(i)(i) + byay(j)(j) + bxay(i)(j) + byax(j)(i)
= bxax + byay
Is this enough to show the dot product is communative?
Any help would be great if it isn't!
C¤ry Sanchez
Computer Science/Engineering
@ Penn State
IBM.zSeries Intern
Mandriva 2007
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|