6 linea algebra

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:56 PM on 5/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

what is a linear equation

a straight line relationship between variables

2
New cards

what is a coefficient

a constant multiplying a variable

aka 4x (4 is the coefficient)

3
New cards

what is a constant term

e.g. (4x - 3y + 7 = 0) 7 is the constant

a constant with no variable

4
New cards

what is a variable (or unknown)

a quantity we are trying to find

5
New cards

what is a solution

a value that makes the equation true

6
New cards

what is a cartesian plane

the 2D coordinate system R2

7
New cards

What is 3D space

R3

8
New cards

what does a one variable linear equation look like

ax = b

9
New cards

what does a two variable linear equation look like

ax + by = c;

10
New cards

what does a three variable linear equation look like

ax + by + cz = d

11
New cards

what is a system of linear equations

several linear equations considered together; a solution must satisfy all of them simultaneously.

12
New cards

what is simultaneous equations

another name for a system

13
New cards

what is a coefficient matrix

the matrix of coefficients of the variables

14
New cards

what is an augmented matrix

the coefficient matrix with the constant terms append as an extra column

15
New cards

what is a consistent system

has at least one solution

16
New cards

what is an inconsistent system

has no solutions

17
New cards

what is a unique solution

exactly one solution

18
New cards

what is infinite solutions

infinitely many solutions

19
New cards

what is the standard form of two equations in two variables

ax1 + by1 = c1

ax2 + by2 = c2

20
New cards

What is substitution

Solve one equation for one variable, substitute into the other

21
New cards

What is elimination

Add or subtract scaled equations to cancel a variable

22
New cards

What is a matrix

A rectangular array of numbers arranged in rows and columns

23
New cards

What is a coefficient matrix

contains just the coefficients

24
New cards

What is an augmented matrix

Coefficient matrix + constants column

25
New cards

What is row echelon form

Staircase form with leading non-zero entries (often 1s) below which everything is 0

26
New cards

What is reduced row echelon form (RREF)

row echelon form with a leading 1 in each row, and zeros both above and below each leading 1

27
New cards

what is pivot (or leading one)

the first non-zero entry of a row

28
New cards

what is the guass-jordan algorithm

a systematic procedure for solving any linear system

29
New cards

how does the guass-jordan algorithm work

phase 1 — forward elimination

  1. obtain a pivot in the leftmost column

  2. subtract or add multiples of the pivot row from rows below to make all entries below the pivot zero

  3. move to the next column to the right and repeat

phase 2 — back substitution

  1. find the rightmost pivot — use it to eliminate all entries above it

  2. move one column to the left and repeat

30
New cards