技术栈

线程方程组

西西弗Sisyphus
19 天前
线性代数·矩阵·奇异值分解·线程方程组
线性代数 - 奇异值分解(SVD Singular Value Decomposition)- 奇异值在哪里flyfish线性代数 - 正交矩阵 线性代数 - 矩阵求逆通过图中可以看到奇异值(singular balues)在D里面
西西弗Sisyphus
21 天前
线性代数·矩阵·线程方程组
线性代数 - 线性方程组的原始解法(高斯消元法)flyfish方程组:{2x1+x2+x3=1(1)4x1+3x2+3x3=2(2)8x1+7x2+9x3=6(3)即 Ax=b, A=[211433879], b=[126] \text{方程组:}\begin{cases} 2x_1 + x_2 + x_3 = 1 \quad (1) \\ 4x_1 + 3x_2 + 3x_3 = 2 \quad (2) \\ 8x_1 + 7x_2 + 9x_3 = 6 \quad (3) \end{cases} \quad \text{即}\ \mathbf{Ax
我是有底线的