简介
这个系列是关于Wolfram语言的入门系列,也就是Mathematica的入门。一共十三篇文章,介绍了Mathematica的一些基本用法和一些简写符号的意思。
这个系列比较特殊的一点是将Mathematica和Python相结合,同样的功能,会使用两种语言来分别实现。
其中,我觉得比较重要的几个内容有,列表,迭代器,模式,函数定义,纯函数,函数应用,这些是会经常用到的。
关于教程的具体内容,前面几篇文章是直接翻译的官网的内容,后面的文章是将官网的内容和自己的一些理解结合来写的,内容会多一些。
推荐后续:如果想要进行练手,可以做一些练习题,Mathematica入门习题汇总
如有不完善的地方,还请多多指教。
文章链接
Mathematica入门[1]–Interactive Usage(交互式使用)
Mathematica入门[2]–Notebook Documents(笔记本文件)
Mathematica入门[3]–Built-in Functions(内置函数)
Mathematica入门[4]–Symbolic Expressions(符号表达式)
Mathematica入门[6]–Iterators(迭代器)
Mathematica入门[7]–Assignments(赋值)
Mathematica入门[9]–Function Definitions(函数定义)
Mathematica入门[10]–Pure Functions(纯函数)
- 微信公众号
- 关注微信公众号
-
- QQ群
- 我们的QQ群号
-

![Mathematica入门[13]–Associations(关联)](https://img.mathpretty.com/20210911_162034_vx99031.jpg)
![Mathematica入门[12]–Options(选项)](https://img.mathpretty.com/20210911_162015_z7nxw4h.jpg)
![Mathematica入门[11]–Applying Functions(函数应用)](https://img.mathpretty.com/20210911_162111_41geeb4.jpg)
![Mathematica入门[10]–Pure Functions(纯函数)](https://img.mathpretty.com/20210911_162056_tt49p1t.jpg)
![Mathematica入门[9]–Function Definitions(函数定义)](https://img.mathpretty.com/20210911_162132_3tfm36s.jpg)
![Mathematica入门[8]–Patterns(模式)](https://img.mathpretty.com/20210911_162117_jmo0vhq.jpg)
![Mathematica入门[7]--Assignments(赋值)](https://img.mathpretty.com/20210911_162059_8b2hciq.jpg)
![Mathematica入门[6]--Iterators(迭代器)](https://img.mathpretty.com/20210911_162011_tcryqxk.jpg)
![Mathematica入门[5]--Lists(列表)](https://img.mathpretty.com/20210911_162127_srsayfn.jpg)
![Mathematica入门[4]--Symbolic Expressions(符号表达式)](https://img.mathpretty.com/20210911_162108_oqvo4xz.jpg)

评论