Looking for Resources to Build a 2D PDE Solver in Python

0
0
Asked By CuriousCoder89 On

Hey everyone! I'm tackling a project for my university that involves building a solver for partial differential equations (PDEs). I think it would be a great way to show off my skills in this area. However, I'm completely new to Python and only have experience with MATLAB and C++. Can anyone recommend good resources or libraries to help me get started with this project?

1 Answer

Answered By PythonNewbie101 On

I'm curious why you chose Python for this. Just a heads up, if performance is a concern, it could end up being quite slow without some optimization.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.