Introduction to Matlab for Engineers

Size: px
Start display at page:

Download "Introduction to Matlab for Engineers"

Transcription

1 Introduction to Matlab for Engineers Instructor: Anh Thai Nhan Math 111, Ohlone Introduction to Matlab for Engineers Ohlone, Fremont 1/23

2 Reading materials Chapters 1, 2, and 3, Moore s textbook Introduction to Matlab for Engineers Ohlone, Fremont 2/23

3 What is Matlab? Matlab (Matrix Laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language. Originally designed as a tool for matrices, developed by MathWorks. Introduction to Matlab for Engineers Ohlone, Fremont 3/23

4 Why Matlab? Matlab is very easy to use. Matlab excels at computations involving matrices. We can use Matlab as your scientific calculator. Matlab has a bunch of built-in functions. Matlab excels at graphics, whereas high-level programming languages such as C, C++, or FORTRAN do not offer easy access to graphing. Introduction to Matlab for Engineers Ohlone, Fremont 4/23

5 Example: 3D graphic (Heat equation) Introduction to Matlab for Engineers Ohlone, Fremont 5/23

6 Matlab Interface Command Window: where you type commands Workspace: the current variables. Look at the workspace after typing x=[1:5] Current Directory: a list of paths recognized by Matlab Current Folder Toolbar: the file in the active directory Editor Window: where you will do most of your work Introduction to Matlab for Engineers Ohlone, Fremont 6/23

7 Moving Windows Docking and Undocking Menus allows you to choose what is shown Introduction to Matlab for Engineers Ohlone, Fremont 7/23

8 Working in the Command Window The Command Window is Good for quick work Good for calling scripts and functions Good for getting help Not editable Not easy to fix mistakes Not for long work Introduction to Matlab for Engineers Ohlone, Fremont 8/23

9 Getting Help Help Browser from the Desktop Help menu Type doc and the command name Type help and the command name Introduction to Matlab for Engineers Ohlone, Fremont 9/23

10 Getting Help Introduction to Matlab for Engineers Ohlone, Fremont 10/23

11 Operations Between Two Scalars Introduction to Matlab for Engineers Ohlone, Fremont 11/23

12 Special Characters, Separates commands ; Hides the output of a command % Creates a comment statement pi π eps The smallest number understood by Matlab inf Infinity i or j i = 1 NaN Not a number Introduction to Matlab for Engineers Ohlone, Fremont 12/23

13 Elementary Functions Functions use the format function-name(arguments) sqrt(x) Square root sin(x) Sine in radians sind(x) Sine in degrees atan(x) Arctangent log(x) Natural logarithm (ln x) log10(x) Common logarithm (log 10 x) log2(x) base 2 logarithm (log 2 x) who A list of variables whos A list of variables and sizes why For fun ans The result of last command clear Clear the workspace window clc Clears the command window Introduction to Matlab for Engineers Ohlone, Fremont 13/23

14 Elementary Functions Introduction to Matlab for Engineers Ohlone, Fremont 14/23

15 Elementary Functions Introduction to Matlab for Engineers Ohlone, Fremont 15/23

16 Elementary Functions Introduction to Matlab for Engineers Ohlone, Fremont 16/23

17 Elementary Functions Introduction to Matlab for Engineers Ohlone, Fremont 17/23

18 Elementary Functions Introduction to Matlab for Engineers Ohlone, Fremont 18/23

19 Numeric Output format short format short e format long format rat format bank Four places after the decimal Scientific with 4 places after the decimal Fifteen places after the decimal Rational Dollars and cents To see the effects, create x=[1,pi,1/4,1/7], change the type using one of the format commands, and type x. Repeat for y=[1,2,3,4] Repeat for y+1. What is happening? Look up format in the Help files for more options Introduction to Matlab for Engineers Ohlone, Fremont 19/23

20 Numeric Output Table 2.2, Moore s textbook, page 41 Introduction to Matlab for Engineers Ohlone, Fremont 20/23

21 Table 2.2, Moore s textbook, page 41 Numeric Output Introduction to Matlab for Engineers Ohlone, Fremont 21/23

22 Scripts A script a text file that contains all of the commands to be entered in sequence. It is very important to know how to write and edit your code on a script! Editable Easy to fix mistakes Used for long work Easily saved and sent to others Two types: scripts and functions With scripts, variables are global With functions, variables are local Introduction to Matlab for Engineers Ohlone, Fremont 22/23

23 Scripts I will show you how to: Open a new script Save a script with a proper name Run a script Introduction to Matlab for Engineers Ohlone, Fremont 23/23

MoLE Gas Laws Activities

MoLE Gas Laws Activities MoLE Gas Laws Activities To begin this assignment you must be able to log on to the Internet using Internet Explorer (Microsoft) 4.5 or higher. If you do not have the current version of the browser, go

More information

UNIVERSITY OF WATERLOO

UNIVERSITY OF WATERLOO UNIVERSITY OF WATERLOO Department of Chemical Engineering ChE 524 Process Control Laboratory Instruction Manual January, 2001 Revised: May, 2009 1 Experiment # 2 - Double Pipe Heat Exchanger Experimental

More information

Table of Contents. 1 Command Summary...1

Table of Contents. 1 Command Summary...1 Table of Contents 1 Command Summary....1 1.1 General Commands.... 1 1.1.1 Operating Modes.... 1 1.1.2 In a Menu or List.... 2 1.1.3 Options Available at Any Point.... 2 1.1.4 Switch Programs.... 4 1.1.5

More information

Using MATLAB with CANoe

Using MATLAB with CANoe Version 2.0 2017-03-09 Application Note AN-IND-1-007 Author Restrictions Abstract Vector Informatik GmbH Public Document This application note describes the usage of MATLAB /Simulink combined with CANoe.

More information

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS v. 8.4 WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS Objectives Define a conceptual schematic of the roadway, invert, and downstream

More information

MoLE Gas Laws Activities

MoLE Gas Laws Activities MoLE Gas Laws Activities To begin this assignment you must be able to log on to the Internet using Internet Explorer (Microsoft) 4.5 or higher. If you do not have the current version of the browser, go

More information

Sesam HydroD Tutorial

Sesam HydroD Tutorial Stability and Hydrostatic analysis SESAM User Course in Stability and Hydrostatic Analysis HydroD Workshop: Perform the analysis in HydroD The text in this workshop describes the necessary steps to do

More information

Lab 4: Root Locus Based Control Design

Lab 4: Root Locus Based Control Design Lab 4: Root Locus Based Control Design References: Franklin, Powell and Emami-Naeini. Feedback Control of Dynamic Systems, 3 rd ed. Addison-Wesley, Massachusetts: 1994. Ogata, Katsuhiko. Modern Control

More information

Vapor Pressure of Liquids

Vapor Pressure of Liquids Vapor Pressure of Liquids In this experiment, you will investigate the relationship between the vapor pressure of a liquid and its temperature. When a liquid is added to the Erlenmeyer flask shown in Figure

More information

PC Configuration software for Discovery MkVI v 1.03 User guide

PC Configuration software for Discovery MkVI v 1.03 User guide PC Configuration software for Discovery MkVI v 1.03 User guide This user guide describes the different features included in PC Config software, version 1.03, and how they are used. When referring to this

More information

Welcome to Step Outside with Togo & Nogo a road safety training resource for year 2 children

Welcome to Step Outside with Togo & Nogo a road safety training resource for year 2 children Step Outside With Togo & Nogo, Teachers Guide Minimum System Specification, Pentium II Processor, Pentium IIII preferred, 256MB of physical memory, Minimum resolution of 800 x 600 16 bit colour 24 bit

More information

Microfluidic Demonstration

Microfluidic Demonstration Microfluidic Demonstration Co-flow of liquids across a microfluidic chip Create a microfluidic controller to flow liquids across a microfluidic chip. 1. Assemble fluidic circuits and attach to breadboard.

More information

Virtual Breadboarding. John Vangelov Ford Motor Company

Virtual Breadboarding. John Vangelov Ford Motor Company Virtual Breadboarding John Vangelov Ford Motor Company What is Virtual Breadboarding? Uses Vector s CANoe product, to simulate MATLAB Simulink models in a simulated or real vehicle environment. Allows

More information

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2016 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

Math 4. Unit 1: Conic Sections Lesson 1.1: What Is a Conic Section?

Math 4. Unit 1: Conic Sections Lesson 1.1: What Is a Conic Section? Unit 1: Conic Sections Lesson 1.1: What Is a Conic Section? 1.1.1: Study - What is a Conic Section? Duration: 50 min 1.1.2: Quiz - What is a Conic Section? Duration: 25 min / 18 Lesson 1.2: Geometry of

More information

Vapor Pressure of Liquids

Vapor Pressure of Liquids Experiment 10 In this experiment, you will investigate the relationship between the vapor pressure of a liquid and its temperature. When a liquid is added to the Erlenmeyer flask shown in Figure 1, it

More information

How to Set Up Your League

How to Set Up Your League From www.pcdrafter.com How to Set Up Your League The following tutorial will help you quickly see how easy PC Drafter is to use as you configure your fantasy league with your own rules, teams, draft order

More information

A COURSE OUTLINE (September 2001)

A COURSE OUTLINE (September 2001) 189-265A COURSE OUTLINE (September 2001) 1 Topic I. Line integrals: 2 1 2 weeks 1.1 Parametric curves Review of parametrization for lines and circles. Paths and curves. Differentiation and integration

More information

Boyle s Law: Pressure-Volume. Relationship in Gases

Boyle s Law: Pressure-Volume. Relationship in Gases Boyle s Law: Pressure-Volume Relationship in Gases The primary objective of this experiment is to determine the relationship between the pressure and volume of a confined gas. The gas we use will be air,

More information

Blackwave Dive Table Creator User Guide

Blackwave Dive Table Creator User Guide Blackwave Dive Table Creator User Guide Copyright 2002-2009 Blackwave. All rights reserved. These materials (including without limitation all articles, text, images, logos, compilation, and design) are

More information

EXPERIMENT 12 GAS LAWS ( BOYLE S AND GAY-LUSSAC S LAW)

EXPERIMENT 12 GAS LAWS ( BOYLE S AND GAY-LUSSAC S LAW) EXPERIMENT 12 GAS LAWS ( BOYLE S AND GAY-LUSSAC S LAW) INTRODUCTION: In order to specify fully the condition of a gas it is necessary to know its pressure, volume, and temperature. This quantities are

More information

v2.3 USER MANUAL

v2.3 USER MANUAL v2.3 USER MANUAL www.foresightsports.com Table of Contents 03 04 05 09 12 17 20 21 Activation Getting Started Play Compete Improve Settings Update Manager Glossary 04 11 05 12 03 Activation FSX Activation

More information

AKTA 3D SOP. Click on the System Control tab. This screen has 4 windows.

AKTA 3D SOP. Click on the System Control tab. This screen has 4 windows. AKTA 3D SOP Page 1 9/09/04 Date: 9/09/04 Author: A DeGiovanni Reviewed by: Y. Lou AKTA 3D SOP Materials/Reagents/Equipment Vendor 1. 0.2 um filtered Water + 0.05% sodium azide 2. 0.2 um filtered buffers

More information

Two-Dimensional Motion and Vectors

Two-Dimensional Motion and Vectors Science Objectives Students will measure and describe one- and two-dimensional position, displacement, speed, velocity, and acceleration over time. Students will graphically calculate the resultant of

More information

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10 Version 3.1.0: Improved Bluetooth connection on Windows 10 ***Important notice for Mac Users: Upgrading from Shearwater Desktop 3.0.8 to 3.1.0 will not cause issues. Upgrading from any 2.X.X to any 3.X.X

More information

A.J. Simon Chris Edwards

A.J. Simon Chris Edwards Handout #3 Fall 2009 R.E. Mitchell ME 370A Cantera Tutorial and Installation Instructions * A.J. Simon Chris Edwards Cantera and Stanford-Cantera (SCTv2) are being distributed to the ME370A class to enable

More information

Evaluation copy. Vapor Pressure of Liquids. computer OBJECTIVES MATERIALS

Evaluation copy. Vapor Pressure of Liquids. computer OBJECTIVES MATERIALS Vapor Pressure of Liquids Computer 10 In this experiment, you will investigate the relationship between the vapor pressure of a liquid and its temperature. When a liquid is added to the Erlenmeyer flask

More information

Class VII EXAM TYPE & SUBJECT. English PERIODIC TEST 1 ( ) Bengali PERIODIC TEST 1

Class VII EXAM TYPE & SUBJECT. English PERIODIC TEST 1 ( ) Bengali PERIODIC TEST 1 Class VII SUBJECT English PERIODIC TEST 1 (18.06.18 25.06.18) (03.09.18 10.09.18) (23.11.18 06.12.18) ORC : My Big Brother, Leisure RAPID READER : Chapter 1, 2, 3 GRAMMAR : Tenses, Preposition WRITING

More information

Open Source and Traditional Technical Computing

Open Source and Traditional Technical Computing Open Source and Traditional Technical Computing Alan Edelman Massachusetts Institute of Technology Scilabtec10 June 16, 2010 How should octave Compete/cooperate with The 800 pound gorilla Hard to beat

More information

To Logon On to your tee sheet, start by opening your browser. (NOTE: Internet Explorer V. 6.0 or greater is required.)

To Logon On to your tee sheet, start by opening your browser. (NOTE: Internet Explorer V. 6.0 or greater is required.) 1. Log-On To Logon On to your tee sheet, start by opening your browser. (NOTE: Internet Explorer V. 6.0 or greater is required.) (NOTE: Logon ID s must be 7 characters or more and passwords are case sensitive.)

More information

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2005 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

Mac Software Manual for FITstep Pro Version 2

Mac Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Lab 1. Adiabatic and reversible compression of a gas

Lab 1. Adiabatic and reversible compression of a gas Lab 1. Adiabatic and reversible compression of a gas Introduction The initial and final states of an adiabatic and reversible volume change of an ideal gas can be determined by the First Law of Thermodynamics

More information

ACI_Release_Notes.txt VERSION Fixed Tank info for ELITE in Dive section 2. Fixed USB port initializing for old DC VERSION

ACI_Release_Notes.txt VERSION Fixed Tank info for ELITE in Dive section 2. Fixed USB port initializing for old DC VERSION VERSION 2.4.0 1. Fixed Tank info for ELITE in Dive section 2. Fixed USB port initializing for old DC VERSION 2.3.9 1. Fixed Dive Computer configuration section error 2. Fixed message for download/upload

More information

Previous Release Notes

Previous Release Notes Release Notes Shearwater Desktop 3.1.5 Support for NERD 2. Previous Release Notes Version 3.1.4 Improved Bluetooth Reliability with the initial connection. Bug Notes: dded software workaround to allow

More information

Adobe Captivate Monday, February 08, 2016

Adobe Captivate Monday, February 08, 2016 Slide 1 - Slide 1 MT+ How to work with CSV How to work with CSV. The CSV file used for the import and export of mobilities, can be opened and edited in a variety of tools. In this demo you will see two

More information

KEM Scientific, Inc. Instruments for Science from Scientists

KEM Scientific, Inc. Instruments for Science from Scientists KEM Scientific, Inc. Instruments for Science from Scientists J-KEM Scientific, Inc. 6970 Olive Blvd. St. Louis, MO 63130 (314) 863-5536 Fax (314) 863-6070 E-Mail: jkem911@jkem.com Precision Vacuum Controller,

More information

SOFTWARE. Sesam user course. 02 May 2016 HydroD Input. Ungraded SAFER, SMARTER, GREENER DNV GL 2016

SOFTWARE. Sesam user course. 02 May 2016 HydroD Input. Ungraded SAFER, SMARTER, GREENER DNV GL 2016 SOFTWARE Sesam user course DNV GL 1 SAFER, SMARTER, GREENER About the presenter Name: Torgeir Kirkhorn Vada Position: Product Manager for floating structures Background: PhD in Applied mathematics/hydrodynamics

More information

Quintic Automatic Putting Report

Quintic Automatic Putting Report Quintic Automatic Putting Report Tutorial www.quintic.com Introduction The Quintic Automatic Putting Report is designed to work as an add on to our premier Quintic Biomechanics analysis software. Auto

More information

m r [B] mn n> 20r [C] mn n< 8r [D] mn n< 20r

m r [B] mn n> 20r [C] mn n< 8r [D] mn n< 20r Solve. 5. x = 7 0 6 7 5 4 5 [D] 7. x + x 9x 8 = 0, ±,, 9 [D] ±,. x+ 9 = x 0 5 5, 7 [D] 7 4. Solve the equation. = b 8 [D] 7 5. Solve: 5 x x =0 6, 4 4, 4 4, 5 [D], 4 4 6. Solve: 6+ n < 4 Solve. m r mn n>

More information

Oxygen Meter User Manual

Oxygen Meter User Manual Oxygen Meter User Manual Monday, July 23, 2007 1. Outline...2 2. Program...3 2.1. Environment for program execution...3 2.2. Installation...3 2.3. Un installation...3 2.4. USB driver installation...3 2.5.

More information

Gas Pressure and Volume Relationships *

Gas Pressure and Volume Relationships * Gas Pressure and Volume Relationships * MoLE Activities To begin this assignment you must be able to log on to the Internet (the software requires OSX for mac users). Type the following address into the

More information

Chapter 12 Practice Test

Chapter 12 Practice Test Chapter 12 Practice Test 1. Which of the following is not one of the conditions that must be satisfied in order to perform inference about the slope of a least-squares regression line? (a) For each value

More information

AKTA ION EXCHANGE CHROMATOGRAPHY SOP Date: 2/02/05 Author: A DeGiovanni Edited by: C. Huang Reviewed by:

AKTA ION EXCHANGE CHROMATOGRAPHY SOP Date: 2/02/05 Author: A DeGiovanni Edited by: C. Huang Reviewed by: 1 AKTA ION EXCHANGE CHROMATOGRAPHY SOP Date: 2/02/05 Author: A DeGiovanni Edited by: C. Huang Reviewed by: Materials/Reagents/Equipment Vendor 1. 0.2 um filtered Water + 0.05% sodium azide 2. 0.2 um filtered

More information

Diver Training Options

Diver Training Options MAIN INTERNET ON-SITE TAILORED PACKAGES INTER-COMPANY Diver Training Options DBI offers a menu of tailored courses Designed for users as well as IT Professionals to learn how to master the functionality

More information

USER MANUAL April 2016

USER MANUAL April 2016 USER MANUAL April 2016 Introduction TIEBREAK is a program for real time volleyball game data entry and statistical analysis. Extremely easy to use, TIEBREAK makes it possible to reliably and quickly enter

More information

ISS MMS Artistic Swimming

ISS MMS Artistic Swimming ISS MMS Artistic Swimming Title page 1 Use this page to introduce the product by Integrated Sports Systems ()SS) Inc. This is "Title Page 1" - you may use this page to introduce your product, show title,

More information

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation Lab 1 Standing Waves on a String Learning Goals: To distinguish between traveling and standing waves To recognize how the wavelength of a standing wave is measured To recognize the necessary conditions

More information

It is often said in sports that records are made to be

It is often said in sports that records are made to be L A B 2 THE LIMIT OF SWIMMING SPEED Finding Limits It is often said in sports that records are made to be broken. This saying suggests there is no limit to athletic performance. In some sports, such as

More information

COMPUTATIONAL OCEAN ACOUSTIC TOOLBOX MANUAL. Computational Ocean Acoustics Toolbox (COAT) is a package written containing the following

COMPUTATIONAL OCEAN ACOUSTIC TOOLBOX MANUAL. Computational Ocean Acoustics Toolbox (COAT) is a package written containing the following COMPUTATIONAL OCEAN ACOUSTIC TOOLBOX MANUAL A 1 INTRODUCTION Computational Ocean Acoustics Toolbox (COAT) is a package written containing the following topics which are described in the preceding Chapters.

More information

Quick Start Guide. For Gold and Silver Editions

Quick Start Guide. For Gold and Silver Editions Quick Start Guide For Gold and Silver Editions Table of Content Introduction... 3 Prerequisites... 3 Installation and Setup... 4 Download and Install QQEvolution 2... 4 Create Users... 8 Create Agent/CSR/Producer...

More information

Flow Vision I MX Gas Blending Station

Flow Vision I MX Gas Blending Station Flow Vision I MX Gas Blending Station Alicat Scientific, Inc. 7641 N Business Park Drive Tucson, Arizona 85743 USA alicat.com 1 Notice: Alicat Scientific, Inc. reserves the right to make any changes and

More information

Taking Your Class for a Walk, Randomly

Taking Your Class for a Walk, Randomly Taking Your Class for a Walk, Randomly Daniel Kaplan Macalester College Oct. 27, 2009 Overview of the Activity You are going to turn your students into an ensemble of random walkers. They will start at

More information

CS Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24

CS Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24 CS 101 - Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24 Pre-lab Preparation Before coming to lab, you are expected to have: Read

More information

Boyle s Law: Pressure-Volume Relationship in Gases

Boyle s Law: Pressure-Volume Relationship in Gases Boyle s Law: Pressure-Volume Relationship in Gases The primary objective of this experiment is to determine the relationship between the pressure and volume of a confined gas. The gas we will use is air,

More information

Diver-Office. Getting Started Guide. 2007, Schlumberger Water Services

Diver-Office. Getting Started Guide. 2007, Schlumberger Water Services Diver-Office Getting Started Guide 2007, Schlumberger Water Services Copyright Information 2007 Schlumberger Water Services. All rights reserved. No portion of the contents of this publication may be reproduced

More information

Tutorial 2 Time-Dependent Consolidation. Staging Groundwater Time-dependent consolidation Point query Line query Graph Query

Tutorial 2 Time-Dependent Consolidation. Staging Groundwater Time-dependent consolidation Point query Line query Graph Query Tutorial 2 Time-Dependent Consolidation Staging Groundwater Time-dependent consolidation Point query Line query Graph Query Model Set-up For this tutorial we will start with the model from Tutorial 1 Quick

More information

Write Your Own Twine Adventure!

Write Your Own Twine Adventure! Write Your Own Twine Adventure! Let s start by looking through an example story. You can read it here: coderdojo.co/libraryadventure.html. It features a LOCATION, an OBJECT, a DECISION, and two different

More information

Bioequivalence: Saving money with generic drugs

Bioequivalence: Saving money with generic drugs The Right Stuff: Appropriate Mathematics for All Students Promoting the use of materials that engage students in meaningful activities that promote the effective use of technology to support mathematics,

More information

Boyle s Law: Pressure-Volume Relationship in Gases

Boyle s Law: Pressure-Volume Relationship in Gases Boyle s Law: Pressure-Volume Relationship in Gases Computer 6 The primary objective of this experiment is to determine the relationship between the pressure and volume of a confined gas. The gas we use

More information

ScaleChem Basics. Revised 29 May This material may not be printed without the following acknowledgement page.

ScaleChem Basics. Revised 29 May This material may not be printed without the following acknowledgement page. ScaleChem Basics Revised 29 May 2018 This material may not be printed without the following acknowledgement page. Copyright 2018 OLI Systems, Inc. All rights reserved. OLI Systems, Inc. provides the enclosed

More information

AKTA MC SOP Page 1 9/27/04 AKTA METAL CHELATING SOP

AKTA MC SOP Page 1 9/27/04 AKTA METAL CHELATING SOP AKTA MC SOP Page 1 9/27/04 Date: 9/27/04 Author: A DeGiovanni Edited by: R Kim Reviewed by: Y. Lou AKTA METAL CHELATING SOP Materials/Reagents/Equipment Vendor 1. Water + 0.05% sodium azide 2. 0.2 um filtered

More information

MATH 110 Sample 02 Exam 1

MATH 110 Sample 02 Exam 1 1. Evaluate: log 4 64 [A] 3 [B] 1 12 [C] 12 [D] 1 3 2. Given log 5 = T and log 2 = U, find log. [A] T + U [B] TU [C] T + U [D] TU. 3. Find x if e x 52 8 =, and ou are given ln 8 = 2.0794. [A] 0.3999 [B]

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Chapter 11 Waves Energy can be transported by particles or waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is a

More information

Section 10 - Hydraulic Analysis

Section 10 - Hydraulic Analysis Section 10 - Hydraulic Analysis Methodology Documentation Functionality Summary Sizing Methodology Fixed/Resize Combined Flow Storm: Sizing as per d/d Structures.dat Storm vs. Sanitary Methodology HGL/EGL

More information

1001ICT Introduction To Programming Lecture Notes

1001ICT Introduction To Programming Lecture Notes 1001ICT Introduction To Programming Lecture Notes School of Information and Communication Technology Griffith University Semester 2, 2015 1 4 Lego Mindstorms 4.1 Robotics? Any programming course will set

More information

Savannah S100 ALD at SCIF, UC Merced Standard operating Procedure

Savannah S100 ALD at SCIF, UC Merced Standard operating Procedure This document covers the procedure that should be followed for normal operation of the Cambridge NanoTech: Savannah S100 (Atomic Layer Deposition ALD). This tool is design to be used with whole 4inch wafers.

More information

An Analysis of Graphical Representations of Bowling. Allison Nelson. Summer Ventures Appalachian State University

An Analysis of Graphical Representations of Bowling. Allison Nelson. Summer Ventures Appalachian State University An Analysis of Graphical Representations of Bowling Allison Nelson Summer Ventures 2007 Appalachian State University Abstract This research project will analyze video clips of bowling. The purpose of this

More information

MV-TRAINER USER MANUAL

MV-TRAINER USER MANUAL MV-TRAINER USER MANUAL Computational Tool for Modeling and Simulation of Mechanically Ventilated Patients Version 0.2 January 2014 Leidy Yanet Serna Mauricio Hernández Miguel Ángel Mañanas MV-TRAINER User

More information

Shearwater Cloud Desktop Release Notes

Shearwater Cloud Desktop Release Notes 2.3.0 2019-01-28 Multi-Select available in Desktop version. Currently supports Export and Deletes. Search through your Dive Logs with the new Dive Log Filter! Fixed issue with Terics being displayed as

More information

Section Freepoint Service 26.1 FREEPOINT CONTROL PANEL

Section Freepoint Service 26.1 FREEPOINT CONTROL PANEL Section 26 26 Freepoint Service The Warrior system supports Freepoint tools that do not require motorized deployment. This includes Applied Electronics Bowspring and Magnetic tools and Homco tools. Other

More information

Boyle s Law: Pressure-Volume Relationship in Gases

Boyle s Law: Pressure-Volume Relationship in Gases Boyle s Law: Pressure-Volume Relationship in Gases Experiment The primary objective of this experiment is to determine the relationship between the pressure and volume of a confined gas. The gas we use

More information

Air Ball! Evaluation copy

Air Ball! Evaluation copy Air Ball! Computer 24 Do you ever wonder how the National Basketball Association (NBA) decides how much air should be in the basketballs used during a game? The NBA measures the pressure inside the ball

More information

Robot Activity: Programming the NXT 2.0

Robot Activity: Programming the NXT 2.0 Robot Activity: Programming the NXT 2.0 About this Activity In this activity, you will learn about some features of the NXT 2.0 programming software. You will write and save a program for the Lego NXT

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

SCRATCH CHALLENGE #3

SCRATCH CHALLENGE #3 SCRATCH CHALLENGE #3 Objective: Demonstrate your understanding of scratch by designing the pong game. **View this Pong Game PDF for the instructions on how to design the pong game.** Scroll down for the

More information

Mechatronic System Design (ENT473)

Mechatronic System Design (ENT473) Mechatronic System Design (ENT473) Session 2012/2013 Semester 1 Experiment No. 3 Design an Electropneumatic and PLC system using Automation Studio software Name : Matric No. : Experiment Date : Report

More information

Division Data Coordinator Tasks

Division Data Coordinator Tasks Overall Responsibilities The division data coordinators have two major responsibilities. The first is to process and post scores and meet results following dual meets and the division relay carnival. The

More information

ISDS 4141 Sample Data Mining Work. Tool Used: SAS Enterprise Guide

ISDS 4141 Sample Data Mining Work. Tool Used: SAS Enterprise Guide ISDS 4141 Sample Data Mining Work Taylor C. Veillon Tool Used: SAS Enterprise Guide You may have seen the movie, Moneyball, about the Oakland A s baseball team and general manager, Billy Beane, who focused

More information

Using Moodle. Poramin Bheganan Krittaya Bunchongchit

Using Moodle. Poramin Bheganan Krittaya Bunchongchit Using Moodle Poramin Bheganan Krittaya Bunchongchit Outline Introduction Course Configurations Course Content Development Resources Activities Other Tools Administrator Tools Block Tools 2 Bheganan & Bunchongchit

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Energy can be transported by particles or waves: Chapter 11 Waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is

More information

ORF 201 Computer Methods in Problem Solving. Final Project: Dynamic Programming Optimal Sailing Strategies

ORF 201 Computer Methods in Problem Solving. Final Project: Dynamic Programming Optimal Sailing Strategies Princeton University Department of Operations Research and Financial Engineering ORF 201 Computer Methods in Problem Solving Final Project: Dynamic Programming Optimal Sailing Strategies Due 11:59 pm,

More information

Software Manual for FITstep Pro Version 2

Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

GMS 10.0 Tutorial SEAWAT Viscosity and Pressure Effects Examine the Effects of Pressure on Fluid Density with SEAWAT

GMS 10.0 Tutorial SEAWAT Viscosity and Pressure Effects Examine the Effects of Pressure on Fluid Density with SEAWAT v. 10.0 GMS 10.0 Tutorial SEAWAT Viscosity and Pressure Effects Examine the Effects of Pressure on Fluid Density with SEAWAT Objectives Learn how to simulate the effects of viscosity and how pressure impacts

More information

POM Patch 7. Service Request: OUTREACH-8673: POM help pages are accessed via http instead of https

POM Patch 7. Service Request: OUTREACH-8673: POM help pages are accessed via http instead of https POM 3.0.5 Patch 7 File name : POM305Patch07.zip Type : Patch Affected Version(s) : Proactive Outreach Manager 3.0.5 Md5sum : 5758615c8f46c3ac3fbf2396fa053778 Dependency : POM 3.0.5 (Version: POM.03.00.05.00.008)

More information

Diver-Pocket Diver-Pocket Premium

Diver-Pocket Diver-Pocket Premium User s Manual Diver-Pocket Diver-Pocket Premium Copyright Information 2011 Schlumberger Water Services. All rights reserved. No portion of the contents of this publication may be reproduced or transmitted

More information

NAUI RGBM Dive Planner Windows Version Rev 9/2016

NAUI RGBM Dive Planner Windows Version Rev 9/2016 NAUI RGBM Dive Planner Windows Version Rev 9/2016 All Rights Reserved 2003 National Association of Underwater Instructors, Inc. (813) 628-6284 or (800) 553-NAUI (6284) http://www.naui.org Installing the

More information

Dragon Medical Practice Edition Training Workbook Version 4 by Alexandria Carstens of Speakeasy Solutions Inc.

Dragon Medical Practice Edition Training Workbook Version 4 by Alexandria Carstens of Speakeasy Solutions Inc. Dragon Medical Practice Edition Training Workbook Version 4 by Alexandria Carstens of Speakeasy Solutions Inc. Copyright 2018 Alexandria Carstens. All rights reserved. ISBN: 978-0-9917040-3-3 Printed in

More information

World Ocean Atlas (WOA) Product Documentation

World Ocean Atlas (WOA) Product Documentation World Ocean Atlas (WOA) Product Documentation This document describes WOA statistical and objectively analyzed field files. This description includes the types of statistical fields available, for which

More information

Instruction Manual. BZ7002 Calibration Software BE

Instruction Manual. BZ7002 Calibration Software BE Instruction Manual BZ7002 Calibration Software BE6034-12 Index _ Index Index... 2 Chapter 1 BZ7002 Calibration Software... 4 1. Introduction... 5 Chapter 2 Installation of the BZ7002... 6 2. Installation

More information

Parametric Ball Toss TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System

Parametric Ball Toss TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System Math Objectives Students will be able to use parametric equations to represent the height of a ball as a function of time as well as the path of a ball that has been thrown straight up. Students will be

More information

1.4 Super Procedures and Sub Procedures

1.4 Super Procedures and Sub Procedures 1.4 Super Procedures and Sub Procedures Here is a new problem: Write a procedure to draw a equilateral triangle of side 40. Your procedure should look something like this: To TRIANGLE REPEAT 3[ FD 40 RT

More information

The Beginner's Guide to Mathematica Version 4

The Beginner's Guide to Mathematica Version 4 The Beginner's Guide to Mathematica Version 4 Jerry Glynn MathWare Urbana, IL Theodore Gray Wolfram Research, Inc Urbana, IL. m CAMBRIDGE UNIVERSITY PRESS v Preface Parti: The Basics Chapter 1: What do

More information

Tying Knots. Approximate time: 1-2 days depending on time spent on calculator instructions.

Tying Knots. Approximate time: 1-2 days depending on time spent on calculator instructions. Tying Knots Objective: Students will find a linear model to fit data. Students will compare and interpret different slopes and intercepts in a context. Students will discuss domain and range: as discrete

More information

FireHawk M7 Interface Module Software Instructions OPERATION AND INSTRUCTIONS

FireHawk M7 Interface Module Software Instructions OPERATION AND INSTRUCTIONS FireHawk M7 Interface Module Software Instructions OPERATION AND INSTRUCTIONS WARNING THE WARRANTIES MADE BY MSA WITH RESPECT TO THE PRODUCT ARE VOIDED IF THE PRODUCT IS NOT USED AND MAINTAINED IN ACCORDANCE

More information

Math A Regents Exam 0806 Page 1

Math A Regents Exam 0806 Page 1 Math A Regents Exam 0806 Page 1 1. 080601a, P.I. A.N.1 While solving the equation 4( x + 2) = 28, Becca wrote 4x + 8= 28. Which property did she use? [A] associative [B] commutative [C] identity [D] distributive

More information

@GAS USER S MANUAL VERSION 4.0 COPYRIGHT NOTICE

@GAS USER S MANUAL VERSION 4.0 COPYRIGHT NOTICE @GAS USER S MANUAL VERSION 4.0 COPYRIGHT NOTICE The @Gas software and manual are copyrighted and licensed for use by one user per copy purchased. This manual and the software described in it are copyrighted

More information

Reading Time: 15 minutes Writing Time: 1 hour 30 minutes. Structure of Book. Number of questions to be answered. Number of modules to be answered

Reading Time: 15 minutes Writing Time: 1 hour 30 minutes. Structure of Book. Number of questions to be answered. Number of modules to be answered Reading Time: 15 minutes Writing Time: 1 hour 30 minutes Letter Student Number: Structure of Book Section A - Core Section B - Modules Number of questions Number of questions to be answered Number of marks

More information

(POM )

(POM ) POM 3.0.5 Patch 8 File name : POM305Patch08.zip Type : Patch Affected Version(s) : Proactive Outreach Manager 3.0.5 Md5sum : 24b212f635318381a6f7b42374f3a8fb POM305Patch08 Dependency : POM 3.0.5 (Version:

More information

Laboratory 2(a): Interfacing WiiMote. Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments)

Laboratory 2(a): Interfacing WiiMote. Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments) Laboratory 2(a): Interfacing WiiMote Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments) Instructors: Edward A. Lee Sanjit A. Seshia University of California, Berkeley EECS

More information