Problem-Solving Tools for Engineering Students Bruce R. Dewey Mechanical Engineering University of Wyoming Laramie, WY

Size: px
Start display at page:

Download "Problem-Solving Tools for Engineering Students Bruce R. Dewey Mechanical Engineering University of Wyoming Laramie, WY 82071-3295"

Transcription

1 Problem-Solving Tools for Engineering Students Bruce R. Dewey Mechanical Engineering University of Wyoming Laramie, WY Abstract - The common first course in the engineering curriculum has evolved from drafting/graphics to one in computer applications. Goals for such a course include the introduction of engineering methodologies, stimulation of interest in the study of engineering, and development of skills in using certain tools. Candidate computing tools should solve equations such as those in engineering applications and produce various presentation graphics. High level programming languages have been in engineering curricula since the 97s. More recently, various solution programs have become available. The intuitive graphical user interface makes the use of spreadsheets appealing. As features have been added, we have found increasing use of spreadsheets for problem solving. An introductory course emphasizes basics, while subsequent courses introduce applications that work well on spreadsheets. ntroduction n addition to the usual calculus, chemistry, and English, beginning engineering students traditionally have a first technical course that focuses on problem-solving aspects. Over time, such a course has evolved from board-based graphics to one in computer applications. General goals for this course encompass aspects of appreciating engineering methodologies, creating interest in the study of engineering, and providing some common tools that will be useful in subsequent courses. General-purpose problem-solving tools work engineering problems that have been reduced to mathematical terms. Useful in typical engineering courses as well as engineering practice, a list of abilities for such tools might include: Solving systems of linear and nonlinear algebraic equations Producing d and d presentation graphics including regression to arbitrary functions Performing repetitious calculations involving large amounts of data Finding optimum solutions problems subjected to various constraints Numerically integrating and differentiating arbitrary functions Supporting creative endeavors where what-if scenarios can be tested Being inepensive, easy to obtain, and simple to learn. A little over thirty years ago, Fortran was the only practical way to solve problems with the computing resource. Subsequently, other high level languages have been developed with significant advantages over Fortran. The ubiquitous and intuitive graphical user interface, such as the one in spreadsheets, provides even more productivity. Should only one software tool be chosen to meet the above requirements, spreadsheets are the clear choice for a common curriculum. Over the past eight years, an approach has evolved for incorporating spreadsheet-based problem solving in the curriculum. Our introductory course emphasizes problem-solving methodology, starting with formulation of practical problems and using various solution techniques in spreadsheets. Sophomore courses assign occasional problems that are appropriate for spreadsheet solutions. To show how spreadsheets support the above requirements, we will first detail some of the built-in functions available in the industry-leader Ecel. Net, we briefly discuss the available general-purpose numerical equation solvers. Some eamples follow, illustrating how the listed goals are met with various Ecel features. Functions in Ecel Using one of nearly three hundred built-in functions in Ecel may be the quickest way to arrive at the solution to some problem. A paperback [] is available that gives a summary of how to use the built-in functions and formulas. While many of the functions handle esoteric financial calculations or do some housekeeping item, a surprising number find direct application in engineering. About built-in statistical functions in Ecel support practically all that is needed by engineers in this realm of work. A number of functions cater to the common needs of finding central tendency statistics for data sets and of calculating best-fit straight lines, log-log, semi-log, and polynomial curves. Furthermore, Ecel determines several different probability distribution functions. The robust set of financial functions handily supports the computation needed in engineering economics. While depreciation rules are not built-in, schedules of depreciation can easy be computed with row and column formulas. The rate-of-return calculations that can be veing to students are trivialized in the Ecel environment. A set of functions labeled engineering is of some interest. ncluded here are functions to convert numbers between binary, decimal, octal, and headecimal as well as to perform comple arithmetic. Bessel and error functions can be computed.

2 A group of mathematical functions provides trigonometric functions, including inverse and hyperbolic. Matri functions provide multiplication, inversion, and determinant computation. Although not listed as a mathematical function, Ecel is very adept at sorting data. Logical and information functions allow branching as various conditions are met. The most used of these is the F function. Date and time functions find use in acquisition of eperimental data and in financial calculation. The built-in plotting of presentation graphics produces plots of high quality. Plot types include -y (Ecel calls these scatter plots ), pie, column, bar, radar (polar), combination (such as column and line), -d surface, and -d column. A best-fit line and R are very easy to add to an -y plot. Numerical Equation Solvers Ecel contains four different, useful schemes for numerical solution of transcendental equations and systems of linear and nonlinear equations.. Matri nversion Linear systems of equations of the form [A][X] = [B] are solved with the MMULT and MNVERSE functions that are built into Ecel. The typed function that returns [X] = [A]? {B] =MMULT(MNVERSE(A),(B)) is entered in the array of cells [X] intended to receive the solution. The matrices [A], [B], and [X] are naturally adapted to the row/column structure of the spreadsheet. Although the author has not tested the limitations of the built-in inversion algorithm, the routine seems to be robust for a moderately large number of equations. Ecel returns an error message if the system is singular, etc.. Goal Seek The Goal Seek feature, a command in the Tools menu, lets you vary the contents of one cell in order to make another cell equal some arbitrary value. n other words, a cell containing the value of could be changed with an iterative scheme until another cell containing f() becomes equal to a chosen value such as. Goal Seek is faster, easier to use, and more bulletproof than Solver, below.. Solver Solver, also accessed under the Tools menu is considerably more versatile than the Goal Seek command. Solver causes the contents of one cell (the target cell) to take on a certain value (or a maimum or a minimum value) by varying the contents of one or more other cells (Changing Cells). Optionally, one or more constraints can be applied to any or all of the Changing Cells. Solver deals with large-scale optimization problems, the solution of nonlinear systems of equations, and other decision problems. Solver uses proprietary nonlinear optimization code, simple methods, and branch and bound algorithms that are supplied to Microsoft by Frontline Systems, ncline Village Nevada. n use, Solver has proven to be fairly robust and versatile. mprovements have been made in Solver as Ecel has gone up in versions. Sometimes solutions require good starting guesses to converge, an advantage in teaching engineering. n the problem solving process, students should be encouraged to estimate answers and to question whether results are reasonable. n nonlinear problems with multiple solutions, users need to provide starting guesses over the range of acceptable solutions.. terative Solution of Circular Reference Formulas While this solution method is by far more arcane than the other choices, it is ideal from some problems, such as the partial differential equation solution below. A circular reference is where the contents of two or more cells depend on each other usually causing an error message because of the undefined nature of the information. To use this method of solution, the user selects manual calculation and iteration from the Tools:Options menu. Additionally, the number of iterations and the maimum change (the convergence criterion) can be controlled from the same menu. Eamples When asked what computer software they use most, a very informal survey of perhaps two dozen mechanical engineers in industry placed word processing and Ecel as nearly universal choices. AutoCAD, Ansys, and Nastran had a few mentions. Ecel found use for such diverse tasks as Optimizing production schedules in a multi-product manufacturing environment with hundreds of variables Doing load and balance calculations on a commercial airplane Assembling data arising from various sources as input to engineering analysis codes; passing data files in a universal form among various groups Doing budgets and keeping accounts (a no-brainer!) Compiling and analing quality control statistics Chosen to demonstrate application of one (or two) of the Ecel equation solvers, some typical engineering problem solutions typical of those done in engineering classes are presented below. Eample Simultaneous Linear Equations n many engineering analyses, simultaneous linear equations of equations of the form [A]{} = {B} arise. As a numerical eample, consider

3 ? =? 9?? () difference between the values in the third and fourth columns. Ecel s Solver is called to minimize the sum of the residuals squared (the last value in the fifth column) by changing the guesses for σ and µ. The resulting values appear in Fig. ; the data in column four have been computed with these values. On the spreadsheet, the input for [A] will be in cells A:D5; {B} will be in F:F5. Descriptive titles are recommended. The solutions, appearing in the column with cells for {}, have the underlying code =MMULT(MNVERSE(A:D5),F:F5) () where the cell ranges references provide the location of the input data. With Ecel, the results are recalculated automatically whenever any of the input data are changed. f a user does this code sequence frequently, the macro language in Ecel permits the construction of a new function that replaces Eq. () with a user-chosen name and a call such as = SMEQ(A:D5,F:F5) () The presentation of this solution on a spreadsheet (not shown) can look almost identical to Eq. (), with the enclosing brackets being added using the drawing tools. Eample Nonlinear Regression The widely used regression process, finding unknown parameters in the equation of a line or curve to best fit a set of data, aids in the interpretation eperimental data. Linear regression is built into Ecel as the Trendline function. The Trendline gives the choice of fitting the data to a straight line, to a semilog line, a log-log line, or to a polynomial up to order five. The coefficient of determination R can be reported in addition to the equation of the line. Ecel s Solver provides an intuitive method to perform nonlinear regression by minimizing the sum of squares of the residuals (the same criterion used in linear regression.) The following eample from hydrology involves fitting an observed distribution of rainfall to the normal probability distribution function. The starting point is the frequency distribution of the amount of rainfall over 55 years of observation as shown in the first two columns of the worksheet in Fig.. The normalized frequency distribution f() is given in the third column. The model to which the data are regressed is given by the equation Annual Rainfall - Teton County f() f() model Resi Amount Frequency Frequency squa in (no. yrs) fraction Parameters for normal distribution function σ µ Figure. Worksheet for nonlinear regression. The results are plotted in Fig., using one of the supplied line chart types in Ecel. The shaded bars show the given histogram, while the curve shows the normal distribution function computed with the solved values of σ and µ. Of course, features such as color, shading, titles, font, line styles are under user control. The foregoing method fits data to any arbitrary curve. Criteria other than minimizing the sum of the squares of the residuals can be used with this method. For eample, it is not difficult to regress with the criterion that the sum of the squares of the perpendicular distances to a straight line is to be minimized. where the unknown parameters σ and µ will be determined with nonlinear regression to best fit the data. With guesses for σ and µ placed in the cells provided at the bottom of the sheet, Eq. () coded in the fourth column of the worksheet. The fifth column is the square of the

4 Not shown in this eample is the built-in Trendline function that very easily performs linear regression. Frequency Annual Rainfall - Teton Cty Figure. Histogram and best-fit normal distribution curve for Eample. Eample Solution of a Nonlinear System of Equations Mass balance problems, hydraulics problems, and others frequently yield systems of nonlinear equations. Solution of such systems is the forte of programs like TK-Solver and EES. n Ecel, each of the equations need to be arranged in the form f( i ) =. As an eample, consider the contrived system Amount (in). = +.77 =. = + = where the i are the unknowns. (The contrived roots are.,.,., and..) The worksheet of Fig. provides four cells to hold the initial guesses and the subsequent results of the iterative solution. A solution criterion that works well, avoiding problems with negative signs, is that (5) Figure. Worksheet for solution of nonlinear system of equations. The result, which depends on the quality of the initial guesses, is good to four places without tweaking the default precision in Solver. Eample Eigenvalue Problem Goal Seek, Solver, and matri commands are useful in the iterative solution of problems involving the etraction of eigenvalues and eigenvectors. As an eample, the orientation of the principal aes and the values of the principal mass moments are determined for a -d solid. The worksheet, Fig., contains space for the input of the moments and products of inertia. The user provides a reasonable guess for one of the three principal moments in the cell for. Goal Seek is used to make the iteratively find such that y z where the value ( Det ) of the determinant is computed with Ecel s MDETERM function. Goal Seek is appropriate for this solution, since only one variable is changed. The corresponding direction cosines (l, m, n) must make y z subject to the constraint l y y yy + m + n = = The user puts guesses for the direction cosines in {d}, with the constraint of Eq. (9) coded in the shaded cell labeled Σ (di^). The three shaded work cells for the product {P} are each squared and added in the shaded cell labeled Σ(Pi^). zz z z l m? = n? (8) (9) (7) ( ( )) = (6) f i j Solver is used to minimize the contents of the cell labeled sum of squares, which contains the code for Eq. (6). The results for the s appear in place of the initial guesses.

5 .677 Figure. Worksheet eample for determination of one of three principal moments of inertia. Solver is used to change the {d} to minimize Σ(Pi^) with the constraint that the contents of Σ(di^) =. The numbers shown in Fig. represent one of the solutions. The user is epected to enter reasonable guesses for the other solutions good pedagogy because some understanding of the problem is required. Eample 5 Partial Differential Equation Steady state heat conduction is governed by the equation T =. The row-column arrangement of the worksheet is intuitively used for nodes in PDE problems that are reduced to difference equations. An interior node with temperature T ij is related to its adjacent nodes by the equation T ij yy zz 6 y z Det Det.67 {d} {P}=[M]{d} Σ(di^) Σ(Pi^)..79E-7 T = i+, j + Ti, j+ + Ti, j + Ti, j () Boundary nodes may have temperature specified, be insulated, or have other conditions such as convection. n a simple numerical eample, a symmetrical rectangular chimney is considered that has outside dimensions of ft by ft with.5-ft thick uniform walls. The outside temperature is 7 F and the inside temperature varies linearly from F at the center to 5 F at the corners. To make a compact illustration, nodes are selected. ft on center, and symmetry permits modeling one-fourth the cross section. The Ecel worksheet provides one cell for each node point, arranged eactly as in physical space. Because we are going to use iterative solution of circular reference formulas, we select manual calculation and iteration under the Tools: Options:Calculation menu. The specified temperature distribution is placed on the inner and outer boundaries. The interior nodes and the insulated (symmetry) boundaries are coded with relative cell references in the manner of Eq. (). Copy and fill features make this a very quick process. After calculation, the worksheet of Fig. 5 appears Figure 5. Worksheet for heat conduction. Cells pertain to one quadrant of the chimney. Ecel s surface plot feature works very well for illustrating the result, Fig. 6. To improve visualization, the user can rotate plots around vertical and horizontal aes, and change the perspective viewing distance parameter. Conclusions The eamples presented show a sample of the versatility of Ecel in solving engineering problems. Engineering students seem to have no trouble catching on to doing operations like these. Beginning users of Ecel will find getting started with the ecellent tet by Gottfried [] much less tedious than using references aimed at non-technical/business users. For the past eight years, our first-year students have been introduced to Ecel from an engineering standpoint. Students find Ecel fun and easy to use. n the introductory course, students have far more challenge in formulating problem solutions than in using computer software. Some instructors in other core courses reinforce Ecel instruction by assigning the "computer problems" found in various tetbooks. Very little use of Ecel macro functions seems to

6 be needed. The supported programming language, visual basic, fills in when needed. n our curriculum, a junior-level course, taught by math/computer science faculty, presents structured programming in a high-level language (either Fortran or C as determined by the department or advisor.) Programming eercises cover various topics in numerical methods. Because this course follows the traditional differential equations class in the mathematics department, a more rigorous treatment of the nuances of various algorithms is possible. On an as-needed basis, other engineering courses introduce software such as Matlab, Mathcad, C++, AutoCAD, finite element analysis, etc. [] Gottfried, B., Spreadsheet Tools for Engineers, Ecel 97 Version. WCB/McGraw-Hill T 5 5 Figure 6. Surface plot of temperature distribution in chimney. When given assignments and projects that require a computing resource, our students will nearly always pick Ecel. This software is unsurpassed for reducing laboratory data and for making all sorts of data plots. The built-in presentation graphics of Ecel encourages structure, e.g. proper labels and "even" calibration of aes, of students' work. Plots and tables produced by Ecel can be seamlessly pasted into Word documents. None of the other computing tools enjoy the wide availability (many computers come with Ecel bundled) and versatility of Ecel. Furthermore, these other tools are less intuitive and more difficult to use than Ecel. For many reasons, Ecel is a clear choice for the first software learned, and the one software system needed, if there can be only one. References Cited [] Microsoft Ecel 97 Worksheet Function Reference, Microsoft Press, 997.

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Using Microsoft Excel Built-in Functions and Matrix Operations. EGN 1006 Introduction to the Engineering Profession

Using Microsoft Excel Built-in Functions and Matrix Operations. EGN 1006 Introduction to the Engineering Profession Using Microsoft Ecel Built-in Functions and Matri Operations EGN 006 Introduction to the Engineering Profession Ecel Embedded Functions Ecel has a wide variety of Built-in Functions: Mathematical Financial

More information

Nonlinear Iterative Partial Least Squares Method

Nonlinear Iterative Partial Least Squares Method Numerical Methods for Determining Principal Component Analysis Abstract Factors Béchu, S., Richard-Plouet, M., Fernandez, V., Walton, J., and Fairley, N. (2016) Developments in numerical treatments for

More information

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

http://school-maths.com Gerrit Stols

http://school-maths.com Gerrit Stols For more info and downloads go to: http://school-maths.com Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It

More information

A Guide to Using Excel in Physics Lab

A Guide to Using Excel in Physics Lab A Guide to Using Excel in Physics Lab Excel has the potential to be a very useful program that will save you lots of time. Excel is especially useful for making repetitious calculations on large data sets.

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

ENGG1811 Computing for Engineers. Data Analysis using Excel (weeks 2 and 3)

ENGG1811 Computing for Engineers. Data Analysis using Excel (weeks 2 and 3) ENGG1811 Computing for Engineers Data Analysis using Excel (weeks 2 and 3) Data Analysis Histogram Descriptive Statistics Correlation Fitting Equations to Data Solving Equations Matrix Calculations Finding

More information

03 The full syllabus. 03 The full syllabus continued. For more information visit www.cimaglobal.com PAPER C03 FUNDAMENTALS OF BUSINESS MATHEMATICS

03 The full syllabus. 03 The full syllabus continued. For more information visit www.cimaglobal.com PAPER C03 FUNDAMENTALS OF BUSINESS MATHEMATICS 0 The full syllabus 0 The full syllabus continued PAPER C0 FUNDAMENTALS OF BUSINESS MATHEMATICS Syllabus overview This paper primarily deals with the tools and techniques to understand the mathematics

More information

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:

More information

Calibration and Linear Regression Analysis: A Self-Guided Tutorial

Calibration and Linear Regression Analysis: A Self-Guided Tutorial Calibration and Linear Regression Analysis: A Self-Guided Tutorial Part 1 Instrumental Analysis with Excel: The Basics CHM314 Instrumental Analysis Department of Chemistry, University of Toronto Dr. D.

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

Using Excel for descriptive statistics

Using Excel for descriptive statistics FACT SHEET Using Excel for descriptive statistics Introduction Biologists no longer routinely plot graphs by hand or rely on calculators to carry out difficult and tedious statistical calculations. These

More information

Data representation and analysis in Excel

Data representation and analysis in Excel Page 1 Data representation and analysis in Excel Let s Get Started! This course will teach you how to analyze data and make charts in Excel so that the data may be represented in a visual way that reflects

More information

Finite Mathematics Using Microsoft Excel

Finite Mathematics Using Microsoft Excel Overview and examples from Finite Mathematics Using Microsoft Excel Revathi Narasimhan Saint Peter's College An electronic supplement to Finite Mathematics and Its Applications, 6th Ed., by Goldstein,

More information

Figure 1. An embedded chart on a worksheet.

Figure 1. An embedded chart on a worksheet. 8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the

More information

Quickstart for Desktop Version

Quickstart for Desktop Version Quickstart for Desktop Version What is GeoGebra? Dynamic Mathematics Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

Calc Guide Chapter 9 Data Analysis

Calc Guide Chapter 9 Data Analysis Calc Guide Chapter 9 Data Analysis Using Scenarios, Goal Seek, Solver, others Copyright This document is Copyright 2007 2011 by its contributors as listed below. You may distribute it and/or modify it

More information

Credit Number Lecture Lab / Shop Clinic / Co-op Hours. MAC 224 Advanced CNC Milling 1 3 0 2. MAC 229 CNC Programming 2 0 0 2

Credit Number Lecture Lab / Shop Clinic / Co-op Hours. MAC 224 Advanced CNC Milling 1 3 0 2. MAC 229 CNC Programming 2 0 0 2 MAC 224 Advanced CNC Milling 1 3 0 2 This course covers advanced methods in setup and operation of CNC machining centers. Emphasis is placed on programming and production of complex parts. Upon completion,

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

More information

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

More information

FOREWORD. Executive Secretary

FOREWORD. Executive Secretary FOREWORD The Botswana Examinations Council is pleased to authorise the publication of the revised assessment procedures for the Junior Certificate Examination programme. According to the Revised National

More information

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in

More information

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs Using Excel Jeffrey L. Rummel Emory University Goizueta Business School BBA Seminar Jeffrey L. Rummel BBA Seminar 1 / 54 Excel Calculations of Descriptive Statistics Single Variable Graphs Relationships

More information

Polynomial Neural Network Discovery Client User Guide

Polynomial Neural Network Discovery Client User Guide Polynomial Neural Network Discovery Client User Guide Version 1.3 Table of contents Table of contents...2 1. Introduction...3 1.1 Overview...3 1.2 PNN algorithm principles...3 1.3 Additional criteria...3

More information

Polynomial Degree and Finite Differences

Polynomial Degree and Finite Differences CONDENSED LESSON 7.1 Polynomial Degree and Finite Differences In this lesson you will learn the terminology associated with polynomials use the finite differences method to determine the degree of a polynomial

More information

Integrating Spreadsheet Templates and Data Analysis into Fluid Power Instruction

Integrating Spreadsheet Templates and Data Analysis into Fluid Power Instruction Volume 16, Number 4 - August 2000 to October 2000 Integrating Spreadsheet Templates and Data Analysis into Fluid Power Instruction By Dr. Bruce Marsh KEYWORD SEARCH Curriculum Fluid Power Teaching Methods

More information

Typical Linear Equation Set and Corresponding Matrices

Typical Linear Equation Set and Corresponding Matrices EWE: Engineering With Excel Larsen Page 1 4. Matrix Operations in Excel. Matrix Manipulations: Vectors, Matrices, and Arrays. How Excel Handles Matrix Math. Basic Matrix Operations. Solving Systems of

More information

Florida Math for College Readiness

Florida Math for College Readiness Core Florida Math for College Readiness Florida Math for College Readiness provides a fourth-year math curriculum focused on developing the mastery of skills identified as critical to postsecondary readiness

More information

The Fourth International DERIVE-TI92/89 Conference Liverpool, U.K., 12-15 July 2000. Derive 5: The Easiest... Just Got Better!

The Fourth International DERIVE-TI92/89 Conference Liverpool, U.K., 12-15 July 2000. Derive 5: The Easiest... Just Got Better! The Fourth International DERIVE-TI9/89 Conference Liverpool, U.K., -5 July 000 Derive 5: The Easiest... Just Got Better! Michel Beaudin École de technologie supérieure 00, rue Notre-Dame Ouest Montréal

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Diablo Valley College Catalog 2014-2015

Diablo Valley College Catalog 2014-2015 Mathematics MATH Michael Norris, Interim Dean Math and Computer Science Division Math Building, Room 267 Possible career opportunities Mathematicians work in a variety of fields, among them statistics,

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training ilp@anu.edu.au Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

More information

MATHEMATICS (MATH) 3. Provides experiences that enable graduates to find employment in sciencerelated

MATHEMATICS (MATH) 3. Provides experiences that enable graduates to find employment in sciencerelated 194 / Department of Natural Sciences and Mathematics MATHEMATICS (MATH) The Mathematics Program: 1. Provides challenging experiences in Mathematics, Physics, and Physical Science, which prepare graduates

More information

Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c

Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c Lesson Outline BIG PICTURE Students will: manipulate algebraic expressions, as needed to understand quadratic relations; identify characteristics

More information

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

More information

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different)

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets are computer programs that allow the user to enter and manipulate numbers. They are capable

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

INTRODUCTION TO EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

Polynomial and Synthetic Division. Long Division of Polynomials. Example 1. 6x 2 7x 2 x 2) 19x 2 16x 4 6x3 12x 2 7x 2 16x 7x 2 14x. 2x 4.

Polynomial and Synthetic Division. Long Division of Polynomials. Example 1. 6x 2 7x 2 x 2) 19x 2 16x 4 6x3 12x 2 7x 2 16x 7x 2 14x. 2x 4. _.qd /7/5 9: AM Page 5 Section.. Polynomial and Synthetic Division 5 Polynomial and Synthetic Division What you should learn Use long division to divide polynomials by other polynomials. Use synthetic

More information

GeoGebra. 10 lessons. Gerrit Stols

GeoGebra. 10 lessons. Gerrit Stols GeoGebra in 10 lessons Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It was developed by Markus Hohenwarter

More information

Tools for Excel Modeling. Introduction to Excel2007 Data Tables and Data Table Exercises

Tools for Excel Modeling. Introduction to Excel2007 Data Tables and Data Table Exercises Tools for Excel Modeling Introduction to Excel2007 Data Tables and Data Table Exercises EXCEL REVIEW 2009-2010 Preface Data Tables are among the most useful of Excel s tools for analyzing data in spreadsheet

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Excel Guide for Finite Mathematics and Applied Calculus

Excel Guide for Finite Mathematics and Applied Calculus Excel Guide for Finite Mathematics and Applied Calculus Revathi Narasimhan Kean University A technology guide to accompany Mathematical Applications, 6 th Edition Applied Calculus, 2 nd Edition Calculus:

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

As in the example above, a Budget created on the computer typically has:

As in the example above, a Budget created on the computer typically has: Activity Card Create a How will you ensure that your expenses do not exceed what you planned to invest or spend? You can create a budget to plan your expenditures and earnings. As a family, you can plan

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

More information

Linear Programming. Solving LP Models Using MS Excel, 18

Linear Programming. Solving LP Models Using MS Excel, 18 SUPPLEMENT TO CHAPTER SIX Linear Programming SUPPLEMENT OUTLINE Introduction, 2 Linear Programming Models, 2 Model Formulation, 4 Graphical Linear Programming, 5 Outline of Graphical Procedure, 5 Plotting

More information

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1 (d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which

More information

The Basics of FEA Procedure

The Basics of FEA Procedure CHAPTER 2 The Basics of FEA Procedure 2.1 Introduction This chapter discusses the spring element, especially for the purpose of introducing various concepts involved in use of the FEA technique. A spring

More information

Sequence of Mathematics Courses

Sequence of Mathematics Courses Sequence of ematics Courses Where do I begin? Associates Degree and Non-transferable Courses (For math course below pre-algebra, see the Learning Skills section of the catalog) MATH M09 PRE-ALGEBRA 3 UNITS

More information

A step-by-step guide to non-linear regression analysis of experimental data using a Microsoft Excel spreadsheet

A step-by-step guide to non-linear regression analysis of experimental data using a Microsoft Excel spreadsheet Computer Methods and Programs in Biomedicine 65 (2001) 191 200 www.elsevier.com/locate/cmpb A step-by-step guide to non-linear regression analysis of experimental data using a Microsoft Excel spreadsheet

More information

THE NT (NEW TECHNOLOGY) HYPOTHESIS ABSTRACT

THE NT (NEW TECHNOLOGY) HYPOTHESIS ABSTRACT THE NT (NEW TECHNOLOGY) HYPOTHESIS Michele Impedovo Università Bocconi di Milano, Italy michele.impedovo@uni-bocconi.it ABSTRACT I teach a first-year undergraduate mathematics course at a business university.

More information

EXCEL SPREADSHEET MANUAL

EXCEL SPREADSHEET MANUAL EXCEL SPREADSHEET MANUAL to accompany MATHEMATICS WITH APPLICATIONS, EIGHTH EDITION and MATHEMATICS WITH APPLICATIONS, FINITE VERSION, EIGHTH EDITION LIAL HUNGERFORD Paula Grafton Young Salem College J.

More information

Using Excel s Solver

Using Excel s Solver Using Excel s Solver Contents Page Answer Complex What-If Questions Using Microsoft Excel Solver........... 1 When to Use Solver Identifying Key Cells in Your Worksheet Solver Settings are Persistent Saving

More information

WESTMORELAND COUNTY PUBLIC SCHOOLS 2011 2012 Integrated Instructional Pacing Guide and Checklist Computer Math

WESTMORELAND COUNTY PUBLIC SCHOOLS 2011 2012 Integrated Instructional Pacing Guide and Checklist Computer Math Textbook Correlation WESTMORELAND COUNTY PUBLIC SCHOOLS 2011 2012 Integrated Instructional Pacing Guide and Checklist Computer Math Following Directions Unit FIRST QUARTER AND SECOND QUARTER Logic Unit

More information

An Overview of the Finite Element Analysis

An Overview of the Finite Element Analysis CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry

More information

EXCEL SPREADSHEET MANUAL

EXCEL SPREADSHEET MANUAL EXCEL SPREADSHEET MANUAL to accompany CALCULUS FOR THE LIFE SCIENCES GREENWELL RITCHEY LIAL Paula Grafton Young Salem College J. Todd Lee Elon College Boston San Francisco New York London Toronto Sydney

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations

More information

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

Chapter 4 Creating Charts and Graphs

Chapter 4 Creating Charts and Graphs Calc Guide Chapter 4 OpenOffice.org Copyright This document is Copyright 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify it under the terms of either

More information

INTRODUCTION TO ERRORS AND ERROR ANALYSIS

INTRODUCTION TO ERRORS AND ERROR ANALYSIS INTRODUCTION TO ERRORS AND ERROR ANALYSIS To many students and to the public in general, an error is something they have done wrong. However, in science, the word error means the uncertainty which accompanies

More information

The KaleidaGraph Guide to Curve Fitting

The KaleidaGraph Guide to Curve Fitting The KaleidaGraph Guide to Curve Fitting Contents Chapter 1 Curve Fitting Overview 1.1 Purpose of Curve Fitting... 5 1.2 Types of Curve Fits... 5 Least Squares Curve Fits... 5 Nonlinear Curve Fits... 6

More information

Introduction to Logistic Regression

Introduction to Logistic Regression OpenStax-CNX module: m42090 1 Introduction to Logistic Regression Dan Calderon This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Gives introduction

More information

Using Microsoft Excel to Plot and Analyze Kinetic Data

Using Microsoft Excel to Plot and Analyze Kinetic Data Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type

More information

School of Mathematics, Computer Science and Engineering. Mathematics* Associate in Arts Degree COURSES, PROGRAMS AND MAJORS

School of Mathematics, Computer Science and Engineering. Mathematics* Associate in Arts Degree COURSES, PROGRAMS AND MAJORS Mathematics School of Mathematics, Computer Science and Engineering Dean: Lianna Zhao, MD Academic Chair: Miriam Castroconde Faculty: Miriam Castroconde; Terry Cheng; Howard Dachslager, PhD; Ilknur Erbas

More information

VISUAL ALGEBRA FOR COLLEGE STUDENTS. Laurie J. Burton Western Oregon University

VISUAL ALGEBRA FOR COLLEGE STUDENTS. Laurie J. Burton Western Oregon University VISUAL ALGEBRA FOR COLLEGE STUDENTS Laurie J. Burton Western Oregon University VISUAL ALGEBRA FOR COLLEGE STUDENTS TABLE OF CONTENTS Welcome and Introduction 1 Chapter 1: INTEGERS AND INTEGER OPERATIONS

More information

Microsoft Excel. Qi Wei

Microsoft Excel. Qi Wei Microsoft Excel Qi Wei Excel (Microsoft Office Excel) is a spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. It features calculation, graphing tools, pivot

More information

Proposal for Undergraduate Certificate in Large Data Analysis

Proposal for Undergraduate Certificate in Large Data Analysis Proposal for Undergraduate Certificate in Large Data Analysis To: Helena Dettmer, Associate Dean for Undergraduate Programs and Curriculum From: Suely Oliveira (Computer Science), Kate Cowles (Statistics),

More information

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

PERFORMING REGRESSION ANALYSIS USING MICROSOFT EXCEL

PERFORMING REGRESSION ANALYSIS USING MICROSOFT EXCEL PERFORMING REGRESSION ANALYSIS USING MICROSOFT EXCEL John O. Mason, Ph.D., CPA Professor of Accountancy Culverhouse School of Accountancy The University of Alabama Abstract: This paper introduces you to

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide Curriculum Map/Pacing Guide page 1 of 14 Quarter I start (CP & HN) 170 96 Unit 1: Number Sense and Operations 24 11 Totals Always Include 2 blocks for Review & Test Operating with Real Numbers: How are

More information

TWO-DIMENSIONAL TRANSFORMATION

TWO-DIMENSIONAL TRANSFORMATION CHAPTER 2 TWO-DIMENSIONAL TRANSFORMATION 2.1 Introduction As stated earlier, Computer Aided Design consists of three components, namely, Design (Geometric Modeling), Analysis (FEA, etc), and Visualization

More information

Using Excel for Handling, Graphing, and Analyzing Scientific Data:

Using Excel for Handling, Graphing, and Analyzing Scientific Data: Using Excel for Handling, Graphing, and Analyzing Scientific Data: A Resource for Science and Mathematics Students Scott A. Sinex Barbara A. Gage Department of Physical Sciences and Engineering Prince

More information

Microsoft Excel 2007 Mini Skills Overview of Tables

Microsoft Excel 2007 Mini Skills Overview of Tables To make managing and analyzing a group of related data easier, you can turn a range of cells into a Microsoft Office Excel table (previously known as an Excel list). A table typically contains related

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

POISSON AND LAPLACE EQUATIONS. Charles R. O Neill. School of Mechanical and Aerospace Engineering. Oklahoma State University. Stillwater, OK 74078

POISSON AND LAPLACE EQUATIONS. Charles R. O Neill. School of Mechanical and Aerospace Engineering. Oklahoma State University. Stillwater, OK 74078 21 ELLIPTICAL PARTIAL DIFFERENTIAL EQUATIONS: POISSON AND LAPLACE EQUATIONS Charles R. O Neill School of Mechanical and Aerospace Engineering Oklahoma State University Stillwater, OK 74078 2nd Computer

More information

Derive 5: The Easiest... Just Got Better!

Derive 5: The Easiest... Just Got Better! Liverpool John Moores University, 1-15 July 000 Derive 5: The Easiest... Just Got Better! Michel Beaudin École de Technologie Supérieure, Canada Email; mbeaudin@seg.etsmtl.ca 1. Introduction Engineering

More information

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( ) Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates

More information

MATH. ALGEBRA I HONORS 9 th Grade 12003200 ALGEBRA I HONORS

MATH. ALGEBRA I HONORS 9 th Grade 12003200 ALGEBRA I HONORS * Students who scored a Level 3 or above on the Florida Assessment Test Math Florida Standards (FSA-MAFS) are strongly encouraged to make Advanced Placement and/or dual enrollment courses their first choices

More information

Functions and their Graphs

Functions and their Graphs Functions and their Graphs Functions All of the functions you will see in this course will be real-valued functions in a single variable. A function is real-valued if the input and output are real numbers

More information

Mathematics (MAT) MAT 061 Basic Euclidean Geometry 3 Hours. MAT 051 Pre-Algebra 4 Hours

Mathematics (MAT) MAT 061 Basic Euclidean Geometry 3 Hours. MAT 051 Pre-Algebra 4 Hours MAT 051 Pre-Algebra Mathematics (MAT) MAT 051 is designed as a review of the basic operations of arithmetic and an introduction to algebra. The student must earn a grade of C or in order to enroll in MAT

More information

ME6130 An introduction to CFD 1-1

ME6130 An introduction to CFD 1-1 ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Mathematics 31 Pre-calculus and Limits

Mathematics 31 Pre-calculus and Limits Mathematics 31 Pre-calculus and Limits Overview After completing this section, students will be epected to have acquired reliability and fluency in the algebraic skills of factoring, operations with radicals

More information

CPM Educational Program

CPM Educational Program CPM Educational Program A California, Non-Profit Corporation Chris Mikles, National Director (888) 808-4276 e-mail: mikles @cpm.org CPM Courses and Their Core Threads Each course is built around a few

More information

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas Introduction Excel Level Two This workshop introduces you to formulas, functions, moving and copying data, using autofill, relative and absolute references, and formatting cells. Contents Introduction

More information

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA Michael R. Middleton, McLaren School of Business, University of San Francisco 0 Fulton Street, San Francisco, CA -00 -- middleton@usfca.edu

More information

Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage

Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft This article provides a systematic exposition

More information

Preface of Excel Guide

Preface of Excel Guide Preface of Excel Guide The use of spreadsheets in a course designed primarily for business and social science majors can enhance the understanding of the underlying mathematical concepts. In addition,

More information

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI Solving a System of Linear Algebraic Equations (last updated 5/19/05 by GGB) Objectives:

More information

How To Analyze Data In Excel 2003 With A Powerpoint 3.5

How To Analyze Data In Excel 2003 With A Powerpoint 3.5 Microsoft Excel 2003 Data Analysis Larry F. Vint, Ph.D lvint@niu.edu 815-753-8053 Technical Advisory Group Customer Support Services Northern Illinois University 120 Swen Parson Hall DeKalb, IL 60115 Copyright

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

3. Interpolation. Closing the Gaps of Discretization... Beyond Polynomials

3. Interpolation. Closing the Gaps of Discretization... Beyond Polynomials 3. Interpolation Closing the Gaps of Discretization... Beyond Polynomials Closing the Gaps of Discretization... Beyond Polynomials, December 19, 2012 1 3.3. Polynomial Splines Idea of Polynomial Splines

More information

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MBA 611 STATISTICS AND QUANTITATIVE METHODS MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

More information

About PivotTable reports

About PivotTable reports Page 1 of 8 Excel Home > PivotTable reports and PivotChart reports > Basics Overview of PivotTable and PivotChart reports Show All Use a PivotTable report to summarize, analyze, explore, and present summary

More information