ME 142 Engineering Computation I Exam 3 Review Mathematica.

Slides:



Advertisements
Similar presentations
1 EMT 101 – Engineering Programming Dr. Farzad Ismail School of Aerospace Engineering Universiti Sains Malaysia Nibong Tebal Pulau Pinang Week 10.
Advertisements

 Do you know what will you learn?  Do you know the marking scheme for computer skills?  What you need to prepare for computer skills?
Introduction to Mathematica AE6381 Special Lecture Prof. J. Craig Fall 2008.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect FXP. 1Winter Quarter Course Wrap Up and.
Good modeling practices AGEC 641 Lab, Fall 2011 Mario Andres Fernandez Based on material written by Gillig and McCarl. Improved upon by many previous lab.
Functions.
Matlab Matlab is a powerful mathematical tool and this tutorial is intended to be an introduction to some of the functions that you might find useful.
MATHEMATICA What it can do for you.. Overview Uses of Mathematica How the program works Language rules EXAMPLES!
1 MA375 Introduction To Numerical Computing Fall 2003 Prof. Tim Warburton
Chapter 3 Planning Your Solution
IB Maths SL Preparing for Examinations Teaching and Coaching.
ME457 Mechatronic System Modeling MICHIGAN STATE UNIVERSITY Matlab® refresher Your objective: to dominate! My objective: to help you dominate!
Functions. A function is a relation that has exactly one output for each input.
Introduction to MATLAB for Engineers Third Edition William J. Palm III Chapter 11 MuPAD PowerPoint to accompany Copyright © The McGraw-Hill Companies,
Introduction to Engineering Computing GEEN 1300 Lecture 7 15 June 2010 Review for midterm.
Simpson Rule For Integration.
Solving Systems of 3 or More Variables Why a Matrix? In previous math classes you solved systems of two linear equations using the following method:
Hydroinformatics: Session4 Dr Ivan Stoianov Room 328B Dr Andrew Ireson (Room 304) Mr Juan Rodriguez-Sanchez (411A) Mr Baback.
Calculus is a program of mathematics focusing on the student’s ability to understand and apply the concepts of differential and integral calculus and.
Using MathCAD SCC Spring-08 Electronic Technology Wang Ng x-2638
ECE 1304 Introduction to Electrical and Computer Engineering Section 1.1 Introduction to MATLAB.
A Brief Introduction to Matlab Laila Guessous Dept. of Mechanical Engineering Oakland University.
Computational Physics Introduction 3/30/11. Goals  Calculate solutions to physics problems  All physics problems can be formulated mathematically. 
1 Computer Programming (ECGD2102 ) Using MATLAB Instructor: Eng. Eman Al.Swaity Lecture (1): Introduction.
Numerical Computation Lecture 2: Introduction to Matlab Programming United International College.
Comprehensive Curriculum Advanced Math I. Each of the eight units have the same structure. All are based on the GLEs for grades 11 and 12. Each unit has.
Winter Semester 2014/2015 College of Engineering.
Scientific Computing Introduction to Matlab Programming.
ME 142 Engineering Computation I Exam 2 Review VBA.
Chapter 6 Review: User Defined Functions Introduction to MATLAB 7 Engineering 161.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Introduction Course Outline.
Introduction to MATLAB 7 MATLAB Programming for Engineer Hassan Migdadi Spring 2013.
1 Lecture 1 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
Newton’s Method, Root Finding with MATLAB and Excel
Lecture 20: Choosing the Right Tool for the Job. What is MATLAB? MATLAB is one of a number of commercially available, sophisticated mathematical computation.
Introduction to MATLAB 7 Engineering 161 Engineering Practices II Joe Mixsell Spring 2012.
ME 142 Engineering Computation I Review Exam 1.  2 Part Exam In-Class Portion Testing Center Portion Equally weighted.
Homework Review 3D Forces Example Parametric Equation Example Exam #1 Review.
Recap Functions with No input OR No output Determining The Number of Input and Output Arguments Local Variables Global Variables Creating ToolBox of Functions.
MTH Spring Term NUMERICAL ANALYSIS Spring Term MTH Spring Term NUMERICAL ANALYSIS Spring Term INTERNATIONAL.
Understanding the difference between an engineer and a scientist There are many similarities and differences.
Hands-on Introduction to Mathematica. Primarily a computer program to do symbolic algebra and calculus Does Plotting, Numerical and Web stuff too. Very.
Math 252: Math Modeling Eli Goldwyn Introduction to MATLAB.
An Introduction to MathCAD More Symbolic Maths And First Steps in Calculus.
“Moh’d Sami” AshhabSummer 2008University of Jordan MATLAB By (Mohammed Sami) Ashhab University of Jordan Summer 2008.
MATLAB (Matrix Algebra laboratory), distributed by The MathWorks, is a technical computing environment for high performance numeric computation and.
CIS 115 AID Peer Educator/cis115aid.com FOR MORE CLASSES VISIT
AP Calculus AB 6.3 Separation of Variables Objective: Recognize and solve differential equations by separation of variables. Use differential equations.
SKMM1013 Programming for Engineers
Graphing Linear Equations
Introduction to Matlab
Lecture 5 Good modeling Chengcheng Fei 2017 Fall
Introduction to MATLAB for Engineers
ECE 1304 Introduction to Electrical and Computer Engineering
Introduction Mathcad is a product of mathSoft inc. The Mathcad can help us to calculate, graph, and communicate technical ideas. It lets us work with.
Exam2 Review CSE111 B.Ramamurthy 9/22/2018 B.Ramamurthy.
An Introduction to Maple
Software for Engineers
Use of Mathematics using Technology (Maltlab)
ME 123 Computer Applications I Lecture 24: Character Strings 4/18/03
Software for Engineers
Bryan Burlingame 28 November 2018
Coordinate Transformation in 3D Final Project Presentation
Section 9.4 – Solving Differential Equations Symbolically
Functions and Tables.
Lecture 13 Teamwork Bryan Burlingame 1 May 2019.
Your objective: to dominate! My objective: to help you dominate!
Exam # 1 INFORMATION Scheduled for Thursday 7/20
ME 123 Computer Applications I Lecture 25: MATLAB Overview 4/28/03
Recapitulation of Lecture 12
Presentation transcript:

ME 142 Engineering Computation I Exam 3 Review Mathematica

Test Format  Given In Class: Friday, July 10 th  Test is entirely on the computer  Start with a blank Mathematica notebook file 12 problems pts, pts) Work each problem in a different Mathematica section You may “set-up” your blank notebook in advance Instructions for each problem given on the handout Follow instructions carefully!!

Test Format - Continued  Allowable Resources Open book and notes Closed neighbor/consultants  Exam Submittal Due at the end of the class period Submit electronically through I-Learn as with other labs

General Comments  Place each problem in a separate section, in numerical order  May use ; to suppress intermediate output  May use multiple steps, where appropriate  Clean-up/delete any unused/extraneous items  Approximate vs. exact vs. unspecified  Save your work often!!!

Introduction to Mathematica  Basic Rules  Notebook Basics  A Few Function Examples  Documentation

Mathematica Basics  Review of Basic Concepts  Stylesheets  Using Simple Units in Your Calculation  Table Function  ListLinePlot Function  Matrices Functions

Mathematica Basics - Continued  Entering Input  Editing Cells  Basic Arithmetic  Using Previous Results  Exact vs. Approximate  Using Functions  Using Variables  Using Comments  Aborting a Calculation  Lists  Palettes  Saving a Notebook  Getting Help  Plotting  Misc

Using Notebook Interface, Lists, and Matrices  Getting Help  Formatting Your Notebook  Working with Lists  Vectors  Statics Problem Example  Matrices

Using Built-In and User- Defined Functions  User Defined Functions  Solving Equations Polynomial Equation Systems of Polynomial Equations Systems of Linear Equations Nonpolynomial Equations  Example Problems

Calculus, Plotting & Manipulate Functions  Derivatives and Integrals  Basic math Functions  Trigonometry Functions  Plot Functions  Manipulate

Basic Programming in Mathematica  Creating a Function  Localization  Controlling Program Flow  Looping Structures

What type of problems can I expect on the test?