Math Cad
Math Cad
i
Mathsoft Engineering & Education, Inc. owns both the Mathcad software program and
its documentation. Both the program and documentation are copyrighted with all rights
reserved by Mathsoft. No part of this publication may be produced, transmitted,
transcribed, stored in a retrieval system, or translated into any language in any form
without the written permission of Mathsoft Engineering & Education, Inc.
U.S. Patent Numbers 5,469,538; 5,526,475; 5,771,392; 5,844,555; and 6,275,866.
See the License Agreement and Limited Warranty for complete information.
International CorrectSpell software © 1993 by Vantage Research.
MKM developed by Waterloo Maple Software.
The Mathcad User Forums Collaboratory is powered by WebBoard, copyright 2001
by ChatSpace, Inc.
Copyright 1986-2002 Mathsoft Engineering & Education, Inc. All rights reserved.
Mathsoft Engineering & Education, Inc.
101 Main Street
Cambridge, MA 02142
USA
ii
Contents
Getting Started
About the User’s Guide 1
1: Welcome to Mathcad 3
What Is Mathcad? 3
Highlights of Mathcad 11 Release 4
System Requirements 7
Installation 7
Technical Support 9
2: Getting Started with Mathcad 11
The Mathcad Workspace 11
Regions 13
A Simple Calculation 16
Definitions and Variables 17
Entering Text 18
Iterative Calculations 19
Graphs 21
Saving, Printing, and Exiting 22
3: Online Resources 23
Mathcad Resources 23
Help 28
Collaboratory User Forums 29
Other Resources 32
4: Working with Math 33
Inserting Math 33
Building Expressions 39
Editing Expressions 42
Math Styles 50
5: Vectors, Matrices, and Data Arrays 53
Creating Arrays 53
Accessing Array Elements 56
Displaying Arrays 58
Working with Arrays 61
Nested Arrays 63
6: Working with Text 65
Inserting Text 65
Text and Paragraph Properties 68
Text Styles 71
Equations in Text 72
Text Tools 73
iii
7: Worksheet Management 77
Worksheets and Templates 77
Rearranging Your Worksheet 80
Layout 83
Safeguarding an Area of the Worksheet 85
Safeguarding an Entire Worksheet 87
Worksheet References 88
Hyperlinks 89
Distributing Your Worksheets 91
iv
13: Symbolic Calculation 195
Overview of Symbolic Math 195
Live Symbolic Evaluation 196
Using the Symbolics Menu 201
Examples of Symbolic Calculation 203
Symbolic Optimization 212
14: Importing and Exporting Data 215
Overview 215
Functions for Reading and Writing Files 215
Exchanging Data with Other Applications 216
Data Input and Output Components 219
Application Components 222
230
15: Extending and Automating Mathcad 231
Overview 231
Programming within Mathcad 231
Building Function DLLs 243
Creating Your Own Components 243
Accessing Mathcad from Within Another Application 248
v
Appendices
Appendix A: Special Functions 432
Appendix B: SI Units 434
Appendix C: CGS units 436
Appendix D: U.S. Customary Units 438
Appendix E: MKS Units 440
Appendix F: Predefined Variables 442
Appendix G: Suffixes for Numbers 443
Appendix H: Greek Letters 444
Appendix I: Arrow and Movement Keys 445
Appendix J: Function Keys 446
Appendix K: ASCII codes 447
Appendix L: References 448
Index 449
vi
About the User’s Guide
The Mathcad User’s Guide is organized as follows:
! Getting Started
This section contains a quick introduction to Mathcad’s features and workspace,
including resources available in the product and on the Internet for getting more
out of Mathcad. Be sure to read this section first if you are a new Mathcad user.
1
2 / About the User Guide
Additionally, in the Functions and Operators section of this book, the following
specific notation is used whenever possible:
• x and y represent real numbers.
• z and w represent either real or complex numbers.
• m, n, i, j, and k represent integers.
• S and any names beginning with S represent string expressions.
• u, v, and any names beginning with v represent vectors.
• A and B represent matrices or vectors.
• M and N represent square matrices.
• f represents a scalar-valued function.
• F represents a vector-valued function.
• file is a string variable that corresponds to a filename or path.
• X and Y represent variables or expressions of any type.
When spaces are shown in an equation, you need not type the spaces. Mathcad
automatically spaces equations correctly.
Chapter 1
Welcome to Mathcad
! What Is Mathcad?
! Highlights of Mathcad 11 Release
! System Requirements
! Installation
! Technical Support
What Is Mathcad?
Mathcad is the industry standard technical calculation tool for professionals, educators,
and college students worldwide. Mathcad is as versatile and powerful as a programming
language, yet it’s as easy to learn as a spreadsheet. Plus, it is fully wired to take
advantage of the Internet and other applications you use every day.
Mathcad lets you type equations as you’re used to seeing them, expanded fully on your
screen. In a programming language, equations look something like this:
x=(-B+SQRT(B**2-4*A*C))/(2*A)
+(B1+SQRT(B1*B1-4*A1*C1))/(2*A1)
And that’s assuming you can see them. Usually all you see is a number.
In Mathcad, the same equation looks the way you might see
it on a blackboard or in a reference book. And there is no
difficult syntax to learn; you simply point and click and your
equations appear.
But Mathcad equations do much more than look good. You can use them to solve just
about any math problem you can think of, symbolically or numerically. You can place
text anywhere around them to document your work. You can show how they look with
Mathcad’s two- and three-dimensional plots. You can even illustrate your work with
graphics taken from another application. Plus, Mathcad takes full advantage of
Microsoft’s OLE 2 object linking and embedding standard to work with other
applications, supporting drag and drop and in-place activation as both client and server.
Mathcad comes with online Tutorials; QuickSheets to show you working examples of
Mathcad functions including working with other applications; and Reference Tables
with math, science, and engineering formulas all under the Help menu. Online Help
includes the Author’s Reference and Developer’s Reference for more advanced usage.
3
4 / Chapter 1 Welcome to Mathcad
Data Input/Output
• Data File Reading and Writing: Components for reading and writing data files
now preserve data characteristics, including strings, numerics, complex numbers,
and empty cells. Reading and writing support a variety of delimiters, including
commas, semicolons, tabs, and special characters.
• Excel Data Exchange: When reading in from Excel you can now choose a named
data range and a specific worksheet within the file.
• Binary File Reading and Writing: Two new functions have been introduced to
read and write binary data, READBIN and WRITEBIN, allowing you to set various
parameters on your data.
Math Enhancements
• 1D Partial Differential Solve Blocks: One-dimensional parabolic and hyperbolic
Partial Differential Equations (PDEs) can now be solved inside solve blocks using
the new built-in function pdesolve() or with the new function numol(). Both the
wave equation and the heat equation, systems of PDEs, and PDEs with algebraic
constraints, can be solved numerically in Mathcad, as long as they are linear in their
highest order time derivatives.
• New Bessel Functions: The Bessel functions now accept complex arguments and
negative or fractional order. Most Bessel functions now have an exponentially-
scaled counterpart, as does the Gamma function. This is useful when trying to
evaluate scaled Bessels for large arguments without generating overflow errors.
• New Hankel Functions: The new Hankel functions evaluate following their
definition.
• Thresholded Truncation: New, uppercase versions of the truncation functions
(floor, ceil, round, etc.) take a second threshold argument and scale by the threshold
before performing the truncation, then rescale after truncation. This is useful if you
need to truncate without units. However, the lowercase version of these functions
no longer take arguments with units to avoid ambiguity when converting between
unit systems. Additionally, all truncation functions now accept complex arguments.
• Sinc and Seed: A new function has been added for sin(x)/x and its behavior at x =
0 has improved. The new Seed function resets the seed value used in random number
and random distribution functions dynamically in a Mathcad worksheet. It can also
be used in a program to set different seeds for different loops through a random
generator call.
• Error functions: The error function (erf) and complimentary error function (erfc)
now accept complex arguments.
• Strict Boolean Comparison: When doing comparison operations on floating point
numbers that vary beyond the calculation precision of your machine, you may want
to implement strict Boolean comparison within your worksheet. If you check this
option, the two sides of a Boolean sentence will be compared exactly.
6 / Chapter 1 Welcome to Mathcad
Programming
• Scriptable Object Improvements: Mathcad Scriptable Object components can
now call other objects and variables in a Mathcad worksheet using the Automation
methods outlined in Help⇒Developer’s Reference under Accessing Mathcad
from Another Application.
• String Support in User EFIs: User-written functions for Mathcad may now be
programmed to pass strings as arguments and outputs. MCSTRING has been added
to define a null-terminated character string pointer.
New Online Resources
• New Tutorials: Getting Started Primers and In-depth Features are entirely new,
geared both for new users and users looking for help on more advanced features.
They are accessible from the Resources toolbar or directly from the Help menu.
• QuickSheets and Application Samples: QuickSheets provide live examples of
most Mathcad functions. They are now all linked from Help. In addition,
application samples are now included under Using Mathcad with Other
Applications in the QuickSheets. These example files are also accessible directly
from the Help menu.
• Developer’s Reference: This online Help now provides more guidance and
examples for custom controls, creating scriptable objects, and Automation. Linked
sample files have been added to help you use these features.
• Web Library: The E-books in the Web Library at www.mathcad.com include
helpful resources for using Mathcad. If you are solving differential equations, we
recommend downloading Differential Equation Solve Blocks: ODEs and DAEs in
Mathcad.
If you are upgrading from a version earlier than Mathcad 2001i, you will find many
more new features. Online Help, QuickSheets, Tutorials, and this User’s Guide will all
help orient you to the current features in Mathcad.
Mathcad Enterprise
• Mathcad 11 Enterprise is designed for organizational use of Mathcad, with
additional capabilities to support networked or server-based deployment. Mathcad
Enterprise supports Microsoft Sharepoint, including networked accessibility,
check-in/check-out, version management, and access control.
System Requirements / 7
System Requirements
In order to run Mathcad 11, the following are recommended or required:
• PC with Pentium/Celeron processor running at 233 MHz. 300 MHz or higher
recommended.
• Windows 98 SE, Me, NT 4.0 SP6, 2000 SP2, XP or higher.
• Minimum 96 MB of RAM. 256 MB or higher recommended.
• SVGA or higher graphics card and monitor.
• At least 150 MB disk space.
• Internet Explorer, version 5.5 or higher is required for full functionality of the Help
system, accessing HTML content within the Resources window, the opening and
saving of web-based files, and automatic product activation. IE 6 can be installed
from the CD. IE does not need to be your default browser.
• CD-ROM drive or DVD drive.
• Keyboard and mouse or compatible pointing device.
Direct Internet connection or Internet access through a service provider is
recommended.
Installation
Note The installation of Mathcad 11 requires the uninstallation of any previous versions of Mathcad
from your computer before installing the new version. We have found that running more than
one version of Mathcad from the same computer can lead to instability and unexpected
behaviors. To uninstall previous versions of Mathcad, use “Add/Remove Programs” from your
Windows Start menu under Settings⇒Control Panel.
Instructions in this section are intended for single-user editions of Mathcad 11.
Enterprise Edition users should refer to the Installation and License Management
Guide included with your copy of Mathcad for installation instructions.
To Install Mathcad
1. Insert the Mathcad CD into your CD-ROM drive. The first time you do this, the
CD will automatically start the installation program. If the installation program does
not start automatically, you can start it by choosing Run from the Start menu and
typing D:\SETUP (where “D:” is your CD-ROM drive). Click “OK.”
2. Click the Mathcad button on the main installation page.
3. When prompted, enter your product code, located on the back of the CD envelope.
4. Follow the remaining on-screen instructions.
To install other items from the Mathcad CD, such as Internet Explorer or Acrobat
Reader, click the button for that item on the main installation page.
8 / Chapter 1 Welcome to Mathcad
Note Activation installs a C_DILLA folder on your C-drive with your license for Mathcad use. If you
delete the C_DILLA folder you may have to contact to Mathsoft to restore your activation.
If your computer’s hardware has changed substantially you may have to contact
Mathsoft to reactivate.
Technical Support
Mathsoft provides free technical support for individual users of Mathcad 11. Please
visit the Support area of www.mathcad.com for more information regarding our support
policies as well as our searchable knowledge base.
U.S. and Canada
• Web: http://support.mathsoft.com
• e-mail: [email protected]
• automated solution center: 617-444-8102
• FAX: 617-444-8101
International
If you reside outside the US and Canada, please contact your local authorized Mathcad
distributor for technical support. Their contact details can be found at:
http://www.mathcad.com/buy/International_Contacts.asp.
If you do not have web access you can contact Mathsoft International direct
for assistance at:
• E-mail: [email protected]
• Fax: +44 (0)1276 475552
• Telephone: +44 (0)1276 450850
Site Licenses
Contact Mathsoft or your local distributor for information about technical support plans
for site licenses.
Chapter 2
Getting Started with Mathcad
! The Mathcad Workspace
! Regions
! A Simple Calculation
! Definitions and Variables
! Entering Text
! Iterative Calculations
! Graphs
! Saving, Printing, and Exiting
11
12 / Chapter 2 Getting Started with Mathcad
Each button in the Math toolbar, shown in Figure 2-1, opens another toolbar of
operators or symbols. You can insert many operators, Greek letters, and plots by
clicking the buttons found on these toolbars:
Button Opens math toolbar...
Calculator: Common arithmetic operators.
Graph: Various two- and three-dimensional plot types and graph tools.
The Standard toolbar is the strip of buttons shown just below the main menus in
Figure 2-1. Many menu commands can be accessed quickly by using these buttons.
The Formatting toolbar is shown immediately below the Standard toolbar in Figure
2-1. This contains scrolling lists and buttons used to specify font characteristics in
equations and text.
Tip To learn what a button on any toolbar does, let the mouse pointer rest on the button momentarily.
You’ll see a tooltip beside the pointer giving a brief description.
You can choose to show or hide each toolbar from the View menu. To detach and drag
a toolbar around your window, place the mouse pointer anywhere other than on a button
or a text box. Then press and hold down the mouse button and drag.
Tip You can customize the Standard, Formatting, and Math toolbars. To add and remove buttons,
right click on the toolbar and choose Customize from the popup menu.
Regions / 13
• Choose Zoom from the View menu or click on the Standard toolbar and
choose a number smaller than 100%.
Tip Mathcad supports the Microsoft IntelliMouse and compatible pointing devices. Turning the
wheel scrolls the window one line vertically for each click of the wheel. When you press
[Shift] and turn the wheel, the window scrolls horizontally.
See “Appendix I: Arrow and Movement Keys” on page 445 in the Appendices for
keystrokes for moving the cursor. If you are working with a longer worksheet, use Go
to Page from the Edit menu to move quickly through the worksheet.
Tip Mathcad supports standard Windows keystrokes for operations such as file opening, [Ctrl]O,
saving, [Ctrl]S, printing, [Ctrl]P, copying, [Ctrl]C, and pasting, [Ctrl]V. Choose
Preferences from the Tools menu and uncheck “Standard Windows shortcut keys” in the
General tab to use shortcut keys supported in early versions of Mathcad.
Regions
Mathcad lets you enter equations, text, and plots anywhere in the worksheet. Each
equation, piece of text, or other element is a region. Mathcad creates an invisible
rectangle to hold each region. A Mathcad worksheet is a collection of such regions. To
start a new region in Mathcad:
1. Click anywhere in a blank area of the worksheet. You see a small crosshair.
Anything you type appears at the crosshair.
2. If the region you want to create is a math region, just start typing anywhere you put
the crosshair. By default Mathcad understands what you type as mathematics. See
“A Simple Calculation” on page 16 for an example.
3. To create a text region, first choose Text Region from the Insert menu and then
start typing. See “Entering Text” on page 18 for an example.
In addition to equations and text, Mathcad supports a variety of plot regions. See
“Graphs” on page 21.
Tip Mathcad displays a box around any region you are currently working in. When you click outside
the region, the surrounding box disappears. To put a permanent box around a region or regions,
select them, then right click and choose Properties from the popup menu. Click on the Display
tab and check the box next to “Show Border.”
14 / Chapter 2 Getting Started with Mathcad
Selecting Regions
To select a single region, simply click it. Mathcad shows a rectangle around the region.
To select multiple regions:
1. Press and hold down the left mouse button to anchor one corner of the selection
rectangle.
2. Without letting go of the mouse button, move the mouse to enclose everything you
want inside the selection rectangle.
3. Release the mouse button. Mathcad shows dashed rectangles around the regions
you have selected.
Tip You can also select a single region or disconnected regions anywhere in the worksheet by
holding down the [Ctrl] key while clicking on each region. If you click one region and
[Shift]-click another, you select both regions and all regions in between.
Region Properties
The Region Properties dialog box allows you to perform the following actions,
depending on the type of region you’ve selected:
• Highlight the region.
• Display a border around the region.
• Assign a tag to the region.
• Restore the region to original size.
• Widen a region to the entire page width.
• Automatically move everything down in the worksheet below the region when the
region wraps at the right margin.
• Disable/enable evaluation of the region.
• Optimize an equation.
• Turn protection on/off for the region.
You can change the properties of a region or regions by right clicking and choosing
Properties from the menu.
Tip You can change the properties for multiple regions by selecting the regions you want to change,
and either selecting Properties from the Format menu or by right clicking on one of the regions
and choosing Properties from the menu.
Note When you select multiple regions, you may only change the properties common to the regions
selected. If you select both math and text regions, you will not be able to change text-only or
math-only options, such as “Occupy Page Width” or “Disable/Enable Evaluation”.
Regions / 15
Note You can move one region on top of another. To move a particular region to the top or bottom,
right click on it and choose Bring to Front or Send to Back from the popup menu.
Copying Regions
To copy regions by using the Copy and Paste commands:
1. Select the regions.
2. Choose Copy from the Edit menu, [Ctrl] C, or click on the Standard toolbar
to copy the selected regions to the Clipboard.
3. Click the mouse wherever you want to place a copy of the regions. Make sure you’ve
clicked in an empty space and that you see the crosshair.
4. Choose Paste from the Edit menu, [Ctrl] V.
Tip If the regions you want to copy are coming from a locked area (see “Safeguarding an Area of the
Worksheet” on page 85) or an E-book, you can copy them simply by dragging them with the
mouse into your worksheet.
16 / Chapter 2 Getting Started with Mathcad
Deleting Regions
To delete one or more regions:
1. Select the regions.
2. Choose Cut from the Edit menu, [Ctrl] X.
Choosing Cut removes the selected regions from your worksheet and puts them on the
Clipboard. If you don’t want to disturb the contents of your Clipboard, or if you don’t
want to save the selected regions, choose Delete from the Edit menu or press
[Ctrl] D instead.
A Simple Calculation
Although Mathcad can perform sophisticated mathematics, you can easily use it as a
simple calculator. To try your first calculation, follow these steps:
1. Click anywhere in the worksheet. You see a small
crosshair. Anything you type appears at the crosshair.
2. Type 15-8/104.5=. When you type the equal sign or
click on the Evaluation toolbar, Mathcad computes
the result.
This calculation demonstrates the way Mathcad works:
• Mathcad sizes fraction bars, brackets, and other symbols to display equations the
same way you might see them in a book or on a blackboard.
• Mathcad understands which operation to perform first. In this example, Mathcad
knew to perform the division before the subtraction and displayed the equation
accordingly.
• As soon as you type the equal sign or click on the Evaluation toolbar, Mathcad
returns the result. Unless you specify otherwise, Mathcad processes each equation
as you enter it. See the section “Controlling Calculation” in Chapter 8 to learn how
to change this.
• As you type each operator (in this case, − and /), Mathcad shows a small rectangle
called a placeholder. Placeholders hold spaces open for numbers or expressions not
yet typed. As soon as you type a number, it replaces the placeholder in the
expression. The placeholder that appears at the end of the expression is used for
unit conversions. Its use is discussed in “Displaying Units of Results” on page 115.
Once an equation is on the screen, you can edit it by clicking in the appropriate spot
and typing new letters, numbers, or operators. You can type many operators and Greek
letters by clicking in the math toolbars introduced in “The Mathcad Workspace” on
page 11. Chapter 4, “,” details how to edit Mathcad equations.
Definitions and Variables / 17
2. Type the colon key : or click on the Calculator toolbar to insert the definition
symbol.
3. Type the value to be assigned to the variable. The value can be a single number or
a more complicated combination of numbers and previously defined variables.
Mathcad worksheets read from top to bottom and left to right. Once you have defined
a variable like t, you can compute with it anywhere below and to the right of the equation
that defines it.
Now enter another definition:
1. Press [↵]. This moves the crosshair below the first
equation.
2. To define acc as –9.8, type: acc:–9.8. Then press [↵]
again. Mathcad shows the crosshair cursor below the last
equation you entered.
Calculating Results
Now that the variables acc and t are defined, you can use them in other expressions:
1. Click the mouse a few lines below the two definitions.
2. Type acc/2[Space]*t^2. The caret symbol (^)
represents raising to a power, the asterisk (*) is
multiplication, and the slash (/) represents division.
3. Press the equal sign [=].
18 / Chapter 2 Getting Started with Mathcad
This equation calculates the distance traveled by a falling body in time t with
acceleration acc. When you enter the equation and press the equal sign [=], or click
on the Evaluation toolbar, Mathcad returns the result.
Mathcad updates results as soon as you make changes. For example, if you click on the
10 on your screen and change it to some other number, Mathcad changes the result as
soon as you press [Enter] or click outside of the equation.
Entering Text
Mathcad handles text as easily as it does equations, so you can make notes while
calculating.
Here’s how to enter text:
1. Click in the blank space to the right of the equations you
entered. You’ll see a small crosshair.
2. Choose Text Region from the Insert menu, or press " (the
double-quote key), to tell Mathcad that you’re about to enter
some text. Mathcad changes the crosshair into a vertical line called the insertion
point. Characters you type appear behind this line. A box surrounds the insertion
point, indicating you are now in a text region. This box is called a text box. It grows
as you enter text.
3. Type Equations of motion. The text appears in the
worksheet.
Note If Ruler under the View menu is checked when the cursor is inside a text region, the ruler resizes
to indicate the size of your text region. To use the ruler to set tab stops and indents in a text
region, see “Changing Paragraph Properties” on page 69.
Tip If you click in blank space in the worksheet and start typing, which creates a math region,
Mathcad automatically converts the math region to a text region when you press [Space].
Note Use [Ctrl][Shift][↵] to move out of the text region to a blank space in your worksheet. If
you press [↵], Mathcad inserts a line break in the current text region instead.
You can set the width of a text region and change the font, size, and style of the text in
it. (See Chapter 6, “.”)
Iterative Calculations / 19
Iterative Calculations
Mathcad can do repeated or iterative calculations as easily as individual calculations
by using a special variable called a range variable.
Range variables take on a range of values, such as all the integers from 0 to 10.
Whenever a range variable appears in a Mathcad equation, Mathcad calculates the
equation not just once, but once for each value of the range variable.
Creating a Range Variable
To compute equations for a range of values, first create a range variable. In the problem
shown in “Calculating Results” on page 17, for example, you can compute results for
a range of values of t from 10 to 20 in steps of 1.
To do so, follow these steps:
1. First, change t into a range variable by editing its definition.
Click on the 10 in the equation t:=10. The insertion point
should be next to the 10 as shown.
2. Type ,11. This tells Mathcad that the next number in the range
will be 11.
3. Type ; for the range variable operator, or click on the
Matrix toolbar, and then type the last number, 20. This tells
Mathcad that the last number in the range will be 20. Mathcad
shows the range variable operator as a pair of dots.
Defining a Function
Here’s how to add a function definition to your worksheet:
1. First delete the table if you are in the same worksheet.
Now define the function d(t) by typing d(t):
2. Complete the definition by typing this expression:
1600+acc/2[Space]*t^2[↵]
The definition you just typed defines a function. The function name is d, and the
argument of the function is t. You can use this function to evaluate the above expression
for different values of t. To do so, simply replace t with an appropriate number. For
example:
20 / Chapter 2 Getting Started with Mathcad
2. To evaluate the function once for each value of the range variable
t you defined earlier, click below the other equations and type
d(t)=. Mathcad shows a table of values, as shown at right.
Formatting a Result
You can set the display format for any number Mathcad calculates and displays. This
means changing the number of decimal places shown, changing exponential notation
to ordinary decimal notation, and so on.
For example, in the example above, the first two values, 1.11 ⋅ 10 3 and 1.007 ⋅ 10 3 ,
are in exponential (powers of 10) notation. Here’s how to change the table produced
above so that none of the numbers in it are displayed in exponential notation:
1. Click anywhere on the table with the
mouse.
2. Choose Result from the Format
menu. You see the Result Format
dialog box. This box contains
settings that affect how results are
displayed, including the number of
decimal places, the use of
exponential notation, the radix, and
so on.
3. The default format scheme is General which has Exponential Threshold
set to 3. This means that only numbers greater than or equal to 10 3 are
displayed in exponential notation. Click the arrows to the right of the 3
to increase the Exponential Threshold to 6.
4. Click “OK.” The table changes to reflect the new result format.
(See“Formatting Results” on page 112.)
Note When you format a result, only the display of the result is affected. Mathcad maintains full
precision internally (up to 15 digits).
Graphs / 21
Graphs
Mathcad provides two-dimensional Cartesian and polar graphs, contour plots, surface
plots, and a variety of other three-dimensional graphs. This section describes how to
create a simple two-dimensional graph showing the points calculated in the previous
section.
Creating a Basic Graph
To create an X-Y plot:
1. Click in your worksheet.
2. Choose Graph⇒X-Y Plot from the Insert menu
To print, choose Print from the File menu or click on the Standard toolbar. To
preview the printed page, choose Print Preview from the File menu or click on
the Standard toolbar.(See Chapter 7, “.”)
Exiting Mathcad
To quit Mathcad choose Exit from the File menu. If you have moved any toolbars,
Mathcad remembers their locations for the next time you open the application.
Note To close an individual worksheet while keeping Mathcad open, choose Close from the
File menu.
Chapter 3
Online Resources
! Mathcad Resources
! Resources Window and E-books
! Help
! Collaboratory User Forums
! Other Resources
Mathcad Resources
Note Help resources need to be installed from your CD. If you chose Custom Install and did not install
all of these resources, you can find them on your Mathcad CD.
23
24 / Chapter 3 Online Resources
Note A number of Mathcad E-books, which you can download and use, are available in the Web
Library on www.mathcad.com. In addition, a variety of Mathcad E-books are available from the
Mathsoft Webstore at http://www.webstore.mathsoft.com or your local distributor
or software reseller. To open an E-book, choose Open Book under E-books in the Help menu
and browse to find the location of the E-book (HBK) file. E-books install to a Handbook folder
in the directory where you have installed Mathcad. Once you have restarted Mathcad, they will
be listed under E-books in the Help menu. If you create your own E-books, you may have to
create a Handbook folder.
Button Function
Links to the home page or welcome page for the E-book.
Mathcad keeps a record of where you’ve been in the E-book. When you click ,
Mathcad backtracks through your navigation history in the book. Backtracking is
especially useful when you have left the main navigation sequence of a worksheet to
look at a hyperlinked cross-reference.
If you don’t want to go back one section at a time, click to open a History dialog
from which you can jump to any section you viewed since you first opened the E-book.
E-book search
In addition to using hypertext links to
find topics in an E-book, you can search
for topics or phrases. To do so:
3. Choose a topic and click “Go To.” Mathcad opens the section containing the entry
you want to search for. Click “Next” or “Previous” to see the next or previous
occurrence of the entry.
Annotating an E-book
A Mathcad E-book is made up of fully interactive Mathcad worksheets. You can freely
edit any math region in an E-book to see the effects of changing a parameter or
modifying an equation. You can also enter text, math, or graphics as annotations in any
section of your E-book, using the menu commands on the E-book window and the
Mathcad toolbars.
Tip By default any changes or annotations you make to the E-book are displayed in an annotation
highlight color. To change this color, choose Color⇒Annotation from the Format menu. To
suppress the highlighting of E-book annotations, remove the check from Highlight Changes on
the E-book’s Book menu.
Saving annotations
Changes you make to an E-book are temporary by default: your edits disappear when
you close the E-book, and the E-book is restored to its original state. You can choose
to save annotations in an E-book by checking Annotate Book on the Book menu or
by right clicking in the E-book window and selecting Annotate Book on the popup
menu. You can also choose:
• Save Section from the Book menu to save annotations you made in the current
section, or choose Save All Changes to save all changes.
• View Original Section to see the E-book section in its original form or choose
View Edited Section to see your annotations again.
• Restore Section to revert to the original section or Restore All to delete all
annotations you have made to the E-book.
Copying Information from an E-book
There are two ways to copy information from an E-book into your Mathcad worksheet:
• You can use the Clipboard. Select text or equations in the E-book using one of the
methods described in “Selecting Regions” on page 14, click on the E-book
toolbar or choose Copy from the Edit menu, click in your worksheet, and choose
Paste from the Edit menu.
• You can drag regions from the E-book window and drop them into your worksheet.
Select the regions, then click and hold down the mouse button over one of the
regions while you drag the group into your worksheet. Release the mouse button
to copy the regions into your worksheet.
Web Browsing
You can also use the Resources window to browse to any location on the Web and open
Web pages, in addition to Mathcad worksheets and E-books posted on the Web. The
Mathcad Web Library contains a number of useful worksheets and e-books.
Mathcad Resources / 27
Note When the Resources window is in Web-browsing mode, Mathcad is using a Web-browsing OLE
control provided by Microsoft Internet Explorer. Web browsing in Mathcad requires Microsoft
Internet Explorer version 5.5 or higher to be installed on your system, but it does not need to be
your default browser.
Microsoft Internet Explorer 6 is available for installation when you install Mathcad. Refer to
Microsoft Corporation’s Web site at http://www.microsoft.com/ for support
information and to download the latest version.
2. In the “Address” box type a Uniform Resource Locator (URL) for a document on
the Web. To visit the Mathsoft home page, for example, type
http://www.mathsoft.com/ and press [Enter]. If you have Internet
access and the server is available, the requested page is loaded in your Resources
window. If you do not have a supported version of Microsoft Internet Explorer
installed, you must launch a Web browser.
The remaining buttons on the Web Toolbar have the following functions:
Button Function
Bookmarks current page.
Note When you are in Web-browsing mode and right click on the Resources window, Mathcad
displays a popup menu with commands appropriate for viewing Web pages. Many of the buttons
on the Resources toolbar remain active when you are in Web-browsing mode, so that you can
copy, save, or print material you locate on the Web, or backtrack to pages you previously
viewed. When you click , you return to the Home page for the Resources window or E-book
and disconnect from the Web.
Tip You can use the Resources window in Web-browsing mode to open Mathcad worksheets
anywhere on the Web. Simply type the URL of a Mathcad worksheet in the “Address” box in
the Web toolbar.
28 / Chapter 3 Online Resources
Help
Mathcad provides several ways to get support on product features through an extensive
online Help system. To see Mathcad’s online Help at any time, choose Mathcad Help
from the Help menu, click on the Standard toolbar, or press [F1]. Mathcad’s Help
system is delivered in Microsoft’s HTML Help environment, as shown in Figure 3-2.
Note To run Help, you must have Internet Explorer 5.5 or higher installed. However, IE does not need
to be set as your default browser.
To know what Mathcad menu commands do, hover over the command and read the
status bar at the bottom of your window. For toolbar buttons, hold the pointer over the
button momentarily to see a tool tip.
Note The status bar in Mathcad is displayed by default. You can hide the status bar by removing the
check from Status Bar on the View menu.
You can also get more detailed help on menu commands, toolbars, built-in functions
and operators, and error messages. To do so:
1. Click an error message, a built-in function or variable, or an operator.
2. Press [F1] to bring up the relevant Help screen.
To get help on menu commands or on any of the toolbar buttons:
1. Press [Shift][F1]. Mathcad changes the pointer into a question mark.
2. Choose a command from the menu. Mathcad opens the relevant Help screen.
3. Click any toolbar button. Mathcad displays the operator’s name and a keyboard
shortcut in the status bar.
Collaboratory User Forums / 29
To resume editing, press [Esc]. The pointer turns back into an arrow.
Tip Choose Mathcad Tips from the Help menu for a series of helpful hints on using Mathcad.
The first time you come to the login screen of the Collaboratory User Forums, click
“New User.” This brings you to a form for entering required and optional information.
Note Mathsoft does not use this information for any purposes other than for your participation in the
User Forums.
Click “Create” when you are finished filling out the form. Check your email for a
message with your login name and password. Go back to the Collaboratory, enter your
login name and password given in the email message and click “Log In.” You see the
main page of the Collaboratory:
A list of forums and messages appears on the left side of the screen. The toolbar at the
top of the window gives you access to features such as search and online Help.
Tip After logging in, you may want to change your password to one you will remember. To do so,
click More on the toolbar at the top of the window, then go to Edit User Profile.
Note Mathsoft maintains the User Forums as a free service, open to all in the Mathcad community. Be
sure to read the Agreement posted in the top level of the Collaboratory User Forums for
important information and disclaimers.
Collaboratory User Forums / 31
Reading Messages
When you enter the User Forums Collaboratory, you will see how many messages are
new and how many are addressed to your attention. To read any message in any forum:
1. Click on the next to the forum name or click on the forum name.
2. Click on a message to read it. Click the to the left of a message to see replies
underneath it.
3. You can read the message and the replies in the right side of the window.
Messages that you have not yet read are shown in italics. You may also see a “new”
icon next to these messages.
Posting Messages
After you enter the User Forums, you can post a new message or reply to existing
messages. To do so:
1. Choose Post from the toolbar to
post a new message. To reply to
a message, click Reply at the top
of the message in the right side of
the window. You’ll see the post/
reply page in the right side of the
window. For example, if you post
a new topic message in the
Biology forum, you see:
Note For more information on reading, posting messages, and using other features of the
Collaboratory, click Help on the Collaboratory toolbar.
To delete a message that you posted, click on it to open it and click Delete in the small
toolbar just above the message on the right side of the window.
Searching
You can search the Collaboratory User Forums for messages containing specific words
or phrases, messages within a certain date range, or delete messages posted to specific
forums.
32 / Chapter 3 Online Resources
Other Resources
Web Library
Accessible at http://www.mathcad.com/library, the Mathcad Web Library
contains user-contributed documents, E-books, graphics, and animations created in
Mathcad. The library is divided into several sections: E-books, Mathcad Files, Gallery,
and Puzzles. Files are further categorized as application files (professional problems),
education files, graphics, and animations. You can choose a listing by discipline from
each section, or you can search for files by keyword or title.
If you wish to contribute files to the library, please email [email protected].
Online Documentation
The Mathcad User’s Guide and Installation Guide for Enterprise users are available in
PDF form from the Windows Start menu under Programs⇒Mathcad.
Release Notes
Release notes are located in the DOC folder located in your Mathcad folder. They
contain the latest information on Mathcad, updates to the documentation, and
troubleshooting instructions.
Technical Support
The Technical Support Knowledge Base contains frequently asked questions, samples
files, and support resources. These are posted on the Web at www.mathsoft.com/
support /
This page has links to past issues of the Mathcad Advisor Newsletter, which is filled
with useful Mathcad tips.
Downloads on Mathcad.com
Registered users can download updates, Mathcad modules, and other useful tools from
the http://www.mathcad.com/download/ site depending on your version of Mathcad.
Chapter 4
Working with Math
! Inserting Math
! Building Expressions
! Editing Expressions
! Math Styles
Inserting Math
You can place math expressions anywhere you want in a Mathcad worksheet.
1. Click anywhere in the worksheet. Anything you type
appears at the crosshair.
2. Type numbers, letters, and math operators, or insert them
by clicking buttons on Mathcad’s math toolbars, to create
a math region.
You’ll notice that unlike a word processor, Mathcad by default understands anything
you type at the crosshair cursor as math. If you want to create a text region instead, see
Chapter 6, “.”
You can also type math expressions in any math placeholder that appears. See Chapter
17, “” for more on Mathcad’s operators.
Numbers and Complex Numbers
A single number in Mathcad is called a scalar. To enter groups of numbers in arrays,
see “Inserting an Operator” on page 38.
Types of numbers
In math regions, Mathcad interprets anything beginning with one of the digits 0–9 as
a number. A digit can be followed by:
• other digits
• a decimal point
• digits after the decimal point
• or appended as a suffix, one of the letters b, h, or o, for binary, hexadecimal, and
octal numbers, or i or j for imaginary numbers. These are discussed in more detail
below. See “Appendix G: Suffixes for Numbers” on page 443 for additional
suffixes.
Note Mathcad uses the period (.) to signify the decimal point. The comma (,) is used to separate
values in a range variable definition, as described in “Range Variables” on page 103. So when
you enter numbers greater than 999, do not use either a comma or a period to separate digits into
groups of three. Simply type the digits one after another. For example, to enter ten thousand, type
“10000”.
33
34 / Chapter 4 Working with Math
Note You cannot use i or j alone to represent the imaginary unit. You must always type 1i or 1j. If
you don’t, Mathcad thinks you are referring to a variable named either i or j. When the cursor is
outside an equation that contains 1i or 1j, however, Mathcad hides the (superfluous) 1.
Although you can enter imaginary numbers followed by either i or j, Mathcad normally
displays them followed by i. To have Mathcad display imaginary numbers with j,
choose Result from the Format menu, click on the Display Options tab, and set
“Imaginary value” to “j(J).” See “Formatting Results” on page 112 for a full
description.
Mathcad accepts complex numbers of the form a + bi (or a + bj ), where a and b are
ordinary numbers.
Binary numbers
To enter a number in binary, follow it with the lowercase letter b. For example,
11110000b represents 240 in decimal. Binary numbers must be less than 2 31 .
Octal numbers
To enter a number in octal, follow it with the lowercase letter o. For example, 25636o
represents 11166 in decimal. Octal numbers must be less than 2 31 .
Hexadecimal numbers
To enter a number in hexadecimal, follow it with the lowercase letter h. For example,
2b9eh represents 11166 in decimal. To represent digits above 9, use the upper or
lowercase letters A through F. To enter a hexadecimal number that begins with a letter,
you must begin it with a leading zero. If you don’t, Mathcad will think it’s a variable
name. For example, use 0a3h (delete the implied multiplication symbol between 0
and a) rather than a3h to represent the decimal number 163 in hexadecimal.
Hexadecimal numbers must be less than 2 31 .
Exponential notation
To enter very large or very small numbers in exponential notation, just multiply a
number by a power of 10. For example, to represent the number 3 ⋅ 10 8 , type 3*10^8.
Tip You may wish to distinguish between the names of matrices, vectors, and scalars by font. Names
of vectors could be set in bold while setting scalars in italic. See “Math Styles” on page 50.
Inserting Math / 35
Strings
Although in most cases the math expressions or variables you work with in Mathcad
are numbers or arrays, you can also work with strings (also called string literals or
string variables). Strings can include any character you can type at the keyboard,
including letters, numbers, punctuation, and spacing, as well as a variety of special
symbols as listed in “Appendix K: ASCII codes” on page 447. Strings differ from
variable names or numbers because Mathcad always displays them between double
quotes. You can assign a string to a variable name, use a string as an element of a vector
or matrix, or use a string as the argument to a function.
To create a string:
1. Click on an empty math placeholder usually on the
right-hand side of a variable definition.
2. Type the double-quote (") key to get a pair of quotes
with an insertion line between them.
3. Type any combination of letters, numbers,
punctuation, or spaces. Click outside the expression
or press the right arrow key (→) twice when you are
finished.
To enter a special character corresponding to one of the ASCII codes:
1. Click to position the insertion point in the string.
2. Hold down the [Alt] key, and type the number “0” followed immediately by the
number of the ASCII code using the numeric keypad in number-entry mode.
3. Release the [Alt] key to see the symbol in the string.
For example, to enter the degree symbol (°) in a string, press [Alt] and type “0176”
using the numeric keypad.
Note The double-quote key (") has a variety of meanings in Mathcad, depending on the exact location
of the cursor in your worksheet. When you want to enter a string, you must always have a blank
placeholder selected.
Valid strings include expressions such as “Invalid input: try a number less than -5,”
and “Meets stress requirements.” A string in Mathcad, while not limited in size, always
appears as a single line of text. Note that a string such as “123” is understood by Mathcad
to be a string of characters rather than the number 123.
Tip Strings are especially useful for generating custom error messages in programs, as described in
Chapter 15, “.” Other string handling functions are listed in “String Functions” on page 256. You
can use strings to specify system paths for arguments to some Mathcad built-in functions. (See
“File Access Functions” on page 250.)
36 / Chapter 4 Working with Math
Names
A name in Mathcad is simply a sequence of characters you type referring to a variable
or function used in computations. Mathcad distinguishes between two kinds of names:
• Built-in names.
• User-defined names.
Built-in names
Mathcad’s built-in names include built-in variables and built-in functions.
• Some predefined or built-in variables either have a conventional value, like π
(3.14159...) or e (2.71828...), or are used as system variables to control how
Mathcad performs calculations. (See “Built-in Variables” on page 100.)
• In addition to these predefined variables, Mathcad treats the names of all built-in
units as predefined variables. For example, Mathcad recognizes the name “A” as
the ampere, “m” as the meter, “s” as the second, and so on. Choose Unit from the
• Choose Function from the Insert menu or click on the Standard toolbar to
insert one of Mathcad’s built-in functions. (See “Built-in Functions” on page 249.)
User-defined variable and function names
Names in Mathcad can contain any of the following characters:
• Uppercase and lowercase letters.
• The digits 0 through 9.
• The underscore (_).
• The prime symbol ('). Note that this is not the same as an apostrophe. The prime
symbol is on the same key as the tilde (~) or press [Ctrl][F7] to insert it.
• The percent symbol (%).
• Greek letters. To insert a Greek letter, click a button on the Greek toolbar or type
the equivalent roman letter and press [Ctrl]G. (See “Greek letters” on page 37.)
• The infinity symbol ∞ can only appear as the first character in a name.
• Any characters you type after a period (.) appear as a subscript. (See “Literal
subscripts” on page 37.)
• All characters in a name must be in the same font, have the same point size, and be
in the same style (italic, bold, etc.). Greek letters can, however, appear in any
variable name. (See “Math Styles” on page 50.)
• Mathcad does not distinguish between variable names and function names. Thus,
if you define f(x), and later on you define the variable f, you will find that you cannot
use f(x) anywhere below the definition for f.
• Although you can redefine Mathcad’s names for built-in functions, constants, and
units, keep in mind that their built-in meanings will no longer exist after the
definition. For example, if you define a variable mean, Mathcad’s built-in function
mean(v) can no longer be used.
Note Mathcad distinguishes between uppercase and lowercase letters. For example, diam is a different
variable from DIAM. Mathcad also distinguishes between names in different fonts, as discussed
in “Math Styles” on page 50. Thus, Diam is also a different variable from Diam.
Tip To type symbols such as $ in a name, press [Ctrl][Shift]K, type the symbol(s), and type
[Ctrl][Shift]K again.
Greek letters
There are two ways to enter a Greek variable name:
• Click the letter on the Greek toolbar. To see this toolbar, click on the Math
toolbar or choose Toolbars⇒Greek from the View menu.
• Type the Roman equivalent of the Greek symbol and then press [Ctrl]G. For
example, to enter φ, press f[Ctrl]G. See “Appendix H: Greek Letters” on page
444 in the Appendices for a table of Greek letters and their Roman equivalents.
Note Although many uppercase Greek letters look like ordinary capital letters, they are not the same.
Mathcad distinguishes between Greek and Roman letters, even if they appear the same.
Literal subscripts
If you include a period in a variable name, Mathcad displays whatever follows the
period as a subscript. You can use these literal subscripts to create variables with names
like vel init and u air .
Note Do not confuse literal subscripts with array subscripts, which are generated with the left bracket
key ([) or by clicking on the Calculator toolbar. Although they appear similar—a literal
subscript appears below the line, like an array subscript, but with a slight space before the
subscript—they behave quite differently in computations. A literal subscript is simply a
cosmetic part of a variable name. An array subscript represents a reference to an array element.
See Chapter 5, “”.
Operators
Operators are symbols like “+” and “−” that link variables and numbers together to
form expressions. The variables and numbers linked together by operators are called
operands. For example, in an expression like:
ax + y
the operands for the “+” are x and y. The operands for the exponent operator are a and
the expression x + y .
Inserting an Operator
Insert arithmetic operators in Mathcad using standard keystrokes, like * and +, that you
use in other applications. Alternatively, all of Mathcad’s operators can be inserted from
the math toolbars. For example, insert a derivative operator by clicking on the
Calculus toolbar, or by typing ?. Choose Toolbars from the View menu to see the math
toolbars. See Chapter 17, “” for a complete list of operators, their keystrokes, and
descriptions.
Note To use operators in text, first click in the text and choose Math Region from the Insert menu.
Tip You can find the keyboard shortcut for an operator by hovering the mouse pointer over a button
in a math toolbar and reading the tooltip.
When you insert a Mathcad operator into a blank space in your worksheet, a
mathematical symbol with empty placeholders appears. You must enter a valid math
expression in each placeholder of an operator in order to calculate a result.
Here is a very simple example involving Mathcad’s addition operator:
Building Expressions
You can create many mathematical expressions by simply typing.
For example, you type these characters: 3/4+5^2=
to get the result at the right.
Mathcad’s equation editor is designed to work within the structure of a mathematical
expression so that expressions are not so much typed as they are built.
Mathcad assembles the parts that make up an expression using the rules of precedence
plus some additional rules to simplify entering denominators, exponents, and
expressions in radicals. For example, when you type / or click on the Calculator
toolbar to create a fraction, Mathcad stays in the denominator until you press [Space]
to select the entire expression.
Typing in Names and Numbers
When you type in names or numbers, Mathcad behaves very much like a standard word
processor. As you type, you see the characters you type appear behind a vertical editing
line. The left and right arrow keys move this vertical editing line to the left or to the
right a character at a time. There are, however, two important differences:
• As it moves to the right, the vertical editing line leaves behind a
trail. This trail is a “horizontal editing line.”
• Unless the equation you’ve clicked in already has an operator in
it, pressing [Space] turns the math region into a text region. It is not possible to
turn a text region back into a math region.
Typing in Operators
The key to working with operators is learning to specify what variable or expression is
to become an operand. There are two ways to do this:
• You can type the operator first, then fill in the placeholders with operands, or
• You can use the editing lines to specify what variable or expression you want to
select.
The first method is like building a skeleton and filling in the details later. This method
may be easier to use for very complicated expressions, or when you’re working with
operators like summation that require many operands but don’t have a natural typing
order.
The second method is more like straight typing so can be much faster when expressions
are simple. You may find yourself switching back and forth as the need arises.
Here’s how to create the expression a x + y using the first method:
4. Type +.
Note that you can type the expression the same way you’d say it out loud. However,
even this simple example already contains an ambiguity. When you say “a to the x plus
y” there’s no way to tell if you mean a x + y or a x + y . For more complicated
expressions, the number of ambiguities increases dramatically.
Although you can always resolve ambiguities by using parentheses, doing so can
quickly become cumbersome. A better way is to use the editing lines to specify the
operands of whatever operator you type. The following example illustrates this by
describing how to create the expression a x + y instead of a x + y .
1. Enter a^x as you did in the previous example. Note how the editing
lines hold the x between them. If you were to type + at this point, the
x would become the first operand of the plus.
2. Press [Space]. The editing lines now hold the entire expression a x .
3. Now type +. Whatever was held between the editing lines now
becomes the first operand of the plus.
4. In the remaining placeholder, type y.
Multiplication
When writing, expressions like ax or a ( x + y ) are easily understood to mean “a times
x” and “a times the quantity x plus y,” respectively.
This cannot be done with Mathcad variables for the simple reason that when you type
ax, Mathcad has no way of knowing whether you mean “a times x” or “the variable
named ax.” Similarly, when you type a(x+y), Mathcad cannot tell if you mean
“a times the quantity x plus y” or whether you mean “the function a applied to the
argument x + y .”
Building Expressions / 41
Note In the special case when you type a numerical constant followed immediately by a variable
name, such as 4x, Mathcad interprets the expression to mean the constant multiplied by the
variable: 4 ⋅ x . Mathcad displays a space between the constant and the variable to indicate that
the multiplication is implied. This enables you to produce math notation that closely
approximates the notation in textbooks. However, Mathcad reserves certain letters, such as “i”
for the imaginary unit and “o” for octal, as suffixes for numbers, and in these cases does not
attempt to multiply the number by a variable name but rather treats the expression as a single
number with a suffix.
Tip You can change the display of the multiplication operator to an X, a thin space, or a large dot.
To do so, click on the multiplication operator with the right mouse button and choose View
Multiplication As... Or to change all the multiplication operators in a worksheet, choose
Worksheet Options from the Tools menu, click on the Display tab, and choose from the
selections next to “Multiplication.” See “Changing the Display of an Operator” on page 391.
An Annotated Example
An equation is really two-dimensional, with a structure more like a tree with branches
than like a line of text. As a result, Mathcad has to use a two-dimensional editing cursor.
That’s why there are two editing lines: a vertical line and a horizontal line.
Suppose, for example, that you want to type the slightly more complicated expression
x – 3 ⋅ a2
---------------------------------------
–4+ y+1+π
Watch what happens to the editing lines in the following steps:
1. Type x-3*a^2. Since the editing lines contain just the “2,”
only the “2” becomes the numerator when you press the /. To
make the whole expression, x – 3 ⋅ a 2 , be the numerator, you
need the editing lines to hold the entire expression.
2. Press [Space]. Each time you press [Space], the editing lines
hold more of the expression. You need to press [Space] three
times to enclose the entire expression.
3. Now press / to create a division bar. Note that the numerator
is whatever was enclosed between the editing lines when you
pressed /.
Editing Expressions
Changing a Name or Number
To edit a name or number:
1. Click on it with the mouse. The vertical editing line appears.
2. Move the vertical editing line by pressing the [→] and [←] keys.
3. If you type a character, it appears just to the left of the vertical editing line. Pressing
[Bksp] removes the character to the left. Pressing [Delete] removes the character
to the right.
Choose Replace from the Edit menu to change several occurrences of the same name
or number. To search for a sequence of characters, choose Find from the Edit menu.
See “Text Tools” on page 73.
Inserting an Operator
The easiest place to insert an operator is between two characters in a name or two
numbers in a constant. For example, here’s how to insert a plus sign between two
characters:
1. Place the editing lines where you want the plus sign to be.
Note Mathcad inserts spaces automatically around operators wherever doing so is appropriate. If you
do try to insert a space, Mathcad assumes you meant to type text rather than math and converts
your math region into a text region.
When you insert a division sign, Mathcad moves everything that comes after the
division sign into the denominator. Here’s how you insert a division sign:
1. Place the editing lines where you want the division sign.
Some operators require only one operand. Examples are the square root, absolute value,
and complex conjugate operators. To insert one of these, place the editing lines on either
side of the operand and press the appropriate keystroke. Many of these operators are
available on the Calculator toolbar as well. For example, to turn x into x do the
following:
1. Place the editing lines around the “x,” either preceding or following
the character.
• The editing lines hold the entire fraction. Any operator you type
will apply to the entire fraction.
• The editing lines hold the entire fraction. However, this time
the vertical editing line is on the left side instead of on the right
side.
• Typing *c results in this expression. The c is before the fraction.
because the vertical editing line was on the left side rather than
the right side.
44 / Chapter 4 Working with Math
Tip You can drag-select parts of an expression to hold it between the editing lines. The selected
expression is highlighted in reverse video. Whatever you type next overwrites the highlighted
expression.
The following example walks you through a short cycle of using [Space]:
1. This is the starting position. The two editing lines hold just the
single variable “d.”
2. Pressing [Space] makes the editing lines grow so that they now
hold the entire denominator.
4. At this point, the editing lines can’t become any longer. Pressing
[Space] brings the editing lines back to the starting point of the
cycle.
You’ll notice there was never an intermediate step in which the editing lines held just
the numerator. Nor was there ever a step in which the editing lines held just the a or
just the b in the numerator. The sequence of steps the editing lines go through as you
press [Space] depends on the starting point of the cycle.
The arrow keys walk the editing lines through the expression in the indicated direction.
Keep in mind that the idea of “up” and “down” or “left” and “right” may not always
be obvious, particularly when the expression becomes very complicated or if it involves
summations, integrals, and other advanced operators.
Note Editing of strings differs from editing of other math expressions because you must use the arrow
keys or click outside the string to move out of a string. Pressing [Space], which can be used
in other expressions to change the position of the editing lines, is interpreted as just another
character in a string.
Editing Expressions / 45
Deleting an Operator
To delete an operator connecting two variable names or constants:
1. Place the vertical editing line after the operator.
2. Press [BkSp].
Now you can insert a new operator to replace the one you deleted just
by typing it in.
Tip You can place the editing lines before an operator and press [Delete].
In these examples, it is easy to see what “before” and “after” mean because the
expressions involved naturally flow from left to right, the same way we read. Fractions
behave the same way. Since we naturally say “a over b,” putting the editing lines “after”
the division bar means putting them just before the b. Similarly, putting the editing lines
“before” the division bar means putting them immediately after the a. The following
example illustrates this:
1. Place the vertical editing lines after the division bar.
2. Press [BkSp].
To delete an operator having only one operand
(for example, x , x or x! ):
1. Position the editing lines just after the operator.
2. Press [BkSp].
For certain operators, it may not be clear where to put the editing lines.
For example, it is not clear when looking at x or x what “before” and “after” mean.
When this happens, Mathcad resolves the ambiguity by referring to the spoken form
of the expression. For example, since you read x as “x conjugate,” the bar is treated as
being after the x.
Replacing an Operator
To replace an operator after deleting it, simply type the new operator after pressing
[BkSp].
To replace an operator between two expressions:
1. Position the editing lines just after the operator.
2. Press [BkSp]. An operator placeholder appears.
Inserting Parentheses
Mathcad places parentheses automatically to maintain the precedence of operations.
You may want to place parentheses to clarify an expression or to change the overall
structure of the expression. You can either insert a matched pair of parentheses all at
once or insert the parentheses one at a time. We recommend you insert a matched pair
since this avoids the possibility of unmatched parentheses.
To enclose an expression with a matched pair of parentheses:
1. Select the expression by placing it between the editing lines. Do
this by clicking on the expression and pressing [Space] one or
more times.
Deleting Parentheses
Whenever you delete one parenthesis, Mathcad deletes the matched parenthesis. This
prevents you from inadvertently creating an expression having unmatched parentheses.
To delete a matched pair of parentheses:
1. Move the editing lines to the right of the “(”.
2. Press [BkSp]. Note that you could also begin with the editing
lines to the left of the “)”and press [Delete] instead.
Insert Function
To see an alphabetical or category listing of available built-in functions or to insert a
function together with placeholders for its arguments, choose Function from the Insert
menu. The dialog box lists all functions.
1. Click in a blank area of your worksheet or on a placeholder.
2. Choose Function from the
Insert menu or click on the
Standard toolbar. Mathcad opens
the Insert Function dialog box.
3. Choose a Function Category or
click “All” to see all functions
sorted alphabetically.
Tip Although built-in function names are not font sensitive, they are case sensitive. If you do not use
the Insert Function dialog box to insert a function name, you must enter the name of a built-in
function in a math region exactly as it appears in the tables in Chapter 16, “Functions: :
uppercase, lowercase, or mixed, as indicated.
• Online Help or clicking on the Standard toolbar provides both overview and
detailed help on functions and function categories.
• QuickSheets under the Help menu include working examples of most functions.
Applying a Function to an Expression
To turn an expression into the argument of a function, follow these steps:
1. Click in the expression and press [Space] until the entire
expression, w ⋅ t – k ⋅ z , is held between the editing lines.
Tip You can drag and drop expressions, or even entire math regions, into placeholders in other
expressions or into any blank space. Don’t let go of the mouse button before you’ve dragged the
expression to wherever you want to drop it. If you’re trying to drop the expression into a
placeholder, be sure to position the pointer carefully over the placeholder.
Note If you select an expression with the editing lines instead of drag-selecting as shown above, you
must press [Bksp] or [Delete] twice to remove it. In this case, [Bksp] removes the expression
to the left of the editing lines, and [Delete] removes to the right.
50 / Chapter 4 Working with Math
Math Styles
By making changes to text styles rather than to individual text elements, you can make
uniform changes across your files. (See Chapter 6, “”.) You can get this same kind of
leverage by using math styles to assign particular fonts, font sizes, font styles and
affects, and colors to your math expressions.
Mathcad has predefined math styles that govern the default appearance of all the math
in your worksheet, but you can define and apply additional styles.
Mathcad’s predefined math styles are:
• Variables: all variables, letters, and operators in math regions.
• Constants: all numbers in math regions.
Whenever you type a variable name, Mathcad:
• Assigns to it a math style named “Variables.”
• Displays the variable name using the characteristics associated with the style named
“Variables.”
Similarly, when you type a number or when a result is calculated, Mathcad:
• Assigns to it a math style named “Constants.”
• Displays the number using the characteristics associated with the style named
“Constants.”
Editing Math Styles
To change Mathcad’s default style for all variables and plots:
1. Click on a variable name in your worksheet.
2. Choose Equation from the Format menu.
The style name “Variables” is selected.
3. Click “Modify” to change the font associated
with the “Variables” style. You’ll see a dialog
box for changing fonts.
4. Make any changes using the dialog box.
Mathcad changes the font of all variables in
the worksheet.
If you change the Variables style, you may also
want to change the style used for numbers so that the two go together.
1. Click on a number.
2. Choose Equation from the Format menu to see the Equation Format dialog box.
The style name “Constants” is now selected.
3. Follow the procedure given above for modifying the Variables style.
Math Styles / 51
You can also use the Formatting toolbar to change the font, font size, or font style
associated with a math style. For example, click on a variable, then click on the
appropriate Formatting toolbar button to make variables bold, italic, or underlined or
to specify the font or point size in the drop-down lists.
Note Mathcad’s line-and-character grid does not respond automatically to changes in the font sizes
used in text and math. Changing font characteristics, particularly font sizes, may cause regions
to overlap. You can separate these regions by choosing Separate Regions from the Format
menu.
You may wish to have your equations display in a different color than your default text
regions to avoid confusing the two. To change the default color of all equations in your
worksheet:
1. Choose Equation from the Format menu.
2. Select a color in the “Default Equation Color” drop-down list.
Applying Math Styles
The “Variables” and “Constants” styles govern the default appearance of all math in
your worksheet. These two style names cannot be changed. You may, however, create
and apply additional math styles.
To see what math style is currently assigned to a name or number, simply click on the
name or number, and look at the style window on the Formatting toolbar.
Alternatively, click the name or number and
choose Equation from the Format menu. The
math style associated with whatever you clicked
on appears in the drop-down list in the Equation
Format dialog box.
If you click on the button to the right of
“Variables” in either the Formatting toolbar or the
Equation Format dialog box, you’ll see a drop-
down list of available math styles. If you now
choose “User 1” and click “OK,” a new math style is applied to the selected element
and its appearance changes accordingly.
You can apply a variety of math styles to:
• individual variable names in an expression, or
• individual numbers in a math expression (but not in computed results, which always
display in the “Constants” style).
For example, you may want to show vectors in a bold, underlined font:
1. Choose Equation from the Format menu.
2. Click the down arrow beside the name of the current math styles to see a drop-down
list of available math styles.
52 / Chapter 4 Working with Math
3. Click on an unused math style name like “User 1” to select it. The name “User 1”
should now appear in the “New Style Name” text box. Click in this text box and
change the name to “Vectors.”
4. Click “Modify” to change this style to a bold, underlined font.
This creates a math style called “Vectors” with the desired appearance.
Now rather than individually changing the font, font size, and font style for names of
vectors, you can simply change the math style for all vectors.
Note All names, whether function names or variable names, are font sensitive. This means that x and
x refer to different variables, and f(x) and f(x) refer to different functions. In deciding whether
two variable names are the same, Mathcad actually checks math styles rather than fonts. To
avoid having distinct variables that look identical, don’t create a math style with exactly the
same font, size, and other characteristics as another math style.
Creating Arrays
This section describes creating and working with arrays of numbers and math
expressions. The procedures listed below can be used only for creating arrays of
numbers, as opposed to arbitrary math expressions.
• Using range variables to fill in the elements. This technique is useful when you
have some explicit formula for the array elements in terms of their indices.
• Using the File Input and Output components to import data from external files in a
variety of formats.
• Entering numbers manually in a spreadsheet-like input table.
Note The effective array size limit depends on the memory available on your system—usually at least
1 million elements. In no system is it higher than 8 million elements.
Note Arrays created using the Matrix command on the Insert menu are limited to 100 elements.
53
54 / Chapter 5 Vectors, Matrices, and Data Arrays
Note If you insert rows or columns, Mathcad inserts rows below the selected element and inserts
columns to the right of the selected element. If you delete rows or columns, Mathcad begins with
the row or column occupied by the selected element and deletes rows from that element
downward and columns from that element rightward. To insert a row above the top row or a
column to the left of the first column, first place the entire matrix between the editing lines.
Recall that you enter the range variable operator by pressing the semicolon key (;) or
clicking on the Calculator toolbar. You enter the subscript operator by clicking
on the Matrix toolbar.
The x i, j equation is evaluated for each value of each range variable, for a total of 25
evaluations. The result is the matrix shown at the bottom of Figure 5-1, with 5 rows
and 5 columns. The element in the ith row and jth column of this matrix is i + j .
Creating Arrays / 55
Note To be used to define an array element, a range variable can take on only whole-number values.
Tip You can also define individual array elements using the subscript operator, as described in
“Accessing Array Elements” on page 56.
When you click the table, you can edit the values in it using the scroll bars. To resize
the table, move the cursor to one of these handles along the sides of the region so that
it changes to a double-headed arrow. Then press and hold down the mouse button and
drag the cursor to change the table’s dimensions.
56 / Chapter 5 Vectors, Matrices, and Data Arrays
Note A component is a specialized OLE object that you insert into a Mathcad worksheet to create a
link between the worksheet and either a data source or another application containing data. To
see how to create matrices with data from external files using Data Tables and other components,
see Chapter 14, “.”
Tip You can copy data from a data table as follows: first select some data, then click with the right
mouse button on the component and choose Copy from the popup menu. You can paste a single
number from the Clipboard into the table by selecting a cell and choosing Paste from the popup
menu. Choosing Paste Table from the popup menu overwrites the entire table with values in the
Clipboard.
Note When you define vector or matrix elements, you may leave gaps in the vector or matrix. For
example, if v is undefined and you define v 3 as 10, then v 0 , v 1 , and v 2 are all undefined.
Mathcad fills these gaps with zeros until you enter specific values for them, as shown in Figure
5-3. Be careful of inadvertently creating very large vectors and matrices by doing this. Also note
that vector and matrix elements by default are numbered starting with row zero and column zero
unless the built-in variable ORIGIN has a value other than zero (see page 57).
You can use this kind of subscript notation in Mathcad to perform parallel calculations
on the elements of an array. See “Performing Calculations in Parallel” on page 61.
Tip If you want to define or access a group of array elements at once, you can use a range variable
in a subscript.
To extract a single row from a matrix, transpose the matrix using the transpose operator
(click on the Matrix toolbar) and then extract a column using the column operator.
This is shown on the right-hand side of Figure 5-4.
Changing the Array Origin
When you use subscripts to refer to array elements, Mathcad assumes the array begins
at the current value of the built-in variable ORIGIN. By default, ORIGIN is 0, but you
can change its value. See “Built-in Variables” on page 100 for details.
Figure 5-5 shows a worksheet with the ORIGIN set to 1. If you try to refer to the zeroth
element of an array in this case, Mathcad displays an error message.
58 / Chapter 5 Vectors, Matrices, and Data Arrays
Displaying Arrays
Mathcad automatically displays matrices and vectors having more than nine rows or
columns as output tables rather than as matrices or vectors. Smaller arrays are displayed
by default in traditional matrix notation. Figure 5-6 shows an example.
Note An output table displays a portion of an array. To the left of each row and at the top of each
column, there is a number indicating the index of the row or column. Click with the right mouse
button on the output table and select Properties from the popup menu to control whether row
and column numbers appear and the font used for values in the table. If your results extend
beyond the table, you can scroll through the table using scroll bars.
3. Press and hold down the mouse button and drag the cursor in the direction you want
the table’s dimensions to change.
Tip You can change the alignment of the table with respect to the expression on the left-hand side of
the equal sign. Click with the right mouse button on the table, then choose one of the Alignment
options from the popup menu.
Note Mathcad cannot display extremely large arrays in matrix form. You should display a large array
as an output table.
3. Click wherever you want to paste the result. If you’re pasting into another
application, choose Paste from that application’s Edit menu. If you’re pasting into
a Mathcad worksheet, choose Paste from Mathcad’s Edit menu.
You may only paste an array into a math placeholder or into a blank space in a Mathcad
worksheet.
When you display array results as a table, you can copy some or all of the numbers
from the table and use them elsewhere:
1. Click on the first number you want to copy.
2. Drag the mouse in the direction of the other values you want to copy while holding
the mouse button down.
3. Right click on the selected values then choose Copy Selection from the popup
menu.
To copy all the values in a row or column, click on the column or row number shown
to the left of the row or at the top of the column. All the values in the row or column
are selected. Then choose Copy from the Edit menu.
After you have copied one or more numbers from an output table, you can paste them
into another part of your worksheet or into another application. Figure 5-7 shows an
example of a new matrix created by copying and pasting numbers from an output table.
Tip When you display an array as an output table, you can export data directly from the table. Right
click on the output table, choose Export from the popup menu, and enter the name of the file,
the format, and the columns and rows to export.
Working with Arrays / 61
P i, j = M i, j ⋅ N i, j
Note that this is not matrix multiplication, but multiplication element by element. It is
possible to perform this operation in Mathcad using subscripts, but it is much faster to
perform exactly the same operation with a vectorized equation.
Here’s how to apply the vectorize operator to an expression like M ⋅ N :
1. Select the whole expression by clicking inside it and pressing
[Space] until the right-hand side is surrounded by the editing
lines.
Tip A number of Mathcad’s built-in functions and operators ordinarily take scalar arguments but
implicitly vectorize arguments that are vectors (one-column arrays): they automatically compute
a result element by element, whether you apply the vectorize operator or not. Functions that
implicitly vectorize vector arguments include the trigonometric, logarithmic, Bessel, and
probability distribution functions. Operators that implicitly vectorize vector arguments include
the factorial, square and nth root, and relational operators. You must continue to use the
vectorize operator on arrays of other sizes with these functions and operators.
For example, suppose you want to apply the quadratic formula to three vectors
containing coefficients a, b, and c. Figure 5-8 shows how to do this with the vectorize
operator.
Figure 5-8: Quadratic formula with vectors and the vectorize operator.
The vectorize operator, appearing as an arrow above the quadratic formula in Figure
5-8, is essential in this calculation. Without it, Mathcad would interpret a ⋅ c as a vector
dot product and also flag the square root of a vector as illegal. But with the vectorize
operator, both a ⋅ c and the square root are performed element by element.
• For three arrays of integers between 0 and 255 representing the red, green, and blue
components of an image, choose Picture from the Insert menu and enter the arrays’
names, separated by commas, in the placeholder.
See Chapter 10, “,” for more on viewing a matrix (or three matrices, in the case of a
color image) in the picture operator.
Nested Arrays
An array element need not be a scalar. It’s possible to make an array element itself be
another array. This allows you to create arrays within arrays.
These arrays behave very much like arrays whose elements are all scalars. However,
there are some distinctions, as described below.
Note Most of Mathcad’s operators and functions do not work with nested arrays, since there is no
universally accepted definition of what constitutes correct behavior in this context. Certain
operators and functions are nevertheless useful and appropriate for nested arrays. Functions that
enumerate rows or columns, or that partition, augment, and stack matrices, can be applied to
nested arrays. The transpose, subscript, and column array operators and the Boolean equal sign
likewise support nested arrays.
Note The display of a nested array is controlled by Display Styles settings in the Result Format dialog
(see page 112). You can expand a nested array when the array is displayed in matrix form;
otherwise, whenever an array element is itself an array, you see bracket notation showing the
number of rows and columns rather than the array itself. If the nested array is displayed as an
output table, you can see the underlying array temporarily. Click on the array element, then right
click and choose Down One Level from the popup menu. Choose Up One Level from the popup
menu to restore the array element to non-expanded form.
64 / Chapter 5 Vectors, Matrices, and Data Arrays
Inserting Text
This section describes how to add text to your worksheets. Mathcad ignores text when
it performs calculations, but you can insert working math equations into text regions
as described in “Equations in Text” on page 72.
Creating a Text Region
To create a text region, follow these steps. First, click in a blank space in your worksheet
to position the crosshair where you want the text region to begin. Then:
1. Choose Text Region from the Insert menu, or press the
double-quote (") key. You can also just start typing and once
you type a space Mathcad begins a text region. The crosshair
changes into an insertion point and a text box appears.
2. Now begin typing some text. Mathcad displays the text and
surrounds it with a text box. As you type, the insertion point
moves and the text box grows.
3. When you finish typing the text, click outside the text region.
The text box disappears.
Note You cannot leave a text region simply by pressing [↵]. You must leave the text region by
clicking outside the region, by pressing [Ctrl][Shift][↵], or by repeatedly pressing one of
the arrow keys until the cursor leaves the region.
65
66 / Chapter 6 Working with Text
To overtype text:
1. Place the insertion point to the left of the first character you want to overtype.
2. Press [Insert] to begin typing in overtype mode. To return to the default insert
mode, press [Insert] again.
You can also overtype text by first selecting it (see “Selecting Text” on page 66).
Whatever you type next replaces your selection.
Tip To break a line or start a new line in a text region, press [↵]. Mathcad inserts a hard return and
moves the insertion point down to the next line. Press [Shift][↵] to start a new line in the same
paragraph. When you rewrap the text by changing the width of the text region, Mathcad
maintains line breaks at these spots in the text. We recommend adjusting the width of the text
box rather than using returns to shorten a text region.
Selecting Text
One way to select text within a text region is:
1. Click in the text region so that the text box appears.
2. Drag across the text holding the mouse button down.
Mathcad highlights the selected text, including any full lines
between the first and last characters you selected.
Inserting Text / 67
Online Help You can also select text using arrow keys and multiple clicks of the mouse button, just as you
can in most word processing applications. For more information, refer to the topic “Selecting
text” in online Help.
Once text is selected, you can delete it, copy it, cut it, check the spelling, or change its
font, size, style, or color.
To select and move an entire text region or group of regions, follow the same steps that
you would use with math regions, described on “Moving and Copying Regions” on
page 15.
Greek Letters in Text
To type a Greek letter in a text region, use one of these two methods:
• Click on the appropriate letter on the Greek toolbar. To see this toolbar, click
on the Math toolbar, or choose Toolbars⇒Greek from the View menu, or
• Type the Roman equivalent of the Greek symbol and then press [Ctrl]G. For
example, to enter φ, press f[Ctrl]G. See “Appendix H: Greek Letters” on page
444 in the Appendices for a table of Greek letters and their Roman equivalents.
Tip Typing [Ctrl]G after a letter in a math region also converts it to its Greek equivalent. In
addition, [Ctrl]G converts a non alphabetic character to its Greek symbol equivalent. For
example, typing [Shift]2[Ctrl]G in a text region produces the “≅” character.
To change a text selection into its Greek equivalent, select the text and then:
1. Choose Text from the Format menu.
2. From the Font list select the Symbol font.
You can also change the font of a text selection by using the Formatting toolbar.
Changing the Width of a Text Region
When you start typing in a text region, the region grows as you type, wrapping only
when you reach the right margin or page boundary. (The location of the right margin
is determined by the settings in the Page Setup dialog box, which you can modify by
choosing Page Setup from the File menu.) To set a width for your whole text region
and have lines wrap to stay within that width as you type:
1. Type normally until the first line reaches the width you want.
2. Type a space and press [Ctrl][↵].
All other lines break to stay within this width. When you add to or edit the text, Mathcad
rewraps the text according to the width set by the line at the end of which you pressed
[Ctrl][↵].
68 / Chapter 6 Working with Text
Tip You can specify that a text region or regions occupy the full page width by selecting them and
choosing Properties from the Format menu. Click the Text tab and check “Occupy Page
Width.” As you enter more lines of text into a full-width text region, any regions that are below
are automatically pushed down in the worksheet.
When you first insert text, its properties are determined by the defaults for the style
called “Normal.” See “Text Styles” on page 71 to find out about creating and modifying
text styles. Any properties that you change for selected text override the properties
associated with the style for that text region.
Tip If you place the insertion point in text and then change the text properties, any new text you type
at that insertion point will have the new properties.
Text and Paragraph Properties / 69
Tip You can specify that a text region or regions automatically push down following regions as they
grow by selecting them and choosing Properties from the Format menu. Click the “Text” tab
and select “Push Regions Down As You Type.”
Tip As a shortcut for creating subscripts and superscripts in text, use the Subscript and Superscript
button on the Formatting toolbar. pop upThese work in both math and text regions.
Note When you type [Shift][↵] Mathcad inserts a new line within the current paragraph; it does not
create a new paragraph.
toolbar: , , or .
Tab stops
To specify tabs, click the “Tabs” button in the Paragraph Format dialog box to open
the Tabs dialog box. Enter numbers into the “Tab stop position” text box. Click “Set”
for each tab stop then click “OK.”
Or you can set tab stops using the text ruler. Click in a paragraph and choose Ruler
from the View menu. Click in the ruler where you want a tab stop to be. A tab stop
symbol appears. To remove a tab stop, click on the tab stop symbol, hold the mouse
button down, and drag the cursor away from the ruler.
Tip To change the measurement system used in the Paragraph Format dialog box or in the text ruler,
choose Ruler from the View menu to show the text ruler. Then right click on the ruler and
choose Inches, Centimeters, Points, or Picas from the popup menu.
Text Styles / 71
Text Styles
Text styles give you an easy way to create a consistent appearance in your worksheets.
Rather than choosing particular text and paragraph properties for each individual
region, you can apply an available text style.
Every worksheet has a default “Normal” text style with a particular choice of text and
paragraph properties. You can also modify existing text styles, create new ones of your
own, and delete ones you no longer need.
Applying a Text Style to a Paragraph in a Text Region
When you create a text region in your worksheet, the region is tagged by default with
the “Normal” style. You can, however, apply a different style to each paragraph—each
stream of characters followed by a hard return—within the text region:
1. Click in the text region of the paragraph where
you want to change the style.
2. Choose Style from the Format menu, or right
click on the paragraph and choose Style from the
popup menu, to see a list of the available text
styles. Available text styles depend on the
worksheet template used.
3. Select a text style and click “Apply.” The default
text in your paragraph acquires the text and
paragraph properties associated with that style.
Tip You can apply a text style to a text paragraph simply by clicking in the paragraph and choosing
a style from the left-most drop-down list in the Formatting toolbar. To apply a text style to an
entire text region, first select all the text in the region. For information on selecting text, refer to
“Selecting Text” on page 66.
Note If you base a new text style on an existing text style, any changes you later make to the original
text style will be reflected in the new text style as well.
Equations in Text
This section describes how to insert equations into your text regions. Equations inserted
into text have the same properties as those in the rest of your worksheet.
Inserting an Equation into Text
Place an equation into text either by creating a new equation inside a text region or by
pasting an existing equation into a text region.
To add a new equation into text:
1. Click to place the insertion point
where you want the equation to start.
Text Tools / 73
2. Choose Copy from the Edit menu, or click on the Standard toolbar.
3. Click in the text region to place the insertion point where you want the equation to
start.
4. Choose Paste from the Edit menu, or click on the Standard toolbar.
Text Tools
Mathcad’s text tools are similar to those in word processors.
Find and Replace
Mathcad’s Find and Replace commands on the Edit menu are capable of working in
both text and math regions. By default, however, Mathcad finds and replaces text in
text regions only.
Searching for text
To find a sequence of characters:
1. Choose Find from the Edit menu.
Mathcad brings up the Find dialog.
2. Enter the sequence of characters you
want to find.
3. Click “Find Next” to find the next
occurrence of the characters after the current insertion point. You can search upward
or downward in the worksheet, match whole words only, match the case exactly of
the characters you entered, and specify whether Mathcad should search in text or
math regions or both.
Online Help The Help topic “Characters You Can Find and Replace” details the characters you can find in
math and text regions, including Greek symbols. Many special characters, including punctuation
and spaces, can be located only in text or math strings.
74 / Chapter 6 Working with Text
Replacing characters
To search and replace text:
1. Choose Replace from the Edit menu
to bring up the Replace dialog box.
2. Enter the character string you want to
find in the “Find what” box.
3. Enter the string you want to replace it
with in the “Replace with” box. You
can match whole words only, match the case exactly of the characters you entered,
or specify whether Mathcad should search in text or math regions or both.
You now have the following options:
• Click “Find Next” to find and select the next instance of your character string.
• Click “Replace” to replace the currently selected instance of the string.
• Click “Replace All” to replace all instances of the string.
Spell-Checking
Mathcad can search the text for misspelled words and suggest replacements. You can
also add commonly used words to your personal dictionary.
Note Mathcad spell-checks text regions only, not math or graphics regions.
To begin spell-checking:
• Click at the beginning of wherever you want to spell-check. Mathcad spell-checks
starting from this point and continues to the end of the worksheet. You can then
either continue the spell-check from the beginning of the worksheet or quit.
• Alternatively, select the text you want to spell-check.
Once you’ve defined a range over which to check spelling:
1. Choose Spelling from the Tools
menu, or click on the Standard
toolbar.
2. When Mathcad finds a misspelled
word, it opens the Check Spelling
dialog box. The misspelled word is
shown along with a suggested
replacement(s). If Mathcad does not
have a suggestion, it shows only the
misspelled word.
Tip To determine whether a word is misspelled, Mathcad compares it with the words in two
dictionaries: a general dictionary of common English words supplemented by mathematical
terms and a personal dictionary. If Mathcad detects correctly spelled words throughout your
worksheet you can add them to your personal dictionary.
Text Tools / 75
Note To choose a dialect associated with the English dictionary, choose Preferences from the Tools
menu, click on the Language tab, and choose an option below “Spell Check Dialect.”
Chapter 7
Worksheet Management
! Worksheets and Templates
! Rearranging Your Worksheet
! Layout
! Safeguarding an Area of the Worksheet
! Safeguarding an Entire Worksheet
! Worksheet References
! Hyperlinks
! Distributing Your Worksheets
When you first open Mathcad or click on the Standard toolbar, you see an empty
worksheet based on a worksheet template (NORMAL.MCT). You can enter and format
equations, graphs, text, and graphics in this space, as well as modify worksheet
attributes such as numerical format, headers and footers, and text and math styles. The
normal template is only one of the built-in templates Mathcad provides.
77
78 / Chapter 7 Worksheet Management
Note If you open files online, you will create a temporary file locally on your machine, but the original
URL will still be displayed in the Title bar. You may get a warning that the file is Read-only,
depending on the permissions of the directory from which you read it.
If you are running Windows 2000 or XP, you can set up a Web directory as one of your
Network Places (if you have permission to write to that directory), and you’ll be able
to browse directories online within Mathcad.
Saving Your Worksheet
To save a worksheet, choose either Save or Save As... from the File menu and enter a
file name with the extension MCD. After the first time you save the worksheet, simply
choose Save from the File menu or click on the Standard toolbar.
Saving your worksheet in an earlier format
Worksheets created in an earlier version of Mathcad will open in the current version,
but files in the current version of Mathcad will not open in earlier versions. Mathcad
does allow you to save a worksheet as a previous version. Regions or features that won’t
work in an earlier version appear as bitmap images.
To save a worksheet that can be read by an earlier version of Mathcad:
1. Choose Save As from the File menu.
2. In the “Save as type” drop-down list, select the earlier version and provide a file
name.
Worksheets and Templates / 79
1. Choose Open from the File menu or click on the Standard toolbar.
2. In the “Files of type” drop-down list, select “All Files.”
3. Type the name of the template in the “File name” box or browse to locate it in the
dialog box. Worksheet templates are saved by default in the TEMPLATE folder.
4. Click “Open.” The template opens in the Mathcad window.
You may now edit the template as you would modify any Mathcad worksheet. If you
want to give a new name to the modified template, choose Save As from the File menu
and enter a new name for the template.
Tip To modify the default template for a blank worksheet, modify the template file NORMAL.MCT.
You may want to save the original NORMAL.MCT elsewhere in case you need to retrieve it.
80 / Chapter 7 Worksheet Management
Note When you modify a template, your changes affect only new files created from the modified
template. The changes do not affect any worksheets created with the template before the
template was modified.
Note You can get an overall view of how your worksheet looks by choosing Zoom from the View
menu or clicking on the Standard toolbar and choosing a magnification. Or you can
use the Print Preview command.
Aligning Regions
Once you’ve inserted regions into your worksheet, you can align them vertically or
horizontally using menu commands, nudging with the arrow keys, or by using the
worksheet ruler.
Using commands
To align regions horizontally or vertically using commands:
1. Select regions as described on page 14.
2. Choose Align Regions⇒Across (to align horizontally) or Align Regions⇒Down
(to align vertically) from the Format menu. Or choose these commands by clicking
Note Aligning regions may inadvertently cause regions to overlap. Mathcad warns you when this will
occur. See “Separating Regions” on page 82.
Hovering the mouse over the edge of the selected region(s) results in the grabbing hand
icon. Clicking and holding allows the region(s) to be dragged freely.
Using the worksheet ruler
Choosing Ruler from the View menu while the cursor is in a blank spot or in a math
region, opens the worksheet ruler at the top of the window. You can use alignment
guidelines on the ruler to align regions at particular measurements along the worksheet.
To set alignment guidelines on the ruler:
1. Click on the ruler wherever you want the alignment guideline to appear. A tab stop
symbol appears on the ruler.
2. Click on the tab stop symbol with the right mouse button and choose Show
Guideline from the popup menu. A check appears next to the command. You can
add as many guidelines as you need.
You can also set Tabs and Guidelines by selecting Tabs from the Format menu. Type
the location for any tabs or guides you’d like to place, then check the “Show Guidelines”
checkbox. You must be viewing the Ruler for guidelines to show up.
The alignment guideline appears as a green vertical line. Select and move regions to
the guideline. Figure 7-1 shows how you can use an alignment guideline to align math
regions.
Note The tab stops you insert on the ruler specify where the cursor should move when you press the
[TAB] key. To remove a tab stop, click on its symbol, hold the mouse button down, and drag the
the stop off the ruler.
To move a guideline, click on the tab stop on the ruler and drag it. To remove an
alignment guideline, click on the ruler with the right mouse button where the guideline
is located and uncheck Show Guideline in the dialog.
To automatically place the next region you create on a guide, press the [TAB] key in a
blank region of the worksheet. The red crosshair will move to the next tab/guideline.
82 / Chapter 7 Worksheet Management
Tip You can change the measurement system used in the ruler by clicking on the ruler with the right
mouse button, and choosing Inches, Centimeters, Points, or Picas from the popup menu. To
change the ruler measurement for all documents, make this change to NORMAL.MCT.
Tip To quickly insert or delete a specific number of lines from your worksheet, right click in a blank
part of the worksheet, choose Insert Lines or Delete Lines from the popup menu, and enter the
number of lines in the dialog box.
Separating Regions
As you move and edit the regions in a Mathcad worksheet, they may end up overlapping
one another. Overlapping regions don’t interfere with each other’s calculations, but
they may make your worksheet hard to read.
A good way to determine whether regions
overlap is to choose Regions from the
View menu. As shown at right, Mathcad
displays blank space in gray and leaves
the regions in your default background
color. To return to the default background
color, choose Regions from the View
menu again.
To separate all overlapping regions,
choose Separate Regions from the
Format menu. Wherever regions overlap,
this command moves the regions in such
a way as to avoid overlaps.
Layout / 83
Note Be careful with the Separate Regions command since moving regions can change the order of
calculation. You can also drag regions individually, add lines by pressing [Enter], or cut and
paste the regions so they don’t overlap.
Highlighting Regions
Mathcad allows you to highlight regions so that they stand out from the rest of the
equations and text in your worksheet:
To apply a highlight color to a region:
1. Click in the region or select multiple regions.
2. Choose Properties from the Format menu.
3. Click the Display tab.
4. Check “Highlight Region.” Click “Choose Color” to choose a highlight color other
than the default choice.
Mathcad colors the region with the color you chose. This is a purely cosmetic change
with no effect on any math regions.
Note The appearance of a highlighted region when printed depends on the capabilities of your printer
and the choice of highlight color. Some black and white printers render a color as black,
obscuring the equation or text. Others render just the right gray to highlight the equation without
obscuring it. Still other printers will disregard the background highlight color.
Layout
Before printing a worksheet, you may need to adjust the margins, paper options, page
breaks, and headers and footers so that pages of the worksheet are printed appropriately.
Setting Margins, Paper Size, Source, and Orientation
Mathcad worksheets have user-specifiable margins at the left, right, top, and bottom of
the worksheet. To set these margins, choose Page Setup from the File menu.
Use the four text boxes in the lower right of the Page Setup dialog to specify the
distances from the margin to the corresponding edge of the actual sheet of paper on
which you are printing.
You can also use Page Setup settings to change the size, source, or orientation of the
paper on which you print your worksheet. See “Printing” on page 91 for more about
printing your Mathcad worksheets.
84 / Chapter 7 Worksheet Management
Tip To use the margin and other page setup settings in the current worksheet in new worksheets, save
the worksheet as a template as described in “Creating a New Template” on page 79.
Page Breaks
Mathcad provides two kinds of page breaks:
• Soft page breaks. Mathcad uses your default printer settings and your top and
bottom margins to insert these page breaks automatically. These show up as dotted
horizontal lines, which you see as you scroll down in your worksheet. You cannot
add or remove soft page breaks.
• Hard page breaks. You can insert a hard page break by placing the cursor at a
place in your worksheet and choosing Page Break from the Insert menu. Hard
page breaks display as solid horizontal lines in your worksheets.
To delete a hard page break:
1. Drag-select the hard page break as you would select any other region in your
Mathcad worksheet. A dashed selection box appears around the page break.
2. Choose Delete from the Edit menu or press the [Delete] key.
Tip Because Mathcad is a WYSIWYG environment, any region that overlaps a soft or hard page
break prints by default in pieces on successive pages. To separate a region from a hard page
break, choose Separate Regions from the Format menu. However, this command does not
separate regions from any overlapping soft page breaks. Choose Repaginate Now from the
Format menu to force Mathcad to insert a soft page break above any region that otherwise
would print in pieces on successive pages.
Tip Mathcad by default begins numbering at page 1. You can set a different starting page number in
the Options group in the Header and Footer dialog box.
Tip To name an area in your worksheet, click on an area boundary, choose Properties from the
Format menu, and enter a name on the Area tab. The Area tab also lets you modify other display
attributes of an area, such as whether a border or icon appears.
Note If you choose to password protect an area, make sure you remember your password. If you forget
it, you will find yourself permanently locked out of that area. Keep in mind also that the
password is case sensitive.
Tip When you lock an area without a password, anyone can unlock it by simply choosing
Area⇒Unlock from the Format menu.
Deleting an Area
You can delete an area just as you would any other region. To do so:
1. Make sure the area is unlocked. You cannot delete a locked area.
2. Select either of the two lines indicating the extent of the locked area by dragging
the mouse across it.
3. Choose Cut from the Edit menu or click on the Standard toolbar.
Note Regions added while worksheet protection is enabled (content level) cannot be flagged for
protection until the worksheet is unprotected.
88 / Chapter 7 Worksheet Management
Tip Disabling protection for an area, when the rest of the worksheet is protected, can be set either
before or after the area is collapsed. Right click either of the area boundaries when expanded or
right click the collapsed area; then choose Properties from the dialog, and uncheck region
protection on the Protect tab. Your setting will be preserved when the area is either collapsed or
expanded. Once you’ve enabled Worksheet Protection, areas cannot be expanded or collapsed.
Worksheet References
There may be times when you want to use formulas and calculations from one Mathcad
worksheet inside another. You may have calculations and definitions that you re-use
frequently. You can, of course, simply use Copy and Paste from the Edit menu to move
whatever you need to move, or drag regions from one worksheet and drop them in
another. However, when entire worksheets are involved, this method can be cumber-
some.
Mathcad allows you to reference one worksheet from another—that is, to access the
computations in a worksheet without opening it. When you insert a reference to a
worksheet, you won’t see the formulas of the referenced worksheet, but the current
worksheet behaves as if you could.
Note By default, the location of the referenced file is stored in the worksheet as an absolute system
path or URL. This means that if you move the main worksheet or the referenced worksheet to a
different location, Mathcad cannot locate the referenced file. If you want the location of the
referenced file to be stored relative to the Mathcad worksheet containing the reference, click
“Use relative path for reference” in the Insert Reference dialog box. The reference is then valid
even if you move the referenced file and the main worksheet to a different drive but keep the
relative directory structure intact. To use a relative path, you must first save the file containing
the reference.
Hyperlinks
Mathcad allows you to create hyperlinks in your Mathcad worksheets that, when
double-clicked, open Mathcad worksheets, jump to other regions of a Mathcad
worksheet, or link to other files.
Creating Hyperlinks Between Worksheets
You can create a hyperlink from any Mathcad region, such as a text region or image,
to any other Mathcad region, either within the same worksheet or in another worksheet.
Hyperlinks allow you to connect groups of worksheets or simply cross-reference related
areas of a worksheet or worksheets.
Creating hyperlinks from worksheet to worksheet
When you create a hyperlink from one worksheet to another you have two options:
• The target worksheet can open in a full-sized Mathcad worksheet window that
allows you to edit its contents.
• The target worksheet can open in a small popup window that displays the contents
of the worksheet, but does not allow you to edit its contents.
Mathcad can follow a hyperlink to any worksheet, whether it is stored on a local drive,
a network file system, or the internet.
To create a hyperlink from one worksheet to another, first specify the hyperlink by:
1. Selecting a piece of text, or
2. Clicking anywhere in image, or
3. Placing the insertion point anywhere within an entire text region.
Tip When you select text, Mathcad underlines the text to show a hyperlink. The arrow cursor
changes to a hand cursor when you hover over any hyperlink.
90 / Chapter 7 Worksheet Management
Note In order for “Use relative path for hyperlink” to be available, you must first save the worksheet
in which you are inserting the hyperlink.
4. Check “Display as popup document” if you want the target worksheet to open in a
small popup window.
5. Enter a message to appear on the status line at the bottom of the window when the
mouse hovers over the hyperlink.
To revise a hyperlink—for example, if you move the target worksheet and still want
the hyperlink to work—click the hyperlinked item and choose Hyperlink from the
Insert menu. Make any changes you wish in the Edit Hyperlink dialog box.
To remove a hyperlink, click the hyperlink and choose Hyperlink from the Insert
menu. Click “Remove Link” in the dialog box. Mathcad removes the link.
Creating hyperlinks from region to region
Before you can link to a specific region in a worksheet, you must mark it with a tag. A
tag can be any collection of words, numbers, or spaces, but not symbols.
To create a region tag:
1. Right click on the region and select Properties.
2. In the Properties dialog box, under the Display tab, type a tag in the text box
provided.
Note You can not include a period in the tag name such as Section1.3, you must write Section1-3.
Distributing Your Worksheets / 91
Note When you link from region to region within or between Mathcad worksheets, you cannot use the
popup window option.
Note When you double-click a hyperlink to a file other than a Mathcad worksheet, you launch either
the application that created the file or an application associated with a file of that type in the
Windows Registry. You cannot display such hyperlinked files within a popup window.
You can think of the worksheet as being divided into vertical strips. Mathcad begins
printing at the top of each strip and continues until it reaches the last region in this strip.
It prints successive strips left to right. Note that certain layouts will produce one or
more blank pages.
Tip You can control whether a wide worksheet is printed in its entirety or in a single page width. To
do so, choose Page Setup from the File menu to open the Page Setup dialog box. Then, to
suppress printing of anything to the right of the right margin, check “Print single page width.”
Tip Mathcad allows you to change the display of some operators including the:=, the bold equals,
the derivative operator, and the multiplication operator. Before you print, you can choose
Worksheet Options from the Tools menu and click on the Display tab to change the appearance
of these operators. This can make your printout clearer to someone unfamiliar with Mathcad
notation.
Print Preview
To check your worksheet’s layout before printing, choose Print Preview from the File
menu or click on the Standard toolbar. The Mathcad window shows the current
section of your worksheet in miniature, as it will appear when printed, with a strip of
buttons across the top of the window:
Click “Close” to go back to the main worksheet screen. The remaining buttons give
you more control over the preview.
Tip You can use the “Zoom In” and “Zoom Out” buttons to magnify the worksheet or you can
magnify the worksheet by moving the cursor onto the previewed page so that the cursor changes
to a magnifying glass. T hen click the mouse. Click again to magnify your worksheet even more.
Once you’re at the maximum magnification, clicking on the page de-magnifies it.
Note You cannot edit the current page or change its format in the Print Preview screen. To edit the
page or change its format, return to the normal worksheet view by clicking “Close.”
Distributing Your Worksheets / 93
Note You can save equations as images or presentation MathML. This choice does not affect
Mathcad’s ability to read the document for live calculation, only how the Web browser will
display equations. Presentation MathML display typically requires a plug-in. For pages that
require only a Web browser for display, save your equations as images. Mathcad region
information is simultaneously stored as content MathML for subsequent rendering and
calculation back into Mathcad.
Choose a format for image export, either JPEG or PNG. PNG is a lossless format so
may result in clearer images for graphs and drawings, while JPEG images may be
smaller or compatible with older browser versions. All graphs, embedded images, and
tables will be displayed as images in the output HTML document, as well as equations,
if you have chosen this method of export.
Fixed or relative positioning and templates
Choose whether a document will use relative or fixed layout when exported to HTML.
When the Save Layout As radio button is set to Relative, regions will be stored in an
HTML table that attempts to retain the relative horizontal and vertical placement of
your regions. This arrangement makes it possible to edit the Web page outside of
Mathcad to include additional HTML — navigation links, images, etc. This attribute
must selected to use HTML templates.
When the Relative button is selected, you can browse for an HTML template file.
Templates are used to wrap HTML content exported from a Mathcad file. You can use
them to add headers, footers, navigation links, and images, creating a uniform layout
for many files. This facilitates large Web site production. Template files must be saved
with MLT extensions and use the same structure as the HTML template.MLT sample
in your Templates folder within the Mathcad directory. Note that these MLT templates
are output templates, not input templates like those used to format Mathcad document
styles for display in Mathcad.
Distributing Your Worksheets / 95
If you check the Fixed radio button, each Mathcad region image or block of text will
be precisely positioned on a web page, mimicking the original Mathcad document as
closely as possible, but making it difficult to add new items to the page outside of
Mathcad. For further instructions and tips on publishing Web sites with Mathcad, see
the online Author’s Reference under the Help menu in Mathcad.
Tip Relative positioning creates a much more flexible MathML document, but it does require some
thought about region layout to be effective. Keeping your Mathcad regions aligned horizontally
and vertically will result in a much better-displaying file. See “Aligning Regions” on page 80
for ways to make this easier.
Finally, you can choose a new title for your page, and choose, if you wish, to open the
page immediately in your default Web browser.
You can also save Mathcad documents in HTML by choosing Save As... from the File
menu, and selecting “HTML/MathML File” from the “Save as type” drop-down list.
This will not display the special properties dialog shown above. Options for HTML
can be set by choosing Preferences from the Tools menu, and modifying choices on
the “HTML Options” tab.
Round-Trip HTML/MathML
Using Microsoft’s Internet Explorer, you can activate Mathcad to edit worksheets that
have been saved in HTML/MathML format. To edit HTML files generated by Mathcad
through the Internet Explorer browser:
1. Load a Mathcad worksheet that has been saved in HTML/MathML format into
Internet Explorer.
2. Select Edit with Mathcad Application under the File menu.
Edit your file as usual and then save it. The file will be saved in HTML/MathML format.
Note When you save a Mathcad worksheet in HTML/MathML format, an HTM file is created and a
subdirectory with the name “(filename)_images” is also created to contain all the associated
image files. When copying files to your server, don’t forget to include the associated image
directory.
Tip Any regions that are to the right of the right margin in Mathcad will not be visible in Microsoft
Word. For optimal conversion to Word, you should set your margins in Mathcad to the same
defaults as Word (1.25” on left and right, and 1” top and bottom) or start with the Mathcad
template, “Microsoft Word.mct,” from File⇒New.
Drag and dropping a region(s) from Mathcad to Microsoft Word inserts a Mathcad
object into Word. See “Inserting Objects” on page 155.
You can also just simply select text in a Mathcad text region, copy the text by choosing
Copy from the Edit menu or clicking on the Standard toolbar, and choose Paste
from the Edit menu in Microsoft Word to move your text to Word.
Storing Worksheets in a SharePoint Repository
SharePoint is a document storage and management system from Microsoft, which
grants you control over the dissemination and modification of files stored within a
repository. Mathcad Enterprise customers who have access to a SharePoint server can
access worksheets directly from a SharePoint repository.
You can open worksheets from the repository just as you would any other location, by
navigating to the file in the Open dialog and clicking “OK,”or typing its URL, if you
know it. When you open a worksheet from a SharePoint Repository, you will have the
option to either open the file on a Read Only or Check Out basis.
• Read Only. You will notice an extra item in the File menu, called Check Out.
Until you check out your worksheet, it will behave just like any worksheet opened
from your hard drive, and you will not be able to save it to the repository.
• Check Out. If you have checked your worksheet out, Mathcad adds an additional
entry to the File menu, Check In, which allows you to update the version in your
repository.
When you Check In a worksheet, you will have the option to publish your worksheet.
Publishing your worksheet makes it visible to users with Reader access. Only users
with Author or higher access can see unpublished worksheets.
Closing a checked out worksheet will prompt you to:
• Check the file back into the repository, thereby saving your edits, or
• Discard your changes and undo the check out, thus allowing another user to check
out the worksheet, or
• Close the worksheet and keep it checked out. In this last case, the file will reopen
with all your edits intact, but SharePoint still considers it to be one checkout so that
discarding changes the next time you edit the worksheet will discard any changes
made in any session since you checked the file out.
Tip File functions such as READBIN can read from data files stored in a SharePoint Repository, as
long as you use either the full URL to the file or a relative path in the function call. Functions
that write data files, such as WRITEBIN, will only work if you have checked out the data file.
Distributing Your Worksheets / 97
Mailing
If you’re connected to a mail system that’s compatible with Microsoft’s Mail API
(MAPI), you can use Mathcad to direct that system to send an electronic mail message
and your current Mathcad worksheet.
Tip The settings in your mail system determine how Mathcad worksheets are attached to or encoded
in the mail message. We recommend that you use a compression method such as ZIP to attach
Mathcad worksheets to mail messages.
x
• A matrix whose elements are either of the above. For example, . This technique
y1
allows you to define several variables at once: each element on the right-hand side
is assigned simultaneously to the corresponding element on the left-hand side.
99
100 / Chapter 8 Calculating in Mathcad
• A function name with an argument list of simple variable names. For example,
f(x, y, z) . This is described further in the next section.
〈 1〉
• A superscripted variable name like M .
Built-in Variables
Built-in variables can have a conventional value, like π and e, or be used as system
variables to control how Mathcad works. See “Appendix F: Predefined Variables” on
page 442 for a list of built-in variables in Mathcad.
Note Mathcad treats the names of all built-in units as predefined variables. See “Units and
Dimensions” on page 109.
Although Mathcad’s predefined variables already have values when you start Mathcad,
you can still redefine them. For example, if you want to use a variable called e with a
value other than the one Mathcad provides, enter a new definition, like e := 2 . The
variable e takes on the new value everywhere in the worksheet below and to the right
of the new definition. Or create a global definition for the variable as described in
“Global Definitions” on page 102.
Note Mathcad’s predefined variables are defined for all fonts, sizes, and styles. This means that if you
redefine e as described above, you can still use e, for example, as the base for natural logarithms.
Note, however, that Greek letters are not included.
Tip Whenever you evaluate an expression, Mathcad shows a final placeholder at the end of the
equation. You can use this placeholder for unit conversions, as explained in “Working with
Results” on page 112. As soon as you click outside the region, Mathcad hides the placeholder.
Figure 8-1 shows some results calculated from preceding variable definitions.
Note You can define a variable more than once in the same worksheet. Mathcad simply uses the first
definition for all expressions until the variable is redefined, then uses the new definition.
102 / Chapter 8 Calculating in Mathcad
Global Definitions
Global definitions work exactly like local definitions except that they are evaluated
before any local definitions. If you define a variable or function with a global definition,
that variable or function is available to all local definitions in your worksheet, regardless
of whether the local definition appears above or below the global definition.
To type a global definition, follow these steps:
1. Type a variable name or function.
2. Press the tilde (~) key, or click on the Evaluation toolbar. The
global definition symbol appears.
3. Type an expression. The expression can involve numbers or other
globally defined variables and functions.
You can use global definitions for functions, subscripted variables, and anything else
that normally uses the definition symbol “:=”.
This is the algorithm that Mathcad uses to evaluate all definitions:
1. First, Mathcad takes one pass through the entire worksheet from top to bottom.
During this first pass, Mathcad evaluates global definitions only.
2. Mathcad then makes a second pass through the worksheet from top to bottom. This
time, Mathcad evaluates all definitions made with “:=” as well as all equations
containing “=” and “≡”. Note that during this pass, global definitions do not use
any local definitions.
Note A global definition of a variable can be overridden by a local definition of the same variable
name with the definition symbol “:=”.
Figure 8-3 shows the results of a global definition for the variable R which appears at
the bottom of the figure.
Although global definitions are evaluated before any local definitions, Mathcad
evaluates global definitions the same way it evaluates local definitions: top to bottom
and left to right. This means that whenever you use a variable to the right of a “≡”:
Defining and Evaluating Variables / 103
• that variable must also have been defined with a “≡,” and
• the variable must have been defined above the place where you are trying to use it.
Otherwise, the variable is marked in red to indicate that it is undefined.
Tip It is good practice to allow only one definition for each global variable. Although you can do
things like define a variable with two different global definitions or with one global and one local
definition, this may make your worksheet difficult to revise or understand in the future.
Range Variables
Iterative processes in Mathcad worksheets depend on range variables. A range variable
looks just like a conventional variable. The difference is that a conventional variable
takes on only one value while a range variable takes on a range of values.
Range variables are crucial to exploiting Mathcad’s capabilities to their fullest. This
section shows how to define and use range variables to perform iteration. For a
description of more advanced iterative operations made possible by the programming
operators in Mathcad, turn to Chapter 15, “.”
Defining and using range variables
To define a range variable, type the variable name followed by a colon and a range of
values. For example, here’s how to define the variable j ranging from 0 to 15 in steps
of 1:
1. Type j and then press the colon key (:), or click on the
Calculator toolbar. The empty placeholder indicates that Mathcad
expects a definition for j. At this point, Mathcad does not know whether j is to be
a conventional variable or a range variable.
104 / Chapter 8 Calculating in Mathcad
2. Type 0. Then press the semicolon key (;), or click on the Matrix
toolbar. This tells Mathcad that you are defining a range variable.
Mathcad displays the semicolon as two periods “..” to indicate a range. Complete
the range variable definition by typing 15 in the remaining placeholder.
This definition indicates that j now takes on the values 0, 1, 2…15 . To define a range
variable that changes in steps other than 1, see the section “Types of ranges” on page
105.
Once you define a range variable, it takes on its complete range of values every time
you use it. If you use a range variable in an equation, for example, Mathcad evaluates
that equation once for each value of the range variable.
You must define a range variable exactly as shown above.
Note You cannot define a variable in terms of a range variable. For example, if after having defined j
as shown you now define i := j + 1 , Mathcad assumes you are trying to set a scalar variable
equal to a range variable and marks the equation with an appropriate error message.
One application of range variables is to fill up the elements of a vector or matrix. You
can define vector elements by using a range variable as a subscript. For example, to
define x j for each value of j:
• Type x[j:j^2[Space]+1.
Figure 8-4 shows the vector of values computed by this equation. Since j is a range
variable, the entire equation is evaluated once for each value of j. This defines x j for
each value of j from 0 to 15.
To understand how Mathcad computes with range variables, keep in mind this
fundamental principle:
If you use a range variable in an expression, Mathcad evaluates the expression once
for each value of the range variable.
If you use two or more range variables in an equation, Mathcad evaluates the equation
once for each value of each range variable.
Tip Mathcad takes longer to compute equations with ranged expressions since there may be many
computations for each equation. While Mathcad is computing, the mouse pointer changes its
appearance. See “Interrupting Calculations” on page 120.
Types of ranges
The definition of j in the previous section, ranging from 0 to 15, is an example of the
simplest type of range definition. But Mathcad permits range variables with values
ranging from any value to any other value, using any constant increment or decrement.
To define a range variable with a step size other than 1, type an equation of this form:
k:1,1.1;2
This appears in your worksheet window as:
k := 1, 1.1 .. 2
In this range definition:
• The variable k is the name of the range variable itself.
• The number 1 is the first value taken by the range variable k.
• The number 1.1 is the second value in the range. Note that this is not the step size.
The step size in this example is 0.1, the difference between 1.1 and 1. If you omit
the comma and the 1.1, Mathcad assumes a step size of one in whatever direction
(up or down) is appropriate.
• The number 2 is the last value in the range. In this example, the range values are
constantly increasing. If instead you had defined k := 10 .. 1 , then k would count
down from 10 to 1. If the third number in the range definition is not an even number
of increments from the starting value, the range will not go beyond it. For example,
if you define k := 10, 20 .. 65 then k takes values 10, 20, 30, . . ., 60.
Note You can use arbitrary scalar expressions in range definitions. However, these values must
always be real numbers. Also note that if you use a fractional increment for a range variable, you
will not be able to use that range variable as a subscript because subscripts must be integers.
106 / Chapter 8 Calculating in Mathcad
Note It makes no difference whether or not the names in the argument list have been defined or used
elsewhere in the worksheet. What is important is that these arguments must be names. They
cannot be more complicated expressions.
Note As shown in Figure 8-5, if you type only the name of a function without its arguments, Mathcad
returns the word “function.”
Note User-defined function names are font and case sensitive. The function f(x) is different from the
function f(x) and SIN(x) is different from sin(x). Mathcad’s built-in functions, however, are
defined for all fonts (except the Symbol font), sizes, and styles. This means that sin(x), sin(x),
and sin(x) all refer to the same function.
If you want a function to depend on the value of a variable, you must include that
variable as an argument. If not, Mathcad just uses that variable’s fixed value at the point
in the worksheet where the function is defined.
Recursive Function Definitions
Mathcad supports recursive function definitions—you may define the value of a
function in terms of a previous value of the function. As shown in Figure 8-7, recursive
functions are useful for defining arbitrary periodic functions, as well as elegantly
implementing numerical functions like the factorial function
Note that a recursive function definition should always have at least two parts:
• An initial condition that prevents the recursion from going forever.
• A definition of the function in terms of some previous value(s) of the function.
Note If you do not specify an initial condition that stops the recursion, Mathcad generates a “stack
overflow” error message when you try to evaluate the function.
The programming operators in Mathcad also support recursion. See the section
“Programming within Mathcad” in Chapter 15.
Units and Dimensions / 109
Tip If you define a variable which consists of a number followed immediately by a unit name, you
can omit the multiplication symbol; Mathcad inserts a very small space and treats the
multiplication as implied. See the definition of mass at the bottom of Figure 8-8.
110 / Chapter 8 Calculating in Mathcad
You can also use the Insert Unit dialog box to insert one of Mathcad’s built-in units
into any placeholder.
To use the Insert Unit dialog box:
1. Click in the empty placeholder and choose Unit from the Insert menu, or click
on the Standard toolbar. Mathcad opens the Insert Unit dialog box.
2. The list at the bottom shows built-in
units, along with their Mathcad names,
corresponding to the physical quantity
selected in the top list. When
“Dimensionless” is selected, a list of
all available built-in units shows on the
bottom.
3. You can use the top list to display only
those units corresponding to a
particular physical quantity to see what
choices are appropriate.
4. In the bottom list, double-click the unit you want to insert, or click the unit you
want and then click “Insert.” Mathcad inserts that unit into the empty placeholder.
Note Mathcad performs some dimensional analysis by trying to match the dimensions of your selected
result with one of the common physical quantities in the top list. If it finds a match, you’ll see
all the built-in units corresponding to the highlighted physical quantity in the bottom list. If
nothing matches, Mathcad simply lists all available built-in units on the bottom.
Dimensional Checking
Whenever you enter an expression involving units, Mathcad checks it for dimensional
consistency. If you add or subtract values with incompatible units, or violate other
principles of dimensional analysis, Mathcad displays an appropriate error message.
For example, suppose you had defined acc
as 100 ⋅ m ⁄ s instead of 100 ⋅ m ⁄ s 2 as
shown at right. Since acc is in units of
velocity and acc_g is in units of
acceleration, it is inappropriate to add
them together. When you attempt to do so,
Mathcad displays an error message.
Other unit errors are usually caused by one
of the following:
• An incorrect unit conversion.
• A variable with the wrong units.
• Units in exponents or subscripts (for example v 3 ⋅ acre or 2 3 ⋅ ft ).
• Units as arguments to inappropriate functions (for example, sin ( 0 ⋅ henry ) ).
Units and Dimensions / 111
Tip If you want to temporarily remove units from an argument, x, divide x by UnitsOf(x). For
example, if p is defined as 2 ft then sin ( p ) gives an error but sin ----------------------------- = 0.573 .
p
UnitsOf ( p )
Note Although absolute temperature units are built into Mathcad, the Fahrenheit and Celsius
temperature units are not. See the QuickSheet “Temperature Conversions” under the Help menu
for samples of defining these temperature scales and converting between them.
You define your own units in terms of existing units in exactly the same way you would
define a variable in terms of an existing variable. Figure 8-9 shows how to define new
units as well as how to redefine existing units.
Note Since units behave just like variables, you may run into unexpected conflicts. For example, if
you define the variable m in your worksheet, you won’t be able to use the built-in unit m for
meters anywhere below that definition. However, Mathcad automatically displays the unit m in
any results involving meters, as described in “Displaying Units of Results” on page 115.
112 / Chapter 8 Calculating in Mathcad
Note When the format of a result is changed, only the appearance of the result changes in the
worksheet. Mathcad continues to maintain full precision internally for that result. To see a
number as it is stored internally, click on the result, press [Ctrl][Shift]N, and look at the
message line at the bottom of the Mathcad window. If you copy a result, however, Mathcad
copies the number only to the precision displayed.
Alternatively, you can change the worksheet default by clicking on a particular result,
choosing Result from the Format menu, changing the settings in the Result Format
dialog box, and clicking “Set as Default.”
Tip Changing the worksheet default result format affects only the worksheet you are working in
when you make the change. Any other worksheets open at the time retain their own default result
formats. If you want to re-use your default result formats in other Mathcad worksheets, save your
worksheet as a template as described in Chapter 7, “.”
Note Settings that are grayed can only be changed for the entire worksheet, as described in “Setting
worksheet default format” on page 112.
The Display Options page lets you control whether arrays are displayed as tables or
matrices, whether nested arrays are expanded, and whether i or j is used to indicated
imaginary. You can also specify another radix such as Binary or Octal.
The Unit Display page gives you options to format units (as fractions) or simplify the
units to derived units.
The Tolerance page allows you to specify when to hide a real or imaginary part of a
result and how small a number has to be for it to display as zero.
Online Help Click the Help button at the bottom of the dialog box to see more details of options in the Result.
114 / Chapter 8 Calculating in Mathcad
Complex Results
Results can have complex numbers if you enter an expression that contains a complex
number. Even a Mathcad expression that involves only real numbers can have a
complex value. For example, if you evaluate – 1 , Mathcad returns i. See Figure 8-11
for examples.
Note When complex numbers are available, many functions and operators we think of as returning
unique results become multivalued. In general, when a function or operator is multivalued,
Mathcad returns the principal value: the value making the smallest positive angle relative to the
positive real axis in the complex plane. For example, when it evaluates ( – 1 ) 1 ⁄ 3, Mathcad returns
.5 + .866i despite the fact that we commonly think of the cube root of –1 as being –1. This is
because the number .5 + .866i makes an angle of only 60 degrees from the positive real axis.
The number –1, on the other hand, is 180 degrees from the positive real axis. Mathcad’s nth root
operator returns –1 in this case, however.
Working with Results / 115
Tip Check “Simplify units when possible” in the Result Format dialog box (see page 112) to see
units in a result expressed in terms of derived units rather than in base units. Check “Format
units” to see units in a result displayed as a built-up fraction containing terms with positive
exponents only rather than as a product of units with positive and negative exponents.
You can have Mathcad redisplay a particular result in terms of any of Mathcad’s built-
in units. To do so:
1. Click in the result. You’ll see an empty placeholder to its right. This is the units
placeholder.
2. Click the units placeholder and choose Unit from the Insert menu, or click
on the Standard toolbar. Mathcad opens the Insert Unit dialog box. This is described
in “Units and Dimensions” on page 109.
3. Double-click the unit in which you want to display the result. Mathcad inserts this
unit in the units placeholder.
Note For some engineering units—such as hp, cal, BTU, and Hz—Mathcad adopts one common
definition for the unit name but allows you to insert one of several alternative unit names,
corresponding to alternative definitions of that unit, in your results. In the case of horsepower,
for example, Mathcad uses the U.K. definition of the unit hp but gives you several variants, such
as water horsepower, metric horsepower, boiler horsepower, and electric horsepower.
Another way to insert a unit is to type its name directly into the units placeholder. This
method works for built-in units, for units you’ve defined yourself, and for combinations
of units.
Unit systems
Mathcad’s uses SI as the default unit system. When you use the equal sign to display
a result having units, Mathcad automatically displays the units in the result in terms of
base or derived SI units.
You can have Mathcad display results in terms of the units of any of the other built-in
unit systems in Mathcad: CGS, US customary, MKS, or no unit system at all. To do so,
choose Worksheet Options from the Tools menu and click the Unit System tab.
Select the default unit system in which you want to display results. The SI unit system
provides two additional base units over the other systems, one for luminosity (candela)
and one for substance (mole), and the base SI electrical unit (ampere) differs from the
base electrical unit in the other systems (coulomb).
116 / Chapter 8 Calculating in Mathcad
The standard SI unit names—such as A for ampere, L for liter, s for second, and S for
siemens—are generally available only in the SI unit system. Many other unit names are
available in all the available systems of units. For a listing of which units are available
in each system, see the Appendices. Mathcad includes most units common to scientific
and engineering practice. Where conventional unit prefixes such as m- for milli-, n- for
nano-, etc. are not understood by Mathcad, you can easily define custom units such as
µ m as described in “Defining Your Own Units” on page 111.
Tip For examples of units with prefixes not already built into Mathcad, see the Unit QuickSheets
under the Help menu.
If you click “None” in the Unit System tab of the Worksheet Options dialog box,
Mathcad doesn’t understand any built-in units and displays answers in terms of the
fundamental dimensions of length, mass, time, charge, and temperature. However,
even if you are working in one of Mathcad’s built-in unit systems, you can always
choose to see results in your worksheet displayed in terms of fundamental dimension
names rather than the base units of the unit system. To do so:
1. Choose Worksheet Options from the Tools menu.
2. Click the Dimensions tab.
3. Check “Display dimensions” and click “OK.”
Unit conversions
There are two ways to convert from one set of units to another:
• By using the Insert Unit dialog box, or
• By typing the new units in the units placeholder itself.
To convert units using the Insert Unit dialog box:
1. Click the unit you want to replace.
2. Choose Unit from the Insert menu, or click on the Standard toolbar.
3. Double-click the unit in which you want to display the result.
As a quick shortcut, or if you want to display the result in terms of a unit not available
through the Insert Unit dialog box—for example, a unit you defined yourself or an
algebraic combination of units—you can edit the units placeholder directly.
Figure 8-12 shows F displayed both in terms of fundamental SI units and in terms of
several combinations of units.
Working with Results / 117
When you enter an inappropriate unit in the units placeholder, Mathcad inserts a
combination of base units that generate the correct units for the displayed result. For
example, in the last equation in Figure 8-12, kW ⋅ s is not a unit of force. Mathcad
therefore inserts m –1 to cancel the extra length dimension.
Whenever you enter units in the units placeholder, Mathcad divides the value to be
displayed by whatever you enter in the units placeholder. This ensures that the complete
displayed result—the number times the expression you entered for the placeholder—
is a correct value for the equation.
Note Conversions involving an offset in addition to a multiplication, for example gauge pressure to
absolute pressure, or degrees Fahrenheit to Celsius, cannot be performed directly with
Mathcad’s unit conversion mechanism. You can, however, perform conversions of this type by
defining suitable functions. See the QuickSheet “Temperature Conversions” under the Help
menu.
You can enter any variable, constant, or expression in a units placeholder. Mathcad
then redisplays the result in terms of the value contained in the units placeholder. For
example, you can use the units placeholder to display a result as a multiple of π or in
engineering notation (as a multiple of 10 3 , 10 6 , etc.).
Tip You can also use the units placeholder for dimensionless units like degrees and radians. Mathcad
treats the unit rad as a constant equal to 1, so if you have a number or an expression in radians,
you can type deg into the units placeholder to convert the result from radians to degrees.
118 / Chapter 8 Calculating in Mathcad
Note The Copy command copies the numerical result only to the precision displayed. To copy the
result in greater precision, double-click it and increase “Displayed Precision” on the Result
Format dialog box. Copy does not copy units and dimensions from a numerical result.
Controlling Calculation
Mathcad starts in automatic mode meaning results are updated automatically. You can
tell you’re in automatic mode because the word “Auto” appears in the message line at
the bottom of the window.
You can disable automatic mode by choosing Calculate⇒Automatic Calculation
from the Tools menu. The word “Auto” disappears from the message line and the check
beside Automatic Calculation disappears. You are now in manual mode.
Tip The calculation mode—either manual or automatic—is a property saved in your Mathcad
worksheet. As described in Chapter 7, “” the calculation mode is also a property saved in
Mathcad template (MCT) files.
When you process a definition in automatic mode by clicking outside the equation
region, this is what happens:
• Mathcad evaluates the expression on the right side of the definition and assigns it
to the name on the left.
• Mathcad then takes note of all other equations in the worksheet that are in any way
affected by the definition.
• Finally, Mathcad updates any of the affected equations that are currently visible in
the worksheet window.
Note Although the equation you altered may affect equations throughout your worksheet, Mathcad
performs only those calculations necessary to guarantee that whatever you can see in the window
is up-to-date. This optimization ensures you don’t have to wait for Mathcad to evaluate
expressions that are not visible. If you print or move to the end of the worksheet, however,
Mathcad automatically updates the whole worksheet.
Whenever Mathcad needs time to complete computations, the mouse pointer changes
its appearance and the word “WAIT” appears on the message line. This can occur when
you enter or calculate an equation, when you scroll, during printing, or when you
enlarge a window to reveal additional equations. In all these cases, Mathcad evaluates
pending calculations from earlier changes.
As Mathcad evaluates an expression, it surrounds it with a green rectangle. This makes
it easy to follow the progress of a calculation.
Calculating in Manual Mode
In manual mode, Mathcad does not compute equations or display results until you
specifically request it to recalculate. This means that you don’t have to wait for Mathcad
to calculate as you enter equations or scroll around a worksheet.
Mathcad keeps track of pending computations while you’re in manual mode. As soon
as you make a change that requires computation, the word “Calc” appears on the
message line. This is to remind you that the results you see in the window are not up-
to-date and that you must recalculate them before you can be sure they are updated.
You can update the screen by choosing Calculate Now from the Tools menu, clicking
on the Standard toolbar, or pressing [F9]. Mathcad performs whatever
computations are necessary to update all results visible in the worksheet window. When
you move down to see more of the worksheet, the word “Calc” reappears on the message
line to indicate that you must recalculate to see up-to-date results.
To force Mathcad to recalculate all equations throughout the whole worksheet, choose
Calculate Worksheet from the Tools menu or press [Ctrl] [F9].
Note When you print a worksheet in manual calculation mode, the results on the printout are not
necessarily up-to-date. In this case, make sure to choose Calculate Worksheet from the Tools
menu before you print.
120 / Chapter 8 Calculating in Mathcad
Interrupting Calculations
To interrupt a computation in progress:
1. Press [Esc]. The dialog box shown at right appears.
2. Click “OK” to stop the calculations or “Cancel” to resume
calculations.
If you click “OK,” the equation that was being processed when
you pressed [Esc] is marked with an error message (see “Error
Messages” on page 123) indicating that calculation has been interrupted. To resume an
interrupted calculation, first click in the equation having the error message, then press
[F9] or click on the Standard toolbar.
Tip If you find yourself frequently interrupting calculations to avoid having to wait for Mathcad to
recalculate as you edit your worksheet, you should switch to manual mode.
Disabling Equations
You can disable a single equation so that it no longer calculates along with other regions
in your worksheet. Disabling an equation does not affect Mathcad’s equation editing,
formatting, and display capabilities.
To disable calculation for a single equation in your worksheet, follow these steps:
1. Click on the equation you want to disable.
2. Choose Properties from the Format menu, and click the Calculation tab.
3. Under “Calculation Options” check “Disable Evaluation.”
4. Mathcad shows a small rectangle after the equation to
indicate that it is disabled. An example is shown at right.
Tip An easy shortcut for disabling evaluation is to right click on an equation and select Disable
Evaluation from the popup menu.
Animation
You can use Mathcad to create and play short animation clips by using the built-in
variable FRAME. Anything that can be made to depend on this variable can be animated.
This includes not only plots but numerical results as well. You can play back the
animation clips at different speeds or save them for use by other applications.
Creating an Animation Clip
Mathcad comes with a predefined constant called FRAME whose sole purpose is to
drive animations. The steps in creating any animation are as follows:
1. Create an expression or plot, or a
group of expressions, whose
appearance ultimately depends on the
value of FRAME. This expression
need not be a graph. It can be anything
at all.
2. Choose Animation⇒ Record from
the Tools menu to bring up the Record
Animation dialog box.
3. Drag-select the portion of your
worksheet you want to animate as shown in Figure 8-13. Draw a rectangle around
as many regions as you want to appear in the animation
4. Set the upper and lower limits for FRAME in the dialog box. When you record the
animation, the FRAME variable increments by one as it proceeds from the lower
limit to the upper limit.
5. Enter the playback speed in the Frames/Sec. box.
6. Click “Animate.” You’ll see a miniature rendition of your selection inside the dialog
box. Mathcad redraws this once for each value of FRAME. This won’t necessarily
match the playback speed since at this point you’re just creating the animation.
7. To save your animation clip as a Windows AVI file, suitable for viewing in other
Windows applications, click “Save As” in the dialog box. .
Tip Since animation clips can take considerable disk space, Mathcad saves them in compressed
format. Before creating the animation, you can choose what compression method to use or
whether to compress at all. To do so, click “Options” in the Animate dialog box.
122 / Chapter 8 Calculating in Mathcad
Figure 8-13: Selecting an area for animation and seeing the animation inside
the dialog box.
Tip You can control the playback speed by clicking the button to
the right of the play button, which then opens a popup menu. Choose “Speed” from the menu
and adjust the slider control.
Tip To launch an animation directly from your worksheet, you can insert a hyperlink to an AVI file
by choosing Hyperlink from the Insert menu. You can also embed a shortcut to the AVI file in
your worksheet by dragging the icon for the AVI file from the Windows Explorer and dropping
it into your worksheet. Finally, you can embed or link an OLE animation object in your
worksheet (see “Inserting Objects” on page 155.)
Error Messages / 123
Error Messages
If Mathcad encounters an error when evaluating an expression, it marks the expression
with an error message and highlights the offending name or operator in red.
An error message is visible only when you click on the
associated expression, as shown to the right.
Mathcad cannot process an expression containing an error.
If the expression is a definition, the variable or function it
is supposed to define remains undefined. Any expressions
that reference that variable will be undefined as well.
Tip You can get online help about many error messages by clicking on them and pressing [F1].
Fixing Errors
Once you have determined which expression caused the error, edit that expression to
fix the error or change the variable definitions that led to the error. When you click in
the expression and begin editing, Mathcad removes the error message. When you click
outside the equation Mathcad recomputes the expression. Then Mathcad recomputes
any expressions affected by the fixed expression.
Note When you define a function, Mathcad does not try to evaluate it until you subsequently use it in
the worksheet. If there is an error, the use of the function is marked in error, even though the real
problem may lie in the definition of the function itself, possibly much earlier in the worksheet.
Chapter 9
Solving and Data Analysis
! Solving and Optimization Functions
! Differential Equation Solvers
! Data Fitting
This chapter shows methods for solving equations and mapping data to equations.
Mathcad supports many functions for solving a single equation in one unknown through
large systems of linear, nonlinear, and differential equations, with multiple unknowns.
There are also a host of fitting and interpolation routines to generate functions and
approximations to data. The techniques described here generate numeric solutions.
Chapter 13, “,” describes a variety of techniques for solving equations symbolically.
Tip As described in “Built-in Variables” on page 100, you can change the value of the tolerance, and
hence the accuracy of the solution found by root, by including definitions for TOL in your
worksheet. You can also change the tolerance by using the Built-in Variables tab when you
choose Worksheet Options from the Tools menu.
Note When you specify the optional arguments a and b for the root function, Mathcad will only find
a root for the function f if f(a) is positive and f(b) is negative or vice versa. (See Figure 9-1.)
If, after many approximations, Mathcad still cannot find an acceptable answer, it marks
the root function with an error message indicating its inability to converge to a result.
This error can be caused by any of the following:
• The expression has no roots.
• The roots of the expression are far from the initial guess.
125
126 / Chapter 9 Solving and Data Analysis
• The expression has local maxima or minima between the initial guess and the roots.
• The expression has discontinuities between the initial guess and the roots.
• The expression has a complex root but the initial guess was real (or vice versa).
• To find the cause of the error, try plotting the expression. This will help determine
whether or not the expression crosses the x-axis and if so, approximately where. In
general, the closer your initial guess is to where the expression crosses the x-axis,
the more quickly the root function will converge on an acceptable result.
Here are some more tips on root-finding:
• Solving an equation of the form f ( x ) = g ( x ) is equivalent to using root as follows:
root ( f ( x ) – g ( x ), x )
• If two roots are close together, you may have to reduce TOL to distinguish between
them.
• If f(x) has a small slope near its root, then root ( f ( x ), x ) may converge to a value
r that is relatively far from the actual root. In such cases, even though f ( r ) < TOL ,
r may be far from the point where f ( r ) = 0 . To find a more accurate root, decrease
f( x)
the value of TOL. Or, try finding root ( g ( x ), x ) , where g ( x ) = ---------------- .
d-
----- f(x)
dx
• For an expression f(x) with a known root r, solving for additional roots of f(x) is
equivalent to solving for roots of h ( x ) = ( f ( x ) ) ⁄ ( x – r ) . Dividing out known roots
like this is useful for resolving two roots that may be close together. It's often easier
to solve for roots of h(x) as defined here than it is to try to find other roots for f(x)
with different guesses.
The root function can solve only one equation in one unknown. To solve several
equations simultaneously, use Find or Minerr, described below.
Solving and Optimization Functions / 127
vn x n + … + v2 x 2 + v1 x + v0
you can use polyroots rather than root. polyroots does not require a guess value, and
polyroots returns all roots at once, whether real or complex. It does require that you
type the coefficients of the polynomial into a separate vector. Figure 9-1 shows an
example.
By default, polyroots uses a LaGuerre method of finding roots. If you want to use the
companion matrix method instead, click on the polyroots function with the right mouse
button and choose Companion Matrix from the popup menu.
Note root and polyroots can solve only one equation in one unknown, and they always return
numerical answers. To solve several equations simultaneously, use the techniques described in
the next section. To solve an equation symbolically, or to find an exact numerical answer in
terms of elementary functions, choose Variable⇒Solve from the Symbolics menu or use the
solve keyword. See Chapter 13, “.”
1. Provide an initial guess (definition) for each of the unknowns. Mathcad solves
equations by making iterative calculations that ultimately converge on a valid
solution. The initial guesses you provide give Mathcad a place to start searching
for solutions. If you expect your solutions to be complex, provide complex guess
values. Guess values are required for most systems.
2. Type the word Given in a separate math region below the guess definitions. This
tells Mathcad that what follows is a system of constraint equations. Be sure you
don’t type “Given” in a text region.
3. Now enter the constraints (equalities and inequalities) in any order below the word
Given. Make sure you use the bold equal symbol (click on the Boolean toolbar
or press [Ctrl]=) for any equality. You can separate the left and right sides of an
inequality with any of the symbols <, >, ≤, and ≥.
4. Enter any equation that involves one of the functions Find, Maximize, Minimize, or
Minerr below the constraints.
Tip Solve blocks cannot be nested inside each other—each solve block can have only one Given and
one Find (or Maximize, Minimize, or Minerr). You can, however, define a function like
f ( x ) := Find ( x ) at the end of one solve block and refer to this function in another solve block.
Note Unlike most Mathcad functions, the solving functions Find, Maximize, Minerr, and Minimize
can be entered in math regions with either an initial lowercase or an initial capital letter.
Solving and Optimization Functions / 129
Solve blocks can be used to solve parametric systems. In Figure 9-3, the solution is cast
in terms of several parameters in the solve block besides the unknown variable.
Solve blocks can also take matrices as unknowns, and solve matrix equations. (See
Figure 9-4 and Figure 9-5.)
Figure 9-4: A solve block for computing the square root of a matrix.
130 / Chapter 9 Solving and Data Analysis
Figure 9-5: A solve block for computing the solution of a matrix equation.
Note Mathcad Solve Blocks can solve linear and nonlinear systems of up to 400 variables. Adding the
Solving and Optimization Extension Pack increases this number to linear systems of up to1000
variables, nonlinear systems of up to 250 variables, and quadratic systems of up to 1000
variables.
The table below lists the kinds of constraints that can appear in a solve block between
the keyword Given and one of the functions Find, Maximize, Minerr, and Minimize. In
the table, x and y represent real-valued expressions, and z and w represent arbitrary
expressions. The Boolean constraints are inserted using buttons on the Boolean toolbar.
Constraints are often scalar expressions but can also be vector or array expressions.
Condition Button Description
w = z Constrained to be equal.
x∧y And
x∨y Or
¬x Not
Mathcad does not allow the following between the Given and Find in a solve block:
• Constraints with “≠.”
• Range variables or expressions involving range variables of any kind.
• Assignment statements (statements like x:=1).
Solving and Optimization Functions / 131
Note Mathcad returns only one solution for a solve block. There may, however, be multiple solutions
to a set of equations. To find a different solution, try different guess values or enter an additional
inequality constraint that the current solution does not satisfy.
Tip If you use Minerr in a solve block, you should always include additional checks on the
reasonableness of the results. The built-in variable ERR returns the size of the error vector for
the approximate solution returned by Minerr. There is no built-in variable for determining the
size of the error for individual solutions to the unknowns.
• The solver may have become trapped on a point that is not a local minimum, but
from which it cannot determine where to go next. Again, try changing the initial
guesses or adding an inequality to avoid the undesirable stopping point.
If you can not solve the constraints to within the desired tolerance, try defining TOL
with a larger value somewhere above the solve block. Increasing the tolerance changes
what Mathcad considers close enough to call a solution.
Solving algorithms and AutoSelect
When you solve an equation, by default Mathcad uses an AutoSelect procedure to
choose an appropriate solving algorithm. You can override Mathcad’s choice of
algorithm and select another available algorithm yourself.
Here are the available solving methods:
Linear
Applies a linear programming algorithm to the problem. Guess values for the unknowns
are not required.
Nonlinear
Applies either a conjugate gradient, Levenberg-Marquardt, or quasi-Newton solving
routine to the problem. Guess values for all unknowns must precede the solve block.
Choose Nonlinear⇒Advanced Options from the popup menu to control settings for
the conjugate gradient and quasi-Newton solvers.
Note The Levenberg-Marquardt method is not available for the Maximize and Minimize functions.
Tip Prime notation is only allowed inside a solve block. If you use it outside of a solve block, you
see an error.
134 / Chapter 9 Solving and Data Analysis
Note Boundary value problems can be solved for a single equation, but for systems of equations, only
initial value constraints are accepted.
The rules of mathematics for solving these systems must be followed, or Odesolve will
produce errors:
• There must be n independent equality constraints for an nth order differential
equation.
• For an initial value problem, the values for y(x) and its first n−1 derivatives at a
single initial point a are required.
• For a boundary value problem, the n equality constraints should prescribe values
for y(x) and certain derivatives at exactly two points a and b.
Differential Equation Solvers / 135
Note Mathcad uses the numerical method of lines to compute PDEs. This method allows the solution
of parabolic (heat), hyperbolic (wave), and parabolic-hyperbolic (advection) equations. It does
not accommodate elliptic equations, such as Poisson’s equation. To solve other types of systems,
try the relax function (described on page 145) and the multigrid function (described on
page 145).
Tip To view each solution in x over time, create a graph of the function u(x,FRAME) vs. x, and use
Mathcad’s animation tools to capture images of the graph for FRAME = 0 to the maximum
calculated value of t.
The complicated step in this process is creating the vector of derivatives for each
unknown function. This is the step which is transparent in ODE solve blocks. The
derivative vector is the way in which each differential equation is specified to rkfixed.
Examine the example in Figure 9-9 comparing a system of linear second-order
equations solved by a Solve Block vs. rkfixed. The part of the setup process which is
not explicit is the creation of a vector y of all unknown functions and their derivatives
in the system. For the case shown, y has four elements: u, u‘, v, v‘. So, when referring
to the first derivative of u, which is the first element of D, the value y1 is used. The
ODEs in the original problem appear as the 2nd and 4th elements in the vector D,
specifying the second derivatives of u(x) and v(x) in terms of elements of y. At no point
in this process do we specifically create a vector y.
Note The subscripts on elements of y in the definition of D are vector subscripts, that is, they are
created with the [ key.The derivative vector must be defined as a function of x and y, since we
don’t have specific values for these until the solution is created.
138 / Chapter 9 Solving and Data Analysis
numol returns an xpoints by tpoints matrix for a single PDE, or, in the case of a system
of equations, an xpoints by tpoints*(num_pde+num_pae) matrix. That is, each column
of the matrix represents a snapshot of the solution over all x at a particular point in time.
If you want to graph multiple solution functions from a system of equations, add tpoints
to the index of the column for each successive solution function. (See Figure 9-10.)
Note At most, two boundary functions per PDE must be declared, based on the order of spatial
derivatives in the PDE, so the correct number of conditions to guarantee unique solutions is
always met.
The numol function requires that the time derivative on the left-hand side of the PDEs
is always of first order. If you have equations of second order in time (such as the wave
140 / Chapter 9 Solving and Data Analysis
equation), you’ll need to recast them as a system of equations, introducing dummy variables to
stand in for first-order time derivatives.
Tip When solving a differential equation it is a good idea to try more than one differential equation
solver because one method might suit your differential equation better than another method.
Smooth systems
When you know the solution is smooth, use Bulstoer, which uses the Bulirsch-Stoer
method rather than the Runge-Kutta method used by rkfixed.
Bulstoer(y, x1, x2, npoints, D)
The argument list and the matrix returned by Bulstoer are identical to that for rkfixed.
Differential Equation Solvers / 141
Note Although Rkadapt uses nonuniform step sizes internally when it solves the differential equation,
it nevertheless returns the solution at equally spaced points.
Stiff systems
A system of differential equations expressed in the form y = A ⋅ x is a stiff system if
the matrix A is nearly singular. Under these conditions, the solution returned by rkfixed
may oscillate or be unstable. When solving a stiff system, you should use one of the
three differential equation solvers specifically designed for stiff systems, Radau, Stiffb
and Stiffr, which use the implicit Runge-Kutta RADAU5 method, the Bulirsch-Stoer
method and the Rosenbrock method, respectively. They take the same arguments as
rkfixed. Stiffb and Stiffr each have one additional argument.
Radau(y, x1, x2, npoints, D)
Stiffb(y, x1, x2, npoints, D, J)
Stiffr(y, x1, x2, npoints, D, J)
J(x, y) = A function you define that returns the n × ( n + 1 ) matrix whose
first column contains the derivatives ∂D ⁄ ∂x and whose remaining
rows and columns form the Jacobian matrix ( ∂D ⁄ ∂y k ) for the
system of differential equations. For example, if:
x ⋅ y1 y1 0 x
D ( x, y ) = then J ( x, y ) =
–2 ⋅ y1 ⋅ y0 0 –2 ⋅ y1 –2 ⋅ y0
See rkfixed for a description of other parameters.
Note As shown in Figure 9-11, sbval does not actually return a solution to a differential equation. It
merely computes the initial values the solution must have in order for the solution to match the
final values you specify. You must then take the initial values returned by sbval and solve the
resulting initial value problem using a function such as rkfixed.
Figure 9-11: Using sbval to obtain initial values corresponding to given final
values of a solution to a differential equation.
144 / Chapter 9 Solving and Data Analysis
It’s also possible that you don’t have all the information you need to use sbval but you
do know something about the solution and its first n – 1 derivatives at some
intermediate value, xf. In this case, the function bvalfit solves a two-point boundary
value problem by shooting from the endpoints and matching the trajectories of the
solution and its derivatives at an intermediate point. This method becomes especially
useful when the derivative has a discontinuity somewhere in the integration interval.
bvalfit(v1, v2, x1, x2, xf, D, load1, load2, score)
v1, v2 = Vector v1 contains guesses for initial values left unspecified at x1.
Vector v2 contains guesses for initial values left unspecified at x2.
x1, x2 = The endpoints of the interval on which the solution to the
differential equations will be evaluated.
xf = A point between x1 and x2 at which the trajectories of the solutions
beginning at x1 and those beginning at x2 are constrained to be
equal.
D(x, y) = An n-element vector-valued function containing the first
derivatives of the unknown functions.
load1(x1, v1) = A vector-valued function whose n elements correspond to the
values of the n unknown functions at x1. Some of these values will
be constants specified by your initial conditions. If a value is
unknown, you should use the corresponding guess value from v1.
load2(x2, v2) = Analogous to load1 but for values taken by the n unknown
functions at x2.
score(xf, y) = An n element vector valued function that specifies how the
solutions match at xf. You’ll usually want to define score(xf, y) :=
y to make the solutions to all unknown functions match up at xf.
∂ d
Tip To type a partial differential equation symbol such as , insert the derivative operator by
∂x dx
typing ?, click on the derivative operator with the right mouse button, and choose View
Derivative As ⇒ Partial Derivative from the popup menu.
Data Fitting / 145
Mathcad has two functions for solving these equations over a square boundary. You
should use relax if you know the value taken by the unknown function u ( x, y ) on all
four sides of a square region.
If u(x, y) is zero on all four sides of the square, you can use multigrid, which often
solves the problem faster than relax. Note that if the boundary condition is the same on
all four sides, you can simply transform the equation to an equivalent one in which the
value is zero on all four sides.
relax returns a square matrix in which:
• An element’s location in the matrix corresponds to its location within the square
region, and
• Its value approximates the value of the solution at that point.
This function uses the relaxation method to converge to the solution. Poisson’s equation
on a square domain is represented by:
a j, k u j + 1 , k + b j, k u j – 1 , k + c j, k u j, k + 1 + d j, k u j, k – 1 + e j, k u j, k = f j, k
relax(a, b, c, d, e, f, u, rjac)
a . . . e = Square matrices all of the same size containing coefficients of the above
equation.
f = Square matrix containing the source term at each point in the region in
which the solution is sought.
u = Square matrix containing boundary values along the edges of the region
and initial guesses for the solution inside the region.
rjac = Spectral radius of the Jacobi iteration. This number between 0 and 1
controls the convergence of the relaxation algorithm. Its optimal value
depends on the details of your problem.
multigrid(M, ncycle)
M = ( 1 + 2 n ) row square matrix whose elements correspond to the
source term at the corresponding point in the square domain.
ncycle = The number of cycles at each level of the multigrid iteration. A
value of 2 generally gives a good approximation of the solution.
Data Fitting
Interpolation
Interpolation involves using existing data points to predict values between these data
points. Mathcad allows you to connect the data points either with straight lines (linear
interpolation) or with sections of a cubic polynomial (cubic spline interpolation).
Unlike the regression functions discussed in the next section, these interpolation
146 / Chapter 9 Solving and Data Analysis
functions return a curve which must pass through the points you specify. If your data
is noisy, you should consider using regression functions instead (see page 147).
Cubic spline interpolation passes a curve through a set of points in such a way that the
first and second derivatives of the curve are continuous across each point. This curve
is assembled by taking three adjacent points and constructing a cubic polynomial
passing through those points. These cubic polynomials are then strung together to form
the completed curve. In the case of “traditional” cubic splines, the data points to be
interpolated define the “knots” where the polynomials are joined, but B-splines
(implemented in the function bspline) join the polynomials at arbitrary points.
Linear prediction involves using existing data values to predict values beyond the
existing ones.
The coefficients returned by the spline interpolation functions bspline, cspline, lspline,
and pspline and the regression functions regress and loess described in the next section
are designed to be passed to Mathcad’s interp function. interp returns a single
interpolated y value for a given x value, but as a practical matter you’ll probably be
evaluating interp for many different points, as shown in Figure 9-12. Store the
coefficients returned by the spline or regression functions in a vector (such as vs in
Figure 9-12) that can be passed to interp for evaluation, plotting, or further calculation.
Figure 9-12: Spline curve for the points stored in vx and vy. Since the random
number generator gives different numbers every time, you may not be able to
recreate this example exactly as you see it.
Tip For best results with spline interpolation, do not use the interp function on values of x far from
the fitted points. Splines are intended for interpolation, not extrapolation.
Data Fitting / 147
Note Mathcad handles two-dimensional cubic spline interpolation in much the same way as the one-
dimensional case illustrated: in this case the spline function takes two matrix arguments, Mxy
and Mz. The first is an n × 2 matrix specifying the points along the diagonal of a rectangular
grid, and the second is an n × n matrix of z-values representing the surface to be interpolated.
Mathcad passes a surface through the grid of points. This surface corresponds to a cubic
polynomial in x and y in which the first and second partial derivatives are continuous in the
corresponding direction across each grid point. For an example see the “Data Analysis”
QuickSheets from the Help menu.
Note Mathcad also allows multivariate polynomial regression with regress or loess to fit y values
corresponding to two or more independent variables. In this case, the regression function’s first
two arguments are Mx and vy: the first is an n × m matrix specifying the m values of n predictor
variables, and the second is a vector of response data corresponding to the factors in Mx. For an
example see the “Data Analysis” QuickSheets under the Help menu. You can add independent
variables by simply adding columns to the Mx array and a corresponding number of rows to the
vector you pass to the interp function.
148 / Chapter 9 Solving and Data Analysis
Specialized regression
expfit(vx, vy, vg) vg, the guess value for expfit, is optional.
lgsfit(vx, vy, vg)
lnfit(vx, vy)
logfit(vx, vy, vg)
pwrfit(vx, vy, vg)
sinfit(vx, vy, vg)
Use these functions when you have a set of measured y values corresponding to x values
and you want to fit a special type of curve through those y values. Although you can
use the genfit function described on page 148 to perform a curve fit on any function,
the functions outlined above are designed for ease of use. Use them if they address the
particular function curve to which you are fitting your data.
Generalized regression
linfit(vx, vy, F)
genfit(vx, vy, vg, F)
linfit is designed to model your data by a linear combination of arbitrary functions:
y = a0 ⋅ f0 ( x ) + a1 ⋅ f1 ( x ) + … + an ⋅ fn ( x )
genfit is designed to model your data by some arbitrary (possibly nonlinear) function
whose parameters must be chosen. For example, if your data is to be modeled by the sum
f ( x ) = 2 ⋅ sin ( a 1 x ) + 3 ⋅ tanh ( a 2 x )
Data Fitting / 149
and you wish to solve for the unknown parameters a 1 and a 2 , you would use genfit.
An example of using genfit is given in Figure 9-14.
Figure 9-14: Using genfit for finding the parameters of a function so that it
best fits the data.
Anything you can do with linfit you can also do, albeit less conveniently, with genfit.
The difference between these two functions is the difference between solving a system
of linear equations and solving a system of nonlinear equations. The latter generally
must be solved by iteration, which explains why genfit needs a vector of guess values
as an argument and linfit does not.
Smoothing functions
medsmooth(vy, n)
ksmooth(vx,vy, b)
supsmooth(vx,vy)
medsmooth is the most robust of the three smoothing functions since it is least likely
to be affected by spurious data points. This function uses a running median smoother,
computes the residuals, smooths the residuals the same way, and adds these two
smoothed vectors together. Note that medsmooth leaves the first and last ( n – 1 ) ⁄ 2
points unchanged. In practice, the length of the smoothing window, n, should be small
compared to the length of the data set.
ksmooth uses a Gaussian kernel to compute local weighted averages of the input vector
vy. This smoother is most useful when your data lies along a band of relatively constant
width. If your data lies scattered along a band whose width fluctuates considerably, you
should use an adaptive smoother like supsmooth. supsmooth uses a symmetric k nearest
neighbor linear least-squares fitting procedure to make a series of line segments through
your data. Unlike ksmooth which uses a fixed bandwidth for all your data, supsmooth
adaptively chooses different bandwidths for different portions of your data.
Chapter 10
Inserting Graphics and Other
Objects
! Overview
! Inserting Pictures
! Inserting Objects
! Inserting Graphics Computationally Linked to Your Worksheet
Overview
To illustrate your Mathcad calculations visually, you many want to add graphs, pictures,
or other objects. You can include the following in your Mathcad worksheet:
• 2D graphs
• 3D graphs
• Pictures based on values in a matrix, pasted from another application, or based on
an image file
• Objects created by another application (.AVI files, .DOC files, .MDI files, etc.)
• Graphics computationally linked to your calculations
This chapter describes how to insert pictures and objects into a Mathcad worksheet and
format them. The last section introduces how to insert a graphic that is computationally
linked to your calculations. See also Chapter 14, “.”
Inserting Pictures
This section describes techniques for creating and formatting pictures—static images—
in your worksheet.
Creating a Picture
You can create a picture in a worksheet by:
• Creating a picture region and supplying either the name of a Mathcad matrix (or
matrices) or the name of an external image file.
• Importing an image from another application via the Clipboard.
Creating pictures from matrices
You can view as a grayscale picture any single matrix by creating a picture region:
1. Click in a blank space in your worksheet.
2. Choose Picture from the Insert menu or click on the Matrix toolbar.
3. Type the name of a matrix in the placeholder at the bottom of the picture region.
151
152 / Chapter 10 Inserting Graphics and Other Objects
Mathcad creates a 256-shade grayscale representation of the data in the matrix, with
each matrix element corresponding to a pixel in the picture.
Note Mathcad’s picture region assumes a 256-color model with the value 0 represented as black and
255 as white. Numbers outside the range 0–255 are reduced modulo 256, and any noninteger
value is treated as if its decimal part has been removed.
To create a color picture in Mathcad, you must define three matrices of the same size
that describe either:
• The red, green, and blue (RGB) components,
• The hue, saturation, and value (Smith’s HSV color model) components, or
• The hue, lightness, and saturation (Otswald’s HLS color model) components of
each pixel in the picture.
To view as a color picture in Mathcad any three same-size matrices:
1. Click in a blank space and choose Picture from the Insert menu.
2. Type the names of the three matrices, separated by commas, in the placeholder at
the bottom of the picture region.
By default, Mathcad creates a 3-layer, 256-color, or RGB, representation of the data in
the matrices. This setting can be changed, however, through the Properties dialog box
and the Picture toolbar. See “Modifying a picture” on page 153.
Since the matrices used in picture rendering are usually quite large, this technique of
creating a picture is most useful when you import graphics files into Mathcad as
matrices as described in “File Access Functions” on page 250. For example, you can
use the READBMP function to read an external graphics file into a matrix, and then
view it as a picture in Mathcad.
Creating a picture by reference to an image file
Mathcad can create a picture directly from an external image file in a number of image
file formats, including BMP, JPEG, GIF, TGA, PCX, and more. To do so, click in a
blank space and then:
1. Choose Picture from the Insert menu, or click
on the Matrix toolbar, to insert a picture.
2. In the placeholder, type a string containing the
name of an image file in the current directory,
or type a full path to an image file. You create
a string in the placeholder by first typing the
double-quote (") key.
Inserting Pictures / 153
Note If you modify the source image file, you must recalculate your worksheet to see the modified
image. If you move the source image file, Mathcad can no longer display the picture.
Modifying a picture
You can modify the orientation, view (zoom and pan factors),
brightness, contrast, and grayscale mapping of a picture in
Mathcad using the Picture toolbar. To do so:
1. Click on the picture so you see hash marks around the
picture’s border, as shown at the right.
2. The Picture toolbar will pop up. To find out what operation
each tool performs, hover over it briefly to see its tooltip.
Note If you have the Image Processing Extension Pack or the Communication System Design (CSD)
Pack, then you already have an Image Viewer component that behaves in a manner similar to a
picture region. Both the Image Viewer component and a picture region allow you to import
image files and manipulate them with specialized toolbar options.
You can change your color model or select an output option under the Properties dialog
box. To do so:
1. Right click on the picture and select Properties from the popup menu.
2. Under the Input and Output tab of the Properties dialog box, make your adjustments
in the Input and Output panels.
For example, you can send the color map information for a selected rectangle of the
picture to a variable. You might do this if you want to create another picture that only
captures part of the whole image. In the Properties dialog box, check “Output Selected
Rectangle” in the output pane and select a color map option. Once you click “OK,” you
need to type a variable name in the placeholder at the left of the picture region.
Creating a picture by importing from another application
You can copy an image from another application and paste it into Mathcad. This section
describes using the Paste Special command on the Edit menu to paste an image into
Mathcad in a noneditable format: as a metafile or bitmap. A metafile, which is strictly
154 / Chapter 10 Inserting Graphics and Other Objects
a Windows graphic format, can be resized in Mathcad without undue loss of resolution,
whereas a bitmap is usually viewed best only at its original size. A device-independent
bitmap, or DIB, is stored in a bitmap format that is portable to other operating systems.
Note If you use the Paste command on Mathcad’s Edit menu to paste in an image or use drag-and-
drop from another application, you are pasting a linked OLE object into your Mathcad
worksheet, (“Inserting Objects” on page 155.) When you double-click a linked OLE object, you
activate the application that created the object and are able to edit the object directly in your
Mathcad worksheet.
Note When you import directly by pasting, the picture information is stored as part of the Mathcad
worksheet. This makes the file size larger. It also means that when you copy the worksheet, the
picture information travels along with it.
Note To avoid making your Mathcad file too large, paste bitmaps that have been saved in as few colors
as possible such as 16 or 256 colors and crop them as close as possible to the actual image rather
than importing white space.
Formatting a Picture
This section describes options for formatting a picture.
Resizing a picture
To resize a picture region, do the following:
1. Click the mouse inside the picture region to select it.
2. Move the mouse pointer to one of the handles along the edge of region. The pointer
changes to a double-headed arrow.
3. Press and hold down the left mouse button. With the button still held, drag the mouse
in the direction you want the picture region to be stretched.
Inserting Objects / 155
Tip When you change the size of the picture region, the picture inside may be distorted. If you resize
the picture by dragging diagonally on the handle in the lower right corner, you preserve the
aspect ratio—the ratio of height to width—of the original picture. To restore a picture to its
original size, click on the picture and choose Properties from the Format menu. On the display
tab of the Properties dialog box, check “Display at Original Size.”
Framing a picture
Mathcad allows you to place a border around a picture region. To do so:
1. Double-click the picture, or choose Properties from the Format menu to bring up
the Properties dialog box.
2. Click “Show Border.”
3. Mathcad draws a border around the picture region.
Controlling color palettes
If you are using a 256-color display and have color bitmaps in your Mathcad
worksheets, Mathcad by default uses a single 256-color palette to display all the bitmaps
in your worksheets. This is the same default color palette Mathcad uses for displaying
the rest of the Mathcad screen and is suitable for most pictures.
This default color palette, however, may not be the exact one that any color bitmaps in
a worksheet were designed to use. To improve the appearance of bitmaps in your
worksheet, you can tell Mathcad to optimize its default color palette so that it chooses
the best possible 256 colors to display bitmaps in the worksheet. To do so:
1. Choose Color⇒Optimize Palette from the Format menu. Mathcad surveys the
pictures in the worksheet and generates an optimal 256-color palette to use for all
of them.
2. Make sure that Color⇒Use Default Palette in the Format menu is checked. Then
Mathcad uses the new default palette it generates.
Note If your display driver supports more than 256 colors, the palette-setting options on the Format
menu are grayed.
Inserting Objects
This section describes inserting and editing objects created by other applications into
Mathcad. OLE (Object Linking and Embedding) technology in Microsoft Windows
makes it possible to insert static pictures of objects into Mathcad (or Mathcad objects
into other applications), so that they can be fully edited in their originating applications.
An object can be either embedded in or linked to a Mathcad worksheet. An object that
is linked must exist in an external saved file. An object that you embed may be created
at the time of insertion. When you edit a linked object, any changes you make to the
object also update the original file containing the object. When you edit an embedded
object, any changes you make to the object affect it only in the Mathcad worksheet.
The original object in the source application is unchanged.
156 / Chapter 10 Inserting Graphics and Other Objects
Tip For information about components to import and export data, as well as setting dynamic
connections between Mathcad and other applications see Chapter 14, “.”
Tip You use the same methods to insert a Mathcad object into another application and edit it inside
that application as you do to insert objects into a Mathcad worksheet. However, the details
depend on the extent to which the application receiving a Mathcad object supports OLE 2. Once
you’ve inserted a Mathcad object into a compatible application, you can edit it by double-
clicking it. If the application supports in-place activation, as current releases of Microsoft Office
applications do, the menus and toolbars will change to Mathcad’s.
Then select the object in the source application and drag it with the mouse into your
Mathcad worksheet. The object appears when you release the mouse button.
Editing an Object
To edit an embedded object in a Mathcad worksheet, double-click the object. Mathcad’s
menus and toolbars change to those of the source application, and a hatched border
surrounds the object so that you can edit it. This OLE editing mechanism is called in-
place activation. For example, you can use in-place activation to edit objects created
by Microsoft applications such as Excel and Word inside Mathcad.
If the source application does not support in-place activation inside Mathcad or the
object is linked, the behavior is different. In the case of an embedded object, a copy of
the object is placed into a window from the other application. If the object is linked,
the source application opens the file containing the object.
Editing a Link
If you’ve inserted a
linked object into a
Mathcad worksheet, you
can update the link,
eliminate it, or change
the source file to which
the object is linked. To
do so, choose Links
from the Edit menu.
Choose the link you
want to edit from the list
of links. Then make
changes using the available options.
Online Help See the online Help topic “Links dialog box” for information on each option in the dialog box.
Overview of 2D Plotting
To visually represent a function or expression of a single variable or X-Y data in
Mathcad, you can create either a Cartesian X-Y plot or a polar plot. A typical polar plot
shows angular values, θ, versus radial values, r. Figure 11-1 shows several examples
of 2D plots.
161
162 / Chapter 11 2D Plots
Note If a point is complex, Mathcad does not graph it. To graph the real or imaginary part of a point
or expression, use the Re and Im functions to extract the real and imaginary parts, respectively.
To resize a plot, click in the plot to select it. Then move the cursor to a handle along
the right or bottom edge of the plot until the cursor changes to a double-headed arrow.
Hold the mouse button down and drag the mouse in the direction that you want the
plot’s dimension to change.
Note If some points in a function or expression are valid and others are not, Mathcad plots only the
valid ones. If the points are not contiguous, Mathcad does not connect them with a line. You may
therefore see a blank plot if none of the points are contiguous. To see the points, format the trace
to have symbols. See “Formatting a 2D Plot” on page 168.
Tip To override Mathcad’s choices for the axis limits on a plot, click in the plot and type over the
limits in the placeholders at the ends of the axes (see “Setting Axis Limits” on page 169).
164 / Chapter 11 2D Plots
Note All traces on a graph share the same axis limits. For each axis, all expressions and limits on that
axis must have compatible units.
Mathcad produces a QuickPlot over a default range for the independent variable. Figure
11-1 shows an example of a parametric plot.
If you don’t want Mathcad to use a default range for the plot, define the independent
variable as a range variable before creating the plot. Mathcad graphs one point for each
value of the independent variable and connects each pair of points with a straight line.
Figure 11-4 shows two functions of θ plotted against each other. The range variable θ
was previously defined. See “Range Variables” on page 103.
166 / Chapter 11 2D Plots
Note Subscripts must be integers greater than or equal to ORIGIN. Τhis means that the x-axis or
angular variable used in the graphs in Figure 11-5 can run through whole number values only.
If you want to graph fractional or negative values on the x-axis, graph a function or graph one
vector against another, as described in the next section.
Tip If you have a handful of data points, you can use a data table to create a vector as shown in the
second graph in Figure 11-5 or Figure 11-7. See “Entering a Matrix as a Data Table” on page 55.
Note If the vectors being plotted are not the same length, Mathcad plots the number of elements in the
shorter vector.
If you want to plot only certain vector elements, define a range variable and use it as a
subscript on the vector names. In the example above, to plot the fifth through tenth
elements of x and y against each other:
1. Define a range variable, such as k, going from 4 to 9 in increments of 1. (Note that
the first elements of the vectors x and y are x 0 and y 0 by default.)
2. Enter y k and x k in the axis placeholders.
168 / Chapter 11 2D Plots
Note If you have a set of data values to graph, create a vector by reading in data from a data file, by
pasting in the data from the Clipboard, or by typing data directly into a data table. See Chapter
5, “.” See Figure 11-7 for an example showing the use of a data table.
Formatting a 2D Plot
You can override Mathcad’s default settings for axes and traces. You can also add titles
and labels and control the default settings of the graph.
To format a 2D graph:
1. Double-click the graph. Or click once
on the graph and choose Graph⇒X-Y
Plot or Graph⇒Polar Plot from the
Format menu. You’ll see the dialog
box for formatting a selected graph.
2. Use the Axes tab to determine the
appearance of the axes and grid lines.
Use the Traces tab to set the color,
type, and width of the traces. Use the
Labels tab to insert labels on the axes.
Use the Defaults tab to specify the
default appearance of your graphs.
3. Make the appropriate changes in the
dialog box.
4. Click Apply to see the effect of your changes without closing the dialog box.
Note In the X-Y Axes page, make sure you turn options on and off in the appropriate axis column. In
the Traces page, click on a trace’s name in the Legend Label column and change characteristics
by clicking on the arrow beside each of the drop-down options.
Formatting a 2D Plot / 169
Tip If you double-click an axis on a graph, you’ll see a formatting dialog box for that axis alone.
Online Help Click Help in the dialog box for details on particular formatting options.
Note If you choose Separate Regions from the Format menu, all overlapping regions in your
worksheet will separate. In the case of annotated graph, such as the one shown above, all
annotations move below the graph when you separate regions.
Modifying a 2D Plot’s Perspective / 171
Tip If you’re working with a graph that has already been zoomed, you can restore the default
appearance of the graph. To do so, click Full View in the Zoom dialog box.
172 / Chapter 11 2D Plots
Tip When Track Data Points is unchecked in the Trace dialog box, you can see a readout of
coordinates for any location in a graph, not just the data points that created an individual plot.
Modifying a 2D Plot’s Perspective / 173
Figure 11-11 shows an example of a plot whose coordinates are being read.
Overview of 3D Plotting
To visually represent in three dimensions a function of one or two variables or to plot
data in the form of x-, y-, and z-coordinates, you can create a surface plot, a contour
plot, a 3D bar plot, a 3D scatter plot, or a vector field plot. Mathcad renders 3D plots
with sophisticated, high performance OpenGL graphics.
Inserting a 3D Plot
To create a three-dimensional plot:
1. Define a function of two variables or a matrix of data.
2. Choose Graph from the Insert menu and select a 3D plot. Alternatively, click one
of the 3D graph buttons on the Graph toolbar. Mathcad inserts a blank 3D plot with
axes and an empty placeholder.
3. Enter the name of the function or matrix in the placeholder.
4. Click outside the plot or press [Enter]. Mathcad creates the plot according to the
function or matrix of data.
For example, the surface plot shown below was
created in Mathcad from the function:
When you create a 3D plot from a function, it’s called
a QuickPlot. A QuickPlot uses default ranges and
grids for the independent variables. To change these
settings, double-click on the graph and use the
QuickPlot Data page of the 3D Plot Format dialog.
(See “Formatting a 3D Plot” on page 184.)
To learn how to create a plot from a matrix of values,
see Figure 12-2 on page 179.
3D Plot Wizard
The 3D Plot Wizard gives you more control over the
format settings of the plot as you insert it. To use the Wizard:
1. Choose Graph⇒3D Plot Wizard from the Insert menu.
175
176 / Chapter 12 3D Plots
2. Select the type of three-dimensional graph you want to see and click “Next.”
3. Make your selections for the appearance and coloring of the plot on subsequent
pages of the Wizard. Click “Finish” and a graph region with a blank placeholder
appears.
4. Enter appropriate arguments (a function name, data vectors, etc.) for the 3D plot
into the placeholder.
5. Click outside the plot or press [Enter].
The plot is created using the settings you specified in the Wizard. (See “Formatting a
3D Plot” on page 184.)
Tip To see a variety of two- and three-dimensional functions and data sets visualized in plots, visit
the Graphics Gallery section of the Mathcad Web Library at http://www.mathcad.com.
F(x,y) is a function of two variables. In this type of function, the x- and y-coordinates
of the plot vary, by default, from –5 to 5 with a step size of 0.5. Each z-coordinate is
determined by the function using these x- and y-values.
G(u,v) is a vector-valued function of two variables. In this type of function, the
independent variables u and v vary, by default, from –5 to 5 with a step size of 0.5. The
x-, y-, and z-coordinates are plotted parametrically according to the definitions in the
three elements of the vector using these u- and v-values.
X(u,v), Y(u,v), and Z(u,v) are functions of two variables. In this type of function triple,
the independent variables u and v vary, by default, from –5 to 5 with a step size of 0.5.
The x-, y-, and z-coordinates are plotted parametrically according to the three function
definitions using these u- and v-values.
Creating 3D Plots of Functions / 177
Note The function descriptions above assume that you are working in Cartesian coordinates. If your
function represents spherical or cylindrical coordinates, you can automatically convert the
function to Cartesian coordinates. Double-click on the plot, go to the QuickPlot Data page of the
3D Plot Format dialog box, and click “Spherical” or “Cylindrical” under Coordinate System.
Figure 12-1: A scatter plot and a contour plot created from functions of two
variables.
178 / Chapter 12 3D Plots
Note All 3D QuickPlots are parametric curves or surfaces. In other words, all QuickPlots are created
from three vectors or matrices of data representing the x-, y-, and z-coordinates of the plot. In the
case of a single function of two variables, Mathcad internally creates two matrices of x- and y-
data over the default range –5 to 5 with a step size of 0.5, and then generates z-data using these
x- and y-coordinates.
To change the default ranges and grids for the independent variables, double-click on
the graph and use the QuickPlot Data page of the 3D Plot Format dialog. (See
“Formatting a 3D Plot” on page 184.)
Creating a Space Curve
You can visualize any parametrically-defined function of one variable as a scatter plot
in three dimensions.
Step 1: Define a function or set of functions
First, define the function in your worksheet
in one of the following forms:
H(u) is a vector-valued function of one
variable. In this type of function, the
independent variable u varies, by default,
from –5 to 5 with a step size of 0.5. The x-, y-, and z-coordinates of the plot are
determined by the functions in each element of the vector using these u-values.
R(u), S(u), and T(u) are functions of one variable. In this type of function triple, the
independent variable u varies, by default, from –5 to 5 with a step size of 0.5. The x-,
y-, and z-coordinates are plotted according to the function definitions using these u-
values.
Note A space curve often represents the path of a particle in motion through space where u is a time
parameter.
In the default perspective, the first row of the matrix extends from the back left corner
of the grid to the right, while the first column extends from the back left corner out
toward the viewer. See “Formatting a 3D Plot” on page 184 to change this default view.
180 / Chapter 12 3D Plots
Note The underlying parameter space is a rectangular sheet covered by a uniform mesh. The three
matrices map this sheet into three-dimensional space. For example, the matrices X, Y, and Z
defined in Figure 12-3 carry out a mapping that rolls the sheet into a tube and then joins the ends
of the tube to form a torus.
For specific information on formatting a parametric surface plot, refer to the topic
“Surface Plots” in online Help.
Creating 3D Plots of Data / 181
For specific information on formatting a scatter plot, see “Scatter Plots” in online Help.
The contour plot is a visual representation of the matrix’s level curves. Mathcad
assumes that the rows and columns represent equally spaced intervals on the axes, and
then linearly interpolates the values of this matrix to form level curves or contours.
182 / Chapter 12 3D Plots
Each level curve is formed such that no two cross. By default, the z-contours are shown
on the x-y plane. Mathcad plots the matrix such that the element in row 0 and column
0 is in the lower left corner. Thus the rows of the matrix correspond to values on the x-
axis, increasing to the right, and the columns correspond to values along the y-axis,
increasing toward the top.
For information on formatting a contour plot, see “Contour Plots” in online Help.
Note If you create a contour plot of a function as described above, the positive x-axis of the plot
extends to the right and the positive y-axis extends toward the top of the plot.
Once you have defined your data to create a vector field plot:
1. Choose Graph⇒Vector Field Plot from the Insert menu.
2. Type the name(s) of the matrix or matrices in the placeholder. If you have more
than one matrix for a vector field plot, separate the matrix names by commas and
enclose the matrix name set in parentheses.
Figure 12-6 shows a vector field plot created from the matrix, Q, defined above the plot:
Figure 12-7: Two plots, one contour and one surface, shown on the same graph.
Tip As a general rule, you will not want to create a 3D graph with more than two or three plots
together since they may obscure each other and make the graph difficult to interpret.
Formatting a 3D Plot
A three-dimensional plot’s default appearance depends on how you insert it. When you
choose Graph⇒3D Plot Wizard from the Insert menu, you make selections in the
pages of the Wizard that determine a plot’s appearance. When you insert a plot by
choosing a plot type from the Insert menu, however, the plot acquires default
characteristics.
Formatting a 3D Plot / 185
You can change the appearance of any 3D plot by using the many options available in
the 3D Plot Format dialog box. For example, you can use the options to change a plot’s
color, format the axes, add backplanes, and format the lines or points.
To bring up the 3D Plot Format dialog box:
1. Click once on the plot to select
it and choose Graph⇒3D Plot
from the Format menu.
Alternatively, double-click the
plot itself. Mathcad brings up
the 3D Plot Format dialog box.
The General page is shown at
right.
2. Click the tabs to go to each page.
3. Make the appropriate changes in
the dialog box.
4. Click Apply to see the effect of
your changes without closing the dialog box.
5. Close the dialog by clicking OK.
The 3D Plot Format Dialog Box
Some options available on certain pages in the dialog box depend on the kind of plot
you are formatting. Options on other pages are available for any three-dimensional
graph.
• The General page options control the overall appearance of the graph. You can
control the position of a plot, set the axis style, draw a border or a box, or convert
a plot to another type.
• The Axes page options control exactly how each axis looks. You can specify the
weight of each axis and whether it has numbers or tick marks. You can also specify
the axis limits and label each axis with text. Use the tabs at the top of the page to
format the x-, y-, or z-axis.
• The Backplanes page options specify whether a backplane is filled with a color,
has a border, or has grid lines or tick marks. Use the tabs at the top of the page to
format the xy-, yz-, or xz-backplane.
Note Both the Backplanes page and the Axes page have options for setting and formatting grid lines.
When you set the grid lines for an axis on the Axes tab, you set them for the two backplanes
shared by the axis. When you set the grid lines on the Backplanes tab, you set them for one
backplane only.
• Use the options on the Appearance page to format the surfaces, lines, and points
that make up a plot. For example, you can apply color directly to a plot’s surface,
its contours, or its lines and points.
• The Lighting page options control both the overall lighting of the plot as well as
individual lights directed onto it. See “Lighting” on page 190.
186 / Chapter 12 3D Plots
• The Title page provides a text box for entering a title for the graph and options for
specifying the location of the title on the graph.
• The Special page allows you to control options related to specific kinds of plots.
For example, the Bar Plot Layout options let you specify the way the bars are
arranged in a 3D bar plot.
• The Advanced page is used only when you need very fine control over the
appearance of a plot, such as the vertical scale.
• The QuickPlot Data page contains the range and grid settings for the independent
variables that control a 3D QuickPlot. Additionally, you can specify whether your
function(s) are in Cartesian, spherical, or cylindrical coordinates.
Online Help For details on the options available on a particular page in the 3D Plot Format dialog box, click
the Help button at the bottom of the dialog box.
Some options in the 3D Plot Format dialog box work together to control the appearance
of a plot. For example, the choices on the Appearance page, the Lighting page, and the
Special and Advanced pages together control the color of a plot.
Note When you format a graph containing more than one plot, some options in the 3D Plot Format
dialog box apply to an entire graph while others apply to individual plots. For example, all the
options on the Axes, Backplanes, and Lighting pages are for the graph as a whole: each plot on
the graph uses common axes, backplanes, and lighting. However, options on the Appearance tab
are specific to each plot on the graph. That is, each plot can be filled with its own color, have its
own lines drawn, etc. The tabs labeled Plot 1, Plot 2, etc. control the settings for individual plots.
Fill Color
The color of a plot is primarily determined by its fill color. This section describes the
ways to apply color to a plot by filling its surfaces or contours. A plot’s color and
shading are also affected by lighting, as described on page 190.
Mathcad allows you to apply either a solid color or a colormap to the surface or contours
of a plot. A solid color is useful when you don’t want to overcomplicate a plot with
many colors or when you want to use lighting to shade a plot. A colormap applies an
array of color to a plot according to its coordinates.
Note Mathcad comes with a variety of colormaps for applying rainbow colors and shades of gray, red,
green, and blue. You can also create and load custom colormaps in Mathcad by using the
SaveColormap function (page 308) and LoadColormap function (page 367). By default, a
colormap is applied in the direction of the z-values, or according to the height of the plot. You
can apply the colormap in the direction of the x-values or y-values by clicking the Advanced tab
and choosing a direction in the Colormap section. For more information, see online Help.
Formatting a 3D Plot / 187
The plot is shaded using the default colormap “Rainbow.” To choose a different
colormap, click the Advanced tab of the 3D Plot Format dialog box and select a
colormap from the Choose Colormap drop-down menu.
If you wanted to fill the bars of the plot with a solid color, choose Solid Color instead
of Colormap and click the color box next to Solid Color to select a color.
Filling Contours
When you format a surface plot, you can choose Fill Contours instead of Fill Surface
in the Fill Options section of the Appearance page. If you fill the contours of a surface
plot, the plot is filled according to its contours rather than directly by its data. You can
fill according to the x-, y-, or z-contours or two at the same time. For a contour plot,
you must choose Fill Contours instead of Fill Surface to fill the contours of the plot.
188 / Chapter 12 3D Plots
Note If you have a contour plot projected on a plane other than the x-y plane, you can fill the contour
using options on the Special page of the 3D Plot Format dialog box. To do so, click the Special
tab, then choose a contour direction from the drop-down menu. Click Fill for each contour you
want to color. For example, if you have Fill checked for the z-contours and x-contours, you will
see contour color on both the x-y backplane and the y-z backplane.
Lines
Mathcad provides many ways to control the appearance of the lines on a three-
dimensional plot. You can draw the lines so they form a wireframe, or you can draw
only the contour lines. You can also control the weight and color of the lines on a plot.
Drawing a Wireframe
To control whether lines form a wireframe on a plot, use the options on the Appearance
page of the 3D Plot Format dialog box. For example, to remove the wireframe on a
surface plot as shown in Figure 12-9:
1. Double-click the graph to bring up the tabbed dialog box.
2. Click the Appearance tab.
3. In the Line Options section, click No Lines.
To turn lines on again later, choose Wireframe on the Appearance page.
Drawing Contour Lines
When you format a surface plot, you can choose Contour instead of Wireframe in the
Line Options section of the Appearance page. Contour lines are those drawn according
to the contours of a surface. You can draw either the x-, y-, or z- contour lines, two of
these contours lines, or all three.
Note For contour plots, Mathcad always chooses Contour instead of Wireframe to draw contour lines.
5. Verify that Z-Contours is selected in the drop-down menu at the bottom of the
Contour Options section. Click Draw Lines to remove the check mark. This turns
lines off for the z-contours.
6. Choose Z-Contours from the drop-down menu on the Special page.
7. Check Draw Lines.
The surface plot is drawn with contour lines perpendicular to the z-axis, as shown in
Figure 12-9.
Note When you format a contour plot on a multi-plot graph (see page 176), the options in the drop-
down menu on the Special tab determine on which backplane the contour lines are drawn. For
example, if you have Draw Lines checked for the z-contours and x-contours, you will see contour
lines on both the x-y backplane and the y-z backplane.
Line Color
You can control the color of the lines in a plot using the color options in the Line Options
section of the Appearance page. Just as you can fill a plot’s surface with a colormap or
a solid color, described on page 187, you can also apply a colormap or solid color to
the lines in a plot.
For example, to make the lines of a contour plot orange:
1. Double-click the graph to bring up the tabbed dialog box.
2. Click the Appearance tab.
3. In the Line Options section, click Contour to draw contour lines and Solid Color.
4. Click the color box next to Solid Color, click the orange box, and click OK.
190 / Chapter 12 3D Plots
Points
You can draw and format points on most three-dimensional plots, since all 3D plots
are constructed from discrete data points. (The exceptions are vector field plots, contour
plots, bar plots, and patch plots.) Points are most useful, however, on a 3D scatter plot
in which points are the main focus of the plot. Mathcad allows you to control the symbol
used for the points in a plot as well as the color and size of the symbol.
To draw or remove points on a surface plot:
1. Double-click the graph to bring up the 3D Plot Format dialog box.
2. Click the Appearance tab.
3. In the Points Options section, check (or uncheck) Draw Points.
To format the symbol, color, and size of the points on your 3D scatter plot using the
Points Options section of the Appearance tab:
• Choose a Symbol from the drop-down list to change the symbol displayed.
• Use the arrows next to Size to increase or decrease the size of the symbol.
• Click the color box next to Solid Color and choose a hue from the color palette, or
click Colormap to change the coloring of the symbols.
Lighting
The color of a three-dimensional plot is a result of color you use to fill its surface, lines,
and points as well as the color of any ambient light or directed lights shining on it. This
behavior is identical to the affect of light on object color in the real world. Objects
reflect and absorb light depending on their color. For example, a yellow ball reflects
mostly yellow light and absorbs others, and it can look grayish under dim lighting,
green under blue lighting, and bright yellow in bright lighting.
Light is controlled using the options on the Lighting page of the 3D Plot Format dialog
box. If you are content to fill a plot with a colormap, you may not need to use lighting
at all. However, if you want to shade the plot differently, or if you fill the plot with a
solid color and want to shade it, you can enable lighting.
Note If your 3D graph contains multiple plots, lighting affects all the plots in a graph, but you can fill
individual plots with color independently.
Note If you want lighting to be the sole determinant of the color of a plot, use the Appearance page
options in the 3D Plot Format dialog box to fill the plot with solid white.
To enable lighting:
1. Double-click the plot to open the tabbed dialog box.
2. Click the Lighting tab.
3. Check Enable Lighting in the Lighting section.
4. Click the options on tabs labeled Light 1, Light 2, etc. to enable a directed light and
set its color and location. Mathcad lets you set up to eight directed lights.
5. Click the Ambient Light Color box to set the ambient light color. Note that black
corresponds to no ambient light.
Online Help For details on the options available on the Lighting page, click the Help button at the bottom of
the dialog box. For additional information on lighting, see online Help.
Note Some three-dimensional plots cannot be converted to other forms. For example, you cannot
convert a vector field plot into any other kind of plot. If a plot cannot be converted to another
kind of plot, that plot type is grayed in the 3D Plot Format dialog box.
Annotations
To add a text annotation to a three-dimensional plot, just drag text or bitmaps directly
onto the plot.
You can select the text annotation on your plot to reposition it. To edit a text annotation
on a plot, select the text and drag it off the plot to your worksheet. You can now edit
the text region. Then drag the text region back onto the plot.
Tip To place a bitmap you created in another application onto a three-dimensional plot, copy the
bitmap from the other application to the Clipboard, right click on the plot and choose Paste
Special from the popup menu.
To change the step size, the number of grids generated along each variable’s axis
between the start and end values:
1. Use the arrows next to # of Grids for each range to increase or decrease the grid
value. Alternatively, you can type in a value in the text box.
2. Click Apply to preview your changes.
The ranges you set for the independent variables in the QuickPlot Data page do not
necessarily control the axis limits of the plot, unless you are plotting a single function
of two variables in Cartesian coordinates. In all other cases, the axis limits are
determined by the x-, y-, and z-data generated for the QuickPlot by your function(s).
To perform automatic coordinate system conversions on your QuickPlot data:
1. Click the radio button under the Coordinate System corresponding to the coordinate
system of the function you are plotting.
2. Click Apply to preview your changes.
Rotating and Zooming on 3D Plots / 193
Note When you rotate, spin, or zoom a three-dimensional plot, any visible axes move or resize
themselves with the plot. Text or graphic annotations you add to the plot (see page 191) remain
anchored at their original sizes and positions.
Rotating a Plot
You can rotate a plot interactively with the mouse or by specifying parameters in the
3D Plot Format dialog box.
To rotate a three-dimensional plot interactively by using the mouse:
1. Click in the plot, and hold the mouse button down.
2. Drag the mouse in the direction you want the plot to turn.
3. Release the mouse button when the plot is in the desired position.
To rotate a three-dimensional plot by using the 3D Plot Format dialog box:
1. Click once on the plot to select it and choose Graph⇒3D Plot from the Format
menu.
2. Click the General tab.
3. Edit the settings for Rotation, Tilt, and Twist in the View options.
4. Click Apply to preview the plot.
Spinning a Plot
You can set a plot in motion so that it spins continuously about an axis of rotation:
1. Click in the plot, and hold the [Shift] key and the mouse button down.
2. Drag the mouse in the direction you want the plot to spin.
3. Release the mouse button to set the plot in motion.
The plot spins continuously until you click again inside the plot.
Note If you make changes to equations that affect a plot, the plot recomputes even when it is spinning!
Tip To create an AVI file of a spinning plot, see “Animation” on page 121.
194 / Chapter 12 3D Plots
Zooming a Plot
You can zoom in or out of a plot interactively or by specifying a zoom factor in the 3D
Plot Format dialog box.
To zoom in on a three-dimensional plot by using the mouse:
1. Click in the plot, and hold the [Ctrl] key and the mouse button down.
2. Drag the mouse toward the top of the plot to zoom out, or drag the mouse toward
the bottom to zoom in.
3. Release the mouse button when the plot is at the desired zoom factor.
Tip If you use an IntelliMouse-compatible mouse with a center wheel, you can rotate the wheel to
zoom in or out of a three-dimensional plot.
To zoom in or out of a three-dimensional plot by using the 3D Plot Format dialog box:
1. Click once on the plot to select it and choose Graph⇒3D Plot from the Format
menu.
2. Click the General tab.
3. Edit the Zoom setting in the View options.
4. Click Apply to preview the plot.
Chapter 13
Symbolic Calculation
! Overview of Symbolic Math
! Live Symbolic Evaluation
! Using the Symbolics Menu
! Examples of Symbolic Calculation
! Symbolic Optimization
195
196 / Chapter 13 Symbolic Calculation
Note For a computer, symbolic operations are, in general, much more difficult than the corresponding
numeric operations. In fact, many complicated functions and deceptively simple-looking
functions have no closed-forms as integrals or roots.
Note The symbolic equal sign, “→,” applies to an entire expression. You cannot use the symbolic
equal sign to transform only part of an expression.
Tip Figure 13-2 also illustrates the fact that the symbolic processor treats numbers containing a
decimal point differently from numbers without a decimal point. When you send numbers with
decimal points to the symbolic processor, any numeric results you get back are decimal
approximations to the exact answer. Otherwise, any numeric results you get back are expressed
without decimal points whenever possible.
Live Symbolic Evaluation / 197
Using Keywords
The “→” takes the left-hand side and places a simplified version of it on the right-hand
side. Of course, exactly what “simplify” means is a matter of opinion. You can, to a
limited extent, control how the “→” transforms the expression by using one of the
symbolic keywords.
To do so:
1. Enter the expression you want to evaluate.
Tip Another way to use a keyword is to enter the expression you want to evaluate and click on a
keyword button from the Symbolic toolbar. This inserts the keyword, placeholders for any
additional arguments, and the symbolic equal sign, “→.” Just press [Enter] to see the result.
Chapter 18, “,” lists and describes all the symbolic keywords accessible from the
Symbolics and Modifier toolbars.
198 / Chapter 13 Symbolic Calculation
Many of the keywords take at least one additional argument, typically the name of a
variable with respect to which you are performing the symbolic operation. Some of the
arguments are optional. See Figure 13-3 and Figure 13-4 for examples.
Note Keywords are case sensitive and must therefore be typed exactly as shown. Unlike variables,
however, they are not font sensitive.
Live Symbolic Evaluation / 199
Keyword modifiers
Some keywords take additional modifiers that specify the kind of symbolic evaluation
even further.
To use a modifier, separate it from its keyword with a comma. For example, to use the
“assume=real” modifier with the simplify keyword on an expression:
1. Enter the expression to simplify.
2. Click on the Symbolic toolbar or press [Ctrl] [Shift]. (hold down the
Control and Shift keys and type a period). Mathcad displays a placeholder to the
left of the symbolic equal sign, “→.”
3. Enter simplify,assume=real into the placeholder (press [Ctrl]= for the
equal sign).
4. Press [Enter] to see the result.
The Modifiers keyword button corresponds to symbolic modifiers. Modifiers for
“assume” are detailed on page 422, and modifiers for “simplify” are described on
page 428.
Figure 13-5 shows some examples using the simplify keyword with and without
additional modifiers.
The basic steps for using the Symbolics menu are the same for all the menu commands:
1. Place whatever math expression you want to evaluate between the two editing lines.
You can drag-select a part of the expression to place it between the editing lines.
2. Choose the appropriate command from the Symbolics menu. Mathcad then places
the evaluated expression into your document.
For example, to evaluate an expression symbolically using the Symbolics menu, follow
these steps:
1. Enter the expression you want to evaluate.
Tip Since the commands on the Symbolics menu operate only on the part of the expression currently
selected by the editing lines, they are useful when you want to address parts of an expression.
For example, if evaluating or simplifying the entire expression doesn’t give the answer you
want, try selecting a subexpression and choose a command from the Symbolics menu.
Long Results
Symbolic calculations can easily produce results so long that they don’t fit conveniently
in your window. If you obtain a symbolic result consisting of several terms by using
commands on the Symbolics menu, you can reformat such a result by using Mathcad’s
“Addition with line break” operator (see “Operators” on page 391).
Sometimes, a symbolic result is so long that you can’t conveniently display it in your
worksheet. When this happens, Mathcad asks if you want the result placed in the
Clipboard. If you click “OK,” Mathcad places a string representing the result on the
Clipboard. When you examine the contents of the clipboard, you’ll see a result written
in a Fortran-like syntax. See the topic “Special functions and syntax used in Symbolic
results” in the online Help for more information on this syntax.
Displaying Symbolic Results
If you’re using the symbolic equal sign, “→,” the result of a symbolic transformation
always goes to the right of the “→.” However, when you use the Symbolics menu, you
can tell Mathcad to place the symbolic results in one of the following ways:
• The symbolic result can go below the original expression.
• The symbolic result can go to the right of the original expression.
• The symbolic result can simply replace the original expression.
Examples of Symbolic Calculation / 203
In addition, you can choose whether you want Mathcad to generate text describing what
had to be done to get from the original expression to the symbolic result. This text goes
between the original expression and the symbolic result, creating a narrative for the
symbolic evaluation. These text regions are referred to as “evaluation comments.”
To control both the placement of the symbolic result and the presence of narrative text,
choose Evaluation Style from the Symbolics menu to bring up the “Evaluation Style”
dialog box.
Tip When deciding whether to use the symbolic equal sign or menu commands from the Symbolics
menu, remember that unlike the keyword-modified expressions, expressions modified by
commands from the Symbolics menu do not update automatically.
Note Functions and variables you define yourself are recognized by the symbolic processor when you
use the symbolic equal sign. They are not, however, recognized when you use the Symbolics
menu commands. Figure 13-7 shows the difference.
Derivatives
To evaluate a derivative symbolically, you can use Mathcad’s derivative operator and
the live symbolic equal sign as shown in Figure 13-8:
Alternatively, click on the Calculus toolbar or type [Ctrl]? to insert the nth
order derivative operator.
2. Enter the expression you want to differentiate and the variable with respect to which
you are differentiating in the placeholders.
3. Click on the Symbolic toolbar or press [Ctrl]. (the Control key followed by
a period). Mathcad displays a symbolic equal sign, “→.”
4. Press [Enter] to see the result.
Figure 13-9 shows you how to differentiate an expression without using the derivative
operator. The Symbolics menu command Variable⇒Differentiate differentiates an
expression with respect to a selected variable. For example, to differentiate 2 ⋅ x 2 + y
with respect to x:
1. Enter the expression.
2. Click on the x to select it.
3. Choose Variable⇒Differentiate from the Symbolics menu. Mathcad displays the
derivative, 4 ⋅ x . Note that y is treated as a constant.
If the expression in which you’ve selected a variable is one element of an array, Mathcad
differentiates only that array element. To differentiate an entire array, differentiate each
element individually: select a variable in that element and choose
Variable⇒Differentiate from the Symbolics menu.
Examples of Symbolic Calculation / 205
Tip Be sure to select a variable in an expression before choosing from the Symbolics menu.
Otherwise, the Variable⇒Differentiate menu command is not available.
Integrals
To symbolically evaluate a definite or indefinite integral:
4. Click on the Symbolic toolbar or press [Ctrl]. (the Control key followed by
a period). Mathcad displays a symbolic equal sign, “→.”
5. Press [Enter] to see the result.
See Figure 13-8 for examples of integrals evaluated symbolically.
When evaluating a definite integral, the symbolic processor attempts to find an
indefinite integral of your integrand before substituting the limits you specified. If the
symbolic integration succeeds and the limits of integration are integers, fractions, or
exact constants like π, you get an exact value for your integral. If the symbolic processor
can’t find a closed form for the integral, you’ll see an appropriate error message.
Another way to integrate an expression indefinitely is to enter the expression and click
on the variable of integration. Then choose Variable⇒Integrate from the Symbolics
menu. See Figure 13-9 for an example.
206 / Chapter 13 Symbolic Calculation
Tip When you apply the Variable⇒Integrate command on the Symbolics menu, the expression
you select should not usually include the integral operator. You should select only an expression
to integrate. If you include the integral operator in the selected expression, you are taking a
double integral.
Limits
Mathcad provides three limit operators. These can only be evaluated symbolically. To
use the limit operators:
1. Click on the Calculus toolbar or press [Ctrl]L to insert the limit operator. To
insert the operator for a limit from the left or right, click , or on the Calculus
toolbar or press [Ctrl][Shift]B or [Ctrl][Shift]A.
2. Enter the expression in the placeholder to the right of the “lim.”
3. Enter the limiting variable in the left-hand placeholder below the “lim.”
4. Enter the limiting value in the right-hand placeholder below the “lim.”
5. Click on the Symbolic toolbar or press [Ctrl]. (the Control key followed by
a period). Mathcad displays a symbolic equal sign, “→.”
6. Press [Enter] to see the result.
Mathcad returns a result for the limit. If the limit does not exist, Mathcad returns an
error message. Figure 13-10 shows some examples of evaluating limits.
1. Type the equation. Make sure you click on the Boolean toolbar or type
[Ctrl]= to create the bold equal sign.
Examples of Symbolic Calculation / 207
Note When solving for the root of an expression, there is no need to set the expression equal to zero.
See Figure 13-11 for an example.
2. Click on the Symbolic toolbar or type [Ctrl] [Shift]. (hold down the
Control and Shift keys and type a period). Mathcad displays a placeholder to the
left of the symbolic equal sign, “→.”
3. Type solve in the placeholder, followed by a comma and the variable for which
to solve.
4. Press [Enter] to see the result.
Mathcad solves for the variable and inserts the result to the right of the “→.” Note that
if the variable was squared in the original equation, you may get two results back when
you solve. Mathcad displays these in a vector. Figure 13-11 shows an example.
Tip Another way to solve for a variable is to enter the equation, click on the variable you want to
solve for in the equation, and choose Variable⇒Solve from the Symbolics menu.
1. Press on the Matrix toolbar or type [Ctrl]M to insert a vector having n rows
and 1 column.
2. Fill in each placeholder of the vector with one of the n equations making up the
system. Make sure you click on the Boolean toolbar or type [Ctrl]= to enter
the bold equal sign.
208 / Chapter 13 Symbolic Calculation
3. Press on the Symbolic toolbar or type [Ctrl] [Shift]. (hold down the
Control and Shift keys and type a period). Mathcad displays a placeholder to the
left of the symbolic equal sign, “→.”
4. Type solve followed by a comma in the placeholder.
5. Type [Ctrl]M or press on the Matrix toolbar to create a vector having n rows
and 1 column. Then enter the variables you are solving for.
6. Press [Enter] to see the result.
Mathcad displays the n solutions to the system of equations to the right of the symbolic
equal sign. Figure 13-12 shows an example.
4. Click on the Symbolic toolbar or press [Ctrl]. (the Control key followed by
a period). Mathcad displays the symbolic equal sign.
Examples of Symbolic Calculation / 209
2. Click on the Matrix toolbar or press [Ctrl] | to insert the matrix transpose
operator.
3. Click on the Symbolic toolbar or press [Ctrl]. (the Control key followed by
a period). Mathcad displays the symbolic equal sign, “→.”
4. Press [Enter] to see the result.
Mathcad returns the result to the right of the “→.” Figure 13-13 shows some examples.
Another way to find the transpose, inverse, or determinant of a matrix is to use the
Matrix commands on the Symbolics menu. For example, to find the transpose of a
matrix:
1. Place the entire matrix between the two editing lines by pressing [Space] one or
more times.
2. Choose Matrix⇒Transpose from the Symbolics menu.
Unlike matrices evaluated with the symbolic equal sign, matrices modified by
commands from the Symbolics menu do not update automatically, as described in the
section “Using the Symbolics Menu” on page 201.
Transformations
You can use symbolic keywords to evaluate the Fourier, Laplace, or z- transform of a
expression and to evaluate the inverse transform. For example, to evaluate the Fourier
transform of an expression:
1. Enter the expression you want to transform.
2. Click on the Symbolic toolbar or type [Ctrl] [Shift]. (hold down the
Control and Shift keys and type a period). Mathcad displays a placeholder to the
left of the symbolic equal sign, “→.”
3. Type fourier in the placeholder, followed by a comma and the name of the
transform variable.
4. Press [Enter] to see the result.
Note Mathcad returns a function in a variable commonly used for the transform you perform. If the
expression you are transforming already contains this variable, Mathcad avoids ambiguity by
returning a function of a double variable. For example, Mathcad returns a function in the variable
ω when you perform a Fourier transform. If the expression you are transforming already contains
an ω, Mathcad returns a function of the variable ωω instead.
Use the keyword invfourier to return the inverse Fourier transform as a function
given by:
+∞
1-
∫
-----
2π – ∞
F ( ω )e iωt dω
where f(t) and F(s) are the expressions to be transformed. All singularities of F(s) are
to the left of the line Re ( s ) = σ .
The z-transform result is a function of z given by:
+∞
∑ f ( n )z –n
n=0
Tip You can substitute a different variable for the one Mathcad returns from a transform or its
inverse by using the substitute keyword.
Note Results from symbolic transformations may contain functions that are recognized by Mathcad’s
symbolic processor but not by its numeric processor. An example is the function Dirac shown
in the middle of Figure 13-14. You’ll find numeric definitions for this and other such functions
in “Appendix A: Special Functions” on page 432, as well as in the QuickSheet titled “Special
Functions.”
212 / Chapter 13 Symbolic Calculation
Symbolic Optimization
In general, Mathcad’s symbolic and numeric processors don’t communicate with one
another. You can, however, make the numeric processor ask the symbolic processor
for advice before starting what could be a needlessly complicated calculation.
For example, if you were to evaluate an expression such as:
u v w
∫0 ∫0 ∫0 x 2 + y 2 + z 2 dx dy dz
Mathcad would undertake the task of evaluating a numeric approximation of the triple
integral even though one could arrive at an exact solution by first performing a few
elementary calculus operations.
This happens because by itself, Mathcad’s numeric processor does not simplify before
plunging ahead into the calculation. Although Mathcad’s symbolic processor knows
all about simplifying complicated expressions, these two processors do not consult with
each other, although for certain definitions, it would be helpful. To make these two
processors talk to each other for a particular definition click on a definition with the
right mouse button and choose Optimize from the popup menu.
Once you’ve done this, Mathcad’s live symbolic processor simplifies the expression to
the right of a “:=” before the numeric processor begins its calculations. This helps
Mathcad’s numeric processor evaluate the expression more quickly. It can also avoid
any computational issues inherent in the numeric calculation.
If Mathcad finds a simpler form for the expression, it responds by doing the following:
• It marks the region with a red asterisk.
• It internally replaces what you’ve typed with a simplified form.
Symbolic Optimization / 213
Overview
In this chapter, you will learn how to extend Mathcad’s functionality by bringing the
feature sets and data of other applications into your Mathcad worksheet. Likewise, you
can expand the usefulness of other programs by interfacing them with Mathcad. In both
cases, you take advantage of Mathcad’s Object Linking and Embedding (OLE)
capabilities.
215
216 / Chapter 14 Importing and Exporting Data
Note To use an application component, you must have the application for that component installed,
but not necessarily running, on your system.
Tip See “Using Mathcad with Other Applications” in QuickSheets under the Help menu for a
variety of example files.
Note You cannot insert a component into an existing variable definition. You must click in a blank
area of the worksheet, insert the component, then fill in the variable name after the component
is created.
The placeholder(s) at the bottom of the component are for the names of previously
defined input variables. The placeholder(s) you see to the left of the := are for the output
variables.
218 / Chapter 14 Importing and Exporting Data
After you fill in the placeholders for the input and output variables, you can hide the
variables by clicking with the right mouse button on the component and choosing Hide
Arguments from the pop up menu.
When you insert an application component, you see a small window on that
application’s environment embedded in your Mathcad worksheet. When you double-
click the component, the component is in-place activated, and Mathcad’s menus and
toolbars change to those of the other application. This gives you access to the features
of that application without leaving the Mathcad environment.
Step 2: Configuring a component
Once you’ve inserted a component, you can configure its properties so that the
component knows how to handle any inputs it receives from Mathcad and what to send
as output. To configure the properties for a component:
1. Click on the component once to select it.
2. Right click on the component to see a pop up menu.
3. Choose Properties from the pop up menu.
The settings in the Properties dialog box differ for each component. For example, the
Properties dialog box for the Excel component lets you specify the starting cells in
which the input values are stored and the cell range from which the output is sent.
To add an input or output variable, right click on the component and choose Add Input
Variable or Add Output Variable from the pop up menu. To eliminate an input or
output, choose Remove Input Variable or Remove Output Variable from the menu.
Some components limit you to a finite number of inputs and outputs in which case Add
Input Variable or Add Output Variable is grayed out on the pop up menu.
Tip You can hide the input and output variables for a component by right clicking on the component
and choosing Hide Arguments from the pop up menu.
Note Some components require you to use certain variables within the component itself in order to
exchange data with Mathcad
Tip Some components allow you to save the file with which the component exchanges data as a
separate file. Click on a component with the right mouse button and choose Save As... from the
pop up menu.
Data Input and Output Components / 219
Tip Mathcad also provides a number of built-in functions for importing ASCII data files, binary
files, and image files. These are useful inside program loops and in global assignments, where
components cannot be used. See “File Access Functions” on page 250.
When you use File Input or File Output from the Insert ⇒Data
menu pick, you’ll see an icon and the path to the data file with
an assignment operator (:=) and an empty placeholder. Enter
the name of a Mathcad variable in the placeholder. When you
click outside this new equation region, the data file is read, and the data is assigned to
the Mathcad array variable entered in the placeholder. The data can now be used like
any other Mathcad array or matrix.
Mathcad File Input and Output components can import and export real numbers,
complex numbers, numbers with exponential notation, and strings from the various file
formats. File Input and File Output also accept a variety of delimeters between data
fields in text files, including tabs, semicolons, spaces, and commas. The delimeter must
be consistent throughout the file. Mathcad tries to determine if data entries are strings
automatically by comparing against various standard number formats.
Note If a data file has alphabetic characters in some cells, or a space between characters when spaces
are not the data delimeter, then data are imported as a string variable, and display in quotes.
Empty cells are imported as 0.
Each time you calculate the worksheet, Mathcad re-reads the data from the file you
have specified. Figure 14-1 shows an example. If you want to import data from a file
just once into Mathcad using a Data Table, see “Importing Once from a Data File” on
page 220.
To read in a different data file or a different type of data file:
1. Right click on the component and select Properties from the component pop up
menu.
2. On the File Options tab, select your file type from the dropdown list, and browse
or type the name of the file you’d like to open.
3. If desired, click the “Data Range” tab and select a subset of the rows, columns or
cells in your data file.
4. On the File Options tab, click “Open.”
220 / Chapter 14 Importing and Exporting Data
Figure 14-1: Reading in data from a data file. Whenever you calculate the
worksheet, the data file is read in.
Tip All file reading and writing components described in this section can be created using buttons
on the Standard toolbar in Mathcad. To add these buttons to your toolbar, right click on the
toolbar and add the desired buttons to the list.
Note You can change the order in which the fields of your database are stored in the columns of the
output matrix in Mathcad. To do so, right click the ODBC Input component and choose
Properties from the pop up menu. Navigate to the Advanced tab, and rearrange the order of the
fields in the columns of the matrix using the “move up” and “move down” buttons.
To filter your data before bringing it into a Mathcad output variable, you can query
your database directly through the ODBC Input component using a SQL “where”
statement.
To filter your data through the ODBC Input component:
1. Right click the component and select Properties from the pop up menu.
2. On the Advanced tab, check “Select data rows using a SQL ‘where’ clause” and
type a “where” statement in the text box.
3. Click “OK” to close the dialog box and update your worksheet.
Figure 14-2 shows the use of a SQL “where” statement.
222 / Chapter 14 Importing and Exporting Data
Figure 14-2: Using a SQL “where” statement to filter data through the ODBC
component.
Tip Checking the “Show fields with unsupported data types” option in the ODBC Input component
Wizard or on the Data Source page of the Properties dialog box displays all data fields, even
those not supported by Mathcad variables. For example, Mathcad does not support any time data
types, but you can select and display time indices from your database in a Mathcad output
variable.
Application Components
Application components allow you to exchange data between Mathcad and another
application via an ActiveX control. When you insert an application component, a
document object for the application is created in your worksheet. If the component
wizard allows you to create this object from an existing file, a copy of the file is inserted
into your worksheet. Changing the document will not change the original file. If you
want your component to access and update a file on your system, use the File Input/
Output components discussed previously in the section “Data Input and Output
Components” on page 219.
Excel Component
The Excel component allows you to exchange data with and access the functions of
Microsoft Excel (version 7 or higher), if it is installed on your system.
Note The Excel component accepts scalars, vectors, two-dimensional matrices, and strings as input
and output.
Application Components / 223
Tip If you only need to import or export a static data file in Excel format, use File Input and Output
described above.
Tip You can specify a particular Excel worksheet and cell range using standard Excel notation such
as Sheet2!B2:C2. You can also specify named cells and cell ranges.
When you finish using the Wizard, the Excel component appears in your worksheet
with placeholders for the input and output variables. Enter the names of input variables
in the bottom placeholders. Enter the names of the output variables into the placeholders
to the left of the :=. When you click outside the component, input variables are sent to
Excel from Mathcad and a range of cells are returned to Mathcad.
Figure 14-3 shows an example of an Excel component in a Mathcad worksheet.
Note By default, the Excel component displays only some of the rows and columns of the underlying
spreadsheet object. To see more or fewer rows and columns, click the component so that you see
handles along its sides. Resize the component by dragging a handle. To see different rows or
columns than the ones shown in the view, double-click the component and use the scroll bars to
find the rows or columns of interest.
224 / Chapter 14 Importing and Exporting Data
Note If you want to create an Axum graph component with two independent traces, define x- and y-
vectors for each plot. Then, choose the plot type “Scatter Plots of XY Pairs” from the Axum
Graph dialog and specify the input variables corresponding to your vectors of data. Enter the
vector names in the placeholders in xy-pairs, i.e., (x1 y1 x2 y2).
If you change the vectors of data upon which your Axum graph component is
dependent, your graph updates automatically. Figure 14-4 shows an Axum graph that
has been customized with axes labels, a title, and text and graphic annotations.
Tip To import an S-PLUS script file into your component, right click the component and choose
Edit Script... from the popup menu to access the script editor. In the script editor, import your
script by choosing Import from the File menu.
When you click outside the component, input variables from Mathcad are sent to Axum/
S-PLUS and values from Axum/S-PLUS are assigned to output variables in Mathcad.
By default, the Mathcad input variables will be sent into the component as variables
named in0, in1, in2, and in3. The Axum/S-PLUS variables out0, out1, out2, and out3
will define the output variables to be created in Mathcad. You can change these names
on the Input Variable Names and Output Variable Names tabs of the component’s
Properties dialog.
226 / Chapter 14 Importing and Exporting Data
MATLAB Component
The MATLAB component allows you to exchange data with and access the
programming environment of The MathWorks’ MATLAB Professional 4.2c or higher,
if it is installed on your system.
Tip If you only need to import or export a static data file in MATLAB format, use the File Input/
Output component as described previously under “Data Input and Output Components” on page
219.
Note Some versions of MATLAB support multidimensional arrays and other complex data structures.
While you may use these structures within the MATLAB component, you may pass only scalars,
vectors, and two-dimensional arrays from Mathcad to the MATLAB component and vice versa.
Note Input values that do not have units attached are passed in SI units. For example, if you send 2.0
as input for a length, it is assumed to be 2.0 meters. SmartSketch, by default, converts this to the
display units (inches by default) and creates the drawing.
Tip If the drawing is so large that it extends beyond the component window, right click on the
component, choose Properties from the pop up menu, and click the box next to Automatic
Resizing.
228 / Chapter 14 Importing and Exporting Data
Figure 14-5 shows a SmartSketch drawing inserted into a Mathcad worksheet. The
values from the variables RadiusA, RadiusB, and Distance are sent to SmartSketch as
input and used to create the drawing. The variables WrapB, BLength, and Beta1 are
output variables.
Note In order for the dimensions in a drawing to resize relative to any changes to the dimensions,
check the box next to Maintain Relationships under the Tools menu in SmartSketch. To verify
this setting, double-click on the component and choose Tools from the menu bar.
Note If you are using the DAC control to bring analog waveform data into Mathcad for “real time”
analysis, be sure that Automatic Calculation, under the Tools menu, is turned on. The degree to
which “real time” data logging and analysis is possible depends on the size of the data being
transferred, the complexity of the calculations being performed, and the speed of your computer.
If at some point Mathcad is unable to keep up with the data transfer or calculations, real-time
analysis is no longer possible.
Tip You can simulate a waveform in Mathcad and use the DAC to send it out to a test device, and
then have the results returned to Mathcad via another DAC.
Note The DAC is not a native component, but rather is embedded in a scriptable object component.
As such, some scripting may be necessary for your DAC to work as desired. If you plan to use
the DAC in your worksheet, you should first read the section on “Scripting Custom OLE
Automation Objects” on page 243.
Note The Data Acquisition component is only visible in the Components Wizard dialog box when you
have a supported data device attached.
The DAC is inserted into the worksheet with default properties, namely, one output
and single point analog data collection. These properties are easily modified, however,
using either the object’s Properties dialog box, the Script Editor, or the user interface
for the control, shown in Figure 14-6.
230 / Chapter 14 Importing and Exporting Data
Note For more information about the properties and methods associated with the DAC and other
Scriptable Object components, see the Developer’s Reference under the Help menu.
Overview
Mathcad comes with functions and operators spanning mathematical disciplines from
simple arithmetic to trigonometry to calculus and beyond. Even so, you may find that
the basic functionality is not enough to meet your needs. With that in mind, Mathcad
can be extended in several ways, outlined in this section.
Note The symbolic processor treats any units it encounters in a program as undefined variables. To
avoid problems — especially with unit conversions — make sure any program you evaluate
symbolically does not involve units.
Defining a Program
The following example shows how to make a simple program to define the function:
f ( x, w ) = log ----
x
w
231
232 / Chapter 15 Extending and Automating Mathcad
Note A program can have any number of statements. To add a statement, click on the
Programming toolbar or press [. Mathcad inserts a placeholder below whatever statement
you’ve selected. To delete the placeholder, click on it and press [Bksp].
Tip You can use the Add Line operator in any placeholder in a program, including those associated
with other programming operators such as if, for, and while.
Note You cannot use Mathcad’s usual assignment operator, “:=,” inside a program. You must use the
local assignment operator, represented by “←,” instead. Variables defined inside a program with
the local assignment operator, such as z in the example above, are local to the program and are
undefined elsewhere in the worksheet. However, within a program, you can refer to Mathcad
variables and functions defined previously in the worksheet.
Note Certain operators on the Programming toolbar insert with visible text. When inserting a for,
while, if, otherwise, break, continue, return, or on error operator, you must use the toolbar
button or keystroke. Typing in the word “break,”for example, is not the same as inserting the
break operator.
Figure 15-1 shows a more complex example involving the quadratic formula. Although
you can define the quadratic formula with a single statement as shown in the top half
of the figure, you may find it easier to define it with a series of simple statements as
shown in the bottom half.
As with any expression, a Mathcad program must have a value. This value is simply
the value of the last statement executed by the program. It can be a string expression,
a single number, or an array of numbers. It can even be an array of arrays (see “Nested
Arrays” on page 63).
Programming within Mathcad / 233
Note Programs that include the return and on error statements, described on page 238 and
page 239, cannot be evaluated symbolically since the symbolic processor does not recognize
these operators.
Online Help The “Programming” section in the QuickSheets under the Help menu provides examples you
can modify. You can also download the module “Programming in Mathcad” from
www.mathcad.com for more detailed examples and explanations.
234 / Chapter 15 Extending and Automating Mathcad
Conditional Statements
In general, Mathcad evaluates each statement in your program from the top down. There
may be times, however, when you want Mathcad to evaluate a statement only when a
particular condition is met. You can do this by including an if operator.
For example, suppose you want to define a function that forms a semicircle around the
origin but is otherwise constant. To do this:
1. Type the left side of the function definition, followed by
a “:=”. Make sure the placeholder is selected.
2. Click on the Programming toolbar.
Alternatively, press ]. You’ll see a vertical bar with two
placeholders. These placeholders will hold the
statements making up your program.
3. Click on the Programming toolbar in the top
placeholder. Alternatively, press }. Do not type “if.”
4. Enter a Boolean expression in the right placeholder
using one of the relational operators on the Boolean
toolbar. In the left placeholder, type the value you want
the program to return whenever the expression in the
right placeholder is true. If necessary, add more placeholders by clicking .
5. Select the remaining placeholder and click on
the Programming toolbar or press [Ctrl] 3.
6. Type the value you want the program to return if the
condition in the first statement is false.
Figure 15-3 shows a plot of this function.
Note The if operator in a Mathcad program is not the same as the if function (see “Piecewise
Continuous Functions” on page 254). Although it is not hard to define a simple program using
the if function, as shown in Figure 15-3, the if function can become unwieldy when the number
of branches exceeds two.
Note When using a block of conditional statements in a program, you should always end the block
with an otherwise operator. Failing to do so may cause an error when your program is evaluated.
Looping
One of the greatest strengths of programmability is the ability to execute a sequence of
statements repeatedly in a loop. Mathcad provides two loop structures. The choice of
which loop to use depends on how you plan to tell the loop to stop executing.
• If you know exactly how many times you want a loop to execute, use a for loop.
• If you want the loop to stop when a condition has been met, but you don’t know
how many loops will be required, use a while loop.
Tip See “Controlling Program Execution” on page 237 for methods to interrupt calculation within
the body of a loop.
For Loops
A for loop terminates after a predetermined number of iterations. Iteration is controlled
by an iteration variable defined at the top of the loop. The definition of the iteration
variable is local to the program.
To create a for loop:
1. Click on the Programming toolbar or press [Ctrl] “. Do
not type the word “for.”
2. Type the name of the iteration variable in the placeholder to the
left of the “∈.”
3. Enter the range of values the iteration variable should take in the
placeholder to the right of the “∈.” You usually specify this range
the same way you would for a range variable (see page 103).
4. Type the expression you want to evaluate in the remaining
placeholder. This expression generally involves the iteration
variable. If necessary, add placeholders by clicking on the
Programming toolbar.
The upper half of Figure 15-4 shows this for loop being used to add a sequence of integers.
236 / Chapter 15 Extending and Automating Mathcad
Note Although the expression to the right of the is usually a range, it can also be a vector or
a list of scalars, ranges, and vectors separated by commas. The lower half of Figure 15-4 shows
an example in which the iteration variable is defined as the elements of two vectors.
Figure 15-4: Using a for loop with two different kinds of iteration variables.
While Loops
A while loop is driven by the truth of some condition. Because of this, you don’t need
to know in advance how many times the loop will execute. It is important, however, to
have a statement somewhere, within the loop, that eventually makes the condition false.
Otherwise, the loop executes indefinitely.
To create a while loop:
1. Click on the Programming toolbar or press [Ctrl] ].
Do not type the word “while.”
2. Click in the top placeholder and type a condition. This is
typically a Boolean expression like the one shown.
Figure 15-5: Using a while loop to find the first occurrence of a particular
number in a matrix.
In Figure 15-6, break is used to stop a loop when a negative number is encountered in
an input vector and return the result to that point, while continue is used to ignore non-
positive numbers in an input vector, returning a vector of all positive numbers in v.
Figure 15-6: Using break statement halts the loop. Program execution resumes
on the next iteration when continue is used instead.
Return
A Mathcad program returns the value of the last expression evaluated in the program.
In simple programs, the last expression evaluated is in the last line of the program. As
you create more complicated programs, you may need more flexibility. Return allows
you to interrupt the program and return particular values other than the default value.
A return statement can be used anywhere in a program, even within a deeply nested
loop, to force program termination and the return of a scalar, vector, array, or string.
As with break and continue, you typically use return on the left-hand side of an if
operator, and the return statement is evaluated only when the right-hand side is true.
The following program fragment shows how a return statement is used to return a string
upon the occurrence of a particular condition:
1. Click on the Programming toolbar.
In this example, the program returns the string “int” when the expression floor ( x ) = x
is true.
Tip You can add more lines to the expression to the right of return by clicking on the
Programming toolbar.
Error Handling
Errors may occur during program execution, causing Mathcad to stop calculating the
program. For example, because of a particular input, a program may attempt to divide
by 0 in an expression and therefore encounter a singularity. In these cases Mathcad
treats the program as it does any math expression: it marks the offending expression
with an error message and highlights the offending name or operator in a different color,
as described in Chapter 8, “.”
Mathcad gives you two features to improve error handling in programs:
• The on error operator on the Programming toolbar allows you to trap a numerical
error that would otherwise force Mathcad to stop calculating the program.
• The error function gives you access to Mathcad’s error tip mechanism and lets you
customize error messages issued by your program.
On Error
In some cases you may be able to anticipate program inputs that lead to a numerical
error (such as a singularity, an overflow, or a failure to converge) that would force
Mathcad to stop calculating the program. In more complicated cases, especially when
your programs rely heavily on Mathcad’s numerical operators or built-in function set,
you may not be able to anticipate all of the possible numerical errors that can occur in
a program. The on error statement is designed as a general-purpose error trap to
compute an alternative expression a program encounters a numerical error that would
otherwise stop calculation.
To use on error, click on the Programming toolbar or type [Ctrl] ‘. Do not
type “on error.” In the placeholder to the right of on error, enter the program
statement(s) you ordinarily expect to evaluate but in which you wish to trap any
numerical errors. In the placeholder to the left of on error, enter the program
statement(s) you want to evaluate should the default expression on the right-hand side
fail. Figure 15-7 shows on error operating in a program to find a root of an expression.
Issuing Error Messages
Just as Mathcad automatically stops further evaluation and produces an appropriate
“error tip” on an expression that generates an error (see the bottom of Figure 15-7 for
an example), you can use the error function to stop evaluation and create customized
error tips that appear when your programs or other expressions are used improperly or
cannot return answers.
Typically you use the error function in the placeholder on the left-hand side of an if or
on error operator so that an error tip is generated when a particular condition is
encountered. Figure 15-8 shows how custom errors can be used even in a small program.
240 / Chapter 15 Extending and Automating Mathcad
Figure 15-8: Generating custom errors via the error string function.
Tip For more information on the error function, see “String Functions” on page 256.
Note Some error strings are automatically translated to a Mathcad error message that is similar to the
error string. For example “must be real” is translated to “This value must be real. Its imaginary
part must be zero.”
Programming within Mathcad / 241
One way many programmers avoid overly complicated programs is to bury the
complexity in subroutines. Figure 15-10 shows an example of this technique.
Tip Breaking up long programs with subroutines is good programming practice. Long programs,
especially those containing deeply nested statements can become difficult for other users to
understand at a glance. They are also more cumbersome to edit and debug.
In Figure 15-10, the function adapt carries out an adaptive quadrature or integration
routine by using intsimp to approximate the area in each subinterval. By defining
intsimp elsewhere and using it within adapt, the program used to define adapt becomes
considerably simpler.
242 / Chapter 15 Extending and Automating Mathcad
Recursion
Recursion is a powerful programming technique where a function is defined in terms
of itself, as was done with the definition of adapt in Figure 15-10. Recursion is similar
to mathematical induction: if you can determine f ( n + 1 ) from f ( n ) , and you know
f ( 0 ) , then you know all there is to know about f. Recursive definitions have two parts:
• A definition, written in terms of a previous evaluation of the function.
• An initial condition, which prevents the recursion from continuing forever.
Some mathematical examples of a recursive function are the factorial, where the
factorial of n is n times the factorial of n–1, and the compounding of interest. Mathcad
implementations of these examples as recursive programs are shown in Figure 15-11.
Tip Recursive function definitions, while appearing elegant and concise, are not always
computationally efficient. You may find that an equivalent definition using one of the iterative
loops evaluates more quickly.
Building Function DLLs / 243
Tip For more information on creating your own DLLs, please consult the “Creating a User DLL”
section of the Developer’s Reference, available from the Help.
http://msdn.microsoft.com/scripting
For more information on scripting languages and syntax associated with their usage,
see the Developer’s Reference under the Mathcad Help menu.
Inserting a Scriptable Object
When you select the Scriptable Object component in the Component Wizard, Mathcad,
launches the Scripting Wizard. The “Object to Script” scrolling list shows the available
server applications on your system. Choose an application that supports the OLE 2
automation interface (consult documentation for the application for details).
You must specify:
• Whether the component is a new file or whether you will insert an existing file.
• Whether you will see the actual file or an icon in your Mathcad worksheet.
In the remaining pages of the Wizard you specify: the type of object you want to script,
the scripting language you are using, the name of the object, and the number of inputs
and outputs the object will accept and provide.
A Scriptable Object component appears in your worksheet with placeholders for the
input and output variables. Enter the input variables in the bottom placeholders. Enter
the output variables into the placeholders to the left of the :=.
Tip If you want to set a Mathcad variable using multiple controls, you can use a Frame Object as a
container object. For more information, consult the Developer’s Reference.
Creating Your Own Components / 245
Note There are two Properties dialog boxes for any customized Scripted Object component, one for
the object and one for the embedded control. Access the one for the object by right clicking on
the object and choosing Properties from the popup menu. This dialog box allows you to specify
the number of inputs and outputs and the name of the object. Access the one for the underlying
control by right clicking on the object and choosing [Control Name] Object⇒Properties. This
dialog box allows you to modify the settings for the embedded control. For example, in the Data
Acquisition Control (see page 229), you use it to change the data collection mode from single
point to waveform.
Mathsoft Controls
The Mathsoft Controls allow you to insert buttons, text boxes, list boxes, and sliders
into your Mathcad worksheet. These components operate in a fashion similar to
Microsoft Forms Controls, which you can insert as Scripted Object components.
Mathsoft Controls provide you, as an author, a means of entering information into a
worksheet other than the standard variable mechanism. This is particularly useful if the
end user is a novice user of Mathcad, or if you want to streamline an oft-repeated
process. These controls are also useful for expanding the degree to which worksheets
can be used as templates for processes. For example, a set of controls can allow the
user to specify quickly and easily various parameters used to compute a series of
calculations. In this way, controls further facilitate your design of a solution rather than
just a worksheet.
Note For more information about the properties and methods associated with Mathsoft Controls and
other Scriptable Object components, see the Developer’s Reference under the Help menu in
Mathcad.
Tip For most Mathsoft Controls, you specify outputs only. For example, for a TextBox control you
will get 0 inputs and 1 output, the output being based on the text entered in the text box.
246 / Chapter 15 Extending and Automating Mathcad
Tip To customize a button quickly with a specific graphic image, create an image and copy it into
your clipboard. Right click on the button and select Mathsoft [Control] Object⇒Paste
Bitmap from the popup menu. Alternatively, you can browse for a bitmap or icon file through
the Pictures tab in the Properties dialog box.
Note The properties of a control are not preserved if you change them through the control’s interface
— only if they are changed programmatically, in the script associated with the control. For
example, if you want a checkbox to be checked by default when you open your worksheet, you
should set the checked state in the script, rather than by clicking on the checkbox, and saving the
worksheet.
Note You cannot send a string as input to any Mathsoft Control component. The only types of input
variables allowed are scalars, vectors, and matrices. However, you can define an output variable
as a string in a Mathsoft Control component. See CONTROLS.MCD in the
QSHEET\SAMPLES\CONTROLS directory for examples of Mathsoft Controls.
Creating Your Own Components / 247
Note The OLE automation interface is supported in Mathcad 7.02 and higher and supersedes the DDE
interface supported in Mathcad 5 and 6. For information on the interface, see the Developer’s
Reference under the Help menu in Mathcad. For specific examples, see TRAJECTORY.XLS
in the QSHEET\SAMPLES\EXCEL and DOUGHNUT.EXE in the
QSHEET\SAMPLES\VBASIC in your Mathcad installation.
Chapter 16
Functions
Built-in Functions
Mathcad provides a set of built-in functions, which you can expand by installing
additional Extension Packs or writing your own built-in functions. The core set of
Mathcad functions is accessible by choosing Function from the Insert menu.
Mathcad Extension Packs
An Extension Pack consists of advanced functions geared to a particular area of
application. Available Extension Packs include Signal Processing, Image Processing,
Wavelets, Communications System Design, and Solving and Optimization. To find out
more about Mathcad Extension Packs, contact Mathsoft or your local distributor, or
visit Mathsoft’s Web site at:
http://www.mathcad.com/
After you install an Extension Pack, the additional functions will appear in the Insert
Function dialog box.
Built-in functions you write yourself in C
If you have a supported 32-bit C/C++ compiler, you can write your own built-in
functions for Mathcad. For details see the Developer’s Reference under Help.
Function Categories
Bessel Functions
Ai ( z ) bei ( n, x ) ber ( n, x ) Bi ( z )
H(m, x) H1.sc(m, x) H2(m, x) H2.sc(m, x)
I0 ( z ) I0.sc(x) I1 ( z ) I1.sc(x)
In(m, z) In.sc(m, x) J0 ( z ) J0.sc(x)
J1 ( z ) J1.sc(x) Jn(m, z) Jn.sc(m, x)
js(n, z) K0 ( z ) K0.sc(x) K1 ( z )
Y0 ( z ) Y1 ( z )
Kn(m, z)
Yn(m, z) ys(n, z)
KI.sc(x) Kn.sc(m, x) Y0.sc(x) Y1.sc(x)
Yn.sc(m, x)
The sc versions are scaled.
Complex Numbers Functions
arg(z) csgn(z) Im(z) Re(z)
signum(z)
249
250 / Chapter 16 Functions
Files in plain ASCII format consist only of numbers separated by commas, spaces, or
carriage returns. The numbers in the data files can be integers like 3 or –1, floating-
point numbers like 2.54, or E-format numbers like 4.51E-4 (for 4.51 ⋅ 10 – 4 ).
Tip These ASCII data file access functions are provided mainly for compatibility with worksheets
created in earlier versions of Mathcad. The Data Table and File Input/Output components
provide more general methods of importing and exporting data in a variety of formats. See
Chapter 14, “.”
Mathcad comes with two types of Fourier transform pairs: fft / ifft (or the alternative
FFT / IFFT) and cfft / icfft (or the alternative CFFT / ICFFT). These functions are discrete:
they apply to and return vectors and matrices only. You cannot use them with other
functions.
Use the fft and ifft (or FFT / IFFT) functions if:
• the data values in the time domain are real, and
• the data vector has 2 m elements.
Use the cfft and icfft (or CFFT / ICFFT) functions in all other cases.
Be sure to use these functions in pairs. For example, if you used CFFT to go from the
time domain to the frequency domain, you must use ICFFT to transform back to the
time domain. See Figure 16-2 for an example.
Note Different sources use different conventions concerning the initial factor of the Fourier transform
and whether to conjugate the results of either the transform or the inverse transform. The
functions fft, ifft, cfft, and icfft use 1 ⁄ N as a normalizing factor and a positive exponent in
going from the time to the frequency domain. The functions FFT, IFFT, CFFT, and ICFFT
use 1 ⁄ N as a normalizing factor and a negative exponent in going from the time to the frequency
domain.
Graph
CreateMesh(F, s0, s1, t0, t1, sgrid, tgrid, fmap)
CreateSpace(F, t0, t1, tgrid, fmap)
Polyhedron(S) PolyLookup(n)
Hyperbolic Functions
acosh(z) acoth(z) acsch(z) asech(z)
asinh(z) atanh(z) cosh(z) coth(z)
csch(z) sech(z) sinh(z) tanh(z)
Functions / 253
Figure 16-2: Use of fast Fourier transforms in Mathcad. Since the random
number generator gives different numbers every time, you may not be able to
recreate this example exactly as you see it.
Tip Mathcad’s random number generators have a “seed value” associated with them. A given seed
value always generates the same sequence of random numbers, and choosing Calculate from the
Tools menu advances Mathcad along this random number sequence. Changing the seed value,
however, advances Mathcad along a different random number sequence. To change the seed
value, choose Worksheet Options from the Tools menu and enter a value on the Built-in
Variables tab.
Random Numbers
rbeta(m, s1, s2) rbinom(m, n, p) rcauchy(m, l, s)
rchisq(m, d) rexp(m, r) rF(m, d1, d2)
rgamma(m, s) rgeom(m, p) rhypergeom(M, a, b, n)
rlnorm(m, µ, σ) rlogis(m, l, s) rnbinom(m, n, p)
rnd(x) rnorm(m, µ, σ) rpois(m, λ)
rt(m, d) runif(m, a, b) rweibull(m, s)
Solving Functions
Finding Roots
polyroots(v) root(f(var), var, [a, b]) root(f(z), z, a, b)
Solve Blocks
find(var1, var2, ...) maximize(f, var1, var2, ...)
minerr(var1, var2, ...) minimize(f, var1, var2, ...)
Solving a Linear System of Equations
lsolve(M, v)
Sorting Functions
csort(A, n) reverse(A) rsort(A, n) sort(v)
Tip Unless you change the value of ORIGIN, matrices are numbered by default starting with row
zero and column zero. To sort on the first column of a matrix, for example, use csort(A, 0).
Special Functions
erf(x) erfc(x) fhyper(a, b, c, x) Γ(z)
Γ(x, y) Her(n, x) ibeta(a, x, y) Jac(n, a, b, x)
Lag(n, x) Leg(n, x) lnGamma(z)
mhyper(a, b, x) Tcheb(n, x) zUcheb(n, x)
Statistical Functions
corr(A, B) cvar(A, B) gmean(A, B, C, ...)
hist(int, A) histogram(int, A) hmean(A, B, C, ...)
kurt(A, B, C, ...) mean(A, B, C, ...) median(A, B, C, ...)
mode(A, B, C, ...) skew(A, B, C, ...) stderr(vx, vy)
Stdev(A, B, C, ...) stdev(A, B, C, ...) Var(A, B, C, ...)
var(A, B, C, ...)
256 / Chapter 16 Functions
If you are interested in graphing the result of a frequency analysis in a 2D bar plot
showing the distribution of data across the bins, use the function histogram rather than
hist, and plot the first column of the result against the second column of the result.
String Functions
concat(S1, S2, S3, ...) error(S) IsString(x)
num2str(z) search(S, S1, m) str2num(S)
str2vec(S) strlen(S) substr(S, m, n)
vec2str(v)
The strings used and returned by most of these functions are typed in a math placeholder
by pressing the double-quote key (") and entering any combination of letters, numbers,
or other ASCII characters. Mathcad automatically places double quotes around the
string expression and displays quotes around a string returned as a result.
Trigonometric Functions
acos(z) acot(z) acsc(z) angle(x, y)
asec(z) asin(z) atan(z) atan2(x, y)
cos(z) cot(z) csc(z) sec(z)
sin(z) sinc(z) tan(z)
Mathcad’s trig functions and their inverses accept any scalar argument: real, complex,
or imaginary. They also return complex numbers wherever appropriate.
Trigonometric functions expect their arguments in radians. To pass an argument in
degrees, use the built-in unit deg. For example, to evaluate the sine of 45 degrees, type
sin(45*deg). Likewise, to convert a result into degrees, either divide the result by
the built-in unit deg or type deg in the units placeholder.
In Mathcad you enter powers of trig functions such sin 2 ( x ) as sin ( x ) 2 . Alternatively,
you can use the prefix operator described in “Defining a Custom Operator” on page
392. For example, to type sin 2 ( x ) , click on the Evaluation toolbar, enter sin2 in
the left-hand placeholder and enter (x) in the right-hand placeholder.
Truncation and Round-off Functions
Ceil(x, y) ceil(x) Floor(x, y) floor(x)
Round(x, y) round(x, n) Trunc(x, y) trunc(x)
User-defined Functions
kronecker(m, n) Psi(z)
Vector and Matrix Functions
Definition
IsArray(x) IsScalar(x)
Functions / 257
Note For the functions CreateMesh and CreateSpace, instead of using a vector-valued function, F,
you can use three functions, f1, f2, and f3, representing the x-, y-, and z-coordinates of the
parametric surface or space curve. Your call to one of these functions might look something like
this: CreateMesh ( f1, f2, f3 ) . Alternatively, for CreateMesh, you can use a single function
sin ( x ) + cos ( y )
of two variables such as F ( x, y ) = -------------------------------------- .
2
Figure 16-4 shows examples of using stack and augment.
Figure 16-4: Joining matrices with the augment and stack functions.
Mapping Functions
cyl2xyz(r, θ, z) pol2xy(r, θ) sph2xyz(r, θ, φ)
xy2pol(x, y) xyz2cyl(x, y, z) xyz2sph(x, y, z)
Use any of the 3D mapping functions as the fmap argument for the CreateSpace and
CreateMesh functions.
Lookup Functions
lookup(z, A, B) hlookup(z, A, r) vlookup(z, A, r) match(z, A)
Eigenvalues and Eigenvectors
eigenvals(M) eigenvec(M, z) eigenvecs(M) genvals(M, N)
genvecs(M, N)
Figure 16-5 shows how some of these functions are used.
Decomposition
cholesky(M) lu(M) qr(A) svd(A)
svds(A)
Wavelet Transforms
wave(v) iwave(v)
Functions / 259
Functions
acos Trigonometric
Syntax acos(z)
Description Returns the inverse cosine of z (in radians). The result is between 0 and π if – 1 ≤ z ≤ 1 . For
complex z, the result is the principal value.
Arguments
z real or complex number
acosh Hyperbolic
Syntax acosh(z)
Description Returns the inverse hyperbolic cosine of z. The result is the principal value for complex z.
Arguments
z real or complex number
acot Trigonometric
Syntax acot(z)
Description Returns the inverse cotangent of z (in radians). The result is between 0 and π if z is real. For
complex z, the result is the principal value.
Arguments
z real or complex number
Functions / 261
acoth Hyperbolic
Syntax acoth(z)
Description Returns the inverse hyperbolic cotangent of z. The result is the principal value for complex z.
Arguments
z real or complex number
acsc Trigonometric
Syntax acsc(z)
Description Returns the inverse cosecant of z (in radians). The result is the principal value for complex z.
Arguments
z real or complex number
acsch Hyperbolic
Syntax acsch(z)
Description Returns the inverse hyperbolic cosecant of z. The result is the principal value for complex z.
Arguments
z real or complex number
Ai Bessel
Syntax Ai(x)
Description Returns the value of the Airy function of the first kind.
Arguments
x real number
Example
2
d
Comments y–x⋅y = 0.
This function is a solution of the differential equation:
d x2
Algorithm Asymptotic expansion (Abramowitz and Stegun, 1972)
See also Bi
262 / Chapter 16 Functions
angle Trigonometric
Syntax angle(x, y)
Description Returns the angle (in radians) from positive x-axis to point (x, y) in x-y plane. The result is between
0 and 2π.
Arguments
x, y real numbers
See also arg, atan, atan2
asec Trigonometric
Syntax asec(z)
Description Returns the inverse secant of z (in radians). The result is the principal value for complex z.
Arguments
z real or complex number
asech Hyperbolic
Syntax asech(z)
Description Returns the inverse hyperbolic secant of z. The result is the principal value for complex z.
Arguments
z real or complex number
Functions / 263
asin Trigonometric
Syntax asin(z)
Description Returns the inverse sine of z (in radians). The result is between −π/2 and π/2 if – 1 ≤ z ≤ 1 . For
complex z, the result is the principal value.
Arguments
z real or complex number
asinh Hyperbolic
Syntax asinh(z)
Description Returns the inverse hyperbolic sine of z. The result is the principal value for complex z.
Arguments
z real or complex number
atan Trigonometric
Syntax atan(z)
Description Returns the inverse tangent of z (in radians). The result is between −π/2 and π/2 if z is real. For
complex z, the result is the principal value.
Arguments
z real or complex number
See also angle, arg, atan2
atan2 Trigonometric
Syntax atan2(x, y)
Description Returns the angle (in radians) from positive x-axis to point (x, y) in x-y plane. The result is between
−π and π.
Arguments
x, y real numbers
See also angle, arg, atan
atanh Hyperbolic
Syntax atanh(z)
Description Returns the inverse hyperbolic tangent of z. The result is the principal value for complex z.
Arguments
z real or complex number
Example
bei Bessel
Syntax bei(n, x)
Description Returns the value of the imaginary Bessel Kelvin function of order n.
Arguments
n integer, n ≥ 0
x real number
Comments The function ber ( n, x ) + i ⋅ bei ( n, x ) is a solution of the differential equation:
2
2 d d 2 2
x 2
y + x ⋅ ------ y – ( i ⋅ x + n ) ⋅ y = 0 .
dx dx
Algorithm Series expansion (Abramowitz and Stegun, 1972)
See also ber
ber Bessel
Syntax ber(n, x)
Description Returns the value of the real Bessel Kelvin function of order n.
Arguments
n integer, n ≥ 0
x real number
Comments The function ber ( n, x ) + i ⋅ bei ( n, x ) is a solution of the differential equation:
2
2 d d 2 2
x y + x ⋅ ------ y – ( i ⋅ x + n ) ⋅ y = 0 .
dx2 dx
Algorithm Series expansion (Abramowitz and Stegun, 1972)
See also bei
Bi Bessel
Syntax Bi(x)
Description Returns the value of the Airy function of the second kind.
Arguments
x real number
Functions / 265
Comments The specialized DE solvers Bulstoer, Rkadapt, Radau, Stiffb, and Stiffr provide the solution
y(x) over a number of uniformly spaced x-values in the integration interval bounded by x1 and
x2. When you want the value of the solution at only the endpoint, y(x2), use bulstoer, rkadapt,
radau, stiffb, and stiffr instead.
Example
Comments If you have information at the initial and terminal points, use sbval. If you know something about
the solution and its first n – 1 derivatives at some intermediate value xf, use bvalfit.
bvalfit solves a two-point boundary value problem of this type by shooting from the endpoints
and matching the trajectories of the solution and its derivatives at the intermediate point. bvalfit
is especially useful when a derivative has a discontinuity somewhere in the integration interval,
as the above example illustrates. bvalfit does not return a solution to a differential equation. It
merely computes the initial values the solution must have in order for the solution to match the
final values you specify. You must then take the initial values returned by bvalfit and solve the
resulting initial value problem using rkfixed or any of the other more specialized DE solvers.
Algorithm Shooting method with 4th order Runge-Kutta method (Press et al., 1992)
See also rkfixed, for more information on output and arguments.
Example
Comments There are two reasons why you may not be able to use the fft/ifft Fourier transform pair:
• The data may be complex-valued, hence Mathcad can no longer exploit the symmetry present
in the real-valued case.
• The data vector might not have exactly 2 n data points in it, hence Mathcad cannot take
advantage of the efficient FFT algorithm used by the fft/ifft pair.
Although the cfft/icfft pair works on arrays of any size, the functions work significantly faster
when the number of rows and columns contains many smaller factors. Vectors with length 2 n
fall into this category, as do vectors having lengths like 100 or 120. Conversely, a vector whose
length is a large prime number slows down the Fourier transform algorithm.
Algorithm Singleton method (Singleton, 1986)
See also fft for more details
Functions / 269
cnper Finance
Syntax cnper(rate, pv, fv)
Description Returns the number of compounding periods required for an investment to yield a specified future
value, fv, given a present value, pv, and an interest rate period, rate.
Arguments
rate real rate, rate > -1
pv real present value, pv > 0
fv real future value, fv > 0
Comments If you know the annual interest rate for the investment, ann_rate, you must calculate the interest
rate per period as rate = ann_rate/nper.
See also crate, nper
Example
concat String
Syntax concat(S1, S2, S3, ...)
Description Appends string S2 to the end of string S1, string S3 to the end of string S2, and so on.
Arguments
S1, S2, S3, ... string expressions
corr Statistics
Syntax corr(A, B)
Description Returns the Pearson correlation coefficient for the elements in two m × n arrays A and B:
cvar ( A, B )
corr ( A, B ) = ------------------------------------------------------
stdev ( A ) ⋅ stdev ( B )
Arguments
A, B real or complex m × n matrices or vectors of the same size
See also cvar
272 / Chapter 16 Functions
cos Trigonometric
Syntax cos(z), for z in radians;
cos(z·deg), for z in degrees
cosh Hyperbolic
Syntax cosh(z)
Description Returns the hyperbolic cosine of z.
Arguments
z real or complex number
cot Trigonometric
Syntax cot(z), for z in radians;
cot(z·deg), for z in degrees
coth Hyperbolic
Syntax coth(z)
Description Returns the hyperbolic cotangent of z.
Arguments
z real or complex number
crate Finance
Syntax crate(nper, pv, fv)
Description Returns the fixed interest rate required for an investment at present value, pv, to yield a specified
future value, fv, over a given number of compounding periods, nper.
Arguments
nper integer number of compounding periods, nper ≥ 1
pv real present value, pv > 0
fv real future value, fv > 0
See also cnper, rate
Functions / 273
There is flexibility in specifying the function F. Calls to CreateSpace might look like
CreateSpace(g1,g2,g3), where g1, g2, and g3 are real scalar-valued functions of t and u=g1(t),
v=g2(t), w=g3(t).
See also CreateMesh for information about the mapping fmap.
csc Trigonometric
Syntax csc(z), for z in radians;
csc(z·deg), for z in degrees
csch Hyperbolic
Syntax csch(z)
Description Returns the hyperbolic cosecant of z.
Arguments
z real or complex number
csort Sorting
Syntax csort(A, j)
Description Sorts the rows of the matrix A by placing the elements in column j in ascending order. The result
is the same size as A.
Arguments
A m × n matrix or vector
j integer, 0 ≤ j ≤ n – 1
Algorithm Heap sort (Press et al., 1992)
See also sort for more details, rsort
Two-dimensional Case
Syntax cspline(Mxy, Mz)
Description Returns the vector of coefficients of a two-dimensional cubic spline, constrained to be cubic at
region boundaries spanned by Mxy. This vector becomes the first argument of interp.
Arguments
Mxy n × 2 matrix whose elements, Mxy i, 0 and Mxy i, 1 , specify the x- and y-coordinates along the
diagonal of a rectangular grid. This matrix plays exactly the same role as vx in the one-
dimensional case described above. Since these points describe a diagonal, the elements in each
column of Mxy must be in ascending order ( Mxy i, k < Mxy j, k whenever i < j ).
Mz n × n matrix whose ijth element is the z-coordinate corresponding to the point x = Mxy i, 0 and
y = Mxy j, 1 . Mz plays exactly the same role as vy does in the one-dimensional case above.
Algorithm Tridiagonal system solving (Press et al., 1992; Lorczak)
See also lspline for more details
cumint Finance
Syntax cumint(rate, nper, pv, start, end, [type])
Description Returns the cumulative interest paid on a loan between a starting period, start, and an ending
period, end, given a fixed interest rate, rate, the total number of compounding periods, nper, and
the present value of the loan, pv.
Arguments
rate real rate, rate ≥ 0
nper integer number of compounding periods, nper ≥ 1
pv real present value
start integer starting period of the accumulation, start ≥ 1
end integer ending period of the accumulation, end ≥ 1, start ≤ end, end ≤ nper
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
Comments If you know the annual interest rate for the loan, ann_rate, you must calculate the interest rate
per period as rate = ann_rate/nper.
cumprn Finance
Syntax cumprn(rate, nper, pv, start, end, [type])
Description Returns the cumulative principal paid on a loan between a starting period, start, and an ending
period, end, given a fixed interest rate, rate, the total number of compounding periods, nper, and
the present value of the loan, pv.
Arguments
rate real rate, rate ≥ 0
nper integer number of compounding periods, nper ≥ 1
pv real present value
start integer starting period of the accumulation, start ≥ 1
end integer ending period of the accumulation, end ≥ 1, start ≤ end, end ≤ nper
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
Comments If you know the annual interest rate for the loan, ann_rate, you must calculate the interest rate
per period as rate = ann_rate/nper.
See also cumint, pmt, ppmt
cvar Statistics
Syntax cvar(A, B)
Description Returns the covariance of the elements in two m × n arrays A and B:
m –1 n – 1
1
cva r ( A, B ) = -------
mn ∑ ∑ [ Ai, j – mean ( A ) ] [ Bi, j – mean ( B ) ] , where the bar indicates
i=0 j=0
complex conjugation.
Arguments
A, B real or complex m × n matrices or vectors
See also corr
dF Probability Density
Syntax dF(x, d1, d2)
Description Returns the probability density for the F distribution:
d ⁄2 d ⁄2 (d – 2) ⁄ 2
d1 1 d2 2 Γ ( ( d1 + d2 ) ⁄ 2 ) x 1
----------------------------------------------------------------- ⋅ ------------------------------------------------ .
Γ ( d 1 ⁄ 2 )Γ ( d 2 ⁄ 2 ) (d + d x) 1 2
(d + d ) ⁄ 2
2 1
Arguments
x real number, x ≥ 0
d1, d2 integer degrees of freedom, d 1 > 0, d 2 > 0
278 / Chapter 16 Functions
Example
dt Probability Density
Syntax dt(x, d)
Γ((d + 1) ⁄ 2) x 2 –( d + 1 ) ⁄ 2
Description Returns the probability density for Student’s t distribution: --------------------------------- 1 + ----- .
Γ ( d ⁄ 2 ) πd d
Arguments
x real number
d integer degrees of freedom, d > 0 .
280 / Chapter 16 Functions
eff Finance
Syntax eff(rate, nper)
Description Returns the effective annual interest rate given the nominal interest rate, rate, and the number of
compounding periods per year, nper.
Arguments
rate real rate
nper real number of compounding periods, nper ≥ 1
Comments Effective annual interest rate is also known as annual percentage rate (APR).
See also nom
Example
Algorithm Reduction to Hessenberg form coupled with QR decomposition (Press et al., 1992)
See also eigenvec, eigenvecs
Functions / 281
Example
erf Special
Syntax erf(z)
x
2
∫0 ------π- e –t dt .
2
Description Returns the error function erf ( x ) =
Arguments
z real or complex number
Algorithm Continued fraction expansion (Abramowitz and Stegun, 1972; Lorczak)
See also erfc
282 / Chapter 16 Functions
erfc Special
Syntax erfc(z)
Description Returns the complementary error function erfc ( x ) := 1 – erf ( x ) .
Arguments
z complex or negative number
Algorithm Continued fraction expansion (Abramowitz and Stegun, 1972; Lorczak)
See also erf
error String
Syntax error(S)
Description Returns the string S as an error message.
Arguments
S string
Example
Comments Mathcad’s built-in error messages appear as “error tips” when a built-in function is used
incorrectly or could not return a result.
Use the string function error to define specialized error messages that will appear when your
user-defined functions are used improperly or cannot return answers.This function is especially
useful for trapping erroneous inputs to Mathcad programs you write.
When Mathcad encounters the error function in an expression, it highlights the expression in
red. When you click on the expression, the error message appears in a tooltip that hovers over
the expression. The text of the message is the string argument you supply to the error function.
Comments This is a special case of the genfit function. A vector of guess values may be used for
initialization. If no guess values are provided, the function will generate its own set. By decreasing
the value of the built-in TOL variable, higher accuracy in expfit might be achieved.
See Also line, linfit, genfit, logfit, lnfit, pwrfit, lgsfit, sinfit, medfit
Example
284 / Chapter 16 Functions
Comments When you define a vector v for use with Fourier or wavelet transforms, be sure to start with v 0
(or change the value of ORIGIN). If you do not define v 0 , Mathcad automatically sets it to zero.
This can distort the results of the transform functions.
Mathcad comes with two types of Fourier transform pairs: fft/ifft and cfft/icfft. These functions
can be applied only to discrete data (i.e., the inputs and outputs are vectors and matrices only).
You cannot apply them to continuous data.
Use the fft and ifft functions if:
• the data values in the time domain are real, and
• the data vector has 2 n elements.
Use the cfft and icfft functions in all other cases.
The first condition is required because the fft/ifft pair takes advantage of the fact that, for real
data, the second half of the transform is just the conjugate of the first. Mathcad discards the
second half of the result vector to save time and memory. The cfft/icfft pair does not assume
symmetry in the transform; therefore you must use this pair for complex valued data. Because
the real numbers are just a subset of the complex numbers, you can use the cfft/icfft pair for real
numbers as well.
The second condition is required because the fft/ifft transform pair uses a highly efficient fast
Fourier transform algorithm. In order to do so, the vector you use with fft must have 2 n elements.
The cfft/icfft Fourier transform pair uses an algorithm that permits vectors as well as matrices
of arbitrary size. When you use this transform pair with a matrix, you get back a two-dimensional
Fourier transform.
If you used fft to get to the frequency domain, you must use ifft to get back to the time domain.
Similarly, if you used cfft to get to the frequency domain, you must use icfft to get back to the
time domain.
Different sources use different conventions concerning the initial factor of the Fourier transform
and whether to conjugate the results of either the transform or the inverse transform. The functions
fft, ifft, cfft, and icfft use as a normalizing factor and a positive exponent in going from the time
to the frequency domain. The functions FFT, IFFT, CFFT, and ICFFT use 1 ⁄ n as a normalizing
factor and a negative exponent in going from the time to the frequency domain. Be sure to use
these functions in pairs. For example, if you used CFFT to go from the time domain to the
frequency domain, you must use ICFFT to transform back to the time domain.
The elements of the vector returned by fft satisfy the following equation:
n–1
1
c j = -------
n ∑ vk e 2πi ( j ⁄ n )k
k=0
In this formula, n is the number of elements in v and i is the imaginary unit.
The elements in the vector returned by the fft function correspond to different frequencies. To
recover the actual frequency, you must know the sampling frequency of the original signal. If v
is an n-element vector passed to the fft function, and the sampling frequency is f s , the frequency
corresponding to c k is
k
f k = --- ⋅ f s
n
Therefore, it is impossible to detect frequencies above the sampling frequency. This is a limitation
not of Mathcad, but of the underlying mathematics itself. In order to correctly recover a signal
from the Fourier transform of its samples, you must sample the signal with a frequency of at least
twice its bandwidth. A thorough discussion of this phenomenon is outside the scope of this
manual but within that of any textbook on digital signal processing.
Algorithm Cooley-Tukey (Press et al., 1992)
Functions / 285
fhyper Special
Syntax fhyper(a, b, c, x)
Description Returns the value of the Gauss hypergeometric function 2F1 ( a, b ;c ;x ) .
Arguments
a, b, c, x real numbers, – 1 < x < 1
Comments The hypergeometric function is a solution of the differential equation
2
d d
x ⋅ (1 – x) ⋅
y + ( c – ( a + b + 1 ) ⋅ x ) ⋅ ------ y – a ⋅ b ⋅ y = 0 .
dx2 dx
Many functions are special cases of the hypergeometric function, e.g., elementary ones like
Find Solving
Syntax Find(var1, var2, ...)
Description Returns values of var1, var2, ... which solve a prescribed system of equations, subject to
prescribed inequalities. The number of arguments matches the number of unknowns. Output is
a scalar if only one argument; otherwise it is a vector of answers.
Arguments
var1, var2, ... real or complex variables; var1, var2,.. must be assigned guess values before using Find.
Examples
The word Given, the equations and inequalities that follow, and the Find function form a solve
block.
The types of allowable constraints are z=w, x>y, x<y, x≥y and x≤y. Mathcad does not allow the
following inside a solve block:
• Constraints with “≠”
• Range variables or expressions involving range variables of any kind
• Any kind of assignment statement (statements like x:=1)
The popup menu (right mouse click) associated with Find contains the following options:
• AutoSelect
• Linear—applies the linear Simplex method; guess values for var1, var2,... are not required.
• Nonlinear—applies one of the following to the problem: the conjugate gradient solver; if
that fails to converge, the Levenberg-Marquardt solver; if that fails, the quasi-Newton solver;
guess values for var1, var2,... markedly affect the solution
• Quadratic—applies a quadratic simplex method; guess values for var1, var2,... are not
required
• Advanced options—applies only to the nonlinear conjugate gradient and the quasi-Newton
solvers
You may also adjust the values of the built-in variables CTOL and TOL. The constraint
tolerance CTOL controls how closely a constraint must be met for a solution to be
acceptable; TOL is the convergence tolerance . The default value for CTOL is 10-3.
For more information and examples, see Chapter 9, “.”
Algorithm For the non-linear case: Levenberg-Marquardt, Quasi-Newton, Conjugate Gradient. For the
linear case: simplex method with branch/bound techniques (Press et al., 1992; Polak, 1997;
Winston, 1994)
See also Minerr, Maximize, Minimize
Example
Comments Can be used to define the positive fractional part of a number: mantissa(x) := x - floor(x). When
a complex number is used as the argument, floor returns floor(Re) + floor(Im).
floor no longer takes arguments with units.
Floor(x, y) Returns the greatest multiple of y less than or equal to x. y must be real and
nonzero.Floor scales by the threshold before performing the truncation, then rescales after
truncation.
See also ceil, round, trunc
288 / Chapter 16 Functions
fv Finance
Syntax fv(rate, nper, pmt, [[pv], [type]])
Description Returns the future value of an investment or loan over a specified number of compounding
periods, nper, given a periodic, constant payment, pmt, and a fixed interest rate, rate.
Arguments
rate real rate
nper integer number of compounding periods, nper ≥ 1
pmt real payment
pv (optional) real present value, default is pv = 0
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
Comments If you know the annual interest rate, ann_rate, you must calculate the interest rate per period as
rate = ann_rate/nper.
Payments you make, such as deposits into a savings account or payments toward a loan, must be
entered as negative numbers. Cash you receive, such as dividend checks, must be entered as
positive numbers.
See also fvadj, fvc, nper, pmt, pv, rate
fvadj Finance
Syntax fvadj(prin, v)
Description Returns the future value of an initial principal, prin, after applying a series of compound interest
rates stored in a vector, v.
Arguments
prin real principal
v real vector of interest rates
Comments Use fvadj to calculate the future value of an investment with a variable or adjustable interest rate.
See also fv, fvc
fvc Finance
Syntax fvc(rate, v)
Description Returns the future value of a list of cash flows occurring at regular intervals, v, earning a specified
interest rate, rate.
Arguments
rate real rate
v real vector of cash flows
Comments In v, payments must be entered as negative numbers and income must be entered as positive
numbers.
fvc assumes that the payment is made at the end of the period.
See also fv, fvadj
Functions / 289
Comments The functions linfit and genfit are closely related. Anything you can do with linfit you can also
do, albeit less conveniently, with genfit. The difference between these two functions is analogous
to the difference between solving a system of linear equations and solving a system of nonlinear
equations. The former is easily done using the methods of linear algebra. The latter is far more
290 / Chapter 16 Functions
difficult and generally must be solved by iteration. This explains why genfit needs a vector of
guess values as an argument and linfit does not.
The example above uses genfit to find the exponent that best fits a set of data. By decreasing the
value of the built-in TOL variable, higher accuracy in genfit might be achieved.
Algorithm Levenberg-Marquardt (Press et al., 1992)
See also line, linfit, expfit, logfit, lnfit, pwrfit, lgsfit, sinfit, medfit
Example
gmean Statistics
Syntax gmean(A) 1 ⁄ ( mn )
m – 1n – 1
H1 Bessel
Syntax H1(m, z)
Description Returns the value of the Hankel function H1(z) of the first kind.
Arguments
m non-negative real number
z real or complex number
Comments Hankel functions are Bessel functions of the third kind. H1(m,z) = Jn(m,z) + iYn(m,z).
H1.sc(z),where sc means scaled and is a literal subscript, gives exp(-zi)H1(z) . Scaled functions
are useful for calculating large arguments without overflow.
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
See also Jn, Yn, H2
292 / Chapter 16 Functions
H2 Bessel
Syntax H2(m, z)
Description Returns the value of the Hankel function H2(z) of the second kind.
Arguments
m non-negative real number
z real or complex number
Comments Hankel functions are Bessel functions of the third kind. H2(m,z) = Jn(m,z) - iYn(m,z).
H2.sc(z),where sc means scaled and is a literal subscript, gives exp(zi)H2(z). Scaled functions
are useful for calculating large arguments without overflow.
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
See also Jn, Yn, H1
Her Special
Syntax Her(n, x)
Description Returns the value of the Hermite polynomial of degree n at x.
Arguments
n integer, n ≥ 0
x real number
Comments The nth degree Hermite polynomial is a solution of the differential equation:
2
d d
x⋅ y – 2 ⋅ x ⋅ ------ y + 2 ⋅ n ⋅ y = 0 .
d x2 dx
Algorithm Recurrence relation (Abramowitz and Stegun, 1972)
hist Statistics
Uniform Bin Case
Syntax hist(n, A)
Description Returns a vector containing the frequencies with which values in A fall in n subintervals of the
range min ( A ) ≤ value ≤ max ( A ) of equal length. The resulting histogram vector has n
elements.
Arguments
n integer, n > 0
A real matrix
max ( A ) – min ( A )
Comments This is identical to hist(intervals, A) with intervals i = min ( A ) + ---------------------------------------------- ⋅ i and
n
0 ≤ i ≤ n (see below).
Non-uniform Bin Case
Syntax hist(intervals, A)
Description Returns a vector containing the frequencies with which values in A fall in the intervals represented
by the intervals vector. The resulting histogram vector is one element shorter than intervals.
Functions / 293
Arguments
intervals real vector with elements in ascending order
A real matrix
Example
Comments The intervals vector contains the endpoints of subintervals constituting a partition of the data.
The result of the hist function is a vector f, in which f i is the number of values in A satisfying
the condition intervals i ≤ value < intervals i + 1 .
Mathcad ignores data points less than the first value in intervals or greater than the last value in
intervals.
See also histogram
histogram Statistics
Uniform Bin Case
Syntax histogram(n, A)
Description Returns a matrix with two columns. The first column contains midpoints of the n subintervals of
the range min ( A ) ≤ value ≤ max ( A ) of equal length. The second column is identical to
hist(n, A), and hence the resulting matrix has n rows.
Arguments
n integer, n > 0
A real matrix
Comments Using histogram rather than hist saves you the additional step of defining horizontal axis data
when plotting.
Non-uniform Bin Case
Syntax histogram(intervals, A)
Description Returns a matrix with two columns. The first column contains midpoints of the intervals
represented by the intervals vector. The second column is identical to hist(intervals, A),
and hence the resulting matrix has one less row than intervals.
294 / Chapter 16 Functions
Arguments
intervals real vector with elements in ascending order
A real matrix
See also hist
hmean Statistics
Syntax hmean(A) –1
m – 1n – 1
Returns the harmonic mean of the elements of A: hmean ( A ) = ------- ∑ ∑ ---------
1 1
Description .
mn A i, j
Arguments i = 0j = 0
A real m × n matrix or vector with all elements greater than zero
Comments hmean(A, B, C, ...) is also permissible and returns the harmonic mean of the elements of A, B,
C, ....
See also gmean, mean, median, mode
I0 Bessel
Syntax I0(z)
Description Returns the value of the modified Bessel function I 0(z) of the first kind. Same as In(0, z).
Arguments
z real or complex number
Comments I0.sc(z),where sc means scaled and is a literal subscript, gives exp(-|Re(z)|)I0(z) . Scaled
functions are useful for calculating large arguments without overflow.
Algorithm Small order approximation (Abramowitz and Stegun, 1972)
See also In
Functions / 295
I1 Bessel
Syntax I1(z)
Description Returns the value of the modified Bessel function I 1(z) of the first kind. Same as In(1, z).
Arguments
z real or complex number
Comments I1.sc(z),where sc means scaled and is a literal subscript, gives exp(-|Re(z)|)I1(z) . Scaled
functions are useful for calculating large arguments without overflow.
Algorithm Small order approximation (Abramowitz and Stegun, 1972)
ibeta Special
Syntax ibeta(a, x, y)
Description Returns the value of the incomplete beta function with parameter a, at (x, y).
Arguments
a real number, 0 ≤ a ≤ 1
x, y real numbers, x > 0, y > 0
Comments The incomplete beta function often arises in probabilistic applications. It is defined by the
following formula:
a
Γ(x + y)
ibeta ( a, x, y ) = --------------------------- ⋅ ∫ t x – 1 ⋅ ( 1 – t ) y – 1 dt .
Γ(x ) ⋅ Γ(y ) 0
Algorithm Continued fraction expansion (Abramowitz and Stegun, 1972)
if Piecewise Continuous
Syntax if(cond, x, y)
Description Returns x or y depending on the value of cond.
If cond is true (non-zero), returns x. If cond is false (zero), returns y.
Arguments
cond arbitrary expression (usually a Boolean expression)
x, y arbitrary real or complex numbers, arrays, or strings
Example
Comments Use if to define a function that behaves one way below a certain number and a different way
above that number. That point of discontinuity is specified by its first argument, cond. The
remaining two arguments let you specify the behavior of the function on either side of that
discontinuity. The argument cond is usually a Boolean expression that relates two math
expressions with a Boolean operator from the Boolean toolbar (=, >, <, ≥, ≤, ≠, ∧, ∨, ⊕, or ¬).
(See “Boolean Operators” on page 415.)
To save time, Mathcad evaluates only the necessary arguments. For example, if cond is false,
there is no need to evaluate x because it will not be returned anyway. Therefore, errors in the
unevaluated argument can escape detection. For example, Mathcad will never detect the fact that
ln(0) is undefined in the expression if(|z| < 0, ln(0), ln(z)).
You can combine Boolean operators to create more complicated conditions. For example, the
condition (x < 1) ∧ (x > 0) acts like an “and” gate, returning 1 if and only if x is between
0 and 1. Similarly, the expression (x < 1) ∨ (x > 0) acts like an “or” gate, returning a 1 if and
only if x > 1 or x < 0 .
Functions / 297
Im Complex Numbers
Syntax Im(z)
Description Returns the imaginary part of z.
Arguments
z real or complex number
See also Re
298 / Chapter 16 Functions
In Bessel
Syntax In(m, z)
Description Returns the value of the modified Bessel function I m(z) of the first kind.
Arguments
m real number, – 100 ≤ m ≤ 100
z complex number 2
d d
x2 ⋅ y + x ⋅ ------ y – ( x 2 + m 2 ) ⋅ y = 0
Comments Solution of the differential equation dx2 dx . In.sc(m,z),where
sc means scaled and is a literal subscript, gives exp(-|Re(z)|)In(m,z) . Scaled functions are useful
for calculating large arguments without overflow.
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
See also Kn
Two-dimensional Case
Syntax interp(vs, Mxy, Mz, v)
Description Interpolates the value from spline coefficients or regression coefficients. Takes two matrix
arguments Mxy and Mz (with the same number of rows) and one vector argument vs. Returns
the interpolated z value corresponding to the point x = v 0 and y = v 1 .
Arguments
vs real vector output from interpolation routine bspline, cspline, lspline, or pspline or regression
routine regress or loess
Mxy, Mz real matrices (with the same number of rows)
v real two-dimensional vector
Comments For best results, do not use the interp function on values of x and y far from the grid points.
Splines are intended for interpolation, not extrapolation. Consequently, computed values for such
x and y values are unlikely to be useful. See predict for an alternative.
See also lspline for example, bspline, cspline, pspline, regress, loess
ipmt Finance
Syntax ipmt(rate, per, nper, pv, [[fv], [type]])
Description Returns the interest payment of an investment or loan for a given period, per, based on periodic
constant payments over a given number of compounding periods, nper, using a fixed interest
rate, rate, and a specified present value, pv.
Arguments
rate real rate
per integer period number, per ≥ 1
nper integer number of compounding periods, 1≤ per ≤ nper
pv real present value
fv (optional) real future value, default is fv = 0
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
Comments If you know the annual interest rate, ann_rate, you must calculate the interest rate per period as
rate = ann_rate/nper.
Payments you make, such as deposits into a savings account or payments toward a loan, must be
entered as negative numbers. Cash you receive, such as dividend checks, must be entered as
positive numbers.
See also cumint, pmt, ppmt
irr Finance
Syntax irr(v, [guess])
Description Returns the internal rate of return for a series of cash flows, v, occurring at regular intervals.
Arguments
v real vector of cash flows
guess (optional) real guess value, default is guess = 0.1 (10%)
Comments In v, payments must be entered as negative numbers and income must be entered as positive
numbers. There must be at least one negative value and one positive value in v.
300 / Chapter 16 Functions
If irr cannot find a result that is accurate to within 1 ⋅ 10 – 5 percent after 20 iterations, it returns
an error. In such a case, a different guess value should be tried, although it will not guarantee a
solution. In most cases irr converges if guess is between 0 and 1.
Note irr and npv are related functions. The internal rate of return (irr) is the rate for which the net
present value (npv) is zero.
J0 Bessel
Syntax J0(z)
Description Returns the value of the Bessel function J 0(z) of the first kind. Same as Jn(0, z).
Arguments
z real or complex number
Comments J0.sc(z), where sc means scaled and is a literal subscript, gives J0(z) multiplied by
exp(-|Im(z)|). Scaled functions are useful for calculating large arguments without overflow.
J1 Bessel
Syntax J1(z)
Description Returns the value of the Bessel function J 1(z) of the first kind. Same as Jn(1, z).
Arguments
z real or complex number
Comments J1.sc(z), where sc means scaled and is a literal subscript, gives J1(z) multiplied by
exp(-|Im(z)|). Scaled functions are useful for calculating large arguments without overflow.
Jac Special
Syntax Jac(n, a, b, x)
Description Returns the value of the Jacobi polynomial of degree n with parameters a and b, at x.
Arguments
n integer, n ≥ 0
a, b real numbers, a > −1, b > −1
x real number
Comments The Jacobi polynomials are solutions of the differential equation:
2
2 d d
(1 – x ) ⋅ 2
y + ( b – a – ( a + b + 2 ) ⋅ x ) ⋅ ------ y + n ⋅ ( n + a + b + 1 ) ⋅ y = 0
dx dx
and include the Chebyshev and Legendre polynomials as special cases.
Algorithm Recurrence relation (Abramowitz and Stegun, 1972)
Jn Bessel
Syntax Jn(m, z)
Description Returns the value of the Bessel function J m(z) of the first kind.
Arguments
m real number, – 100 ≤ m ≤ 100 .
z real or complex number d
2
d
x2 ⋅ y + x ⋅ ------ y + ( x 2 – m 2 ) ⋅ y = 0
Comments Solution of the differential equation dx2 dx .
Jn.sc(m, z),where sc means scaled and is a literal subscript, gives J0(m,z) multiplied by
exp(-|Im(z)|). Scaled functions are useful for calculating large arguments without overflow.
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
See also Yn, H1, H2
302 / Chapter 16 Functions
js Bessel
Syntax js(n, x)
Description Returns the value of the spherical Bessel function of the first kind, of order n, at x.
Arguments
n integer, – 200 ≤ n
x real number, x > 0; x = 0 is permitted for js if n ≥ 0
2
2 d d 2
Comments Solution of the differential equation: x ⋅ 2 y + 2x ⋅ ------ y + ( x – n ⋅ ( n + 1 ) )y = 0 .
dx dx
Algorithm Small order approximation, upward recurrence relation (Abramowitz and Stegun, 1972; Press et
al., 1992)
See also ys
K0 Bessel
Syntax K0(z)
Description Returns the value of the modified Bessel function K 0(x) of the second kind. Same as Kn(0, x).
Arguments
z real or complex number
Comments K0.sc(z),where sc means scaled and is a literal subscript, gives K0(z) multiplied by exp(z).
Scaled functions are useful for calculating large arguments with adequate resolution.
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
K1 Bessel
Syntax K1(z)
Description Returns the value of the modified Bessel function K 1(x) of the second kind. Same as Kn(1, x).
Arguments
z real or complex number
Comments K1.sc(z), where sc means scaled and is a literal subscript, gives K1(z) multiplied by exp(z).
Scaled functions are useful for calculating large arguments with adequate resolution.
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
Kn Bessel
Syntax Kn(m, z)
Description Returns the value of the modified Bessel function K m(x) of the second kind.
Arguments
m real number
z real or complex number 2
d d
x2 ⋅ y + x ⋅ ------ y – ( x 2 + m 2 ) ⋅ y = 0
Comments Solution of the differential equation d x2 dx .
Kn.sc(z),where sc means scaled and is a literal subscript, gives Kn(m, z) multiplied by exp(z).
Scaled functions are useful for calculating large arguments with adequate resolution.
See also In
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
Functions / 303
kurt Statistics
Syntax kurt(A)
Description Returns the kurtosis of the elements of A:
m – 1 n – 1 A – mean ( A ) 4
( ) i, j 3 ( mn – 1 ) 2
kurt ( A ) = ----------------------------------------------------------------- ∑ ∑ ---------------------------------------- – -------------------------------------------
mn mn + 1
( mn – 1 ) ( mn – 2 ) ( mn – 3 ) Stdev ( A ) ( mn – 2 ) ( mn – 3 )
i=0 j=0
Arguments
A real or complex m × n matrix or vector; m ⋅ n ≥ 4
Comments kurt(A, B, C, ...) is also permissible and returns the kurtosis of the elements of A, B, C, ....
Lag Special
Syntax Lag(n, x)
Description Returns the value of the Laguerre polynomial of degree n at x.
Arguments
n integer, n ≥ 0
x real number
304 / Chapter 16 Functions
Leg Special
Syntax Leg(n, x)
Description Returns the value of the Legendre polynomial of degree n at x.
Arguments
n integer, n ≥ 0
x real number
Comments The Legendre polynomials are solution of the differential equation
2
2 d d
(1 – x ) ⋅ y – 2 ⋅ x ⋅ ------ y + n ⋅ ( n + 1 ) ⋅ y = 0 .
dx2 dx
Algorithm Recurrence relation (Abramowitz and Stegun, 1972)
Comments This is a special case of the genfit function. A vector of guess values is needed for initialization.
By decreasing the value of the built-in TOL variable, higher accuracy in lgsfit might be achieved.
See Also line, linfit, genfit, expfit, logfit, lnfit, pwrfit, sinfit, medfit
Example
306 / Chapter 16 Functions
Comments Not all data sets can be modeled by lines or polynomials. There are times when you need to model
your data with a linear combination of arbitrary functions, none of which represent terms of a
polynomial. For example, in a Fourier series you try to approximate data using a linear
combination of complex exponentials. Or you may believe your data can be modeled by a
weighted combination of Legendre polynomials, but you just don't know what weights to assign.
The linfit function is designed to solve these kinds of problems. If you believe your data could
be modeled by a linear combination of arbitrary functions:
y = a 0 ⋅ f 0 ( x ) + a 1 ⋅ f 1 ( x ) + … + a n ⋅ f n ( x ) , you should use linfit to evaluate the a i . The
example above shows a linear combination of three functions x, x 2 , and ( x + 1 ) – 1 to model
some data.
There are times however when the flexibility of linfit is still not enough. Your data may have to
be modeled not by a linear combination of data but by some function whose parameters must be
chosen. For example, if your data can be modeled by the
sum: f ( x ) = a 1 ⋅ sin ( 2x ) + a 2 ⋅ tanh ( 3x ) and all you need to do is solve for the unknown
weights a 1 and a 2 , then the linfit function is sufficient. By contrast, if instead your data is to
be modeled by the sum: f ( x ) = 2 ⋅ sin ( a 1 x ) + 3 ⋅ tanh ( a 2 x ) and you now have to solve for the
unknown parameters a 1 and a 2 , you should use the genfit function.
Algorithm SVD-based least squares minimization (Press et al., 1992)
See also line, genfit
Example
Functions / 307
Comments Interpolation involves using existing data points to predict values between these data points.
Mathcad allows you to either connect the data points with straight lines (linear interpolation, as
with linterp) or to connect them with sections of a cubic polynomial (cubic spline interpolation,
as with lspline, pspline, cspline, bspline and interp).
Unlike the regression functions discussed elsewhere, these interpolation functions return a curve
which must pass through the points you specify. Therefore, the resulting function is very sensitive
to spurious data points. If your data is noisy, you should consider using the regression functions
instead.
Be sure that every element in the vx and vy arrays contains a data value. Because every element
in an array must have a value, Mathcad assigns 0 to any elements you have not explicitly assigned.
To find the interpolated value for a particular x, linterp finds the two points between which the
value falls and returns the corresponding y value on the straight line between the two points.
For x values before the first point in vx, linterp extrapolates the straight line between the first
two data points. For x values beyond the last point in vx, linterp extrapolates the straight line
between the last two data points.
For best results, the value of x should be between the largest and smallest values in the vector
vx. The linterp function is intended for interpolation, not extrapolation. Consequently, computed
values for x outside this range are unlikely to be useful. See predict for an alternative.
Example
Example
Comments Instead of generating a single polynomial the way regress does, loess generates a different
second order polynomial depending on where you are on the curve. It does this by examining
the data in a small neighborhood of the point you're interested in. The argument span controls
the size of this neighborhood. As span gets larger, loess becomes equivalent to regress with
n = 2 . A good default value is span = 0.75 .
The example above shows how span affects the fit generated by the loess function. A smaller
value of span makes the fitted curve track fluctuations in data more effectively. A larger value
of span tends to smear out fluctuations in data and thereby generates a smoother fit.
Two-dimensional Case
Syntax loess(Mxy, vz, span)
Description Returns the vector required by the interp function to find the set of second order polynomials
that best fit particular neighborhoods of data points specified in arrays Mxy and vz.
Arguments
Mxy real m × 2 matrix containing x-y coordinates of the m data points
vz real m-element vector containing the z coordinates corresponding to the points specified in Mxy
span real span > 0 specifies how large a neighborhood loess will consider in performing this local
regression
Comments Can be extended naturally to the three- and four-dimensional cases (that is, up to four independent
variables).
Algorithm Local polynomial estimation (Cleveland and Devlin, 1988)
See also “regress” on page 354 for more details.
310 / Chapter 16 Functions
Example
Comments A matrix is singular if its determinant is zero; it is nearly singular if it has a high condition number.
Alternatively, you can solve a system of linear equations by using matrix inversion, via numeric
or symbolic solve blocks.
Algorithm LU decomposition and forward/backward substitution (Press et al., 1992)
Example
Comments Cubic spline interpolation lets you pass a curve through a set of points so that the first and second
derivatives of the curve are continuous across each point. This curve is assembled by taking three
adjacent points and constructing a cubic polynomial passing through those points. These cubic
polynomials are then strung together to form the completed curve.
To fit a cubic spline curve through a set of points:
1. Create the vectors vx and vy containing the x and y coordinates through which you want the
cubic spline to pass. The elements of vx should be in ascending order. (Although we use the
names vx, vy, and vs, there is nothing special about these variable names; you can use
whatever names you prefer.)
2. Generate the vector vs := lspline ( vx, vy ) . The vector vs is a vector of intermediate results
designed to be used with interp. It contains, among other things, the second derivatives for
the spline curve used to fit the points in vx and vy.
3. To evaluate the cubic spline at an arbitrary point, say x0, evaluate interp ( vs, vx, vy, x0 )
here vs, vx, and vy are the vectors described earlier. You could have accomplished the same
task by evaluating: interp ( lspline ( vx, vy ), vx, vy, x0 ) . As a practical matter, though,
you'll probably be evaluating interp for many different points.
The call to lspline can be time-consuming and the result won't change from one point to the next,
so it makes sense to do it just once and store the outcome in the vs array.
Be sure that every element in the input arrays contains a data value. Because every element in a
array must have a value, Mathcad assigns 0 to any elements you have not explicitly assigned.
In addition to lspline, Mathcad comes with three other cubic spline functions: pspline, cspline,
and bspline. The pspline function generates a spline curve that approaches a parabola at the
endpoints, while the cspline function generates a spline curve that can be fully cubic at the
endpoints. bspline, on the other hand, allows the interpolation knots to be chosen by the user.
Functions / 313
For lspline, the first three components of the output vector vs are vs0=0 (a code telling interp
that vs is the output of a spline function as opposed to a regression function), vs1=3 (the index
within vs where the second derivative coefficients begin) and vs2=0 (a code denoting lspline).
The first three components for pspline and cspline are identical except vs2=1 (the code denoting
pspline) and vs2=2 (the code denoting cspline), respectively.
Two-dimensional Case
Syntax lspline(Mxy, Mz)
Description Returns the vector of coefficients of a two-dimensional cubic spline, constrained to be linear at
region boundaries spanned by Mxy. This vector becomes the first argument of the interp
function.
Arguments
Mxy n × 2 matrix whose elements, Mxy i, 0 and Mxy i, 1 , specify the x- and y-coordinates along the
diagonal of a rectangular grid. This matrix plays exactly the same role as vx in the one-
dimensional case described earlier. Since these points describe a diagonal, the elements in each
column of Mxy must be in ascending order ( Mxy i, k < Mxy j, k whenever i < j ).
Mz n × n matrix whose ijth element is the z-coordinate corresponding to the point x = Mxy i, 0 and
y = Mxy j, 1 . Mz plays exactly the same role as vy does in the one-dimensional case above.
Comments Mathcad handles two-dimensional cubic spline interpolation in much the same way as the one-
dimensional case. Instead of passing a curve through a set of points so that the first and second
derivatives of the curve are continuous across each point, Mathcad passes a surface through a
grid of points. This surface corresponds to a cubic polynomial in x and y in which the first and
second partial derivatives are continuous in the corresponding direction across each grid point.
The first step in two-dimensional spline interpolation is exactly the same as that in the one-
dimensional case: specify the points through which the surface is to pass. The procedure,
however, is more complicated because you now have to specify a grid of points.
To perform two-dimensional spline interpolation, follow these steps:
1. Create Mxy.
2. Create Mz.
3. Generate the vector vs := lspline ( Mxy, Mz ) . The vector vs is a vector of intermediate
results designed to be used with interp.
To evaluate the cubic spline at an arbitrary point, say ( x0, y0 ) , evaluate
interp vs, Mxy, Mz, x0 , where vs, Mxy, and Mz are as described earlier.
y0
The result is the value of the interpolating surface corresponding to the arbitrary point
( x0, y0 ) . You could have accomplished exactly the same task by evaluating:
interp lspline ( Mxy, Mz ), Mxy, Mz, x0 .
y0
As a practical matter though, you'll probably be evaluating interp for many different points. The
call to lspline can be time-consuming, and the result won't change from one point to the next, so
do it just once and store the outcome in the vs array.
314 / Chapter 16 Functions
In addition to lspline, Mathcad comes with two other cubic spline functions for the two-
dimensional case: pspline and cspline. The pspline function generates a spline curve that
approaches a second degree polynomial in x and y along the edges. The cspline function generates
a spline curve that approaches a third degree polynomial in x and y along the edges.
Algorithm Tridiagonal system solving (Press et al., 1992; Lorczak)
Maximize Solving
Syntax Maximize(f, var1, var2,...)
Description Returns values of var1, var2,... which solve a prescribed system of equations, subject to
prescribed inequalities, and which make the function f take on its largest value. The number of
arguments matches the number of unknowns, plus one. Output is a scalar if only one unknown;
otherwise it is a vector of answers.
Arguments
f real-valued objective function
var1, var2, ... real or complex variables; var1, var2, ... must be assigned guess values before using Maximize
Examples
316 / Chapter 16 Functions
mean Statistics
Syntax mean(A) m – 1n – 1
1
Description Returns the arithmetic mean of the elements of A: mean ( A ) = -------
mn ∑ ∑ A i, j .
Arguments i = 0j = 0
A real or complex m × n matrix or vector
Comments mean(A, B, C, ...) is also permissible and returns the arithmetic mean of the elements of
A, B, C, ....
See also gmean, hmean, median, mode
median Statistics
Syntax median(A)
Description Returns the median of the elements of A. The median is the value above and below which there
are an equal number of values. If A has an even number of elements, median is the arithmetic
mean of the two central values.
Arguments
A real m × n matrix or vector
Comments median(A, B, C, ...) is also permissible and returns the median of the elements of A, B, C, ....
See also gmean, mean, median, mode
Example
Functions / 319
Comments Smoothing involves taking a set of y (and possibly x) values and returning a new set of y values
that is smoother than the original set. Unlike the interpolation functions lspline, pspline, cspline
or bspline or regression functions regress or loess, smoothing results in a new set of y values,
not a function that can be evaluated between the data points you specify. If you are interested in
y values between the y values you specify, use an interpolation or regression function.
Whenever you use vectors in any of the functions described in this section, be sure that every
element in the vector contains a data value. Because every element in a vector must have a value,
Mathcad assigns 0 to any elements you have not explicitly assigned.
The medsmooth function is the most robust of Mathcad’s three smoothing functions because
it is least likely to be affected by spurious data points. This function uses a running median
smoother, computes the residuals, smooths the residuals the same way, and adds these two
smoothed vectors together.
medsmooth performs these steps:
1. Finds the running medians of the input vector vy. We'll call this vy′ . The ith element is
given by: vy′ i = median ( vy i – ( n – 1 ⁄ 2 ), …, vy i, …, vy i + ( n – 1 ⁄ 2 ) ) .
2. Evaluates the residuals: vr = vy – vy′ .
3. Smooths the residual vector, vr, using the same procedure described in step 1, to create a
smoothed residual vector, vr′ .
4. Returns the sum of these two smoothed vectors: medsmooth ( vy, n ) = vy′ + vr′ .
medsmooth will leave the first and last ( n – 1 ) ⁄ 2 points unchanged. In practice, the length of
the smoothing window, n, should be small compared to the length of the data set.
Algorithm Moving window median method (Lorczak)
See also ksmooth and supsmooth
mhyper Special
Syntax mhyper(a, b, x)
Description Returns the value of the confluent hypergeometric function, 1F1 ( a ;b ;x ) or M ( a ;b ;x ) .
Arguments
a, b, x real numbers
Comments The confluent hypergeometric function is a solution of the differential equation:
2
d d
x⋅ y + ( b – x ) ⋅ ------ y – a ⋅ y = 0 and is also known as the Kummer function.
d x2 dx
Many functions are special cases of this, e.g., elementary ones like
exp ( x ) = mhyper ( 1, 1, x ) exp ( x ) ⋅ sin h ( x ) = x ⋅ mhyper ( 1, 2, 2 ⋅ x )
and more complicated ones like Hermite functions.
Algorithm Series expansion, asymptotic approximations (Abramowitz and Stegun, 1972)
320 / Chapter 16 Functions
Minerr Solving
Syntax Minerr(var1, var2,...)
Description Returns values of var1, var2, ... which come closest to solving a prescribed system of equations,
subject to prescribed inequalities. The number of arguments matches the number of unknowns.
Output is a scalar if only one argument; otherwise it is a vector of answers.
Arguments
var1, var2, ... real or complex variables; var1, var2, ... must be assigned guess values before using Minerr
Example
Comments The Minerr function is very similar to Find and uses exactly the same algorithm. The difference
is that even if a system has no solutions, Minerr will attempt to find values which come closest
to solving the system. The Find function, on the other hand, will return an error message
indicating that it could not find a solution. You use Minerr exactly the way you use Find.
Like Find, type the Minerr function with your list of unknowns. You can’t put numerical values
in the list of unknowns; e.g., in the example above, Minerr(0.8, 1) isn’t permitted. Like Find,
you can type Minerr or minerr in any style.
Functions / 321
Minerr usually returns an answer that minimizes the errors in the constraints. However, Minerr
cannot verify that its answers represent an absolute minimum for the errors in the constraints.
If you use Minerr in a solve block, you should always include additional checks on the
reasonableness of the results. The built-in variable ERR gives the size of the error vector for the
approximate solution returned by Minerr. There is no built-in variable for determining the size
of the error for individual solutions to the unknowns.
Minerr is particularly useful for solving certain nonlinear least-squares problems. In the example,
Minerr is used to obtain the unknown parameters in a Weibull distribution. The function genfit
is also useful for solving nonlinear least-squares problems.
The popup menu (available via right mouse click) associated with Minerr contains options that
are further described in the entry on the Maximize function, as well as the built-in variables
CTOL and TOL.
Algorithm Levenberg-Marquardt, quasi-Newton, conjugate gradient
See also Find for more details about solve blocks; Maximize, Minimize
Minimize Solving
Syntax Minimize(f, var1, var2,...)
Description Returns values of var1, var2,... which solve a prescribed system of equations, subject to
prescribed inequalities, and which make the function f take on its smallest value. The number
of arguments matches the number of unknowns, plus one. Output is a scalar if only one unknown;
otherwise it is a vector of answers.
Arguments
f real-valued function
var1, var2, ... real or complex variables; var1, var2, ... must be assigned guess values before using Minimize.
Examples
322 / Chapter 16 Functions
Comment For information about the Minimize function, see the entry on the Maximize function.
See also Find for more details about solve blocks; Maximize, Minerr
mirr Finance
Syntax mirr(v, fin_rate, rein_rate)
Description Returns the modified internal rate of return for a series of cash flows occurring at regular intervals,
v, given a finance rate payable on the cash flows you borrow, fin_rate, and a reinvestment rate
earned on the cash flows as you reinvest them, rein_rate.
Arguments
v real vector of cash flows
fin_rate real finance rate
rein_rate real reinvestment rate
Comments In v, payments must be entered as negative numbers and income must be entered as positive
numbers. There must be at least one positive value and one negative value in v.
See also irr
Functions / 323
mode Statistics
Syntax mode(A)
Description Returns the value in A that occurs most often.
Arguments
A real or complex m × n matrix or vector
Comments mode(A, B, C, ...) is also permissible and returns the value in A, B, C, ... that occurs most often.
Example
324 / Chapter 16 Functions
Comments Two partial differential equations that arise often in the analysis of physical systems are Poisson's
equation:
2 2
∂u ∂u
+ = ρ ( x, y ) and its homogeneous form, Laplace’s equation.
∂x2 ∂ y2
Mathcad has two functions for solving these equations over a square region, assuming the values
taken by the unknown function u(x, y) on all four sides of the boundary are known. The most
general solver is the relax function. In the special case where u(x, y) is known to be zero on all
four sides of the boundary, you can use the multigrid function instead. This function often solves
the problem faster than relax. If the boundary condition is the same on all four sides, you can
simply transform the equation to an equivalent one in which the value is zero on all four sides.
The multigrid function returns a square matrix in which:
• an element's location in the matrix corresponds to its location within the square region, and
• its value approximates the value of the solution at that point.
Algorithm Full multigrid algorithm (Press et al., 1992)
See also relax
nom Finance
Syntax nom(rate, nper)
Description Returns the nominal interest rate given the effective annual interest rate, rate, and the number of
compounding periods per year, nper.
Arguments
rate real rate, rate > −1
nper real number of compounding periods, nper ≥ 1
Comments Effective annual interest rate is also known as annual percentage rate (APR).
See also eff
nper Finance
Syntax nper(rate, pmt, pv, [[fv], [type]])
Description Returns the number of compounding periods for an investment or loan based on periodic, constant
payments, pmt, using a fixed interest rate, rate, and a specified present value, pv.
Arguments
rate real rate
pmt real payment
pv real present value
fv (optional) real future value, default is fv = 0
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
Comments If you know the annual interest rate, ann_rate, you must calculate the interest rate per period as
rate = ann_rate/nper.
Payments you make, such as deposits into a savings account or payments toward a loan, must be
entered as negative numbers. Cash you receive, such as dividend checks, must be entered as
positive numbers. Specific to nper, if pmt > 0, rate and pv must be opposite signs.
See also cnper, fv, pmt, pv, rate
npv Finance
Syntax npv(rate, v)
Description Returns the net present value of an investment given a discount rate, rate, and a series of cash
flows occurring at regular intervals, v.
Arguments
rate real rate
v real vector of cash flows
Comments npv assumes that the payment is made as the end of the period.
In v, payments must be entered as negative numbers and income must be entered as positive
numbers.
The npv investment begins one period before the date of the first cash flow and ends with the
last cash flow in the vector. If your first cash flow occurs at the beginning of the first period, the
first value must be added to the npv result, not included in the vector of cash flows.
See also irr, pv
326 / Chapter 16 Functions
num2str String
Syntax num2str(z)
Description Returns the string whose characters correspond to the decimal value of z.
Arguments
z real or complex number
See also str2num
• For a system of PDEs, the vector contains the rhs of each PDE and PAE, cast in terms of
unknown so lution vectors u, ux, and uxx (note the combination of literal and vector subscripts
used here):
pinit_func real vector-valued function containing the initial condition functions of the PDEs
• For single PDE, the vector degenerates to a scalar function, pinit ( x ) = y ( x ) .
• For a system of PDEs, the vector contains initial value functions for each equation, in terms
of x.
Functions / 327
bc_func num_pde x 3 matrix of boundary condition functions. If the PDE for a row contains 2nd-order
spatial derivatives, specify the row
• (left_cond(t) right_cond(t) "D") (for Dirichlet), or
• (left_cond(t) right_cond(t) "N") (for Neumann).
If the PDE contains only first order spatial derivatives, use “NA” for either the right or
left boundary condition. If no spatial derivatives are present, use “NA” for both BCs
(the row will be ignored).
Comments numol can be used to solve one-dimensional hyperbolic and parabolic partial differential
equations, or systems of such equations. The left hand side is assumed to contain first order partial
derivatives of time only. For a more complete discussion and examples, see Chapter 9, “.”
For a single PDE , the output of numol is a xpts by tpts matrix in which each column contains
the solution to the PDE at xpts for a single point in time. For a system of PDEs, numol returns
an xpts by tpts*(num_pde+num_pae) matrix, placing each subsequent solution un side-
by-side. The function numol the numerical method of lines, which allows it to solve hyperbolic
and parabolic PDEs.
Algorithm Numerical Method of Lines (Schittkowski, 2002)
See also Mathcad QuickSheets; also Pdesolve, for a solve block approach.
Example
certain derivatives at exactly two points a and b. Mathcad will check for the correct type and
number of conditions. Constraints on derivatives must be specified with prime [Ctrl-F7]
notation.
• Algebraic constraints are allowed, e.g. y(x) + z(x) = a.
For initial value problems, the default routine employed by Odesolve is rkfixed. Fixed, adaptive,
and stiff methods are available on the right click menu.
Internally, the output of each of these DE solvers is a table of values, which Mathcad interpolates
using lspline followed by interp. Note in the Example that, although y and f are defined to be
output of Odesolve (no independent variable is indicated), y(x) and f(t) are functions which can
be plotted, etc., like any other function.
The default value for nsteps is ten times the length of the interval [a, b] (truncated to an integer).
Case of a System of Differential Equations
Syntax Odesolve(vf, x, b, [nstep])
Description Solves a system of ordinary differential equations, subject to initial value constraints (boundary
values not allowed for systems). The DEs must each be linear in their highest order derivative
terms, and the number of conditions must be equal to the sum of the orders of the DEs. The output
is a vector of functions of x, interpolated from a table of values computed via either fixed step,
adaptive or stiff DE solvers.
Arguments
vf explicit vector of function names (with no variable names included) precisely as named in the
solve block, real
x variable of integration, real
b terminal point of integration interval, real
nstep (optional) integer number of steps, nstep > 0
The first argument vf is optional in the event of single ordinary differential equation (since
ordering of the function solutions is an issue only if the numbers of DEs exceeds 1). For example,
if the unknown functions are f, g, and h (as named in the solve block), then vf should be explicitly
given in the Odesolve call as the column vector:
f f(x)
g . Only the function names should appear; do not give the vector as: ( x ) .
g
h h(x)
Array subscripts may not be used when naming functions, but literal subscripts are fine. The
comments for the single ODE case apply in the multiple ODEs case as well, suitably extended.
Odesolve can also solve differential algebraic equations (DAEs), for example, systems of ODEs
involving unknown functions f, g, and h with the additional algebraic constraint that
f(x)2+g(x)2=h(x) for all x.
330 / Chapter 16 Functions
Example
Description Solves a single 1-D hyperbolic or parabolic partial differential equation, or system of equations,
subject to initial value and either Dirichlet or Neumann boundary value constraints. The PDE
must be linear in the highest order derivative term, and the number of conditions must be equal
to the order of the PDE. The output is a function of x and t, interpolated from a table of values
computed by the method of lines.
Arguments
u function of x and t, as specified in the PDE solve block
x spatial variable of integration, real
xrange Lstart two-element, real-valued column vector specifying the endpoints of the spatial
integration range.
Lend
Example
the call to Pdesolve (no independent variable is indicated), u(x, t) is a function which can be
plotted, etc., like any other function.
In the case of a system of PDEs, the first argument of Pdesolve, u, is now a vector of functions
used within the solve block, and will specify order of output, that is
u u(x)
v . Only the function names should appear; do not give the vector as: v ( x ) .
w w( x )
Array subscripts may not be used when naming functions, but literal subscripts are fine. Pdesolve
can solve partial differential algebraic equations (DAEs), for example, systems of PDEs
involving unknown functions u, v, and h with the additional algebraic constraint that
u(x,t)2+v(x,t)2=h(x) for all x.
Mathcad uses the numerical method of lines to compute PDEs. This method allows the solution
of parabolic (heat), hyperbolic (wave), and mixed parabolic-hyperbolic equations. It does not
accommodate elliptic equations, such as Poisson’s equation. To solve other types of PDEs, try
the relax function (page 356) and multigrid function (page 323).
See also numol, relax, multigrid
pF Probability Distribution
Syntax pF(x, d1, d2)
Description Returns the cumulative F distribution.
Arguments
x real number, x ≥ 0
d1, d2 integer degrees of freedom, d 1 > 0, d 2 > 0
Algorithm Continued fraction expansion (Abramowitz and Stegun, 1972)
334 / Chapter 16 Functions
pmt Finance
Syntax pmt(rate, nper, pv, [[fv], [type]])
Description Returns the payment for an investment or loan based on periodic, constant payments over a given
number of compounding periods, nper, using a fixed interest rate, rate, and a specified present
value, pv.
Arguments
rate real rate
nper integer number of compounding periods, nper ≥ 1
pv real present value
fv (optional) real future value, default is fv = 0
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
Comments If you know the annual interest rate, ann_rate, you must calculate the interest rate per period as
rate = ann_rate/nper.
Payments you make, such as deposits into a savings account or payments toward a loan, must be
entered as negative numbers. Cash you receive, such as dividend checks, must be entered as
positive numbers.
See also cumint, cumprn, fv, ipmt, nper, ppmt, pv, rate
Example
Comments The uniform polyhedron are regular polyhedra whose vertices are congruent. The Polyhedron
function can construct 80 examples of these, and is used with the 3D surface plot tool as
illustrated. Its argument is either a name (“cube”), the # symbol followed by a number (“#6”),
or a Wythoff symbol (“3|2 4”). To look up these items use PolyLookup.
polyroots Solving
Syntax polyroots(v)
Description Returns the roots of an nth degree polynomial whose coefficients are in v. Output is a vector of
length n.
Arguments
v real or complex vector of length n + 1
Example
See also See coeff keyword for a way to create the coefficient vector v immediately, given a polynomial.
ppmt Finance
Syntax ppmt(rate, per, nper, pv, [[fv], [type]])
Description Returns the payment on the principal, of an investment or loan, for a given period, per, based on
periodic, constant payments over a given number of compounding periods, nper, using a fixed
interest rate, rate, and a specified present value, pv.
Arguments
rate real rate
per integer period number, per ≥ 1
nper integer number of compounding periods, 1 ≤ per ≤ nper
pv real present value
fv (optional) real future value, default is fv = 0
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
Comments If you know the annual interest rate, ann_rate, you must calculate the interest rate per period as
rate = ann_rate/nper.
Payments you make, such as deposits into a savings account or payments toward a loan, must be
entered as negative numbers. Cash you receive, such as dividend checks, must be entered as
positive numbers.
See also cumprn, ipmt, pmt
Example
Comments Interpolation functions such as cspline, lspline, or pspline, coupled with interp, allow you to
find data points lying between existing data points. However, you may need to find data points
that lie beyond your existing ones. Mathcad provides the function predict which uses some of
your existing data to predict data points lying beyond existing ones. This function uses a linear
prediction algorithm which is useful when your data is smooth and oscillatory, although not
necessarily periodic. This algorithm can be seen as a kind of extrapolation method but should
not be confused with linear or polynomial extrapolation.
The predict function uses the last m of the original data values to compute prediction coefficients.
After it has these coefficients, it uses the last m points to predict the coordinates of the (m+1)st
point, in effect creating a moving window that is m points wide.
Algorithm Burg’s method (Press et al., 1992)
Arguments
Mxy n × 2 matrix whose elements, Mxy i, 0 and Mxy i, 1 , specify the x- and y-coordinates along the
diagonal of a rectangular grid. This matrix plays exactly the same role as vx in the one-
dimensional case described earlier. Since these points describe a diagonal, the elements in each
column of Mxy must be in ascending order ( Mxy i, k < Mxy j, k whenever i < j ).
Mz n × n matrix whose ijth element is the z-coordinate corresponding to the point x = Mxy i, 0
and y = Mxy j, 1 . Mz plays exactly the same role as vy in the one-dimensional case above.
Algorithm Tridiagonal system solving (Press et al., 1992; Lorczak)
See also lspline for more details
pt Probability Distribution
Syntax pt(x, d)
Description Returns the cumulative Student's t distribution.
Arguments
x real number, x ≥ 0
d integer degrees of freedom, d > 0
Algorithm Continued fraction expansion (Abramowitz and Stegun, 1972).
pv Finance
Syntax pv(rate, nper, pmt, [[fv], [type]])
Description Returns the present value of an investment or loan based on periodic, constant payments over a
given number of compounding periods, nper, using a fixed interest rate, rate, and a specified
payment, pmt.
Arguments
rate real rate
nper integer number of compounding periods, nper ≥ 1
pmt real payment
fv (optional) real future value, default is fv = 0
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
Comments If you know the annual interest rate, ann_rate, you must calculate the interest rate per period as
rate = ann_rate/nper.
Payments you make, such as deposits into a savings account or payments toward a loan, must be
entered as negative numbers. Cash you receive, such as dividend checks, must be entered as
positive numbers.
See also fv, nper, pmt, rate
Functions / 341
Comments This is a special case of the genfit function. A vector of guess values is needed for initialization.
By decreasing the value of the built-in TOL variable, higher accuracy in pwrfit might be achieved.
See Also line, linfit, genfit, expfit, logfit, lnfit, lgsfit, sinfit, medfit
Arguments
n integer, n > 0
p, q real numbers, 0 ≤ p ≤ 1 , 0 ≤ q ≤ 1
Comments k is approximately the integer for which Pr( X ≤ k ) = p, when the random variable X has the
binomial distribution with parameters n and q. This is the meaning of “inverse” binomial
distribution function.
Algorithm Discrete bisection method (Press et al., 1992)
342 / Chapter 16 Functions
qF Probability Distribution
Syntax qF(p, d1, d2)
Description Returns the inverse F distribution.
Arguments
p real number, 0 ≤ p < 1
d1, d2 integer degrees of freedom, d1 > 0, d2 > 0
Algorithm Root finding (bisection and secant methods) (Press et al., 1992)
Arguments
p real number, 0 ≤ p ≤ 1
a, b, n integers, 0 ≤ a , 0 ≤ b , 0 ≤ n ≤ a + b
Comments k is approximately the integer for which Pr( X ≤ k ) = p, when the random variable X has the
hypergeometric distribution with parameters a, b and n. This is the meaning of “inverse”
hypergeometric distribution function.
Algorithm Discrete bisection method (Press et al., 1992)
Arguments
n integer, n > 0
p, q real numbers, 0 < p < 1 , 0 < q < 1
Comments k is approximately the integer for which Pr( X ≤ k ) = p, when the random variable X has the
negative binomial distribution with parameters n and q. This is the meaning of “inverse” negative
binomial distribution function.
Algorithm Discrete bisection method (Press et al., 1992)
Example
qt Probability Distribution
Syntax qt(p, d)
Description Returns the inverse Student's t distribution.
Arguments
p real number, 0 < p < 1
d integer degrees of freedom, d > 0
Algorithm Root finding (bisection and secant methods) (Press et al., 1992).
rate Finance
Syntax rate(nper, pmt, pv, [[fv], [type], [guess]])
Description Returns the interest rate per period of an investment or loan over a specified number of
compounding periods, nper, given a periodic, constant payment, pmt, and a specified present
value, pv.
Arguments
nper integer number of compounding periods, nper ≥ 1
pmt real payment
pv real present value
fv (optional) real future value, default is fv = 0
type (optional) indicator payment timing, 0 for payment made at the end of the period, 1 for payment
made at the beginning, default is type = 0
guess (optional) real guess, default is guess = 0.1 (10%)
348 / Chapter 16 Functions
Comments Payments made must be entered as negative numbers. Cash received must be entered as positive
numbers.
If rate cannot find a result that is accurate to within 1 ⋅ 10 – 7 percent after 20 iterations, it returns
an error. In such a case, a different guess value should be tried, but it will not guarantee a solution.
In most cases rate converges if guess is between 0 and 1.
See also crate, fv, nper, pmt, pv
Re Complex Numbers
Syntax Re(z)
Description Returns the real part of z.
Arguments
z real or complex number
See also Im
Arguments
file string variable corresponding to color image filename or path
Arguments
file string variable corresponding to color image filename or path
Functions / 351
Arguments
file string variable corresponding to color image filename or path
Arguments
file string variable corresponding to color image filename or path
Arguments
file string variable corresponding to color image filename or path
352 / Chapter 16 Functions
Comments To partition the matrix for a color image into its red, green, and blue components, use the
submatrix function formulas shown in the example above. In this example, the color bitmap file
monalisa.bmp is read into a grayscale matrix gray, as well as the packed RGB matrix
packed, and then converted into three submatrices called red, green, and blue.
Picture viewer will display the matrix.
Mathcad includes several specialized functions for reading color images or image components,
including functions for reading images in GIF, JPG, TGA and PCX formats.
Consult the following table to decide which function to use:
To separate a file into these
components: Use these functions:
Note READ_HLS and READ_HSV work in exactly the same way as READRGB. All the others work
in exactly the same way as READBMP.
See also For grayscale images, see READBMP.
Example
Functions / 355
Comments The regression functions regress and loess are useful when you have a set of measured y values
corresponding to x values and you want to fit a polynomial of degree n through those y values.
(For a simple linear fit, that is, n=1, you may as well use the line function.)
Use regress when you want to use a single polynomial to fit all your data values. The regress
function lets you fit a polynomial of any order. However as a practical matter, you would rarely
need to go beyond n = 6 .
Since regress tries to accommodate all your data points using a single polynomial, it will not
work well when your data does not behave like a single polynomial. For example, suppose you
expect your y i to be linear from x 1 to x 10 and to behave like a cubic equation from x 11 to
x 20 . If you use regress with n = 3 (a cubic), you may get a good fit for the second half but a
poor fit for the first half.
The loess function alleviates these kinds of problems by performing a more localized regression.
For regress, the first three components of the output vector vr := regress ( vx, vy, n ) are vr0=3
(a code telling interp that vr is the output of regress as opposed to a spline function or loess),
vr1=3 (the index within vr where the polynomial coefficients begin), and vr2=n (the order of the
fit). The remaining n + 1 components are the coefficients of the fitting polynomial from the lowest
degree term to the highest degree term.
Two-dimensional Case
Syntax regress(Mxy, vz, n)
Description Returns the vector required by the interp function to find the nth order polynomial that best fits
data arrays Mxy and vz. Mxy is an m × 2 matrix containing x-y coordinates. vz is an m-element
vector containing the z coordinates corresponding to the m points specified in Mxy.
Arguments
Mxy real m × 2 matrix containing x-y coordinates of the m data points
vz real m-element vector containing the z coordinates corresponding to the points specified in Mxy
n integer, n > 0
Comments Assume, for example, that you have a set of measured z values corresponding to x and y values
and you want to fit a polynomial surface through those z values. The meanings of the input
arguments are more general than in the one-dimensional case:
• The argument vx, which was an m-element vector of x values, becomes an m × 2 matrix,
Mxy. Each row of Mxy contains an x in the first column and a corresponding y value in the
second column.
• The argument x for the interp function becomes a 2-element vector v whose elements are
the x and y values at which you want to evaluate the polynomial surface representing the best
fit to the data points in Mxy and vz.
This discussion can be extended naturally to higher dimensional cases. You can add independent
variables by simply adding columns to the Mxy array. You would then add a corresponding
number of rows to the vector v that you pass to the interp function. The regress function can
have as many independent variables as you want. However, regress will calculate more slowly
and require more memory when the number of independent variables and the degree are greater
than four. The loess function is restricted to at most four independent variables.
Keep in mind that for regress, the number of data values, m must satisfy m >
n + k – 1 n-----------
+ k-
⋅ ,
n k
356 / Chapter 16 Functions
where k is the number of independent variables (hence the number of columns in Mxy), n is the
degree of the desired polynomial, and m is the number of data values (hence the number of rows
in vz). For example, if you have five explanatory variables and a fourth degree polynomial, you
will need more than 126 observations.
The loess function works better than regress when your data does not behave like a single
polynomial.
Algorithm Normal equation solution through Gauss-Jordan elimination (Press et al., 1992)
Example
Comments Two partial differential equations that arise often in the analysis of physical systems are Poisson's
equation:
2 2
∂u ∂u
+ = ρ ( x, y ) and its homogeneous form, Laplace's equation.
∂x2 ∂ y2
Mathcad has two functions for solving these equations over a square region, assuming the values
taken by the unknown function u ( x, y ) on all four sides of the boundary are known. The most
general solver is the relax function. In the special case when u(x, y) is known to be zero on all
Functions / 357
four sides of the boundary, you can use the multigrid function instead. This function will often
solve the problem faster than relax. If the boundary condition is the same on all four sides, you
can simply transform the equation to an equivalent one in which the value is zero on all four sides.
The relax function returns a square matrix in which:
• an element's location in the matrix corresponds to its location within the square region, and
• its value approximates the value of the solution at that point.
This function uses the relaxation method to converge to the solution. Poisson's equation on a
square domain is represented by:
a j, k u j + 1, k + b j, k u j – 1, k + c j, k u j, k + 1 + d j, k u j, k – 1 + e j, k u j, k = f j, k .
Algorithm Gauss-Seidel with successive overrelaxation (Press et al., 1992)
See also multigrid
reverse Sorting
One-dimensional Case
Syntax reverse(v)
Description Reverses the order of the elements of vector v.
Arguments
v vector
Two-dimensional Case
Syntax reverse(A)
Description Reverses the order of the rows of matrix A.
Arguments
A matrix
See also See sort for sample application.
rF Random Numbers
Syntax rF(m, d1, d2)
Description Returns a vector of m random numbers having the F distribution.
Arguments
m integer, m > 0
d1, d2 integer degrees of freedom, d1 > 0, d2 > 0
Algorithm Best’s XG algorithm, Johnk’s generator (Devroye, 1986)
See also rnd
358 / Chapter 16 Functions
kmax integer kmax > 0 specifies the maximum number of intermediate points at which the solution
will be approximated. The value of kmax places an upper bound on the number of rows of the
matrix returned by these functions.
save real save > 0 specifies the smallest allowable spacing between the values at which the solutions
are to be approximated. save places a lower bound on the difference between any two numbers
in the first column of the matrix returned by the function.
Comments The specialized DE solvers Bulstoer, Rkadapt, Radau, Stiffb, and Stiffr provide the solution
y(x) over a number of uniformly spaced x-values in the integration interval bounded by x1 and
x2. When you want the value of the solution at only the endpoint, y(x2), use bulstoer, rkadapt,
radau, stiffb, and stiffr instead.
Algorithm Adaptive step 5th order Runge-Kutta method (Press et al., 1992)
See also rkfixed, a more general differential equation solver, for information on output and arguments;
Rkadapt.
Comments For a first order DE , the output of rkfixed is a two-column matrix in which:
• The left-hand column contains the points at which the solution to the DE is evaluated.
• The right-hand column contains the corresponding values of the solution.
For higher order DEs, the output matrix contains n columns: the left-hand one for the t values
and the remaining columns for values of y(t), y′ ( t ), y″ ( t ), …, y ( n – 1 ) ( t ) .
For a first order system, the first column of the output matrix contains the points at which the
solutions are evaluated and the remaining columns contain corresponding values of the solutions.
For higher order systems:
• The first column contains the values at which the solutions and their derivatives are evaluated.
• The remaining columns contain corresponding values of the solutions and their derivatives.
The order in which the solutions and their derivatives appear matches the order in which you
put them into the vector of initial conditions.
The function rkfixed uses a fourth order Runge-Kutta method. Although it is not always the
fastest method, the Runge-Kutta method nearly always succeeds. There are certain cases in which
you may want to use one of Mathcad's more specialized DE solvers:
• Your system of DEs may have certain properties which are best exploited by functions other
than rkfixed. The system may be stiff (Radau, Stiffb, Stiffr), smooth (Bulstoer), or slowly
varying (Rkadapt).
• You may have a boundary value rather than an initial value problem (sbval and bvalfit).
• You may be interested in evaluating the solution only at one point (bulstoer, rkadapt,
radau, stiffb and stiffr).
You may also want to try several methods on the same DE to see which one works the best.
Algorithm Fixed step 4th order Runge-Kutta method (Press et al., 1992)
See also QuickSheets; Odesolve, for a solve block approach; “Differential Equation Solvers” on page
133; and the Differential Equation Solve Blocks E-book posted in the library on Mathcad.com
Example
Note: You won’t be able to recreate this example exactly because the random
number generator gives different numbers every time.
Comments Each time you recalculate an equation containing rnd or some other random variate built-in
function, Mathcad generates new random numbers. Recalculation is performed by clicking on
the equation and choosing Calculate from the Worksheet Menu.
These functions have a “seed value” associated with them. Each time you reset the seed, Mathcad
generates new random numbers based on that seed. A given seed value will always generate the
same sequence of random numbers. Choosing Calculate from the Worksheet Menu advances
Mathcad along this random number sequence. Changing the seed value, however, advances
Mathcad along a different random number sequence.
To change the seed value, choose Options from the Worksheet Menu and change the value of
“seed” on the Built-In Variables tab, or use the Seed function. Be sure to supply an integer.
To reset Mathcad's random number generator without changing the seed value, choose Options
from the Worksheet menu, click on the Built-In Variables tab, and click “OK” to accept the
current seed. Then click on the equation containing the random number generating function and
choose Calculate from the Worksheet menu. Since the randomizer has been reset, Mathcad
generates the same random numbers it would generate if you restarted Mathcad.
There are many other random variate generators in Mathcad.
Algorithm Linear congruence method (Knuth, 1997)
Example
Note: You won’t be able to recreate this example exactly because the random
number generator gives different numbers every time.
root Solving
Unbracketed Version
Syntax root(f(var), var)
Description Returns a value of var at which the expression f(var) or function f is equal to 0.
Arguments
var real or complex scalar; var must be assigned a guess value before using this version of root.
f real or complex-valued function.
Example
Functions / 365
Comments For expressions with several roots, your guess value determines which root Mathcad returns. The
example shows a situation in which the root function returns several different values, each of
which depends on the initial guess value.
You can’t put numerical values in the list of unknowns; for example, root(f(x), -2) or
root(14, −2) is not permitted in the example above.
Mathcad solves for complex roots as well as real roots. To find a complex root, you must start
with a complex value for the initial guess.
See also polyroots for an efficient means to compute all roots of a polynomial at once. To change
the accuracy of the root function, change the value of the built-in variable TOL.
Algorithm Secant and Mueller methods (Press et al., 1992; Lorczak)
Bracketed Version
Syntax root(f(var), var, a, b)
Description Returns a value of var lying between a and b at which the expression f(var) or function f is equal
to 0.
Arguments
var real scalar
f real-valued function
a, b real numbers, a < b,
Comments For expressions with several roots, your choice of interval endpoints a and b determines which
root Mathcad returns. f(a) and f(b) must be of opposite signs. Observe that an initial guess for
var is not required for the bracketed version of root to work.
If the optional arguments a and b are not included, then the unbracketed version of root is used.
Note the restriction to real expressions and real variables in the bracketed case.
Mathcad evaluates the bracketed version of the root function using the Ridder method. If that
method fails to find a root, then the Brent method is used.
The above comments concerning convergence and accuracy for the unbracketed version of root
also apply to the bracketed version.
Algorithm Ridder and Brent methods (Press et al., 1992; Lorczak)
Comments round no longer takes arguments with units. Round(x, y) Rounds x to the closest multiple of y.
y must be real and nonzero. Round takes a second threshold argument, scales by the threshold
before performing the truncation, then rescales after truncation.
See also ceil, floor, trunc
rsort Sorting
Syntax rsort(A, i)
Description Sorts the columns of the matrix A by placing the elements in row i in ascending order. The result
is the same size as A.
Arguments
A m × n matrix or vector
i integer, 0 ≤ i ≤ m – 1
Algorithm Heap sort (Press et al., 1992)
See also sort for more details, csort
rt Random Numbers
Syntax rt(m, d)
Functions / 367
Description Converts a boundary value differential equation to an initial value problem. Useful when
derivatives are continuous throughout.
Arguments
v real vector containing guesses for missing initial values
x1, x2 real endpoints of the interval on which the solution to the DEs will be evaluated
D(x, y) real n-element vector-valued function containing the derivatives of the unknown functions
load(x1, v) real vector-valued function whose n elements correspond to the values of the n unknown functions
at x1. Some of these values will be constants specified by your initial conditions. If a value is
unknown, you should use the corresponding guess value from v.
score(x2, y) real n-element vector-valued function which measures solution discrepancy at x2
Example
Comments Initial value DE solvers like rkfixed assume that you know the value of the solution and its first
n – 1 derivatives at the beginning of the interval of integration. Two-point boundary value DE
solvers, like sbval and bvalfit, may be used if you lack this information about the solution at
the beginning of the interval of integration, but you do know something about the solution
elsewhere in the interval. In particular:
• You have an nth order differential equation.
• You know some but not all of the values of the solution and its first n – 1 derivatives at the
beginning of the interval of integration, x1.
• You know some but not all of the values of the solution and its first n – 1 derivatives at the
end of the interval of integration, x2.
• Between what you know about the solution at x1 and what you know about it at x2, you have
n known values.
If there is a discontinuity at a point intermediate to x1 and x2, you should use bvalfit. If continuity
holds throughout, then use sbval to evaluate those initial values left unspecified at x1. sbval does
not actually return a solution to a differential equation; it merely computes the initial values the
solution must have in order for the solution to match the final values you specify. You must then
take the initial values returned by sbval and solve the resulting initial value problem using
rkfixed or any of the other more specialized DE solvers.
Algorithm Shooting method with 4th order Runge-Kutta method (Press et al., 1992)
Functions / 369
See also rkfixed for more details; also Odesolve, for a solve block approach.
search String
Syntax search(S, SubS, m)
Description Returns the starting position of the substring SubS in S beginning from position m. Returns –1 if
the substring is not found.
Arguments
S string expression; Mathcad assumes that the first character in S is at position 0
SubS substring expression
m integer, m ≥ 0
sec Trigonometric
Syntax sec(z), for z in radians;
sec(z·deg), for z in degrees
sech Hyperbolic
Syntax sech(z)
Description Returns the hyperbolic secant of z.
Arguments
z real or complex number
sin Trigonometric
Syntax sin(z), for z in radians;
sin(z·deg), for z in degrees
sinc Trigonometric
Syntax sinc(z), for z in radians;
sinc(z·deg), for z in degrees
sinh Hyperbolic
Syntax sinh(z)
Functions / 371
skew Statistics
Syntax skew(A)
Description Returns the skewness of the elements of A:
m – 1 n – 1 A – mean ( A ) 3
i, j
skew ( A ) = ------------------------------------------- ∑ ∑ ----------------------------------------
mn
( mn – 1 ) ( mn – 2 ) Stdev ( A )
i=0 j=0
Arguments
A real or complex m × n matrix or vector, m ⋅ n ≥ 3
Comments skew(A, B, C, ...) is also permissible and returns the skewness of the elements of A, B, C, ....
Example
Comments The functions intercept and slope return the intercept and slope of the line which best fits the
data in a least-squares sense: y = intercept ( vx, vy ) + slope ( vx, vy ) ⋅ x . Alternatively, you
may use the line function which returns both parameter estimates via one function call.
Be sure that every element in the vx and vy arrays contains a data value. Since every element in
an array must have a value, Mathcad assigns 0 to any elements not explicitly assigned.
These functions are useful not only when the data is inherently linear, but also when it is
exponential. If x and y are related by y = Ae kx , you can apply these functions to the logarithm
of the data values and make use of the fact that ln ( y ) = ln ( A ) + kx , hence
A = exp ( intercept ( vx, ln ( vy ) ) ) and k = slope ( vx, ln ( vy ) ) .
The resulting fit weighs the errors differently from a least-squares exponential fit (which the
function expfit provides) but is usually a good approximation.
372 / Chapter 16 Functions
sort Sorting
Syntax sort(v)
Description Returns the elements of vector v sorted in ascending order.
Arguments
v vector
Example
Comments All of Mathcad’s sorting functions accept matrices and vectors with complex elements. However
in sorting them, Mathcad ignores the imaginary part.
To sort a vector or matrix in descending order, first sort in ascending order, then use reverse.
For example, reverse(sort(v)) returns the elements of v sorted in descending order.
Unless you change the value of ORIGIN, matrices are numbered starting with row zero and
column zero. If you forget this, it’s easy to make the error of sorting a matrix on the wrong row
or column by specifying an incorrect n argument for rsort and csort. To sort on the first column
of a matrix, for example, you must use csort(A, 0).
Algorithm Heap sort (Press et al., 1992)
Description Returns a matrix formed by placing the matrices A, B, C, ... top to bottom.
Arguments
A, B, C, ... at least two matrices or vectors; A, B, C, ... must have the same number of columns
See also augment for example
Arguments
vx, vy real vector arguments of the same size
See also slope, intercept
stdev Statistics
Syntax stdev(A)
Description Returns the standard deviation of the elements of A, where mn (the sample size) is used in the
denominator: stdev ( A ) = var ( A ) .
Arguments
A real or complex m × n matrix or vector
Comments stdev(A, B, C, ...) is also permissible and returns the standard deviation of the elements of A,
B, C, ....
See also Stdev, var, Var
Stdev Statistics
Syntax Stdev(A)
Description Returns the standard deviation of the elements of A, where mn − 1 (the sample size less one) is
used in the denominator: Stdev ( A ) = Var ( A ) .
Arguments
A real or complex m × n matrix or vector
Comments Stdev(A, B, C, ...) is also permissible and returns the standard deviation of the elements of A,
B, C, ....
See also stdev, var, Var
Algorithm Bulirsch-Stoer method with adaptive step size for stiff systems (Press et al., 1992)
See also rkfixed, a more general differential equation solver, for information on output and arguments;
Stiffb.
x ⋅ y1 y1 0 x
D ( x, y ) = then J ( x, y ) =
–2 ⋅ y1 ⋅ y0 0 –2 ⋅ y1 –2 ⋅ y0
Comments A system of DEs expressed in the form y = A ⋅ x is a stiff system if the matrix A is nearly
singular. Under these conditions, the solution returned by rkfixed may oscillate or be unstable.
When solving a stiff system, you should use one of the two DE solvers specifically designed for
Functions / 375
stiff systems: Stiffb and Stiffr. These use the Bulirsch-Stoer method and the Rosenbrock method,
respectively, for stiff systems.
The form of the matrix returned by these functions is identical to that returned by rkfixed.
However, Stiffb and Stiffr require an extra argument J(x, y).
Algorithm Fixed-step Bulirsch-Stoer method with adaptive intermediate step size for stiff systems
(Press et al., 1992)
See also rkfixed, a more general differential equation solver, for information on output and arguments.
Algorithm 4th order Rosenbrock method with adaptive intermediate step size for stiff systems
(Press et al., 1992)
See also rkfixed, a more general differential equation solver for information on output and arguments,
and Stiffr
Comments A system of DEs expressed in the form y = A ⋅ x is a stiff system if the matrix A is nearly
singular. Under these conditions, the solution returned by rkfixed may oscillate or be unstable.
When solving a stiff system, you should use one of the two DE solvers specifically designed for
stiff systems: Stiffb and Stiffr. These use the Bulirsch-Stoer method and the Rosenbrock method,
respectively, for stiff systems.
The form of the matrix returned by these functions is identical to that returned by rkfixed.
However, Stiffb and Stiffr require an extra argument J(x, y).
Algorithm Fixed-step 4th order Rosenbrock method with adaptive intermediate step size for stiff systems
(Press et al., 1992)
See also rkfixed, a more general differential equation solver, for information on output and arguments.
str2num String
Syntax str2num(S)
Description Returns the constant formed by converting the characters in S into a number. Characters in S
must constitute an integer such as 17, a real floating-point number such as −16.5, a complex
floating-point number such as 2.1+6i or 3.241 − 9.234j, or an e-format number such as 4.51e-3
(for 4.51 ⋅ 10 – 3 ). Mathcad ignores any spaces in the string.
Arguments
S string expression
See also num2str
str2vec String
Syntax str2vec(S)
Description Returns the vector of ASCII codes corresponding to the characters in string S. For a list of ASCII
codes, see the Appendix. For example, the ASCII code for letter “a” is 97, that for letter “b” is
98, and that for letter “c” is 99.
Arguments
S string expression
See also vec2str
Functions / 377
strlen String
Syntax strlen(S)
Description Returns the number of characters in S.
Arguments
S string expression
Example
substr String
Syntax substr(S, m, n)
Description Returns a substring of S beginning with the character in the mth position and having at most n
characters.
Arguments
S string expression. Mathcad assumes that the first character in S is at position 0.
m, n integers, m ≥ 0, n ≥ 0
Description Creates a new vector, of the same size as vy, by piecewise use of a symmetric k-nearest neighbor
linear least square fitting procedure in which k is adaptively chosen.
Arguments
vx, vy real vectors of the same size; elements of vx must be in ascending order
Example
Comments The supsmooth function uses a symmetric k nearest neighbor linear least-squares fitting
procedure to make a series of line segments through the data. Unlike ksmooth which uses a fixed
bandwidth for all the data, supsmooth will adaptively choose different bandwidths for different
portions of the data.
Algorithm Variable span super-smoothing method (Friedman)
See also medsmooth and ksmooth
Example
tan Trigonometric
Syntax tan(z) for z in radians;
tan(z·deg), for z in degrees
Description Returns the tangent of z.
Arguments
z real or complex number
tanh Hyperbolic
Syntax tanh(z)
Description Returns the hyperbolic tangent of z.
Arguments
z real or complex number
380 / Chapter 16 Functions
Tcheb Special
Syntax Tcheb(n, x)
Description Returns the value of the Chebyshev polynomial of degree n of the first kind.
Arguments
n integer, n ≥ 0
x real number
2
d d
Comments Solution of the differential equation ( 1 – x 2 ) ⋅
y – x ⋅ ------ y + n 2 ⋅ y = 0 .
d x2 dx
Algorithm Recurrence relation (Abramowitz and Stegun, 1972)
See also Ucheb
Ucheb Special
Syntax Ucheb(n, x)
Description Returns the value of the Chebyshev polynomial of degree n of the second kind.
Arguments
n integer, n ≥ 0
x real number
2
d d
Comments Solution of the differential equation ( 1 – x 2 ) ⋅
y – 3 ⋅ x ⋅ ------ y + n ⋅ ( n + 2 ) ⋅ y = 0 .
d x2 dx
Algorithm Recurrence relation (Abramowitz and Stegun, 1972)
See also Tcheb
Functions / 381
var Statistics
Syntax var(A) m –1 n–1
1
Description Returns the variance of the elements of A: var ( A ) = ------- ∑ ∑ A i, j – mean ( A ) 2 .
mn
i=0 j=0
Var Statistics
Syntax Var(A) m –1 n – 1
1
Description Returns the variance of the elements of A: var ( A ) = ----------------
mn – 1 ∑ ∑ A i, j – mean ( A ) 2 .
i=0 j=0
vec2str String
Syntax vec2str(v)
Description Returns the string formed by converting a vector v of ASCII codes to characters. The elements
of v must be integers between 0 and 255.
Arguments
v vector of ASCII codes
See also str2vec
382 / Chapter 16 Functions
Example
Comments When you define a vector v for use with Fourier or wavelet transforms, be sure to start with v 0
(or change the value of ORIGIN). If you do not define v 0 , Mathcad automatically sets it to zero.
This can distort the results of the transform functions.
Algorithm Pyramidal Daubechies 4-coefficient wavelet filter (Press et al., 1992)
See also iwave
Functions / 383
Y0 Bessel
Syntax Y0(z)
Description Returns the value of the Bessel function Y 0(z) of the second kind. Same as Yn(0, z).
Arguments
z real or complex number
Comments Y0.sc(z),where sc means scaled and is a literal subscript, gives Y0(z) multiplied by
exp(-|Im(z)|). Scaled functions are useful for calculating large arguments without overflow.
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
Y1 Bessel
Syntax Y1(z)
Description Returns the value of the Bessel function Y 1(z) of the second kind. Same as Yn(1, z).
Arguments
z real or complex number
Comments Y1.sc(z),where sc means scaled and is a literal subscript, gives Y1(z) multiplied by
exp(-|Im(z)|). Scaled functions are useful for calculating large arguments without overflow.
Algorithm AMOSLIB; ACM TOMS 12 (1986) 265-273.
Yn Bessel
Syntax Yn(m, z)
Description Returns the value of the Bessel function Y m(z) of the second kind.
Arguments
m real number
z real or complex number d
2
d
x2 ⋅ y + x ⋅ ------ y + ( x 2 – m 2 ) ⋅ y = 0
Comments Solution of the differential equation dx2 dx .
Y1.sc(m, z),where sc means scaled and is a literal subscript, gives Yn(m, z) multiplied by
exp(-|Im(z)|). Scaled functions are useful for calculating large arguments without overflow
ys Bessel
Syntax ys(n, z)
Description Returns the value of the spherical Bessel function of the second kind, of order n, at x.
Arguments
z real or complex number
n real number
2
d 2 d 2
Comments Solution of the differential equation: x ⋅ y + 2 ⋅ x ⋅ ------ y + ( x – n ⋅ ( n + 1 ) )y = 0 .
d x2 dx
Algorithm Recurrence relation (Abramowitz and Stegun, 1972)
See also js
Functions / 387
δ Piecewise Continuous
Syntax δ(m, n)
Description Returns the value of the Kronecker delta function. Output is 1 if m=n and 0 otherwise.
(To type δ, press d[Ctrl]G).
Arguments
m, n integers
ε Piecewise Continuous
Syntax ε(i, j, k)
Description Returns the value of a completely antisymmetric tensor of rank three. Output is 0 if any two
arguments are the same, 1 if the three arguments are an even permutation of (0 1 2), and –1 if
the arguments are an odd permutation of (0 1 2). (To type ε, press e[Ctrl]g).
Arguments
i, j, k integers between 0 and 2 inclusive (or between ORIGIN and ORIGIN+2 inclusive if ORIGIN ≠0)
Γ Special
Classical Definition
Syntax Γ(z)
Description Returns the value of the classical Euler gamma function. (To type Γ, press G[Ctrl]g).
Arguments
z real or complex number; undefined for z = 0, – 1, – 2, …
∞
Description For Re(z) > 0, Γ ( z ) = ∫0 t z – 1 e –t dt .
For Re(z) < 0, function values analytically continue the above formula. Because Γ ( z + 1 ) = z! ,
the gamma function extends the factorial function (traditionally defined only for positive
integers).
Extended Definition
Syntax Γ(x, y)
Description Returns the value of the extended Euler gamma function. (To type Γ, press G[Ctrl]g).
Arguments
x, y real numbers, x > 0, y ≥ 0
∞
Description Although restricted to real arguments, the function Γ ( x, y ) = ∫y t x – 1 e –t dt
extends the classical gamma function in the sense that the lower limit of integration y is free to
vary. In the special case when y=0, the classical formulation applies and the first argument may
assume complex values.
388 / Chapter 16 Functions
Φ Piecewise Continuous
Syntax Φ(x)
Description Returns the value of the Heaviside step function. Output is 1 if x ≥ 0 and 0 otherwise.
(To type Φ, press F[Ctrl]g).
Arguments
x real number
Example
Functions / 389
Chapter 17
Operators
This chapter lists and describes Mathcad’s built-in operators. The operators are listed
according to the toolbar: Calculator, Graph, Matrix, Evaluation, Calculus, Boolean,
Programming, Greek, Symbolic, and Modifier on which they appear.
Changing the Display of an Operator
When you insert an operator into a worksheet, it has a certain default appearance. For
example, when you type a colon : or click on the Calculator toolbar, Mathcad
shows the colon as the definition symbol :=. This Mathcad symbol indicates a variable
or function definition.
There may be times when you want to customize the appearance of operators. For
example you may want the definition symbol to look like an ordinary equal sign. To
change the way an operator is displayed throughout a worksheet:
1. Choose Worksheet Options from
the Tools menu.
2. Click the Display tab.
3. Use the drop-down options next to
each operator to select a display
option.
To find the options available for each
operator, click the Help button at the
bottom of the Display tab.
To change the appearance of an
operator in an individual expression,
click on it with the right mouse button
and use the popup menu. For example,
to change the multiplication in an
expression from a dot to an x:
1. Click on the multiplication with the right
mouse button.
391
392 / Chapter 17 Operators
Tip Mathcad provides a collection of math symbols to define custom operators. To access these
symbols, open the QuickSheets from the Help menu and then choose “Extra Math Symbols.”
You can drag any of these symbols to your worksheet for use in creating a new operator name.
For example, suppose you want to define a new union operator using the symbol “ ”.
1. Drag the symbol into your worksheet from the “Extra Math
Symbols” QuickSheet.
2. Type a left parenthesis followed by two names separated by a
comma. Complete this argument list by typing a right parenthesis.
3. Press the colon (:) key. You see the definition symbol followed
by a placeholder.
4. Type the function definition in the placeholder.
At this point, you’ve defined a function which behaves in every
way like the user-defined functions described in Chapter 8, “.” You could, if you wanted
to, type “ ∪ ( 1, 2 ) = ” in your worksheet and see the result, a vector with the elements
1 and 2, on the other side of the equal sign.
Tip Once you’ve defined the new operator you can paste the definition into the QuickSheet. Choose
Annotate Book from the Book menu, then Save Section. When you need to use this operator
again, just open the QuickSheet and drag it into a new worksheet.
Tip Another way to display an operator having two operands is to click on the Evaluation
toolbar. If you follow the preceding steps using this operator, you’ll see a tree-shaped display.
To insert an operator having only one operand, decide first whether you want the
operator to appear before the operand, as in “ – 1 ,” or after the operand as in “5!.” The
former is called a prefix operator; the latter is a postfix operator. The example below
shows how to use a postfix operator. The steps for creating a prefix operator are almost
identical.
The following example shows how to define and use a new logical Not
operator. First define an operator “ ′(x)”. To do so, follow the steps for
defining ∪(x, y) in the previous section, substituting the symbol “ ′ ” for “∪” and using
only one argument instead of two.
Then, to evaluate with the new operator:
Tip Just as Mathcad can display a custom operator as if it were a function, you can conversely
display a function as if it were an operator.
394 / Chapter 17 Operators
Arithmetic Operators
To use an arithmetic operator either type its keystroke
or choose the operator from the Calculator toolbar:
Parentheses (X)
Keystroke '
Description Groups parts of an expression.
Addition X+Y
Keystroke +
Description If X and Y are real or complex numbers, adds X and Y.
If X and Y are real or complex vectors or matrices of the same size, adds elements of X to
corresponding elements of Y.
If X is a real or complex array and Y is a real or complex number, adds Y to each element of X.
Comments This formatting feature cannot be used for multiplication or division. It can be used with
subtraction if X − Y is written instead as X + (− Y).
Arithmetic Operators / 395
Multiplication X⋅Y
Keystroke *
Description If X and Y are real or complex numbers, multiplies Y by X.
If Y is a real or complex array and X is a real or complex number, multiplies each element
of Y by X.
If X and Y are real or complex vectors of the same size, returns the dot product (inner product).
If X and Y are real or complex conformable matrices, performs matrix multiplication.
To change the appearance of multiplication from a dot to a cross, choose Worksheet Options
from the Tools menu, click the Display tab and use drop-down options to make the selection.
Division X
---
z
Keystroke /
Description If X and z are real or complex numbers and z is nonzero, divides X by z.
If X is a real or complex array and z is a nonzero real or complex number, divides each element
of X by z.
Factorial n!
Keystroke !
Description Returns n ⋅ ( n – 1 ) ⋅ ( n – 2 )…2 ⋅ 1 if n is an integer and n ≥ 1 ; 1 if n = 0.
396 / Chapter 17 Operators
Complex conjugate X
Keystroke ”
Description If X is a complex number, reverses the sign of the imaginary part of X.
Absolute value x
Keystroke |
Description If z is a real or complex number, |z| returns the absolute value (or modulus or magnitude)
Re ( z ) 2 + Im ( z ) 2 of z.
If v is real or complex vector, |v| returns the magnitude (or Euclidean norm or length) v ⋅ v of
v. If all elements in v are real, this definition is equivalent to v ⋅ v .
If M is a real or complex square matrix, |M| returns the determinant of M.
Square root z
Keystroke \
Description Returns the positive square root for positive z; principal value for negative or complex z.
nth root nz
Keystroke [Ctrl]\
Description Returns the positive nth root for positive z; negative nth root for negative z and odd n; principal
value otherwise. n must be an integer, n ≥ 1 .
See also Exponentiation, Square root
Comments This operator gives the same values as the Exponentiation operator except when z < 0 and n is
an odd integer and n ≥ 3 (by special convention).
Reciprocal 1
---
z
Keystroke / 1
Scalar Case
Description Returns the reciprocal (multiplicative inverse) of z, where z is a real or complex number.
Matrix Case
Description If M is a real or complex square matrix, the reciprocal of M is the same as the inverse matrix
M – 1 (assuming that M is nonsingular).
See also Exponentiation
Exponentiation zw
Keystroke ^
Scalar Case
Description Returns the principal value of z raised to the power w, where z and w are real or complex numbers.
Comments The principal value is given by the formula z w ⋅ exp ( π ⋅ i ⋅ w ) . In the special case z < 0 and
w = 1/n, where n is an odd integer and n ≥ 3 , the principal value has a nonzero imaginary part.
Hence, in this special case, Exponentiation does not give the same value as the nth root operator
(by convention).
Matrix Case
Description If M is a real or complex square matrix and n ≥ 0 is an integer, M n returns the nth power of
M (using iterated matrix multiplication). Under the same conditions, M – n is the inverse of M n
(assuming additionally that M is nonsingular).
Equals c=
Keystroke =
Description Returns numerical value of c if c is: a variable previously defined in the worksheet; a built-in
variable; a globally-defined variable; or a function of several such variables. Appears as an
ordinary = on the screen. Not used for symbolic evaluation.
Keystroke :
Description Gives z the numerical value c from that point onward throughout the worksheet. Gives a function
f(x,y,z,...) the meaning prescribed by the expression expr from that point onward throughout the
worksheet. expr need not involve x, y, z, ... but it usually does; it may involve other built-in or
user-defined functions.
Mixed number m
k ----
n
Keystroke [Ctrl][Shift]+
Description If k, m and n are integers, returns the value of k + m/n.
Comments To display a numerical result as a mixed number, double-click on the result to bring up the Result
Format dialog box. Choose Fraction for the result format on the Number Format tab. Click the
box next to “Use mixed numbers” so that it is checked.
398 / Chapter 17 Operators
You can also use the vectorize operator (click on the Matrix toolbar) to perform
any scalar operation or function element by element on a vector or matrix. See
“Performing Calculations in Parallel” on page 61. Figure 17-1 shows some ways to use
vector and matrix operators.
Tip Operators and functions that expect vectors always expect column vectors. They do not apply to
row vectors. To change a row vector into a column vector, use the transpose operator by clicking
on the Matrix toolbar.
Vector and Matrix Operators / 399
Insert matrix
Keystroke [Ctrl]M
Description Creates a vector or matrix of specified dimensions.
Range variable
Keystroke ;
Description Specifies that a variable assume a range of values (for the sake of repeated or iterative
calculations).
Vector sum Σv
Keystroke [Ctrl]4
Description Returns the sum (a scalar) of all elements of a real or complex vector v. (No range variable or
vector subscripts are needed.)
Matrix Inverse
Keystroke ^-1
Description Returns the multiplicative inverse of a real or complex nonsingular square matrix M.
If v is real or complex vector, returns the magnitude (or Euclidean norm or length) v ⋅ v of v.
If all elements in v are real, this definition is equivalent to v ⋅ v .
If M is a real or complex square matrix, returns the determinant of M.
Matrix superscript M 〈 n〉
Keystroke [Ctrl]6
Description Extracts column n (a vector) from matrix M.
Matrix transpose MT
Keystroke [Ctrl]1
Description If M is a vector or matrix, returns a matrix whose rows are the columns of M and whose columns
are the rows of M.
Vectorize
X
Keystroke [Ctrl]-
Description Forces operations in expression X to take place
element by element. All vectors or matrices in X
must be the same size.
Picture
Keystroke [Ctrl]T
Description Displays a matrix, M, or an image file, S, as a grayscale image, by default. Each element of M
corresponds to a pixel. The value of an element determines the shade of gray associated with the
corresponding pixel. Each element of M is an integer between 0 (black) and 255 (white). When
the argument is a string that indicates the path to an image file, the picture is also displayed as a
grayscale image. See “Inserting Pictures” on page 151.
402 / Chapter 17 Operators
Calculus Operators
To access a calculus operator either type its keystroke, or
choose the operator from the Calculus toolbar:
Summation
n
∑ X
i=m
Keystroke [Ctrl][Shift]4
Description Performs iterated addition of X over i = m, m + 1, …, n . X can be any expression; it need not
involve i but it usually does. m and n must be integers. If m = – ∞ or n = ∞ , the evaluation
must be performed symbolically.
Example
3. The remaining placeholder holds the expression you want to sum. Usually, this
expression involves the index of summation. If this expression has several terms,
first type an apostrophe (') to create parentheses around the placeholder.
4. To evaluate multiple summations, place another summation in the final
placeholder of the first summation and use two range variables, as illustrated in the example
above.
This use of summation must be carried out over subsequent integers and in steps of one. Use the
Range Sum operator to use any range variable you define.
Tip The operation of summing the elements of a vector is so common that Mathcad provides a
special operator for it. The vector sum operator (click on the Matrix toolbar) sums the
elements of a vector without needing a range variable.
n
Product
∏ X
i=m
Keystroke [Ctrl][Shift]3
Description Performs iterated multiplication of X over i = m, m + 1, …, n . X can be any expression; it need
not involve i but it usually does. If m = – ∞ or n = ∞ , the evaluation must be performed
symbolically. Works similar to Summation.
See also Range product. See Summation for an example.
Range sum ∑X
i
Keystroke $
Description Performs iterated addition of X over the range variable i. X can be any expression; it need not
involve i but it usually does.
Example
404 / Chapter 17 Operators
Comments This operator can use any range variable you define as an index of summation:
1. Define a range variable. For example, type i:1,2;10.
4. Click on the placeholder to the right of the summation sign and type
an expression involving the range variable. If this expression has
several terms, first type an apostrophe (') to create parentheses around
the placeholder.
5. Press = to get a result.
Tip To enter the expression in the example above using fewer keystrokes, type
i$i^2.
The Range sum operator, unlike the Summation operator, cannot stand alone. It requires
the existence of a range variable. However, a single range variable can be used with any number
of these operators.
Variable Upper Limit of Summation
Mathcad’s range summation operator runs through each value of the range variable you place in
the bottom placeholder. It is possible, by using Boolean expressions, to sum only up to a particular
value. In Figure 17-2, the term i ≤ x returns the value 1 whenever it is true and 0 whenever it is
false. Although the summation operator still sums over each value of the index of summation,
those terms for which i > x are multiplied by 0 and hence do not contribute to the summation.
Range product ∏X
i
Keystroke #
Description Performs iterated multiplication of X over the range variable i. X can be any expression; it need
not involve i but it usually does. Works similar to Range sum.
Definite integral b
∫a f ( t ) dt
Keystroke &
Description Returns the definite integral of f(t) over the interval [ a, b ] . a and b must be real scalars. All
variables in the expression f(t), except the variable of integration t, must be defined. The
integrand, f(t), cannot return an array. a = – ∞ , b = ∞ , or both are permitted.
Examples
Comments Here are some important things to remember about integration in Mathcad:
• The limits of integration must be real, but the expression to be integrated can be either real
or complex, except for integrals being evaluated with the Infinite Limit algorithm.
• Except for the integrating variable, all variables in the integrand must have been defined
elsewhere in the worksheet.
• The integrating variable must be a single variable name.
• If the integrating variable involves units, the upper and lower limits of integration must have
the same units.
Note Like all numerical methods, Mathcad's integration algorithm can have difficulty with ill-
behaved integrands. If the expression to be integrated has singularities, discontinuities, or large
and rapid fluctuations, Mathcad's solution may be inaccurate.
In some cases, you may be able to find an exact expression for your definite integral or even the
indefinite integral (antiderivative) by using Mathcad symbolics.
Variable Limits of Integration
Although the result of an integration is a single number, you can always use an integral with a
range variable to obtain results for many numbers at once (as illustrated in Figure 17-3). Such
repeated evaluations may take considerable time depending on the complexity of the integrals,
the length of the interval, and the value of TOL.
Tolerance for Integrals
Mathcad’s numerical integration algorithm makes successive estimates of the value of the
integral and returns a value when the two most recent estimates differ by less than the value of
the built-in variable TOL. Figure 17-4 below shows how changing TOL affects the accuracy of
integral calculations (not to be confused with the mere formatting issue of how many digits to
display).
Figure 17-4: How changing TOL affects the accuracy of integral calculations.
Calculus Operators / 407
You can change the value of the tolerance by including definitions for TOL directly in your
worksheet as shown. To see the effect of changing the tolerance, press [Ctrl][F9] to recalculate
all the equations in the worksheet.
If Mathcad's approximations to an integral fail to converge to an answer, Mathcad marks the
integral with an appropriate error message.
When you change the tolerance, keep in mind the trade-off between accuracy and computation
time. If you decrease (tighten) the tolerance, Mathcad will compute integrals more accurately.
However, Mathcad will take longer to return a result. Conversely, if you increase (loosen) the
tolerance, Mathcad will compute more quickly, but the answers will be less accurate.
Multiple Integrals
You can also use Mathcad to evaluate double or multiple integrals. To set up a double integral,
press the ampersand key, [&], twice. Fill in the integrand, the limits, and the integrating variable
for each integral. Keep in mind that double integrals take much longer to converge to an answer
than single integrals. Wherever possible, use an equivalent single integral in place of a double
integral.
Because certain numerical integration methods work best on certain kinds of integrals, Mathcad
has an AutoSelect feature for integration. Depending on the kind of integral you are evaluating,
Mathcad automatically chooses the most appropriate integration method to use. Using
AutoSelect, Mathcad examines the integral and evaluates it using one of the following methods:
• Romberg: Romberg trapezoidal approximation with Richard extrapolation—divides the
interval into equally spaced intervals.
• Adaptive: if the values of f(x) vary significantly over the interval, divides the interval into
unequally spaced intervals.
• Infinite Limit: Integrates using an algorithm appropriate for integrals where one of both of
the limits are infinite. The function being integrated must be real.
• Singular Endpoint: if f(a) and/or f(b) is undefined.
If you want to evaluate an integral using a method other than the one chosen during the AutoSelect
process, turn off AutoSelect and choose another method. To do so:
1. Type the integral and allow AutoSelect to return a result.
2. Right click on the integral.
3. Click on the method you want to use.
The integral is recalculated using the method you clicked.
Algorithm Romberg, Kahan transform, QAGS, Clenshaw-Curtis, Gauss-Kronrod formulas (Piessens 1983,
Lorczak)
Indefinite integral
∫ f ( t ) dt
Keystroke [Ctrl]i
Description Returns the indefinite integral (that is, an antiderivative) of f(t). Must be performed symbolically.
The integrand, f(t), cannot return an array.
408 / Chapter 17 Operators
Derivative d f(t)
dt
Keystroke ?
Description Returns the derivative of f(t) evaluated at t. All variables in the expression f(t) must be defined.
The variable t must be a scalar value. The function f(t) must return a scalar.
Examples
Here’s how to evaluate the first derivative of x 3 with respect to x at the point x = 2 :
1. First define the point at which you want to evaluate the derivative. As
a shortcut, type x:2 .
Comments With Mathcad’s derivative algorithm, you can expect the first derivative to
be accurate to within 7 or 8 significant digits, provided that the value at which you evaluate the
derivative is not too close to a singularity of the function. The accuracy of this algorithm tends
to decrease by one significant digit for each increase in the order of the derivative (see nth
derivative operator).
The result of differentiating is not a function, but a single number: the computed derivative at
the indicated value of the differentiation variable. In the previous example, the derivative of x 3
is not the expression 3x 2 but 3x 2 evaluated at x = 2 . If you want the expression 3x 2 , you
will need to use menu symbolics.
Calculus Operators / 409
Although differentiation returns just one number, you can still define one function as the
d
derivative of another. For example: f ( x ) := g ( x ) .
dx
Evaluating f(x) will return the numerically computed derivative of g(x) at x. You can use this
technique to evaluate the derivative of a function at many points via range variables.
To change the appearance of the derivative symbol to a partial derivative symbol, choose
Worksheet Options from the Tools menu, click the Display tab and use the drop-down options
to make the selection.
There are some important things to remember about differentiation in Mathcad:
• The expression to be differentiated can be either real or complex.
• The differentiation variable must be a single variable name. If you want to evaluate the
derivative at several different values stored in a vector, you must evaluate the derivative at
each individual vector element (see Figure 17-5).
nth derivative n
d f(t)
dtn
Keystroke [Ctrl]?
Description Returns the nth derivative of f(t) evaluated at t. All variables in f(t) must be defined. The variable
t must be a scalar value. The function f(t) must return a scalar. n must be an integer between 0
and 5 for numerical evaluation or a positive integer for symbolic evaluation.
410 / Chapter 17 Operators
Comments For n = 1 , this operator gives the same answer as the Derivative operator. For n = 0 , it simply
returns the value of the function itself.
Limit lim f ( t )
t→a
Keystroke [Ctrl]L
Description Returns the two-sided limit of f(t). Must be evaluated symbolically.
Evaluation Operators
To access an Evaluation operator either type its keystroke,
or choose the operator from the Evaluation toolbar:
Equals c=
Keystroke =
Description Returns numerical value of c if c is: a variable previously defined in the worksheet; a built-in
variable; a globally-defined variable; or a function of several such variables. Appears as an
ordinary = on the screen. Not used for symbolic evaluation.
Examples
Comments You can define arrays in the same way as scalars, with the array name A on the left side of a :=,
and a corresponding array of values to the right.
You can likewise use arrays to define several variables at once, as the previous example shows.
The left side of a simultaneous definition is an array whose elements are either names or
subscripted variable names. The right side must be an array of values having the same number
of rows and columns as the left side. Mathcad defines each variable on the left side with the value
of the array in the corresponding position on the right side. Elements on the right side are all
412 / Chapter 17 Operators
Comments You can globally define arrays in the same way as scalars, with the array name A on the left side
of a ≡, and a corresponding array of values to the right.
This is the algorithm that Mathcad uses to evaluate all definitions, global and otherwise:
• First, Mathcad takes one pass through the entire worksheet from top to bottom. During this
first pass, Mathcad evaluates global definitions only.
• Mathcad then makes a second pass through the worksheet from top to bottom. This time,
Mathcad evaluates all definitions made with := as well as all equations containing ≡.
Although global definitions are evaluated before any local definitions, Mathcad
evaluates global definitions the same way it evaluates local definitions: top to bottom
and left to right. This means that whenever you use a variable to the right of a ≡:
• that variable must also have been defined with a ≡, and
• the variable must have been defined above the place where you are trying to use it.
Otherwise, the variable is marked in red to indicate that it is undefined.
Evaluation Operators / 413
It is good practice to allow only one definition for each global variable. Although you can define
a variable with two different global definitions or with one global and one local definition, this
usually makes your worksheet difficult to understand.
Symbolic Equals c→
Keystroke [Ctrl].
Description Returns live symbolic “value” of c if c is a variable previously defined in the worksheet, is a
built-in variable, is a globally-defined variable, or is a function of several such variables.
Comments The live symbolic equals sign is analogous to the numerical equals sign “=”. You can use it to
symbolically simplify or factor algebraic expressions, or to symbolically evaluate derivatives,
integrals and limits. Note that “→” applies only to an entire expression (unlike menu symbolics).
Prefix fx
Keystroke NONE
Description Using the prefix custom operator, f x returns the value f(x), where f is either a built-in or user-
defined function and x is a real or complex number.
Examples
Comments In Figure 17-8, the symbol “ ° ” comes from the Symbol font. First define a function “°(x)” as
illustrated, then click the Postfix button on the Evaluation toolbar to use postfix notation. For
postfix notation, type the name of the operator in the right placeholder and the operand in the left
placeholder.
414 / Chapter 17 Operators
Many publishers prefer to omit parentheses around the arguments to certain functions (sin x rather
than sin ( x ) ). You can do the same thing by treating the sin function as an operator with one
operand, as in Figure 17-9.
Postfix xf
Keystroke NONE
Description Using the postfix custom operator, x f returns the value f(x), where f is either a built-in or user-
defined function and x is a real or complex number.
Comments In Figure 17-8, on page 413, the symbol “°” comes from the Symbol font. First define a function
“°(x)” as illustrated, then click the postfix button on the Evaluation toolbar to use postfix notation.
For postfix notation, type the name of the operator in the right placeholder and the operand in
the left placeholder.
Infix xfy
Keystroke NONE
Description Using the infix custom operator, x f y returns the value f(x,y), where f is either a built-in or user-
defined function and x, y are real or complex numbers.
Comments In Figure 17-8, on page 413, the symbol “≈” comes from the Symbol font. First define a binary
function “≈(x,y)” as illustrated, then click the infix button on the Evaluation toolbar to use infix
notation. For infix notation, type the name of the operator in the middle placeholder and the
operands in the left and right placeholders.
Likewise, in Figure 17-9, on page 413, the binary function “÷(x,y)” is defined and then displayed
in the more conventional manner: “x÷y”. Functions and operators are fundamentally the same.
Although notation like “÷(x,y)” is unconventional, use it if you prefer.
Treefix xfy
Keystroke NONE
Description Using the treefix custom operator, x f y returns the value f(x,y), where f is either a built-in or user-
defined function and x, y are real or complex numbers.
Comments In Figure 17-8, on page 413, the symbol “÷” comes from the Symbol font. First define a binary
function “÷(x,y)” as illustrated, then click the treefix button on the Evaluation toolbar to use
treefix notation. For treefix notation, type the name of the operator in the middle placeholder and
the operands in the left and right placeholders.
Boolean Operators / 415
Boolean Operators
To access a Boolean operator either type its keystroke, or
choose the operator from the Boolean toolbar:
Not equal to z ≠ w , S1 ≠ S2
Keystroke [Ctrl]3
Description For scalars z and w, returns 1 if z ≠ w , 0 otherwise.
For string expressions S1 and S2, returns 1 if S1 is not character by character identical to S2, 0
otherwise.
and x∧y
Keystroke [Ctrl][Shift]7
Description x ∧ y returns the value 1 if both x and y are nonzero, and 0 if at least one of x or y is zero.
Comments The value 0 is regarded as FALSE; any nonzero value (including 1) is regarded as TRUE. The
Boolean and operator evaluates the right argument if and only if the left argument is TRUE.
x ∧ y is also known as the logical conjunction of x and y.
or x ∨y
Keystroke [Ctrl][Shift]6
Description x ∨ y returns the value 1 if at least one of x or y is nonzero, and 0 if both x and y are zero.
Comments The value 0 is regarded as FALSE; any nonzero value (including 1) is regarded as TRUE. The
Boolean or operator evaluates the right argument if and only if the left argument is FALSE.
x ∨ y is also known as the logical (inclusive) disjunction of x and y.
xor x ⊕y
Keystroke [Ctrl][Shift]1
Description x ⊕ y returns the value 1 if precisely one of x or y is nonzero, and 0 if both x and y are zero or
both are nonzero.
Comments The value 0 is regarded as FALSE; any nonzero value (including 1) is regarded as TRUE.
x ⊕ y is the same as (x ∨ y) ∧ ¬ (x ∧ y) and is also known as the logical exclusive disjunction
of x and y.
not ¬x
Keystroke [Ctrl][Shift]5
Description ¬x returns the value 0 if x is nonzero and 0 if x is zero.
Comments The value 0 is regarded as FALSE; any nonzero value (including 1) is regarded as TRUE.
¬x is also known as the logical negation of x.
Programming Operators / 417
Programming Operators
To access a Programming operator either type its
keystroke, or choose the operator from the
Programming toolbar:
Special Note: these operators are valid only within a
Mathcad programming structure.
Local Definition w ← f ( a, b, c, … )
Keystroke {
Description Gives w the numerical value of the function f(a,b,c,...) within a program.
Outside the program, w remains undefined.
Add Line
Keystroke ]
Description Inserts a line in a program. When you insert the Add Line operator the first time, a program is
created (a vertical bar with two placeholders). If you select either of these placeholders and insert
the Add Line operator again, more placeholders are created.
Conditional Statement
Keystroke }
Description Within a program, permits evaluation of a statement only when a specified condition is met. You
must insert this operator using its toolbar button or equivalent keystroke. Conditional if is not
the same as the built-in if function. Do not just type the word “if.”
Otherwise
Keystroke [Ctrl][Shift]}
Description Within a program, used in conjunction with the if operator to exhaust possibilities not yet covered.
You must insert this operator using its toolbar button or equivalent keystroke. Do not just type
the word “otherwise.”
418 / Chapter 17 Operators
For Loop
Keystroke [Ctrl][Shift]”
Description Within a program, permits evaluation of a sequence of statements a specified number of times.
The right-hand placeholder usually contains a range variable. You must insert this operator using
its toolbar button or equivalent keystroke. Do not just type the word “for.”
While Loop
Keystroke [Ctrl]]
Description Within a program, permits evaluation of a sequence of statements until a specified condition is
met. The right-hand placeholder usually contains a Boolean expression. You must insert this
operator using its toolbar button or equivalent keystroke. Do not just type the word “while.”
Break
Keystroke [Ctrl][Shift]{
Description Within a for or while loop, halts loop execution. Usually used in conjunction with an if statement,
that is, halting occurs if a specified condition occurs. Execution moves to the next statement
outside the loop. You must insert this operator using its toolbar button or equivalent keystroke.
Do not just type the word “break.”
Continue
Keystroke [Ctrl][
Description Within a for or while loop, halts loop execution, skips remaining steps, and continues at the
beginning of the next iteration of the next loop. Usually used in conjunction with an if statement,
that is, halting occurs if a specified condition occurs. You must insert this operator using its
toolbar button or equivalent keystroke. Do not just type the word “continue.”
Return
Keystroke [Ctrl][Shift]|
Description Within a program, halts program execution. Usually used in conjunction with an if statement,
that is, halting occurs if a specified condition occurs. Also, within a for or while loop, halts loop
execution. You must insert this operator using its toolbar button or equivalent keystroke. Do not
just type the word “return.”
On Error
Keystroke [Ctrl]’
Description Within a program, permits computation of an alternative expression when an arbitrary numerical
error flag is raised. You must insert this operator using its toolbar button or equivalent keystroke.
Do not just type the phrase “on error.”
Comments on error executes the right-hand argument first. If no error occurs, it returns the result of the
right argument. If an error occurs, then the error is cleared and the left argument is returned.
on error is a general purpose error trap. It is more powerful than using the return statement,
coupled with some specific test, to deal with inputs that give rise to numerical error.
Chapter 18
Symbolic Keywords
This chapter lists and describes Mathcad’s symbolic keywords. The keywords are listed
alphabetically.
The modifier assume is discussed on page 422. The other three modifiers, real,
RealRange and trig, are used in some cases with the simplify keyword; refer to simplify
on page 428 to find out how to use these modifiers.
421
422 / Chapter 18 Symbolic Keywords
Most of the keywords have equivalent menu choices on the Symbolics menu.
Keywords
assume
Syntax assume, constraint
Description Imposes constraints on one or more variables according to the expression constraint. A typical
constraint might be that var < 10.
assume can also constrain a variable to be real or to fall within a certain range of real values.
Use the following modifiers:
var=real evaluates the expression on the assumption that the variable var is real;
var=RealRange(a,b) evaluates on the assumption that var is real and lies between
a and b, where a and b are real numbers or infinity (type [Ctrl][Shift]z to display ∞).
Example
Keywords / 423
coeffs
Syntax coeffs, var
Description Finds coefficients of a polynomial when it is written in terms of ascending powers of the variable
or subexpression var. Mathcad returns a vector containing the coefficients. The first element of
the vector is the constant term and the last element is the coefficient of the highest order term in
the polynomial.
See also convert, parfrac for example
Comments Another way to find the coefficients of a polynomial is to enclose the variable or subexpression
var between the two editing lines and choose Polynomial Coefficients from the Symbolics
menu.
collect
Syntax collect, var1, var2, ... , varn
Description Collects terms containing like powers of the variables var1 through varn.
See also expand for example
Comments Another way to collect terms is to enclose the expression between the editing lines and choose
Collect from the Symbolics menu
complex
Syntax complex
Description Carries out symbolic evaluation in the complex domain. Result is usually of the form a + i ⋅b .
See also assume for example
Comments Another way to evaluate an expression in the complex domain is to enclose the expression
between the editing lines and choose Evaluate⇒Complex from the Symbolics menu.
convert, parfrac
Syntax convert, parfrac, var
Description Converts an expression to a partial fraction expansion in the variable var.
Example
424 / Chapter 18 Symbolic Keywords
Comments The symbolic processor tries to factor the denominator of the expression into linear or quadratic
factors having integer coefficients. If it succeeds, it expands the expression into a sum of fractions
with these factors as denominators. All constants in the selected expression must be integers or
fractions; Mathcad does not expand an expression that contains decimal points.
Another way to convert an expression to a partial fraction is to click on the variable var anywhere
in the expression. Then choose Variable⇒Convert to Partial Fraction from the Symbolics
menu.
expand
Syntax expand, expr
Description Expands all powers and products of sums in an expression except for the subexpression expr.
The argument expr is optional. The entire expression is expanded if the argument expr is omitted.
Example
Comments Another way to expand an expression is to enclose the expression between the editing lines and
choose Expand from the Symbolics menu.
factor
Syntax factor, expr
Description Factors an expression into a product, if the entire expression can be written as a product.
If the expression is a single integer, Mathcad factors it into powers of primes.
If the expression is a polynomial or rational function, Mathcad factors it into powers of lower-
order polynomials or rational functions. The argument expr is optional.
See also expand for example
Comments If you want to factor an expression over certain radicals, follow the factor keyword with a comma
and the radicals.
You may be able to simplify an expression by factoring subexpressions, even if the expression
taken as a whole can't be factored. To do so, enclose a subexpression between the editing lines
and choose Factor from the Symbolics menu. You can also use the Factor menu command to
factor an entire expression, but the Symbolics menu commands do not use any previous
definitions in your worksheet and do not automatically update.
Keywords / 425
float
Syntax float, m
Description Displays a floating point value with m places of precision whenever possible. If the argument m,
an integer, is omitted, the default precision is 20.
See also assume for example
Comments Another way to perform floating point evaluation on an expression is to enclose the expression
between the editing lines and choose Evaluate⇒Floating Point from the Symbolics menu.
In the Floating Point dialog box, specify the number of digits to the right of the decimal point.
fourier
Syntax fourier, var
Description Evaluates the Fourier transform of an expression with respect to the variable var.
Example
+∞
Comments Mathcad returns a function of ω given by:
transformed.
∫
–∞
f ( t )e –i ωt dt where f(t) is the expression to be
Mathcad returns a function in the variable ω when you perform a Fourier transform because this
is a commonly used variable name in this context. If the expression you are transforming already
contains an ω, Mathcad avoids ambiguity by returning a function of the variable ωω instead.
Another way to evaluate the Fourier transform of an expression is to enter the expression and
click on the transform variable. Then choose Transform⇒Fourier from the Symbolics menu.
invfourier
Syntax invfourier, var
Description Evaluates the inverse Fourier transform of an expression with respect to the variable var.
See also fourier for example
1 +∞
Comments ∫
Mathcad returns a function of t given by: ------
to be transformed.
2π –∞
F ( ω )e iωt dω where F(ω) is the expression
Mathcad returns a function in the variable t when you perform an inverse Fourier transform
because this is a commonly used variable name in this context. If the expression you are
426 / Chapter 18 Symbolic Keywords
invlaplace
Syntax invlaplace, var
Description Evaluates the inverse Laplace transform of an expression with respect to the variable var.
See also fourier for example
1 σ + i∞
Comments ∫
Mathcad returns a function of t given by: --------
2πi σ – i∞
F ( s )e st dt where F(s) is the expression to
be transformed and all singularities of F(s) are to the left of the line Re ( s ) = σ .
Mathcad returns a function in the variable t when you perform an inverse Laplace transform
because this is a commonly used variable name in this context. If the expression you are
transforming already contains a t, Mathcad avoids ambiguity by returning a function of the
variable tt instead.
Another way to evaluate the inverse Laplace transform of an expression is to enter the expression
and click on the transform variable. Then choose Transform⇒Inverse Laplace from the
Symbolics menu.
invztrans
Syntax invztrans, var
Description Evaluates the inverse z-transform of an expression with respect to the variable var.
See also fourier for example
1
Comments Mathcad returns a function of n given by a contour integral around the origin: -------- ∫ F ( z )z n – 1 dz
2πi C
where F(z) is the expression to be transformed and C is a contour enclosing all singularities of
the integrand.
Mathcad returns a function in the variable n when you perform an inverse z-transform since this
is a commonly used variable name in this context. If the expression you are transforming already
contains an n, Mathcad avoids ambiguity by returning a function of the variable nn instead.
Another way to evaluate the inverse z-transform of an expression is to enter the expression and
click on the transform variable. Then choose Transform⇒Inverse Z from the Symbolics menu.
laplace
Syntax laplace, var
Description Evaluates the Laplace transform of an expression with respect to the variable var.
See also fourier for example
+∞
Comments Mathcad returns a function of s given by: ∫0 f ( t )e – st dt , where f(t) is the expression to be
transformed.
Keywords / 427
Mathcad returns a function in the variable s when you perform a Laplace transform since this is
a commonly used variable name in this context. If the expression you are transforming already
contains an s, Mathcad avoids ambiguity by returning a function of the variable ss instead.
Another way to evaluate the Laplace transform of an expression is to enter the expression and
click on the transform variable. Then choose Transform⇒Laplace from the Symbolics menu.
series
Syntax series, var=z, m
Description Expands an expression in one or more variables, var, around the point z. The order of expansion
is m. Arguments z and m are optional. By default, the expansion is taken around zero and is a
polynomial of order six.
Example
Comments Mathcad finds Taylor series (series in nonnegative powers of the variable) for functions that are
analytic at 0, and Laurent series for functions that have a pole of finite order at 0. To develop a
series with a center other than 0, the argument to the series keyword should be of the form var=z,
where z is any real or complex number. For example, series, x=1 expands around the point x=1.
Press [Ctrl] = for the equal sign.
To expand a series around more than one variable, separate the variables by commas. The last
line in the example above shows an expression expanded around x and y.
Another way to generate a series expansion is to enter the expression and click on a variable for
which you want to find a series expansion. Then choose Variable⇒Expand to Series from the
Symbolics menu. A dialog box will prompt you for the order of the series. This command is
limited to a series in a single variable; any other variables in the expression will be treated as
constants. The results also contain the error term using the O notation. Before you use the series
for further calculations, you will need to delete this error term.
When using the approximations you get from the symbolic processor, keep in mind that the Taylor
series for a function may converge only in some small interval around the center. Furthermore,
functions like sin or exp have series with infinitely many terms, while the polynomials returned
by Mathcad have only a few terms (how many depends on the order you select). Thus, when you
approximate a function by the polynomial returned by Mathcad, the approximation will be
reasonably accurate close to the center, but may be quite inaccurate for values far from the center.
428 / Chapter 18 Symbolic Keywords
simplify
Syntax simplify
Description Simplifies an expression by performing arithmetic, canceling common factors, and using basic
trigonometric and inverse function identities.
To control the simplification, use the following modifiers:
assume=real simplifies on the assumption that all the indeterminates in the expression are real;
assume=RealRange(a,b) simplifies on the assumption that all the indeterminates are real and
are between a and b, where a and b are real numbers or infinity ([Ctrl]Z);
trig, simplifies a trigonometric expression by applying only the following identities:
2 2 2 2
sin ( x ) + cos ( x ) = 1 cosh ( x ) – sinh ( x ) = 1 ,
but does not simplify the expression by simplifying logarithms, powers, or radicals.
Example
Comments You can also simplify an expression by placing it between the two editing lines and choosing
Simplify from the Symbolics menu. This method is useful when you want to simplify parts of
an expression. Mathcad may sometimes be able to simplify parts of an expression even when it
cannot simplify the entire expression. If simplifying the entire expression doesn't give the answer
you want, try selecting subexpressions and choosing Simplify from the Symbolics menu. If
Mathcad can't simplify an expression any further, you'll just get the original expression back as
the answer.
In general, when you simplify an expression, the simplified result will have the same numerical
behavior as the original expression. However, when the expression includes functions with more
than one branch, such as square root or the inverse trigonometric functions, the symbolic answer
may differ from a numerical answer. For example, simplifying asin ( sin ( θ ) ) yields θ, but this
equation holds true numerically in Mathcad only when θ is a number between −π/2 and π/2.
Keywords / 429
solve
Syntax solve, var
Description Solves an equation for the variable var or solves a system of equations for the variables in a
vector var.
Examples
Comments Solving equations symbolically is far more difficult than solving them numerically. The symbolic
solver sometimes does not give a solution. Many problems can only be solved via numerical
approach and many more yield symbolic solutions too lengthy to be useful.
430 / Chapter 18 Symbolic Keywords
Another way to solve for a variable is to enter the equation, click on the variable you want to
solve for in an equation, and choose Variable⇒Solve from the Symbolics menu.
You can use either the symbolic solve keyword or a solve block, as illustrated above, to solve a
system of equations symbolically. No initial guess values are necessary for symbolic schemes.
substitute
Syntax substitute, var1= var2
Description Replaces all occurrences of a variable var1 with an expression or variable var2.
Press [Ctrl] = for the equal sign.
Example
Comments Mathcad does not substitute a variable for an entire vector or a matrix. You can, however,
substitute a scalar expression for a variable that occurs in a matrix.
To do so, follow these steps:
1. Select the expression that will replace the variable and choose Copy from the Edit menu.
2. Click on an occurrence of the variable you want to replace and choose Variable⇒Substitute
from the Symbolics menu. You can also use this menu command to perform a substitution
in any expression.
ztrans
Syntax ztrans, var
Description Evaluates the z-transform of an expression with respect to the variable var.
See also fourier for example +∞
Comments Mathcad returns a function of z given by: ∑ f ( n )z –n , where f(n) is the expression to be
transformed. n=0
Mathcad returns a function in the variable z when you perform a z-transform since this is a
commonly used variable name in this context. If the expression you are transforming already
contains a z, Mathcad avoids ambiguity by returning a function of the variable zz instead.
Another way to evaluate the z-transform of an expression is to enter the expression and click on
the transform variable. Then choose Transform⇒Z from the Symbolics menu.
Appendices
! Appendix A: Special Functions
! Appendix B: SI Units
! Appendix C: CGS units
! Appendix D: U.S. Customary Units
! Appendix E: MKS Units
! Appendix F: Predefined Variables
! Appendix G: Suffixes for Numbers
! Appendix H: Greek Letters
! Appendix I: Arrow and Movement Keys
! Appendix J: Function Keys
! Appendix K: ASCII codes
! Appendix L: References
431
432 / Appendices
Function Definitions
Name Definition
n
γ = lim --- – ln ( n ) = 0.57721566…
∑
1
Euler’s constant
n→∞ k
k = 1
x
cosh ( t ) – 1
Hyperbolic cosine integral Chi ( x ) = γ + ln ( x ) + ∫0 --------------------------
t
- dt
x
cos ( t ) – 1
Cosine integral
Ci ( x ) = γ + ln ( x ) + ∫0 -----------------------
t
- dt
x
ln ( t )
Dilogarithm function di log ( x ) = ∫1 -----------
1–t
- dt
∫–∞ ∆ ( x ) dx = 1
∞
xn
Exponential integral Ei ( x ) = γ + ln ( x ) + ∑ -----------
n ⋅ n!
- (x > 0)
n=1
∞
2 ( – 1 ) n z 2n + 1- (for complex z)
Complex error function erf ( z ) = -------∑ ----------------------------
π n = 0 n! ( 2n + 1 )
x
π
Fresnel cosine integral FresnelC ( x ) = ∫0 cos --2- t2 dt
x
π
Fresnel sine integral FresnelS ( x ) = ∫0 sin --2- t2 dt
x
sinh ( t )
Hyperbolic sine integral Shi ( x ) = ∫0 ----------------
t
- dt
x
sin ( t )
Sine integral Si ( x ) = ∫0 -------------
t
- dt
∑ ----
1 (x > 1)
Riemann Zeta function Zeta ( x ) = -
n=1
nx
Comments
The Psi function and Γ appear frequently in the results of indefinite sums and products. If you use a single
variable name rather than a full range in the index placeholder of a summation or product, and you choose
Evaluate Symbolically or another symbolic evaluation command, Mathcad will attempt to calculate an
indefinite sum or product of the expression in the main placeholder. The indefinite sum of f(i) is an
expression S(i) for which S ( i + 1 ) – S ( i ) = f ( i ) .
P(i + 1)
The indefinite product of f(i) is an expression P(i) for which ------------------- = f ( i ) .
P(i)
434 / Appendices
Appendix B: SI Units
Base Units
m (meter), length kg (kilogram), mass s (second), time
A (ampere), current K (kelvin), temperature cd (candela), luminosity
mole or mol, substance
Angular Measure
rad = 1 π sr = 1 ⋅ sr
deg = --------- ⋅ rad
180
Length
·
cm = 0.01 ⋅ m km = 1000 ⋅ m mm = 0.001 ⋅ m
ft = 0.3048 ⋅ m in = 2.54 ⋅ cm yd = 3 ⋅ ft
mi = 5280 ⋅ ft
Mass
gm = 10
–3
⋅ kg tonne = 1000 ⋅ kg lb = 453.59237 ⋅ gm
m
mph = mi
------ kph = km
-------- g = 9.80665 ⋅ ----2
hr hr s
Force, Energy, Power
m
N = kg ⋅ ----2 dyne = 10 – 5 ⋅ N lbf = g ⋅ lb
s
kgf = g ⋅ kg J = N⋅m erg = 10 –7 ⋅ J
cal = 4.1868 ⋅ J kcal = 1000 ⋅ cal BTU = 1.05506 ⋅ 10 3 ⋅ J
kW = 1000 ⋅ W ft ⋅ lbf
W = J- hp = 550 ⋅ ---------------
s s
Pressure, Viscosity
N
Pa = -------
lbf
psi = ------2- atm = 1.01325 ⋅ 10 5 ⋅ Pa
m2 in
Appendices / 435
C = A⋅s J- mV = 10 – 3 ⋅ V
V = ---
C
kV = 10 3 ⋅ V V
Ω = ---- kΩ = 10 3 ⋅ Ω
A
MΩ = 10 6 ⋅ Ω 1
S = ----
1
mho = ----
Ω Ω
V
H = ---- ⋅ s µH = 10 –6 ⋅ H mH = 10 – 3 ⋅ H
A
µA = 10 – 6 ⋅ A mA = 10 – 3 ⋅ A kA = 10 3 ⋅ A
C-
F = --- pF = 10 – 12 ⋅ F nF = 10 – 9 ⋅ F
V
µF = 10 –6 ⋅ F Wb = V ⋅ s
1000 A
Oe = ------------ ⋅ ---- T = Wb
--------- gauss = 10 – 4 ⋅ T
4⋅π m m2
Frequency, Activity
1
Hz = --- kHz = 10 3 ⋅ Hz MHz = 10 6 ⋅ Hz
s
GHz = 10 9 ⋅ Hz Hza = 2 ⋅ π ⋅ Hz
Bq = 1---
s
Temperature
R = 0.556 ⋅ K
Dose
J- J-
Gy = ----- Sv = -----
kg kg
Luminous Flux, Illuminance
lm = cd ⋅ sr cd ⋅ st
lx = --------------
m2
436 / Appendices
rad = 1 π
deg = --------- ⋅ rad
180
Length
Mass
Time
Area, Volume
Velocity, Acceleration
cm
mph = mi
------ kph = km
-------- g = 980.665 ⋅ -----------2-
hr hr sec
cm sec
c = 2.997925 ⋅ 10 10 ⋅ --------- c_ = c ⋅ -------
sec m
Force, Energy, Power
Pressure, Viscosity
dyne
Pa = 10 ⋅ -----------2-
lbf
psi = ------2- atm = 1.01325 ⋅ 10 5 ⋅ Pa
cm in
in_Hg = 3.38638 ⋅ 10 3 ⋅ Pa torr = 1.33322 ⋅ 10 2 ⋅ Pa cm 2
stokes = ----------
sec
poise = 0.1 ⋅ Pa ⋅ sec
Electrical
These are CGS-esu units, based only on mass, length, and time. The “stat” units are defined in
terms of dyne, cm, and sec.
statamp = dyne 0.5 ⋅ cm ⋅ sec – 1 statcoul = dyne 0.5 ⋅ cm statvolt = dyne 0.5
statohm = sec ⋅ cm – 1 statsiemens = cm ⋅ sec – 1 statfarad = cm
Frequency
1
Hz = ------- kHz = 10 3 ⋅ Hz MHz = 10 6 ⋅ Hz
sec
GHz = 10 9 ⋅ Hz Hza = 2 ⋅ π ⋅ Hz
Temperature
R = 0.556 ⋅ K
Conversions to SI Units
c_
volt = watt
volt-
amp = ------ ⋅ statamp ----------- ohm = ----------
10 amp amp
coul = amp ⋅ sec sec
farad = coul
----------- henry = volt ⋅ -----------
volt amp
438 / Appendices
rad = 1 π
deg = --------- ⋅ rad
180
Length
ft- ft - yd = 3 ⋅ ft
in = ----- m = ---------------
12 0.3048
cm = 0.01 ⋅ m mi = 5280 ⋅ ft km = 1000 ⋅ m
mm = 0.001 ⋅ m
Mass
Area, Volume
liter = 0.035 ⋅ ft
3 mL = 10 – 3 ⋅ liter gal = 128 ⋅ fl_oz
Velocity, Acceleration
ft
mph = mi
------ kph = km
-------- g = 32.174 ⋅ -----------2-
hr hr sec
Force, Energy, Power
Pressure, Viscosity
lbf
psi = ------2- Pa = newton
------------------- atm = 1.01325 ⋅ 10 5 ⋅ Pa
in m2
in_Hg = 3.386 ⋅ 10 3 ⋅ Pa torr = 1.333 ⋅ 10 2 ⋅ Pa cm 2
stokes = ----------
sec
poise = 0.1 ⋅ Pa ⋅ sec
Electrical
volt = watt
----------- mV = 10 – 3 ⋅ volt KV = 10 3 ⋅ volt
amp
volt- 1 1
ohm = ---------- mho = ----------- siemens = -----------
amp ohm ohm
Ω = ohm KΩ = 10 3 ⋅ ohm MΩ = 10 6 ⋅ ohm
henry = weber
---------------- µH = 10 –6 ⋅ henry mH = 10 – 3 ⋅ henry
amp
amp = coul
----------- µA = 10 –6 ⋅ amp mA = 10 – 3 ⋅ amp
sec
KA = 10 3 ⋅ amp farad = coul
----------- pF = 10 – 12 ⋅ farad
volt
nF = 10 – 9 ⋅ farad µF = 10 – 6 ⋅ farad weber = volt ⋅ sec
1000 amp
oersted = ------------ ⋅ ----------- weber-
tesla = --------------- gauss = 10 – 4 ⋅ tesla
4⋅π m m2
Frequency
1
Hz = ------- kHz = 10 3 ⋅ Hz MHz = 10 6 ⋅ Hz
sec
GHz = 10 9 ⋅ Hz Hza = 2 ⋅ π ⋅ Hz
Temperature
R = 0.556 ⋅ K
440 / Appendices
rad = 1 π
deg = --------- ⋅ rad
180
Length
Mass
gm = 10
–3
⋅ kg tonne = 1000 ⋅ kg lb = 453.59237 ⋅ gm
Time
Area, Volume
Velocity, Acceleration
m
mph = mi
------ kph = km
-------- g = 9.80665 ⋅ -----------2-
hr hr sec
Force, Energy, Power
m
newton = kg ⋅ ---------2- dyne = 10 – 5 ⋅ newton lbf = g ⋅ lb
sec
kgf = g ⋅ kg joule = newton ⋅ m erg = 10 –7 ⋅ joule
cal = 4.1868 ⋅ joule kcal = 1000 ⋅ cal BTU = 1.05506 ⋅ 10 3 ⋅ joule
kW = 1000 ⋅ watt ft ⋅ lbf
watt = joule
------------- hp = 550 ⋅ ---------------
sec sec
Appendices / 441
Pressure, Viscosity
newton
Pa = -------------------
lbf
psi = ------2- atm = 1.01325 ⋅ 10 5 ⋅ Pa
m2 in
in_Hg = 3.38638 ⋅ 10 3 ⋅ Pa torr = 1.33322 ⋅ 10 2 ⋅ Pa m2
stokes = 10 –4 ⋅ -------
sec
poise = 0.1 ⋅ Pa ⋅ sec
Electrical
volt = watt
----------- mV = 10 – 3 ⋅ volt kV = 10 3 ⋅ volt
amp
volt- 1 1
ohm = ---------- mho = ----------- siemens = -----------
amp ohm ohm
Ω = ohm kΩ = 10 3 ⋅ ohm MΩ = 10 6 ⋅ ohm
henry = weber
---------------- µH = 10 –6 ⋅ henry mH = 10 – 3 ⋅ henry
amp
amp = coul
----------- µA = 10 –6 ⋅ amp mA = 10 – 3 ⋅ amp
sec
kA = 10 3 ⋅ amp farad = coul
----------- pF = 10 – 12 ⋅ farad
volt
nF = 10 – 9 ⋅ farad µF = 10 – 6 ⋅ farad weber = volt ⋅ sec
1000 amp
oersted = ------------ ⋅ ----------- weber-
tesla = --------------- gauss = 10 – 4 ⋅ tesla
4⋅π m m2
Frequency
1
Hz = ------- kHz = 10 3 ⋅ Hz MHz = 10 6 ⋅ Hz
sec
GHz = 10 9 ⋅ Hz Hza = 2 ⋅ π ⋅ Hz
Temperature
R = 0.556 ⋅ K
442 / Appendices
Note Because Mathcad by default treats most expressions involving a number followed immediately
by a letter to mean implied multiplication of a number by a variable name, you will need to
backspace over the implied multiplication operator to create expressions like 4.5M.
444 / Appendices
Note The Greek letter π is so commonly used that it has its own keyboard shortcut: [Ctrl][Shift]P.
Appendices / 445
Note These function keys are provided mainly for compatibility with earlier Mathcad versions.
Mathcad also supports standard Windows keystrokes for operations such as file opening,
[Ctrl]O], and saving, [Ctrl]S], copying, [Ctrl]C], and pasting, [Ctrl]V]. Choose
Preferences from the Tools menu and check “Use standard Windows shortcut keys” on the
General tab to enable all Windows shortcuts.
Appendices / 447
Appendix L: References
Abramowitz, M., and I. Stegun. Handbook of Mathematical Functions. New York:
Dover, 1972.
Devroye, L. Non-uniform Random Variate Distribution. New York: Springer-Verlag,
1986.
Friedman, J. H. “A Variable Span Smoother.” Tech Report No. 5. Laboratory for
Computational Statistics. Palo Alto: Stanford University.
Geddes, K. and G. Gonnet. “A New Algorithm for Computing Symbolic Limits Using
Generalized Hierarchical Series.” Symbolic and Algebraic Computation (Proceedings
of ISSAC '88). Edited by P. Gianni. From the series Lecture Notes in Computer Science.
Berlin: Springer-Verlag, 1989.
Golub, G. and C. Van Loan. Matrix Computations. Baltimore: John Hopkins
University Press, 1989.
Hairer, E. and G. Wanner. Solving Ordinary Differential Equations II: Stiff and
Differential-Algebraic Problems. Berlin: Springer-Verlag, 2nd rev. ed., 1996.
Knuth, D. The Art of Computer Programming: Seminumerical Algorithms. Reading:
Addison-Wesley, 1997.
Lorczak, P. The Mathcad Treasury. A Mathsoft E-book. Cambridge:
Mathsoft, Inc.
Nash, J.C. Compact Numerical Methods For Computers. Bristol: Adam Hilger
Ltd., 1979.
Niven, I. and H. Zuckerman. An Introduction to the Theory of Numbers. New York:
John Wiley & Sons, 1972.
Piessens, R., E. de Doncker-Kapenga, C. W. Überhuber and D. K. Kahaner, QUAD-
PACK, A Subroutine Package for Automatic Integration, Springer-Verlag, 1983.
Press, W.H., W.T. Flannery, S.A.Teukolsky, and B.P.Vetterling. Numerical Recipes in
C. Cambridge University Press, New York, 1992.
Polak, E. Optimization – Algorithms and Consistent Approximations. New York:
Springer-Verlag, 1997.
Singleton, R. Communications of ACM. Vol. 11, no. 11. November, 1986.
Wilkinson, J.H. and C. Reinsch. Handbook for Automatic Computation. Vol. II, Linear
Algebra. New York: Springer-Verlag, 1971.
Winston, W. Operations Research: Applications and Algorithms. Belmont:
Wadsworth, 1994.
Index Excel 222
MATLAB 226
approximations
↵ (Enter key) 1 root of expression 125
→ (symbolic equal sign) 196 arccosecant 261
→ (vectorize operator) 61 arccosine 260
94–95, 245 arccotangent 260
% 442 arcsecant 262
( ) (parentheses) 46 arcsine 263
, 317, 370 arctangent 263
:= (definition) 17, 99 area
= (evaluating expression) 17, 101 collapsing 86
∞ (infinity) 442 deleting 87
2D plots, creating 21 expanding 86
3D Plot Format dialog box 184 inserting 85
absolute value 396 locking and unlocking 86
accessing Mathcad from other applications 248 naming 86
accessing other applications from Mathcad 216 password protecting 85–86
acos function 260 arg function 262
acosh function 260 arguments
acot function 260 of functions 106
acoth function 261 arithmetic mean 317
acsc function 261 arithmetic operators
acsch function 261 absolute value 396
activation 8 addition 394
ActiveX 243, 248 addition with line break 394
adaptive smoothing of data 149 complex conjugate 396
add line 417 division 395
addition 394 exponentiation 396–397
with line break 394 factorial 395
Ai function 261 multiplication 395
Airy functions 261, 264 negation 395
aligning nth root 396
output tables 59 parentheses 394
regions 80 range variable 399
text 70 square root 396
and function 416 subtraction 395
angle function 262 arrays
Animate command 121 calculations by element 61
animation copying and pasting 59
compressing AVI files 121 creating 53
creating 121 defining with range variables 54
playback 122 displaying in results 58
saving 121 extracting a row or column 57
speed 121–122 graphical display of 62
antisymmetric tensor function 387 importing data into 220
APPENDPRN function 262 nested 63, 113
application component operators for 398
SmartSketch 226 ORIGIN used with 57
application components arrow keys, for editing 13, 445
Axum/S-PLUS 224 ASCII codes
Data Acquisition control (DAC) 229
449
450 / Index
calculation 17 in text 69
controlling 118 of worksheet background 83
disabling for individual equation 120 color images
equations 17, 100 displaying 151
locking area 85 color palettes for bitmaps 155
order in worksheets 101 colormap 308, 367
result format 112 colormap files 186
units in 115 cols function 270
calculator, using Mathcad as 16 column 34
calculus operators column vectors
definite integral 405 See vectors
derivative 408 combin function 270
indefinite integral 407 combinatorics functions
left-hand limit 410 combin function 270
limit 410 permut function 333
nth derivative 409 combining matrices
product 403 augment function 263
range product 405 stack function 372
range sum 403 common logarithm 310
right-hand limit 410 complex conjugate 396
summation 402 complex keyword 423
calling Mathcad from other applications 248 complex numbers
Cauchy distribution 277, 330, 342, 348 arg function 262
ceil function 267 csgn function 274
Celsius 111, 117 display of 113
CFFT function 269 entering 34
cfft function 268 Im function 297
CGS units 116, 436 imaginary unit symbol 113
characters, deleting or inserting in math 42 Re function 349
Chebyshev polynomials 380 signum function 370
Check In 96 vector field plots 182
Check Out 96 complex threshold 113
Chi function 432 Component Wizard 217
chi-squared distribution 277, 331, 342, 349 components
cholesky function 269 application-based 216
Ci function 432 customizing 247
Clipboard 48, 202 deleting 247
closing a worksheet 22 inserting 217
closing Mathcad overview of 216
See exiting Mathcad redistributing 247
cnorm function 254 scripted 243
cnper function 270 See also application components
coeffs keyword 423 computing results 17, 100
Collaboratory 29 concat function 271
collapsing an area 86 cond1 function 271
collect keyword 423 cond2 function 271
colon (:) as definition symbol 17, 99 conde function 271
color condi function 271
Electronic Book annotation 26 condition number of matrix 271
equation highlight 83 conditional
in equations 51 functions 256
452 / Index
entering 34 text 65
symbol for 34, 113 units 110
imaginary value 113 worksheet 88
implied multiplication 41, 109, 443 inserting a component 217
importing data 215, 220 insertion point 16
importing data from a database 220 installation instructions 7
impulse function 387, 432 integral transforms
In function 298 Fourier 210
incompatible units (error message) 110 Laplace 210
incomplete z 210
beta function 295 integrals
gamma function 387 indefinite 205
increments for ranges 105 symbolic evaluation of 205
indefinite integral 205, 407 integration 405, 407
indented paragraphs 70 IntelliMouse support 13, 194
index variables intercept function 298
See range variables International System of units (SI) 116
inequalities Internet
as constraints in solve blocks 130 Collaboratory 29
infinity (∞) 36, 442 interp function 298
infix 414 interpolation
Inline division 395 cubic spline 145
inner product 399 functions 145
in-place activation 156 linear 145
Input Table component 55 interpolation functions
input to a component 216 bspline function 265
Insert 44 cspline function 274
Insert Area command 85 interp function 298
Insert Function command 249 linterp function 306
Insert Hyperlink command 89 lspline function 311, 313
Insert key 42, 66 pspline function 339
Insert Link command 89 interrupting calculations in progress 120
Insert Math Region command 73 inverse
insert matrix 399 cumulative distributions 254
Insert Matrix command Fourier transform 210
to create array 53 Laplace transform 210
to resize array 54 z-transform 210
Insert Object command 15, 118, 156 inverse cumulative probability
Insert Reference command 88 See inverse probability distribution
Insert Unit command 110, 115 inverse hyperbolic functions
inserting acosh function 260
blank lines 82 acoth function 261
equations in text 72 acsch function 261
functions 48 asech function 262
graphic objects 155 asinh function 263
graphics computationally linked 158 atanh function 263
hyperlinks 89 inverse of matrix 399
math region 73 inverse probability distribution functions
minus sign in front of expression 46 qbeta function 341
parentheses around expression 46 qbinom function 341
pictures 151 qcauchy function 342
Index / 459