-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add minkowski metric in polar coordinates #450
Labels
Comments
I would love to work on this issue if i can. |
Good first issues are meant to be a starting point to newcomers.
Please try to look for more advanced issues from now on :)
…On Sun, Mar 22, 2020 at 9:47 PM Swastik Singh ***@***.***> wrote:
I would love to work on this issue if i can.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#450 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF4NHVF6KUDFSSKC73I22WDRIY22FANCNFSM4LRJNVKQ>
.
|
Okay :) |
@ritzvik Can I work on this? |
Go ahead 😃 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐞 Problem
Currently minkowski metric is defined in cartesian coordinates. We need
MinkowskiPolar
.🎯 Goal
The metric expression is
diag(-1, 1, r ** 2, r ** 2 * sin(theta) ** 2)
. Includec
(speed of light) in a similar fashion to that of given below.💡 Possible solutions
New addition expected in the same file as given below :
einsteinpy/src/einsteinpy/symbolic/predefined/minkowski.py
Lines 7 to 20 in 08411f1
📋 Steps to solve the problem
Addresses #<put issue number here>
The text was updated successfully, but these errors were encountered: