Skip to content
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

Addition of the Laplacian Operator #12381

Closed
mohit3011 opened this issue Mar 21, 2017 · 4 comments
Closed

Addition of the Laplacian Operator #12381

mohit3011 opened this issue Mar 21, 2017 · 4 comments
Labels

Comments

@mohit3011
Copy link
Contributor

While going through the Vector Module I noticed that Laplacian operations haven't been implemented in Sympy yet. I think this functionality can be added as in physics Laplacian operator plays a major role (like in Schrodinger Wave Equations).

Laplacian operations on Scalar functions is of importance and I would like to implement it.
What I hope after this implementation would be

>>>from sympy.vector import CoordSysCartesian, laplace
>>>R = CoordSysCartesian('R')
>>>v = R.x**2*R.y**2*R.z**2
>>>laplace(v, R)
2*R.x**2*R.y**2 + 2*R.x**2*R.z**2 + 2*R.y**2*R.z**2
@mohit3011
Copy link
Contributor Author

@jksuom , @asmeurer , please review it. Thanks

@siefkenj
Copy link
Contributor

Has this been implemented? Is it time to close this bug?

@ashu-22
Copy link

ashu-22 commented Jul 10, 2017

So Why we I get the issue from Triage account.I see that this issue is already revoked there.

@faze-geek
Copy link
Contributor

Can be closed ,refer #12261 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants