计算机代数系统:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
{{ | {{施工中|4小时}} | ||
'''计算机代数系统'''(Computer Algebra System, 简称 [[CAS]]),是以字符串为运算单位的计算软件,可以进行数学表达式的符号运算。 | '''计算机代数系统'''(Computer Algebra System, 简称 [[CAS]]),是以字符串为运算单位的计算软件,可以进行数学表达式的符号运算。 | ||
| 第9行: | 第9行: | ||
{{Code|<math>a+a = 2 a</math>}} | {{Code|<math>a+a = 2 a</math>}} | ||
{{Code|<math>\sqrt{x^2} = \left\vert x \right\vert</math>}} | {{Code|<math>\sqrt{x^2} = \left\vert x \right\vert</math>}} | ||
*微积分、三角函数、指数函数等 | *微积分、极限、三角函数、指数函数等 | ||
{{Code|<math>\int_{}^{} \sin(\ln(x))\,dx = \frac{x\sin(\ln(x))}{2} - \frac{x\cos(\ln(x))}{2}</math>}} | {{Code|<math>\int_{}^{} \sin(\ln(x))\,dx = \frac{x\sin(\ln(x))}{2} - \frac{x\cos(\ln(x))}{2}</math>}} | ||
{{Code|<math>{\operatorname{d}\!y\over\operatorname{d}\!x} x^x = x^x (\ln(x)+1) </math>}} | {{Code|<math>{\operatorname{d}\!y\over\operatorname{d}\!x} x^x = x^x (\ln(x)+1) </math>}} | ||
{{Code|<math>\lim_{x \to 0} \frac{x}{\sin(x)} = 1</math>}} | |||
{{Code|<math>\int_{-\infty}^{+\infty} \frac{1-\cos(x)}{x^2}\,dx = \pi</math>}} | |||
*求和与求积 | *求和与求积 | ||
{{Code|<math>\sum_{k=1}^n \frac{1}{k(k+1)} = - \frac{1}{n}</math>}} | {{Code|<math>\sum_{k=1}^n \frac{1}{k(k+1)} = - \frac{1}{n}</math>}} | ||