Chapter 1 (Linear Equations in Linear Algebra): System of linear equations (线性方程组)

本文为《Linear algebra and its applications》的读书笔记

System of linear equations (线性方程组)

  • Linear equation (线性方程):
    a 1 x 1 + a 2 x 2 + . . + a n x n = b a_1x_1+ a_2x_2 +..+ a_nx_n = b a1x1+a2x2+..+anxn=b
  • A system of linear equations (or a linear system) is a collection of one or more linear equations involving the same variables—say, x 1 , . . . , x n x_1,...,x_n x1,...,xn. An example is
    在这里插入图片描述
    • A solution of the system (线性方程组的)
    • The solution set of the linear system: The set of all possible solutions (线性方程组的解集). A system of linear equations has
      • no solution, or
      • exactly one solution, or
      • infinitely many solutions.
    • Two linear systems are called equivalent if they have the same solution set
    • A system of linear equations is said to be consistent (相容的) if it has either one solution or infinitely many solutions; a system is inconsistent (不相容的) if it has no solution.

Matrix Notation (矩阵记号)

  • The essential information of a linear system can be recorded compactly in a rectangular array called a matrix. Given the system
    在这里插入图片描述with the coefficients of each variable aligned in columns, the matrix
    在这里插入图片描述is called the coefficient matrix (or matrix of coefficients) (系数矩阵), and
    在这里插入图片描述is called the augmented matrix (增广矩阵) of the system. An augmented matrix of a system consists of the coefficient matrix with an added column containing the constants from the right sides of the equations.
  • Size of a matrix (维度): m × n m\times n m×n

The text defines the size of a matrix. Don’t use the term dimension, even though that appears in some computer programming languages, because in linear algebra, dimension refers to another concept (in Section 4.5).

Solving a Linear System (解线性方程组)

  • The basic strategy is to replace one system with an equivalent system that is easier to solve.
    • Roughly speaking, use the x 1 x_1 x1 term in the first equation of a system to eliminate the x 1 x_1 x1 terms in the other equations.
    • Then use the x 2 x_2 x2 term in the second equation to eliminate the x 2 x_2 x2 terms in the other equations, and so on, until you finally obtain a very simple equivalent system of equations.
  • Three basic operations are used to simplify a linear system: ELEMENTARY ROW OPERATIONS (初等行变换)
    • (1) (Replacement) Replace one row by the sum of itself and a multiple of another row.
    • (2) (Interchange) Interchange two rows.
    • (3) (Scaling) Multiply all entries in a row by a nonzero constant.
  • Two matrices are called row equivalent (行等价的) if there is a sequence of elementary row operations that transforms one matrix into the other. If the augmented matrices of two linear systems are row equivalent, then the two systems have the same solution set.

EXAMPLE 1

  • Example 1 illustrates how operations on equations in a linear system correspond to operations on the appropriate rows of the augmented matrix (线性方程的变换对应于增广矩阵的行变换)
    在这里插入图片描述
  • Keep x 1 x_1 x1 in the first equation and eliminate it from the other equations. To do so, add -5 times equation 1 to equation 3.
    在这里插入图片描述
  • Now, multiply equation 2 by 1/2 in order to obtain 1 as the coefficient for x 2 x_2 x2.
    在这里插入图片描述
  • Use the x 2 x_2 x2 in equation 2 to eliminate the 10 x 2 x_2 x2 in equation 3
    在这里插入图片描述
  • Now, multiply equation 3 by 1/30 in order to obtain 1 as the coefficient for x 3 x_3 x3.
    在这里插入图片描述
  • The new system has a triangular form (三角形形式)
    在这里插入图片描述
    在这里插入图片描述It shows that the only solution of the original system is (1, 0, -1)
    在这里插入图片描述

Summary of the Elimination Method (for This Section)

  1. The first equation must contain an x 1 x_1 x1. Interchange equations, if necessary. This will create a nonzero entry in the first row, first column, of the augmented matrix.
  2. Eliminate x 1 x_1 x1 terms in the other equations.
  3. Obtain an x 2 x_2 x2 term in the second equation. (Interchange the second equation with one below, if needed, but don’t touch the first equation.) You may scale the second equation, if desired, to create a 1 in the second column and second row of the matrix.
  4. Eliminate x 2 x_2 x2 terms in equations below the second equation, using replacement operations.
  5. Continue with x 3 x_3 x3 in the third equation, x 4 x_4 x4 in the fourth equation, etc., eliminating these variables in the equations below. This will produce a “triangular” system (at least for systems in this section).

注意化简过程中是优先化得三角形矩阵

Existence and Uniqueness Questions

在这里插入图片描述

即方程组是否相容、如果有解则解是否唯一

As you will see later, determining the number of solutions in the solution set is sometimes more important than actually computing the solution or solutions.


  • Pay close attention to the augmented matrix in (7). Its last row is typical of an inconsistent system in triangular form.
    在这里插入图片描述

If you only need to determine the existence or uniqueness of a solution, you can stop row operations when you reach a “triangular” form.

  • 3
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: 《微分方程与线性代数PDF》是一本关于微分方程和线性代数的电子书。微分方程和线性代数是数学中的重要分支,它们在各个学科和应用领域中都有广泛的应用。 微分方程是描述自然界和社会现象中变化规律的数学模型。它通过建立方程式来描述变量之间的关系,包括未知函数及其导数或微分。微分方程可以分为常微分方程和偏微分方程两类。常微分方程是只涉及一个未知函数的方程,而偏微分方程是涉及多个未知函数及其偏导数的方程。学习微分方程可以帮助我们理解和解决很多实际问题,如物理学中的运动学问题、化学反应的动力学过程以及经济学中的最优化问题等。 线性代数是研究向量空间及其线性变换的数学分支。向量空间是由一组向量组成的集合,线性变换则是将一个向量空间映射到另一个向量空间的变换。线性代数的基础概念包括向量、矩阵、线性方程组、特征值等。学习线性代数可以提供一种抽象和整体的思维方式,帮助我们理解和解决在各个领域中的实际问题,如计算机科学中的图像处理、金融学中的模型建立以及物理学中的量子力学等。 《微分方程与线性代数PDF》将微分方程和线性代数结合在一起,有助于我们深入理解它们之间的联系和应用。通过学习该电子书,我们可以更全面地了解微分方程和线性代数的基本概念和方法,掌握它们的解法和求解技巧,从而在解决实际问题时能够更加灵活和准确地运用它们。 总之,微分方程和线性代数在数学和应用中都具有重要的地位,《微分方程与线性代数PDF》提供了一个系统和综合的学习资源,能够帮助我们深入学习和应用微分方程和线性代数的知识。 ### 回答2: 《微分方程和线性代数》是一本关于微分方程和线性代数的PDF电子书。微分方程和线性代数是数学中的两个重要分支。微分方程研究描述变化率的方程,而线性代数则研究向量空间和线性映射。这两个领域在应用数学和科学领域中具有广泛的应用。 这本PDF电子书提供了微分方程和线性代数的基本概念、原理和技巧的介绍。它可以作为大学数学学科的教材,也可以作为自学的参考书。通过学习此书,读者可以深入理解微分方程和线性代数之间的联系和应用。 这本电子书的内容包括但不限于以下主题:常微分方程、偏微分方程、线性代数的基本概念、矩阵理论、线性方程组和特征值问题。每个主题都配有例题和习题,帮助读者巩固所学知识并提高解题能力。此外,书中还介绍了一些实际应用和数值方法,如数值解微分方程和线性代数的计算方法。 总之,《微分方程和线性代数》这本PDF电子书提供了一个系统而全面的学习微分方程和线性代数的资源。对于那些对这两个领域感兴趣的读者,它将是一个有益的学习工具。无论是学生还是专业人员,都可以从中获得知识和技能,以在数学和相关领域取得更好的成果。 ### 回答3: "微分方程和线性代数"是一个PDF文件。微分方程是数学中研究函数以及它们的导数之间关系的一个重要领域。它在描述自然界中的现象和工程学中的问题时起着关键作用。 线性代数是研究向量空间和线性变换的一门数学学科。它研究的对象包括向量、矩阵、线性方程组等。线性代数在计算机科学、物理学、经济学等领域有广泛应用。 "Differential Equations and Linear Algebra"这本PDF将这两个数学学科结合在一起,以解决更为复杂的问题。它讲述了如何使用线性代数的工具和方法来解决微分方程。这种结合使得我们可以更加全面地理解和分析各种现象和问题。 这本PDF可能会涵盖诸如常微分方程、偏微分方程、矩阵理论、特征值和特征向量等内容。通过学习这本PDF,读者将能够掌握建立微分方程和线性代数之间关系的基础知识和技能。 总之,这本"Differential Equations and Linear Algebra"的PDF文件是一个帮助我们理解和解决更为复杂问题的资源。它将微分方程和线性代数的概念和方法结合在一起,为我们提供了一种更全面且更深入的数学工具。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值