Lab 6: Bifurcation diagram: stopping spiking neurons with a single pulse

Size: px
Start display at page:

Download "Lab 6: Bifurcation diagram: stopping spiking neurons with a single pulse"

Transcription

1 Lab 6: Bifurcation diagram: stopping spiking neurons with a single pulse The qualitative behaviors of a dynamical system can change when parameters are changed. For example, a stable fixed-point can become unstable, or vice versa. Moreover, for some dynamical systems it is possible that other types of dynamical behaviors can arise when a fixed-point become unstable, such as a limit cycle oscillation. If the mathematical equations are known then in principle it is possible to summarize the parameter dependence of the dynamics in the form of a bifurcation diagram. A bifurcation diagram provides a road map that can be used in the laboratory to directly link the predictions of a mathematical model to experimental observation. Are the predicted dynamics observed experimentally for the predicted parameter values? Do the dynamics change appropriately as experimentally accessible parameters are changed? Even if a mathematical model has not been developed, a demonstrated qualitative change in dynamics as a parameter is changed can spark the interest of bio-mathematicians to work on the problem. 1 Background In practice it is a challenging task to produce a bifurcation diagram both in mathematical models and in the laboratory. A fundamental problem is that the number of parameters in biological systems can be very large. At present it is not known how to systematically explore the dynamics of a mathematical model using numerical methods when the number of parameters is large. A very important computational package for generating bifurcation diagrams in mathematical models in which the number of parameters is small is called AUTO One of the reasons why bio-mathematicians use XPPAUT is that it affords an easy access to AUTO [1]. AUTO uses a mathematical technique referred to as 1

2 continuation to follow a particular solution (e.g. a fixed-point or a limit cycle) as a parameter changes. For each choice of the parameters the stability of a particular solution branch is determined using a linear stability analysis. As we will see, AUTO provides a number of tools to characterize the bifurcation of fixed-points and limit cycles. AUTO can be tricky to use and can fail in a dramatic fashion for certain problems. However, even though AUTO is over 25 years old it still remains a major tool in the arsenal of an applied mathematician. The experimental determination of a bifurcation diagram can be even more problematic since for a biological system the identify of all of the parameters is not generally known and it may only be possible to alter some parameters, and even then, the range of possible variation may be small. However, as we have seen in lectures, sweeping a parameter, an experimentally attractive idea, can misidentify the location of the point where changes in stability occur. Moreover, as the edges of stability are approached, the identification of the nature of the dynamics becomes difficult due to slowing down phenomena. Nonetheless a number of experimental paradigms have been developed in which it has been possible to at least partially characterize the bifurcation diagram. In this laboratory we illustrate the use of AUTO to characterize the onset of periodic spiking in a neuron. This type of bifurcation is characterized by the replacement of a stable fixed-point with a stable limit cycle and is referred to as a Hopf bifurcation. A surprising prediction of the mathematical analysis is that it is possible to annihilate periodic spiking in a neuron by the application of a single, carefully-timed pulse. We demonstrate this phenomenon using a numerical experiment. This phenomenon was first demonstrated experimentally by R. Guttman and her colleagues using the squid giant axon [3]. Browser use: A user s guide for running AUTO under XPPAUT can readily be located on the Internet bard/xpp/help/xppauto.html In this laboratory we illustrate AUTO using only very simple examples. Readers who wish to extend the use of AUTO to their own research are recommended to read the chapter in Ermentrout s guide to XPPAUT [1]. XPPAUT can be run in Python ( however, we recommend first learning to run AUTO in XPPAUT before taking it on in Python. The ode version of the Hodgkin-Huxley (HH) equation, hh.ode, is the one written by Michael Guevara (McGill University). You can either download this program from our website or from the Internet by typing hh.ode Guevara McGill 2

3 in a web browser. The exercises involving the HH equation described here are modified from the computer exercises developed by Michael Guevara to explore the dynamical properties of the HH and Fitzhugh-Nagumo equations [2]. Students interested in the dynamical behaviors of neurons and excitable systems are recommended to work through the complete set of these exercises. Housekeeping: It is useful to place all of the files related to the HH equation and its analysis in a directory called, for example, HHeqn. 2 Exercise 1: Making one-parameter bifurcation diagrams We illustrate the procedure for obtaining a bifurcation diagram for the saddle node bifurcation discussed in class. The generic equation for this bifurcation is dx dt = µ + x2, (1) where µ is the bifurcation parameter. The steps to determine the bifurcation diagram for (1) are as follows: 1. Write an.ode program to integrate (1). 2. It is very important to ensure that the solution has settled onto either a fixedpoint or a limit cycle before using AUTO to continue the solution as a parameter changes. In the case of (1) we know that a fixed-point solution (x < 0) exists for µ < 0. Pick the initial condition x = 1 and run XPPAUT. The most common cause of failure using AUTO is to use this program when the solution is not already on a branch. With this in mind we extend the integration by clicking on Initialconds Last. This XPPAUT command extends the integration by an amount defined by TO- TAL, from the step at which the previous integration finished. Depending on the differential equation, the choice of initial condition, and the parameter values it may be necessary to click on Initialconds Last several times. 3. The AUTO window (Figure 1) is activated by clicking on Auto which is located under File. The most important functions for our purposes are 3

4 Figure 1: Clicking on File and then AUTO opens up the AUTO window. Parameter, Axes, Numerics, Run and Grab. A complete description of all of the commands in AUTO is provided in the user s guide cited above. The circle in the lower left of Figure 1 summarizes the number of stable and unstable eigenvalues for a given choice of the bifurcation parameter(s): the number of crosses inside the circle corresponds to the number of stable eigenvalues (i.e. eigenvalues with negative real part) and the number outside the circle corresponds to the number of unstable eigenvalues (the number of eigenvalues with positive real part). How many crosses do you see for (1) and are they stable or unstable? How many crosses did you expect to see and why? 4. Click on Parameters. It is possible to declare up to 5 bifurcation parameters in this box. By default, XPPAUT chooses the first five parameters in the *.ode program. In our case there should be just one bifurcation parameter declared. Is this correct? 5. Click on Axes and choose HiLo. Most of this box is already be filled out correctly. We see that the variable X will be plotted on the Y-axis and we are able to choose the range to vary the bifurcation parameter. Note that X min, X max, Y min, Y max refer to the dimensions of the bifurcation diagram and not the variables and thus X min, X max refers to the range over which µ is varied. We suggest that you choose X min = 3 and X max = 1. The values 4

5 Y min, Y max refer to the maximum and minimum values of a periodic orbit. Since (1) does not possess a periodic orbit these values are irrelevant for our purposes (see Exercise 2). Once you have completed the menu press OK. 6. Click on Numerics. For our purposes we can accept all of the default values except those for Par Min and Par Max. Choose these values so that µ is varied from Par Min = -3 to Par Max =1, then push OK. Figure 2: A partial bifurcation diagram computed for (1). We have clicked on Grab and thus we see three special points indicated by crosses. Note that there are actually four crosses but one is not shown. See text for discussion. 7. Click on Run Steady state. A thick black line will appear that extends over the range that we varied µ (Figure 2. The fact that the line is thick means that the fixed-point is stable (a thin black line indicates an unstable fixed-point). If you do not see a line then the most likely causes is that you were not sufficiently close to the stable fixed-point solution when you started. Go back to Step Click on Grab. You will see a cross appear on the thick black line. You can use the right and left arrow keys to move back and forth along this line. As you move along this line in this way what happens to the eigenvalues (see circle in lower left hand corner). Also if you look in the window below the bifurcation diagram you can see more information pertaining to the current 5

6 location of the movable cross in the diagram, such as the value of µ and, in the case of a limit circle, its period. Note that there are also crosses with numbers attached which do not move as you use the arrow keys. The points are special points since it is possible to continue the solution from them. Using the Tab key you can move between the special points. When you are on one of these special points, the bottom window provides information the point type. In our case you will see EP which means end point. If you see MX then this means you screwed up and it is back to step 2 that you go. Figure 3: The complete bifurcation diagram for (1) determined using AUTO. 9. In order to complete the bifurcation diagram it is necessary to continue to the solution from one of the numbered special points. Use the Tab to position the cross on the special point labeled 1. Press Enter. Click on Numerics and change the sign of Ds. Note that when we change the sign of Ds we reverse the starting direction for AUTO. Now click on Run and you should see the bifurcation diagram that we calculated in class (Figure 3). Questions to be answered: 1. Use XPPAUT to determine the bifurcation diagram for the transcritical bi- 6

7 furcation whose generic equation is dx dt = µx x2. 2. Use XPPAUT to determine the bifurcation diagram for the supercritical bifurcation whose generic equation is dx dt = µx x3. 3. Use XPPAUT to determine the bifurcation diagram for the subcritical bifurcation whose generic equation is dx dt = µx + x3. 3 Exercise 2: Bifurcation diagram: Hodgkin-Huxley neuron The determination of the bifurcation diagram for the HH equation by bio-mathematicians made it possible for neuroscientists to test the prediction of this equation in the laboratory using the squid giant axon (for a review see [2]). In this exercise we will AUTO to characterize the onset of regular spiking of the squid giant axon when a sufficient current is injected. The main difference in the use of AUTO for this exercise is that we need to account for the appearance of a limit cycle. Here are the steps we used to make this bifurcation diagram. 1. Download the program hh.ode from the class website. Note that this equation has more parameters that can fit in the shown parameter box shown in XPPAUT. You can maneuver up and down the parameter list by using the,,, buttons located on the parameter box. 2. Run XPPAUT to integrate this equation when the parameter curbias=0. Use the Initialconds Last button several times to ensure that the HH equation has settled onto the initial conditions of v, m, h, n (we obtained, respectively, , , , ). 3. After starting AUTO set the following parameters: 7

8 In the Parameter window set the first parameter to be curbias (the menu will show blockna which is the first parameter declared in hh.ode. In the Axes window click on Hi-Lo. The y-axis should be V and the x-axis (called MainParm) should be curbias. Set X min = 0 and X max = 200 so that curbias ranges from 0 to 200. Set Y min = 80 and Y max = 20 so that the amplitude of the limit cycle oscillation ranges from 80 to 20. In the Numerics menu set Par min = 0 and Par max = 200 (this sets the range over which the bifurcation parameter curbias will be varied. Set Nmax=500 to limit the number of points that will be computed along a given branch of the bifurcation diagram to 500. In addition set Npr=500 and Norm Max =150. Click on Run and then Steady state. You will see a thick line with 4 special points. Click on Grab and use the Tab to move between them. From the bottom screen we see that special points 1 and 4 are end points (EP) and special points 2 and 3 are labeled as Hopf bifurcation points (HB). Note that the line between special points 2 and 3 is thin meaning that the fixed-point that exists for this range of curbias values is unstable. Confirm this by looking at the circle diagrams in the lower left hand corner of the AUTO screen. We can complete the bifurcation diagram by either starting at special point 2 and increasing curbias, or by starting at special point 3 and decreasing curbias. Let s start at special point 2. Use the Tab key to place the cross at this point and then press Enter. Note that the Run menu changes. Click on Periodic and the bifurcation diagram unfolds before your eyes (Figure 4)! XPPAUT (and mathematicians) typically use lines to indicate the stability of fixed-points (remember that thick lines correspond to stable fixed-points and thin lines to unstable ones). Limit cycles are indicate by circles placed which are positioned to indicate the maximum and minimum values of the oscillation: filled circles correspond to stable limit cycle oscillations and open circles to unstable limit cycle oscillations. 8

9 Figure 4: Bifurcation diagram for an HH-neuron determined using AUTO. See text for discussion. Questions to be answered: A bifurcation in which a stable fixed-point is replaced by a stable limit cycle is called a Hopf bifurcation. Specifically the bifurcation that occurs at special point 2 is a subcritical Hopf bifurcation and that which occurs at special point 3 is called a supercritical Hopf bifurcation (more specifically if we consider curbias increasing we have a reverse supercritical Hopf bifurcation). We will discuss these bifurcations in more detail later in the lectures. However, we can interpret the bifurcation diagram to anticipate the properties of these bifurcations. 1. First consider the subcritical Hopf bifurcation that occurs at special point 2. What happens to the stability of the fixed-point at the bifurcation point? Is the fixed-point destroyed at this Hopf bifurcation? Use Zoom to examine the bifurcation diagram close to special point 2. We see that it is possible for a stable fixed-point and a stable cycle to co-exist. This bistability is a characteristic of a subcritical Hopf bifurcation? What does this mean (see also Exercise 3)? Suppose we start with a value of curbias much lower that special point 2 and slowly increase it. How do you expect the amplitude of 9

10 Figure 5: Changes in membrane potential for a periodically spiking HH-neuron. the oscillation to grow: suddenly or gradually? The abrupt onset of a high amplitude oscillation is a characteristic of a subcritical Hopf bifurcation. Now choose a value of curbias on the limit cycle and slowly decrease it. At some point the oscillation will disappear and we will be left with a stable fixed-point. Is the decreasing value of curbias at which the limit cycle disappears the same value of increasing curbias which caused the limit cycle? This observation illustrates the phenomenon of hysteresis. 2. Now consider the supercritical Hopf bifurcation associated with special point 3. What happens to the stability of the fixed-point at the bifurcation point? Is the fixed-point destroyed at this Hopf bifurcation? How does the amplitude of the oscillation grow as the value of curbias is decreased from special point 3: gradually or abruptly? Is this bifurcation associated with bistability? Is this bifurcation associated with hysteresis? 10

11 Figure 6: Stopping a periodically spiking HH-neuron with a single pulse. What stimulation parameters do you think we used? Can you accomplish the same thing with a smaller, briefer and better time pulse? See text for discusison. 4 Exercise 3: Stopping spiking neurons with a single pulse The special point 3 occurs when curbias equals 150µA/cm 2. This is a very high current input for a neuron and likely is not biologically relevant. Thus biological interest centers on the behaviors associated by the subcritical Hopf bifurcation (special point 2). The practical implication of the presence of a subcritical Hopf bifurcation is because of its association with bistability. In particular, a non-spiking state of the neuron co-exists with a periodically spiking state. Suppose we choose curbias close, but smaller, than special point 2. It should be possible to switch between the two stable points by changing the initial conditions. How do we change initial conditions? A simple way is to use a carefully timed electrical pulse. The program hh.ode contains parameters that make it possible to introduce an electrical pulse of width (duration) and height (amplitude) at a specified time (tstart). Figure 5 shows the changes in membrane potential for a period- 11

12 ically spiking neuron. Guess at which point in the spike-to-spike interval where a hyper-polarizing pulse will stop the neuron from periodically spiking (Figure 6). At which point would a depolarizing pulse do the trick? Once the neuron is quiescent what kind of pulse is needed to start it spiking again. To test your predictions set curbias = 13. Set the pulse height to be 9 and the width to be 1.5. Determine a time at which a hyper-polarizing pulse stops the spiking (Figure 6). Can you accomplish this task using an even briefer and and smaller perturbation: sometimes an important goal is to determine the timing for which the smallest and briefest pulse accomplishes the above task. Now try the same exercise using a depolarizing pulse accomplishes the same tasks. DELIVERABLES: Use Lab6_template.tex to prepare the lab assignment. References [1] B. Ermentrout. Simulating, analyzing, and animating dynamical systems: A guide for XPPAUT for researchers and students. SIAM, Philadelphia, [2] M. R. Guevara. Dynamics of excitable cells. In A. Beuter, L. Glass, M. C. Mackey, and M. S. Titcombe, editors, Nonlinear dynamics in physiology and medicine, pages , New York, Springer. [3] R. Guttman, S. Lewis, and J. Rinzel. Control of repetitive firing in squid axon membrane as a model for a neuron oscillator. J. Physiol. (London), 305: ,

@ MAXSTOR=1000000. 1 Note that it s tempting to use the auxiliary variables representing loga, logb or logc since, as we noted last time,

@ MAXSTOR=1000000. 1 Note that it s tempting to use the auxiliary variables representing loga, logb or logc since, as we noted last time, Bifurcation Analysis with AUTO Marc R. Roussel May 20, 2004 In this lecture, we will learn how to do a bifurcation analysis with the computer program AUTO. AUTO is built into xppaut, which is where the

More information

Simulation of an Action Potential using the Hodgkin-Huxley Model in Python. Nathan Law 250560559. Medical Biophysics 3970

Simulation of an Action Potential using the Hodgkin-Huxley Model in Python. Nathan Law 250560559. Medical Biophysics 3970 Simulation of an Action Potential using the Hodgkin-Huxley Model in Python Nathan Law 250560559 Medical Biophysics 3970 Instructor: Dr. Ian MacDonald TA: Nathaniel Hayward Project Supervisor: Dr. Andrea

More information

Chapter 2. Software: (preview draft) Getting Started with Stella and Vensim

Chapter 2. Software: (preview draft) Getting Started with Stella and Vensim Chapter. Software: (preview draft) Getting Started with Stella and Vensim Stella and Vensim are icon-based programs to support the construction and testing of system dynamics models. I use these programs

More information

Tutorial 2: Using Excel in Data Analysis

Tutorial 2: Using Excel in Data Analysis Tutorial 2: Using Excel in Data Analysis This tutorial guide addresses several issues particularly relevant in the context of the level 1 Physics lab sessions at Durham: organising your work sheet neatly,

More information

Lab 1: Simulation of Resting Membrane Potential and Action Potential

Lab 1: Simulation of Resting Membrane Potential and Action Potential Lab 1: Simulation of Resting Membrane Potential and Action Potential Overview The aim of the present laboratory exercise is to simulate how changes in the ion concentration or ionic conductance can change

More information

Modeling of Spontaneous Activity in Developing Spinal Cord Using Activity-Dependent Depression in an Excitatory Network

Modeling of Spontaneous Activity in Developing Spinal Cord Using Activity-Dependent Depression in an Excitatory Network The Journal of Neuroscience, April 15, 2000, 20(8):3041 3056 Modeling of Spontaneous Activity in Developing Spinal Cord Using Activity-Dependent Depression in an Excitatory Network Joël Tabak, 1 Walter

More information

Directions for using SPSS

Directions for using SPSS Directions for using SPSS Table of Contents Connecting and Working with Files 1. Accessing SPSS... 2 2. Transferring Files to N:\drive or your computer... 3 3. Importing Data from Another File Format...

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

CATIA V5 Tutorials. Mechanism Design & Animation. Release 18. Nader G. Zamani. University of Windsor. Jonathan M. Weaver. University of Detroit Mercy

CATIA V5 Tutorials. Mechanism Design & Animation. Release 18. Nader G. Zamani. University of Windsor. Jonathan M. Weaver. University of Detroit Mercy CATIA V5 Tutorials Mechanism Design & Animation Release 18 Nader G. Zamani University of Windsor Jonathan M. Weaver University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com

More information

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

Computer Training Centre University College Cork. Excel 2013 Pivot Tables Computer Training Centre University College Cork Excel 2013 Pivot Tables Table of Contents Pivot Tables... 1 Changing the Value Field Settings... 2 Refreshing the Data... 3 Refresh Data when opening a

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

Bistability in a Leaky Integrate-and-Fire Neuron with a Passive Dendrite

Bistability in a Leaky Integrate-and-Fire Neuron with a Passive Dendrite SIAM J. APPLIED DYNAMICAL SYSTEMS Vol. 11, No. 1, pp. 57 539 c 1 Society for Industrial and Applied Mathematics Bistability in a Leaky Integrate-and-Fire Neuron with a Passive Dendrite Michael A. Schwemmer

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

AUTO ARCHIVING. December, 6 th 2005

AUTO ARCHIVING. December, 6 th 2005 AUTO ARCHIVING December, 6 th 2005 What is Auto Archiving? Archiving allows the user to keep their emails but not count them towards the set quota. By keeping emails archived, the quota will never be met

More information

GeoGebra Statistics and Probability

GeoGebra Statistics and Probability GeoGebra Statistics and Probability Project Maths Development Team 2013 www.projectmaths.ie Page 1 of 24 Index Activity Topic Page 1 Introduction GeoGebra Statistics 3 2 To calculate the Sum, Mean, Count,

More information

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore.

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore. Power Electronics Prof. K. Gopakumar Centre for Electronics Design and Technology Indian Institute of Science, Bangalore Lecture - 1 Electric Drive Today, we will start with the topic on industrial drive

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

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Curve Fitting in Microsoft Excel By William Lee

Curve Fitting in Microsoft Excel By William Lee Curve Fitting in Microsoft Excel By William Lee This document is here to guide you through the steps needed to do curve fitting in Microsoft Excel using the least-squares method. In mathematical equations

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

PA Payroll Exercise for Intermediate Excel

PA Payroll Exercise for Intermediate Excel PA Payroll Exercise for Intermediate Excel Follow the directions below to create a payroll exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Graphing Parabolas With Microsoft Excel

Graphing Parabolas With Microsoft Excel Graphing Parabolas With Microsoft Excel Mr. Clausen Algebra 2 California State Standard for Algebra 2 #10.0: Students graph quadratic functions and determine the maxima, minima, and zeros of the function.

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

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

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy University of Wisconsin-Extension Cooperative Extension Madison, Wisconsin PD &E Program Development & Evaluation Using Excel for Analyzing Survey Questionnaires Jennifer Leahy G3658-14 Introduction You

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

KiCad Step by Step Tutorial

KiCad Step by Step Tutorial KiCad Step by Step Tutorial Copyright 2006 David Jahshan: kicad at iridec.com.au 2011 Update Copyright 2011 Phil Hutchinson Copyright: Please freely copy and distribute (sell or give away) this document

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial Microsoft Excel spreadsheets are a powerful and easy to use tool to record, plot and analyze experimental data. Excel is commonly used by engineers to tackle sophisticated computations

More information

Using Microsoft Project 2000

Using Microsoft Project 2000 Using MS Project Personal Computer Fundamentals 1 of 45 Using Microsoft Project 2000 General Conventions All text highlighted in bold refers to menu selections. Examples would be File and Analysis. ALL

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Note: there is a second document that goes with this one! 2046 - Absorbance Spectrophotometry. Make sure you

More information

MARS STUDENT IMAGING PROJECT

MARS STUDENT IMAGING PROJECT MARS STUDENT IMAGING PROJECT Data Analysis Practice Guide Mars Education Program Arizona State University Data Analysis Practice Guide This set of activities is designed to help you organize data you collect

More information

How to create pop-up menus

How to create pop-up menus How to create pop-up menus Pop-up menus are menus that are displayed in a browser when a site visitor moves the pointer over or clicks a trigger image. Items in a pop-up menu can have URL links attached

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Activity 6 Graphing Linear Equations

Activity 6 Graphing Linear Equations Activity 6 Graphing Linear Equations TEACHER NOTES Topic Area: Algebra NCTM Standard: Represent and analyze mathematical situations and structures using algebraic symbols Objective: The student will be

More information

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

Creating a PowerPoint Poster using Windows

Creating a PowerPoint Poster using Windows Creating a PowerPoint Poster using Windows Copyright 2001 Michael Dougherty (michael@nmsu.edu) Purpose The purpose of this tutorial is to illustrate how to create a 3 x 4 ft. poster using PowerPoint. This

More information

Applications. Network Application Performance Analysis. Laboratory. Objective. Overview

Applications. Network Application Performance Analysis. Laboratory. Objective. Overview Laboratory 12 Applications Network Application Performance Analysis Objective The objective of this lab is to analyze the performance of an Internet application protocol and its relation to the underlying

More information

3. Reaction Diffusion Equations Consider the following ODE model for population growth

3. Reaction Diffusion Equations Consider the following ODE model for population growth 3. Reaction Diffusion Equations Consider the following ODE model for population growth u t a u t u t, u 0 u 0 where u t denotes the population size at time t, and a u plays the role of the population dependent

More information

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS WORD PERFECT FORMAT MARCO ITEM #A-3LI - 2.25 H x 3W Inserts First create a new document. From the main page

More information

Excel Basics By Tom Peters & Laura Spielman

Excel Basics By Tom Peters & Laura Spielman Excel Basics By Tom Peters & Laura Spielman What is Excel? Microsoft Excel is a software program with spreadsheet format enabling the user to organize raw data, make tables and charts, graph and model

More information

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Charting LibQUAL+(TM) Data Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Revised March 2004 The directions in this handout are written to be used with SPSS

More information

Reaction diffusion systems and pattern formation

Reaction diffusion systems and pattern formation Chapter 5 Reaction diffusion systems and pattern formation 5.1 Reaction diffusion systems from biology In ecological problems, different species interact with each other, and in chemical reactions, different

More information

Excel Spreadsheet Activity Redo #1

Excel Spreadsheet Activity Redo #1 Excel Spreadsheet Activity Redo #1 Melissa Ebling 11/9/06 Directions: Please follow all directions in this packet. This assignment will consist of your tracking ten different stocks over a period of a

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Creating Drawings in Pro/ENGINEER

Creating Drawings in Pro/ENGINEER 6 Creating Drawings in Pro/ENGINEER This chapter shows you how to bring the cell phone models and the assembly you ve created into the Pro/ENGINEER Drawing mode to create a drawing. A mechanical drawing

More information

IncuCyte ZOOM Whole Well Imaging Overview

IncuCyte ZOOM Whole Well Imaging Overview IncuCyte ZOOM Whole Well Imaging Overview With the release of the 2013B software, IncuCyte ZOOM users will have the added ability to image the complete surface of select multi-well plates and 35 mm dishes

More information

Excel 2003: Ringtones Task

Excel 2003: Ringtones Task Excel 2003: Ringtones Task 1. Open up a blank spreadsheet 2. Save the spreadsheet to your area and call it Ringtones.xls 3. Add the data as shown here, making sure you keep to the cells as shown Make sure

More information

Dynamical Systems Analysis II: Evaluating Stability, Eigenvalues

Dynamical Systems Analysis II: Evaluating Stability, Eigenvalues Dynamical Systems Analysis II: Evaluating Stability, Eigenvalues By Peter Woolf pwoolf@umich.edu) University of Michigan Michigan Chemical Process Dynamics and Controls Open Textbook version 1.0 Creative

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

Free Fall: Observing and Analyzing the Free Fall Motion of a Bouncing Ping-Pong Ball and Calculating the Free Fall Acceleration (Teacher s Guide)

Free Fall: Observing and Analyzing the Free Fall Motion of a Bouncing Ping-Pong Ball and Calculating the Free Fall Acceleration (Teacher s Guide) Free Fall: Observing and Analyzing the Free Fall Motion of a Bouncing Ping-Pong Ball and Calculating the Free Fall Acceleration (Teacher s Guide) 2012 WARD S Science v.11/12 OVERVIEW Students will measure

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

More information

Introduction to Simulink

Introduction to Simulink Introduction to Simulink MEEN 364 Simulink is a software package for modeling, simulating, and analyzing dynamical systems. It supports linear and nonlinear systems, modeled in continuous time, sampled

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Introduction to Autodesk Inventor for F1 in Schools

Introduction to Autodesk Inventor for F1 in Schools Introduction to Autodesk Inventor for F1 in Schools F1 in Schools Race Car In this course you will be introduced to Autodesk Inventor, which is the centerpiece of Autodesk s digital prototyping strategy

More information

HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks

HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks HP LoadRunner Software Version: 11.00 Ajax TruClient Tips & Tricks Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and

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

Waves: Recording Sound Waves and Sound Wave Interference (Teacher s Guide)

Waves: Recording Sound Waves and Sound Wave Interference (Teacher s Guide) Waves: Recording Sound Waves and Sound Wave Interference (Teacher s Guide) OVERVIEW Students will measure a sound wave by placing the Ward s DataHub microphone near one tuning fork A440 (f=440hz). Then

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

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc.

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc. STATGRAPHICS Online Statistical Analysis and Data Visualization System Revised 6/21/2012 Copyright 2012 by StatPoint Technologies, Inc. All rights reserved. Table of Contents Introduction... 1 Chapter

More information

BD CellQuest Pro Software Analysis Tutorial

BD CellQuest Pro Software Analysis Tutorial BD CellQuest Pro Analysis Tutorial This tutorial guides you through an analysis example using BD CellQuest Pro software. If you are already familiar with BD CellQuest Pro software on Mac OS 9, refer to

More information

The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl.

The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl. The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl.com/bc) ** If this is not printed in color, it is suggested you

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

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL PATRICK GREHAN ADELPHI UNIVERSITY DANIEL J. MORAN MIDAMERICAN PSYCHOLOGICAL INSTITUTE This document is

More information

Shipment Label Header Guide

Shipment Label Header Guide Shipment Label Header Guide This guide will walk you through the 3 main phases of setting up a shipment label header within World Ship 2013. This guide was made using standard Windows Microsoft Office

More information

Installing Remote Desktop Connection

Installing Remote Desktop Connection SETTING UP YOUR REMOTE DESKTOP This section will assist you in setting you Remote Desktop Connection. This will allow you to create an icon for easy access to your virtual desktop. DISCLAIMER: All images

More information

Chronicle USER MANUAL

Chronicle USER MANUAL Chronicle USER MANUAL 1st Edition 2 IN THIS MANUAL Part One The Chronicle Interface The Overview Screen The Bill Detail Screen Part Two Creating, Editing and Viewing Bills Creating Your First Bill Editing

More information

mouse (or the option key on Macintosh) and move the mouse. You should see that you are able to zoom into and out of the scene.

mouse (or the option key on Macintosh) and move the mouse. You should see that you are able to zoom into and out of the scene. A Ball in a Box 1 1 Overview VPython is a programming language that is easy to learn and is well suited to creating 3D interactive models of physical systems. VPython has three components that you will

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Building Montages in Petrel Most Petrel projects require display maps to be made for presentations; either for partners or peers. This TIPS&TRICKS provides

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

C-more Remote Access, Data Log, FTP File Transfer, and Email Tutorial

C-more Remote Access, Data Log, FTP File Transfer, and Email Tutorial C-more Remote Access, Data Log, FTP File Transfer, and Email Tutorial P a g e 2 Introduction: This script will walk you through the basic process of setting up the remote access, data logging, FTP file

More information

Task Card #2 SMART Board: Notebook

Task Card #2 SMART Board: Notebook Task Card #2 SMART Board: Notebook Objectives: Participants will learn how to utilize the SMART Notebook. Table of Contents: Launching The SMART Notebook Page 1 Entering Text Page 1 Top Toolbar Page 2

More information

Electrophysiological Properties of Inferior Olive Neurons: A Compartmental Model

Electrophysiological Properties of Inferior Olive Neurons: A Compartmental Model Electrophysiological Properties of Inferior Olive Neurons: A Compartmental Model NICOLAS SCHWEIGHOFER, 1 KENJI DOYA, 1 AND MITSUO KAWATO 1,2 1 ERATO, Kawato Dynamic Brain Project, Japan Science and Technology

More information

Lab #9: AC Steady State Analysis

Lab #9: AC Steady State Analysis Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

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

10.0-2. Finite Element Modeling

10.0-2. Finite Element Modeling What s New in FEMAP FEMAP 10.0 and 10.0.1 include enhancements and new features in: User Interface on page 3 Meshing on page 23 Mesh Associativity on page 33 Properties on page 33 Functions on page 35

More information

Using Excel to find Perimeter, Area & Volume

Using Excel to find Perimeter, Area & Volume Using Excel to find Perimeter, Area & Volume Level: LBS 4 V = lwh Goal: To become familiar with Microsoft Excel by entering formulas into a spreadsheet in order to calculate the perimeter, area and volume

More information

Propagation of Cardiac Action Potentials: How does it Really work?

Propagation of Cardiac Action Potentials: How does it Really work? Propagation of Cardiac Action Potentials: How does it Really work? J. P. Keener and Joyce Lin Department of Mathematics University of Utah Math Biology Seminar Jan. 19, 2011 Introduction A major cause

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

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

TI-Nspire CAS Graphing Calculator

TI-Nspire CAS Graphing Calculator TI-Nspire CAS Graphing Calculator Contents Opening a New Document 2 Setting Auto/Approximate Mode 2 Setting Degree Mode 2 Copying and Pasting a Expression or Equation 3 Accessing the Catalogue 3 Defining

More information

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

More information

Multimodal Transition and Excitability of a Neural Oscillator

Multimodal Transition and Excitability of a Neural Oscillator Vol. 122 (2012) ACTA PHYSICA POLONICA A No. 4 Multimodal Transition and Excitability of a Neural Oscillator L.S. Borkowski Department of Physics, Adam Mickiewicz University, Umultowska 85, 61-614 Pozna«,

More information

Vibration dynamics of an inclined cable excited near its second natural frequency

Vibration dynamics of an inclined cable excited near its second natural frequency Vibration dynamics of an inclined cable excited near its second natural frequency VASSI V. TZANOV Department of Engineering Mathematics, University of Bristol Queen s Building, University Walk, Bristol

More information

Mariemont City Schools

Mariemont City Schools Mariemont City Schools Citrix Virtual Desktop Environment Citrix is a virtual desktop system that allows users to access their Mariemont Windows 7 desktop from anywhere with an Internet connection. Once

More information

MetroBoston DataCommon Training

MetroBoston DataCommon Training MetroBoston DataCommon Training Whether you are a data novice or an expert researcher, the MetroBoston DataCommon can help you get the information you need to learn more about your community, understand

More information

IntraVUE Plug Scanner/Recorder Installation and Start-Up

IntraVUE Plug Scanner/Recorder Installation and Start-Up IntraVUE Plug Scanner/Recorder Installation and Start-Up The IntraVUE Plug is a complete IntraVUE Hardware/Software solution that can plug directly into any network to continually scan and record details

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

More information

Passive Conduction - Cable Theory

Passive Conduction - Cable Theory Passive Conduction - Cable Theory October 7, 2013 Biological Structure Theoretical models describing propagation of synaptic potentials have evolved significantly over the past century. Synaptic potentials

More information

Activity 5. Two Hot, Two Cold. Introduction. Equipment Required. Collecting the Data

Activity 5. Two Hot, Two Cold. Introduction. Equipment Required. Collecting the Data . Activity 5 Two Hot, Two Cold How do we measure temperatures? In almost all countries of the world, the Celsius scale (formerly called the centigrade scale) is used in everyday life and in science and

More information

The Kinetics of Enzyme Reactions

The Kinetics of Enzyme Reactions The Kinetics of Enzyme Reactions This activity will introduce you to the chemical kinetics of enzyme-mediated biochemical reactions using an interactive Excel spreadsheet or Excelet. A summarized chemical

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

CONCEPT-II. Overview of demo examples

CONCEPT-II. Overview of demo examples CONCEPT-II CONCEPT-II is a frequency domain method of moment (MoM) code, under development at the Institute of Electromagnetic Theory at the Technische Universität Hamburg-Harburg (www.tet.tuhh.de). Overview

More information

The North Carolina Health Data Explorer

The North Carolina Health Data Explorer 1 The North Carolina Health Data Explorer The Health Data Explorer provides access to health data for North Carolina counties in an interactive, user-friendly atlas of maps, tables, and charts. It allows

More information

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

More information

Creating a table of contents quickly in Word

Creating a table of contents quickly in Word Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.

More information