SCC121 Fundamentals of Computer Science - Systems of Linear Equations

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

Flashcards covering linear equations, systems of equations, matrices, and the Gauss-Jordan elimination algorithm.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Linear Equation

An equation in which each variable is raised to the power of 1 and without product of variables.

2
New cards

Standard form of a linear equation in n variables

𝑎1 ∙ 𝑥1 + 𝑎2 ∙ 𝑥2 + ⋯ + 𝑎𝑛 ∙ 𝑥𝑛 = 𝑏

3
New cards

Slope-intercept form of a linear equation in 2 variables

𝑦 = 𝑚 ∙ 𝑥 + 𝑟, where 𝑚 is the slope and 𝑟 is the 𝑦-intercept

4
New cards

Solving a linear equation

Finding the set of values for each of its variables, for which the equation becomes a true statement.

5
New cards

System of linear equations

A finite set of two or more linear equations involving the same variables.

6
New cards

Solution set of a system of linear equations

The set of all ordered n-tuples of numbers that makes each equation a true statement when substituted for the variables.

7
New cards

Equivalent linear systems

Two linear systems with the same solution set.

8
New cards

Basic algebraic approach to solving systems of two linear equations

Simplify the problem by eliminating one of the variables to find the other through substitution, subtraction, or equating.

9
New cards

Geometric approach to solving systems of two linear equations

Representing the set of solutions as the intersection of two lines in ℝ2.

10
New cards

Consistent system

A system of linear equations that has either one solution or infinitely many solutions.

11
New cards

Inconsistent system

A system of linear equations that has no solution.

12
New cards

Geometric approach to solving systems of three linear equations

Representing the set of solutions as the intersection of three planes in ℝ3.

13
New cards

Basic algebraic approach to solving systems of linear equations

Simplify the problem by eliminating one of the variables to find the other through substituting, subtracting, or equating.

14
New cards

Matrix

A rectangular array that compactly records the essential information of a linear system.

15
New cards

Coefficient matrix

A matrix consisting of the coefficients of the variables in a system of linear equations.

16
New cards

Augmented matrix

The coefficient matrix with an added column containing the constants from the right side of the equations.

17
New cards

Gauss-Jordan elimination algorithm

An advanced systematic approach for solving systems of linear equations.

18
New cards

Leading entry (pivot)

The first non-zero entry in a row of a matrix, starting from the left.

19
New cards

Row echelon form

A matrix transformed by row operations to solve systems of linear equations.

20
New cards

Row-reduced echelon form (RREF)

A matrix satisfying specific conditions, including leading entries of 1, entries below leading entries being zero, and more.

21
New cards

Forward phase

In Gauss-Jordan elimination, move left to right to obtain pivot and create zeros, resulting in row echelon form.

22
New cards

Backward phase

In Gauss-Jordan elimination, move right to left for pivot, eliminate numbers above pivot, leading to reduced row echelon form.

23
New cards

Row operations in Gauss-Jordan Elimination Algorithm

Swap the position of two rows, multiply a row by a non-zero constant, and add a multiple of one row to another row.