The Word 2007/2010 Equation Editor

Size: px
Start display at page:

Download "The Word 2007/2010 Equation Editor"

Transcription

1 The Word 2007/2010 Equation Editor Contents The Word 2007/2010 Equation Editor... 1 When the Equation Editor Should Be Used... 1 Why the Equation Editor Should Be Used... 1 How to Enter the Equation Editor Quickly... 2 Equation display modes... 2 Insertion of Single Symols... 3 Insertion of Spaces... 3 Grouping and Brackets... 4 Superscripts and Suscripts... 4 Division and Stacking... 4 Parentheses size control with \phantom and \smash... 6 Square Roots and Higher Order Roots... 7 Integrals, Products and Sums... 7 Function Names... 7 Other Font Changes... 8 Accent Marks, Overars, Underars, Aove and Below... 8 Greek Alphaet... 9 Herew Characters... 9 Equation Numers... 9 Symol that Lack Keywords References When the Equation Editor Should Be Used The equation editor should e used to format your equations. In some cases you can use simple Word commands, such as superscript (<control>+) and suscript (<control>=) to format simple variales, as when you wish to say, L 1 is the length of the eam, ut in doing so, you should pay attention to the font in which the variale is displayed. For example, variales should e formatted in italic font, while function names and units of measure should e in regular font. (It is often easiest to use a shortcut key, as descried elow, to jump into the equation editor, even if you are simply typing a variale name). Why the Equation Editor Should Be Used Some equations will e nearly impossile to represent without this editor. Others will simply look unprofessional. Compare the following: dy ax 2 + x + c --- = sin(θ) dx (x α) 2 = aaxx2 + + cc (xx αα) 2 sin θθ The second form looks etter, requires aout a third of the time to create with the equation editor, and is far easier to modify. You can save sustantial time if you ecome familiar with the shortcut commands within the equation editor. This document descries the use of the editor availale in Word This environment differs from the keystroke-ased editor that was availale in previous versions of Word or in Mathtype. Its syntax is similar to that of TeΧ a typesetting program that pre-dates Microsoft Word. 1

2 How to Enter the Equation Editor Quickly The quickest way to enter the equation editor is the shortcut key <alt>= (hold down the <alt> key while you type = ). You can also click on Equation under the Insert ta, ut this sequence can ecome cumersome when you are setting a large numer of equations or defining multiple variales within text. The need to move your hands from the keyoard to the mouse (or mouse pad) slows your typing. You now have no excuse not to use the equation editor on a casual asis. It is only one keystroke away. While in the equation editor, you can use various symols and keywords instead of the more cumersome menu ar. A more complete description of the codes used y the equation editor and the syntax and philosophy ehind it is given y Sargent [1]. Single characters, such as _, ^ and / that have special meanings. Keywords such as \alpha that will e translated to symols (in this case, α ). Keywords such as \sqrt and \overrace will modify expressions that are correctly grouped. Note: Spaces that you type are important to the equation editor ecause they tell the editor when it is time to translate a part of the equation you are typing. Where it is necessary for clarity in this document, a space will e represented y the sequence <sp>. Equation display modes If you click on an equation, it will ecome highlighted, as shown in Figure 1. When you then click on the lue downarrow at the lower right, five options appear. Save as new equation allows you to keep the equation as a uilding lock, which makes it availale from the Insert rion. Professional means that the equation should e displayed as a formatted equation. Linear means to show the equation in its raw form, similar to the way that the equation was typed, ut with some of the typed codes translated into special characters. Display means that the equation will e formatted in a way that is appropriate for an equation etween paragraphs. Inline means that the equation will e formatted in a way that is appropriate for an equation within a paragraph. Inline equations tend to e more compressed than displayed equations. Figure 1: The appearance of an equation. 2

3 Insertion of Single Symols Keywords can e used to quickly insert a limited numer of frequently used symols. Keywords are case-sensitive (e.g., \rightarrow is different from \Rightarrow). If you need a single symol that does not appear on this list, see the section Symol that Lack Keywords. To Insert Type Or To Insert Type Or \infty ħ \har \rightarrow \-> \leftarrow \uparrow \downarrow \nearrow \nwarrow \searrow \swarrow \leftrightarrow \updownarrow \Rightarrow \Leftarrow \Uparrow \Downarrow \partial \nala \le <= \ge >= \ll << \gg aa a\times ff(tt) gg(tt) f(t)\otimes g(t) aa a\cdot aa a\odot xx yy x\oplus y xx yy a\ominus y aa a\mapsto \hookrightarrow aa a\dots aa a\cdots aa a\ot aa a\top AA BB A\igcap B AA BB A\igcup B AA BB A\igsqcup B AA BB A\iguplus B aa a\star \forall \in \exists \igwedge \igvee \ne \approx \equiv \cong \sim \simeq \owtie \ox \suset \emptyset ~= \therefore \ecause ± \pm +- \mp -+ \angle \propto 22 C 22 \degree C Insertion of Spaces Because spaces have special meaning in the equation editor, and ecause the equation editor usually handles spacing appropriately, the spacear cannot usually e used to add spaces within equations. However, spaces can e inserted with the following keywords: (Keywords \medsp, \thicksp and vthicksp also exist, ut \medsp is a not-so-useful synonym for no space at all, and \thicksp and \vthicksp are synonyms for \thinsp). \hairsp a small space e.g. xx \thinsp a wider space e.g. xx 3

4 Grouping and Brackets The equation editor causes rackets (such as [], {} and ( )) to grow to the size of the expression within them. However, parentheses are the grouping character and will not display when used as such. To force parentheses to display, you must doule them. To prevent rackets from eing reformatted, precede them y the \ character. Some examples follow. aa [a/] The / command for fractions is descried in a later section. aa {a/} aa (a/) Parentheses display. aa + 1 aa ( + 1) a/(+1) a/((+1)) Parentheses used for grouping do not display. Doule parentheses display. aa yy { a\atop \close y The \close keyword completes the opened race. The \atop command is descried in a later section. aa ff cc + dd (a f)/(c+d) The parentheses are, again, used for grouping. ff aa cc + dd a f/(c+d) yy = [ aa ] y=\[<sp>a/<sp>\] Backslashes prevent [ and ] from growing. aa \norm a\norm Superscripts and Suscripts The _ and ^ keys are used to insert superscripts and suscripts. Grouping is important ecause it 2 distinguishes etween F 2 and F n n. Terms can e grouped y enclosing them in parentheses, where the parentheses themselves do not print. Some simple examples follow: To Display Type Notes xx ii yy nn x_i\times<sp>y^n The spacear <sp> is needed. xx ii+1 x^(i+1) The parentheses do not show. See grouping. x_i^n nn xx ii kk+1 FF nn F_n^(k+1) FF nn kk+1 F_(n^(k+1)) All of the parentheses are needed. 0 9 HH (_0^9)H Division and Stacking Use the / character for division. The equation editor will reformat the expression to place the numerator aove the denominator. To prevent vertical uildup of the fraction, use \/ instead of / alone. As with superscripts and suscripts, you can use parentheses to group expressions into a numerator and denominator. Examples follow: 4

5 a a/ a+ (a+)/(c+d) Parentheses do not print. c+ d ( a+ ) The doule parentheses force the single parentheses ((a+))/(c+d) to print in the numerator. c+ d a+ + n c+ d f x e 1/2 ( ) + ((a+)/(c+d) + n)/(f(x)+e^(1\/2))<sp> The / is preceded y \ in the exponential to provide a horizontal fraction (1/2 instead of 1 2 ). If you need to stack expressions without the horizontal division line, use \atop or \matrix. The vertical ar can also e used in place of \atop. a Do not add spaces etween the a\atop or a expression and the vertical ar. a+ (a+)\atop(c+d) Parentheses do not print. c+ d x = 0 f(x)={\matrix (\infty x=0@0 x\ne 0) character ends a row of the f ( x) = 0 x 0 \close matrix. x11 x12 x13 A=[\matrix(x_11&x_12&x_13@ The matrix must e enclosed in () s. The A= x21 x22 x 23 x_21&x_22&x23@ & character separates columns of the x31 x32 x x_31&x_32&x_33)] matrix. separates rows. 33 The syntax for matrices tends to lead to expressions that are difficult to read. An easier approach is to enter the equation editor with <alt>+ and then use the Matrix dropdown menu in the structures group to insert the closest approximation to the matrix that you need. To add extra columns and rows, click on the equation and then click on the small lue down-arrow and scroll down to Linear to change the display to linear, then insert & symols as appropriate, and return to Professional. 5

6 Parentheses size control with \phantom and \smash The keywords \phantom and \smash can e used to force rackets and parentheses to have a specific size. [\phantom (a\atop )]<sp> The \phantom command creates an oject as large as the expression in parentheses, ut does not print it, so you can create, for example, large empty rackets. [ aa \smash creates the oject, ut makes its size [\smash(a\atop )\close<sp><sp> zero so that the enclosing racket does not grow. [ ] [\hphantom((a+)/c)] [\vphantom((a+)/c)] The \hphantom command creates an oject with the width of the expression in parentheses, ut zero height. The \vphantom command creates an oject with the height of the expression in parentheses, ut zero width. This example shows a Routh matrix that was constructed with the aid of \vphantom. ss 3 ss 2 ss 1 ss 0 ss 3 ss 2 ss 1 ss (48 32) Without the \vphantom, the vertical spacing of the stack of ss nn symols on the left would not match with that of the two columns on the right The syntax is 1 (48 32) \open\matrix(s^3@s^2@ (1/4) s^1@s^0 ) \matrix(1&8\vphantom(s^3 )@4&48\vphantom(s^2 )@-1/4 (48-32)&0@_1&0\vphantom(s^0 )) Yes. I do realize that this example is far more than you want to worry aout. 6

7 Square Roots and Higher Order Roots The square root keyword \sqrt operates on the argument that follows it. The equation editor also has keywords for higher order roots. Examples are: xx \sqrt x xx + 1 \sqrt(x+1) 3 xx + 1 \crt(x+1) 4 xx + 1 \qdrt(x+1) ± 2 4aaaa 2aa (-\pm\sqrt(^2-4ac))/2a<sp> nn xx \sqrt(n&x)<sp> The & separates the root order from the argument Integrals, Products and Sums Integrals, products and sums are inserted with the keywords \sum, \int and \prod. Use suscripts and superscripts to insert the limits. Examples are: To Display NN xx nn nn=0 NN xx nn nn=0 ff(tt)ee iiiiii dddd ff(xx)dddd ff(xx)dddd ff(xx, yy)dddd Type \sum_(n=0)^n x^n<sp> \prod_(n=0)^n x^n<sp> \int_-\infty^\infty <sp> <sp> f(t) e^i\omega t<sp>dt \iint f(x) dx \iiint f(x) dx \oint f(x,y) dl Function Names The equation editor switches etween variale style or function style, depending on whether it interprets part of an equation as a variale or a function (compare the two styles in the equation y = sin( x), which would not look right if it were displayed as y = sin( x) ). You must type a space after the function name to allow the editor to interpret it as a function. Some of the functions that are recognized are: sin θθ sec θθ arcsin(yy) cosh θθ exp(iiiiii) cos θθ csc θθ arctan(yy/xx) tanh θθ tan θθ arccos(xx) sinh θθ log(xx) If a function keyword is not recognized, you can force the editor to treat it as a function if you follow it with the \funcapply keyword. For example, sinc is not recognized as a function, ut the sequence sinc\funcapply<sp><sp> will produce sinc xx (as opposed to the less attractive ssssssss xx). 7

8 Other Font Changes Many of the utilities on the Font group of the Home rion can e used to modify text within an equation. The \scriptx command (where X is any single letter) can also e used to quickly create a script letter. The variale style can e overridden with several commands. See Gardner [2] for more information. To Insert Use a script character (e.g. F ) \scriptf (Notice that there is no space etween \script and F) regular text Enclose in quotes. E.g. a = produces a= instead of a =. italic text toggle italic on and off with <control>i old text toggle old on and off with <control> hello there <control>i hello <control>i there hello there <control>i hello <control> there L { f ( x) } \scriptl {f(x)} xx = R(xx + iiii) x=\re(x+iy) yy = I(xx + iiii) y=\im(x+iy) Select the character. Then, on the Design rion, under the Tools a large character x= a+ group, click on Normal Text. Now go to the Home rion and change the font size. Go ack to the Design rion and click on Normal Text again to get ack to the correct font design (e.g. italic if it is a variale).* * Sorry aout this level of complication. There should just e a command like \size24 to change the point size, ut there is not. Also, if you try to change font size without first clicking on Normal Text, the font size of the entire equation changes, rather than just the characters you selected. Accent Marks, Overars, Underars, Aove and Below Certain keywords can e used to place accents, overars, overraces and other modifiers on characters and expressions. Examples are: Force Mass times Acceleration \overrace F^ force = Overar text is introduced with ^, as if F = ma \overrace(ma)^ Mass times Acceleration it were a superscript. a+ \overar(a+) a+ \overparen(a+) a+ \underar(a+) lim \elow(x\rightarrow 0) lim x 0 0 lim x lim\aove(x\rightarrow 0) Because lim is a keyword it is not displayed in italics. 8

9 Some accents are designed to fit over a single character. The keyword must e typed after the modified character and followed y two spaces. For Type For Type For Type xx x\ar<sp><sp> xx x\ddot<sp><sp> xx x\hvec<sp><sp> xx x\bar<sp><sp> xx x\hat<sp><sp> xx x\tvec<sp><sp> xx x\check<sp><sp> xx x\tilde<sp><sp> xx x\dot<sp><sp> xx x\vec<sp><sp> Prime marks also follow the expression that they modify, ut are followed y only a single space: To Display xx xx xx Type x\prime<sp> x\pprime<sp> x\ppprime<sp> Greek Alphaet To include a Greek letter in an equation, spell the name of the letter, preceded y the ackslash character (\). If the name egins with a lower case letter, a lower case Greek letter is inserted. If the name egins with an upper case letter, an upper case Greek letter is inserted. The tale elow provides the names for each of the lower case Greek letters (with some variations). For Type For Type For Type For Type αα \alpha ηη \eta ο \omicron * υυ \upsilon ββ \eta ιι \iota ππ \pi ππ \varpi χχ \chi φφ \varphi θθ \theta ωω \omega δδ \delta κκ \kappa θθ \vartheta ξξ \xi εε \epsilon λλ \lamda ρρ \rho ψψ \psi φφ \phi μμ \mu σσ \sigma ζζ \zeta γγ \gamma νν \nu ττ \tau * \omicron should work, ut did not when I tried it in the Word 2007 editor. If you have troule with this letter, you can use the Symols group of the Insert rion. Herew Characters The equation editor s collection of Herew characters is limited to the first four. ℵ ℶ ℸ ℷ \aleph \eth \daleth \gimel Equation Numers The easiest way to numer equations is to put the equation in a tale. If you wish to have the equation centered, use a tale with three columns so that the left column alances the right column. Here is an example. The tale orders are included for clarity, ut in most cases, it is est to remove them. ee iiii = cos xx + ii sin xx Eq. 1 9

10 You can make the equations automatically numered if you click inside the tale, go to the References rion, and click on Insert Caption. Choose Equation, and use the lael that fits your taste (in this case, I have used Eq. ). Finally, change the orders and shading for the tale to None. To generate additional numered equations, you can copy and paste the tale that you just generated into different locations and simply change the equation. Highlight the equation numer, right click, and select Update Field to have Word automatically change the numer. To simplify matters further, you can just copy and paste the aove tale into your document and use it as a template. R{ee iiii } = cos xx Eq. 2 Symol that Lack Keywords The equation editor lacks keywords for some symols. Some missing keywords are surprising, such as one for Å, which one would expect to e simply \Angstrom. 1 If the keyword cannot e found, the symol is proaly still availale. First, check the Symols group on the Design rion under Equation Tools (Figure 2), which should appear when you type <control>+ to enter the equation editor. Figure 2: The Symols group under the Design ta of Equation Tools. Most of the default symols in this group have already een descried. However, if you click on the downarrow (circled in Figure 2) and then click on the downarrow at the top of the resulting menu, the following options will appear: Basic Math Greek Letters Letter-Like Symols Operators Arrows Negated Relationships Scripts Geometry 1 An insane method that approximates the Angstrom symol uses \vphantom and \smash. Type: (\vphantom(a)<sp>\smash(a)<sp>)\aove\circ)<sp><sp> and then convert to non-italic with <control>i. The result is A. The \vphantom and \smash are used to place the circle at the right height. If you type simply A\aove\circ<sp><sp>, you get A, which places the circle too high. 10

11 For example, the Letter-Like Symols group contains the following symols that do not have keywords. Symol Name ASCII Hexadecimal Code C Doule-Struck Capital C 2102 ð Latin Small Letter Eth 00F0 Ⅎ Turned Capital F 2132 H Hilert Space 210C N The Set of Natural Numers 2115 Q Rational Numers 211A R Real Numers 211D Z The Set of Integers 2124 A Angstrom 212B Inverted Ohm Sign 2127 There Does Not Exist 2204 The ASCII hexadecimal code may e useful for a small suset of people. If you type that code into an equation, then select the code and type <alt>x (think of the x as standing for hexadecimal), it will convert the numer to the corresponding character. You can convert only one character at a time. So if your thesis uses the A symol frequently, you may find it worthwhile to memorize the code 212B for that symol so that you do not need to keep extracting it from the Symols group. Conversely, if you are in the linear mode of the equation editor, you can highlight a single character and then type <alt>x to print that character s hexadecimal code. As a last resort, you can resort to using Symol under the Symols group of the standard Insert rion, which is completely independent of the equation editor. References 1. Sargent, M III, Unicode nearly plain-tex encoding of mathematics, Office Authoring Services, Microsoft Corporation, 2006 ( 2. Gardner J, Shortcuts for the Word 2007 equation editor, ( 11

ASCII CODES WITH GREEK CHARACTERS

ASCII CODES WITH GREEK CHARACTERS ASCII CODES WITH GREEK CHARACTERS Dec Hex Char Description 0 0 NUL (Null) 1 1 SOH (Start of Header) 2 2 STX (Start of Text) 3 3 ETX (End of Text) 4 4 EOT (End of Transmission) 5 5 ENQ (Enquiry) 6 6 ACK

More information

User Guide LabelManager 420P

User Guide LabelManager 420P User Guide LabelManager 420P 17 18 19 20 21 22 16 1 15 2 14 13 3 4, - + 5 % Shift 6 12 7 8 11 10 9 Figure 1DYMO LabelManager 420P label maker 1 Print 9 Accented characters 17 Format 2 Preview 10 Space

More information

University of Maryland Fraternity & Sorority Life Spring 2015 Academic Report

University of Maryland Fraternity & Sorority Life Spring 2015 Academic Report University of Maryland Fraternity & Sorority Life Academic Report Academic and Population Statistics Population: # of Students: # of New Members: Avg. Size: Avg. GPA: % of the Undergraduate Population

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

Formatting Text in Microsoft Word

Formatting Text in Microsoft Word Formatting Text - 1 of 44 Formatting Text in Microsoft Word Page Setup 2 Centering Text 3 Line Spacing 4 Paragraph Spacing 4 Indenting a Paragraph s First Line 5 Hanging Indentation 5 Indenting an Entire

More information

V. Kumar Andrew Petersen Instructor s Presentation Slides

V. Kumar Andrew Petersen Instructor s Presentation Slides V. Kumar Andrew Petersen Instructor s Presentation Slides Chapter Six Customer Churn 2 Introduction The most effective way to manage customer churn is to understand the causes or determinants of customer

More information

xn. x must be written as x^(2n) and NOT as x^2n. Writing x^2n means 4x y would be written as 4 x^2 y^3 or with the multiplication mark as 4*x^2*y^3.

xn. x must be written as x^(2n) and NOT as x^2n. Writing x^2n means 4x y would be written as 4 x^2 y^3 or with the multiplication mark as 4*x^2*y^3. Writing Mathematical Epressions in Plain Tet Eamples and Cautions Copyright 009 Sally J. Keely. Mathematical epressions can be typed online in a number of ways including plain tet, ASCII codes, HTML tags,

More information

Using Keystrokes to Write Equations In Microsoft Office 2007 Equation Editor

Using Keystrokes to Write Equations In Microsoft Office 2007 Equation Editor Using Keystrokes to Write Equations In Microsoft Office 2007 Equation Editor by Tomas Co Michigan Technological University Department of Chemical Engineering March 2008 1 Table of Contents I. Introduction

More information

Table of Contents Appendix 4-9

Table of Contents Appendix 4-9 Table of Contents Appendix 4-9 Appendix Multi-Input Thermometer & Datalogger Software Manual v1.0 4-8 Table of Contents 1. Introduction...1-1 1.1 Operation Environment...1-1 1.2 Hardware...1-1 1.3 Connecting

More information

FX 115 MS Training guide. FX 115 MS Calculator. Applicable activities. Quick Reference Guide (inside the calculator cover)

FX 115 MS Training guide. FX 115 MS Calculator. Applicable activities. Quick Reference Guide (inside the calculator cover) Tools FX 115 MS Calculator Handouts Other materials Applicable activities Quick Reference Guide (inside the calculator cover) Key Points/ Overview Advanced scientific calculator Two line display VPAM to

More information

XMGrace Fancy characters and stuff

XMGrace Fancy characters and stuff XMGrace Fancy characters and stuff In XMGrace it is possible to write Greek letters, do superscripts and subscripts and the like. This tex-file/pdf will hopefully keep a list of what I have learnt (starting

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

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

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

Maple Quick Start. Introduction. Talking to Maple. Using [ENTER] 3 (2.1)

Maple Quick Start. Introduction. Talking to Maple. Using [ENTER] 3 (2.1) Introduction Maple Quick Start In this introductory course, you will become familiar with and comfortable in the Maple environment. You will learn how to use context menus, task assistants, and palettes

More information

QUADRATIC EQUATIONS EXPECTED BACKGROUND KNOWLEDGE

QUADRATIC EQUATIONS EXPECTED BACKGROUND KNOWLEDGE MODULE - 1 Quadratic Equations 6 QUADRATIC EQUATIONS In this lesson, you will study aout quadratic equations. You will learn to identify quadratic equations from a collection of given equations and write

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

PTC Mathcad Prime 3.0 Keyboard Shortcuts

PTC Mathcad Prime 3.0 Keyboard Shortcuts PTC Mathcad Prime 3.0 Shortcuts Swedish s Regions Inserting Regions Operator/Command Description Shortcut Swedish Area Inserts a collapsible area you can collapse or expand to toggle the display of your

More information

CAGED System Primer For Community Guitar by Andrew Lawrence Level 2

CAGED System Primer For Community Guitar by Andrew Lawrence Level 2 System Primer or ommunity uitar y ndrew Lawrence Level communityguitar.com hords and hord Shapes The system is ased on the recognition that although there are many major chords on the neck of the guitar,

More information

2. Illustration of the Nikkei 225 option data

2. Illustration of the Nikkei 225 option data 1. Introduction 2. Illustration of the Nikkei 225 option data 2.1 A brief outline of the Nikkei 225 options market τ 2.2 Estimation of the theoretical price τ = + ε ε = = + ε + = + + + = + ε + ε + ε =

More information

Basic Geometry Review For Trigonometry Students. 16 June 2010 Ventura College Mathematics Department 1

Basic Geometry Review For Trigonometry Students. 16 June 2010 Ventura College Mathematics Department 1 Basic Geometry Review For Trigonometry Students 16 June 2010 Ventura College Mathematics Department 1 Undefined Geometric Terms Point A Line AB Plane ABC 16 June 2010 Ventura College Mathematics Department

More information

MATH 381 HOMEWORK 2 SOLUTIONS

MATH 381 HOMEWORK 2 SOLUTIONS MATH 38 HOMEWORK SOLUTIONS Question (p.86 #8). If g(x)[e y e y ] is harmonic, g() =,g () =, find g(x). Let f(x, y) = g(x)[e y e y ].Then Since f(x, y) is harmonic, f + f = and we require x y f x = g (x)[e

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

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

How To Write Equations In Openoffice.Org (For Free)

How To Write Equations In Openoffice.Org (For Free) Math Objects: The Equation Editor Title: Math Objects: The Equation Editor Version: 1.0 First edition: November 2004 First English edition: November 2004 Contents Overview...ii Copyright and trademark

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

Question 2: How do you solve a matrix equation using the matrix inverse?

Question 2: How do you solve a matrix equation using the matrix inverse? Question : How do you solve a matrix equation using the matrix inverse? In the previous question, we wrote systems of equations as a matrix equation AX B. In this format, the matrix A contains the coefficients

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

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

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

More information

Word 2010 for Mathematics Teachers & Students

Word 2010 for Mathematics Teachers & Students Word 2010 for Mathematics Teachers & Students For more info and downloads go to: http://school maths.com Gerrit Stols Page 1 Word 2010 for Mathematics Teachers and Students Gerrit Stols 2010 You are allowed

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

Solutions to Exercises, Section 5.1

Solutions to Exercises, Section 5.1 Instructor s Solutions Manual, Section 5.1 Exercise 1 Solutions to Exercises, Section 5.1 1. Find all numbers t such that ( 1 3,t) is a point on the unit circle. For ( 1 3,t)to be a point on the unit circle

More information

OX Spreadsheet Product Guide

OX Spreadsheet Product Guide OX Spreadsheet Product Guide Open-Xchange February 2014 2014 Copyright Open-Xchange Inc. OX Spreadsheet Product Guide This document is the intellectual property of Open-Xchange Inc. The document may be

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Using the Equation Editor

Using the Equation Editor Inserting an Equation To insert an equation, do one of the following. Using the Equation Editor Word : Insert / Object / Microsoft Equation 3.0 WordPerfect : Insert / Equation If you are using Word on

More information

Magnetometer Realignment: Theory and Implementation

Magnetometer Realignment: Theory and Implementation Magnetometer Realignment: heory and Implementation William Premerlani, Octoer 16, 011 Prolem A magnetometer that is separately mounted from its IMU partner needs to e carefully aligned with the IMU in

More information

Non-Linear Regression 2006-2008 Samuel L. Baker

Non-Linear Regression 2006-2008 Samuel L. Baker NON-LINEAR REGRESSION 1 Non-Linear Regression 2006-2008 Samuel L. Baker The linear least squares method that you have een using fits a straight line or a flat plane to a unch of data points. Sometimes

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

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

SAMPLE. Computer Algebra System (Classpad 330 using OS 3 or above) Application selector. Icolns that access working zones. Icon panel (Master toolbar)

SAMPLE. Computer Algebra System (Classpad 330 using OS 3 or above) Application selector. Icolns that access working zones. Icon panel (Master toolbar) A P P E N D I X B Computer Algebra System (Classpad 330 using OS 3 or above) B.1 Introduction For reference material on basic operations of the calculator, refer to the free downloadable documentation

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

Quick Reference ebook

Quick Reference ebook This file is distributed FREE OF CHARGE by the publisher Quick Reference Handbooks and the author. Quick Reference ebook Click on Contents or Index in the left panel to locate a topic. The math facts listed

More information

a. all of the above b. none of the above c. B, C, D, and F d. C, D, F e. C only f. C and F

a. all of the above b. none of the above c. B, C, D, and F d. C, D, F e. C only f. C and F FINAL REVIEW WORKSHEET COLLEGE ALGEBRA Chapter 1. 1. Given the following equations, which are functions? (A) y 2 = 1 x 2 (B) y = 9 (C) y = x 3 5x (D) 5x + 2y = 10 (E) y = ± 1 2x (F) y = 3 x + 5 a. all

More information

Getting to know your TI-83

Getting to know your TI-83 Calculator Activity Intro Getting to know your TI-83 Press ON to begin using calculator.to stop, press 2 nd ON. To darken the screen, press 2 nd alternately. To lighten the screen, press nd 2 alternately.

More information

BLACKBOARD 9.1: Text Editor

BLACKBOARD 9.1: Text Editor BLACKBOARD 9.1: Text Editor The text editor in Blackboard is a feature that appears in many different areas, but generally has the same look and feel no matter where it appears. The text editor has changed

More information

LAYOUT OF THE KEYBOARD

LAYOUT OF THE KEYBOARD Dr. Charles Hofmann, LaSalle hofmann@lasalle.edu Dr. Roseanne Hofmann, MCCC rhofman@mc3.edu ------------------------------------------------------------------------------------------------- DISPLAY CONTRAST

More information

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11} Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

Number Who Chose This Maximum Amount

Number Who Chose This Maximum Amount 1 TASK 3.3.1: MAXIMIZING REVENUE AND PROFIT Solutions Your school is trying to oost interest in its athletic program. It has decided to sell a pass that will allow the holder to attend all athletic events

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections

More information

Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage

Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft This article provides a systematic exposition

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

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

fx-83gt PLUS fx-85gt PLUS User s Guide

fx-83gt PLUS fx-85gt PLUS User s Guide E fx-83gt PLUS fx-85gt PLUS User s Guide CASIO Worldwide Education Website http://edu.casio.com CASIO EDUCATIONAL FORUM http://edu.casio.com/forum/ Contents Important Information... 2 Sample Operations...

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

4. How many integers between 2004 and 4002 are perfect squares?

4. How many integers between 2004 and 4002 are perfect squares? 5 is 0% of what number? What is the value of + 3 4 + 99 00? (alternating signs) 3 A frog is at the bottom of a well 0 feet deep It climbs up 3 feet every day, but slides back feet each night If it started

More information

Content Management System

Content Management System OIT Training and Documentation Services Content Management System End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2009 CONTENTS 1.

More information

Networking Guide. 2008 www.lexmark.com

Networking Guide. 2008 www.lexmark.com Networking Guide 2008 www.lexmark.com Contents Installing the printer on a wireless network...5 Wireless network compatiility...5 Information you will need to set up the printer on a wireless network...5

More information

The Technical Archer. Austin Wargo

The Technical Archer. Austin Wargo The Technical Archer Austin Wargo May 14, 2010 Abstract A mathematical model of the interactions between a long bow and an arrow. The model uses the Euler-Lagrange formula, and is based off conservation

More information

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

Math 181 Handout 16. Rich Schwartz. March 9, 2010

Math 181 Handout 16. Rich Schwartz. March 9, 2010 Math 8 Handout 6 Rich Schwartz March 9, 200 The purpose of this handout is to describe continued fractions and their connection to hyperbolic geometry. The Gauss Map Given any x (0, ) we define γ(x) =

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

MathType. Mathematical Equation Editor USER MANUAL

MathType. Mathematical Equation Editor USER MANUAL MathType Mathematical Equation Editor USER MANUAL Published By Design Science, Inc. 4028 Broadway Long Beach, CA 90803 U.S.A. Phone: (562) 433-0685 Fax: (562) 433-6969 E-mail: info@dessci.com Technical

More information

Introduction to Matlab

Introduction to Matlab Introduction to Matlab Social Science Research Lab American University, Washington, D.C. Web. www.american.edu/provost/ctrl/pclabs.cfm Tel. x3862 Email. SSRL@American.edu Course Objective This course provides

More information

Quick Tour of Mathcad and Examples

Quick Tour of Mathcad and Examples Fall 6 Quick Tour of Mathcad and Examples Mathcad provides a unique and powerful way to work with equations, numbers, tests and graphs. Features Arithmetic Functions Plot functions Define you own variables

More information

Website Editor User Guide

Website Editor User Guide CONTENTS Minimum System Requirements... 3 Design Your Website... 3 Choosing your Theme... 4 Choosing your Header Style... 4-5 Website Content Editor... 6 Text Editor Toolbar features... 6 Main Menu Items...

More information

INTRODUCTION TO EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

Quickstart for Desktop Version

Quickstart for Desktop Version Quickstart for Desktop Version What is GeoGebra? Dynamic Mathematics Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

SOME EXCEL FORMULAS AND FUNCTIONS

SOME EXCEL FORMULAS AND FUNCTIONS SOME EXCEL FORMULAS AND FUNCTIONS About calculation operators Operators specify the type of calculation that you want to perform on the elements of a formula. Microsoft Excel includes four different types

More information

This guide is adapted and updated from the OpenOffice.org 3.3 Math Guide. The contributors to that book are:

This guide is adapted and updated from the OpenOffice.org 3.3 Math Guide. The contributors to that book are: Copyright This document is Copyright 20122015 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU General Public License (http://www.gnu.org/licenses/gpl.html),

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Lesson 9: Radicals and Conjugates

Lesson 9: Radicals and Conjugates Student Outcomes Students understand that the sum of two square roots (or two cube roots) is not equal to the square root (or cube root) of their sum. Students convert expressions to simplest radical form.

More information

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0 VISUAL GUIDE to RX Scripting for Roulette Xtreme - System Designer 2.0 UX Software - 2009 TABLE OF CONTENTS INTRODUCTION... ii What is this book about?... iii How to use this book... iii Time to start...

More information

NOTE TIPS & TRICKS FOR THE EQUATION EDITOR OR MATHTYPE USER

NOTE TIPS & TRICKS FOR THE EQUATION EDITOR OR MATHTYPE USER TIPS & TRICKS FOR THE EQUATION EDITOR OR MATHTYPE USER Presented by: Bob Mathews Director of Training Design Science, Inc. E-mail: bobm@dessci.com Phone: 830-990-9699 NOTE The full version of this handout

More information

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta.

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta. OIT Training and Documentation Services Cascade Server End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2013 CONTENTS 1. Introduction

More information

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left. The verbal answers to all of the following questions should be memorized before completion of pre-algebra. Answers that are not memorized will hinder your ability to succeed in algebra 1. Number Basics

More information

Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page

Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page Errata for ASM Exam C/4 Study Manual (Sixteenth Edition) Sorted by Page 1 Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page Practice exam 1:9, 1:22, 1:29, 9:5, and 10:8

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

Programming with Mathcad Prime

Programming with Mathcad Prime Programming with Mathcad Prime PTC Academic Program Learn. Create. Collaborate. Succeed. Written By Chris Hartmann, Anji Seberino & Roger Yeh These materials are 2011, Parametric Technology Corporation

More information

Module 7 (Lecture 24 to 28) RETAINING WALLS

Module 7 (Lecture 24 to 28) RETAINING WALLS Module 7 (Lecture 24 to 28) RETAINING WALLS Topics 24.1 INTRODUCTION 24.2 GRAVITY AND CANTILEVER WALLS 24.3 PROPORTIONING RETAINING WALLS 24.4 APPLICATION OF LATERAL EARTH PRESSURE THEORIES TO DESIGN 24.5

More information

EndNote Cite While You Write FAQs

EndNote Cite While You Write FAQs IOE Library Guide EndNote Cite While You Write FAQs We have compiled a list of the more frequently asked questions and answers about citing your references in Word and working with EndNote libraries (desktop

More information

Automate tasks with Visual Basic macros

Automate tasks with Visual Basic macros Automate tasks with Visual Basic macros If you're not familiar with macros, don't let the term frighten you. A macro is simply a recorded set of keystrokes and instructions that you can use to automate

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

SCIENTIFIC CALCULATOR OPERATION GUIDE. <Write View>

SCIENTIFIC CALCULATOR OPERATION GUIDE. <Write View> SCIENTIFIC CALCULATOR OPERATION GUIDE CONTENTS HOW TO OPERATE Read Before Using Key layout 2 Reset switch/ pattern 3 format and decimal setting function 3-4 Exponent display 4 Angular unit

More information

TI-86 Financial Functions

TI-86 Financial Functions TI-86 Financial Functions Loading and Installing Finance Features on Your TI-86... 2 Loading the Finance Features into TI-86 Memory... 2 Installing the Finance Features for Use... 2 Displaying the FIN

More information

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt Lesson Notes Author: Pamela Schmidt Tables Text Fields (Default) Text or combinations of text and numbers, as well as numbers that don't require calculations, such as phone numbers. or the length set by

More information

AP Calculus AB 2003 Scoring Guidelines

AP Calculus AB 2003 Scoring Guidelines AP Calculus AB Scoring Guidelines The materials included in these files are intended for use y AP teachers for course and exam preparation; permission for any other use must e sought from the Advanced

More information

Theory of turbo machinery / Turbomaskinernas teori. Chapter 4

Theory of turbo machinery / Turbomaskinernas teori. Chapter 4 Theory of turbo machinery / Turbomaskinernas teori Chapter 4 Axial-Flow Turbines: Mean-Line Analyses and Design Power is more certainly retained by wary measures than by daring counsels. (Tacitius, Annals)

More information

How to Use the Text Editor in Blackboard

How to Use the Text Editor in Blackboard How to Use the Text Editor in Blackboard The image below is the text editor in Blackboard. No matter you add an item or discussion forum for your course as an instructor, post threads and replies on a

More information

WINDOWS MEDIA PLAYER 9 SKINS ACCEPTANCE CRITERIA SPECIFICATION

WINDOWS MEDIA PLAYER 9 SKINS ACCEPTANCE CRITERIA SPECIFICATION MICROSOFT CORPORATION WINDOWS MEDIA PLAYER 9 SKINS ACCEPTANCE CRITERIA SPECIFICATION DIGITAL MEDIA DIVISION Version: Review Draft Last Modified: April 17, 20041 TABLE OF CONTENTS INTRODUCTION... 2 GENERAL

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

fx-92b Collège 2D+ User s Guide http://edu.casio.com http://edu.casio.com/forum/ CASIO Worldwide Education Website CASIO EDUCATIONAL FORUM

fx-92b Collège 2D+ User s Guide http://edu.casio.com http://edu.casio.com/forum/ CASIO Worldwide Education Website CASIO EDUCATIONAL FORUM E fx-92b Collège 2D+ User s Guide CASIO Worldwide Education Website http://edu.casio.com CASIO EDUCATIONAL FORUM http://edu.casio.com/forum/ Contents Important Information... 2 Sample Operations... 2 Initializing

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

Macros in Word & Excel

Macros in Word & Excel Macros in Word & Excel Description: If you perform a task repeatedly in Word or Excel, you can automate the task by using a macro. A macro is a series of steps that is grouped together as a single step

More information

Creating Web Pages with Microsoft FrontPage

Creating Web Pages with Microsoft FrontPage Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short

More information

Module 5 (Lectures 17 to 19) MAT FOUNDATIONS

Module 5 (Lectures 17 to 19) MAT FOUNDATIONS Module 5 (Lectures 17 to 19) MAT FOUNDATIONS Topics 17.1 INTRODUCTION Rectangular Combined Footing: Trapezoidal Combined Footings: Cantilever Footing: Mat foundation: 17.2 COMMON TYPES OF MAT FOUNDATIONS

More information