原文链接:https://www.wolfram.com/language/fast-introduction-for-programmers/en/symbolic-expressions/
正文
Everything in the Wolfram Language is a symbolic expression.
在Wolfram语言中一切皆是符号表达式。
The argument to a function can be any symbolic expression:
函数的参数可以是任何符号表达式。
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群号
评论