PH15720 Laboratory Techniques - An Introduction to MATHCAD.

Slides:



Advertisements
Similar presentations
Lines, Lines, Lines!!! ~ Slope-Intercept Form
Advertisements

Excel Part I Basics and Simple Plotting Section 008 Fall 2013 EGR 105 Foundations of Engineering I.
Excel 2007 Graphs & Charts. TYPES OF CHARTS Column Bar Pie Line.
® Microsoft Office 2010 Excel Tutorial 4: Enhancing a Workbook with Charts and Graphs.
Fundamental Features of Graphs All graphs have two, clearly-labeled axes that are drawn at a right angle. –The horizontal axis is the abscissa, or X-axis.
GRAPHING EQUATIONS BY TYPE AND WITH POINTS By Mr. Barnard.
MATLAB’s extensive, device-independent plotting capabilities are one of its most powerful features. They make it very easy to plot any data at any time.
First-Year Engineering Program 1 Autumn 2009 Graphing with Microsoft Excel Lecture 11 Engineering H191 Engineering Fundamentals and Laboratory.
EGR 105 Foundations of Engineering I Session 3 Excel – Basics through Graphing Fall 2008.
EXCEL PART 2. Chart Elements Chart Title Plot Area Data Marker X AxesCategory Name Y axes.
Scatter Diagrams Summer Cadre What is a Scatter Diagram? A Scatter Diagram is used to confirm a relationship between two variables. A Scatter Diagram.
Maths revision course by Miriam Hanks
Graphing with Excel: Graphing Made Easy Mac 2008 Version.
Multiple Solution Problems
Introduction to MATLAB ENGR 1187 MATLAB 1. Programming In The Real World Programming is a powerful tool for solving problems in every day industry settings.
Mathcad Variable Names A string of characters (including numbers and some “special” characters (e.g. #, %, _, and a few more) Cannot start with a number.
Homework Discussion Homework 1 (Glade Manual Chapter 1) Introduction to Excel.
Compound Angles Higher Maths.
Indefinite integrals Definition: if f(x) be any differentiable function of such that d/dx f( x ) = f(x)Is called an anti-derivative or an indefinite integral.
Linear Regression Analysis Using MS Excel Making a graph Analyzing Data.
Graphing Behavioral Data for FBA/BIP Special Services Baldwin County Public Schools.
Types of Functions.
Define Inverse Variation #3 Give a real life example.
06. Excel Charts. File -> Open -> 06b-datastart.xlsx.
Step through the Chart Wizard, asking pupils questions at each stage. Use the preview feature to discuss types of graph. Ask: Is this the sort of graph.
Independent work task Create a new folder in your ICT folder called Weather. Log on to the school network Click on the RED LytchettFile intranet logo Instructions:
Microsoft Office Illustrated Introductory, Premium Edition with Charts Working.
ENG 1181 College of Engineering Engineering Education Innovation Center MATLAB is a powerful program for numerical computations, plotting and programming.
Introduction to MATLAB ENGR 1181 MATLAB 1. Programming In The Real World Programming is a powerful tool for solving problems in every day industry settings.
Introduction to Engineering MATLAB – 1 Introduction to MATLAB Agenda Introduction Arithmetic Operations MATLAB Windows Command Window Defining Variables.
Creating Charts for the Agency Budget Creating Budget Charts, Slide 1Copyright © 2004, Jim Schwab, University of Texas at Austin.
1 XY Scatter Plots in Excel In this example, the position of a hanger on a spring was measured (with respect to a Motion Sensor) as a function.
This is what a blank excel workbook looks like. To start there are three separate sheets on which to store data. Down the left side are the ROW labels.
Starter Draw the graph of y = log(x+1) for -6≤ x ≤ 14. Draw in the asymptote Asymptote is at x = -1.
Making a Line Graph Open Excel to a new worksheet Type in your team’s information –Normal “resting” heart rate in one row –“Recovery” readings in another.
Using our work from the last few weeks,
Microsoft Excel Using Excel to Graph Data Juliana YamNovember 14, 2006.
PH15720 Laboratory Techniques - An Introduction to MATHCAD.
Trig Functions Ms. Roque 11 th Grade Trigonometry Course Next slide.
Visual Basic I Programming
C++ Programming Lecture 9 Functions – Part I By Ghada Al-Mashaqbeh The Hashemite University Computer Engineering Department.
5.4 Logarithmic Functions. Quiz What’s the domain of f(x) = log x?
MA/CS375 Fall MA/CS 375 Fall 2002 Lecture 8.
ENG 1181 First-Year Engineering Program College of Engineering Engineering Education Innovation Center First-Year Engineering Program MAT - Introduction.
PH15720 Laboratory Techniques - An Introduction to MATHCAD.
PH15720 Laboratory Techniques - An Introduction to MATHCAD Lecture 2.
Copyright © 2005 by Nelson, a division of Thomson Canada Limited 14-0 EXCEL CHAPTER 14 PHILIP BEDIENT.
PH15010 Laboratory Techniques - An Introduction to MATHCAD.
XY Plots. You can launch Gtplot from GSS to create XY plots, time series graphs, Piper and Stiff Diagrams, and more. Graphs → XY Plot You can set the.
Advanced Charts Lesson 9. Objectives 1. Create charts by using data from other applications. 2. Modify chart types. 3. Add and modify chart options. 4.
Microsoft Office XP Illustrated Introductory, Enhanced With Charts Working.
MATLAB (Matrix Algebra laboratory), distributed by The MathWorks, is a technical computing environment for high performance numeric computation and.
Chapter 5 EXCEL Graphing Data. Intro In EXCEL graphs are referred to as CHARTS. We will do 2-D graphs known as Scatter Charts or X-Y Charts. Vocabulary:
A quadratic function always contains a term in x 2. It can also contain terms in x or a constant. Here are examples of three quadratic functions: The.
Match cards in pairs then try to fill in table
Chapter 5 Review JEOPARDY -AP Calculus-.
FUNCTIONS Concepts in Functions Straight Line Graphs Parabolas
BIL 104E Introduction to Scientific and Engineering Computing
Sin & Cos Graphs Section 4.5.
Logarithmic Functions and Their Graphs
XY Scatter Plots in Excel 2007
Creating a Graph in Excel Review
Schoeller Diagrams.
Step through the Chart Wizard, asking pupils questions at each stage.
1 step solns A Home End 1) Solve Sin x = 0.24
Please have a go at sketching the core graph shapes we have come across so far in AS and the beginning of A2 on your own.
Trig. equations with graphs
See A3 sheet given out in Unit 1 For more solving techniques
Graphing Linear Equations
Solving Trigonometric Equations
Presentation transcript:

PH15720 Laboratory Techniques - An Introduction to MATHCAD

Introduction Review of Last Week Built-In Functions Trigonometry Define your own functions

Review of Last Week Variables Names for things

Names #1 Problems if you use the name of built-in unit or function E.g. : m := 1kg Defines metre as 1kg => broken universe

How to tell if already used Type Press = IF defined: MathCAD gives value Else: MathCAD puts up :=

Names #2 MathCAD is Case-Sensitive  Fhook is different from FHook Also Font-Sensitive  myName  myName  aVariable  aVariable

Translating Equations Equations in physics given in general form Need to translate for specific problem

Translating Equations #2 Textbook MathCAD

Translating Equations #3 Textbook MathCAD

Functions in MathCAD #1 Approx 250 functions Use f(x) on toolbar Trig: sin(x), cos(x), tan(x), acos(x) etc, etc Log & Exponential: ln(x), log(x), exp(x) Random Numbers: rnd(x)

Functions in MathCAD #2 Trigonometric Functions  sin(x), cos(x), tan(x)  asin(x), acos(x), atan(x)  x in radians  use ‘deg’ unit to convert from degrees

Functions in MathCAD -Define your own #1 Like defining variable, but uses parameter list (p1,p2…):=

Functions in MathCAD -Define your own #2 Examples: Define the function …and use it Define the function …and use it …and use it again

Why use functions ? Can simplify complex formulae Save cut & paste Better for graphing Makes it easier to separate out parameters & constants

Function Parameters Parameters are local Parameters do not affect rest of worksheet Parameter names only work here Not a parameter => Must be defined before

Simple X-Y plots ‘Quickplot’ Plot functions with 1 parameter Use with built-in & user defined Insert|Graph|X-Y plot

Simple X-Y Plot #1

Simple X-Y Plot #2

Plot Formatting Double click in graph Format|Graph|X-Y Plot… Dialog box  Gridlines, Numbered Axes, Log Scales  Traces: Colour, Points, Lines &c  Axis titles, legend  Defaults

Doing More with Plots #1 Add more curves to y-axis  Separate with, Fix scale on x- & y-axis Add markers on x- & y-axis - from dialog box

Scaling plot axes

Doing More with Plots #2