分享兴趣、传播快乐、增长见闻、留下美好,大家好,这里是LearningYard学苑,今天小编为大家带来系列文章: 一看就会的图文教程-Mathematica(2)。
今日内容一览表Today's content list
01Mathematica中括号的使用(案例1-4)
02Mathematica变量的使用(5-8)
03Mathematica自定义函数(案例9-10)
01 Mathematica中括号的使用
格式Format | 功能function |
[ … ] | 方括号用于Mathematica中的内部函数以及用户的自定义函数的自变量和参数。Square brackets are used for the arguments and parameters of internal functions in Mathematica and user-defined functions. |
{ … } | 花括号用于表示一个表,它一般用于范围、界限、集合等之中。花括号可以用来表示数学中的向量和矩阵。Curly braces are used to indicate a table, which is generally used in ranges, boundaries, sets, and so on. Curly brackets can be used to denote vectors and matrices in mathematics. |
[ [ … ] ] | 双方括号用于提取表、矩阵中的元素。Double brackets are used to extract elements in tables and matrices. |
(… ) | 圆括号用于改变表达式的优先运算顺序,还可以把n个表达式定义为一个表达式,然后对这n个表达式做批处理。Parentheses are used to change the priority order of expressions. You can also define n expressions as one expression, and then perform batch processing on these n expressions. |
案例1:【】
其中,Pi(3.14…)是内部函数,所以要使用[Pi/2],而不是(Pi/2)。
Among them, Pi ...) is an internal function, so use [Pi/2] instead of (Pi/2).
案例2:{}
描述一个1-9组成的三阶矩阵,输入:
Describe a third-order matrix composed of 1-9, enter:
案例3:【【】】
如取矩阵M中的元素。
For example, take the elements in matrix M.
案例4:()
用( ) 可以选中要执行的命令集,按下“shift+enter”可以得到最后的结果。
Use () to select the command set to be executed, and press "shift+enter" to get the final result.
02 Mathematica中变量的使用
使用指南
自定义的变量应该以小写字母开始,后跟数字和字母的组合,长度不限。变量不仅可以存放一个数值,还可以存放表达式或复杂的算式。Custom Variables should start with a lowercase letter, followed by a combination of numbers and letters, and have any leng can store not only a value, but also expressions or complex calculations.
案例5:用=为变量赋值
Use = to assign a value to a variable.
案例6:同时对多个变量赋值
Assign values to multiple variables at the same time.
案例7:清除变量和变量的值
Clear variables and their values.
格式:用=.清除变量的值;用Clear清除变量名Format: Use =. to clear the value of the variable; use Clear to clear the variable name.
案例8:为变量赋不同的值,观察函数的值的变化.
Assign different values to variables and observe the changes in the value of the function.
格式:函数/.( function/.)
03 自定义函数
案例9:
格式:函数名[函数包含的变量_ ]:=函数表达式.Format: function name [variables included in the function_]: = function expression.
案例10:
特别说明:定义函数用:=而不用=,是因为如果在定义函数的前就对变量x赋值,此时系统默认x为定值,用=定义函数将没有意义。Special note: define the function with: = instead of =, because if the variable x is assigned before the function is defined, then the system defaults to x as a fixed value, and it is meaningless to use = to define the function.
●Mathematica软件干货分享
●Mathematica求不定积分与函数作图
●Mathematica软件干货分享
●Mathematica求偏导还不会?赶紧进来抄作业
END
由于篇幅有限,今天的分享就到这里啦!
参考文献:田琦师姐的学习文档。
翻译:Google翻译。
本文由LearningYard学苑整理并发出,部分资料来自网络,若有侵权请联系!
如果您对今天的文章有独特的想法,欢迎给我们留言,让我们相约明天,祝您今天过得开心快乐!