System of Linear Equation and Matrices

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

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

Linear Equation

One is the highest exponent

2
New cards

Parametric Representation of a Solution

Infinity many solution

3
New cards

Graphical Method

Substituion Method

Elimination Method

Methods of Linear Equation

4
New cards

slope

y-intercept

y=mx+b where m is the ______ and b is the _______.

5
New cards

Gaussian Elemination

Convert the augmented matrix to Row-Echelon Form (REF).

6
New cards

Gauss-Jordan Elimination

Convert the augmented matrix to Reduced Row-Echelon Form (RREF)

7
New cards

Gaussian + Gauss-Jordan Elimination

transforms the systems augmented matrix using row operations until the solutions become clear.

8
New cards

Row Swapping

Row Scaling

Row Addition

Elementary row operations

9
New cards

Row Swapping

Interchange two rows

10
New cards

Row Scaling

Multiply a row by a non-zero constant.

11
New cards

Row Addition

Add a multiple of one row to another.

12
New cards

Coefficient Matrix

Type of matrix that has coefficient but doesn’t include the constant.

13
New cards

Augmented Matrix

Type of matrix that has coefficient constant.

14
New cards

Matrix

A rectangular array of numbers, symbols, or expressions. Commonly written in box bracket ([])

15
New cards

Row

The horizontal lines of entries and also called as m in a matrix.

16
New cards

Columns

The vertical lines of entries and also called as n in a matrix.

17
New cards

Square matrix

A matrix where m is equal to n or m=n or have the same number of rows and same number of columns.

18
New cards

Diagonal Matrix

The main diagonal should not be same or should not have equal number. The terms off the main diagonal are all zero.

19
New cards

Scalar Matrix

A diagonal matrix whose diagonal elements are equal.

20
New cards

Identity Matrix

A diagonal matrix where all diagonal elements are one (1).

21
New cards

Row Matrix

Matrix where it has only one row.

22
New cards

Column Matrix

Matrix where it has only one columns.

23
New cards

Zero Matrix

Matrix where all elements are zero (0).

24
New cards

Rectangular Matrix

Matrix where number of rows are not equal to the number of columns.

25
New cards

Addition Matrix

The sum A+B of two m-by-n matrices A and B is calculated entry wise (A+B)ij=Aij+Bij.

26
New cards

Undefined

A addition matrix with dont have the same amount or number of element is ______.

27
New cards

Scalar Multiplication

A matrix which every entry of A is being multiplied to c(constant) or (cA)ij=c•Aij.

28
New cards

Matrix Multiplication

If number of columns of the left matrix is the same as the number of rows of the right matrix

29
New cards

Dot Product

If A is an m by n matrix and B is an n by p matrix then their matrix product is m x p matrix whose entries are given by ______ of the corresponding row of A and the corresponding column of B.

30
New cards

n-by-m

What is the transpose of m-by-n is ______.

31
New cards

Matrix Inverse

When multiplied by the original matrix, results in the identity matrix, which is the matrix equivalent of the number '1' in scalar multiplication

32
New cards

Identity Matrix

The matrix B is the inverse of matrix A, if when multiplies together, A*B or B*A gives the _______.

33
New cards

Singular

A matrix that doesn’t have inverse.

34
New cards

Non-Singular

A matrix that have one and only one inverse.

35
New cards

A-1= 1/ad-bc [d -b -c a]

The inverse (A-1 )is represented by _______.

36
New cards

Solving System Linear of Equation

If a is invertible matrix, then the system of linear equation Ax=b has unique solutions by x=A-1b.

37
New cards

x=A-1b

If a is invertible matrix, then the system of linear equation Ax=b has unique solutions by ______.