问题
什么是 同 型 矩 阵 ?选项
[A]. 行数等于列数的矩阵[B]. 行数和列数都对应相等的矩阵
[C]. 特征值相等的矩阵
[D]. 可逆的矩阵
$\begin{bmatrix} 0 & \textcolor{orange}{1} & 0\\ \textcolor{orange}{1} & 0 & 0\\ 0 & 0 & \textcolor{orange}{1} \end{bmatrix}^{\textcolor{red}{-1}}$ $=$ $\begin{bmatrix} 0 & \textcolor{cyan}{1} & 0\\ \textcolor{cyan}{1} & 0 & 0\\ 0 & 0 & \textcolor{cyan}{1} \end{bmatrix}$
$\boldsymbol{E}_{i j}^{-1}$ $=$ $\boldsymbol{E}_{i j}$
在做有些涉及极限的题目时,我们常常会遇到下面这样的表述:
$$
\lim_{n \rightarrow \textcolor{orange}{\infty}}
$$
但是,我们可能会产生这样的疑问:
$\lim_{n \rightarrow \textcolor{orange}{\infty}}$ 既不是 $\lim_{n \rightarrow \textcolor{red}{+} \textcolor{orange}{\infty}}$, 也不是 $\lim_{n \rightarrow \textcolor{cyan}{-} \textcolor{orange}{\infty}}$, 那么,在计算含有 $\lim_{n \rightarrow \textcolor{orange}{\infty}}$ 的式子时该怎么计算,需要 分 类 讨 论 嘛?
继续阅读“无论函数还是数列,只说了趋于无穷大,就按照趋于正无穷大考虑”