ENGINEERING 2304 Computer Programming for Engineers ENGR 2304-51191 Spring 2015 Week 8.

Slides:



Advertisements
Similar presentations
Adding & Subtracting Matrices
Advertisements

DAY 10: MICROSOFT EXCEL – CHAPTER 8 MICROSOFT EXCEL – CHAPTER 9 MICROSOFT EXCEL – CHAPTER 10 Akhila Kondai September 23, 2013.
Wyndor Example; Enter data Organize the data for the model on the spreadsheet. Type in the coefficients of the constraints and the objective function.
Introduction to Management Science
The table shows the top scores for girls in barrel racing at the 2004 National High School Rodeo finals. The data can be presented in a table or a spreadsheet.
Chapter 2 Matrices Finite Mathematics & Its Applications, 11/e by Goldstein/Schneider/Siegel Copyright © 2014 Pearson Education, Inc.
Using Excel Solver for Linear Optimization Problems
Spreadsheet-based 0ptimization Objective: Execute the optimization of profit functions using the Excel spreadsheet. With modern spreadsheets, optimization.
Goldstein/Schnieder/Lay: Finite Math & Its Applications, 9e 1 of 86 Chapter 2 Matrices.
QM B Linear Programming
Computational Methods for Management and Economics Carla Gomes Module 4 Displaying and Solving LP Models on a Spreadsheet.
Finite Mathematics & Its Applications, 10/e by Goldstein/Schneider/SiegelCopyright © 2010 Pearson Education, Inc. 1 of 86 Chapter 2 Matrices.
Section 4.1 – Matrix Operations Day 1
Matrix Mathematics in MATLAB and Excel
Objective Video Example by Mrs. G Give It a Try Lesson 4.1  Add and subtract matrices  Multiply a matrix by a scalar number  Solve a matrix equation.
Non-Linear Simultaneous Equations
Warm-up 1.Review notes from Friday. 2.What is the dimension of the matrix below?
COMPREHENSIVE Excel Tutorial 10 Performing What-If Analyses.
Chapter 4 - Linear Programming: Computer Solution Excel Solver
Table of Contents Chapter 2 (Linear Programming: Basic Concepts)
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
ECON 1150 Matrix Operations Special Matrices
Section 1.1 Introduction to Systems of Linear Equations.
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
Linear Programming: Basic Concepts
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrix Arithmetic. A matrix M is an array of cell entries (m row,column ) and it must have rectangular dimensions (Rows x Columns). Example: 3x x.
Linear Programming with Excel Solver.  Use Excel’s Solver as a tool to assist the decision maker in identifying the optimal solution for a business decision.
DAY 10: EXCEL CHAPTER 8, 9, 10 Tazin Afrin September 23,
Class Opener:. Identifying Matrices Student Check:
Copyright © 2008 Pearson Prentice Hall. All rights reserved Exploring Microsoft Office Excel 2007 Chapter 8 What-if Analysis Robert Grauer, Keith.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
DAY 9: MICROSOFT EXCEL – CHAPTER 6 Sravanthi Lakkimsetty Sept 16, 2015.
ME 142 Engineering Computation I Review Exam 1.  2 Part Exam In-Class Portion Testing Center Portion Equally weighted.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
Add and subtract matrices
Sec 4.1 Matrices.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
DAY 11: EXCEL CHAPTER 8-10 Rahul Kavi September 24,
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
(4-2) Adding and Subtracting Matrices Objectives: To Add and subtract Matrices To solve certain Matrix equations.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
12-1 Organizing Data Using Matrices
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
Mr. Hartzer, Hamtramck High School
Matrix Operations.
Matrix Operations Free powerpoints at
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
7.3 Matrices.
Navya Thum February 13, 2013 Day 7: MICROSOFT EXCEL Navya Thum February 13, 2013.
25. Basic matrix operations
Matrices Elements, Adding and Subtracting
2.2 Introduction to Matrices
1.8 Matrices.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Presentation transcript:

ENGINEERING 2304 Computer Programming for Engineers ENGR Spring 2015 Week 8

Class Outline Quiz Review Homework Excel Solver Function Matrices Matrix Addition/Subtraction Matrix Multiplication Practice Exercises

Week 8 Quiz 1.Download the week 8 quiz file from the learning web site. 2.Sort the data from states and territories of the lowest to the highest population. 3.On another tab, create a pivot table showing the quantity of states with one member in the US house, two members in the US house, three, etc. 4.Save the spreadsheet. it to the homework submittal address and with the standard homework submittal file format, except call it “Week 8 Quiz” instead of “Homework_.”

“I think life on Earth must be about more than just solving problems... It's got to be something inspiring, even if it is vicarious.” –Elon Musk

Quotes of the D “We must develop knowledge optimization initiatives to leverage our key learnings.–Scott Adams

Homework 6 Review

Excel Solver Add-in An optimization tool that allows to solve for a function or set of functions for a particular or minimum value. Can add constraints to a solution space limiting values to certain ranges. Target Cell: the cell that we are seeking to minimize, maximize, or set to a certain value or set to a certain Variable Cells: the independent variables that the solver will manipulate the target cell Constraints: conditions put in place on the target or variable cell.

Matrices Matrices are rectangular arrays of numerical values or expressions. “mxn” matrix refers to m rows, n columns. Matrices are useful for solving systems of equations and are at the core of many engineering software analysis packages. Examples: forces inside structural frames, currents inside circuits, etc.

Matrix Addition/Subtraction Matrix Addition/Subtraction is simply a matter of adding/subtracting corresponding rows and columns.

Matrix Multiplication In order to multiply one matrix by another, they must have matching dimensions. An axb can be multiplied by bxc into a axc matrix. Ex: [3x2]x[2x4]=[3x4] matrix [1x3]x[3x5]=[1x5] matrix [2x3]x[4x4] cannot be multiplied.

Example 1: Solver You operate a small electronics manufacturing company. You have $1 million to spend for the year and wish to maximize profit. Your company manufactures TVs, Stereos, and Cell Phones. TVs, Stereos, and Cell Phones cost $400, $50, and $200 to produce, respectively. TVs, Stereos, and Cell Phones cell for $1000, $100, and $300 each. You need to have at least 3 months of output in your warehouse at any given time to meet potential orders. TVs, Radios, and Cell Phones take up 5ft^2, 1 ft^2, and 0.5ft^2 of storage space, respectively. The size of your warehouse is 2000 ft^2. Must manufacture at least 150 of each. How many of each should you produce in order to maximize profit?

Example 2: Solver Optimize a simply-supported beam for a point load. Assume it’s a built-up member made from the same thickness plate, so web and flange thickness is the same. Check for both shear stress and bending stress.

Example 3: Matrices In Excel Work with entering, adding, subtracting, and multiplying matrices in Excel.