Is Matlab faster than Python?
- by kame
I want to compute magnetic fields of some conductors using the biot-savart-law and I want to use a 1000x1000x1000 matrix. Before I use Matlab, but now I want to use Python. Is Python slower than Matlab? How can I make Python faster?
EDIT:
Maybe the best way is to compute the big array with c/c++ and then transfering them to python. I want to visualise then with VPython.
EDIT2: Could somebody give an advice for which is better in my case: C or C++?