摘要: 线性方程组的矩阵形式 可以将线性方程组写成 $Ax=b$ 的矩阵相乘形式: 比如线性方程组$\left{\begin{matrix} \begin{aligned} 2x-y&=0\ -x+2y&=3 \end{aligned} \end{matrix}\right.$可以写成矩阵形式$\begin 阅读全文
posted @ 2022-08-14 15:34 zhuyuxi333 阅读(191) 评论(0) 推荐(0)
摘要: 如何理解一个线性方程组? 考虑这样一个方程组:$\left{\begin{matrix} \begin{aligned} 2x-y&=0\ -x+2y&=3 \end{aligned} \end{matrix}\right.$ 在之前的理解方式中,求解这个线性方程组就是求解同时满足两个等式:$2x- 阅读全文
posted @ 2022-08-14 10:36 zhuyuxi333 阅读(123) 评论(0) 推荐(0)