Click here to Skip to main content
15,888,316 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Mutliplying a very long number Pin
Arun.Immanuel5-May-07 22:36
Arun.Immanuel5-May-07 22:36 
GeneralRe: Mutliplying a very long number Pin
Luc Pattyn5-May-07 23:42
sitebuilderLuc Pattyn5-May-07 23:42 
GeneralRe: Mutliplying a very long number Pin
MoustafaS6-May-07 4:23
MoustafaS6-May-07 4:23 
AnswerRe: Mutliplying a very long number Pin
Bassam Abdul-Baki8-May-07 15:48
professionalBassam Abdul-Baki8-May-07 15:48 
QuestionRotation Matrix Pin
wajih.boukaram4-May-07 12:23
wajih.boukaram4-May-07 12:23 
AnswerRe: Rotation Matrix Pin
cp98765-May-07 2:56
cp98765-May-07 2:56 
AnswerRe: Rotation Matrix Pin
Paul Conrad5-May-07 5:22
professionalPaul Conrad5-May-07 5:22 
AnswerRe: Rotation Matrix Pin
spin vector16-May-07 2:36
spin vector16-May-07 2:36 
You need to apply a unitary matrix transform to your coordinates (http://en.wikipedia.org/wiki/Unitary_matrix). that is, if you have a point in R3 represented by the vector v_o, then v = U v_o is a rotated coordinate. You need a unitary matrix so that no coordinate in the new basis is scaled with respect to the original basis. Concretely, if you start with an orthonormal system you want to end with an orthonormal system.

See rotation matrices on wikipedia: http://en.wikipedia.org/wiki/Rotation_matrix for more details of making the appropriate R3 rotation matrix.

good luck
GeneralRe: Rotation Matrix Pin
cp987616-May-07 3:41
cp987616-May-07 3:41 
AnswerRe: Rotation Matrix Pin
Frank Kerrigan21-May-07 23:40
Frank Kerrigan21-May-07 23:40 
QuestionMaths Pin
Jbones30-Apr-07 18:54
Jbones30-Apr-07 18:54 
AnswerRe: Maths Pin
cp987630-Apr-07 19:16
cp987630-Apr-07 19:16 
AnswerRe: Maths Pin
CPallini1-May-07 7:31
mveCPallini1-May-07 7:31 
GeneralRe: Maths Pin
Frank Kerrigan2-May-07 5:35
Frank Kerrigan2-May-07 5:35 
GeneralRe: Maths Pin
CPallini2-May-07 5:41
mveCPallini2-May-07 5:41 
GeneralRe: Maths Pin
Frank Kerrigan2-May-07 5:52
Frank Kerrigan2-May-07 5:52 
GeneralRe: Maths Pin
Paul Conrad2-May-07 11:05
professionalPaul Conrad2-May-07 11:05 
AnswerRe: Maths Pin
cp98761-May-07 20:42
cp98761-May-07 20:42 
QuestionSpherical Math Book ? Pin
James D Davis30-Apr-07 14:36
James D Davis30-Apr-07 14:36 
AnswerRe: Spherical Math Book ? Pin
ricecake2-May-07 3:35
ricecake2-May-07 3:35 
GeneralRe: Continuity and the Future of Mathematics Pin
Rilhas24-May-07 12:05
Rilhas24-May-07 12:05 
GeneralRe: Continuity and the Future of Mathematics Pin
Rilhas25-May-07 1:20
Rilhas25-May-07 1:20 
QuestionCircular shifting Pin
CarpenterJim28-Apr-07 9:39
CarpenterJim28-Apr-07 9:39 
AnswerRe: Circular shifting Pin
Luc Pattyn28-Apr-07 10:33
sitebuilderLuc Pattyn28-Apr-07 10:33 
GeneralRe: Circular shifting Pin
Stephen Hewitt29-Apr-07 15:04
Stephen Hewitt29-Apr-07 15:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.