1 / 6

Introduction

Introduction. Gaussian Elimination II What is Gaussian Elimination?. Warm-Up Problem.

rufin
Download Presentation

Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction • Gaussian Elimination II • What is Gaussian Elimination?

  2. Warm-Up Problem A supermarket customer has paid a total of $156 for 24 quarts of milk, 6 lbof ham and 12 quarts of olive oil. Calculate the price of each item, knowing that 1 quart of oil costs three times the price of 1 quart of milk and 1 lbof ham costs the same as 4 quarts of oil and 4 quarts of milk.

  3. Gaussian Elimination in MATLAB • The m-file GaussNaive.m illustrates how elimination may be done in MATLAB • This code steps through the solution, showing each intermediate point • In practice, there is some additional complexity, but the basic concept is the same. • The intrinsic MATLAB command is rref

  4. Concept Questions • What is the advantage of Gaussian Elimination? • Can solve more problems • Faster computation time (fewer steps) • Easier to understand • After Elimination is complete, what does the resulting matrix look like?

  5. Group Problem • A civil engineer in a construction project requires 4800, 5800, and 5700 of sand, fine gravel and coarse gravel for a building project. There are three pits from which the materials can be obtained. The composition of these pits is : • How many cubic meters must be hauled from each pit in order to meet the engineer's needs?

  6. For Next Time • Read chapter 8.1, 8.2

More Related