\( \definecolor{colordef}{RGB}{249,49,84} \definecolor{colorprop}{RGB}{18,102,241} \)

Linear systems

Learning tasks
  
Lesson
Text book
Exercises Correction
Conventions
Throughout this exercise sheet, unless otherwise stated, \(\mathbb{K}\) denotes either \(\mathbb{R}\) or \(\mathbb{C}\) and \(n, p\) are positive integers. A linear system of \(n\) equations in \(p\) unknowns is written \(AX = B\) with \(A \in M_{n,p}(\mathbb{K})\), \(X \in M_{p,1}(\mathbb{K})\), \(B \in M_{n,1}(\mathbb{K})\). The augmented matrix is \((A \mid B)\). Elementary row operations are written \(L_i \leftrightarrow L_j\) (swap), \(L_i \leftarrow \lambda L_i\) (dilation, \(\lambda \ne 0\)), \(L_i \leftarrow L_i + \lambda L_j\) (transvection, \(i \ne j\)); the composite shortcut \(L_i \leftarrow \alpha L_i + \beta L_j\) (with \(\alpha \ne 0\), \(i \ne j\)) is the dilation \(L_i \leftarrow \alpha L_i\) followed by the transvection \(L_i \leftarrow L_i + \beta L_j\). The notation \(\mathrm{Vect}(X_1, \ldots, X_r)\) is the set of linear combinations \(\lambda_1 X_1 + \cdots + \lambda_r X_r\) (writing convention, formal theory deferred to Vector spaces). In section 3 (Geometric interpretation), row-operation notation is used as compact shorthand for « replace equation \(i\) by the indicated linear combination »; the formal Gauss algorithm is introduced in section 5.
A) Matrix form of a linear system
    1) Writing a system in matrix formEx 1 Ex 2 Ex 3
    2) Checking compatibilityEx 4 Ex 5 Ex 6
B) Structure of the solution set
    3) Expressing the solution set as particular plus homogeneousEx 7 Ex 8 Ex 9
C) Geometric interpretation
    4) Solving a 2-equation system in \(\mathbb{R}^2\)Ex 10 Ex 11 Ex 12
    5) Solving a 2- or 3-equation system in \(\mathbb{R}^3\)Ex 13 Ex 14 Ex 15
D) Augmented matrix and elementary row operations on a system
    6) Writing the augmented matrixEx 16 Ex 17 Ex 18
    7) Applying elementary row operationsEx 19 Ex 20 Ex 21
E) Gauss pivot algorithm
    8) Solving by Gauss with unique solutionEx 22 Ex 23 Ex 24 Ex 25
    9) Solving by Gauss with parametric solutionsEx 26 Ex 27 Ex 28
    10) Identifying incompatible systemsEx 29 Ex 30 Ex 31
    11) Solving a parametric systemEx 32 Ex 33 Ex 34 Ex 35
F) Square invertible systems: Cramer systems
    12) Recognizing a Cramer systemEx 36 Ex 37 Ex 38 Ex 39
    13) Solving a Cramer systemEx 40 Ex 41 Ex 42