PH15720 Laboratory Techniques - An Introduction to MATHCAD Lecture 2.

Slides:



Advertisements
Similar presentations
Muhammad Qasim Rafique MS. EXCEL 2007.
Advertisements

 Use the Left and Right arrow keys or the Page Up and Page Down keys to move between the pages. You can also click on the pages to move forward.  To.
Decision Analysis Tools in Excel
Decision Making Using Excel
Copyright 2008 McGraw-Hill Ryerson 1 TECHNOLOGY PLUG-IN T4 DECSION MAKING USING EXCEL.
© Paradigm Publishing, Inc Excel 2013 Level 1 Unit 1Preparing and Formatting a Worksheet Chapter 1Preparing an Excel Workbook.
Excel Lesson 1 Microsoft Excel Basics
Microsoft Excel Computers Week 4.
By Hrishikesh Gadre Session II Department of Mechanical Engineering Louisiana State University Engineering Equation Solver Tutorials.
Chapter 1 Databases and Database Objects: An Introduction
Bellevue University CIS 205: Introduction to Programming Using C++ Lecture 3: Primitive Data Types.
1 Chapter 7 Linear Programming Models Continued – file 7c.
Macros Excel built-in functions are great but limited Macros are a means for the user to define new functions A macro is a single command that automates.
Introduction to Spreadsheets Presented by Frank H. Osborne, Ph. D. © 2005 Bio 2900 Computer Applications in Biology.
L13_1 Microsoft Excel - Building a Worksheet * Excel * Starting Excel and the Excel Window * Entering Text and Numbers * Calculating a Sum * Using the.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
1 Computing for Todays Lecture 8 Yumei Huo Spring 2006.
PowerPoint Add formulae. Course contents Overview: Typing math formulae Lesson1: Type a simple formula Lesson2: Type a complex formula.
Transparency 8 Click the mouse button or press the Space Bar to display the answers.
Google Training By: Amy Shannon and Dave Auwerda.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
Spreadsheet-Based Decision Support Systems Chapter 22:
Chapter 1 Databases and Database Objects: An Introduction
Microsoft Excel By: Dr. K.V. Vishwanath Professor, Dept. of C.S.E,
Problem Solving in Physics Dawson High School Physics.
PMS /134/182 HEX 0886B6 PMS /39/80 HEX 5E2750 PMS /168/180 HEX 00A8B4 PMS /190/40 HEX 66CC33 By Adrian Gardener Date 9 July 2012.
Introduction to Microsoft Excel
Spreadsheet ADE100- Computer Literacy Lecture 16.
Know Your Computer By Jesus Vargas Day 1. Monitor.
An Introduction to Programming and Algorithms. Course Objectives A basic understanding of engineering problem solving process. A basic understanding of.
Transparency 8 Click the mouse button or press the Space Bar to display the answers.
Intro to Excel - Session 1.21 Tutorial 1 - Session 1.2 Using Worksheets to Make Business Decisions.
Excel Chapters -5,6. Pivot Table  When you have a lot of data, it can sometimes be difficult to analyze all of the information in your worksheet.  PivotTables.
Excel Lesson 1 Excel Basics
Transparency 4 Click the mouse button or press the Space Bar to display the answers.
CTS130 Spreadsheet Lesson 19 Using What-If Analysis.
Introduction to Programming with RAPTOR
Know and use the different functions on a basic calculator.
PH15720 Laboratory Techniques - An Introduction to MATHCAD.
Introduction to Visual Basic Programming. Introduction Simple Program: Printing a Line of Text Another Simple Program: Adding Integers Memory Concepts.
PHY-102 SAPVariables and OperatorsSlide 1 Variables and Operators In this section we will learn how about variables in Java and basic operations one can.
Decision Making Using Excel
Solving Open Sentences Involving Absolute Value
XP 1 Microsoft Office Excel 2003 Working With Formulas and Functions.
Physics 1B3-summer Lecture 11 Welcome to Physics 1B03 !
Chapter 3 Automating Your Work. It is frustrating when you have to type the same passage of text repeatedly. For example your name and address. Word includes.
Chapter 10 Using Macros, Controls and Visual Basic for Applications (VBA) with Excel Microsoft Excel 2013.
Mathcad – what is it A fancy calculator A problem solving tool A unit converter An equation writer We will explore pieces of all of these.
PH15720 Laboratory Techniques - An Introduction to MATHCAD.
Computer Vocabulary Computer
What do you know? Do You know how to…………… 1.Open the document saved? 2.Use save as to network? 3.Use proper spacing after punctuations? 4.Change font?
Transparency 9 Click the mouse button or press the Space Bar to display the answers.
Systems of Equations By Substitution and Elimination.
Amber Krasny MBA, CPC, CMRS.  Questions about Unit 1?  Unit Two Topics  Questions about Unit Two Assignments  Introduction to Unit Three  Questions.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
Word Processing vocabulary (a day) & (b day) Put the vocabulary words in your notebook.  Alignment - The way multiple lines of text line.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
Pasewark & Pasewark 1 Excel Lesson 1 Excel Basics Microsoft Office 2007: Introductory.
Problem Solving in Physics
Introduction to Programming
Microsoft Excel.
Mathcad Basics The Mathcad does not require any programming language to perform simple operations. The Mathcad follow the precedence of operation such.
WALT – Explain how resistance is used in everyday life
Microsoft Excel All editions of Microsoft office.
Intro to Mathematica.
Introduction to Mathcad
Introduction to Programming
Introduction to Programming
Intro to Mathematica.
Introduction to Programming
Presentation transcript:

PH15720 Laboratory Techniques - An Introduction to MATHCAD Lecture 2

Introduction Review of Last Week Variables Names for Things Using Units Text areas & comments

Review of Last Session What, Why & Wherefore ? Starting MathCAD Simple calculations Saving work to M: drive ing worksheets

Variables #1 Storage for numbers in MathCAD Write formulae without using ‘magic numbers’ Do not re-type intermediate results Simplifies changing parameters

Use of variables - Example Compare the 2 solutions to a problem below  Which is clearer ?  Which is easier to change parameters ?

Variables #2 Variable set by using := Assignment operator ( := ) created by colon ( : ) key Declares the variable and sets its value to

Variables #3 Variables displayed by = sign Press = key  If variable already defined, MathCAD will print value =  Otherwise MathCAD will create assignment operator & placeholder for you to define value :=

Names for Things Very Important step in problem solving Applicable to all problems Applicable to all solution methods Develop convention & stick to it

Naming convention #1 Make names descriptive Use standard physics nomenclature UseCamelCapitalisation Examples:  MRocket0 : initial mass  VRocketFinal : final velocity Problem should suggest names

Naming Convention #2 Keep names short Use comments to explain names Don’t try & put spaces in names Avoid using names already used for mathematical/physical constants (unless you mean it !)  g,c,e,q,   MathCAD will warn you

Naming Convention #3 Good examples: MBallA := 1.7 kg Mass of Ball A vBallA0 := 23 m/s Velocity of Ball A at t=0 VResA0 := 12 volt Voltage across Resistor A = 12V at t=0

Naming Convention #4 Bad examples: A := 7 m/s  No clue as to physical quantity  Probably too short (unless diagram)  Conflicts with A = Ampere v TheBallThrownByJohn := 17 m/s  Way too long g := 19  Redefined acceleration due to gravity

Greek Letters Enter into variables etc by:  Select from Greek toolbar  Type corresponding roman character +  =  Enter into text regions (comments) by changing to symbol font

Using UNITS #1 All variables in MathCAD may have units attached to them Units propagate through calculations MathCAD checks to ensure ‘sanity’ Results may be manipulated to desired units

Using UNITS #2 To enter units:  Assign a variable (Name + :)  Press * to introduce multiplication  Either: Enter units if you know them Press or units button to bring up selection dialog

Using units #3 Units displayed on result Many conversions possible

Using Units #4 To convert units of result  Select placeholder after result  Type/select desired units for result  MathCAD will scale result to new units.  Will add extra terms if dimensions wrong Placeholder

Text Regions #1 Very Important to:  Introduce problem  Introduce & explain variables  Explain solution method  Introduce & Explain answer

Text Regions #2 Text regions added by:  Insert|Text Region  “ key  Typing a comment. MathCAD will convert the text to a text region when the first space is typed. Text regions moved/resized with mouse – watch cursor change