20/11/2019 1
Leonardo de Knegt
Introduction to Linear Algebra
Outline
20/11/2019 2
- Algebra
- Solving equations
- Matrices
- Types of matrices
- Matrix operations
- Systems of linear equations
- Linear regression
- State-space models
Algebra x Arythmetics
20/11/2019 3
- Arythmetics
- Greek Arythmos: to count
- Computation of numbers
- Operations: sum, subtraction, multiplication, division
- Arythmetic expression: 7 + 3 = 3 + 7
- Algebra
- Arabic Al-jabr: the reunion of broken parts
- Combines unknown quantities and numbers
- Problem solving using generalizable rules
- Algebraic equation: a + b = b + a
Solving equations
20/11/2019 4
- Let a ≠ 0 and b be known real numbers, and x be
an unknown real number.
- If, for some reason, we know that
∙ we say that we have an equation.
- We can solve the equation
∙
- b
Solving equations
- Example
20/11/2019 5
Farmer Hansen has delivered milk to the dairy last week.
- He delivered 10.000kg
- He has received a total of 23.000 DKK as payment.
What is the price for 1 kg of milk? (Cheat: ∙ )
- 10.000
- 23.000
- So 10.000 ∙ 23.000, therefore
23.000 10.000 (, )*
- What is a matrix?
- Consider the system
3 + 6- + 2. 0 /1 + 5- + 23. 0 /2- + 4. 0
- We write the values of x1, x2 and x3 in matrix form:
3 6 2 /1 5 23 /2 4
Which is a 3x3 matrix (Notation: #89 : #;9)
20/11/2019 6