更改

《超越学科的认知基础》2015张世超学习报告第六周

添加0字节2015年10月27日 (二) 04:52
/* Mathematica 指令表 */
|rowspan="2"|Solve the system of equations:x+y+z=1 x-y=2
|rowspan="2"|Solve[x+y+z==1&&x-y==2,{x,y,z}]
|-
|Mutiply the matrix A by the Vector v.
|A.v %//MatrixForm
|-
|Determinant
|Det[A]
|-
|Mutiply the matrix A by the Vector v.
|A.v %//MatrixForm
|-
|Inverse
匿名用户