|
[Date Index]
[Thread Index]
[Author Index]
Quaternions
- To: mathgroup at smc.vnet.net
- Subject: [mg78186] Quaternions
- From: Bruce Colletti <vze269bv at verizon.net>
- Date: Sun, 24 Jun 2007 05:49:33 -0400 (EDT)
Re Mathematica 6.0 under WinXP.
The code below works as planned, except that a red marker appears between the final ) and ], announcing that more input is expected. I'm presuming that in this case, the marker can be ignored, but want to doublecheck with others.
Thankx.
Bruce
Needs["Quaternions`"];
w={3,4,5};
u=w/Norm@w;
Quaternion[Cos[Pi/4],Sequence@@(u Sin[Pi/4])]
Prev by Date:
Re: Solving a Integral (2)
Next by Date:
Re: Just one "1" in a list
Previous by thread:
Re: Solving a Integral (2)
Next by thread:
Re: Quaternions
|