I was checking the physics module and saw there is nothing on relativistic mechanics as of now .
Is anyone working on that ? I would like to contribute in that or otherwise start implementing it .
I am interested in special relativity .
Okay , the thing is I am currently an undergraduate in electrical engineering . I had a basic course on special relativity .
I don't know about Minkowski space and stuff . I was thinking of starting with simple stuff in relativity.
You are saying that as soon as tensor thing is done , you can easily implement relativity .
I basically need some project ideas to work on . It can be anything existing or anything new . Can you provide me with
some ideas to work upon .
How much have you implemented ? May be I can also help . I will study the theory that is required .
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.