📜  ti nspire 不等于 (1)

📅  最后修改于: 2023-12-03 14:47:58.586000             🧑  作者: Mango

使用 TI-Nspire 进行数学计算

TI-Nspire 是一款功能强大的计算器,可以帮助程序员进行高级数学计算。以下是一些使用 TI-Nspire 的示例。

矩阵运算
使用 TI-Nspire 进行矩阵加法:

[\begin{pmatrix}1 & 2 & 3 \ 4 & 5 & 6\end{pmatrix} + \begin{pmatrix}7 & 8 & 9 \ 10 & 11 & 12\end{pmatrix} = \begin{pmatrix}8 & 10 & 12 \ 14 & 16 & 18\end{pmatrix}]


## 符号计算

```markdown
使用 TI-Nspire 进行符号计算:

[\int{\frac{x^3}{\sqrt{1-x^2}}dx}]


## 统计学计算

```markdown
使用 TI-Nspire 进行统计学计算:

计算样本标准差: [\operatorname{s} = \sqrt{\frac{1}{n-1}\sum_{i=1}^{n}(x_i-\operatorname{\bar{x}})^2}]

样本大小为 $n=10$,观测值为 $[5.5, 6.2, 5.9, 6.7, 6.1, 6.3, 5.7, 6.6, 6.2, 6.4]$,样本均值为 $\operatorname{\bar{x}}=6.19$。

计算结果为 $\operatorname{s} = 0.421$。


## 绘图

```markdown
使用 TI-Nspire 进行绘图:

绘制正弦函数:$\operatorname{y}=\operatorname{sin(x)}$。

plot1:=plot(sin(x),x,-4*pi,4*pi)
plot(plot1)

总之,TI-Nspire 是一款非常有用的数学工具,可以帮助程序员快速进行高级数学计算和数据分析。