原文链接:https://www.wolfram.com/language/fast-introduction-for-programmers/en/symbolic-expressions/
正文
Everything in the Wolfram Language is a symbolic expression.
在Wolfram语言中一切皆是符号表达式。
![Mathematica入门[4]–Symbolic Expressions(符号表达式)](https://img.mathpretty.com/snipaste_20170925_105730.png)
The argument to a function can be any symbolic expression:
函数的参数可以是任何符号表达式。
![Mathematica入门[4]–Symbolic Expressions(符号表达式)](https://img.mathpretty.com/snipaste_20170925_105723.png)
The Wolfram Language is fully symbolic, so “undefined variables” can always just stand for themselves:
Wolfram语言是完全符号话的,所以没有被定义的变量可以代表他们自己。
在python中没有被定义的变量会导致NameError
FullForm always shows the underlying structure.
FullForm能够显示根本的结构。
Head always gives the head of an expression; Length gives the number of arguments.
Head能够给出表达式的头部;Length给出参数的数目
一些单词及句子
argument:参数----the number of argument 参数的数目
- 微信公众号
- 关注微信公众号
-
- QQ群
- 我们的QQ群号
-


![Mathematica入门[13]–Associations(关联)](https://img.mathpretty.com/20210911_162102_myzgomp.jpg)
![Mathematica入门[12]–Options(选项)](https://img.mathpretty.com/20210911_162111_41geeb4.jpg)
![Mathematica入门[11]–Applying Functions(函数应用)](https://img.mathpretty.com/20210911_162108_oqvo4xz.jpg)
![Mathematica入门[10]–Pure Functions(纯函数)](https://img.mathpretty.com/20210911_162007_x5k3eyx.jpg)
![Mathematica入门[9]–Function Definitions(函数定义)](https://img.mathpretty.com/20210911_162127_srsayfn.jpg)
![Mathematica入门[8]–Patterns(模式)](https://img.mathpretty.com/20210911_162038_sjhj0m3.jpg)
![Mathematica入门[7]--Assignments(赋值)](https://img.mathpretty.com/20210911_162050_qf000sb.jpg)
![Mathematica入门[6]--Iterators(迭代器)](https://img.mathpretty.com/20210911_162047_y47j0gu.jpg)
![Mathematica入门[5]--Lists(列表)](https://img.mathpretty.com/20210911_162031_ifrgvfm.jpg)

评论