Elementary Linear Algebra

Similar documents
Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

1 - Systems of Linear Equations

Linear Equations in Linear Algebra

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

MAC Module 1 Systems of Linear Equations and Matrices I

Linear Equations in Linear Algebra

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices

Math 313 Chapter 1 Review

MATRICES. a m,1 a m,n A =

Methods for Solving Linear Systems Part 2

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

Matrices and systems of linear equations

Linear Algebra I Lecture 8

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

4 Elementary matrices, continued

7.6 The Inverse of a Square Matrix

Section 6.2 Larger Systems of Linear Equations

9.1 - Systems of Linear Equations: Two Variables

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to:

Gauss-Jordan Row Reduction and Reduced Row Echelon Form

Application of linear systems Linear Algebra with Computer Science Application

Systems of Linear Equations and Matrices

Elementary Row Operations on Matrices

Systems of Linear Equations and Matrices

Elementary matrices, continued. To summarize, we have identified 3 types of row operations and their corresponding

Relationships Between Planes

Graduate Mathematical Economics Lecture 1

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015

4 Elementary matrices, continued

1.2 Row Echelon Form EXAMPLE 1

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra Practice Problems

Review Packet 1 B 11 B 12 B 13 B = B 21 B 22 B 23 B 31 B 32 B 33 B 41 B 42 B 43

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

PH1105 Lecture Notes on Linear Algebra.

Lectures on Linear Algebra for IT

Solving Linear Systems Using Gaussian Elimination

Chapter 2 Notes, Linear Algebra 5e Lay

Math x + 3y 5z = 14 3x 2y + 3z = 17 4x + 3y 2z = 1

Matrices and Systems of Equations

Math "Matrix Approach to Solving Systems" Bibiana Lopez. November Crafton Hills College. (CHC) 6.3 November / 25

Matrix Arithmetic. j=1

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix

System of Linear Equations. Slide for MA1203 Business Mathematics II Week 1 & 2

LINEAR ALGEBRA W W L CHEN

3. Replace any row by the sum of that row and a constant multiple of any other row.

Exercise Sketch these lines and find their intersection.

Section 9.2: Matrices.. a m1 a m2 a mn

Math 2331 Linear Algebra

Chapter Contents. A 1.6 Further Results on Systems of Equations and Invertibility 1.7 Diagonal, Triangular, and Symmetric Matrices

Matrices and RRE Form

Section 6.3. Matrices and Systems of Equations

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

Matrices and Systems of Equations

Math 1314 Week #14 Notes

Elementary maths for GMT

Matrix & Linear Algebra

Introduction. Vectors and Matrices. Vectors [1] Vectors [2]

Chapter 1. Vectors, Matrices, and Linear Spaces

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns.

A Review of Matrix Analysis

Introduction to Matrices and Linear Systems Ch. 3

Matrix notation. A nm : n m : size of the matrix. m : no of columns, n: no of rows. Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ]

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

Undergraduate Mathematical Economics Lecture 1

Finite Math - J-term Section Systems of Linear Equations in Two Variables Example 1. Solve the system

Definition of Equality of Matrices. Example 1: Equality of Matrices. Consider the four matrices

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

CHAPTER 8: Matrices and Determinants

Linear Systems and Matrices

Lecture 7: Introduction to linear systems

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini

Lesson U2.1 Study Guide

Digital Workbook for GRA 6035 Mathematics

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

CHAPTER 9: Systems of Equations and Matrices

Math 4377/6308 Advanced Linear Algebra

MATH2210 Notebook 2 Spring 2018

Math 1553, Introduction to Linear Algebra

Section Gaussian Elimination

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns.

Introduction to Determinants

Matrix Algebra: Introduction

LINEAR SYSTEMS, MATRICES, AND VECTORS

Chapter 7. Linear Algebra: Matrices, Vectors,

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication.

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

POLI270 - Linear Algebra

22A-2 SUMMER 2014 LECTURE 5

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

MATH 2030: MATRICES. Example 0.2. Q:Define A 1 =, A. 3 4 A: We wish to find c 1, c 2, and c 3 such that. c 1 + c c

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 4. Solving Systems of Equations. Chapter 4

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra

MIDTERM 1 - SOLUTIONS

Systems of Linear Equations in two variables (4.1)

Transcription:

Elementary Linear Algebra

Linear algebra is the study of; linear sets of equations and their transformation properties. Linear algebra allows the analysis of; rotations in space, least squares fitting, solution of coupled differential equations, determination of a circle passing through three given points, as well as many other problems in mathematics, physics, and engineering.

Chapter 1 Systems of Linear Equations and Matrices 1.1 Introduction to Systems of Linear Equations 1.2 Gaussian Elimination 1.3 Matrices and Matrix Operations 1.4 Inverses: Algebraic Properties of Matrices 1.5 Elementary Matrices and a Method for finding A -1 1.6 More on Linear Systems and Invertible Matrices 1.7 Diagonal, Triangular, and Symmetric Matrices 1.8 Applications of Linear Systems 1.9 Leontief Input-Output Models

A linear equation in the variables x 1 x n is an equation that can be written in the form b and the coefficients a 1..a n are real or complex numbers, Usually known in advance. The subscript n may be any positive integer. In textbook examples and exercises, n is normally between 2 and 5. In real-life problems, n might be 50 or 5000, or even larger.

Linear Systems in Two Unknowns

A system of linear equations has 1. no solution, or 2. exactly one solution, or 3. infinitely many solutions.

The Equation of a Plane What is x=4 in 2D and 3D? What is x=2 and y=2 in 2D and 3D? Find the equation of the plane passing through A(2,0,0) B(3,0,0) C(4,0,0)

Linear Systems in Three Unknowns

Matrix Notation The essential information of a linear system can be recorded compactly in a rectangular array called a matrix

Solving a Linear System Describe an algorithm, or a systematic procedure, for solving linear systems. The basic strategy is to replace one system with an equivalent system (i.e., one with the same solution set) that is easier to solve

Elementary Row Operations 1. Multiply a row through by a nonzero constant. 2. Interchange two rows. 3. Add a constant times one row to another

Section 1.2 Gaussian Elimination Row Echelon Form Reduced Row Echelon Form: Achieved by Gauss Jordan Elimination

We can find all the variables. So a solution exists; the system is consistent. So the solution is unique.)

Homogeneous Systems All equations are set = 0 Theorem 1.2.1 If a homogeneous linear system has n unknowns, and if the reduced row echelon form of its augmented matrix has r nonzero rows, then the system has n r free variables Theorem 1.2.2 A homogeneous linear system with more unknowns than equations has infinitely many solutions

Matrices and Matrix Operations Definition 1 A matrix is a rectangular array of numbers. The numbers in the array are called the entries of the matrix. The size of a matrix M is written in terms of the number of its rows x the number of its columns. A 2x3 matrix has 2 rows and 3 columns

Arithmetic of Matrices A + B: add the corresponding entries of A and B A B: subtract the corresponding entries of B from those of A Matrices A and B must be of the same size to be added or subtracted ca (scalar multiplication): multiply each entry of A by the constant c

Multiplication of Matrices

Diagonal, Triangular and Symmetric Matrices

Transpose of a Matrix AT

Ai j T A ji

Transpose Matrix Properties

Trace of a matrix

Algebraic Properties of Matrices

Find if AB = BA

The identity matrix and Inverse Matrices

Inverse of a 2x2 matrix

More on Invertible Matrices

Using Row Operations to find A -1 Begin with: Use successive row operations to produce:

Linear Systems and Invertible Matrices A. x = B A -1. A. x = A -1. B

A. x = B A -1. A. x = A -1. B x = A -1. B

X 3 free variable If X 3 = t X 1 = -4/3 t X 2 = 2

Applications of Linear Systems The concept of a network appears in a variety of applications. A network is a set of branches through which something flows. The branches might be: electrical wires through which electricity flows, pipes through which water or oil flows, traffic lanes through which vehicular traffic flows, economic linkages through which money flows,

In most networks, the branches meet at points, called nodes or junctions, where the flow divides We will restrict our attention to networks in which there is flow conservation at each node, by which we mean that the rate of flow into any node is equal to the rate of flow out of that node. This ensures that the flow medium does not build up at the nodes and block the free movement of the medium through the network.

Applications of Linear Systems

Leontief Input-Output Models In 1973 the economist Wassily Leontief was awarded the Nobel prize for his work on economic modeling in which he used matrix methods to study the relationships between different sectors in an economy

A Homogeneous System in Economics Leontief input output (or production ) model

The equilibrium price vector for the economy has the form

0.2 Pc + 0.8 Pf + 0.4 Pm = Pc 0.3 Pc + 0.1 Pf + 0.4 Pm = Pf 0.5 Pc + 0.1 Pf + 0.2 Pm = Pm

0.8 Pc - 0.8 Pf - 0.4 Pm = 0-0.3 Pc + 0.9 Pf - 0.4 Pm = 0-0.5 Pc - 0.1 Pf + 0.8 Pm = Pm