On Wednesday, May 14, 2014 10:55:47 AM UTC+2, Abhishek K Das wrote:
>
> How much have you implemented ? May be I can also help . I will study the 
> theory that is required .
>

Concerning relativity itself, I haven't implemented anything.

If you are willing to go on, may I suggest you a simple approach, that is, 
create two objects:

   - FourVector
   - LorentzTransformation
   - observable quantities.
   
FourVector is the 4-tuple (x, y, z, t), while LorentzTransformation can be 
a boost or a rotation or both. Observable quantities extract measurable 
information from the FourVector, like length, momentum, etc...

Just learn how position and momentum generalize to FourVector in special 
relativity (maybe call those objects FourPosition, FourMomentum), then 
represent the transformations through matrices, and finally create methods 
in FourPosition and FourMomentum to extract physically measurable 
quantities.

I don't suggest you to use tensors because I am currently refactoring 
sympy.tensor.tensor.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/a9191ed1-3f04-42ae-89db-33f75a3ed734%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to