2 - week2 Flashcards

1
Q

Property of inverse matrix A-1

A

Inverse A * Matrix A = Identity matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

There are three types of elementary row operations:

A
  1. Swapping two rows,
  2. Multiplying a row by a nonzero number,
  3. Adding a multiply of one row to another row.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

More on inverse matrix

A

The inverse of a number is its reciprocal.

The matrix must be square (same number of rows and columns).

The determinant of the matrix must not be zero. (eg. ad-bc = 0)

A square matrix that has an inverse is called invertible or non-singular. A matrix that does not have an inverse is called singular.

A matrix does not have to have an inverse, but if it does, the inverse is unique.

An inverse of a number is denoted with a −1 superscript.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

exponentiating a matrix

A

Example from class:

(A**5)**3 = A**15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Transpose

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Vectors

A

Vectors represent a solution or result or something like that

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Row operations

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Echelon Form?

Row echelon form.

Reduced row echelon form

A

Row echelon form:

Everything below the “1’s” must be 0 in each column

Reduced row echelon form:

Everything above and below the “1’s” must be 0 in each column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Class Eqation 1

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You have the row echelon form when?

A

When you have all 1’s in the diagonal and zeros below it.
Whatever is above dosnt matter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Determinant of a Matrix

A

The symbol for determinant is two vertical lines either side.

|A| means the determinant of the matrix A

(Exactly the same symbol as absolute value.)

The determinant of a 2x2 matrix is:

|A| = ad − bc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

4 steps of the algorithm for RREF

A

1) find the leftmost column that is not all 0’s
2) get the non-zero entry at the top of this column

3) make this entry 1: multiply the first row by a suitable number or interchange the two
4) Add suitable multiples of the top row to rows below so that all entries below the leading one become zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Basic and Free variables

A

Basic Variables = Pivot rows when 1 is the first non zero number

Free Variables = q-p = nr. of free varables

(When you have free variables there are infinite number of solutions)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Writing solutions in vector form

A
  1. put them as eqations
  2. order them in vetor
  3. show the constant values in vector form
    • s (show the s “values”)
    • t (show the t “values”)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Ligningsopgave fra bog

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly