数学实验课程与其他课程的关系
本课程采用 MATLAB 语言来完成相关的数学实验,而 MATLAB 语言是以 C 语言为基础的,因此本课程的学习有助于进一步提升自己使用C语言的能力,同时也有助与未来学习其他的计算机语言,如 R, python 等.
拥抱开源,成就未来
作为数学专业的学生来说,在此笔者建议你们关注如下开源的计算机语言
SageMath
python
R
关于SageMath,在它的官网上是这样介绍的
SageMath is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more. Access their combined power through a common, Python-based language or directly via interfaces or wrappers.
Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
而python今天已经在数据挖掘等各行各业都有其身影,因此你去了解,才会知道它的强大.
R语言,一个为统计而生的软件,但是其数值计算能力今天没有多少人能小看它,在今天的大数据时代,在许多大公司都有其身影.
对此感兴趣的读者可以阅读
https://www.python.org/
https://www.r-project.org/