Using Mathcad to Perform Mathematics Charles Nippert

Size: px
Start display at page:

Download "Using Mathcad to Perform Mathematics Charles Nippert"

Transcription

1 Using Mathcad to Perform Mathematics Charles Nippert These notes are designed to be an introduction to Mathcad. They all are a quick tour of the principal features of the Mathcad program. To prepare these notes I have used my version (Mathcad 2001). The graphical user interface (GUI) of Mathcad has remained pretty much unchanged through several versions, but I do not know for certain that these notes will be applicable for all versions that you may find. Mathcad is a full-featured package that allows you to perform a variety of mathematical operations easily and quickly. It has the capability of performing operations with units, doing symbolic manipulation (doing algebra, performing integral calculus, solving differential care equations, et cetera.), and other powerful math operations. It is therefore advantageous for engineers and scientists to use this tool to speed up the mathematical aspect of their work. Getting Started-Ordinary Calculations with Units In this exercise we will calculate the force, in pound force, to accelerate at 10 ft/s 2 a mass of 1 ton. 1. Open Mathcad on your computer. After closing the "Tip of the Day" the screen will appear as a blank field with a small red cross that locates the current cursor position. 2. Move the red cross to about any inch below the menu bar by pressing the down arrow key or by moving the mouse cursor to that location and clicking the left mouse button. The red cross should move to that spot. 3. Define a variable "a" that will contain the value of the acceleration with units (10 ft/s 2 ). This kind of statement is called an "arithmetic assignment statement". It looks very much like a mathematical equation. However, its function is quite different. This kind of statement defines a variable and places information in that variable. Type" a". The Red Cross disappears and a lowercase letter a appears in a box. The box indicates that this function is being edited. 4. There are two ways to make the arithmetic assignment symbol (:=) appear on the screen. Choose "View/Toolbars/Evaluation" from the menu. A small window with the name "Evaluation" will appear. This window is called the evaluation toolbar and contains several buttons. Click the button on the Evaluation toolbar. Alternatively, press the Shift" and the ":" key simultaneously. Your screen should now look somewhat like Figure 1.

2 Figure 1 Entering an Arithmetic Assignment Statement (An Equation) This box indicates that this equation is being edited. The evaluation toolbar contains the most common operators. The cursor has become a blue inverted L. Note the black box which indicates where you can insert information. 5. A small solid black box will appear to the immediate right of the: =. The cursor will turn into a blue inverted "L". 6. You are now ready to enter the numerical value of the acceleration. Type "10". The number 10 should appear on the screen after the ":=" symbol. If you make a mistake, press the backspace key to undo your typing. 7. Units and dimensions are treated much like variables. Therefore, when we enter "10 ft/s2" we treat the value as if it were 10 times ft divided by s 2 ". Therefore we need to enter the multiplication symbol, "*", to separate the numerical value of a from its units. Press the * key now. 8. Now add the units. Mathcad knows most common abbreviations for most units. Type the keys "ft/s^2". Your window should now look somewhat similar to Figure 2. If you make a mistake, hit the backspace key to undo your typing.

3 Figure 2 Completed Definition of Acceleration The value of acceleration with associated units. This box indicates that this equation is being edited. Superscripts are are entered using the "^" key. 9. Now enter the mass (1 ton). Move the mouse to an area just below the statement you just entered and press the left mouse button. The box around the statement disappears and a red cross will appear under the mouse cursor. Now enter another arithmetic definition statement to do fine a variable named mass with the value of 1 ton. Use the same procedure you used to create the variable "a. Remember to type a ":" to create a ":=" symbol on the screen. If you make a mistake, hit the backspace key to undo your typing. We will name this variable "mass" because the symbol m" is already used by Mathcad as the symbol for meter. If we define a new variable with the same name we will override the pre-programmed definition, 1 m. It is important, therefore, that we avoid using symbols that already have meanings that we may use in our program such as; e, g (the acceleration due to gravity), A (ampere), V (voltage) and π. A full list of built-in units can be found by clicking "Help". When you have completed this step your screen should appear as shown in figure 3.

4 Figure 3 Screenshot After Entering though Mass 10. Now, enter Newton's law of motion (F=ma). This equation must be below and/or to the right of the last equation you entered. Mathcad performs arithmetic assignment statements sequentially from left to right and top to bottom. Therefore this last equation must be performed by the program after the two equations defining a" and "mass". Once again, remember to hit the ":" key to create the ":=" symbol. Also remember to insert a "*" between "mass" and "a". Your screen should now show three equations. Note that Mathcad uses the symbol "F" for the unit Faraday. This does not create any problems for us in this example because we are not using any electrical units. 11. Move the cursor to just below your last equation. If the cursor is still all on Newton's first law of motion, you can do this by simply pressing "Enter". Now, have Mathcad display the value in the variable named "Ave.". Type the keys "F=". As soon issue have finished typing, the value of F will appear. Your screen should now let appear as shown in Figure 4.

5 Figure 4 Showing the Value of Force in Newtons 12. Mathcad uses the "=" symbol to display values of a variable. When it first displays those values, the program uses its default unit system; typically the SI system. Will of the inverted L cursor to the black box by repeatedly pressing the right arrow key until the cursor reaches the box. With the cursor owned a black box, type "lbf (the name for "pound force"). Hit enter. The program should now display the value of Force in pounds force as shown below in the figure below.

6 Figure 5 Displaying Variables in User Specified Units 13. Mathcad allows you to define new units in terms of existing units. You will now define a new unit kn (standing for kilonewton) as 1000 times a Newton. Move the mouse cursor a little below the last statement and click the left mouse button. The red cross cursor will appear. Type the letters kn, the new unit you wish to define. The definition of units requires a new symbol. You can find this symbol on the Evaluation toolbar. If it is not visible, select View/Toolbars/Evaluation from the menu. Click the button on the evaluation toolbar. You can also use the ~ key on your keyboard to create the same symbol in the workspace. Your screen should now look like Figure 6 Figure 6 Defining units 14. Finish the definition by defining kn in terms of units the program already knows. Type 1000*N. Remember that the keyboard symbol * is used for multiplication. If you are using an older version of Mathcad, you may have to type Newton. Your definition should look like figure 7.

7 Figure 7 The Complete Definition of kn 15. Unlike arithmetic assignment statements, unit definitions apply on the entire worksheet. You will now demonstrate this. Move the mouse cursor above your definition and slightly to the right of the answer in pound force. Type F= as you did before and the answer will appear in the default units. In the black place holder box type kn. Mathcad will then display the answer in kilonewtons, using the units you provided. Your worksheet should look like Figure 8 Figure 8 The Force Displayed in lbf and kn The kn unit is available on the entire worksheet The ability to define new units from existing ones is one of the powerful features of Mathcad the allows you to tailor the package to meet your needs. You can use this to define kmole and lbmole in terms of mole and add any units to a worksheet that you need. I have even reassigned dimensions (charge, for instance) that I don t use in a calculation to a different dimension (dollars, for example) in some calculations. Great care should be exercised when doing this because all units are related to the fundamental dimensions programmed into Mathcad.

Using Arrays and Vectors to Make Graphs In Mathcad Charles Nippert

Using Arrays and Vectors to Make Graphs In Mathcad Charles Nippert Using Arrays and Vectors to Make Graphs In Mathcad Charles Nippert This Quick Tour will lead you through the creation of vectors (one-dimensional arrays) and matrices (two-dimensional arrays). After that,

More information

MET 107 Getting Started in Mathcad Document Set 1. The majority of these documents are taken from the Mathcad Resources (Help) pages.

MET 107 Getting Started in Mathcad Document Set 1. The majority of these documents are taken from the Mathcad Resources (Help) pages. The majority of these documents are taken from the Mathcad Resources (Help) pages. The Math Toolbar The Math toolbar, whose buttons bring up toolbars of math operators, is docked just under the main menu.

More information

The Mathcad Workspace 7

The Mathcad Workspace 7 For information on system requirements and how to install Mathcad on your computer, refer to Chapter 1, Welcome to Mathcad. When you start Mathcad, you ll see a window like that shown in Figure 2-1. By

More information

John's Tutorial on Everyday Mathcad (Version 9/2/09) Mathcad is not the specialist's ultimate mathematical simulator

John's Tutorial on Everyday Mathcad (Version 9/2/09) Mathcad is not the specialist's ultimate mathematical simulator John's Tutorial on Everyday Mathcad (Version 9/2/09) Mathcad isn't: Mathcad is not the specialist's ultimate mathematical simulator Applied mathematicians may prefer the power of Mathematica Complex programs

More information

Mathcad Lecture #1 In-class Worksheet Mathcad Basics

Mathcad Lecture #1 In-class Worksheet Mathcad Basics Mathcad Lecture #1 In-class Worksheet Mathcad Basics At the end of this lecture, you will be able to: Evaluate mathematical expression numerically Assign variable and use them in subsequent calculations

More information

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note: 1 of 1 NOTE: IT IS RECOMMENDED THAT YOU READ THE ACCOMPANYING DOCUMENT CALLED INTRO TO EXCEL LAYOUT 2007 TO FULLY GRASP THE BASICS OF EXCEL Introduction A spreadsheet application allows you to enter data

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

Eastside Literacy Tutor Support Word Processing Tutorial

Eastside Literacy Tutor Support Word Processing Tutorial Eastside Literacy Tutor Support Word Processing Tutorial Before you start, you will need a blank diskette. You will also need to know how to use the mouse and the keyboard, and how to select text on the

More information

Using the Equation Palette

Using the Equation Palette module 5 Using the Equation Palette Contents Basic Workflow............................. 244 Exercise 58 Creating Your First Equation..... 245 Exercise 59 Positioning an Equation.......... 250 A Tour of

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

More information

SHORT CUT GUIDE TO MATHCAD. J. (:. McGee and W. D. Holland

SHORT CUT GUIDE TO MATHCAD. J. (:. McGee and W. D. Holland SHORT CUT GUIDE TO MATHCAD J. (:. McGee and W. D. Holland Adapted for Math cad 2001 by Chris Gill INTRODUCTION This handout is intended to get you started on Mathcad, a mathematics software program that

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Introduction to Mathcad

Introduction to Mathcad CHAPTER 1 Introduction to Mathcad Mathcad is a product of MathSoft inc. The Mathcad can help us to calculate, graph, and communicate technical ideas. It lets us work with mathematical expressions using

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

SOLIDWORKS: Lesson 1 - Basics and Modeling. Introduction to Robotics

SOLIDWORKS: Lesson 1 - Basics and Modeling. Introduction to Robotics SOLIDWORKS: Lesson 1 - Basics and Modeling Fundamentals Introduction to Robotics SolidWorks SolidWorks is a 3D solid modeling package which allows users to develop full solid models in a simulated environment

More information

How to Make Graphs with Excel 2007

How to Make Graphs with Excel 2007 Appendix A How to Make Graphs with Excel 2007 A.1 Introduction This is a quick-and-dirty tutorial to teach you the basics of graph creation and formatting in Microsoft Excel. Many of the tasks that you

More information

EDIT202 Spreadsheet Lab Prep Sheet

EDIT202 Spreadsheet Lab Prep Sheet EDIT202 Spreadsheet Lab Prep Sheet While it is clear to see how a spreadsheet may be used in a classroom to aid a teacher in marking (as your lab will clearly indicate), it should be noted that spreadsheets

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Section 5: Editing Cells

Section 5: Editing Cells Section 5 Editing Cells By the end of this Section you should be able to: Edit Cells by Overtyping Edit Data in the Formula Bar Edit Data in a Cell Delete Cell Contents Use Undo and Redo CiA Training Ltd

More information

Tutorial: Getting Started with the LabVIEW Simulation Module

Tutorial: Getting Started with the LabVIEW Simulation Module Tutorial: Getting Started with the LabVIEW Simulation Module - LabVIEW 8.5 Simulati... Page 1 of 10 Cart Help Search You are here: NI Home > Support > Product Reference > Manuals > LabVIEW 8.5 Simulation

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 THE BASICS PAGE 02! What is Microsoft Word?! Opening Microsoft Word! The Title Bar! Page View and Zoom MENUS...PAGE 03! Quick Access Toolbar! The Ribbon! File Tab! Home

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Introduction to Excel 2007 for ESL students

Introduction to Excel 2007 for ESL students Introduction to Excel 2007 for ESL students Download at http://www.rtlibrary.org/excel2007esl.pdf Developed 2010 by Barb Hauck-Mah, Rockaway Township Library for The American Dream Starts @your Library

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers. 1 BEGINNING EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 1 Introduction to Microsoft Word 2010 Handout from Lodi Memorial Library (Developed by Barb Hauck Mah for ESL Tech Literacy Grant; Modified by Jennifer Cohen Feb. 2015) What is Microsoft Word? Microsoft

More information

Maple Quick Start. Maplesoft, a division of Waterloo Maple Inc.

Maple Quick Start. Maplesoft, a division of Waterloo Maple Inc. Maple Quick Start Maplesoft, a division of Waterloo Maple Inc. This tutorial is designed to help you become familiar with the Maple environment and teach you the few fundamental concepts and tools you

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

Get comfortable using computers

Get comfortable using computers Mouse A computer mouse lets us click buttons, pick options, highlight sections, access files and folders, move around your computer, and more. Think of it as your digital hand for operating a computer.

More information

The major change in Word is the ribbon toolbar. The File menu has been replaced with a button.

The major change in Word is the ribbon toolbar. The File menu has been replaced with a button. Word 2007 There are a lot of new changes to Office 2007. This handout will provide a few examples on how to do basic formatting. If at any point you get stuck, remember that Office has a feature that allows

More information

Introduction to Mathcad

Introduction to Mathcad University of Wyoming ESIG Computer Lab April 2, 2005 Preface The Mathcad environment offers a blend of computation, visualization, symbolic manipulation and documentation to provide a "self-documenting"

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Investigation: Finding Relationships Between Area and Parallel Lines in Triangles

Investigation: Finding Relationships Between Area and Parallel Lines in Triangles Name: Date: Investigation: Finding Relationships Between Area and Parallel Lines in Triangles In this investigation you will discover a relationship between parallel lines and the area of a triangle. Specifically,

More information

Introduction to VPython and 3D Computer Modeling

Introduction to VPython and 3D Computer Modeling Introduction to VPython and 3D Computer Modeling OBJECTIVES In this course you will construct computer models to: Visualize motion in 3D Visualize vector quantities like position, momentum, and force in

More information

Word Processing Basics Using Microsoft Word

Word Processing Basics Using Microsoft Word Word Processing Basics Using Microsoft Word lab 3 Objectives: Upon successful completion of Lab 3, you will be able to Use Word to create a simple word processing document Understand the concept of word

More information

EXCEL SPREADSHEET TUTORIAL

EXCEL SPREADSHEET TUTORIAL EXCEL SPREADSHEET TUTORIAL Note to all 200 level physics students: You will be expected to properly format data tables and graphs in all lab reports, as described in this tutorial. Therefore, you are responsible

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

Introduction to VPython This tutorial will guide you through the basics of programming in VPython.

Introduction to VPython This tutorial will guide you through the basics of programming in VPython. Introduction to VPython This tutorial will guide you through the basics of programming in VPython. VPython is a programming language that allows you to easily make 3-D graphics and animations. We will

More information

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Using Basic Formulas 4

Using Basic Formulas 4 Using Basic Formulas 4 LESSON SKILL MATRIX Skills Exam Objective Objective Number Understanding and Displaying Formulas Display formulas. 1.4.8 Using Cell References in Formulas Insert references. 4.1.1

More information

Intro to Microsoft Word

Intro to Microsoft Word Intro to Microsoft Word A word processor is a computer program used to create and print text documents that might otherwise be prepared on a typewriter. The key advantage of a word processor is its ability

More information

The Ribbon The Ribbon contains multiple tabs, each with several groups of commands. You can add your own tabs that contain your favorite commands.

The Ribbon The Ribbon contains multiple tabs, each with several groups of commands. You can add your own tabs that contain your favorite commands. Lesson1-Getting Star with excel Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson, you will learn your way around the Excel 2010 environment, including

More information

Word 1 Module 2. Word 1. Module 2

Word 1 Module 2. Word 1. Module 2 Word 1 Module 2 Revised 5/1/17 Contents Create a New Document...2 Class Walkthrough 2.1...2 Entering Text into a Document...2 Class Walkthrough 2.2...2 Lines of Text vs. Paragraphs...2 Insertion Point...3

More information

Word Processing. 2 Monroe County Library System

Word Processing. 2 Monroe County Library System 2 Monroe County Library System http://monroe.lib.mi.us Word Processing Word Pad Quick Guide... 4 Help Menu... 6 Invitation... 7 Saving... 12 Printing... 13 Insert a Picture... 14 Saving to a CD... 15 In

More information

Contour Plots for Slab Elevation Data using MathCAD. John M. Clark Clark Engineers, Inc. May 8, 2013

Contour Plots for Slab Elevation Data using MathCAD. John M. Clark Clark Engineers, Inc. May 8, 2013 Contour Plots for Slab Elevation Data using MathCAD John M. Clark Clark Engineers, Inc. May 8, 2013 Contour Plots for Slab Elevation Data using MathCAD Why use MathCAD when there are other contour plotting

More information

MAXQDA and Chapter 9 Coding Schemes

MAXQDA and Chapter 9 Coding Schemes MAXQDA and Chapter 9 Coding Schemes Chapter 9 discusses how the structures of coding schemes, alternate groupings are key to moving forward with analysis. The nature and structures of the coding scheme

More information

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0 SciGraphica Tutorial Manual - Tutorials 1and 2 Version 0.8.0 Copyright (c) 2001 the SciGraphica documentation group Permission is granted to copy, distribute and/or modify this document under the terms

More information

The Polygonal Lasso Tool In Photoshop

The Polygonal Lasso Tool In Photoshop The Polygonal Lasso Tool In Photoshop Written by Steve Patterson. Photoshop s Polygonal Lasso Tool, another of its basic selections tools, is a bit like a cross between the Rectangular Marquee Tool and

More information

Touring the Mac. S e s s i o n 3 : U S E A N APPLICATION

Touring the Mac. S e s s i o n 3 : U S E A N APPLICATION Touring the Mac S e s s i o n 3 : U S E A N APPLICATION Touring_the_Mac_Session-3_Jan-25-2011 1 This session covers opening an application and typing a document using the TextEdit application which is

More information

What is Word? How to Open Word. Intro to Word 2010 by Lodi Memorial Library Developed by Barb Hauck-Mah for ESL Literacy Grant

What is Word? How to Open Word. Intro to Word 2010 by Lodi Memorial Library Developed by Barb Hauck-Mah for ESL Literacy Grant Intro to Word 2010 by Lodi Memorial Library Developed by Barb Hauck-Mah for ESL Literacy Grant What is Word? Word is a computer software program that has many tools for typing and editing documents with

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

SolidWorks 2½D Parts

SolidWorks 2½D Parts SolidWorks 2½D Parts IDeATe Laser Micro Part 1b Dave Touretzky and Susan Finger 1. Create a new part In this lab, you ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select

More information

Microsoft Word Formatting and Shortcuts for Materials Science Lab Reports

Microsoft Word Formatting and Shortcuts for Materials Science Lab Reports Originally Created by Jackie Ricke Edited Fall 2018 by Allison Rowe Microsoft Word Formatting and Shortcuts for Materials Science Lab Reports This document provides comprehensive information that will

More information

Microsoft. Computer Training Center 1515 SW 10 th Avenue Topeka KS

Microsoft. Computer Training Center 1515 SW 10 th Avenue Topeka KS Microsoft Computer Training Center 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Microsoft Word 2007 Introduction to Word Processing 1 How to Start Word is a full-featured

More information

The MathType Window. The picture below shows MathType with all parts of its toolbar visible: Small bar. Tabs. Ruler. Selection.

The MathType Window. The picture below shows MathType with all parts of its toolbar visible: Small bar. Tabs. Ruler. Selection. Handle MathType User Manual The MathType Window The picture below shows MathType with all parts of its toolbar visible: Symbol palettes Template palettes Tabs Small bar Large tabbed bar Small tabbed bar

More information

Adjusting the Display Contrast (Making the Screen Lighter or Darker)

Adjusting the Display Contrast (Making the Screen Lighter or Darker) Introduction: TI-86 On/Off, Contrast, Mode, and Editing Expressions Turning the Calculator On When you press the ON button, you should see a blinking dark rectangle (called the cursor) in the upper left-hand

More information

Introduction to Microsoft Office 2016: Word

Introduction to Microsoft Office 2016: Word Introduction to Microsoft Office 2016: Word Last Updated: September 2018 Cost: $2.00 Microsoft Word is a word processing software. You can use it to type letters, reports, and other documents. This class

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC TWO

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC TWO Table of Contents What is MSWord? MS Word is a word-processing program that allows users to create, edit, and enhance text in a variety of formats. Word is a powerful word-processor with sophisticated

More information

Excel Training - Beginner March 14, 2018

Excel Training - Beginner March 14, 2018 Excel Training - Beginner March 14, 2018 Working File File was emailed to you this morning, please log in to your email, download and open the file. Once you have the file PLEASE CLOSE YOUR EMAIL. Open

More information

MatDeck tips. Basic. :=- assignment of variable values; assign value to variable a with code a := value

MatDeck tips. Basic. :=- assignment of variable values; assign value to variable a with code a := value MatDeck tips Basic :=- assignment of variable values; assign value to variable a with code a := value = - displaying variable value; display value stored in the variable a with code a = Alt continue with

More information

Physics 251 Laboratory Introduction to Spreadsheets

Physics 251 Laboratory Introduction to Spreadsheets Physics 251 Laboratory Introduction to Spreadsheets Pre-Lab: Please do the lab-prep exercises on the web. Introduction Spreadsheets have a wide variety of uses in both the business and academic worlds.

More information

Remaining Enhanced Labs

Remaining Enhanced Labs Here are some announcements regarding the end of the semester, and the specifications for the last Enhanced Labs. Don t forget that you need to take the Common Final Examination on Saturday, May 5, from

More information

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

Opening Microsoft Word. 1. Double click the Word 2016 icon on the desktop to launch word.

Opening Microsoft Word. 1. Double click the Word 2016 icon on the desktop to launch word. Intro to Microsoft Word 2016 Class Description: This class will provide an introduction to the word processing program Microsoft Word 2016. Learn how to create a simple document, edit and format text,

More information

PART 7. Getting Started with Excel

PART 7. Getting Started with Excel PART 7 Getting ed with Excel When you start the application, Excel displays a blank workbook. A workbook is a file in which you store your data, similar to a three-ring binder. Within a workbook are worksheets,

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Introduction to VPython for E&M This tutorial will guide you through the basics of programming in VPython

Introduction to VPython for E&M This tutorial will guide you through the basics of programming in VPython Introduction to VPython for E&M This tutorial will guide you through the basics of programming in VPython VPython is a programming language that allows you to easily make 3-D graphics and animations. We

More information

MODULE III: NAVIGATING AND FORMULAS

MODULE III: NAVIGATING AND FORMULAS MODULE III: NAVIGATING AND FORMULAS Copyright 2012, National Seminars Training Navigating and Formulas Using Grouped Worksheets When multiple worksheets are selected, the worksheets are grouped. If you

More information

Introduction to VPython This tutorial will guide you through the basics of programming in VPython.

Introduction to VPython This tutorial will guide you through the basics of programming in VPython. 1 Introduction to VPython This tutorial will guide you through the basics of programming in VPython. VPython is a programming language that allows you to easily make 3-D graphics and animations. We will

More information

Excel for Gen Chem General Chemistry Laboratory September 15, 2014

Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel is a ubiquitous data analysis software. Mastery of Excel can help you succeed in a first job and in your further studies with expertise

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Section 2. Opening and Editing Documents

Section 2. Opening and Editing Documents Section 2 Opening and Editing Documents Topics contained within this section: Opening Documents Using Scroll Bars Selecting Text Inserting and Deleting Text Copying and Moving Text Understanding and Using

More information

What we will learn in Introduction to Excel. How to Open Excel. Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah

What we will learn in Introduction to Excel. How to Open Excel. Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet

More information

Division of School Facilities

Division of School Facilities Division of School Facilities Module 3 EXCEL HIDE/ FILTER/ SORT & PRINT New York City Department of Education Office of Enterprise Development and Support Applications Support Group 2011 TABLE of CONTENTS

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

The Cantor Handbook. Alexander Rieder

The Cantor Handbook. Alexander Rieder Alexander Rieder 2 Contents 1 Introduction 5 2 Using Cantor 6 2.1 Cantor features....................................... 6 2.2 The Cantor backends.................................... 7 2.3 The Cantor Workspace...................................

More information

Excel Core Certification

Excel Core Certification Microsoft Office Specialist 2010 Microsoft Excel Core Certification 2010 Lesson 6: Working with Charts Lesson Objectives This lesson introduces you to working with charts. You will look at how to create

More information

Using Formulas and Functions

Using Formulas and Functions Using Formulas and Functions Formulas... 1 Using operators in formulas... 1 Creating formulas... 2 Good Practice: The easy way to create formulas... 2 Copying formulas... 3 Operators... 3 Formula error

More information

WORD BASICS: MICROSOFT OFFICE 2010

WORD BASICS: MICROSOFT OFFICE 2010 WORD BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Microsoft Word Components The Keyboard SIMPLE TASKS IN MICROSOFT WORD PAGE 08 Typing

More information

Microsoft Office Word. Part1

Microsoft Office Word. Part1 Microsoft Office 2010 - Word Part1 1 Table of Contents What is Microsoft Word?... 4 Creating a document... 5 Toolbar... 6 Typing in MS Word Text Area... 7 Cut, Copy and Paste Text... 9 Paste Preview...

More information

Basic Microsoft Excel Skills

Basic Microsoft Excel Skills Basic Microsoft Excel Skills Note : This tutorial is based upon Microsoft Excel 2000. If you are using MSExcel 1997 or 2002, there may be some operations which look slightly different (e.g. graphs), but

More information

March 28, Excel Essentials. Jim Snediker. Suzi Huisman

March 28, Excel Essentials. Jim Snediker. Suzi Huisman March 28, 2019 Excel Essentials Jim Snediker Suzi Huisman 1 What is a Spreadsheet? A spreadsheet is the computer equivalent of a paper ledger sheet. Worksheet new name for Spreadsheet Workbook one file

More information

Basic Microsoft Word

Basic Microsoft Word (Demonstrated using Windows XP) An Introduction to Word Processing Adapted from Taskstream Word Tutorial (2005) < http://www.taskstream.com > Updated 4/05 by Dr. Bruce Ostertag What can Microsoft Word

More information

Create formulas in Excel

Create formulas in Excel Training Create formulas in Excel EXERCISE 1: TYPE SOME SIMPLE FORMULAS TO ADD, SUBTRACT, MULTIPLY, AND DIVIDE 1. Click in cell A1. First you ll add two numbers. 2. Type =534+382. 3. Press ENTER on your

More information

Practice Exercises for Introduction to Excel

Practice Exercises for Introduction to Excel Practice Exercises for Introduction to Excel Follow the directions below to create the exercises. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Chapter 1: Introduction

Chapter 1: Introduction Modeling in 3-D is the process of creating a mathematical representation of an object's surfaces. The resulting model is displayed on your screen as a two-dimensional image. Rhino provides tools for creating,

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Microsoft Word. An alternative to following these steps are to double click on the Microsoft Word Icon on the desktop.

Microsoft Word. An alternative to following these steps are to double click on the Microsoft Word Icon on the desktop. Microsoft Word To access this Lesson Plan on-line, open up the library website www.bellevillelibrary.com and go to the tab that reads Adults. Scroll down and click on FREE Computer Lessons. On this page

More information

YOGYAKARTA STATE UNIVERSITY MATHEMATICS AND NATURAL SCIENCES FACULTY MATHEMATICS EDUCATION STUDY PROGRAM

YOGYAKARTA STATE UNIVERSITY MATHEMATICS AND NATURAL SCIENCES FACULTY MATHEMATICS EDUCATION STUDY PROGRAM YOGYAKARTA STATE UNIVERSITY MATHEMATICS AND NATURAL SCIENCES FACULTY MATHEMATICS EDUCATION STUDY PROGRAM TOPIC 1 INTRODUCING SOME MATHEMATICS SOFTWARE (Matlab, Maple and Mathematica) This topic provides

More information

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears.

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears. Word 2010 Text Basics Introduction Page 1 It is important to know how to perform basic tasks with text when working in a word processing application. In this lesson you will learn the basics of working

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens Introduction to Excel 2010 What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet form. Excel makes it easy to translate data

More information