如何找到方程组的增广矩阵?
矩阵是数学的基础之一。这篇文章是关于如何找到一个增广矩阵。增广矩阵是通过附加两个给定矩阵的列获得的矩阵,目的是对每个给定矩阵执行相同的基本行操作。在方程组中,增广矩阵表示给定方程中存在的常数。我们使用一条垂直线将系数与常数分开。
方程组
方程组有两种类型:
- 齐次方程组
它是一个方程组,其中常数边(方程的右手边)为零。例子,
- 非齐次方程组
它是一个方程组,其中常数边(方程的右手边)不为零。例子,
系数矩阵
A coefficient matrix is a matrix that consists of the coefficient of the variables in the system of equations.
常数矩阵
A constant matrix is a matrix that consists of the values on the right side of the system of equations.
系统的增强矩阵
增广矩阵是方程组的两个矩阵的组合,它包含由虚线分隔的系数矩阵和常数矩阵(列矩阵)。
增广矩阵 X 是,
X = [A : B]
Where, X = augmented matrix
A = coefficient matrix
B = constant matrix
对于具有系数 a ij和变量 x 1 , x 2 , x 3 , ...,x n的一般线性方程组
The augmented matrix is,
获得增广矩阵的步骤
- 从给定的方程组中找到系数矩阵。
- 从方程的 RHS 中找到常数矩阵。
- 合并用虚线分隔的两个矩阵,得到一个增广矩阵。
示例问题
问题1:求方程组的增广矩阵,
解决方案:
Coefficient Matrix:
Constant Matrix:
Required Augmented Matrix:
问题 2:求方程组的增广矩阵,
解决方案:
Coefficient Matrix:
Constant Matrix:
Required Augmented Matrix:
问题 3:求方程组的增广矩阵,
解决方案:
Coefficient Matrix:
Constant Matrix:
Required Augmented Matrix:
问题 4:求方程组的增广矩阵,
解决方案:
Coefficient Matrix:
Constant Matrix:
Required Augmented Matrix:
问题 5:求方程组的增广矩阵,
解决方案:
Coefficient Matrix:
Constant Matrix:
Required Augmented Matrix:
问题 6:求方程组的增广矩阵,
解决方案:
Coefficient Matrix:
Constant Matrix:
Required Augmented Matrix:
问题 7:求方程组的增广矩阵,
解决方案:
Coefficient Matrix:
Constant Matrix:
Required Augmented matrix: