这个系列是关于Wolfram语言的入门系列,也就是Mathematica的入门。一共十三篇文章,介绍了Mathematica的一些基本用法和一些简写符号的意思,并结合python进...
Mathematica入门[13]–Associations(关联)
在第五篇文章里,我们讲了`mathematica`中的一种数据结构`Lists`的用法,这一篇文章我们来说一下mathematica中的另一个常用的数据结构`Association...
Mathematica入门[12]–Options(选项)
在mathematica中,许多内置函数都是有选项的,那么我们应该如何查看有哪些选项呢。这篇文章会介绍两种方式来查看内置函数的选项。
Mathematica入门[11]–Applying Functions(函数应用)
准备关于这一部分的内容其实我在之前的一篇文章就已经讲过了,在这里,我准备说一下mathematica几个符号的说明,算是一个归纳吧。
Mathematica入门[10]–Pure Functions(纯函数)
Wolfram 语言允许调用纯( “匿名”)函数,由 & 结尾,第一个参数由 # 指明。下面介绍一下纯函数的基本的使用方式。
Mathematica入门[9]–Function Definitions(函数定义)
这一篇文章会介绍关于在mathematica中函数的定义,以及在python中函数的定义的一些使用方式。
Mathematica入门[8]–Patterns(模式)
这一篇会介绍在mathematica中的模式,这个在mathematica是一个很常用的工具,并且用好了会对代码的简化有很大的帮助。
Mathematica入门[7]–Assignments(赋值)
原文链接:https://www.wolfram.com/language/fast-introduction-for-programmers/en/assignments/ ## 正文 Values...
Mathematica入门[6]–Iterators(迭代器)
原文链接:https://www.wolfram.com/language/fast-introduction-for-programmers/en/iterators/ 正文 Make...
Mathematica入门[5]–Lists(列表)
原文链接:https://www.wolfram.com/language/fast-introduction-for-programmers/en/lists/ 正文 Lists ar...