replacing Matlab with python

前端 未结 8 1653
小蘑菇
小蘑菇 2020-12-23 12:30

i am a engineering student and i have to do a lot of numerical processing, plots, simulations etc. The tool that i use currently is Matlab. I use it in my university compute

8条回答
  •  一个人的身影
    2020-12-23 12:56

    Try Sage - it is designed as an open source replacement for Matlab, Mathematica etc. It is implemented in Python and can be scripted with Python, but it also adds a lot of maths-specific features. There is an installer for the Mac, so you will not need to download lots of individual packages.

    There is also GNU Octave - another open source alternative to Mathematica/Matab that has its own programming language. However I have not found any information on a Mac version (though I have not looked very hard).

提交回复
热议问题