Engng Math 145 Matrices

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

1/13

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.

14 Terms

1
New cards

Coefficient and Augmented Matrix

Augmented is like coefficient but with coefficients to right of equal sign too.

2
New cards

Row echelon form

  1. All zero rows are at bottom

  2. In each non-zero row, each leading entry is in a column to the left of any leading entries below it.

Reducing to REF is called Guassian elimination.

3
New cards

Elementary row operations

Only do one ERO at a time.

  • Multiply rows by constant

  • Swapping rows

  • Adding or subtracting rows from each other

4
New cards

Parameter variables

Used when first non-zero row has two coefficients, so infinite many solutions.

eg. 2x + 3y = 4 → x = 2 - (3a) / 2, (swap y with a)

5
New cards

No real solutions

Zero row equal to zero.

6
New cards

Reduced row echelon form

  1. Is in REF

  2. Every non-zero row’s leading entry is an 1 and there are no other non-zero entries in the leading entry’s column.

Reducing to RREF is called Gauss-Jordan elimination.

7
New cards

Diagonal & scalar matrix

Diagonal matrix is square matrix in which all non-diagonal entries are 0.

Scalar matrix is diagonal matrix where all diagonal entries are equal to each other, but not 0.

8
New cards

Upper and lower triangular matrix

Square matrix where all entries below/above diagonal are zero (opposite to it’s name).

9
New cards

n x n Identity matrix

Square matrix with dimension n.

All non-diagonal entries are zero and diagonal entries are 1.

Mathematically equal to 1.

10
New cards

Equal matrices and zero matrices

Same size and all entries equal.

Zero matrix has only zero entries.

11
New cards

Matrix addition/subtraction and scalar multiplication

Can add matrices if same size arithmetically.

For subtraction use A - B = A + (-1)B

Multiply each entry by scalar.

12
New cards

Matrix multiplication

Dot multiply row of first matrix with column of second matrix, then add individual products.

Order matters.

13
New cards

Transpose matrix and symmetric

AT : Rotate A clockwise 90o, then mirror horizontally.

Symmetric when A = AT

14
New cards

Transpose rules

(A + B)T = AT + BT

(AT)T = A

(AB)T = BTAT

(kA)T = kAT

(Ar)T = (AT)r

For every square matrix A, A + AT is symmetric.

For any matrix A, AAT and ATA are symmetric.