F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Cramer’s Rule for solving linear systems Part 1.

Slides:



Advertisements
Similar presentations
Example 1 Matrix Solution of Linear Systems Chapter 7.2 Use matrix row operations to solve the system of equations  2009 PBLPathways.
Advertisements

EXAMPLE 3 Use Cramer’s rule for a 2 X 2 system
Systems of Linear Equations
4.5 Determinants and Cramer’s Rule. Objectives Evaluate a determinant of a 2 x 2 matrix. Use Cramer’s rule for linear equations.
Systems of Equations SPI Solve systems of linear equation/inequalities in two variables.
4.7 Inverse Matrices and Systems. 1) Inverse Matrices and Systems of Equations You have solved systems of equations using graphing, substitution, elimination…oh.
Using Inverse Matrices Solving Systems. You can use the inverse of the coefficient matrix to find the solution. 3x + 2y = 7 4x - 5y = 11 Solve the system.
Solving Systems of Equations: Elimination Method.
Gabriel Cramer was a Swiss mathematician ( )
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
Cramer's Rule Gabriel Cramer was a Swiss mathematician ( )
Cramer’s Rule for 2x2 systems
CHAPTER 7-1 SOLVING SYSTEM OF EQUATIONS. WARM UP  Graph the following linear functions:  Y = 2x + 2  Y = 1/2x – 3  Y = -x - 1.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Determinants. Cramer’s Rule Part 5.
Systems of Linear Equations Let’s say you need to solve the following for x, y, & z: 2x + y – 2z = 10 3x + 2y + 2z = 1 5x + 4y + 3z = 4 Two methods –Gaussian.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
MAC 1140 Unit 4 Test Review. 1. Give the order of the following matrix:.
4-8 Augmented Matrices and Systems
4.6 Cramer’s Rule Using Determinants to solve systems of equations.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Class 5: Question 1 Which of the following systems of equations can be represented by the graph below?
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Row Operations Matrix Operations.
13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,
Have we ever seen this phenomenon before? Let’s do some quick multiplication…
4.3 Determinants and Cramer’s rule How do you find the determinant of a matrix? How do you find the area of a triangle given 3 sets of coordinates? How.
Cramer’s Rule for Matrices You can use properties of matrix determinants for a variety of applications. Today: – Solving 3 variable systems of equations.
1 Section 5.3 Linear Systems of Equations. 2 THREE EQUATIONS WITH THREE VARIABLES Consider the linear system of three equations below with three unknowns.
4.7 Solving Systems using Matrix Equations and Inverses
System of Linear Equations with Unique Solution Budi Murtiyasa Universitas Muhammadiyah Surakarta 1budi murtiyasa / linear equation.
Differential Equations Linear Equations with Variable Coefficients.
GUIDED PRACTICE for Example – – 2 12 – 4 – 6 A = Use a graphing calculator to find the inverse of the matrix A. Check the result by showing.
4-8 Cramer’s Rule We can solve a system of linear equations that has a unique solution by using determinants and a pattern called Cramer’s Rule (named.
Notes Over 10.5 Using Cramer’s Rule for a 2 x 2 System
DETERMINANTS SECTION 6.3. DETERMINANTS 2 X 2 Matrices:Det A = ad - bc.
SYSTEMS OF LINEAR EQUATIONS College Algebra. Graphing and Substitution Solving a system by graphing Types of systems Solving by substitution Applications.
Notes Over 4.3 Evaluate Determinants of 2 x 2 Matrices
Solving Systems of Equations Chapter 3. System of Linear Equations 0 Consists of two or more equations. 0 The solution of the equations is an ordered.
Use Inverse Matrices to Solve Linear Systems
TYPES OF SOLUTIONS SOLVING EQUATIONS
Cramer’s Rule (because Cramer RULES!)
Answer the FRONT of the worksheet that was passed out yesterday!
TYPES OF SOLUTIONS SOLVING EQUATIONS
3-3: Cramer’s Rule.
4.3 Determinants & Cramer’s Rule
4.3 Determinants and Cramer’s Rule
Using Determinants to solve systems of equations
4.3 Determinants & Cramer’s Rule
Solve a system of linear equation in two variables
4.3 Determinants and Cramer’s Rule
Lesson 13-3: Determinants & Cramer’s Rule
Cramer’s Rule and Solving Systems of Equations
Evaluate Determinants & Apply Cramer’s Rule
Using matrices to solve Systems of Equations
Find the inverse of the matrix
Fundamentals of Engineering Analysis
Use Inverse Matrices to Solve 2 Variable Linear Systems
Students will write a summary explaining how to use Cramer’s rule.
Linear Algebra Lecture 3.
Find the area of the Triangle
4.4 Objectives Day 1: Find the determinants of 2  2 and 3  3 matrices. Day 2: Use Cramer’s rule to solve systems of linear equations. Vocabulary Determinant:
Cramer's Rule Gabriel Cramer was a Swiss mathematician ( )
4.3 Determinants and Cramer’s Rule
5.1 Solving Systems of Equations by Graphing
3.7 Evaluate Determinants & Apply Cramer’s Rule
Systems of Equations Solve by Graphing.
Inverse Matrices and Systems
Cramer's Rule Gabriel Cramer was a Swiss mathematician ( )
MATRICES MATRIX OPERATIONS.
Solving a System of Linear Equations
Solving Linear Systems of Equations - Inverse Matrix
Presentation transcript:

F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Cramer’s Rule for solving linear systems Part 1

Coefficient Matrices You can use determinants to solve a system of linear equations. You use the coefficient matrix of the linear system. Linear SystemCoeff Matrix ax+by=e cx+dy=f

Cramer’s Rule for 2x2 System Let A be the coefficient matrix Linear SystemCoeff Matrix ax+by=e cx+dy=f If detA0, then the system has exactly one solution: and

Example 1- Cramer’s Rule 2x2 Solve the system: 8x+5y=2 2x-4y=-10 The coefficient matrix is: and So: and

Solution: (-1,2)

Example 2- Cramer’s Rule 2x2 Solve the system: 2x+y=1 3x-2y=-23 The solution is: (-3,7) !!!

Example 3- Cramer’s Rule 3x3 Solve the system: x+3y-z=1 -2x-6y+z=-3 3x+5y-2z=4 Let’s solve for Z Z=1 The answer is: (-2,0,1)!!!

Solving 3D Linear System using Cramer ’ s Rule

Example: 2x + y + z = 3 x – y – z = 0 x + 2y + z = 0

Determinants of XYZ =3 =-6 =9 X= 1, y =-2, z=3

Given the following system of equations, find the value of z. 2x + y + z = 1 x – y + 4z = 0 x + 2y – 2z = 3 =-3=-6 Z=2