]> code.delx.au - gnu-emacs/blob - doc/misc/calc.texi
* lisp/emacs-lisp/map.el: Better docstring for the map pcase macro.
[gnu-emacs] / doc / misc / calc.texi
1 \input texinfo @c -*-texinfo-*-
2 @comment %**start of header (This is for running Texinfo on a region.)
3 @c smallbook
4 @setfilename ../../info/calc.info
5 @c [title]
6 @settitle GNU Emacs Calc Manual
7 @documentencoding UTF-8
8 @setchapternewpage odd
9 @comment %**end of header (This is for running Texinfo on a region.)
10
11 @include emacsver.texi
12
13 @c The following macros are used for conditional output for single lines.
14 @c @texline foo
15 @c 'foo' will appear only in TeX output
16 @c @infoline foo
17 @c 'foo' will appear only in non-TeX output
18
19 @c @expr{expr} will typeset an expression;
20 @c $x$ in TeX, @samp{x} otherwise.
21
22 @iftex
23 @macro texline
24 @end macro
25 @alias infoline=comment
26 @alias expr=math
27 @alias tfn=code
28 @alias mathit=expr
29 @alias summarykey=key
30 @macro cpi{}
31 @math{@pi{}}
32 @end macro
33 @macro cpiover{den}
34 @math{@pi/\den\}
35 @end macro
36 @end iftex
37
38 @ifnottex
39 @alias texline=comment
40 @macro infoline{stuff}
41 \stuff\
42 @end macro
43 @alias expr=samp
44 @alias tfn=t
45 @alias mathit=i
46 @macro summarykey{ky}
47 \ky\
48 @end macro
49 @macro cpi{}
50 @expr{pi}
51 @end macro
52 @macro cpiover{den}
53 @expr{pi/\den\}
54 @end macro
55 @end ifnottex
56
57
58 @tex
59 % Suggested by Karl Berry <karl@@freefriends.org>
60 \gdef\!{\mskip-\thinmuskip}
61 @end tex
62
63 @c Fix some other things specifically for this manual.
64 @iftex
65 @finalout
66 @mathcode`@:=`@: @c Make Calc fractions come out right in math mode
67 @tex
68 \gdef\coloneq{\mathrel{\mathord:\mathord=}}
69
70 \gdef\beforedisplay{\vskip-10pt}
71 \gdef\afterdisplay{\vskip-5pt}
72 \gdef\beforedisplayh{\vskip-25pt}
73 \gdef\afterdisplayh{\vskip-10pt}
74 @end tex
75 @newdimen@kyvpos @kyvpos=0pt
76 @newdimen@kyhpos @kyhpos=0pt
77 @newcount@calcclubpenalty @calcclubpenalty=1000
78 @ignore
79 @newcount@calcpageno
80 @newtoks@calcoldeverypar @calcoldeverypar=@everypar
81 @everypar={@calceverypar@the@calcoldeverypar}
82 @ifx@ninett@undefinedzzz@font@ninett=cmtt9@fi
83 @catcode`@\=0 \catcode`\@=11
84 \r@ggedbottomtrue
85 \catcode`\@=0 @catcode`@\=@active
86 @end ignore
87 @end iftex
88
89 @copying
90 @ifinfo
91 This file documents Calc, the GNU Emacs calculator.
92 @end ifinfo
93 @ifnotinfo
94 This file documents Calc, the GNU Emacs calculator, included with
95 GNU Emacs @value{EMACSVER}.
96 @end ifnotinfo
97
98 Copyright @copyright{} 1990--1991, 2001--2015 Free Software Foundation, Inc.
99
100 @quotation
101 Permission is granted to copy, distribute and/or modify this document
102 under the terms of the GNU Free Documentation License, Version 1.3 or
103 any later version published by the Free Software Foundation; with the
104 Invariant Sections being just ``GNU GENERAL PUBLIC LICENSE'', with the
105 Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover
106 Texts as in (a) below. A copy of the license is included in the section
107 entitled ``GNU Free Documentation License.''
108
109 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
110 modify this GNU manual.''
111 @end quotation
112 @end copying
113
114 @dircategory Emacs misc features
115 @direntry
116 * Calc: (calc). Advanced desk calculator and mathematical tool.
117 @end direntry
118
119 @titlepage
120 @sp 6
121 @center @titlefont{Calc Manual}
122 @sp 4
123 @center GNU Emacs Calc
124 @c [volume]
125 @sp 5
126 @center Dave Gillespie
127 @center daveg@@synaptics.com
128 @page
129
130 @vskip 0pt plus 1filll
131 @insertcopying
132 @end titlepage
133
134
135 @summarycontents
136
137 @c [end]
138
139 @contents
140
141 @c [begin]
142 @ifnottex
143 @node Top, Getting Started, (dir), (dir)
144 @top The GNU Emacs Calculator
145
146 @noindent
147 @dfn{Calc} is an advanced desk calculator and mathematical tool
148 written by Dave Gillespie that runs as part of the GNU Emacs environment.
149
150 This manual, also written (mostly) by Dave Gillespie, is divided into
151 three major parts: ``Getting Started,'' the ``Calc Tutorial,'' and the
152 ``Calc Reference.'' The Tutorial introduces all the major aspects of
153 Calculator use in an easy, hands-on way. The remainder of the manual is
154 a complete reference to the features of the Calculator.
155 @end ifnottex
156
157 @ifinfo
158 For help in the Emacs Info system (which you are using to read this
159 file), type @kbd{?}. (You can also type @kbd{h} to run through a
160 longer Info tutorial.)
161 @end ifinfo
162
163 @insertcopying
164
165 @menu
166 * Getting Started:: General description and overview.
167 @ifinfo
168 * Interactive Tutorial::
169 @end ifinfo
170 * Tutorial:: A step-by-step introduction for beginners.
171
172 * Introduction:: Introduction to the Calc reference manual.
173 * Data Types:: Types of objects manipulated by Calc.
174 * Stack and Trail:: Manipulating the stack and trail buffers.
175 * Mode Settings:: Adjusting display format and other modes.
176 * Arithmetic:: Basic arithmetic functions.
177 * Scientific Functions:: Transcendentals and other scientific functions.
178 * Matrix Functions:: Operations on vectors and matrices.
179 * Algebra:: Manipulating expressions algebraically.
180 * Units:: Operations on numbers with units.
181 * Store and Recall:: Storing and recalling variables.
182 * Graphics:: Commands for making graphs of data.
183 * Kill and Yank:: Moving data into and out of Calc.
184 * Keypad Mode:: Operating Calc from a keypad.
185 * Embedded Mode:: Working with formulas embedded in a file.
186 * Programming:: Calc as a programmable calculator.
187
188 * Copying:: How you can copy and share Calc.
189 * GNU Free Documentation License:: The license for this documentation.
190 * Customizing Calc:: Customizing Calc.
191 * Reporting Bugs:: How to report bugs and make suggestions.
192
193 * Summary:: Summary of Calc commands and functions.
194
195 * Key Index:: The standard Calc key sequences.
196 * Command Index:: The interactive Calc commands.
197 * Function Index:: Functions (in algebraic formulas).
198 * Concept Index:: General concepts.
199 * Variable Index:: Variables used by Calc (both user and internal).
200 * Lisp Function Index:: Internal Lisp math functions.
201 @end menu
202
203 @ifinfo
204 @node Getting Started, Interactive Tutorial, Top, Top
205 @end ifinfo
206 @ifnotinfo
207 @node Getting Started, Tutorial, Top, Top
208 @end ifnotinfo
209 @chapter Getting Started
210 @noindent
211 This chapter provides a general overview of Calc, the GNU Emacs
212 Calculator: What it is, how to start it and how to exit from it,
213 and what are the various ways that it can be used.
214
215 @menu
216 * What is Calc::
217 * About This Manual::
218 * Notations Used in This Manual::
219 * Demonstration of Calc::
220 * Using Calc::
221 * History and Acknowledgments::
222 @end menu
223
224 @node What is Calc, About This Manual, Getting Started, Getting Started
225 @section What is Calc?
226
227 @noindent
228 @dfn{Calc} is an advanced calculator and mathematical tool that runs as
229 part of the GNU Emacs environment. Very roughly based on the HP-28/48
230 series of calculators, its many features include:
231
232 @itemize @bullet
233 @item
234 Choice of algebraic or RPN (stack-based) entry of calculations.
235
236 @item
237 Arbitrary precision integers and floating-point numbers.
238
239 @item
240 Arithmetic on rational numbers, complex numbers (rectangular and polar),
241 error forms with standard deviations, open and closed intervals, vectors
242 and matrices, dates and times, infinities, sets, quantities with units,
243 and algebraic formulas.
244
245 @item
246 Mathematical operations such as logarithms and trigonometric functions.
247
248 @item
249 Programmer's features (bitwise operations, non-decimal numbers).
250
251 @item
252 Financial functions such as future value and internal rate of return.
253
254 @item
255 Number theoretical features such as prime factorization and arithmetic
256 modulo @var{m} for any @var{m}.
257
258 @item
259 Algebraic manipulation features, including symbolic calculus.
260
261 @item
262 Moving data to and from regular editing buffers.
263
264 @item
265 Embedded mode for manipulating Calc formulas and data directly
266 inside any editing buffer.
267
268 @item
269 Graphics using GNUPLOT, a versatile (and free) plotting program.
270
271 @item
272 Easy programming using keyboard macros, algebraic formulas,
273 algebraic rewrite rules, or extended Emacs Lisp.
274 @end itemize
275
276 Calc tries to include a little something for everyone; as a result it is
277 large and might be intimidating to the first-time user. If you plan to
278 use Calc only as a traditional desk calculator, all you really need to
279 read is the ``Getting Started'' chapter of this manual and possibly the
280 first few sections of the tutorial. As you become more comfortable with
281 the program you can learn its additional features. Calc does not
282 have the scope and depth of a fully-functional symbolic math package,
283 but Calc has the advantages of convenience, portability, and freedom.
284
285 @node About This Manual, Notations Used in This Manual, What is Calc, Getting Started
286 @section About This Manual
287
288 @noindent
289 This document serves as a complete description of the GNU Emacs
290 Calculator. It works both as an introduction for novices and as
291 a reference for experienced users. While it helps to have some
292 experience with GNU Emacs in order to get the most out of Calc,
293 this manual ought to be readable even if you don't know or use Emacs
294 regularly.
295
296 This manual is divided into three major parts: the ``Getting
297 Started'' chapter you are reading now, the Calc tutorial, and the Calc
298 reference manual.
299 @c [when-split]
300 @c This manual has been printed in two volumes, the @dfn{Tutorial} and the
301 @c @dfn{Reference}. Both volumes include a copy of the ``Getting Started''
302 @c chapter.
303
304 If you are in a hurry to use Calc, there is a brief ``demonstration''
305 below which illustrates the major features of Calc in just a couple of
306 pages. If you don't have time to go through the full tutorial, this
307 will show you everything you need to know to begin.
308 @xref{Demonstration of Calc}.
309
310 The tutorial chapter walks you through the various parts of Calc
311 with lots of hands-on examples and explanations. If you are new
312 to Calc and you have some time, try going through at least the
313 beginning of the tutorial. The tutorial includes about 70 exercises
314 with answers. These exercises give you some guided practice with
315 Calc, as well as pointing out some interesting and unusual ways
316 to use its features.
317
318 The reference section discusses Calc in complete depth. You can read
319 the reference from start to finish if you want to learn every aspect
320 of Calc. Or, you can look in the table of contents or the Concept
321 Index to find the parts of the manual that discuss the things you
322 need to know.
323
324 @c @cindex Marginal notes
325 Every Calc keyboard command is listed in the Calc Summary, and also
326 in the Key Index. Algebraic functions, @kbd{M-x} commands, and
327 variables also have their own indices.
328 @c @texline Each
329 @c @infoline In the printed manual, each
330 @c paragraph that is referenced in the Key or Function Index is marked
331 @c in the margin with its index entry.
332
333 @c [fix-ref Help Commands]
334 You can access this manual on-line at any time within Calc by pressing
335 the @kbd{h i} key sequence. Outside of the Calc window, you can press
336 @kbd{C-x * i} to read the manual on-line. From within Calc the command
337 @kbd{h t} will jump directly to the Tutorial; from outside of Calc the
338 command @kbd{C-x * t} will jump to the Tutorial and start Calc if
339 necessary. Pressing @kbd{h s} or @kbd{C-x * s} will take you directly
340 to the Calc Summary. Within Calc, you can also go to the part of the
341 manual describing any Calc key, function, or variable using
342 @w{@kbd{h k}}, @kbd{h f}, or @kbd{h v}, respectively. @xref{Help Commands}.
343
344 @ifnottex
345 The Calc manual can be printed, but because the manual is so large, you
346 should only make a printed copy if you really need it. To print the
347 manual, you will need the @TeX{} typesetting program (this is a free
348 program by Donald Knuth at Stanford University) as well as the
349 @file{texindex} program and @file{texinfo.tex} file, both of which can
350 be obtained from the FSF as part of the @code{texinfo} package.
351 To print the Calc manual in one huge tome, you will need the
352 Emacs source, which contains the source code to this manual,
353 @file{calc.texi}. Change to the @file{doc/misc} subdirectory of the
354 Emacs source distribution, which contains source code for this manual,
355 and type @kbd{make calc.pdf}. (Don't worry if you get some ``overfull
356 box'' warnings while @TeX{} runs.) The result will be this entire
357 manual as a pdf file.
358 @end ifnottex
359 @c Printed copies of this manual are also available from the Free Software
360 @c Foundation.
361
362 @node Notations Used in This Manual, Demonstration of Calc, About This Manual, Getting Started
363 @section Notations Used in This Manual
364
365 @noindent
366 This section describes the various notations that are used
367 throughout the Calc manual.
368
369 In keystroke sequences, uppercase letters mean you must hold down
370 the shift key while typing the letter. Keys pressed with Control
371 held down are shown as @kbd{C-x}. Keys pressed with Meta held down
372 are shown as @kbd{M-x}. Other notations are @key{RET} for the
373 Return key, @key{SPC} for the space bar, @key{TAB} for the Tab key,
374 @key{DEL} for the Delete key, and @key{LFD} for the Line-Feed key.
375 The @key{DEL} key is called Backspace on some keyboards, it is
376 whatever key you would use to correct a simple typing error when
377 regularly using Emacs.
378
379 (If you don't have the @key{LFD} or @key{TAB} keys on your keyboard,
380 the @kbd{C-j} and @kbd{C-i} keys are equivalent to them, respectively.
381 If you don't have a Meta key, look for Alt or Extend Char. You can
382 also press @key{ESC} or @kbd{C-[} first to get the same effect, so
383 that @kbd{M-x}, @kbd{@key{ESC} x}, and @kbd{C-[ x} are all equivalent.)
384
385 Sometimes the @key{RET} key is not shown when it is ``obvious''
386 that you must press @key{RET} to proceed. For example, the @key{RET}
387 is usually omitted in key sequences like @kbd{M-x calc-keypad @key{RET}}.
388
389 Commands are generally shown like this: @kbd{p} (@code{calc-precision})
390 or @kbd{C-x * k} (@code{calc-keypad}). This means that the command is
391 normally used by pressing the @kbd{p} key or @kbd{C-x * k} key sequence,
392 but it also has the full-name equivalent shown, e.g., @kbd{M-x calc-precision}.
393
394 Commands that correspond to functions in algebraic notation
395 are written: @kbd{C} (@code{calc-cos}) [@code{cos}]. This means
396 the @kbd{C} key is equivalent to @kbd{M-x calc-cos}, and that
397 the corresponding function in an algebraic-style formula would
398 be @samp{cos(@var{x})}.
399
400 A few commands don't have key equivalents: @code{calc-sincos}
401 [@code{sincos}].
402
403 @node Demonstration of Calc, Using Calc, Notations Used in This Manual, Getting Started
404 @section A Demonstration of Calc
405
406 @noindent
407 @cindex Demonstration of Calc
408 This section will show some typical small problems being solved with
409 Calc. The focus is more on demonstration than explanation, but
410 everything you see here will be covered more thoroughly in the
411 Tutorial.
412
413 To begin, start Emacs if necessary (usually the command @code{emacs}
414 does this), and type @kbd{C-x * c} to start the
415 Calculator. (You can also use @kbd{M-x calc} if this doesn't work.
416 @xref{Starting Calc}, for various ways of starting the Calculator.)
417
418 Be sure to type all the sample input exactly, especially noting the
419 difference between lower-case and upper-case letters. Remember,
420 @key{RET}, @key{TAB}, @key{DEL}, and @key{SPC} are the Return, Tab,
421 Delete, and Space keys.
422
423 @strong{RPN calculation.} In RPN, you type the input number(s) first,
424 then the command to operate on the numbers.
425
426 @noindent
427 Type @kbd{2 @key{RET} 3 + Q} to compute
428 @texline @math{\sqrt{2+3} = 2.2360679775}.
429 @infoline the square root of 2+3, which is 2.2360679775.
430
431 @noindent
432 Type @kbd{P 2 ^} to compute
433 @texline @math{\pi^2 = 9.86960440109}.
434 @infoline the value of @cpi{} squared, 9.86960440109.
435
436 @noindent
437 Type @key{TAB} to exchange the order of these two results.
438
439 @noindent
440 Type @kbd{- I H S} to subtract these results and compute the Inverse
441 Hyperbolic sine of the difference, 2.72996136574.
442
443 @noindent
444 Type @key{DEL} to erase this result.
445
446 @strong{Algebraic calculation.} You can also enter calculations using
447 conventional ``algebraic'' notation. To enter an algebraic formula,
448 use the apostrophe key.
449
450 @noindent
451 Type @kbd{' sqrt(2+3) @key{RET}} to compute
452 @texline @math{\sqrt{2+3}}.
453 @infoline the square root of 2+3.
454
455 @noindent
456 Type @kbd{' pi^2 @key{RET}} to enter
457 @texline @math{\pi^2}.
458 @infoline @cpi{} squared.
459 To evaluate this symbolic formula as a number, type @kbd{=}.
460
461 @noindent
462 Type @kbd{' arcsinh($ - $$) @key{RET}} to subtract the second-most-recent
463 result from the most-recent and compute the Inverse Hyperbolic sine.
464
465 @strong{Keypad mode.} If you are using the X window system, press
466 @w{@kbd{C-x * k}} to get Keypad mode. (If you don't use X, skip to
467 the next section.)
468
469 @noindent
470 Click on the @key{2}, @key{ENTER}, @key{3}, @key{+}, and @key{SQRT}
471 ``buttons'' using your left mouse button.
472
473 @noindent
474 Click on @key{PI}, @key{2}, and @tfn{y^x}.
475
476 @noindent
477 Click on @key{INV}, then @key{ENTER} to swap the two results.
478
479 @noindent
480 Click on @key{-}, @key{INV}, @key{HYP}, and @key{SIN}.
481
482 @noindent
483 Click on @key{<-} to erase the result, then click @key{OFF} to turn
484 the Keypad Calculator off.
485
486 @strong{Grabbing data.} Type @kbd{C-x * x} if necessary to exit Calc.
487 Now select the following numbers as an Emacs region: ``Mark'' the
488 front of the list by typing @kbd{C-@key{SPC}} or @kbd{C-@@} there,
489 then move to the other end of the list. (Either get this list from
490 the on-line copy of this manual, accessed by @w{@kbd{C-x * i}}, or just
491 type these numbers into a scratch file.) Now type @kbd{C-x * g} to
492 ``grab'' these numbers into Calc.
493
494 @example
495 @group
496 1.23 1.97
497 1.6 2
498 1.19 1.08
499 @end group
500 @end example
501
502 @noindent
503 The result @samp{[1.23, 1.97, 1.6, 2, 1.19, 1.08]} is a Calc ``vector.''
504 Type @w{@kbd{V R +}} to compute the sum of these numbers.
505
506 @noindent
507 Type @kbd{U} to Undo this command, then type @kbd{V R *} to compute
508 the product of the numbers.
509
510 @noindent
511 You can also grab data as a rectangular matrix. Place the cursor on
512 the upper-leftmost @samp{1} and set the mark, then move to just after
513 the lower-right @samp{8} and press @kbd{C-x * r}.
514
515 @noindent
516 Type @kbd{v t} to transpose this
517 @texline @math{3\times2}
518 @infoline 3x2
519 matrix into a
520 @texline @math{2\times3}
521 @infoline 2x3
522 matrix. Type @w{@kbd{v u}} to unpack the rows into two separate
523 vectors. Now type @w{@kbd{V R + @key{TAB} V R +}} to compute the sums
524 of the two original columns. (There is also a special
525 grab-and-sum-columns command, @kbd{C-x * :}.)
526
527 @strong{Units conversion.} Units are entered algebraically.
528 Type @w{@kbd{' 43 mi/hr @key{RET}}} to enter the quantity 43 miles-per-hour.
529 Type @w{@kbd{u c km/hr @key{RET}}}. Type @w{@kbd{u c m/s @key{RET}}}.
530
531 @strong{Date arithmetic.} Type @kbd{t N} to get the current date and
532 time. Type @kbd{90 +} to find the date 90 days from now. Type
533 @kbd{' <25 dec 87> @key{RET}} to enter a date, then @kbd{- 7 /} to see how
534 many weeks have passed since then.
535
536 @strong{Algebra.} Algebraic entries can also include formulas
537 or equations involving variables. Type @kbd{@w{' [x + y} = a, x y = 1] @key{RET}}
538 to enter a pair of equations involving three variables.
539 (Note the leading apostrophe in this example; also, note that the space
540 in @samp{x y} is required.) Type @w{@kbd{a S x,y @key{RET}}} to solve
541 these equations for the variables @expr{x} and @expr{y}.
542
543 @noindent
544 Type @kbd{d B} to view the solutions in more readable notation.
545 Type @w{@kbd{d C}} to view them in C language notation, @kbd{d T}
546 to view them in the notation for the @TeX{} typesetting system,
547 and @kbd{d L} to view them in the notation for the @LaTeX{} typesetting
548 system. Type @kbd{d N} to return to normal notation.
549
550 @noindent
551 Type @kbd{7.5}, then @kbd{s l a @key{RET}} to let @expr{a = 7.5} in these formulas.
552 (That's the letter @kbd{l}, not the numeral @kbd{1}.)
553
554 @ifnotinfo
555 @strong{Help functions.} You can read about any command in the on-line
556 manual. Type @kbd{C-x * c} to return to Calc after each of these
557 commands: @kbd{h k t N} to read about the @kbd{t N} command,
558 @kbd{h f sqrt @key{RET}} to read about the @code{sqrt} function, and
559 @kbd{h s} to read the Calc summary.
560 @end ifnotinfo
561 @ifinfo
562 @strong{Help functions.} You can read about any command in the on-line
563 manual. Remember to type the letter @kbd{l}, then @kbd{C-x * c}, to
564 return here after each of these commands: @w{@kbd{h k t N}} to read
565 about the @w{@kbd{t N}} command, @kbd{h f sqrt @key{RET}} to read about the
566 @code{sqrt} function, and @kbd{h s} to read the Calc summary.
567 @end ifinfo
568
569 Press @key{DEL} repeatedly to remove any leftover results from the stack.
570 To exit from Calc, press @kbd{q} or @kbd{C-x * c} again.
571
572 @node Using Calc, History and Acknowledgments, Demonstration of Calc, Getting Started
573 @section Using Calc
574
575 @noindent
576 Calc has several user interfaces that are specialized for
577 different kinds of tasks. As well as Calc's standard interface,
578 there are Quick mode, Keypad mode, and Embedded mode.
579
580 @menu
581 * Starting Calc::
582 * The Standard Interface::
583 * Quick Mode Overview::
584 * Keypad Mode Overview::
585 * Standalone Operation::
586 * Embedded Mode Overview::
587 * Other C-x * Commands::
588 @end menu
589
590 @node Starting Calc, The Standard Interface, Using Calc, Using Calc
591 @subsection Starting Calc
592
593 @noindent
594 On most systems, you can type @kbd{C-x *} to start the Calculator.
595 The key sequence @kbd{C-x *} is bound to the command @code{calc-dispatch},
596 which can be rebound if convenient (@pxref{Customizing Calc}).
597
598 When you press @kbd{C-x *}, Emacs waits for you to press a second key to
599 complete the command. In this case, you will follow @kbd{C-x *} with a
600 letter (upper- or lower-case, it doesn't matter for @kbd{C-x *}) that says
601 which Calc interface you want to use.
602
603 To get Calc's standard interface, type @kbd{C-x * c}. To get
604 Keypad mode, type @kbd{C-x * k}. Type @kbd{C-x * ?} to get a brief
605 list of the available options, and type a second @kbd{?} to get
606 a complete list.
607
608 To ease typing, @kbd{C-x * *} also works to start Calc. It starts the
609 same interface (either @kbd{C-x * c} or @w{@kbd{C-x * k}}) that you last
610 used, selecting the @kbd{C-x * c} interface by default.
611
612 If @kbd{C-x *} doesn't work for you, you can always type explicit
613 commands like @kbd{M-x calc} (for the standard user interface) or
614 @w{@kbd{M-x calc-keypad}} (for Keypad mode). First type @kbd{M-x}
615 (that's Meta with the letter @kbd{x}), then, at the prompt,
616 type the full command (like @kbd{calc-keypad}) and press Return.
617
618 The same commands (like @kbd{C-x * c} or @kbd{C-x * *}) that start
619 the Calculator also turn it off if it is already on.
620
621 @node The Standard Interface, Quick Mode Overview, Starting Calc, Using Calc
622 @subsection The Standard Calc Interface
623
624 @noindent
625 @cindex Standard user interface
626 Calc's standard interface acts like a traditional RPN calculator,
627 operated by the normal Emacs keyboard. When you type @kbd{C-x * c}
628 to start the Calculator, the Emacs screen splits into two windows
629 with the file you were editing on top and Calc on the bottom.
630
631 @smallexample
632 @group
633
634 ...
635 --**-Emacs: myfile (Fundamental)----All----------------------
636 --- Emacs Calculator Mode --- |Emacs Calculator Trail
637 2: 17.3 | 17.3
638 1: -5 | 3
639 . | 2
640 | 4
641 | * 8
642 | ->-5
643 |
644 --%*-Calc: 12 Deg (Calculator)----All----- --%*- *Calc Trail*
645 @end group
646 @end smallexample
647
648 In this figure, the mode-line for @file{myfile} has moved up and the
649 ``Calculator'' window has appeared below it. As you can see, Calc
650 actually makes two windows side-by-side. The lefthand one is
651 called the @dfn{stack window} and the righthand one is called the
652 @dfn{trail window.} The stack holds the numbers involved in the
653 calculation you are currently performing. The trail holds a complete
654 record of all calculations you have done. In a desk calculator with
655 a printer, the trail corresponds to the paper tape that records what
656 you do.
657
658 In this case, the trail shows that four numbers (17.3, 3, 2, and 4)
659 were first entered into the Calculator, then the 2 and 4 were
660 multiplied to get 8, then the 3 and 8 were subtracted to get @mathit{-5}.
661 (The @samp{>} symbol shows that this was the most recent calculation.)
662 The net result is the two numbers 17.3 and @mathit{-5} sitting on the stack.
663
664 Most Calculator commands deal explicitly with the stack only, but
665 there is a set of commands that allow you to search back through
666 the trail and retrieve any previous result.
667
668 Calc commands use the digits, letters, and punctuation keys.
669 Shifted (i.e., upper-case) letters are different from lowercase
670 letters. Some letters are @dfn{prefix} keys that begin two-letter
671 commands. For example, @kbd{e} means ``enter exponent'' and shifted
672 @kbd{E} means @expr{e^x}. With the @kbd{d} (``display modes'') prefix
673 the letter ``e'' takes on very different meanings: @kbd{d e} means
674 ``engineering notation'' and @kbd{d E} means ``@dfn{eqn} language mode.''
675
676 There is nothing stopping you from switching out of the Calc
677 window and back into your editing window, say by using the Emacs
678 @w{@kbd{C-x o}} (@code{other-window}) command. When the cursor is
679 inside a regular window, Emacs acts just like normal. When the
680 cursor is in the Calc stack or trail windows, keys are interpreted
681 as Calc commands.
682
683 When you quit by pressing @kbd{C-x * c} a second time, the Calculator
684 windows go away but the actual Stack and Trail are not gone, just
685 hidden. When you press @kbd{C-x * c} once again you will get the
686 same stack and trail contents you had when you last used the
687 Calculator.
688
689 The Calculator does not remember its state between Emacs sessions.
690 Thus if you quit Emacs and start it again, @kbd{C-x * c} will give you
691 a fresh stack and trail. There is a command (@kbd{m m}) that lets
692 you save your favorite mode settings between sessions, though.
693 One of the things it saves is which user interface (standard or
694 Keypad) you last used; otherwise, a freshly started Emacs will
695 always treat @kbd{C-x * *} the same as @kbd{C-x * c}.
696
697 The @kbd{q} key is another equivalent way to turn the Calculator off.
698
699 If you type @kbd{C-x * b} first and then @kbd{C-x * c}, you get a
700 full-screen version of Calc (@code{full-calc}) in which the stack and
701 trail windows are still side-by-side but are now as tall as the whole
702 Emacs screen. When you press @kbd{q} or @kbd{C-x * c} again to quit,
703 the file you were editing before reappears. The @kbd{C-x * b} key
704 switches back and forth between ``big'' full-screen mode and the
705 normal partial-screen mode.
706
707 Finally, @kbd{C-x * o} (@code{calc-other-window}) is like @kbd{C-x * c}
708 except that the Calc window is not selected. The buffer you were
709 editing before remains selected instead. If you are in a Calc window,
710 then @kbd{C-x * o} will switch you out of it, being careful not to
711 switch you to the Calc Trail window. So @kbd{C-x * o} is a handy
712 way to switch out of Calc momentarily to edit your file; you can then
713 type @kbd{C-x * c} to switch back into Calc when you are done.
714
715 @node Quick Mode Overview, Keypad Mode Overview, The Standard Interface, Using Calc
716 @subsection Quick Mode (Overview)
717
718 @noindent
719 @dfn{Quick mode} is a quick way to use Calc when you don't need the
720 full complexity of the stack and trail. To use it, type @kbd{C-x * q}
721 (@code{quick-calc}) in any regular editing buffer.
722
723 Quick mode is very simple: It prompts you to type any formula in
724 standard algebraic notation (like @samp{4 - 2/3}) and then displays
725 the result at the bottom of the Emacs screen (@mathit{3.33333333333}
726 in this case). You are then back in the same editing buffer you
727 were in before, ready to continue editing or to type @kbd{C-x * q}
728 again to do another quick calculation. The result of the calculation
729 will also be in the Emacs ``kill ring'' so that a @kbd{C-y} command
730 at this point will yank the result into your editing buffer.
731
732 Calc mode settings affect Quick mode, too, though you will have to
733 go into regular Calc (with @kbd{C-x * c}) to change the mode settings.
734
735 @c [fix-ref Quick Calculator mode]
736 @xref{Quick Calculator}, for further information.
737
738 @node Keypad Mode Overview, Standalone Operation, Quick Mode Overview, Using Calc
739 @subsection Keypad Mode (Overview)
740
741 @noindent
742 @dfn{Keypad mode} is a mouse-based interface to the Calculator.
743 It is designed for use with terminals that support a mouse. If you
744 don't have a mouse, you will have to operate Keypad mode with your
745 arrow keys (which is probably more trouble than it's worth).
746
747 Type @kbd{C-x * k} to turn Keypad mode on or off. Once again you
748 get two new windows, this time on the righthand side of the screen
749 instead of at the bottom. The upper window is the familiar Calc
750 Stack; the lower window is a picture of a typical calculator keypad.
751
752 @tex
753 \dimen0=\pagetotal%
754 \advance \dimen0 by 24\baselineskip%
755 \ifdim \dimen0>\pagegoal \vfill\eject \fi%
756 \medskip
757 @end tex
758 @smallexample
759 @group
760 |--- Emacs Calculator Mode ---
761 |2: 17.3
762 |1: -5
763 | .
764 |--%*-Calc: 12 Deg (Calcul
765 |----+----+--Calc---+----+----1
766 |FLR |CEIL|RND |TRNC|CLN2|FLT |
767 |----+----+----+----+----+----|
768 | LN |EXP | |ABS |IDIV|MOD |
769 |----+----+----+----+----+----|
770 |SIN |COS |TAN |SQRT|y^x |1/x |
771 |----+----+----+----+----+----|
772 | ENTER |+/- |EEX |UNDO| <- |
773 |-----+---+-+--+--+-+---++----|
774 | INV | 7 | 8 | 9 | / |
775 |-----+-----+-----+-----+-----|
776 | HYP | 4 | 5 | 6 | * |
777 |-----+-----+-----+-----+-----|
778 |EXEC | 1 | 2 | 3 | - |
779 |-----+-----+-----+-----+-----|
780 | OFF | 0 | . | PI | + |
781 |-----+-----+-----+-----+-----+
782 @end group
783 @end smallexample
784
785 Keypad mode is much easier for beginners to learn, because there
786 is no need to memorize lots of obscure key sequences. But not all
787 commands in regular Calc are available on the Keypad. You can
788 always switch the cursor into the Calc stack window to use
789 standard Calc commands if you need. Serious Calc users, though,
790 often find they prefer the standard interface over Keypad mode.
791
792 To operate the Calculator, just click on the ``buttons'' of the
793 keypad using your left mouse button. To enter the two numbers
794 shown here you would click @w{@kbd{1 7 .@: 3 ENTER 5 +/- ENTER}}; to
795 add them together you would then click @kbd{+} (to get 12.3 on
796 the stack).
797
798 If you click the right mouse button, the top three rows of the
799 keypad change to show other sets of commands, such as advanced
800 math functions, vector operations, and operations on binary
801 numbers.
802
803 Because Keypad mode doesn't use the regular keyboard, Calc leaves
804 the cursor in your original editing buffer. You can type in
805 this buffer in the usual way while also clicking on the Calculator
806 keypad. One advantage of Keypad mode is that you don't need an
807 explicit command to switch between editing and calculating.
808
809 If you press @kbd{C-x * b} first, you get a full-screen Keypad mode
810 (@code{full-calc-keypad}) with three windows: The keypad in the lower
811 left, the stack in the lower right, and the trail on top.
812
813 @c [fix-ref Keypad Mode]
814 @xref{Keypad Mode}, for further information.
815
816 @node Standalone Operation, Embedded Mode Overview, Keypad Mode Overview, Using Calc
817 @subsection Standalone Operation
818
819 @noindent
820 @cindex Standalone Operation
821 If you are not in Emacs at the moment but you wish to use Calc,
822 you must start Emacs first. If all you want is to run Calc, you
823 can give the commands:
824
825 @example
826 emacs -f full-calc
827 @end example
828
829 @noindent
830 or
831
832 @example
833 emacs -f full-calc-keypad
834 @end example
835
836 @noindent
837 which run a full-screen Calculator (as if by @kbd{C-x * b C-x * c}) or
838 a full-screen X-based Calculator (as if by @kbd{C-x * b C-x * k}).
839 In standalone operation, quitting the Calculator (by pressing
840 @kbd{q} or clicking on the keypad @key{EXIT} button) quits Emacs
841 itself.
842
843 @node Embedded Mode Overview, Other C-x * Commands, Standalone Operation, Using Calc
844 @subsection Embedded Mode (Overview)
845
846 @noindent
847 @dfn{Embedded mode} is a way to use Calc directly from inside an
848 editing buffer. Suppose you have a formula written as part of a
849 document like this:
850
851 @smallexample
852 @group
853 The derivative of
854
855 ln(ln(x))
856
857 is
858 @end group
859 @end smallexample
860
861 @noindent
862 and you wish to have Calc compute and format the derivative for
863 you and store this derivative in the buffer automatically. To
864 do this with Embedded mode, first copy the formula down to where
865 you want the result to be, leaving a blank line before and after the
866 formula:
867
868 @smallexample
869 @group
870 The derivative of
871
872 ln(ln(x))
873
874 is
875
876 ln(ln(x))
877 @end group
878 @end smallexample
879
880 Now, move the cursor onto this new formula and press @kbd{C-x * e}.
881 Calc will read the formula (using the surrounding blank lines to tell
882 how much text to read), then push this formula (invisibly) onto the Calc
883 stack. The cursor will stay on the formula in the editing buffer, but
884 the line with the formula will now appear as it would on the Calc stack
885 (in this case, it will be left-aligned) and the buffer's mode line will
886 change to look like the Calc mode line (with mode indicators like
887 @samp{12 Deg} and so on). Even though you are still in your editing
888 buffer, the keyboard now acts like the Calc keyboard, and any new result
889 you get is copied from the stack back into the buffer. To take the
890 derivative, you would type @kbd{a d x @key{RET}}.
891
892 @smallexample
893 @group
894 The derivative of
895
896 ln(ln(x))
897
898 is
899
900 1 / x ln(x)
901 @end group
902 @end smallexample
903
904 (Note that by default, Calc gives division lower precedence than multiplication,
905 so that @samp{1 / x ln(x)} is equivalent to @samp{1 / (x ln(x))}.)
906
907 To make this look nicer, you might want to press @kbd{d =} to center
908 the formula, and even @kbd{d B} to use Big display mode.
909
910 @smallexample
911 @group
912 The derivative of
913
914 ln(ln(x))
915
916 is
917 % [calc-mode: justify: center]
918 % [calc-mode: language: big]
919
920 1
921 -------
922 x ln(x)
923 @end group
924 @end smallexample
925
926 Calc has added annotations to the file to help it remember the modes
927 that were used for this formula. They are formatted like comments
928 in the @TeX{} typesetting language, just in case you are using @TeX{} or
929 @LaTeX{}. (In this example @TeX{} is not being used, so you might want
930 to move these comments up to the top of the file or otherwise put them
931 out of the way.)
932
933 As an extra flourish, we can add an equation number using a
934 righthand label: Type @kbd{d @} (1) @key{RET}}.
935
936 @smallexample
937 @group
938 % [calc-mode: justify: center]
939 % [calc-mode: language: big]
940 % [calc-mode: right-label: " (1)"]
941
942 1
943 ------- (1)
944 ln(x) x
945 @end group
946 @end smallexample
947
948 To leave Embedded mode, type @kbd{C-x * e} again. The mode line
949 and keyboard will revert to the way they were before.
950
951 The related command @kbd{C-x * w} operates on a single word, which
952 generally means a single number, inside text. It searches for an
953 expression which ``looks'' like a number containing the point.
954 Here's an example of its use (before you try this, remove the Calc
955 annotations or use a new buffer so that the extra settings in the
956 annotations don't take effect):
957
958 @smallexample
959 A slope of one-third corresponds to an angle of 1 degrees.
960 @end smallexample
961
962 Place the cursor on the @samp{1}, then type @kbd{C-x * w} to enable
963 Embedded mode on that number. Now type @kbd{3 /} (to get one-third),
964 and @kbd{I T} (the Inverse Tangent converts a slope into an angle),
965 then @w{@kbd{C-x * w}} again to exit Embedded mode.
966
967 @smallexample
968 A slope of one-third corresponds to an angle of 18.4349488229 degrees.
969 @end smallexample
970
971 @c [fix-ref Embedded Mode]
972 @xref{Embedded Mode}, for full details.
973
974 @node Other C-x * Commands, , Embedded Mode Overview, Using Calc
975 @subsection Other @kbd{C-x *} Commands
976
977 @noindent
978 Two more Calc-related commands are @kbd{C-x * g} and @kbd{C-x * r},
979 which ``grab'' data from a selected region of a buffer into the
980 Calculator. The region is defined in the usual Emacs way, by
981 a ``mark'' placed at one end of the region, and the Emacs
982 cursor or ``point'' placed at the other.
983
984 The @kbd{C-x * g} command reads the region in the usual left-to-right,
985 top-to-bottom order. The result is packaged into a Calc vector
986 of numbers and placed on the stack. Calc (in its standard
987 user interface) is then started. Type @kbd{v u} if you want
988 to unpack this vector into separate numbers on the stack. Also,
989 @kbd{C-u C-x * g} interprets the region as a single number or
990 formula.
991
992 The @kbd{C-x * r} command reads a rectangle, with the point and
993 mark defining opposite corners of the rectangle. The result
994 is a matrix of numbers on the Calculator stack.
995
996 Complementary to these is @kbd{C-x * y}, which ``yanks'' the
997 value at the top of the Calc stack back into an editing buffer.
998 If you type @w{@kbd{C-x * y}} while in such a buffer, the value is
999 yanked at the current position. If you type @kbd{C-x * y} while
1000 in the Calc buffer, Calc makes an educated guess as to which
1001 editing buffer you want to use. The Calc window does not have
1002 to be visible in order to use this command, as long as there
1003 is something on the Calc stack.
1004
1005 Here, for reference, is the complete list of @kbd{C-x *} commands.
1006 The shift, control, and meta keys are ignored for the keystroke
1007 following @kbd{C-x *}.
1008
1009 @noindent
1010 Commands for turning Calc on and off:
1011
1012 @table @kbd
1013 @item *
1014 Turn Calc on or off, employing the same user interface as last time.
1015
1016 @item =, +, -, /, \, &, #
1017 Alternatives for @kbd{*}.
1018
1019 @item C
1020 Turn Calc on or off using its standard bottom-of-the-screen
1021 interface. If Calc is already turned on but the cursor is not
1022 in the Calc window, move the cursor into the window.
1023
1024 @item O
1025 Same as @kbd{C}, but don't select the new Calc window. If
1026 Calc is already turned on and the cursor is in the Calc window,
1027 move it out of that window.
1028
1029 @item B
1030 Control whether @kbd{C-x * c} and @kbd{C-x * k} use the full screen.
1031
1032 @item Q
1033 Use Quick mode for a single short calculation.
1034
1035 @item K
1036 Turn Calc Keypad mode on or off.
1037
1038 @item E
1039 Turn Calc Embedded mode on or off at the current formula.
1040
1041 @item J
1042 Turn Calc Embedded mode on or off, select the interesting part.
1043
1044 @item W
1045 Turn Calc Embedded mode on or off at the current word (number).
1046
1047 @item Z
1048 Turn Calc on in a user-defined way, as defined by a @kbd{Z I} command.
1049
1050 @item X
1051 Quit Calc; turn off standard, Keypad, or Embedded mode if on.
1052 (This is like @kbd{q} or @key{OFF} inside of Calc.)
1053 @end table
1054 @iftex
1055 @sp 2
1056 @end iftex
1057
1058 @noindent
1059 Commands for moving data into and out of the Calculator:
1060
1061 @table @kbd
1062 @item G
1063 Grab the region into the Calculator as a vector.
1064
1065 @item R
1066 Grab the rectangular region into the Calculator as a matrix.
1067
1068 @item :
1069 Grab the rectangular region and compute the sums of its columns.
1070
1071 @item _
1072 Grab the rectangular region and compute the sums of its rows.
1073
1074 @item Y
1075 Yank a value from the Calculator into the current editing buffer.
1076 @end table
1077 @iftex
1078 @sp 2
1079 @end iftex
1080
1081 @noindent
1082 Commands for use with Embedded mode:
1083
1084 @table @kbd
1085 @item A
1086 ``Activate'' the current buffer. Locate all formulas that
1087 contain @samp{:=} or @samp{=>} symbols and record their locations
1088 so that they can be updated automatically as variables are changed.
1089
1090 @item D
1091 Duplicate the current formula immediately below and select
1092 the duplicate.
1093
1094 @item F
1095 Insert a new formula at the current point.
1096
1097 @item N
1098 Move the cursor to the next active formula in the buffer.
1099
1100 @item P
1101 Move the cursor to the previous active formula in the buffer.
1102
1103 @item U
1104 Update (i.e., as if by the @kbd{=} key) the formula at the current point.
1105
1106 @item `
1107 Edit (as if by @code{calc-edit}) the formula at the current point.
1108 @end table
1109 @iftex
1110 @sp 2
1111 @end iftex
1112
1113 @noindent
1114 Miscellaneous commands:
1115
1116 @table @kbd
1117 @item I
1118 Run the Emacs Info system to read the Calc manual.
1119 (This is the same as @kbd{h i} inside of Calc.)
1120
1121 @item T
1122 Run the Emacs Info system to read the Calc Tutorial.
1123
1124 @item S
1125 Run the Emacs Info system to read the Calc Summary.
1126
1127 @item L
1128 Load Calc entirely into memory. (Normally the various parts
1129 are loaded only as they are needed.)
1130
1131 @item M
1132 Read a region of written keystroke names (like @kbd{C-n a b c @key{RET}})
1133 and record them as the current keyboard macro.
1134
1135 @item 0
1136 (This is the ``zero'' digit key.) Reset the Calculator to
1137 its initial state: Empty stack, and initial mode settings.
1138 @end table
1139
1140 @node History and Acknowledgments, , Using Calc, Getting Started
1141 @section History and Acknowledgments
1142
1143 @noindent
1144 Calc was originally started as a two-week project to occupy a lull
1145 in the author's schedule. Basically, a friend asked if I remembered
1146 the value of
1147 @texline @math{2^{32}}.
1148 @infoline @expr{2^32}.
1149 I didn't offhand, but I said, ``that's easy, just call up an
1150 @code{xcalc}.'' @code{Xcalc} duly reported that the answer to our
1151 question was @samp{4.294967e+09}---with no way to see the full ten
1152 digits even though we knew they were there in the program's memory! I
1153 was so annoyed, I vowed to write a calculator of my own, once and for
1154 all.
1155
1156 I chose Emacs Lisp, a) because I had always been curious about it
1157 and b) because, being only a text editor extension language after
1158 all, Emacs Lisp would surely reach its limits long before the project
1159 got too far out of hand.
1160
1161 To make a long story short, Emacs Lisp turned out to be a distressingly
1162 solid implementation of Lisp, and the humble task of calculating
1163 turned out to be more open-ended than one might have expected.
1164
1165 Emacs Lisp didn't have built-in floating point math (now it does), so
1166 this had to be simulated in software. In fact, Emacs integers would
1167 only comfortably fit six decimal digits or so (at the time)---not
1168 enough for a decent calculator. So I had to write my own
1169 high-precision integer code as well, and once I had this I figured
1170 that arbitrary-size integers were just as easy as large integers.
1171 Arbitrary floating-point precision was the logical next step. Also,
1172 since the large integer arithmetic was there anyway it seemed only
1173 fair to give the user direct access to it, which in turn made it
1174 practical to support fractions as well as floats. All these features
1175 inspired me to look around for other data types that might be worth
1176 having.
1177
1178 Around this time, my friend Rick Koshi showed me his nifty new HP-28
1179 calculator. It allowed the user to manipulate formulas as well as
1180 numerical quantities, and it could also operate on matrices. I
1181 decided that these would be good for Calc to have, too. And once
1182 things had gone this far, I figured I might as well take a look at
1183 serious algebra systems for further ideas. Since these systems did
1184 far more than I could ever hope to implement, I decided to focus on
1185 rewrite rules and other programming features so that users could
1186 implement what they needed for themselves.
1187
1188 Rick complained that matrices were hard to read, so I put in code to
1189 format them in a 2D style. Once these routines were in place, Big mode
1190 was obligatory. Gee, what other language modes would be useful?
1191
1192 Scott Hemphill and Allen Knutson, two friends with a strong mathematical
1193 bent, contributed ideas and algorithms for a number of Calc features
1194 including modulo forms, primality testing, and float-to-fraction conversion.
1195
1196 Units were added at the eager insistence of Mass Sivilotti. Later,
1197 Ulrich Mueller at CERN and Przemek Klosowski at NIST provided invaluable
1198 expert assistance with the units table. As far as I can remember, the
1199 idea of using algebraic formulas and variables to represent units dates
1200 back to an ancient article in Byte magazine about muMath, an early
1201 algebra system for microcomputers.
1202
1203 Many people have contributed to Calc by reporting bugs and suggesting
1204 features, large and small. A few deserve special mention: Tim Peters,
1205 who helped develop the ideas that led to the selection commands, rewrite
1206 rules, and many other algebra features;
1207 @texline Fran\c{c}ois
1208 @infoline Francois
1209 Pinard, who contributed an early prototype of the Calc Summary appendix
1210 as well as providing valuable suggestions in many other areas of Calc;
1211 Carl Witty, whose eagle eyes discovered many typographical and factual
1212 errors in the Calc manual; Tim Kay, who drove the development of
1213 Embedded mode; Ove Ewerlid, who made many suggestions relating to the
1214 algebra commands and contributed some code for polynomial operations;
1215 Randal Schwartz, who suggested the @code{calc-eval} function; Juha
1216 Sarlin, who first worked out how to split Calc into quickly-loading
1217 parts; Bob Weiner, who helped immensely with the Lucid Emacs port; and
1218 Robert J. Chassell, who suggested the Calc Tutorial and exercises as
1219 well as many other things.
1220
1221 @cindex Bibliography
1222 @cindex Knuth, Art of Computer Programming
1223 @cindex Numerical Recipes
1224 @c Should these be expanded into more complete references?
1225 Among the books used in the development of Calc were Knuth's @emph{Art
1226 of Computer Programming} (especially volume II, @emph{Seminumerical
1227 Algorithms}); @emph{Numerical Recipes} by Press, Flannery, Teukolsky,
1228 and Vetterling; Bevington's @emph{Data Reduction and Error Analysis
1229 for the Physical Sciences}; @emph{Concrete Mathematics} by Graham,
1230 Knuth, and Patashnik; Steele's @emph{Common Lisp, the Language}; the
1231 @emph{CRC Standard Math Tables} (William H. Beyer, ed.); and
1232 Abramowitz and Stegun's venerable @emph{Handbook of Mathematical
1233 Functions}. Also, of course, Calc could not have been written without
1234 the excellent @emph{GNU Emacs Lisp Reference Manual}, by Bil Lewis and
1235 Dan LaLiberte.
1236
1237 Final thanks go to Richard Stallman, without whose fine implementations
1238 of the Emacs editor, language, and environment, Calc would have been
1239 finished in two weeks.
1240
1241 @c [tutorial]
1242
1243 @ifinfo
1244 @c This node is accessed by the 'C-x * t' command.
1245 @node Interactive Tutorial, Tutorial, Getting Started, Top
1246 @chapter Tutorial
1247
1248 @noindent
1249 Some brief instructions on using the Emacs Info system for this tutorial:
1250
1251 Press the space bar and Delete keys to go forward and backward in a
1252 section by screenfuls (or use the regular Emacs scrolling commands
1253 for this).
1254
1255 Press @kbd{n} or @kbd{p} to go to the Next or Previous section.
1256 If the section has a @dfn{menu}, press a digit key like @kbd{1}
1257 or @kbd{2} to go to a sub-section from the menu. Press @kbd{u} to
1258 go back up from a sub-section to the menu it is part of.
1259
1260 Exercises in the tutorial all have cross-references to the
1261 appropriate page of the ``answers'' section. Press @kbd{f}, then
1262 the exercise number, to see the answer to an exercise. After
1263 you have followed a cross-reference, you can press the letter
1264 @kbd{l} to return to where you were before.
1265
1266 You can press @kbd{?} at any time for a brief summary of Info commands.
1267
1268 Press the number @kbd{1} now to enter the first section of the Tutorial.
1269
1270 @menu
1271 * Tutorial::
1272 @end menu
1273
1274 @node Tutorial, Introduction, Interactive Tutorial, Top
1275 @end ifinfo
1276 @ifnotinfo
1277 @node Tutorial, Introduction, Getting Started, Top
1278 @end ifnotinfo
1279 @chapter Tutorial
1280
1281 @noindent
1282 This chapter explains how to use Calc and its many features, in
1283 a step-by-step, tutorial way. You are encouraged to run Calc and
1284 work along with the examples as you read (@pxref{Starting Calc}).
1285 If you are already familiar with advanced calculators, you may wish
1286 @c [not-split]
1287 to skip on to the rest of this manual.
1288 @c [when-split]
1289 @c to skip on to volume II of this manual, the @dfn{Calc Reference}.
1290
1291 @c [fix-ref Embedded Mode]
1292 This tutorial describes the standard user interface of Calc only.
1293 The Quick mode and Keypad mode interfaces are fairly
1294 self-explanatory. @xref{Embedded Mode}, for a description of
1295 the Embedded mode interface.
1296
1297 The easiest way to read this tutorial on-line is to have two windows on
1298 your Emacs screen, one with Calc and one with the Info system. Press
1299 @kbd{C-x * t} to set this up; the on-line tutorial will be opened in the
1300 current window and Calc will be started in another window. From the
1301 Info window, the command @kbd{C-x * c} can be used to switch to the Calc
1302 window and @kbd{C-x * o} can be used to switch back to the Info window.
1303 (If you have a printed copy of the manual you can use that instead; in
1304 that case you only need to press @kbd{C-x * c} to start Calc.)
1305
1306 This tutorial is designed to be done in sequence. But the rest of this
1307 manual does not assume you have gone through the tutorial. The tutorial
1308 does not cover everything in the Calculator, but it touches on most
1309 general areas.
1310
1311 @ifnottex
1312 You may wish to print out a copy of the Calc Summary and keep notes on
1313 it as you learn Calc. @xref{About This Manual}, to see how to make a
1314 printed summary. @xref{Summary}.
1315 @end ifnottex
1316 @iftex
1317 The Calc Summary at the end of the reference manual includes some blank
1318 space for your own use. You may wish to keep notes there as you learn
1319 Calc.
1320 @end iftex
1321
1322 @menu
1323 * Basic Tutorial::
1324 * Arithmetic Tutorial::
1325 * Vector/Matrix Tutorial::
1326 * Types Tutorial::
1327 * Algebra Tutorial::
1328 * Programming Tutorial::
1329
1330 * Answers to Exercises::
1331 @end menu
1332
1333 @node Basic Tutorial, Arithmetic Tutorial, Tutorial, Tutorial
1334 @section Basic Tutorial
1335
1336 @noindent
1337 In this section, we learn how RPN and algebraic-style calculations
1338 work, how to undo and redo an operation done by mistake, and how
1339 to control various modes of the Calculator.
1340
1341 @menu
1342 * RPN Tutorial:: Basic operations with the stack.
1343 * Algebraic Tutorial:: Algebraic entry; variables.
1344 * Undo Tutorial:: If you make a mistake: Undo and the trail.
1345 * Modes Tutorial:: Common mode-setting commands.
1346 @end menu
1347
1348 @node RPN Tutorial, Algebraic Tutorial, Basic Tutorial, Basic Tutorial
1349 @subsection RPN Calculations and the Stack
1350
1351 @cindex RPN notation
1352 @noindent
1353 @ifnottex
1354 Calc normally uses RPN notation. You may be familiar with the RPN
1355 system from Hewlett-Packard calculators, FORTH, or PostScript.
1356 (Reverse Polish Notation, RPN, is named after the Polish mathematician
1357 Jan Lukasiewicz.)
1358 @end ifnottex
1359 @tex
1360 Calc normally uses RPN notation. You may be familiar with the RPN
1361 system from Hewlett-Packard calculators, FORTH, or PostScript.
1362 (Reverse Polish Notation, RPN, is named after the Polish mathematician
1363 Jan \L ukasiewicz.)
1364 @end tex
1365
1366 The central component of an RPN calculator is the @dfn{stack}. A
1367 calculator stack is like a stack of dishes. New dishes (numbers) are
1368 added at the top of the stack, and numbers are normally only removed
1369 from the top of the stack.
1370
1371 @cindex Operators
1372 @cindex Operands
1373 In an operation like @expr{2+3}, the 2 and 3 are called the @dfn{operands}
1374 and the @expr{+} is the @dfn{operator}. In an RPN calculator you always
1375 enter the operands first, then the operator. Each time you type a
1376 number, Calc adds or @dfn{pushes} it onto the top of the Stack.
1377 When you press an operator key like @kbd{+}, Calc @dfn{pops} the appropriate
1378 number of operands from the stack and pushes back the result.
1379
1380 Thus we could add the numbers 2 and 3 in an RPN calculator by typing:
1381 @kbd{2 @key{RET} 3 @key{RET} +}. (The @key{RET} key, Return, corresponds to
1382 the @key{ENTER} key on traditional RPN calculators.) Try this now if
1383 you wish; type @kbd{C-x * c} to switch into the Calc window (you can type
1384 @kbd{C-x * c} again or @kbd{C-x * o} to switch back to the Tutorial window).
1385 The first four keystrokes ``push'' the numbers 2 and 3 onto the stack.
1386 The @kbd{+} key ``pops'' the top two numbers from the stack, adds them,
1387 and pushes the result (5) back onto the stack. Here's how the stack
1388 will look at various points throughout the calculation:
1389
1390 @smallexample
1391 @group
1392 . 1: 2 2: 2 1: 5 .
1393 . 1: 3 .
1394 .
1395
1396 C-x * c 2 @key{RET} 3 @key{RET} + @key{DEL}
1397 @end group
1398 @end smallexample
1399
1400 The @samp{.} symbol is a marker that represents the top of the stack.
1401 Note that the ``top'' of the stack is really shown at the bottom of
1402 the Stack window. This may seem backwards, but it turns out to be
1403 less distracting in regular use.
1404
1405 @cindex Stack levels
1406 @cindex Levels of stack
1407 The numbers @samp{1:} and @samp{2:} on the left are @dfn{stack level
1408 numbers}. Old RPN calculators always had four stack levels called
1409 @expr{x}, @expr{y}, @expr{z}, and @expr{t}. Calc's stack can grow
1410 as large as you like, so it uses numbers instead of letters. Some
1411 stack-manipulation commands accept a numeric argument that says
1412 which stack level to work on. Normal commands like @kbd{+} always
1413 work on the top few levels of the stack.
1414
1415 @c [fix-ref Truncating the Stack]
1416 The Stack buffer is just an Emacs buffer, and you can move around in
1417 it using the regular Emacs motion commands. But no matter where the
1418 cursor is, even if you have scrolled the @samp{.} marker out of
1419 view, most Calc commands always move the cursor back down to level 1
1420 before doing anything. It is possible to move the @samp{.} marker
1421 upwards through the stack, temporarily ``hiding'' some numbers from
1422 commands like @kbd{+}. This is called @dfn{stack truncation} and
1423 we will not cover it in this tutorial; @pxref{Truncating the Stack},
1424 if you are interested.
1425
1426 You don't really need the second @key{RET} in @kbd{2 @key{RET} 3
1427 @key{RET} +}. That's because if you type any operator name or
1428 other non-numeric key when you are entering a number, the Calculator
1429 automatically enters that number and then does the requested command.
1430 Thus @kbd{2 @key{RET} 3 +} will work just as well.
1431
1432 Examples in this tutorial will often omit @key{RET} even when the
1433 stack displays shown would only happen if you did press @key{RET}:
1434
1435 @smallexample
1436 @group
1437 1: 2 2: 2 1: 5
1438 . 1: 3 .
1439 .
1440
1441 2 @key{RET} 3 +
1442 @end group
1443 @end smallexample
1444
1445 @noindent
1446 Here, after pressing @kbd{3} the stack would really show @samp{1: 2}
1447 with @samp{Calc:@: 3} in the minibuffer. In these situations, you can
1448 press the optional @key{RET} to see the stack as the figure shows.
1449
1450 (@bullet{}) @strong{Exercise 1.} (This tutorial will include exercises
1451 at various points. Try them if you wish. Answers to all the exercises
1452 are located at the end of the Tutorial chapter. Each exercise will
1453 include a cross-reference to its particular answer. If you are
1454 reading with the Emacs Info system, press @kbd{f} and the
1455 exercise number to go to the answer, then the letter @kbd{l} to
1456 return to where you were.)
1457
1458 @noindent
1459 Here's the first exercise: What will the keystrokes @kbd{1 @key{RET} 2
1460 @key{RET} 3 @key{RET} 4 + * -} compute? (@samp{*} is the symbol for
1461 multiplication.) Figure it out by hand, then try it with Calc to see
1462 if you're right. @xref{RPN Answer 1, 1}. (@bullet{})
1463
1464 (@bullet{}) @strong{Exercise 2.} Compute
1465 @texline @math{(2\times4) + (7\times9.5) + {5\over4}}
1466 @infoline @expr{2*4 + 7*9.5 + 5/4}
1467 using the stack. @xref{RPN Answer 2, 2}. (@bullet{})
1468
1469 The @key{DEL} key is called Backspace on some keyboards. It is
1470 whatever key you would use to correct a simple typing error when
1471 regularly using Emacs. The @key{DEL} key pops and throws away the
1472 top value on the stack. (You can still get that value back from
1473 the Trail if you should need it later on.) There are many places
1474 in this tutorial where we assume you have used @key{DEL} to erase the
1475 results of the previous example at the beginning of a new example.
1476 In the few places where it is really important to use @key{DEL} to
1477 clear away old results, the text will remind you to do so.
1478
1479 (It won't hurt to let things accumulate on the stack, except that
1480 whenever you give a display-mode-changing command Calc will have to
1481 spend a long time reformatting such a large stack.)
1482
1483 Since the @kbd{-} key is also an operator (it subtracts the top two
1484 stack elements), how does one enter a negative number? Calc uses
1485 the @kbd{_} (underscore) key to act like the minus sign in a number.
1486 So, typing @kbd{-5 @key{RET}} won't work because the @kbd{-} key
1487 will try to do a subtraction, but @kbd{_5 @key{RET}} works just fine.
1488
1489 You can also press @kbd{n}, which means ``change sign.'' It changes
1490 the number at the top of the stack (or the number being entered)
1491 from positive to negative or vice-versa: @kbd{5 n @key{RET}}.
1492
1493 @cindex Duplicating a stack entry
1494 If you press @key{RET} when you're not entering a number, the effect
1495 is to duplicate the top number on the stack. Consider this calculation:
1496
1497 @smallexample
1498 @group
1499 1: 3 2: 3 1: 9 2: 9 1: 81
1500 . 1: 3 . 1: 9 .
1501 . .
1502
1503 3 @key{RET} @key{RET} * @key{RET} *
1504 @end group
1505 @end smallexample
1506
1507 @noindent
1508 (Of course, an easier way to do this would be @kbd{3 @key{RET} 4 ^},
1509 to raise 3 to the fourth power.)
1510
1511 The space-bar key (denoted @key{SPC} here) performs the same function
1512 as @key{RET}; you could replace all three occurrences of @key{RET} in
1513 the above example with @key{SPC} and the effect would be the same.
1514
1515 @cindex Exchanging stack entries
1516 Another stack manipulation key is @key{TAB}. This exchanges the top
1517 two stack entries. Suppose you have computed @kbd{2 @key{RET} 3 +}
1518 to get 5, and then you realize what you really wanted to compute
1519 was @expr{20 / (2+3)}.
1520
1521 @smallexample
1522 @group
1523 1: 5 2: 5 2: 20 1: 4
1524 . 1: 20 1: 5 .
1525 . .
1526
1527 2 @key{RET} 3 + 20 @key{TAB} /
1528 @end group
1529 @end smallexample
1530
1531 @noindent
1532 Planning ahead, the calculation would have gone like this:
1533
1534 @smallexample
1535 @group
1536 1: 20 2: 20 3: 20 2: 20 1: 4
1537 . 1: 2 2: 2 1: 5 .
1538 . 1: 3 .
1539 .
1540
1541 20 @key{RET} 2 @key{RET} 3 + /
1542 @end group
1543 @end smallexample
1544
1545 A related stack command is @kbd{M-@key{TAB}} (hold @key{META} and type
1546 @key{TAB}). It rotates the top three elements of the stack upward,
1547 bringing the object in level 3 to the top.
1548
1549 @smallexample
1550 @group
1551 1: 10 2: 10 3: 10 3: 20 3: 30
1552 . 1: 20 2: 20 2: 30 2: 10
1553 . 1: 30 1: 10 1: 20
1554 . . .
1555
1556 10 @key{RET} 20 @key{RET} 30 @key{RET} M-@key{TAB} M-@key{TAB}
1557 @end group
1558 @end smallexample
1559
1560 (@bullet{}) @strong{Exercise 3.} Suppose the numbers 10, 20, and 30 are
1561 on the stack. Figure out how to add one to the number in level 2
1562 without affecting the rest of the stack. Also figure out how to add
1563 one to the number in level 3. @xref{RPN Answer 3, 3}. (@bullet{})
1564
1565 Operations like @kbd{+}, @kbd{-}, @kbd{*}, @kbd{/}, and @kbd{^} pop two
1566 arguments from the stack and push a result. Operations like @kbd{n} and
1567 @kbd{Q} (square root) pop a single number and push the result. You can
1568 think of them as simply operating on the top element of the stack.
1569
1570 @smallexample
1571 @group
1572 1: 3 1: 9 2: 9 1: 25 1: 5
1573 . . 1: 16 . .
1574 .
1575
1576 3 @key{RET} @key{RET} * 4 @key{RET} @key{RET} * + Q
1577 @end group
1578 @end smallexample
1579
1580 @noindent
1581 (Note that capital @kbd{Q} means to hold down the Shift key while
1582 typing @kbd{q}. Remember, plain unshifted @kbd{q} is the Quit command.)
1583
1584 @cindex Pythagorean Theorem
1585 Here we've used the Pythagorean Theorem to determine the hypotenuse of a
1586 right triangle. Calc actually has a built-in command for that called
1587 @kbd{f h}, but let's suppose we can't remember the necessary keystrokes.
1588 We can still enter it by its full name using @kbd{M-x} notation:
1589
1590 @smallexample
1591 @group
1592 1: 3 2: 3 1: 5
1593 . 1: 4 .
1594 .
1595
1596 3 @key{RET} 4 @key{RET} M-x calc-hypot
1597 @end group
1598 @end smallexample
1599
1600 All Calculator commands begin with the word @samp{calc-}. Since it
1601 gets tiring to type this, Calc provides an @kbd{x} key which is just
1602 like the regular Emacs @kbd{M-x} key except that it types the @samp{calc-}
1603 prefix for you:
1604
1605 @smallexample
1606 @group
1607 1: 3 2: 3 1: 5
1608 . 1: 4 .
1609 .
1610
1611 3 @key{RET} 4 @key{RET} x hypot
1612 @end group
1613 @end smallexample
1614
1615 What happens if you take the square root of a negative number?
1616
1617 @smallexample
1618 @group
1619 1: 4 1: -4 1: (0, 2)
1620 . . .
1621
1622 4 @key{RET} n Q
1623 @end group
1624 @end smallexample
1625
1626 @noindent
1627 The notation @expr{(a, b)} represents a complex number.
1628 Complex numbers are more traditionally written @expr{a + b i};
1629 Calc can display in this format, too, but for now we'll stick to the
1630 @expr{(a, b)} notation.
1631
1632 If you don't know how complex numbers work, you can safely ignore this
1633 feature. Complex numbers only arise from operations that would be
1634 errors in a calculator that didn't have complex numbers. (For example,
1635 taking the square root or logarithm of a negative number produces a
1636 complex result.)
1637
1638 Complex numbers are entered in the notation shown. The @kbd{(} and
1639 @kbd{,} and @kbd{)} keys manipulate ``incomplete complex numbers.''
1640
1641 @smallexample
1642 @group
1643 1: ( ... 2: ( ... 1: (2, ... 1: (2, ... 1: (2, 3)
1644 . 1: 2 . 3 .
1645 . .
1646
1647 ( 2 , 3 )
1648 @end group
1649 @end smallexample
1650
1651 You can perform calculations while entering parts of incomplete objects.
1652 However, an incomplete object cannot actually participate in a calculation:
1653
1654 @smallexample
1655 @group
1656 1: ( ... 2: ( ... 3: ( ... 1: ( ... 1: ( ...
1657 . 1: 2 2: 2 5 5
1658 . 1: 3 . .
1659 .
1660 (error)
1661 ( 2 @key{RET} 3 + +
1662 @end group
1663 @end smallexample
1664
1665 @noindent
1666 Adding 5 to an incomplete object makes no sense, so the last command
1667 produces an error message and leaves the stack the same.
1668
1669 Incomplete objects can't participate in arithmetic, but they can be
1670 moved around by the regular stack commands.
1671
1672 @smallexample
1673 @group
1674 2: 2 3: 2 3: 3 1: ( ... 1: (2, 3)
1675 1: 3 2: 3 2: ( ... 2 .
1676 . 1: ( ... 1: 2 3
1677 . . .
1678
1679 2 @key{RET} 3 @key{RET} ( M-@key{TAB} M-@key{TAB} )
1680 @end group
1681 @end smallexample
1682
1683 @noindent
1684 Note that the @kbd{,} (comma) key did not have to be used here.
1685 When you press @kbd{)} all the stack entries between the incomplete
1686 entry and the top are collected, so there's never really a reason
1687 to use the comma. It's up to you.
1688
1689 (@bullet{}) @strong{Exercise 4.} To enter the complex number @expr{(2, 3)},
1690 your friend Joe typed @kbd{( 2 , @key{SPC} 3 )}. What happened?
1691 (Joe thought of a clever way to correct his mistake in only two
1692 keystrokes, but it didn't quite work. Try it to find out why.)
1693 @xref{RPN Answer 4, 4}. (@bullet{})
1694
1695 Vectors are entered the same way as complex numbers, but with square
1696 brackets in place of parentheses. We'll meet vectors again later in
1697 the tutorial.
1698
1699 Any Emacs command can be given a @dfn{numeric prefix argument} by
1700 typing a series of @key{META}-digits beforehand. If @key{META} is
1701 awkward for you, you can instead type @kbd{C-u} followed by the
1702 necessary digits. Numeric prefix arguments can be negative, as in
1703 @kbd{M-- M-3 M-5} or @w{@kbd{C-u - 3 5}}. Calc commands use numeric
1704 prefix arguments in a variety of ways. For example, a numeric prefix
1705 on the @kbd{+} operator adds any number of stack entries at once:
1706
1707 @smallexample
1708 @group
1709 1: 10 2: 10 3: 10 3: 10 1: 60
1710 . 1: 20 2: 20 2: 20 .
1711 . 1: 30 1: 30
1712 . .
1713
1714 10 @key{RET} 20 @key{RET} 30 @key{RET} C-u 3 +
1715 @end group
1716 @end smallexample
1717
1718 For stack manipulation commands like @key{RET}, a positive numeric
1719 prefix argument operates on the top @var{n} stack entries at once. A
1720 negative argument operates on the entry in level @var{n} only. An
1721 argument of zero operates on the entire stack. In this example, we copy
1722 the second-to-top element of the stack:
1723
1724 @smallexample
1725 @group
1726 1: 10 2: 10 3: 10 3: 10 4: 10
1727 . 1: 20 2: 20 2: 20 3: 20
1728 . 1: 30 1: 30 2: 30
1729 . . 1: 20
1730 .
1731
1732 10 @key{RET} 20 @key{RET} 30 @key{RET} C-u -2 @key{RET}
1733 @end group
1734 @end smallexample
1735
1736 @cindex Clearing the stack
1737 @cindex Emptying the stack
1738 Another common idiom is @kbd{M-0 @key{DEL}}, which clears the stack.
1739 (The @kbd{M-0} numeric prefix tells @key{DEL} to operate on the
1740 entire stack.)
1741
1742 @node Algebraic Tutorial, Undo Tutorial, RPN Tutorial, Basic Tutorial
1743 @subsection Algebraic-Style Calculations
1744
1745 @noindent
1746 If you are not used to RPN notation, you may prefer to operate the
1747 Calculator in Algebraic mode, which is closer to the way
1748 non-RPN calculators work. In Algebraic mode, you enter formulas
1749 in traditional @expr{2+3} notation.
1750
1751 @strong{Notice:} Calc gives @samp{/} lower precedence than @samp{*}, so
1752 that @samp{a/b*c} is interpreted as @samp{a/(b*c)}; this is not
1753 standard across all computer languages. See below for details.
1754
1755 You don't really need any special ``mode'' to enter algebraic formulas.
1756 You can enter a formula at any time by pressing the apostrophe (@kbd{'})
1757 key. Answer the prompt with the desired formula, then press @key{RET}.
1758 The formula is evaluated and the result is pushed onto the RPN stack.
1759 If you don't want to think in RPN at all, you can enter your whole
1760 computation as a formula, read the result from the stack, then press
1761 @key{DEL} to delete it from the stack.
1762
1763 Try pressing the apostrophe key, then @kbd{2+3+4}, then @key{RET}.
1764 The result should be the number 9.
1765
1766 Algebraic formulas use the operators @samp{+}, @samp{-}, @samp{*},
1767 @samp{/}, and @samp{^}. You can use parentheses to make the order
1768 of evaluation clear. In the absence of parentheses, @samp{^} is
1769 evaluated first, then @samp{*}, then @samp{/}, then finally
1770 @samp{+} and @samp{-}. For example, the expression
1771
1772 @example
1773 2 + 3*4*5 / 6*7^8 - 9
1774 @end example
1775
1776 @noindent
1777 is equivalent to
1778
1779 @example
1780 2 + ((3*4*5) / (6*(7^8)) - 9
1781 @end example
1782
1783 @noindent
1784 or, in large mathematical notation,
1785
1786 @ifnottex
1787 @example
1788 @group
1789 3 * 4 * 5
1790 2 + --------- - 9
1791 8
1792 6 * 7
1793 @end group
1794 @end example
1795 @end ifnottex
1796 @tex
1797 \beforedisplay
1798 $$ 2 + { 3 \times 4 \times 5 \over 6 \times 7^8 } - 9 $$
1799 \afterdisplay
1800 @end tex
1801
1802 @noindent
1803 The result of this expression will be the number @mathit{-6.99999826533}.
1804
1805 Calc's order of evaluation is the same as for most computer languages,
1806 except that @samp{*} binds more strongly than @samp{/}, as the above
1807 example shows. As in normal mathematical notation, the @samp{*} symbol
1808 can often be omitted: @samp{2 a} is the same as @samp{2*a}.
1809
1810 Operators at the same level are evaluated from left to right, except
1811 that @samp{^} is evaluated from right to left. Thus, @samp{2-3-4} is
1812 equivalent to @samp{(2-3)-4} or @mathit{-5}, whereas @samp{2^3^4} is equivalent
1813 to @samp{2^(3^4)} (a very large integer; try it!).
1814
1815 If you tire of typing the apostrophe all the time, there is
1816 Algebraic mode, where Calc automatically senses
1817 when you are about to type an algebraic expression. To enter this
1818 mode, press the two letters @w{@kbd{m a}}. (An @samp{Alg} indicator
1819 should appear in the Calc window's mode line.)
1820
1821 Press @kbd{m a}, then @kbd{2+3+4} with no apostrophe, then @key{RET}.
1822
1823 In Algebraic mode, when you press any key that would normally begin
1824 entering a number (such as a digit, a decimal point, or the @kbd{_}
1825 key), or if you press @kbd{(} or @kbd{[}, Calc automatically begins
1826 an algebraic entry.
1827
1828 Functions which do not have operator symbols like @samp{+} and @samp{*}
1829 must be entered in formulas using function-call notation. For example,
1830 the function name corresponding to the square-root key @kbd{Q} is
1831 @code{sqrt}. To compute a square root in a formula, you would use
1832 the notation @samp{sqrt(@var{x})}.
1833
1834 Press the apostrophe, then type @kbd{sqrt(5*2) - 3}. The result should
1835 be @expr{0.16227766017}.
1836
1837 Note that if the formula begins with a function name, you need to use
1838 the apostrophe even if you are in Algebraic mode. If you type @kbd{arcsin}
1839 out of the blue, the @kbd{a r} will be taken as an Algebraic Rewrite
1840 command, and the @kbd{csin} will be taken as the name of the rewrite
1841 rule to use!
1842
1843 Some people prefer to enter complex numbers and vectors in algebraic
1844 form because they find RPN entry with incomplete objects to be too
1845 distracting, even though they otherwise use Calc as an RPN calculator.
1846
1847 Still in Algebraic mode, type:
1848
1849 @smallexample
1850 @group
1851 1: (2, 3) 2: (2, 3) 1: (8, -1) 2: (8, -1) 1: (9, -1)
1852 . 1: (1, -2) . 1: 1 .
1853 . .
1854
1855 (2,3) @key{RET} (1,-2) @key{RET} * 1 @key{RET} +
1856 @end group
1857 @end smallexample
1858
1859 Algebraic mode allows us to enter complex numbers without pressing
1860 an apostrophe first, but it also means we need to press @key{RET}
1861 after every entry, even for a simple number like @expr{1}.
1862
1863 (You can type @kbd{C-u m a} to enable a special Incomplete Algebraic
1864 mode in which the @kbd{(} and @kbd{[} keys use algebraic entry even
1865 though regular numeric keys still use RPN numeric entry. There is also
1866 Total Algebraic mode, started by typing @kbd{m t}, in which all
1867 normal keys begin algebraic entry. You must then use the @key{META} key
1868 to type Calc commands: @kbd{M-m t} to get back out of Total Algebraic
1869 mode, @kbd{M-q} to quit, etc.)
1870
1871 If you're still in Algebraic mode, press @kbd{m a} again to turn it off.
1872
1873 Actual non-RPN calculators use a mixture of algebraic and RPN styles.
1874 In general, operators of two numbers (like @kbd{+} and @kbd{*})
1875 use algebraic form, but operators of one number (like @kbd{n} and @kbd{Q})
1876 use RPN form. Also, a non-RPN calculator allows you to see the
1877 intermediate results of a calculation as you go along. You can
1878 accomplish this in Calc by performing your calculation as a series
1879 of algebraic entries, using the @kbd{$} sign to tie them together.
1880 In an algebraic formula, @kbd{$} represents the number on the top
1881 of the stack. Here, we perform the calculation
1882 @texline @math{\sqrt{2\times4+1}},
1883 @infoline @expr{sqrt(2*4+1)},
1884 which on a traditional calculator would be done by pressing
1885 @kbd{2 * 4 + 1 =} and then the square-root key.
1886
1887 @smallexample
1888 @group
1889 1: 8 1: 9 1: 3
1890 . . .
1891
1892 ' 2*4 @key{RET} $+1 @key{RET} Q
1893 @end group
1894 @end smallexample
1895
1896 @noindent
1897 Notice that we didn't need to press an apostrophe for the @kbd{$+1},
1898 because the dollar sign always begins an algebraic entry.
1899
1900 (@bullet{}) @strong{Exercise 1.} How could you get the same effect as
1901 pressing @kbd{Q} but using an algebraic entry instead? How about
1902 if the @kbd{Q} key on your keyboard were broken?
1903 @xref{Algebraic Answer 1, 1}. (@bullet{})
1904
1905 The notations @kbd{$$}, @kbd{$$$}, and so on stand for higher stack
1906 entries. For example, @kbd{' $$+$ @key{RET}} is just like typing @kbd{+}.
1907
1908 Algebraic formulas can include @dfn{variables}. To store in a
1909 variable, press @kbd{s s}, then type the variable name, then press
1910 @key{RET}. (There are actually two flavors of store command:
1911 @kbd{s s} stores a number in a variable but also leaves the number
1912 on the stack, while @w{@kbd{s t}} removes a number from the stack and
1913 stores it in the variable.) A variable name should consist of one
1914 or more letters or digits, beginning with a letter.
1915
1916 @smallexample
1917 @group
1918 1: 17 . 1: a + a^2 1: 306
1919 . . .
1920
1921 17 s t a @key{RET} ' a+a^2 @key{RET} =
1922 @end group
1923 @end smallexample
1924
1925 @noindent
1926 The @kbd{=} key @dfn{evaluates} a formula by replacing all its
1927 variables by the values that were stored in them.
1928
1929 For RPN calculations, you can recall a variable's value on the
1930 stack either by entering its name as a formula and pressing @kbd{=},
1931 or by using the @kbd{s r} command.
1932
1933 @smallexample
1934 @group
1935 1: 17 2: 17 3: 17 2: 17 1: 306
1936 . 1: 17 2: 17 1: 289 .
1937 . 1: 2 .
1938 .
1939
1940 s r a @key{RET} ' a @key{RET} = 2 ^ +
1941 @end group
1942 @end smallexample
1943
1944 If you press a single digit for a variable name (as in @kbd{s t 3}, you
1945 get one of ten @dfn{quick variables} @code{q0} through @code{q9}.
1946 They are ``quick'' simply because you don't have to type the letter
1947 @code{q} or the @key{RET} after their names. In fact, you can type
1948 simply @kbd{s 3} as a shorthand for @kbd{s s 3}, and likewise for
1949 @kbd{t 3} and @w{@kbd{r 3}}.
1950
1951 Any variables in an algebraic formula for which you have not stored
1952 values are left alone, even when you evaluate the formula.
1953
1954 @smallexample
1955 @group
1956 1: 2 a + 2 b 1: 2 b + 34
1957 . .
1958
1959 ' 2a+2b @key{RET} =
1960 @end group
1961 @end smallexample
1962
1963 Calls to function names which are undefined in Calc are also left
1964 alone, as are calls for which the value is undefined.
1965
1966 @smallexample
1967 @group
1968 1: log10(0) + log10(x) + log10(5, 6) + foo(3) + 2
1969 .
1970
1971 ' log10(100) + log10(0) + log10(x) + log10(5,6) + foo(3) @key{RET}
1972 @end group
1973 @end smallexample
1974
1975 @noindent
1976 In this example, the first call to @code{log10} works, but the other
1977 calls are not evaluated. In the second call, the logarithm is
1978 undefined for that value of the argument; in the third, the argument
1979 is symbolic, and in the fourth, there are too many arguments. In the
1980 fifth case, there is no function called @code{foo}. You will see a
1981 ``Wrong number of arguments'' message referring to @samp{log10(5,6)}.
1982 Press the @kbd{w} (``why'') key to see any other messages that may
1983 have arisen from the last calculation. In this case you will get
1984 ``logarithm of zero,'' then ``number expected: @code{x}''. Calc
1985 automatically displays the first message only if the message is
1986 sufficiently important; for example, Calc considers ``wrong number
1987 of arguments'' and ``logarithm of zero'' to be important enough to
1988 report automatically, while a message like ``number expected: @code{x}''
1989 will only show up if you explicitly press the @kbd{w} key.
1990
1991 (@bullet{}) @strong{Exercise 2.} Joe entered the formula @samp{2 x y},
1992 stored 5 in @code{x}, pressed @kbd{=}, and got the expected result,
1993 @samp{10 y}. He then tried the same for the formula @samp{2 x (1+y)},
1994 expecting @samp{10 (1+y)}, but it didn't work. Why not?
1995 @xref{Algebraic Answer 2, 2}. (@bullet{})
1996
1997 (@bullet{}) @strong{Exercise 3.} What result would you expect
1998 @kbd{1 @key{RET} 0 /} to give? What if you then type @kbd{0 *}?
1999 @xref{Algebraic Answer 3, 3}. (@bullet{})
2000
2001 One interesting way to work with variables is to use the
2002 @dfn{evaluates-to} (@samp{=>}) operator. It works like this:
2003 Enter a formula algebraically in the usual way, but follow
2004 the formula with an @samp{=>} symbol. (There is also an @kbd{s =}
2005 command which builds an @samp{=>} formula using the stack.) On
2006 the stack, you will see two copies of the formula with an @samp{=>}
2007 between them. The lefthand formula is exactly like you typed it;
2008 the righthand formula has been evaluated as if by typing @kbd{=}.
2009
2010 @smallexample
2011 @group
2012 2: 2 + 3 => 5 2: 2 + 3 => 5
2013 1: 2 a + 2 b => 34 + 2 b 1: 2 a + 2 b => 20 + 2 b
2014 . .
2015
2016 ' 2+3 => @key{RET} ' 2a+2b @key{RET} s = 10 s t a @key{RET}
2017 @end group
2018 @end smallexample
2019
2020 @noindent
2021 Notice that the instant we stored a new value in @code{a}, all
2022 @samp{=>} operators already on the stack that referred to @expr{a}
2023 were updated to use the new value. With @samp{=>}, you can push a
2024 set of formulas on the stack, then change the variables experimentally
2025 to see the effects on the formulas' values.
2026
2027 You can also ``unstore'' a variable when you are through with it:
2028
2029 @smallexample
2030 @group
2031 2: 2 + 5 => 5
2032 1: 2 a + 2 b => 2 a + 2 b
2033 .
2034
2035 s u a @key{RET}
2036 @end group
2037 @end smallexample
2038
2039 We will encounter formulas involving variables and functions again
2040 when we discuss the algebra and calculus features of the Calculator.
2041
2042 @node Undo Tutorial, Modes Tutorial, Algebraic Tutorial, Basic Tutorial
2043 @subsection Undo and Redo
2044
2045 @noindent
2046 If you make a mistake, you can usually correct it by pressing shift-@kbd{U},
2047 the ``undo'' command. First, clear the stack (@kbd{M-0 @key{DEL}}) and exit
2048 and restart Calc (@kbd{C-x * * C-x * *}) to make sure things start off
2049 with a clean slate. Now:
2050
2051 @smallexample
2052 @group
2053 1: 2 2: 2 1: 8 2: 2 1: 6
2054 . 1: 3 . 1: 3 .
2055 . .
2056
2057 2 @key{RET} 3 ^ U *
2058 @end group
2059 @end smallexample
2060
2061 You can undo any number of times. Calc keeps a complete record of
2062 all you have done since you last opened the Calc window. After the
2063 above example, you could type:
2064
2065 @smallexample
2066 @group
2067 1: 6 2: 2 1: 2 . .
2068 . 1: 3 .
2069 .
2070 (error)
2071 U U U U
2072 @end group
2073 @end smallexample
2074
2075 You can also type @kbd{D} to ``redo'' a command that you have undone
2076 mistakenly.
2077
2078 @smallexample
2079 @group
2080 . 1: 2 2: 2 1: 6 1: 6
2081 . 1: 3 . .
2082 .
2083 (error)
2084 D D D D
2085 @end group
2086 @end smallexample
2087
2088 @noindent
2089 It was not possible to redo past the @expr{6}, since that was placed there
2090 by something other than an undo command.
2091
2092 @cindex Time travel
2093 You can think of undo and redo as a sort of ``time machine.'' Press
2094 @kbd{U} to go backward in time, @kbd{D} to go forward. If you go
2095 backward and do something (like @kbd{*}) then, as any science fiction
2096 reader knows, you have changed your future and you cannot go forward
2097 again. Thus, the inability to redo past the @expr{6} even though there
2098 was an earlier undo command.
2099
2100 You can always recall an earlier result using the Trail. We've ignored
2101 the trail so far, but it has been faithfully recording everything we
2102 did since we loaded the Calculator. If the Trail is not displayed,
2103 press @kbd{t d} now to turn it on.
2104
2105 Let's try grabbing an earlier result. The @expr{8} we computed was
2106 undone by a @kbd{U} command, and was lost even to Redo when we pressed
2107 @kbd{*}, but it's still there in the trail. There should be a little
2108 @samp{>} arrow (the @dfn{trail pointer}) resting on the last trail
2109 entry. If there isn't, press @kbd{t ]} to reset the trail pointer.
2110 Now, press @w{@kbd{t p}} to move the arrow onto the line containing
2111 @expr{8}, and press @w{@kbd{t y}} to ``yank'' that number back onto the
2112 stack.
2113
2114 If you press @kbd{t ]} again, you will see that even our Yank command
2115 went into the trail.
2116
2117 Let's go further back in time. Earlier in the tutorial we computed
2118 a huge integer using the formula @samp{2^3^4}. We don't remember
2119 what it was, but the first digits were ``241''. Press @kbd{t r}
2120 (which stands for trail-search-reverse), then type @kbd{241}.
2121 The trail cursor will jump back to the next previous occurrence of
2122 the string ``241'' in the trail. This is just a regular Emacs
2123 incremental search; you can now press @kbd{C-s} or @kbd{C-r} to
2124 continue the search forwards or backwards as you like.
2125
2126 To finish the search, press @key{RET}. This halts the incremental
2127 search and leaves the trail pointer at the thing we found. Now we
2128 can type @kbd{t y} to yank that number onto the stack. If we hadn't
2129 remembered the ``241'', we could simply have searched for @kbd{2^3^4},
2130 then pressed @kbd{@key{RET} t n} to halt and then move to the next item.
2131
2132 You may have noticed that all the trail-related commands begin with
2133 the letter @kbd{t}. (The store-and-recall commands, on the other hand,
2134 all began with @kbd{s}.) Calc has so many commands that there aren't
2135 enough keys for all of them, so various commands are grouped into
2136 two-letter sequences where the first letter is called the @dfn{prefix}
2137 key. If you type a prefix key by accident, you can press @kbd{C-g}
2138 to cancel it. (In fact, you can press @kbd{C-g} to cancel almost
2139 anything in Emacs.) To get help on a prefix key, press that key
2140 followed by @kbd{?}. Some prefixes have several lines of help,
2141 so you need to press @kbd{?} repeatedly to see them all.
2142 You can also type @kbd{h h} to see all the help at once.
2143
2144 Try pressing @kbd{t ?} now. You will see a line of the form,
2145
2146 @smallexample
2147 trail/time: Display; Fwd, Back; Next, Prev, Here, [, ]; Yank: [MORE] t-
2148 @end smallexample
2149
2150 @noindent
2151 The word ``trail'' indicates that the @kbd{t} prefix key contains
2152 trail-related commands. Each entry on the line shows one command,
2153 with a single capital letter showing which letter you press to get
2154 that command. We have used @kbd{t n}, @kbd{t p}, @kbd{t ]}, and
2155 @kbd{t y} so far. The @samp{[MORE]} means you can press @kbd{?}
2156 again to see more @kbd{t}-prefix commands. Notice that the commands
2157 are roughly divided (by semicolons) into related groups.
2158
2159 When you are in the help display for a prefix key, the prefix is
2160 still active. If you press another key, like @kbd{y} for example,
2161 it will be interpreted as a @kbd{t y} command. If all you wanted
2162 was to look at the help messages, press @kbd{C-g} afterwards to cancel
2163 the prefix.
2164
2165 One more way to correct an error is by editing the stack entries.
2166 The actual Stack buffer is marked read-only and must not be edited
2167 directly, but you can press @kbd{`} (grave accent)
2168 to edit a stack entry.
2169
2170 Try entering @samp{3.141439} now. If this is supposed to represent
2171 @cpi{}, it's got several errors. Press @kbd{`} to edit this number.
2172 Now use the normal Emacs cursor motion and editing keys to change
2173 the second 4 to a 5, and to transpose the 3 and the 9. When you
2174 press @key{RET}, the number on the stack will be replaced by your
2175 new number. This works for formulas, vectors, and all other types
2176 of values you can put on the stack. The @kbd{`} key also works
2177 during entry of a number or algebraic formula.
2178
2179 @node Modes Tutorial, , Undo Tutorial, Basic Tutorial
2180 @subsection Mode-Setting Commands
2181
2182 @noindent
2183 Calc has many types of @dfn{modes} that affect the way it interprets
2184 your commands or the way it displays data. We have already seen one
2185 mode, namely Algebraic mode. There are many others, too; we'll
2186 try some of the most common ones here.
2187
2188 Perhaps the most fundamental mode in Calc is the current @dfn{precision}.
2189 Notice the @samp{12} on the Calc window's mode line:
2190
2191 @smallexample
2192 --%*-Calc: 12 Deg (Calculator)----All------
2193 @end smallexample
2194
2195 @noindent
2196 Most of the symbols there are Emacs things you don't need to worry
2197 about, but the @samp{12} and the @samp{Deg} are mode indicators.
2198 The @samp{12} means that calculations should always be carried to
2199 12 significant figures. That is why, when we type @kbd{1 @key{RET} 7 /},
2200 we get @expr{0.142857142857} with exactly 12 digits, not counting
2201 leading and trailing zeros.
2202
2203 You can set the precision to anything you like by pressing @kbd{p},
2204 then entering a suitable number. Try pressing @kbd{p 30 @key{RET}},
2205 then doing @kbd{1 @key{RET} 7 /} again:
2206
2207 @smallexample
2208 @group
2209 1: 0.142857142857
2210 2: 0.142857142857142857142857142857
2211 .
2212 @end group
2213 @end smallexample
2214
2215 Although the precision can be set arbitrarily high, Calc always
2216 has to have @emph{some} value for the current precision. After
2217 all, the true value @expr{1/7} is an infinitely repeating decimal;
2218 Calc has to stop somewhere.
2219
2220 Of course, calculations are slower the more digits you request.
2221 Press @w{@kbd{p 12}} now to set the precision back down to the default.
2222
2223 Calculations always use the current precision. For example, even
2224 though we have a 30-digit value for @expr{1/7} on the stack, if
2225 we use it in a calculation in 12-digit mode it will be rounded
2226 down to 12 digits before it is used. Try it; press @key{RET} to
2227 duplicate the number, then @w{@kbd{1 +}}. Notice that the @key{RET}
2228 key didn't round the number, because it doesn't do any calculation.
2229 But the instant we pressed @kbd{+}, the number was rounded down.
2230
2231 @smallexample
2232 @group
2233 1: 0.142857142857
2234 2: 0.142857142857142857142857142857
2235 3: 1.14285714286
2236 .
2237 @end group
2238 @end smallexample
2239
2240 @noindent
2241 In fact, since we added a digit on the left, we had to lose one
2242 digit on the right from even the 12-digit value of @expr{1/7}.
2243
2244 How did we get more than 12 digits when we computed @samp{2^3^4}? The
2245 answer is that Calc makes a distinction between @dfn{integers} and
2246 @dfn{floating-point} numbers, or @dfn{floats}. An integer is a number
2247 that does not contain a decimal point. There is no such thing as an
2248 ``infinitely repeating fraction integer,'' so Calc doesn't have to limit
2249 itself. If you asked for @samp{2^10000} (don't try this!), you would
2250 have to wait a long time but you would eventually get an exact answer.
2251 If you ask for @samp{2.^10000}, you will quickly get an answer which is
2252 correct only to 12 places. The decimal point tells Calc that it should
2253 use floating-point arithmetic to get the answer, not exact integer
2254 arithmetic.
2255
2256 You can use the @kbd{F} (@code{calc-floor}) command to convert a
2257 floating-point value to an integer, and @kbd{c f} (@code{calc-float})
2258 to convert an integer to floating-point form.
2259
2260 Let's try entering that last calculation:
2261
2262 @smallexample
2263 @group
2264 1: 2. 2: 2. 1: 1.99506311689e3010
2265 . 1: 10000 .
2266 .
2267
2268 2.0 @key{RET} 10000 @key{RET} ^
2269 @end group
2270 @end smallexample
2271
2272 @noindent
2273 @cindex Scientific notation, entry of
2274 Notice the letter @samp{e} in there. It represents ``times ten to the
2275 power of,'' and is used by Calc automatically whenever writing the
2276 number out fully would introduce more extra zeros than you probably
2277 want to see. You can enter numbers in this notation, too.
2278
2279 @smallexample
2280 @group
2281 1: 2. 2: 2. 1: 1.99506311678e3010
2282 . 1: 10000. .
2283 .
2284
2285 2.0 @key{RET} 1e4 @key{RET} ^
2286 @end group
2287 @end smallexample
2288
2289 @cindex Round-off errors
2290 @noindent
2291 Hey, the answer is different! Look closely at the middle columns
2292 of the two examples. In the first, the stack contained the
2293 exact integer @expr{10000}, but in the second it contained
2294 a floating-point value with a decimal point. When you raise a
2295 number to an integer power, Calc uses repeated squaring and
2296 multiplication to get the answer. When you use a floating-point
2297 power, Calc uses logarithms and exponentials. As you can see,
2298 a slight error crept in during one of these methods. Which
2299 one should we trust? Let's raise the precision a bit and find
2300 out:
2301
2302 @smallexample
2303 @group
2304 . 1: 2. 2: 2. 1: 1.995063116880828e3010
2305 . 1: 10000. .
2306 .
2307
2308 p 16 @key{RET} 2. @key{RET} 1e4 ^ p 12 @key{RET}
2309 @end group
2310 @end smallexample
2311
2312 @noindent
2313 @cindex Guard digits
2314 Presumably, it doesn't matter whether we do this higher-precision
2315 calculation using an integer or floating-point power, since we
2316 have added enough ``guard digits'' to trust the first 12 digits
2317 no matter what. And the verdict is@dots{} Integer powers were more
2318 accurate; in fact, the result was only off by one unit in the
2319 last place.
2320
2321 @cindex Guard digits
2322 Calc does many of its internal calculations to a slightly higher
2323 precision, but it doesn't always bump the precision up enough.
2324 In each case, Calc added about two digits of precision during
2325 its calculation and then rounded back down to 12 digits
2326 afterward. In one case, it was enough; in the other, it
2327 wasn't. If you really need @var{x} digits of precision, it
2328 never hurts to do the calculation with a few extra guard digits.
2329
2330 What if we want guard digits but don't want to look at them?
2331 We can set the @dfn{float format}. Calc supports four major
2332 formats for floating-point numbers, called @dfn{normal},
2333 @dfn{fixed-point}, @dfn{scientific notation}, and @dfn{engineering
2334 notation}. You get them by pressing @w{@kbd{d n}}, @kbd{d f},
2335 @kbd{d s}, and @kbd{d e}, respectively. In each case, you can
2336 supply a numeric prefix argument which says how many digits
2337 should be displayed. As an example, let's put a few numbers
2338 onto the stack and try some different display modes. First,
2339 use @kbd{M-0 @key{DEL}} to clear the stack, then enter the four
2340 numbers shown here:
2341
2342 @smallexample
2343 @group
2344 4: 12345 4: 12345 4: 12345 4: 12345 4: 12345
2345 3: 12345. 3: 12300. 3: 1.2345e4 3: 1.23e4 3: 12345.000
2346 2: 123.45 2: 123. 2: 1.2345e2 2: 1.23e2 2: 123.450
2347 1: 12.345 1: 12.3 1: 1.2345e1 1: 1.23e1 1: 12.345
2348 . . . . .
2349
2350 d n M-3 d n d s M-3 d s M-3 d f
2351 @end group
2352 @end smallexample
2353
2354 @noindent
2355 Notice that when we typed @kbd{M-3 d n}, the numbers were rounded down
2356 to three significant digits, but then when we typed @kbd{d s} all
2357 five significant figures reappeared. The float format does not
2358 affect how numbers are stored, it only affects how they are
2359 displayed. Only the current precision governs the actual rounding
2360 of numbers in the Calculator's memory.
2361
2362 Engineering notation, not shown here, is like scientific notation
2363 except the exponent (the power-of-ten part) is always adjusted to be
2364 a multiple of three (as in ``kilo,'' ``micro,'' etc.). As a result
2365 there will be one, two, or three digits before the decimal point.
2366
2367 Whenever you change a display-related mode, Calc redraws everything
2368 in the stack. This may be slow if there are many things on the stack,
2369 so Calc allows you to type shift-@kbd{H} before any mode command to
2370 prevent it from updating the stack. Anything Calc displays after the
2371 mode-changing command will appear in the new format.
2372
2373 @smallexample
2374 @group
2375 4: 12345 4: 12345 4: 12345 4: 12345 4: 12345
2376 3: 12345.000 3: 12345.000 3: 12345.000 3: 1.2345e4 3: 12345.
2377 2: 123.450 2: 123.450 2: 1.2345e1 2: 1.2345e1 2: 123.45
2378 1: 12.345 1: 1.2345e1 1: 1.2345e2 1: 1.2345e2 1: 12.345
2379 . . . . .
2380
2381 H d s @key{DEL} U @key{TAB} d @key{SPC} d n
2382 @end group
2383 @end smallexample
2384
2385 @noindent
2386 Here the @kbd{H d s} command changes to scientific notation but without
2387 updating the screen. Deleting the top stack entry and undoing it back
2388 causes it to show up in the new format; swapping the top two stack
2389 entries reformats both entries. The @kbd{d @key{SPC}} command refreshes the
2390 whole stack. The @kbd{d n} command changes back to the normal float
2391 format; since it doesn't have an @kbd{H} prefix, it also updates all
2392 the stack entries to be in @kbd{d n} format.
2393
2394 Notice that the integer @expr{12345} was not affected by any
2395 of the float formats. Integers are integers, and are always
2396 displayed exactly.
2397
2398 @cindex Large numbers, readability
2399 Large integers have their own problems. Let's look back at
2400 the result of @kbd{2^3^4}.
2401
2402 @example
2403 2417851639229258349412352
2404 @end example
2405
2406 @noindent
2407 Quick---how many digits does this have? Try typing @kbd{d g}:
2408
2409 @example
2410 2,417,851,639,229,258,349,412,352
2411 @end example
2412
2413 @noindent
2414 Now how many digits does this have? It's much easier to tell!
2415 We can actually group digits into clumps of any size. Some
2416 people prefer @kbd{M-5 d g}:
2417
2418 @example
2419 24178,51639,22925,83494,12352
2420 @end example
2421
2422 Let's see what happens to floating-point numbers when they are grouped.
2423 First, type @kbd{p 25 @key{RET}} to make sure we have enough precision
2424 to get ourselves into trouble. Now, type @kbd{1e13 /}:
2425
2426 @example
2427 24,17851,63922.9258349412352
2428 @end example
2429
2430 @noindent
2431 The integer part is grouped but the fractional part isn't. Now try
2432 @kbd{M-- M-5 d g} (that's meta-minus-sign, meta-five):
2433
2434 @example
2435 24,17851,63922.92583,49412,352
2436 @end example
2437
2438 If you find it hard to tell the decimal point from the commas, try
2439 changing the grouping character to a space with @kbd{d , @key{SPC}}:
2440
2441 @example
2442 24 17851 63922.92583 49412 352
2443 @end example
2444
2445 Type @kbd{d , ,} to restore the normal grouping character, then
2446 @kbd{d g} again to turn grouping off. Also, press @kbd{p 12} to
2447 restore the default precision.
2448
2449 Press @kbd{U} enough times to get the original big integer back.
2450 (Notice that @kbd{U} does not undo each mode-setting command; if
2451 you want to undo a mode-setting command, you have to do it yourself.)
2452 Now, type @kbd{d r 16 @key{RET}}:
2453
2454 @example
2455 16#200000000000000000000
2456 @end example
2457
2458 @noindent
2459 The number is now displayed in @dfn{hexadecimal}, or ``base-16'' form.
2460 Suddenly it looks pretty simple; this should be no surprise, since we
2461 got this number by computing a power of two, and 16 is a power of 2.
2462 In fact, we can use @w{@kbd{d r 2 @key{RET}}} to see it in actual binary
2463 form:
2464
2465 @example
2466 2#1000000000000000000000000000000000000000000000000000000 @dots{}
2467 @end example
2468
2469 @noindent
2470 We don't have enough space here to show all the zeros! They won't
2471 fit on a typical screen, either, so you will have to use horizontal
2472 scrolling to see them all. Press @kbd{<} and @kbd{>} to scroll the
2473 stack window left and right by half its width. Another way to view
2474 something large is to press @kbd{`} (grave accent) to edit the top of
2475 stack in a separate window. (Press @kbd{C-c C-c} when you are done.)
2476
2477 You can enter non-decimal numbers using the @kbd{#} symbol, too.
2478 Let's see what the hexadecimal number @samp{5FE} looks like in
2479 binary. Type @kbd{16#5FE} (the letters can be typed in upper or
2480 lower case; they will always appear in upper case). It will also
2481 help to turn grouping on with @kbd{d g}:
2482
2483 @example
2484 2#101,1111,1110
2485 @end example
2486
2487 Notice that @kbd{d g} groups by fours by default if the display radix
2488 is binary or hexadecimal, but by threes if it is decimal, octal, or any
2489 other radix.
2490
2491 Now let's see that number in decimal; type @kbd{d r 10}:
2492
2493 @example
2494 1,534
2495 @end example
2496
2497 Numbers are not @emph{stored} with any particular radix attached. They're
2498 just numbers; they can be entered in any radix, and are always displayed
2499 in whatever radix you've chosen with @kbd{d r}. The current radix applies
2500 to integers, fractions, and floats.
2501
2502 @cindex Roundoff errors, in non-decimal numbers
2503 (@bullet{}) @strong{Exercise 1.} Your friend Joe tried to enter one-third
2504 as @samp{3#0.1} in @kbd{d r 3} mode with a precision of 12. He got
2505 @samp{3#0.0222222...} (with 25 2's) in the display. When he multiplied
2506 that by three, he got @samp{3#0.222222...} instead of the expected
2507 @samp{3#1}. Next, Joe entered @samp{3#0.2} and, to his great relief,
2508 saw @samp{3#0.2} on the screen. But when he typed @kbd{2 /}, he got
2509 @samp{3#0.10000001} (some zeros omitted). What's going on here?
2510 @xref{Modes Answer 1, 1}. (@bullet{})
2511
2512 @cindex Scientific notation, in non-decimal numbers
2513 (@bullet{}) @strong{Exercise 2.} Scientific notation works in non-decimal
2514 modes in the natural way (the exponent is a power of the radix instead of
2515 a power of ten, although the exponent itself is always written in decimal).
2516 Thus @samp{8#1.23e3 = 8#1230.0}. Suppose we have the hexadecimal number
2517 @samp{f.e8f} times 16 to the 15th power: We write @samp{16#f.e8fe15}.
2518 What is wrong with this picture? What could we write instead that would
2519 work better? @xref{Modes Answer 2, 2}. (@bullet{})
2520
2521 The @kbd{m} prefix key has another set of modes, relating to the way
2522 Calc interprets your inputs and does computations. Whereas @kbd{d}-prefix
2523 modes generally affect the way things look, @kbd{m}-prefix modes affect
2524 the way they are actually computed.
2525
2526 The most popular @kbd{m}-prefix mode is the @dfn{angular mode}. Notice
2527 the @samp{Deg} indicator in the mode line. This means that if you use
2528 a command that interprets a number as an angle, it will assume the
2529 angle is measured in degrees. For example,
2530
2531 @smallexample
2532 @group
2533 1: 45 1: 0.707106781187 1: 0.500000000001 1: 0.5
2534 . . . .
2535
2536 45 S 2 ^ c 1
2537 @end group
2538 @end smallexample
2539
2540 @noindent
2541 The shift-@kbd{S} command computes the sine of an angle. The sine
2542 of 45 degrees is
2543 @texline @math{\sqrt{2}/2};
2544 @infoline @expr{sqrt(2)/2};
2545 squaring this yields @expr{2/4 = 0.5}. However, there has been a slight
2546 roundoff error because the representation of
2547 @texline @math{\sqrt{2}/2}
2548 @infoline @expr{sqrt(2)/2}
2549 wasn't exact. The @kbd{c 1} command is a handy way to clean up numbers
2550 in this case; it temporarily reduces the precision by one digit while it
2551 re-rounds the number on the top of the stack.
2552
2553 @cindex Roundoff errors, examples
2554 (@bullet{}) @strong{Exercise 3.} Your friend Joe computed the sine
2555 of 45 degrees as shown above, then, hoping to avoid an inexact
2556 result, he increased the precision to 16 digits before squaring.
2557 What happened? @xref{Modes Answer 3, 3}. (@bullet{})
2558
2559 To do this calculation in radians, we would type @kbd{m r} first.
2560 (The indicator changes to @samp{Rad}.) 45 degrees corresponds to
2561 @cpiover{4} radians. To get @cpi{}, press the @kbd{P} key. (Once
2562 again, this is a shifted capital @kbd{P}. Remember, unshifted
2563 @kbd{p} sets the precision.)
2564
2565 @smallexample
2566 @group
2567 1: 3.14159265359 1: 0.785398163398 1: 0.707106781187
2568 . . .
2569
2570 P 4 / m r S
2571 @end group
2572 @end smallexample
2573
2574 Likewise, inverse trigonometric functions generate results in
2575 either radians or degrees, depending on the current angular mode.
2576
2577 @smallexample
2578 @group
2579 1: 0.707106781187 1: 0.785398163398 1: 45.
2580 . . .
2581
2582 .5 Q m r I S m d U I S
2583 @end group
2584 @end smallexample
2585
2586 @noindent
2587 Here we compute the Inverse Sine of
2588 @texline @math{\sqrt{0.5}},
2589 @infoline @expr{sqrt(0.5)},
2590 first in radians, then in degrees.
2591
2592 Use @kbd{c d} and @kbd{c r} to convert a number from radians to degrees
2593 and vice-versa.
2594
2595 @smallexample
2596 @group
2597 1: 45 1: 0.785398163397 1: 45.
2598 . . .
2599
2600 45 c r c d
2601 @end group
2602 @end smallexample
2603
2604 Another interesting mode is @dfn{Fraction mode}. Normally,
2605 dividing two integers produces a floating-point result if the
2606 quotient can't be expressed as an exact integer. Fraction mode
2607 causes integer division to produce a fraction, i.e., a rational
2608 number, instead.
2609
2610 @smallexample
2611 @group
2612 2: 12 1: 1.33333333333 1: 4:3
2613 1: 9 . .
2614 .
2615
2616 12 @key{RET} 9 / m f U / m f
2617 @end group
2618 @end smallexample
2619
2620 @noindent
2621 In the first case, we get an approximate floating-point result.
2622 In the second case, we get an exact fractional result (four-thirds).
2623
2624 You can enter a fraction at any time using @kbd{:} notation.
2625 (Calc uses @kbd{:} instead of @kbd{/} as the fraction separator
2626 because @kbd{/} is already used to divide the top two stack
2627 elements.) Calculations involving fractions will always
2628 produce exact fractional results; Fraction mode only says
2629 what to do when dividing two integers.
2630
2631 @cindex Fractions vs. floats
2632 @cindex Floats vs. fractions
2633 (@bullet{}) @strong{Exercise 4.} If fractional arithmetic is exact,
2634 why would you ever use floating-point numbers instead?
2635 @xref{Modes Answer 4, 4}. (@bullet{})
2636
2637 Typing @kbd{m f} doesn't change any existing values in the stack.
2638 In the above example, we had to Undo the division and do it over
2639 again when we changed to Fraction mode. But if you use the
2640 evaluates-to operator you can get commands like @kbd{m f} to
2641 recompute for you.
2642
2643 @smallexample
2644 @group
2645 1: 12 / 9 => 1.33333333333 1: 12 / 9 => 1.333 1: 12 / 9 => 4:3
2646 . . .
2647
2648 ' 12/9 => @key{RET} p 4 @key{RET} m f
2649 @end group
2650 @end smallexample
2651
2652 @noindent
2653 In this example, the righthand side of the @samp{=>} operator
2654 on the stack is recomputed when we change the precision, then
2655 again when we change to Fraction mode. All @samp{=>} expressions
2656 on the stack are recomputed every time you change any mode that
2657 might affect their values.
2658
2659 @node Arithmetic Tutorial, Vector/Matrix Tutorial, Basic Tutorial, Tutorial
2660 @section Arithmetic Tutorial
2661
2662 @noindent
2663 In this section, we explore the arithmetic and scientific functions
2664 available in the Calculator.
2665
2666 The standard arithmetic commands are @kbd{+}, @kbd{-}, @kbd{*}, @kbd{/},
2667 and @kbd{^}. Each normally takes two numbers from the top of the stack
2668 and pushes back a result. The @kbd{n} and @kbd{&} keys perform
2669 change-sign and reciprocal operations, respectively.
2670
2671 @smallexample
2672 @group
2673 1: 5 1: 0.2 1: 5. 1: -5. 1: 5.
2674 . . . . .
2675
2676 5 & & n n
2677 @end group
2678 @end smallexample
2679
2680 @cindex Binary operators
2681 You can apply a ``binary operator'' like @kbd{+} across any number of
2682 stack entries by giving it a numeric prefix. You can also apply it
2683 pairwise to several stack elements along with the top one if you use
2684 a negative prefix.
2685
2686 @smallexample
2687 @group
2688 3: 2 1: 9 3: 2 4: 2 3: 12
2689 2: 3 . 2: 3 3: 3 2: 13
2690 1: 4 1: 4 2: 4 1: 14
2691 . . 1: 10 .
2692 .
2693
2694 2 @key{RET} 3 @key{RET} 4 M-3 + U 10 M-- M-3 +
2695 @end group
2696 @end smallexample
2697
2698 @cindex Unary operators
2699 You can apply a ``unary operator'' like @kbd{&} to the top @var{n}
2700 stack entries with a numeric prefix, too.
2701
2702 @smallexample
2703 @group
2704 3: 2 3: 0.5 3: 0.5
2705 2: 3 2: 0.333333333333 2: 3.
2706 1: 4 1: 0.25 1: 4.
2707 . . .
2708
2709 2 @key{RET} 3 @key{RET} 4 M-3 & M-2 &
2710 @end group
2711 @end smallexample
2712
2713 Notice that the results here are left in floating-point form.
2714 We can convert them back to integers by pressing @kbd{F}, the
2715 ``floor'' function. This function rounds down to the next lower
2716 integer. There is also @kbd{R}, which rounds to the nearest
2717 integer.
2718
2719 @smallexample
2720 @group
2721 7: 2. 7: 2 7: 2
2722 6: 2.4 6: 2 6: 2
2723 5: 2.5 5: 2 5: 3
2724 4: 2.6 4: 2 4: 3
2725 3: -2. 3: -2 3: -2
2726 2: -2.4 2: -3 2: -2
2727 1: -2.6 1: -3 1: -3
2728 . . .
2729
2730 M-7 F U M-7 R
2731 @end group
2732 @end smallexample
2733
2734 Since dividing-and-flooring (i.e., ``integer quotient'') is such a
2735 common operation, Calc provides a special command for that purpose, the
2736 backslash @kbd{\}. Another common arithmetic operator is @kbd{%}, which
2737 computes the remainder that would arise from a @kbd{\} operation, i.e.,
2738 the ``modulo'' of two numbers. For example,
2739
2740 @smallexample
2741 @group
2742 2: 1234 1: 12 2: 1234 1: 34
2743 1: 100 . 1: 100 .
2744 . .
2745
2746 1234 @key{RET} 100 \ U %
2747 @end group
2748 @end smallexample
2749
2750 These commands actually work for any real numbers, not just integers.
2751
2752 @smallexample
2753 @group
2754 2: 3.1415 1: 3 2: 3.1415 1: 0.1415
2755 1: 1 . 1: 1 .
2756 . .
2757
2758 3.1415 @key{RET} 1 \ U %
2759 @end group
2760 @end smallexample
2761
2762 (@bullet{}) @strong{Exercise 1.} The @kbd{\} command would appear to be a
2763 frill, since you could always do the same thing with @kbd{/ F}. Think
2764 of a situation where this is not true---@kbd{/ F} would be inadequate.
2765 Now think of a way you could get around the problem if Calc didn't
2766 provide a @kbd{\} command. @xref{Arithmetic Answer 1, 1}. (@bullet{})
2767
2768 We've already seen the @kbd{Q} (square root) and @kbd{S} (sine)
2769 commands. Other commands along those lines are @kbd{C} (cosine),
2770 @kbd{T} (tangent), @kbd{E} (@expr{e^x}) and @kbd{L} (natural
2771 logarithm). These can be modified by the @kbd{I} (inverse) and
2772 @kbd{H} (hyperbolic) prefix keys.
2773
2774 Let's compute the sine and cosine of an angle, and verify the
2775 identity
2776 @texline @math{\sin^2x + \cos^2x = 1}.
2777 @infoline @expr{sin(x)^2 + cos(x)^2 = 1}.
2778 We'll arbitrarily pick @mathit{-64} degrees as a good value for @expr{x}.
2779 With the angular mode set to degrees (type @w{@kbd{m d}}), do:
2780
2781 @smallexample
2782 @group
2783 2: -64 2: -64 2: -0.89879 2: -0.89879 1: 1.
2784 1: -64 1: -0.89879 1: -64 1: 0.43837 .
2785 . . . .
2786
2787 64 n @key{RET} @key{RET} S @key{TAB} C f h
2788 @end group
2789 @end smallexample
2790
2791 @noindent
2792 (For brevity, we're showing only five digits of the results here.
2793 You can of course do these calculations to any precision you like.)
2794
2795 Remember, @kbd{f h} is the @code{calc-hypot}, or square-root of sum
2796 of squares, command.
2797
2798 Another identity is
2799 @texline @math{\displaystyle\tan x = {\sin x \over \cos x}}.
2800 @infoline @expr{tan(x) = sin(x) / cos(x)}.
2801 @smallexample
2802 @group
2803
2804 2: -0.89879 1: -2.0503 1: -64.
2805 1: 0.43837 . .
2806 .
2807
2808 U / I T
2809 @end group
2810 @end smallexample
2811
2812 A physical interpretation of this calculation is that if you move
2813 @expr{0.89879} units downward and @expr{0.43837} units to the right,
2814 your direction of motion is @mathit{-64} degrees from horizontal. Suppose
2815 we move in the opposite direction, up and to the left:
2816
2817 @smallexample
2818 @group
2819 2: -0.89879 2: 0.89879 1: -2.0503 1: -64.
2820 1: 0.43837 1: -0.43837 . .
2821 . .
2822
2823 U U M-2 n / I T
2824 @end group
2825 @end smallexample
2826
2827 @noindent
2828 How can the angle be the same? The answer is that the @kbd{/} operation
2829 loses information about the signs of its inputs. Because the quotient
2830 is negative, we know exactly one of the inputs was negative, but we
2831 can't tell which one. There is an @kbd{f T} [@code{arctan2}] function which
2832 computes the inverse tangent of the quotient of a pair of numbers.
2833 Since you feed it the two original numbers, it has enough information
2834 to give you a full 360-degree answer.
2835
2836 @smallexample
2837 @group
2838 2: 0.89879 1: 116. 3: 116. 2: 116. 1: 180.
2839 1: -0.43837 . 2: -0.89879 1: -64. .
2840 . 1: 0.43837 .
2841 .
2842
2843 U U f T M-@key{RET} M-2 n f T -
2844 @end group
2845 @end smallexample
2846
2847 @noindent
2848 The resulting angles differ by 180 degrees; in other words, they
2849 point in opposite directions, just as we would expect.
2850
2851 The @key{META}-@key{RET} we used in the third step is the
2852 ``last-arguments'' command. It is sort of like Undo, except that it
2853 restores the arguments of the last command to the stack without removing
2854 the command's result. It is useful in situations like this one,
2855 where we need to do several operations on the same inputs. We could
2856 have accomplished the same thing by using @kbd{M-2 @key{RET}} to duplicate
2857 the top two stack elements right after the @kbd{U U}, then a pair of
2858 @kbd{M-@key{TAB}} commands to cycle the 116 up around the duplicates.
2859
2860 A similar identity is supposed to hold for hyperbolic sines and cosines,
2861 except that it is the @emph{difference}
2862 @texline @math{\cosh^2x - \sinh^2x}
2863 @infoline @expr{cosh(x)^2 - sinh(x)^2}
2864 that always equals one. Let's try to verify this identity.
2865
2866 @smallexample
2867 @group
2868 2: -64 2: -64 2: -64 2: 9.7192e54 2: 9.7192e54
2869 1: -64 1: -3.1175e27 1: 9.7192e54 1: -64 1: 9.7192e54
2870 . . . . .
2871
2872 64 n @key{RET} @key{RET} H C 2 ^ @key{TAB} H S 2 ^
2873 @end group
2874 @end smallexample
2875
2876 @noindent
2877 @cindex Roundoff errors, examples
2878 Something's obviously wrong, because when we subtract these numbers
2879 the answer will clearly be zero! But if you think about it, if these
2880 numbers @emph{did} differ by one, it would be in the 55th decimal
2881 place. The difference we seek has been lost entirely to roundoff
2882 error.
2883
2884 We could verify this hypothesis by doing the actual calculation with,
2885 say, 60 decimal places of precision. This will be slow, but not
2886 enormously so. Try it if you wish; sure enough, the answer is
2887 0.99999, reasonably close to 1.
2888
2889 Of course, a more reasonable way to verify the identity is to use
2890 a more reasonable value for @expr{x}!
2891
2892 @cindex Common logarithm
2893 Some Calculator commands use the Hyperbolic prefix for other purposes.
2894 The logarithm and exponential functions, for example, work to the base
2895 @expr{e} normally but use base-10 instead if you use the Hyperbolic
2896 prefix.
2897
2898 @smallexample
2899 @group
2900 1: 1000 1: 6.9077 1: 1000 1: 3
2901 . . . .
2902
2903 1000 L U H L
2904 @end group
2905 @end smallexample
2906
2907 @noindent
2908 First, we mistakenly compute a natural logarithm. Then we undo
2909 and compute a common logarithm instead.
2910
2911 The @kbd{B} key computes a general base-@var{b} logarithm for any
2912 value of @var{b}.
2913
2914 @smallexample
2915 @group
2916 2: 1000 1: 3 1: 1000. 2: 1000. 1: 6.9077
2917 1: 10 . . 1: 2.71828 .
2918 . .
2919
2920 1000 @key{RET} 10 B H E H P B
2921 @end group
2922 @end smallexample
2923
2924 @noindent
2925 Here we first use @kbd{B} to compute the base-10 logarithm, then use
2926 the ``hyperbolic'' exponential as a cheap hack to recover the number
2927 1000, then use @kbd{B} again to compute the natural logarithm. Note
2928 that @kbd{P} with the hyperbolic prefix pushes the constant @expr{e}
2929 onto the stack.
2930
2931 You may have noticed that both times we took the base-10 logarithm
2932 of 1000, we got an exact integer result. Calc always tries to give
2933 an exact rational result for calculations involving rational numbers
2934 where possible. But when we used @kbd{H E}, the result was a
2935 floating-point number for no apparent reason. In fact, if we had
2936 computed @kbd{10 @key{RET} 3 ^} we @emph{would} have gotten an
2937 exact integer 1000. But the @kbd{H E} command is rigged to generate
2938 a floating-point result all of the time so that @kbd{1000 H E} will
2939 not waste time computing a thousand-digit integer when all you
2940 probably wanted was @samp{1e1000}.
2941
2942 (@bullet{}) @strong{Exercise 2.} Find a pair of integer inputs to
2943 the @kbd{B} command for which Calc could find an exact rational
2944 result but doesn't. @xref{Arithmetic Answer 2, 2}. (@bullet{})
2945
2946 The Calculator also has a set of functions relating to combinatorics
2947 and statistics. You may be familiar with the @dfn{factorial} function,
2948 which computes the product of all the integers up to a given number.
2949
2950 @smallexample
2951 @group
2952 1: 100 1: 93326215443... 1: 100. 1: 9.3326e157
2953 . . . .
2954
2955 100 ! U c f !
2956 @end group
2957 @end smallexample
2958
2959 @noindent
2960 Recall, the @kbd{c f} command converts the integer or fraction at the
2961 top of the stack to floating-point format. If you take the factorial
2962 of a floating-point number, you get a floating-point result
2963 accurate to the current precision. But if you give @kbd{!} an
2964 exact integer, you get an exact integer result (158 digits long
2965 in this case).
2966
2967 If you take the factorial of a non-integer, Calc uses a generalized
2968 factorial function defined in terms of Euler's Gamma function
2969 @texline @math{\Gamma(n)}
2970 @infoline @expr{gamma(n)}
2971 (which is itself available as the @kbd{f g} command).
2972
2973 @smallexample
2974 @group
2975 3: 4. 3: 24. 1: 5.5 1: 52.342777847
2976 2: 4.5 2: 52.3427777847 . .
2977 1: 5. 1: 120.
2978 . .
2979
2980 M-3 ! M-0 @key{DEL} 5.5 f g
2981 @end group
2982 @end smallexample
2983
2984 @noindent
2985 Here we verify the identity
2986 @texline @math{n! = \Gamma(n+1)}.
2987 @infoline @expr{@var{n}!@: = gamma(@var{n}+1)}.
2988
2989 The binomial coefficient @var{n}-choose-@var{m}
2990 @texline or @math{\displaystyle {n \choose m}}
2991 is defined by
2992 @texline @math{\displaystyle {n! \over m! \, (n-m)!}}
2993 @infoline @expr{n!@: / m!@: (n-m)!}
2994 for all reals @expr{n} and @expr{m}. The intermediate results in this
2995 formula can become quite large even if the final result is small; the
2996 @kbd{k c} command computes a binomial coefficient in a way that avoids
2997 large intermediate values.
2998
2999 The @kbd{k} prefix key defines several common functions out of
3000 combinatorics and number theory. Here we compute the binomial
3001 coefficient 30-choose-20, then determine its prime factorization.
3002
3003 @smallexample
3004 @group
3005 2: 30 1: 30045015 1: [3, 3, 5, 7, 11, 13, 23, 29]
3006 1: 20 . .
3007 .
3008
3009 30 @key{RET} 20 k c k f
3010 @end group
3011 @end smallexample
3012
3013 @noindent
3014 You can verify these prime factors by using @kbd{V R *} to multiply
3015 together the elements of this vector. The result is the original
3016 number, 30045015.
3017
3018 @cindex Hash tables
3019 Suppose a program you are writing needs a hash table with at least
3020 10000 entries. It's best to use a prime number as the actual size
3021 of a hash table. Calc can compute the next prime number after 10000:
3022
3023 @smallexample
3024 @group
3025 1: 10000 1: 10007 1: 9973
3026 . . .
3027
3028 10000 k n I k n
3029 @end group
3030 @end smallexample
3031
3032 @noindent
3033 Just for kicks we've also computed the next prime @emph{less} than
3034 10000.
3035
3036 @c [fix-ref Financial Functions]
3037 @xref{Financial Functions}, for a description of the Calculator
3038 commands that deal with business and financial calculations (functions
3039 like @code{pv}, @code{rate}, and @code{sln}).
3040
3041 @c [fix-ref Binary Number Functions]
3042 @xref{Binary Functions}, to read about the commands for operating
3043 on binary numbers (like @code{and}, @code{xor}, and @code{lsh}).
3044
3045 @node Vector/Matrix Tutorial, Types Tutorial, Arithmetic Tutorial, Tutorial
3046 @section Vector/Matrix Tutorial
3047
3048 @noindent
3049 A @dfn{vector} is a list of numbers or other Calc data objects.
3050 Calc provides a large set of commands that operate on vectors. Some
3051 are familiar operations from vector analysis. Others simply treat
3052 a vector as a list of objects.
3053
3054 @menu
3055 * Vector Analysis Tutorial::
3056 * Matrix Tutorial::
3057 * List Tutorial::
3058 @end menu
3059
3060 @node Vector Analysis Tutorial, Matrix Tutorial, Vector/Matrix Tutorial, Vector/Matrix Tutorial
3061 @subsection Vector Analysis
3062
3063 @noindent
3064 If you add two vectors, the result is a vector of the sums of the
3065 elements, taken pairwise.
3066
3067 @smallexample
3068 @group
3069 1: [1, 2, 3] 2: [1, 2, 3] 1: [8, 8, 3]
3070 . 1: [7, 6, 0] .
3071 .
3072
3073 [1,2,3] s 1 [7 6 0] s 2 +
3074 @end group
3075 @end smallexample
3076
3077 @noindent
3078 Note that we can separate the vector elements with either commas or
3079 spaces. This is true whether we are using incomplete vectors or
3080 algebraic entry. The @kbd{s 1} and @kbd{s 2} commands save these
3081 vectors so we can easily reuse them later.
3082
3083 If you multiply two vectors, the result is the sum of the products
3084 of the elements taken pairwise. This is called the @dfn{dot product}
3085 of the vectors.
3086
3087 @smallexample
3088 @group
3089 2: [1, 2, 3] 1: 19
3090 1: [7, 6, 0] .
3091 .
3092
3093 r 1 r 2 *
3094 @end group
3095 @end smallexample
3096
3097 @cindex Dot product
3098 The dot product of two vectors is equal to the product of their
3099 lengths times the cosine of the angle between them. (Here the vector
3100 is interpreted as a line from the origin @expr{(0,0,0)} to the
3101 specified point in three-dimensional space.) The @kbd{A}
3102 (absolute value) command can be used to compute the length of a
3103 vector.
3104
3105 @smallexample
3106 @group
3107 3: 19 3: 19 1: 0.550782 1: 56.579
3108 2: [1, 2, 3] 2: 3.741657 . .
3109 1: [7, 6, 0] 1: 9.219544
3110 . .
3111
3112 M-@key{RET} M-2 A * / I C
3113 @end group
3114 @end smallexample
3115
3116 @noindent
3117 First we recall the arguments to the dot product command, then
3118 we compute the absolute values of the top two stack entries to
3119 obtain the lengths of the vectors, then we divide the dot product
3120 by the product of the lengths to get the cosine of the angle.
3121 The inverse cosine finds that the angle between the vectors
3122 is about 56 degrees.
3123
3124 @cindex Cross product
3125 @cindex Perpendicular vectors
3126 The @dfn{cross product} of two vectors is a vector whose length
3127 is the product of the lengths of the inputs times the sine of the
3128 angle between them, and whose direction is perpendicular to both
3129 input vectors. Unlike the dot product, the cross product is
3130 defined only for three-dimensional vectors. Let's double-check
3131 our computation of the angle using the cross product.
3132
3133 @smallexample
3134 @group
3135 2: [1, 2, 3] 3: [-18, 21, -8] 1: [-0.52, 0.61, -0.23] 1: 56.579
3136 1: [7, 6, 0] 2: [1, 2, 3] . .
3137 . 1: [7, 6, 0]
3138 .
3139
3140 r 1 r 2 V C s 3 M-@key{RET} M-2 A * / A I S
3141 @end group
3142 @end smallexample
3143
3144 @noindent
3145 First we recall the original vectors and compute their cross product,
3146 which we also store for later reference. Now we divide the vector
3147 by the product of the lengths of the original vectors. The length of
3148 this vector should be the sine of the angle; sure enough, it is!
3149
3150 @c [fix-ref General Mode Commands]
3151 Vector-related commands generally begin with the @kbd{v} prefix key.
3152 Some are uppercase letters and some are lowercase. To make it easier
3153 to type these commands, the shift-@kbd{V} prefix key acts the same as
3154 the @kbd{v} key. (@xref{General Mode Commands}, for a way to make all
3155 prefix keys have this property.)
3156
3157 If we take the dot product of two perpendicular vectors we expect
3158 to get zero, since the cosine of 90 degrees is zero. Let's check
3159 that the cross product is indeed perpendicular to both inputs:
3160
3161 @smallexample
3162 @group
3163 2: [1, 2, 3] 1: 0 2: [7, 6, 0] 1: 0
3164 1: [-18, 21, -8] . 1: [-18, 21, -8] .
3165 . .
3166
3167 r 1 r 3 * @key{DEL} r 2 r 3 *
3168 @end group
3169 @end smallexample
3170
3171 @cindex Normalizing a vector
3172 @cindex Unit vectors
3173 (@bullet{}) @strong{Exercise 1.} Given a vector on the top of the
3174 stack, what keystrokes would you use to @dfn{normalize} the
3175 vector, i.e., to reduce its length to one without changing its
3176 direction? @xref{Vector Answer 1, 1}. (@bullet{})
3177
3178 (@bullet{}) @strong{Exercise 2.} Suppose a certain particle can be
3179 at any of several positions along a ruler. You have a list of
3180 those positions in the form of a vector, and another list of the
3181 probabilities for the particle to be at the corresponding positions.
3182 Find the average position of the particle.
3183 @xref{Vector Answer 2, 2}. (@bullet{})
3184
3185 @node Matrix Tutorial, List Tutorial, Vector Analysis Tutorial, Vector/Matrix Tutorial
3186 @subsection Matrices
3187
3188 @noindent
3189 A @dfn{matrix} is just a vector of vectors, all the same length.
3190 This means you can enter a matrix using nested brackets. You can
3191 also use the semicolon character to enter a matrix. We'll show
3192 both methods here:
3193
3194 @smallexample
3195 @group
3196 1: [ [ 1, 2, 3 ] 1: [ [ 1, 2, 3 ]
3197 [ 4, 5, 6 ] ] [ 4, 5, 6 ] ]
3198 . .
3199
3200 [[1 2 3] [4 5 6]] ' [1 2 3; 4 5 6] @key{RET}
3201 @end group
3202 @end smallexample
3203
3204 @noindent
3205 We'll be using this matrix again, so type @kbd{s 4} to save it now.
3206
3207 Note that semicolons work with incomplete vectors, but they work
3208 better in algebraic entry. That's why we use the apostrophe in
3209 the second example.
3210
3211 When two matrices are multiplied, the lefthand matrix must have
3212 the same number of columns as the righthand matrix has rows.
3213 Row @expr{i}, column @expr{j} of the result is effectively the
3214 dot product of row @expr{i} of the left matrix by column @expr{j}
3215 of the right matrix.
3216
3217 If we try to duplicate this matrix and multiply it by itself,
3218 the dimensions are wrong and the multiplication cannot take place:
3219
3220 @smallexample
3221 @group
3222 1: [ [ 1, 2, 3 ] * [ [ 1, 2, 3 ]
3223 [ 4, 5, 6 ] ] [ 4, 5, 6 ] ]
3224 .
3225
3226 @key{RET} *
3227 @end group
3228 @end smallexample
3229
3230 @noindent
3231 Though rather hard to read, this is a formula which shows the product
3232 of two matrices. The @samp{*} function, having invalid arguments, has
3233 been left in symbolic form.
3234
3235 We can multiply the matrices if we @dfn{transpose} one of them first.
3236
3237 @smallexample
3238 @group
3239 2: [ [ 1, 2, 3 ] 1: [ [ 14, 32 ] 1: [ [ 17, 22, 27 ]
3240 [ 4, 5, 6 ] ] [ 32, 77 ] ] [ 22, 29, 36 ]
3241 1: [ [ 1, 4 ] . [ 27, 36, 45 ] ]
3242 [ 2, 5 ] .
3243 [ 3, 6 ] ]
3244 .
3245
3246 U v t * U @key{TAB} *
3247 @end group
3248 @end smallexample
3249
3250 Matrix multiplication is not commutative; indeed, switching the
3251 order of the operands can even change the dimensions of the result
3252 matrix, as happened here!
3253
3254 If you multiply a plain vector by a matrix, it is treated as a
3255 single row or column depending on which side of the matrix it is
3256 on. The result is a plain vector which should also be interpreted
3257 as a row or column as appropriate.
3258
3259 @smallexample
3260 @group
3261 2: [ [ 1, 2, 3 ] 1: [14, 32]
3262 [ 4, 5, 6 ] ] .
3263 1: [1, 2, 3]
3264 .
3265
3266 r 4 r 1 *
3267 @end group
3268 @end smallexample
3269
3270 Multiplying in the other order wouldn't work because the number of
3271 rows in the matrix is different from the number of elements in the
3272 vector.
3273
3274 (@bullet{}) @strong{Exercise 1.} Use @samp{*} to sum along the rows
3275 of the above
3276 @texline @math{2\times3}
3277 @infoline 2x3
3278 matrix to get @expr{[6, 15]}. Now use @samp{*} to sum along the columns
3279 to get @expr{[5, 7, 9]}.
3280 @xref{Matrix Answer 1, 1}. (@bullet{})
3281
3282 @cindex Identity matrix
3283 An @dfn{identity matrix} is a square matrix with ones along the
3284 diagonal and zeros elsewhere. It has the property that multiplication
3285 by an identity matrix, on the left or on the right, always produces
3286 the original matrix.
3287
3288 @smallexample
3289 @group
3290 1: [ [ 1, 2, 3 ] 2: [ [ 1, 2, 3 ] 1: [ [ 1, 2, 3 ]
3291 [ 4, 5, 6 ] ] [ 4, 5, 6 ] ] [ 4, 5, 6 ] ]
3292 . 1: [ [ 1, 0, 0 ] .
3293 [ 0, 1, 0 ]
3294 [ 0, 0, 1 ] ]
3295 .
3296
3297 r 4 v i 3 @key{RET} *
3298 @end group
3299 @end smallexample
3300
3301 If a matrix is square, it is often possible to find its @dfn{inverse},
3302 that is, a matrix which, when multiplied by the original matrix, yields
3303 an identity matrix. The @kbd{&} (reciprocal) key also computes the
3304 inverse of a matrix.
3305
3306 @smallexample
3307 @group
3308 1: [ [ 1, 2, 3 ] 1: [ [ -2.4, 1.2, -0.2 ]
3309 [ 4, 5, 6 ] [ 2.8, -1.4, 0.4 ]
3310 [ 7, 6, 0 ] ] [ -0.73333, 0.53333, -0.2 ] ]
3311 . .
3312
3313 r 4 r 2 | s 5 &
3314 @end group
3315 @end smallexample
3316
3317 @noindent
3318 The vertical bar @kbd{|} @dfn{concatenates} numbers, vectors, and
3319 matrices together. Here we have used it to add a new row onto
3320 our matrix to make it square.
3321
3322 We can multiply these two matrices in either order to get an identity.
3323
3324 @smallexample
3325 @group
3326 1: [ [ 1., 0., 0. ] 1: [ [ 1., 0., 0. ]
3327 [ 0., 1., 0. ] [ 0., 1., 0. ]
3328 [ 0., 0., 1. ] ] [ 0., 0., 1. ] ]
3329 . .
3330
3331 M-@key{RET} * U @key{TAB} *
3332 @end group
3333 @end smallexample
3334
3335 @cindex Systems of linear equations
3336 @cindex Linear equations, systems of
3337 Matrix inverses are related to systems of linear equations in algebra.
3338 Suppose we had the following set of equations:
3339
3340 @ifnottex
3341 @group
3342 @example
3343 a + 2b + 3c = 6
3344 4a + 5b + 6c = 2
3345 7a + 6b = 3
3346 @end example
3347 @end group
3348 @end ifnottex
3349 @tex
3350 \beforedisplayh
3351 $$ \openup1\jot \tabskip=0pt plus1fil
3352 \halign to\displaywidth{\tabskip=0pt
3353 $\hfil#$&$\hfil{}#{}$&
3354 $\hfil#$&$\hfil{}#{}$&
3355 $\hfil#$&${}#\hfil$\tabskip=0pt plus1fil\cr
3356 a&+&2b&+&3c&=6 \cr
3357 4a&+&5b&+&6c&=2 \cr
3358 7a&+&6b& & &=3 \cr}
3359 $$
3360 \afterdisplayh
3361 @end tex
3362
3363 @noindent
3364 This can be cast into the matrix equation,
3365
3366 @ifnottex
3367 @group
3368 @example
3369 [ [ 1, 2, 3 ] [ [ a ] [ [ 6 ]
3370 [ 4, 5, 6 ] * [ b ] = [ 2 ]
3371 [ 7, 6, 0 ] ] [ c ] ] [ 3 ] ]
3372 @end example
3373 @end group
3374 @end ifnottex
3375 @tex
3376 \beforedisplay
3377 $$ \pmatrix{ 1 & 2 & 3 \cr 4 & 5 & 6 \cr 7 & 6 & 0 }
3378 \times
3379 \pmatrix{ a \cr b \cr c } = \pmatrix{ 6 \cr 2 \cr 3 }
3380 $$
3381 \afterdisplay
3382 @end tex
3383
3384 We can solve this system of equations by multiplying both sides by the
3385 inverse of the matrix. Calc can do this all in one step:
3386
3387 @smallexample
3388 @group
3389 2: [6, 2, 3] 1: [-12.6, 15.2, -3.93333]
3390 1: [ [ 1, 2, 3 ] .
3391 [ 4, 5, 6 ]
3392 [ 7, 6, 0 ] ]
3393 .
3394
3395 [6,2,3] r 5 /
3396 @end group
3397 @end smallexample
3398
3399 @noindent
3400 The result is the @expr{[a, b, c]} vector that solves the equations.
3401 (Dividing by a square matrix is equivalent to multiplying by its
3402 inverse.)
3403
3404 Let's verify this solution:
3405
3406 @smallexample
3407 @group
3408 2: [ [ 1, 2, 3 ] 1: [6., 2., 3.]
3409 [ 4, 5, 6 ] .
3410 [ 7, 6, 0 ] ]
3411 1: [-12.6, 15.2, -3.93333]
3412 .
3413
3414 r 5 @key{TAB} *
3415 @end group
3416 @end smallexample
3417
3418 @noindent
3419 Note that we had to be careful about the order in which we multiplied
3420 the matrix and vector. If we multiplied in the other order, Calc would
3421 assume the vector was a row vector in order to make the dimensions
3422 come out right, and the answer would be incorrect. If you
3423 don't feel safe letting Calc take either interpretation of your
3424 vectors, use explicit
3425 @texline @math{N\times1}
3426 @infoline Nx1
3427 or
3428 @texline @math{1\times N}
3429 @infoline 1xN
3430 matrices instead. In this case, you would enter the original column
3431 vector as @samp{[[6], [2], [3]]} or @samp{[6; 2; 3]}.
3432
3433 (@bullet{}) @strong{Exercise 2.} Algebraic entry allows you to make
3434 vectors and matrices that include variables. Solve the following
3435 system of equations to get expressions for @expr{x} and @expr{y}
3436 in terms of @expr{a} and @expr{b}.
3437
3438 @ifnottex
3439 @group
3440 @example
3441 x + a y = 6
3442 x + b y = 10
3443 @end example
3444 @end group
3445 @end ifnottex
3446 @tex
3447 \beforedisplay
3448 $$ \eqalign{ x &+ a y = 6 \cr
3449 x &+ b y = 10}
3450 $$
3451 \afterdisplay
3452 @end tex
3453
3454 @noindent
3455 @xref{Matrix Answer 2, 2}. (@bullet{})
3456
3457 @cindex Least-squares for over-determined systems
3458 @cindex Over-determined systems of equations
3459 (@bullet{}) @strong{Exercise 3.} A system of equations is ``over-determined''
3460 if it has more equations than variables. It is often the case that
3461 there are no values for the variables that will satisfy all the
3462 equations at once, but it is still useful to find a set of values
3463 which ``nearly'' satisfy all the equations. In terms of matrix equations,
3464 you can't solve @expr{A X = B} directly because the matrix @expr{A}
3465 is not square for an over-determined system. Matrix inversion works
3466 only for square matrices. One common trick is to multiply both sides
3467 on the left by the transpose of @expr{A}:
3468 @ifnottex
3469 @samp{trn(A)*A*X = trn(A)*B}.
3470 @end ifnottex
3471 @tex
3472 $A^T A \, X = A^T B$, where $A^T$ is the transpose \samp{trn(A)}.
3473 @end tex
3474 Now
3475 @texline @math{A^T A}
3476 @infoline @expr{trn(A)*A}
3477 is a square matrix so a solution is possible. It turns out that the
3478 @expr{X} vector you compute in this way will be a ``least-squares''
3479 solution, which can be regarded as the ``closest'' solution to the set
3480 of equations. Use Calc to solve the following over-determined
3481 system:
3482
3483 @ifnottex
3484 @group
3485 @example
3486 a + 2b + 3c = 6
3487 4a + 5b + 6c = 2
3488 7a + 6b = 3
3489 2a + 4b + 6c = 11
3490 @end example
3491 @end group
3492 @end ifnottex
3493 @tex
3494 \beforedisplayh
3495 $$ \openup1\jot \tabskip=0pt plus1fil
3496 \halign to\displaywidth{\tabskip=0pt
3497 $\hfil#$&$\hfil{}#{}$&
3498 $\hfil#$&$\hfil{}#{}$&
3499 $\hfil#$&${}#\hfil$\tabskip=0pt plus1fil\cr
3500 a&+&2b&+&3c&=6 \cr
3501 4a&+&5b&+&6c&=2 \cr
3502 7a&+&6b& & &=3 \cr
3503 2a&+&4b&+&6c&=11 \cr}
3504 $$
3505 \afterdisplayh
3506 @end tex
3507
3508 @noindent
3509 @xref{Matrix Answer 3, 3}. (@bullet{})
3510
3511 @node List Tutorial, , Matrix Tutorial, Vector/Matrix Tutorial
3512 @subsection Vectors as Lists
3513
3514 @noindent
3515 @cindex Lists
3516 Although Calc has a number of features for manipulating vectors and
3517 matrices as mathematical objects, you can also treat vectors as
3518 simple lists of values. For example, we saw that the @kbd{k f}
3519 command returns a vector which is a list of the prime factors of a
3520 number.
3521
3522 You can pack and unpack stack entries into vectors:
3523
3524 @smallexample
3525 @group
3526 3: 10 1: [10, 20, 30] 3: 10
3527 2: 20 . 2: 20
3528 1: 30 1: 30
3529 . .
3530
3531 M-3 v p v u
3532 @end group
3533 @end smallexample
3534
3535 You can also build vectors out of consecutive integers, or out
3536 of many copies of a given value:
3537
3538 @smallexample
3539 @group
3540 1: [1, 2, 3, 4] 2: [1, 2, 3, 4] 2: [1, 2, 3, 4]
3541 . 1: 17 1: [17, 17, 17, 17]
3542 . .
3543
3544 v x 4 @key{RET} 17 v b 4 @key{RET}
3545 @end group
3546 @end smallexample
3547
3548 You can apply an operator to every element of a vector using the
3549 @dfn{map} command.
3550
3551 @smallexample
3552 @group
3553 1: [17, 34, 51, 68] 1: [289, 1156, 2601, 4624] 1: [17, 34, 51, 68]
3554 . . .
3555
3556 V M * 2 V M ^ V M Q
3557 @end group
3558 @end smallexample
3559
3560 @noindent
3561 In the first step, we multiply the vector of integers by the vector
3562 of 17's elementwise. In the second step, we raise each element to
3563 the power two. (The general rule is that both operands must be
3564 vectors of the same length, or else one must be a vector and the
3565 other a plain number.) In the final step, we take the square root
3566 of each element.
3567
3568 (@bullet{}) @strong{Exercise 1.} Compute a vector of powers of two
3569 from
3570 @texline @math{2^{-4}}
3571 @infoline @expr{2^-4}
3572 to @expr{2^4}. @xref{List Answer 1, 1}. (@bullet{})
3573
3574 You can also @dfn{reduce} a binary operator across a vector.
3575 For example, reducing @samp{*} computes the product of all the
3576 elements in the vector:
3577
3578 @smallexample
3579 @group
3580 1: 123123 1: [3, 7, 11, 13, 41] 1: 123123
3581 . . .
3582
3583 123123 k f V R *
3584 @end group
3585 @end smallexample
3586
3587 @noindent
3588 In this example, we decompose 123123 into its prime factors, then
3589 multiply those factors together again to yield the original number.
3590
3591 We could compute a dot product ``by hand'' using mapping and
3592 reduction:
3593
3594 @smallexample
3595 @group
3596 2: [1, 2, 3] 1: [7, 12, 0] 1: 19
3597 1: [7, 6, 0] . .
3598 .
3599
3600 r 1 r 2 V M * V R +
3601 @end group
3602 @end smallexample
3603
3604 @noindent
3605 Recalling two vectors from the previous section, we compute the
3606 sum of pairwise products of the elements to get the same answer
3607 for the dot product as before.
3608
3609 A slight variant of vector reduction is the @dfn{accumulate} operation,
3610 @kbd{V U}. This produces a vector of the intermediate results from
3611 a corresponding reduction. Here we compute a table of factorials:
3612
3613 @smallexample
3614 @group
3615 1: [1, 2, 3, 4, 5, 6] 1: [1, 2, 6, 24, 120, 720]
3616 . .
3617
3618 v x 6 @key{RET} V U *
3619 @end group
3620 @end smallexample
3621
3622 Calc allows vectors to grow as large as you like, although it gets
3623 rather slow if vectors have more than about a hundred elements.
3624 Actually, most of the time is spent formatting these large vectors
3625 for display, not calculating on them. Try the following experiment
3626 (if your computer is very fast you may need to substitute a larger
3627 vector size).
3628
3629 @smallexample
3630 @group
3631 1: [1, 2, 3, 4, ... 1: [2, 3, 4, 5, ...
3632 . .
3633
3634 v x 500 @key{RET} 1 V M +
3635 @end group
3636 @end smallexample
3637
3638 Now press @kbd{v .} (the letter @kbd{v}, then a period) and try the
3639 experiment again. In @kbd{v .} mode, long vectors are displayed
3640 ``abbreviated'' like this:
3641
3642 @smallexample
3643 @group
3644 1: [1, 2, 3, ..., 500] 1: [2, 3, 4, ..., 501]
3645 . .
3646
3647 v x 500 @key{RET} 1 V M +
3648 @end group
3649 @end smallexample
3650
3651 @noindent
3652 (where now the @samp{...} is actually part of the Calc display).
3653 You will find both operations are now much faster. But notice that
3654 even in @w{@kbd{v .}} mode, the full vectors are still shown in the Trail.
3655 Type @w{@kbd{t .}} to cause the trail to abbreviate as well, and try the
3656 experiment one more time. Operations on long vectors are now quite
3657 fast! (But of course if you use @kbd{t .} you will lose the ability
3658 to get old vectors back using the @kbd{t y} command.)
3659
3660 An easy way to view a full vector when @kbd{v .} mode is active is
3661 to press @kbd{`} (grave accent) to edit the vector; editing always works
3662 with the full, unabbreviated value.
3663
3664 @cindex Least-squares for fitting a straight line
3665 @cindex Fitting data to a line
3666 @cindex Line, fitting data to
3667 @cindex Data, extracting from buffers
3668 @cindex Columns of data, extracting
3669 As a larger example, let's try to fit a straight line to some data,
3670 using the method of least squares. (Calc has a built-in command for
3671 least-squares curve fitting, but we'll do it by hand here just to
3672 practice working with vectors.) Suppose we have the following list
3673 of values in a file we have loaded into Emacs:
3674
3675 @smallexample
3676 x y
3677 --- ---
3678 1.34 0.234
3679 1.41 0.298
3680 1.49 0.402
3681 1.56 0.412
3682 1.64 0.466
3683 1.73 0.473
3684 1.82 0.601
3685 1.91 0.519
3686 2.01 0.603
3687 2.11 0.637
3688 2.22 0.645
3689 2.33 0.705
3690 2.45 0.917
3691 2.58 1.009
3692 2.71 0.971
3693 2.85 1.062
3694 3.00 1.148
3695 3.15 1.157
3696 3.32 1.354
3697 @end smallexample
3698
3699 @noindent
3700 If you are reading this tutorial in printed form, you will find it
3701 easiest to press @kbd{C-x * i} to enter the on-line Info version of
3702 the manual and find this table there. (Press @kbd{g}, then type
3703 @kbd{List Tutorial}, to jump straight to this section.)
3704
3705 Position the cursor at the upper-left corner of this table, just
3706 to the left of the @expr{1.34}. Press @kbd{C-@@} to set the mark.
3707 (On your system this may be @kbd{C-2}, @kbd{C-@key{SPC}}, or @kbd{NUL}.)
3708 Now position the cursor to the lower-right, just after the @expr{1.354}.
3709 You have now defined this region as an Emacs ``rectangle.'' Still
3710 in the Info buffer, type @kbd{C-x * r}. This command
3711 (@code{calc-grab-rectangle}) will pop you back into the Calculator, with
3712 the contents of the rectangle you specified in the form of a matrix.
3713
3714 @smallexample
3715 @group
3716 1: [ [ 1.34, 0.234 ]
3717 [ 1.41, 0.298 ]
3718 @dots{}
3719 @end group
3720 @end smallexample
3721
3722 @noindent
3723 (You may wish to use @kbd{v .} mode to abbreviate the display of this
3724 large matrix.)
3725
3726 We want to treat this as a pair of lists. The first step is to
3727 transpose this matrix into a pair of rows. Remember, a matrix is
3728 just a vector of vectors. So we can unpack the matrix into a pair
3729 of row vectors on the stack.
3730
3731 @smallexample
3732 @group
3733 1: [ [ 1.34, 1.41, 1.49, ... ] 2: [1.34, 1.41, 1.49, ... ]
3734 [ 0.234, 0.298, 0.402, ... ] ] 1: [0.234, 0.298, 0.402, ... ]
3735 . .
3736
3737 v t v u
3738 @end group
3739 @end smallexample
3740
3741 @noindent
3742 Let's store these in quick variables 1 and 2, respectively.
3743
3744 @smallexample
3745 @group
3746 1: [1.34, 1.41, 1.49, ... ] .
3747 .
3748
3749 t 2 t 1
3750 @end group
3751 @end smallexample
3752
3753 @noindent
3754 (Recall that @kbd{t 2} is a variant of @kbd{s 2} that removes the
3755 stored value from the stack.)
3756
3757 In a least squares fit, the slope @expr{m} is given by the formula
3758
3759 @ifnottex
3760 @example
3761 m = (N sum(x y) - sum(x) sum(y)) / (N sum(x^2) - sum(x)^2)
3762 @end example
3763 @end ifnottex
3764 @tex
3765 \beforedisplay
3766 $$ m = {N \sum x y - \sum x \sum y \over
3767 N \sum x^2 - \left( \sum x \right)^2} $$
3768 \afterdisplay
3769 @end tex
3770
3771 @noindent
3772 where
3773 @texline @math{\sum x}
3774 @infoline @expr{sum(x)}
3775 represents the sum of all the values of @expr{x}. While there is an
3776 actual @code{sum} function in Calc, it's easier to sum a vector using a
3777 simple reduction. First, let's compute the four different sums that
3778 this formula uses.
3779
3780 @smallexample
3781 @group
3782 1: 41.63 1: 98.0003
3783 . .
3784
3785 r 1 V R + t 3 r 1 2 V M ^ V R + t 4
3786
3787 @end group
3788 @end smallexample
3789 @noindent
3790 @smallexample
3791 @group
3792 1: 13.613 1: 33.36554
3793 . .
3794
3795 r 2 V R + t 5 r 1 r 2 V M * V R + t 6
3796 @end group
3797 @end smallexample
3798
3799 @ifnottex
3800 @noindent
3801 These are @samp{sum(x)}, @samp{sum(x^2)}, @samp{sum(y)}, and @samp{sum(x y)},
3802 respectively. (We could have used @kbd{*} to compute @samp{sum(x^2)} and
3803 @samp{sum(x y)}.)
3804 @end ifnottex
3805 @tex
3806 These are $\sum x$, $\sum x^2$, $\sum y$, and $\sum x y$,
3807 respectively. (We could have used \kbd{*} to compute $\sum x^2$ and
3808 $\sum x y$.)
3809 @end tex
3810
3811 Finally, we also need @expr{N}, the number of data points. This is just
3812 the length of either of our lists.
3813
3814 @smallexample
3815 @group
3816 1: 19
3817 .
3818
3819 r 1 v l t 7
3820 @end group
3821 @end smallexample
3822
3823 @noindent
3824 (That's @kbd{v} followed by a lower-case @kbd{l}.)
3825
3826 Now we grind through the formula:
3827
3828 @smallexample
3829 @group
3830 1: 633.94526 2: 633.94526 1: 67.23607
3831 . 1: 566.70919 .
3832 .
3833
3834 r 7 r 6 * r 3 r 5 * -
3835
3836 @end group
3837 @end smallexample
3838 @noindent
3839 @smallexample
3840 @group
3841 2: 67.23607 3: 67.23607 2: 67.23607 1: 0.52141679
3842 1: 1862.0057 2: 1862.0057 1: 128.9488 .
3843 . 1: 1733.0569 .
3844 .
3845
3846 r 7 r 4 * r 3 2 ^ - / t 8
3847 @end group
3848 @end smallexample
3849
3850 That gives us the slope @expr{m}. The y-intercept @expr{b} can now
3851 be found with the simple formula,
3852
3853 @ifnottex
3854 @example
3855 b = (sum(y) - m sum(x)) / N
3856 @end example
3857 @end ifnottex
3858 @tex
3859 \beforedisplay
3860 $$ b = {\sum y - m \sum x \over N} $$
3861 \afterdisplay
3862 \vskip10pt
3863 @end tex
3864
3865 @smallexample
3866 @group
3867 1: 13.613 2: 13.613 1: -8.09358 1: -0.425978
3868 . 1: 21.70658 . .
3869 .
3870
3871 r 5 r 8 r 3 * - r 7 / t 9
3872 @end group
3873 @end smallexample
3874
3875 Let's ``plot'' this straight line approximation,
3876 @texline @math{y \approx m x + b},
3877 @infoline @expr{m x + b},
3878 and compare it with the original data.
3879
3880 @smallexample
3881 @group
3882 1: [0.699, 0.735, ... ] 1: [0.273, 0.309, ... ]
3883 . .
3884
3885 r 1 r 8 * r 9 + s 0
3886 @end group
3887 @end smallexample
3888
3889 @noindent
3890 Notice that multiplying a vector by a constant, and adding a constant
3891 to a vector, can be done without mapping commands since these are
3892 common operations from vector algebra. As far as Calc is concerned,
3893 we've just been doing geometry in 19-dimensional space!
3894
3895 We can subtract this vector from our original @expr{y} vector to get
3896 a feel for the error of our fit. Let's find the maximum error:
3897
3898 @smallexample
3899 @group
3900 1: [0.0387, 0.0112, ... ] 1: [0.0387, 0.0112, ... ] 1: 0.0897
3901 . . .
3902
3903 r 2 - V M A V R X
3904 @end group
3905 @end smallexample
3906
3907 @noindent
3908 First we compute a vector of differences, then we take the absolute
3909 values of these differences, then we reduce the @code{max} function
3910 across the vector. (The @code{max} function is on the two-key sequence
3911 @kbd{f x}; because it is so common to use @code{max} in a vector
3912 operation, the letters @kbd{X} and @kbd{N} are also accepted for
3913 @code{max} and @code{min} in this context. In general, you answer
3914 the @kbd{V M} or @kbd{V R} prompt with the actual key sequence that
3915 invokes the function you want. You could have typed @kbd{V R f x} or
3916 even @kbd{V R x max @key{RET}} if you had preferred.)
3917
3918 If your system has the GNUPLOT program, you can see graphs of your
3919 data and your straight line to see how well they match. (If you have
3920 GNUPLOT 3.0 or higher, the following instructions will work regardless
3921 of the kind of display you have. Some GNUPLOT 2.0, non-X-windows systems
3922 may require additional steps to view the graphs.)
3923
3924 Let's start by plotting the original data. Recall the ``@var{x}'' and ``@var{y}''
3925 vectors onto the stack and press @kbd{g f}. This ``fast'' graphing
3926 command does everything you need to do for simple, straightforward
3927 plotting of data.
3928
3929 @smallexample
3930 @group
3931 2: [1.34, 1.41, 1.49, ... ]
3932 1: [0.234, 0.298, 0.402, ... ]
3933 .
3934
3935 r 1 r 2 g f
3936 @end group
3937 @end smallexample
3938
3939 If all goes well, you will shortly get a new window containing a graph
3940 of the data. (If not, contact your GNUPLOT or Calc installer to find
3941 out what went wrong.) In the X window system, this will be a separate
3942 graphics window. For other kinds of displays, the default is to
3943 display the graph in Emacs itself using rough character graphics.
3944 Press @kbd{q} when you are done viewing the character graphics.
3945
3946 Next, let's add the line we got from our least-squares fit.
3947 @ifinfo
3948 (If you are reading this tutorial on-line while running Calc, typing
3949 @kbd{g a} may cause the tutorial to disappear from its window and be
3950 replaced by a buffer named @file{*Gnuplot Commands*}. The tutorial
3951 will reappear when you terminate GNUPLOT by typing @kbd{g q}.)
3952 @end ifinfo
3953
3954 @smallexample
3955 @group
3956 2: [1.34, 1.41, 1.49, ... ]
3957 1: [0.273, 0.309, 0.351, ... ]
3958 .
3959
3960 @key{DEL} r 0 g a g p
3961 @end group
3962 @end smallexample
3963
3964 It's not very useful to get symbols to mark the data points on this
3965 second curve; you can type @kbd{g S g p} to remove them. Type @kbd{g q}
3966 when you are done to remove the X graphics window and terminate GNUPLOT.
3967
3968 (@bullet{}) @strong{Exercise 2.} An earlier exercise showed how to do
3969 least squares fitting to a general system of equations. Our 19 data
3970 points are really 19 equations of the form @expr{y_i = m x_i + b} for
3971 different pairs of @expr{(x_i,y_i)}. Use the matrix-transpose method
3972 to solve for @expr{m} and @expr{b}, duplicating the above result.
3973 @xref{List Answer 2, 2}. (@bullet{})
3974
3975 @cindex Geometric mean
3976 (@bullet{}) @strong{Exercise 3.} If the input data do not form a
3977 rectangle, you can use @w{@kbd{C-x * g}} (@code{calc-grab-region})
3978 to grab the data the way Emacs normally works with regions---it reads
3979 left-to-right, top-to-bottom, treating line breaks the same as spaces.
3980 Use this command to find the geometric mean of the following numbers.
3981 (The geometric mean is the @var{n}th root of the product of @var{n} numbers.)
3982
3983 @example
3984 2.3 6 22 15.1 7
3985 15 14 7.5
3986 2.5
3987 @end example
3988
3989 @noindent
3990 The @kbd{C-x * g} command accepts numbers separated by spaces or commas,
3991 with or without surrounding vector brackets.
3992 @xref{List Answer 3, 3}. (@bullet{})
3993
3994 @ifnottex
3995 As another example, a theorem about binomial coefficients tells
3996 us that the alternating sum of binomial coefficients
3997 @var{n}-choose-0 minus @var{n}-choose-1 plus @var{n}-choose-2, and so
3998 on up to @var{n}-choose-@var{n},
3999 always comes out to zero. Let's verify this
4000 for @expr{n=6}.
4001 @end ifnottex
4002 @tex
4003 As another example, a theorem about binomial coefficients tells
4004 us that the alternating sum of binomial coefficients
4005 ${n \choose 0} - {n \choose 1} + {n \choose 2} - \cdots \pm {n \choose n}$
4006 always comes out to zero. Let's verify this
4007 for \cite{n=6}.
4008 @end tex
4009
4010 @smallexample
4011 @group
4012 1: [1, 2, 3, 4, 5, 6, 7] 1: [0, 1, 2, 3, 4, 5, 6]
4013 . .
4014
4015 v x 7 @key{RET} 1 -
4016
4017 @end group
4018 @end smallexample
4019 @noindent
4020 @smallexample
4021 @group
4022 1: [1, -6, 15, -20, 15, -6, 1] 1: 0
4023 . .
4024
4025 V M ' (-1)^$ choose(6,$) @key{RET} V R +
4026 @end group
4027 @end smallexample
4028
4029 The @kbd{V M '} command prompts you to enter any algebraic expression
4030 to define the function to map over the vector. The symbol @samp{$}
4031 inside this expression represents the argument to the function.
4032 The Calculator applies this formula to each element of the vector,
4033 substituting each element's value for the @samp{$} sign(s) in turn.
4034
4035 To define a two-argument function, use @samp{$$} for the first
4036 argument and @samp{$} for the second: @kbd{V M ' $$-$ @key{RET}} is
4037 equivalent to @kbd{V M -}. This is analogous to regular algebraic
4038 entry, where @samp{$$} would refer to the next-to-top stack entry
4039 and @samp{$} would refer to the top stack entry, and @kbd{' $$-$ @key{RET}}
4040 would act exactly like @kbd{-}.
4041
4042 Notice that the @kbd{V M '} command has recorded two things in the
4043 trail: The result, as usual, and also a funny-looking thing marked
4044 @samp{oper} that represents the operator function you typed in.
4045 The function is enclosed in @samp{< >} brackets, and the argument is
4046 denoted by a @samp{#} sign. If there were several arguments, they
4047 would be shown as @samp{#1}, @samp{#2}, and so on. (For example,
4048 @kbd{V M ' $$-$} will put the function @samp{<#1 - #2>} on the
4049 trail.) This object is a ``nameless function''; you can use nameless
4050 @w{@samp{< >}} notation to answer the @kbd{V M '} prompt if you like.
4051 Nameless function notation has the interesting, occasionally useful
4052 property that a nameless function is not actually evaluated until
4053 it is used. For example, @kbd{V M ' $+random(2.0)} evaluates
4054 @samp{random(2.0)} once and adds that random number to all elements
4055 of the vector, but @kbd{V M ' <#+random(2.0)>} evaluates the
4056 @samp{random(2.0)} separately for each vector element.
4057
4058 Another group of operators that are often useful with @kbd{V M} are
4059 the relational operators: @kbd{a =}, for example, compares two numbers
4060 and gives the result 1 if they are equal, or 0 if not. Similarly,
4061 @w{@kbd{a <}} checks for one number being less than another.
4062
4063 Other useful vector operations include @kbd{v v}, to reverse a
4064 vector end-for-end; @kbd{V S}, to sort the elements of a vector
4065 into increasing order; and @kbd{v r} and @w{@kbd{v c}}, to extract
4066 one row or column of a matrix, or (in both cases) to extract one
4067 element of a plain vector. With a negative argument, @kbd{v r}
4068 and @kbd{v c} instead delete one row, column, or vector element.
4069
4070 @cindex Divisor functions
4071 (@bullet{}) @strong{Exercise 4.} The @expr{k}th @dfn{divisor function}
4072 @tex
4073 $\sigma_k(n)$
4074 @end tex
4075 is the sum of the @expr{k}th powers of all the divisors of an
4076 integer @expr{n}. Figure out a method for computing the divisor
4077 function for reasonably small values of @expr{n}. As a test,
4078 the 0th and 1st divisor functions of 30 are 8 and 72, respectively.
4079 @xref{List Answer 4, 4}. (@bullet{})
4080
4081 @cindex Square-free numbers
4082 @cindex Duplicate values in a list
4083 (@bullet{}) @strong{Exercise 5.} The @kbd{k f} command produces a
4084 list of prime factors for a number. Sometimes it is important to
4085 know that a number is @dfn{square-free}, i.e., that no prime occurs
4086 more than once in its list of prime factors. Find a sequence of
4087 keystrokes to tell if a number is square-free; your method should
4088 leave 1 on the stack if it is, or 0 if it isn't.
4089 @xref{List Answer 5, 5}. (@bullet{})
4090
4091 @cindex Triangular lists
4092 (@bullet{}) @strong{Exercise 6.} Build a list of lists that looks
4093 like the following diagram. (You may wish to use the @kbd{v /}
4094 command to enable multi-line display of vectors.)
4095
4096 @smallexample
4097 @group
4098 1: [ [1],
4099 [1, 2],
4100 [1, 2, 3],
4101 [1, 2, 3, 4],
4102 [1, 2, 3, 4, 5],
4103 [1, 2, 3, 4, 5, 6] ]
4104 @end group
4105 @end smallexample
4106
4107 @noindent
4108 @xref{List Answer 6, 6}. (@bullet{})
4109
4110 (@bullet{}) @strong{Exercise 7.} Build the following list of lists.
4111
4112 @smallexample
4113 @group
4114 1: [ [0],
4115 [1, 2],
4116 [3, 4, 5],
4117 [6, 7, 8, 9],
4118 [10, 11, 12, 13, 14],
4119 [15, 16, 17, 18, 19, 20] ]
4120 @end group
4121 @end smallexample
4122
4123 @noindent
4124 @xref{List Answer 7, 7}. (@bullet{})
4125
4126 @cindex Maximizing a function over a list of values
4127 @c [fix-ref Numerical Solutions]
4128 (@bullet{}) @strong{Exercise 8.} Compute a list of values of Bessel's
4129 @texline @math{J_1(x)}
4130 @infoline @expr{J1}
4131 function @samp{besJ(1,x)} for @expr{x} from 0 to 5 in steps of 0.25.
4132 Find the value of @expr{x} (from among the above set of values) for
4133 which @samp{besJ(1,x)} is a maximum. Use an ``automatic'' method,
4134 i.e., just reading along the list by hand to find the largest value
4135 is not allowed! (There is an @kbd{a X} command which does this kind
4136 of thing automatically; @pxref{Numerical Solutions}.)
4137 @xref{List Answer 8, 8}. (@bullet{})
4138
4139 @cindex Digits, vectors of
4140 (@bullet{}) @strong{Exercise 9.} You are given an integer in the range
4141 @texline @math{0 \le N < 10^m}
4142 @infoline @expr{0 <= N < 10^m}
4143 for @expr{m=12} (i.e., an integer of less than
4144 twelve digits). Convert this integer into a vector of @expr{m}
4145 digits, each in the range from 0 to 9. In vector-of-digits notation,
4146 add one to this integer to produce a vector of @expr{m+1} digits
4147 (since there could be a carry out of the most significant digit).
4148 Convert this vector back into a regular integer. A good integer
4149 to try is 25129925999. @xref{List Answer 9, 9}. (@bullet{})
4150
4151 (@bullet{}) @strong{Exercise 10.} Your friend Joe tried to use
4152 @kbd{V R a =} to test if all numbers in a list were equal. What
4153 happened? How would you do this test? @xref{List Answer 10, 10}. (@bullet{})
4154
4155 (@bullet{}) @strong{Exercise 11.} The area of a circle of radius one
4156 is @cpi{}. The area of the
4157 @texline @math{2\times2}
4158 @infoline 2x2
4159 square that encloses that circle is 4. So if we throw @var{n} darts at
4160 random points in the square, about @cpiover{4} of them will land inside
4161 the circle. This gives us an entertaining way to estimate the value of
4162 @cpi{}. The @w{@kbd{k r}}
4163 command picks a random number between zero and the value on the stack.
4164 We could get a random floating-point number between @mathit{-1} and 1 by typing
4165 @w{@kbd{2.0 k r 1 -}}. Build a vector of 100 random @expr{(x,y)} points in
4166 this square, then use vector mapping and reduction to count how many
4167 points lie inside the unit circle. Hint: Use the @kbd{v b} command.
4168 @xref{List Answer 11, 11}. (@bullet{})
4169
4170 @cindex Matchstick problem
4171 (@bullet{}) @strong{Exercise 12.} The @dfn{matchstick problem} provides
4172 another way to calculate @cpi{}. Say you have an infinite field
4173 of vertical lines with a spacing of one inch. Toss a one-inch matchstick
4174 onto the field. The probability that the matchstick will land crossing
4175 a line turns out to be
4176 @texline @math{2/\pi}.
4177 @infoline @expr{2/pi}.
4178 Toss 100 matchsticks to estimate @cpi{}. (If you want still more fun,
4179 the probability that the GCD (@w{@kbd{k g}}) of two large integers is
4180 one turns out to be
4181 @texline @math{6/\pi^2}.
4182 @infoline @expr{6/pi^2}.
4183 That provides yet another way to estimate @cpi{}.)
4184 @xref{List Answer 12, 12}. (@bullet{})
4185
4186 (@bullet{}) @strong{Exercise 13.} An algebraic entry of a string in
4187 double-quote marks, @samp{"hello"}, creates a vector of the numerical
4188 (ASCII) codes of the characters (here, @expr{[104, 101, 108, 108, 111]}).
4189 Sometimes it is convenient to compute a @dfn{hash code} of a string,
4190 which is just an integer that represents the value of that string.
4191 Two equal strings have the same hash code; two different strings
4192 @dfn{probably} have different hash codes. (For example, Calc has
4193 over 400 function names, but Emacs can quickly find the definition for
4194 any given name because it has sorted the functions into ``buckets'' by
4195 their hash codes. Sometimes a few names will hash into the same bucket,
4196 but it is easier to search among a few names than among all the names.)
4197 One popular hash function is computed as follows: First set @expr{h = 0}.
4198 Then, for each character from the string in turn, set @expr{h = 3h + c_i}
4199 where @expr{c_i} is the character's ASCII code. If we have 511 buckets,
4200 we then take the hash code modulo 511 to get the bucket number. Develop a
4201 simple command or commands for converting string vectors into hash codes.
4202 The hash code for @samp{"Testing, 1, 2, 3"} is 1960915098, which modulo
4203 511 is 121. @xref{List Answer 13, 13}. (@bullet{})
4204
4205 (@bullet{}) @strong{Exercise 14.} The @kbd{H V R} and @kbd{H V U}
4206 commands do nested function evaluations. @kbd{H V U} takes a starting
4207 value and a number of steps @var{n} from the stack; it then applies the
4208 function you give to the starting value 0, 1, 2, up to @var{n} times
4209 and returns a vector of the results. Use this command to create a
4210 ``random walk'' of 50 steps. Start with the two-dimensional point
4211 @expr{(0,0)}; then take one step a random distance between @mathit{-1} and 1
4212 in both @expr{x} and @expr{y}; then take another step, and so on. Use the
4213 @kbd{g f} command to display this random walk. Now modify your random
4214 walk to walk a unit distance, but in a random direction, at each step.
4215 (Hint: The @code{sincos} function returns a vector of the cosine and
4216 sine of an angle.) @xref{List Answer 14, 14}. (@bullet{})
4217
4218 @node Types Tutorial, Algebra Tutorial, Vector/Matrix Tutorial, Tutorial
4219 @section Types Tutorial
4220
4221 @noindent
4222 Calc understands a variety of data types as well as simple numbers.
4223 In this section, we'll experiment with each of these types in turn.
4224
4225 The numbers we've been using so far have mainly been either @dfn{integers}
4226 or @dfn{floats}. We saw that floats are usually a good approximation to
4227 the mathematical concept of real numbers, but they are only approximations
4228 and are susceptible to roundoff error. Calc also supports @dfn{fractions},
4229 which can exactly represent any rational number.
4230
4231 @smallexample
4232 @group
4233 1: 3628800 2: 3628800 1: 518400:7 1: 518414:7 1: 7:518414
4234 . 1: 49 . . .
4235 .
4236
4237 10 ! 49 @key{RET} : 2 + &
4238 @end group
4239 @end smallexample
4240
4241 @noindent
4242 The @kbd{:} command divides two integers to get a fraction; @kbd{/}
4243 would normally divide integers to get a floating-point result.
4244 Notice we had to type @key{RET} between the @kbd{49} and the @kbd{:}
4245 since the @kbd{:} would otherwise be interpreted as part of a
4246 fraction beginning with 49.
4247
4248 You can convert between floating-point and fractional format using
4249 @kbd{c f} and @kbd{c F}:
4250
4251 @smallexample
4252 @group
4253 1: 1.35027217629e-5 1: 7:518414
4254 . .
4255
4256 c f c F
4257 @end group
4258 @end smallexample
4259
4260 The @kbd{c F} command replaces a floating-point number with the
4261 ``simplest'' fraction whose floating-point representation is the
4262 same, to within the current precision.
4263
4264 @smallexample
4265 @group
4266 1: 3.14159265359 1: 1146408:364913 1: 3.1416 1: 355:113
4267 . . . .
4268
4269 P c F @key{DEL} p 5 @key{RET} P c F
4270 @end group
4271 @end smallexample
4272
4273 (@bullet{}) @strong{Exercise 1.} A calculation has produced the
4274 result 1.26508260337. You suspect it is the square root of the
4275 product of @cpi{} and some rational number. Is it? (Be sure
4276 to allow for roundoff error!) @xref{Types Answer 1, 1}. (@bullet{})
4277
4278 @dfn{Complex numbers} can be stored in both rectangular and polar form.
4279
4280 @smallexample
4281 @group
4282 1: -9 1: (0, 3) 1: (3; 90.) 1: (6; 90.) 1: (2.4495; 45.)
4283 . . . . .
4284
4285 9 n Q c p 2 * Q
4286 @end group
4287 @end smallexample
4288
4289 @noindent
4290 The square root of @mathit{-9} is by default rendered in rectangular form
4291 (@w{@expr{0 + 3i}}), but we can convert it to polar form (3 with a
4292 phase angle of 90 degrees). All the usual arithmetic and scientific
4293 operations are defined on both types of complex numbers.
4294
4295 Another generalized kind of number is @dfn{infinity}. Infinity
4296 isn't really a number, but it can sometimes be treated like one.
4297 Calc uses the symbol @code{inf} to represent positive infinity,
4298 i.e., a value greater than any real number. Naturally, you can
4299 also write @samp{-inf} for minus infinity, a value less than any
4300 real number. The word @code{inf} can only be input using
4301 algebraic entry.
4302
4303 @smallexample
4304 @group
4305 2: inf 2: -inf 2: -inf 2: -inf 1: nan
4306 1: -17 1: -inf 1: -inf 1: inf .
4307 . . . .
4308
4309 ' inf @key{RET} 17 n * @key{RET} 72 + A +
4310 @end group
4311 @end smallexample
4312
4313 @noindent
4314 Since infinity is infinitely large, multiplying it by any finite
4315 number (like @mathit{-17}) has no effect, except that since @mathit{-17}
4316 is negative, it changes a plus infinity to a minus infinity.
4317 (``A huge positive number, multiplied by @mathit{-17}, yields a huge
4318 negative number.'') Adding any finite number to infinity also
4319 leaves it unchanged. Taking an absolute value gives us plus
4320 infinity again. Finally, we add this plus infinity to the minus
4321 infinity we had earlier. If you work it out, you might expect
4322 the answer to be @mathit{-72} for this. But the 72 has been completely
4323 lost next to the infinities; by the time we compute @w{@samp{inf - inf}}
4324 the finite difference between them, if any, is undetectable.
4325 So we say the result is @dfn{indeterminate}, which Calc writes
4326 with the symbol @code{nan} (for Not A Number).
4327
4328 Dividing by zero is normally treated as an error, but you can get
4329 Calc to write an answer in terms of infinity by pressing @kbd{m i}
4330 to turn on Infinite mode.
4331
4332 @smallexample
4333 @group
4334 3: nan 2: nan 2: nan 2: nan 1: nan
4335 2: 1 1: 1 / 0 1: uinf 1: uinf .
4336 1: 0 . . .
4337 .
4338
4339 1 @key{RET} 0 / m i U / 17 n * +
4340 @end group
4341 @end smallexample
4342
4343 @noindent
4344 Dividing by zero normally is left unevaluated, but after @kbd{m i}
4345 it instead gives an infinite result. The answer is actually
4346 @code{uinf}, ``undirected infinity.'' If you look at a graph of
4347 @expr{1 / x} around @w{@expr{x = 0}}, you'll see that it goes toward
4348 plus infinity as you approach zero from above, but toward minus
4349 infinity as you approach from below. Since we said only @expr{1 / 0},
4350 Calc knows that the answer is infinite but not in which direction.
4351 That's what @code{uinf} means. Notice that multiplying @code{uinf}
4352 by a negative number still leaves plain @code{uinf}; there's no
4353 point in saying @samp{-uinf} because the sign of @code{uinf} is
4354 unknown anyway. Finally, we add @code{uinf} to our @code{nan},
4355 yielding @code{nan} again. It's easy to see that, because
4356 @code{nan} means ``totally unknown'' while @code{uinf} means
4357 ``unknown sign but known to be infinite,'' the more mysterious
4358 @code{nan} wins out when it is combined with @code{uinf}, or, for
4359 that matter, with anything else.
4360
4361 (@bullet{}) @strong{Exercise 2.} Predict what Calc will answer
4362 for each of these formulas: @samp{inf / inf}, @samp{exp(inf)},
4363 @samp{exp(-inf)}, @samp{sqrt(-inf)}, @samp{sqrt(uinf)},
4364 @samp{abs(uinf)}, @samp{ln(0)}.
4365 @xref{Types Answer 2, 2}. (@bullet{})
4366
4367 (@bullet{}) @strong{Exercise 3.} We saw that @samp{inf - inf = nan},
4368 which stands for an unknown value. Can @code{nan} stand for
4369 a complex number? Can it stand for infinity?
4370 @xref{Types Answer 3, 3}. (@bullet{})
4371
4372 @dfn{HMS forms} represent a value in terms of hours, minutes, and
4373 seconds.
4374
4375 @smallexample
4376 @group
4377 1: 2@@ 30' 0" 1: 3@@ 30' 0" 2: 3@@ 30' 0" 1: 2.
4378 . . 1: 1@@ 45' 0." .
4379 .
4380
4381 2@@ 30' @key{RET} 1 + @key{RET} 2 / /
4382 @end group
4383 @end smallexample
4384
4385 HMS forms can also be used to hold angles in degrees, minutes, and
4386 seconds.
4387
4388 @smallexample
4389 @group
4390 1: 0.5 1: 26.56505 1: 26@@ 33' 54.18" 1: 0.44721
4391 . . . .
4392
4393 0.5 I T c h S
4394 @end group
4395 @end smallexample
4396
4397 @noindent
4398 First we convert the inverse tangent of 0.5 to degrees-minutes-seconds
4399 form, then we take the sine of that angle. Note that the trigonometric
4400 functions will accept HMS forms directly as input.
4401
4402 @cindex Beatles
4403 (@bullet{}) @strong{Exercise 4.} The Beatles' @emph{Abbey Road} is
4404 47 minutes and 26 seconds long, and contains 17 songs. What is the
4405 average length of a song on @emph{Abbey Road}? If the Extended Disco
4406 Version of @emph{Abbey Road} added 20 seconds to the length of each
4407 song, how long would the album be? @xref{Types Answer 4, 4}. (@bullet{})
4408
4409 A @dfn{date form} represents a date, or a date and time. Dates must
4410 be entered using algebraic entry. Date forms are surrounded by
4411 @samp{< >} symbols; most standard formats for dates are recognized.
4412
4413 @smallexample
4414 @group
4415 2: <Sun Jan 13, 1991> 1: 2.25
4416 1: <6:00pm Thu Jan 10, 1991> .
4417 .
4418
4419 ' <13 Jan 1991>, <1/10/91, 6pm> @key{RET} -
4420 @end group
4421 @end smallexample
4422
4423 @noindent
4424 In this example, we enter two dates, then subtract to find the
4425 number of days between them. It is also possible to add an
4426 HMS form or a number (of days) to a date form to get another
4427 date form.
4428
4429 @smallexample
4430 @group
4431 1: <4:45:59pm Mon Jan 14, 1991> 1: <2:50:59am Thu Jan 17, 1991>
4432 . .
4433
4434 t N 2 + 10@@ 5' +
4435 @end group
4436 @end smallexample
4437
4438 @c [fix-ref Date Arithmetic]
4439 @noindent
4440 The @kbd{t N} (``now'') command pushes the current date and time on the
4441 stack; then we add two days, ten hours and five minutes to the date and
4442 time. Other date-and-time related commands include @kbd{t J}, which
4443 does Julian day conversions, @kbd{t W}, which finds the beginning of
4444 the week in which a date form lies, and @kbd{t I}, which increments a
4445 date by one or several months. @xref{Date Arithmetic}, for more.
4446
4447 (@bullet{}) @strong{Exercise 5.} How many days until the next
4448 Friday the 13th? @xref{Types Answer 5, 5}. (@bullet{})
4449
4450 (@bullet{}) @strong{Exercise 6.} How many leap years will there be
4451 between now and the year 10001 AD@? @xref{Types Answer 6, 6}. (@bullet{})
4452
4453 @cindex Slope and angle of a line
4454 @cindex Angle and slope of a line
4455 An @dfn{error form} represents a mean value with an attached standard
4456 deviation, or error estimate. Suppose our measurements indicate that
4457 a certain telephone pole is about 30 meters away, with an estimated
4458 error of 1 meter, and 8 meters tall, with an estimated error of 0.2
4459 meters. What is the slope of a line from here to the top of the
4460 pole, and what is the equivalent angle in degrees?
4461
4462 @smallexample
4463 @group
4464 1: 8 +/- 0.2 2: 8 +/- 0.2 1: 0.266 +/- 0.011 1: 14.93 +/- 0.594
4465 . 1: 30 +/- 1 . .
4466 .
4467
4468 8 p .2 @key{RET} 30 p 1 / I T
4469 @end group
4470 @end smallexample
4471
4472 @noindent
4473 This means that the angle is about 15 degrees, and, assuming our
4474 original error estimates were valid standard deviations, there is about
4475 a 60% chance that the result is correct within 0.59 degrees.
4476
4477 @cindex Torus, volume of
4478 (@bullet{}) @strong{Exercise 7.} The volume of a torus (a donut shape) is
4479 @texline @math{2 \pi^2 R r^2}
4480 @infoline @w{@expr{2 pi^2 R r^2}}
4481 where @expr{R} is the radius of the circle that
4482 defines the center of the tube and @expr{r} is the radius of the tube
4483 itself. Suppose @expr{R} is 20 cm and @expr{r} is 4 cm, each known to
4484 within 5 percent. What is the volume and the relative uncertainty of
4485 the volume? @xref{Types Answer 7, 7}. (@bullet{})
4486
4487 An @dfn{interval form} represents a range of values. While an
4488 error form is best for making statistical estimates, intervals give
4489 you exact bounds on an answer. Suppose we additionally know that
4490 our telephone pole is definitely between 28 and 31 meters away,
4491 and that it is between 7.7 and 8.1 meters tall.
4492
4493 @smallexample
4494 @group
4495 1: [7.7 .. 8.1] 2: [7.7 .. 8.1] 1: [0.24 .. 0.28] 1: [13.9 .. 16.1]
4496 . 1: [28 .. 31] . .
4497 .
4498
4499 [ 7.7 .. 8.1 ] [ 28 .. 31 ] / I T
4500 @end group
4501 @end smallexample
4502
4503 @noindent
4504 If our bounds were correct, then the angle to the top of the pole
4505 is sure to lie in the range shown.
4506
4507 The square brackets around these intervals indicate that the endpoints
4508 themselves are allowable values. In other words, the distance to the
4509 telephone pole is between 28 and 31, @emph{inclusive}. You can also
4510 make an interval that is exclusive of its endpoints by writing
4511 parentheses instead of square brackets. You can even make an interval
4512 which is inclusive (``closed'') on one end and exclusive (``open'') on
4513 the other.
4514
4515 @smallexample
4516 @group
4517 1: [1 .. 10) 1: (0.1 .. 1] 2: (0.1 .. 1] 1: (0.2 .. 3)
4518 . . 1: [2 .. 3) .
4519 .
4520
4521 [ 1 .. 10 ) & [ 2 .. 3 ) *
4522 @end group
4523 @end smallexample
4524
4525 @noindent
4526 The Calculator automatically keeps track of which end values should
4527 be open and which should be closed. You can also make infinite or
4528 semi-infinite intervals by using @samp{-inf} or @samp{inf} for one
4529 or both endpoints.
4530
4531 (@bullet{}) @strong{Exercise 8.} What answer would you expect from
4532 @samp{@w{1 /} @w{(0 .. 10)}}? What about @samp{@w{1 /} @w{(-10 .. 0)}}? What
4533 about @samp{@w{1 /} @w{[0 .. 10]}} (where the interval actually includes
4534 zero)? What about @samp{@w{1 /} @w{(-10 .. 10)}}?
4535 @xref{Types Answer 8, 8}. (@bullet{})
4536
4537 (@bullet{}) @strong{Exercise 9.} Two easy ways of squaring a number
4538 are @kbd{@key{RET} *} and @w{@kbd{2 ^}}. Normally these produce the same
4539 answer. Would you expect this still to hold true for interval forms?
4540 If not, which of these will result in a larger interval?
4541 @xref{Types Answer 9, 9}. (@bullet{})
4542
4543 A @dfn{modulo form} is used for performing arithmetic modulo @var{m}.
4544 For example, arithmetic involving time is generally done modulo 12
4545 or 24 hours.
4546
4547 @smallexample
4548 @group
4549 1: 17 mod 24 1: 3 mod 24 1: 21 mod 24 1: 9 mod 24
4550 . . . .
4551
4552 17 M 24 @key{RET} 10 + n 5 /
4553 @end group
4554 @end smallexample
4555
4556 @noindent
4557 In this last step, Calc has divided by 5 modulo 24; i.e., it has found a
4558 new number which, when multiplied by 5 modulo 24, produces the original
4559 number, 21. If @var{m} is prime and the divisor is not a multiple of
4560 @var{m}, it is always possible to find such a number. For non-prime
4561 @var{m} like 24, it is only sometimes possible.
4562
4563 @smallexample
4564 @group
4565 1: 10 mod 24 1: 16 mod 24 1: 1000000... 1: 16
4566 . . . .
4567
4568 10 M 24 @key{RET} 100 ^ 10 @key{RET} 100 ^ 24 %
4569 @end group
4570 @end smallexample
4571
4572 @noindent
4573 These two calculations get the same answer, but the first one is
4574 much more efficient because it avoids the huge intermediate value
4575 that arises in the second one.
4576
4577 @cindex Fermat, primality test of
4578 (@bullet{}) @strong{Exercise 10.} A theorem of Pierre de Fermat
4579 says that
4580 @texline @math{x^{n-1} \bmod n = 1}
4581 @infoline @expr{x^(n-1) mod n = 1}
4582 if @expr{n} is a prime number and @expr{x} is an integer less than
4583 @expr{n}. If @expr{n} is @emph{not} a prime number, this will
4584 @emph{not} be true for most values of @expr{x}. Thus we can test
4585 informally if a number is prime by trying this formula for several
4586 values of @expr{x}. Use this test to tell whether the following numbers
4587 are prime: 811749613, 15485863. @xref{Types Answer 10, 10}. (@bullet{})
4588
4589 It is possible to use HMS forms as parts of error forms, intervals,
4590 modulo forms, or as the phase part of a polar complex number.
4591 For example, the @code{calc-time} command pushes the current time
4592 of day on the stack as an HMS/modulo form.
4593
4594 @smallexample
4595 @group
4596 1: 17@@ 34' 45" mod 24@@ 0' 0" 1: 6@@ 22' 15" mod 24@@ 0' 0"
4597 . .
4598
4599 x time @key{RET} n
4600 @end group
4601 @end smallexample
4602
4603 @noindent
4604 This calculation tells me it is six hours and 22 minutes until midnight.
4605
4606 (@bullet{}) @strong{Exercise 11.} A rule of thumb is that one year
4607 is about
4608 @texline @math{\pi \times 10^7}
4609 @infoline @w{@expr{pi * 10^7}}
4610 seconds. What time will it be that many seconds from right now?
4611 @xref{Types Answer 11, 11}. (@bullet{})
4612
4613 (@bullet{}) @strong{Exercise 12.} You are preparing to order packaging
4614 for the CD release of the Extended Disco Version of @emph{Abbey Road}.
4615 You are told that the songs will actually be anywhere from 20 to 60
4616 seconds longer than the originals. One CD can hold about 75 minutes
4617 of music. Should you order single or double packages?
4618 @xref{Types Answer 12, 12}. (@bullet{})
4619
4620 Another kind of data the Calculator can manipulate is numbers with
4621 @dfn{units}. This isn't strictly a new data type; it's simply an
4622 application of algebraic expressions, where we use variables with
4623 suggestive names like @samp{cm} and @samp{in} to represent units
4624 like centimeters and inches.
4625
4626 @smallexample
4627 @group
4628 1: 2 in 1: 5.08 cm 1: 0.027778 fath 1: 0.0508 m
4629 . . . .
4630
4631 ' 2in @key{RET} u c cm @key{RET} u c fath @key{RET} u b
4632 @end group
4633 @end smallexample
4634
4635 @noindent
4636 We enter the quantity ``2 inches'' (actually an algebraic expression
4637 which means two times the variable @samp{in}), then we convert it
4638 first to centimeters, then to fathoms, then finally to ``base'' units,
4639 which in this case means meters.
4640
4641 @smallexample
4642 @group
4643 1: 9 acre 1: 3 sqrt(acre) 1: 190.84 m 1: 190.84 m + 30 cm
4644 . . . .
4645
4646 ' 9 acre @key{RET} Q u s ' $+30 cm @key{RET}
4647
4648 @end group
4649 @end smallexample
4650 @noindent
4651 @smallexample
4652 @group
4653 1: 191.14 m 1: 36536.3046 m^2 1: 365363046 cm^2
4654 . . .
4655
4656 u s 2 ^ u c cgs
4657 @end group
4658 @end smallexample
4659
4660 @noindent
4661 Since units expressions are really just formulas, taking the square
4662 root of @samp{acre} is undefined. After all, @code{acre} might be an
4663 algebraic variable that you will someday assign a value. We use the
4664 ``units-simplify'' command to simplify the expression with variables
4665 being interpreted as unit names.
4666
4667 In the final step, we have converted not to a particular unit, but to a
4668 units system. The ``cgs'' system uses centimeters instead of meters
4669 as its standard unit of length.
4670
4671 There is a wide variety of units defined in the Calculator.
4672
4673 @smallexample
4674 @group
4675 1: 55 mph 1: 88.5139 kph 1: 88.5139 km / hr 1: 8.201407e-8 c
4676 . . . .
4677
4678 ' 55 mph @key{RET} u c kph @key{RET} u c km/hr @key{RET} u c c @key{RET}
4679 @end group
4680 @end smallexample
4681
4682 @noindent
4683 We express a speed first in miles per hour, then in kilometers per
4684 hour, then again using a slightly more explicit notation, then
4685 finally in terms of fractions of the speed of light.
4686
4687 Temperature conversions are a bit more tricky. There are two ways to
4688 interpret ``20 degrees Fahrenheit''---it could mean an actual
4689 temperature, or it could mean a change in temperature. For normal
4690 units there is no difference, but temperature units have an offset
4691 as well as a scale factor and so there must be two explicit commands
4692 for them.
4693
4694 @smallexample
4695 @group
4696 1: 20 degF 1: 11.1111 degC 1: -6.666 degC
4697 . . . .
4698
4699 ' 20 degF @key{RET} u c degC @key{RET} U u t degC @key{RET}
4700 @end group
4701 @end smallexample
4702
4703 @noindent
4704 First we convert a change of 20 degrees Fahrenheit into an equivalent
4705 change in degrees Celsius (or Centigrade). Then, we convert the
4706 absolute temperature 20 degrees Fahrenheit into Celsius.
4707
4708 For simple unit conversions, you can put a plain number on the stack.
4709 Then @kbd{u c} and @kbd{u t} will prompt for both old and new units.
4710 When you use this method, you're responsible for remembering which
4711 numbers are in which units:
4712
4713 @smallexample
4714 @group
4715 1: 55 1: 88.5139 1: 8.201407e-8
4716 . . .
4717
4718 55 u c mph @key{RET} kph @key{RET} u c km/hr @key{RET} c @key{RET}
4719 @end group
4720 @end smallexample
4721
4722 To see a complete list of built-in units, type @kbd{u v}. Press
4723 @w{@kbd{C-x * c}} again to re-enter the Calculator when you're done looking
4724 at the units table.
4725
4726 (@bullet{}) @strong{Exercise 13.} How many seconds are there really
4727 in a year? @xref{Types Answer 13, 13}. (@bullet{})
4728
4729 @cindex Speed of light
4730 (@bullet{}) @strong{Exercise 14.} Supercomputer designs are limited by
4731 the speed of light (and of electricity, which is nearly as fast).
4732 Suppose a computer has a 4.1 ns (nanosecond) clock cycle, and its
4733 cabinet is one meter across. Is speed of light going to be a
4734 significant factor in its design? @xref{Types Answer 14, 14}. (@bullet{})
4735
4736 (@bullet{}) @strong{Exercise 15.} Sam the Slug normally travels about
4737 five yards in an hour. He has obtained a supply of Power Pills; each
4738 Power Pill he eats doubles his speed. How many Power Pills can he
4739 swallow and still travel legally on most US highways?
4740 @xref{Types Answer 15, 15}. (@bullet{})
4741
4742 @node Algebra Tutorial, Programming Tutorial, Types Tutorial, Tutorial
4743 @section Algebra and Calculus Tutorial
4744
4745 @noindent
4746 This section shows how to use Calc's algebra facilities to solve
4747 equations, do simple calculus problems, and manipulate algebraic
4748 formulas.
4749
4750 @menu
4751 * Basic Algebra Tutorial::
4752 * Rewrites Tutorial::
4753 @end menu
4754
4755 @node Basic Algebra Tutorial, Rewrites Tutorial, Algebra Tutorial, Algebra Tutorial
4756 @subsection Basic Algebra
4757
4758 @noindent
4759 If you enter a formula in Algebraic mode that refers to variables,
4760 the formula itself is pushed onto the stack. You can manipulate
4761 formulas as regular data objects.
4762
4763 @smallexample
4764 @group
4765 1: 2 x^2 - 6 1: 6 - 2 x^2 1: (3 x^2 + y) (6 - 2 x^2)
4766 . . .
4767
4768 ' 2x^2-6 @key{RET} n ' 3x^2+y @key{RET} *
4769 @end group
4770 @end smallexample
4771
4772 (@bullet{}) @strong{Exercise 1.} Do @kbd{' x @key{RET} Q 2 ^} and
4773 @kbd{' x @key{RET} 2 ^ Q} both wind up with the same result (@samp{x})?
4774 Why or why not? @xref{Algebra Answer 1, 1}. (@bullet{})
4775
4776 There are also commands for doing common algebraic operations on
4777 formulas. Continuing with the formula from the last example,
4778
4779 @smallexample
4780 @group
4781 1: 18 x^2 - 6 x^4 + 6 y - 2 y x^2 1: (18 - 2 y) x^2 - 6 x^4 + 6 y
4782 . .
4783
4784 a x a c x @key{RET}
4785 @end group
4786 @end smallexample
4787
4788 @noindent
4789 First we ``expand'' using the distributive law, then we ``collect''
4790 terms involving like powers of @expr{x}.
4791
4792 Let's find the value of this expression when @expr{x} is 2 and @expr{y}
4793 is one-half.
4794
4795 @smallexample
4796 @group
4797 1: 17 x^2 - 6 x^4 + 3 1: -25
4798 . .
4799
4800 1:2 s l y @key{RET} 2 s l x @key{RET}
4801 @end group
4802 @end smallexample
4803
4804 @noindent
4805 The @kbd{s l} command means ``let''; it takes a number from the top of
4806 the stack and temporarily assigns it as the value of the variable
4807 you specify. It then evaluates (as if by the @kbd{=} key) the
4808 next expression on the stack. After this command, the variable goes
4809 back to its original value, if any.
4810
4811 (An earlier exercise in this tutorial involved storing a value in the
4812 variable @code{x}; if this value is still there, you will have to
4813 unstore it with @kbd{s u x @key{RET}} before the above example will work
4814 properly.)
4815
4816 @cindex Maximum of a function using Calculus
4817 Let's find the maximum value of our original expression when @expr{y}
4818 is one-half and @expr{x} ranges over all possible values. We can
4819 do this by taking the derivative with respect to @expr{x} and examining
4820 values of @expr{x} for which the derivative is zero. If the second
4821 derivative of the function at that value of @expr{x} is negative,
4822 the function has a local maximum there.
4823
4824 @smallexample
4825 @group
4826 1: 17 x^2 - 6 x^4 + 3 1: 34 x - 24 x^3
4827 . .
4828
4829 U @key{DEL} s 1 a d x @key{RET} s 2
4830 @end group
4831 @end smallexample
4832
4833 @noindent
4834 Well, the derivative is clearly zero when @expr{x} is zero. To find
4835 the other root(s), let's divide through by @expr{x} and then solve:
4836
4837 @smallexample
4838 @group
4839 1: (34 x - 24 x^3) / x 1: 34 - 24 x^2
4840 . .
4841
4842 ' x @key{RET} / a x
4843
4844 @end group
4845 @end smallexample
4846 @noindent
4847 @smallexample
4848 @group
4849 1: 0.70588 x^2 = 1 1: x = 1.19023
4850 . .
4851
4852 0 a = s 3 a S x @key{RET}
4853 @end group
4854 @end smallexample
4855
4856 @noindent
4857 Now we compute the second derivative and plug in our values of @expr{x}:
4858
4859 @smallexample
4860 @group
4861 1: 1.19023 2: 1.19023 2: 1.19023
4862 . 1: 34 x - 24 x^3 1: 34 - 72 x^2
4863 . .
4864
4865 a . r 2 a d x @key{RET} s 4
4866 @end group
4867 @end smallexample
4868
4869 @noindent
4870 (The @kbd{a .} command extracts just the righthand side of an equation.
4871 Another method would have been to use @kbd{v u} to unpack the equation
4872 @w{@samp{x = 1.19}} to @samp{x} and @samp{1.19}, then use @kbd{M-- M-2 @key{DEL}}
4873 to delete the @samp{x}.)
4874
4875 @smallexample
4876 @group
4877 2: 34 - 72 x^2 1: -68. 2: 34 - 72 x^2 1: 34
4878 1: 1.19023 . 1: 0 .
4879 . .
4880
4881 @key{TAB} s l x @key{RET} U @key{DEL} 0 s l x @key{RET}
4882 @end group
4883 @end smallexample
4884
4885 @noindent
4886 The first of these second derivatives is negative, so we know the function
4887 has a maximum value at @expr{x = 1.19023}. (The function also has a
4888 local @emph{minimum} at @expr{x = 0}.)
4889
4890 When we solved for @expr{x}, we got only one value even though
4891 @expr{0.70588 x^2 = 1} is a quadratic equation that ought to have
4892 two solutions. The reason is that @w{@kbd{a S}} normally returns a
4893 single ``principal'' solution. If it needs to come up with an
4894 arbitrary sign (as occurs in the quadratic formula) it picks @expr{+}.
4895 If it needs an arbitrary integer, it picks zero. We can get a full
4896 solution by pressing @kbd{H} (the Hyperbolic flag) before @kbd{a S}.
4897
4898 @smallexample
4899 @group
4900 1: 0.70588 x^2 = 1 1: x = 1.19023 s1 1: x = -1.19023
4901 . . .
4902
4903 r 3 H a S x @key{RET} s 5 1 n s l s1 @key{RET}
4904 @end group
4905 @end smallexample
4906
4907 @noindent
4908 Calc has invented the variable @samp{s1} to represent an unknown sign;
4909 it is supposed to be either @mathit{+1} or @mathit{-1}. Here we have used
4910 the ``let'' command to evaluate the expression when the sign is negative.
4911 If we plugged this into our second derivative we would get the same,
4912 negative, answer, so @expr{x = -1.19023} is also a maximum.
4913
4914 To find the actual maximum value, we must plug our two values of @expr{x}
4915 into the original formula.
4916
4917 @smallexample
4918 @group
4919 2: 17 x^2 - 6 x^4 + 3 1: 24.08333 s1^2 - 12.04166 s1^4 + 3
4920 1: x = 1.19023 s1 .
4921 .
4922
4923 r 1 r 5 s l @key{RET}
4924 @end group
4925 @end smallexample
4926
4927 @noindent
4928 (Here we see another way to use @kbd{s l}; if its input is an equation
4929 with a variable on the lefthand side, then @kbd{s l} treats the equation
4930 like an assignment to that variable if you don't give a variable name.)
4931
4932 It's clear that this will have the same value for either sign of
4933 @code{s1}, but let's work it out anyway, just for the exercise:
4934
4935 @smallexample
4936 @group
4937 2: [-1, 1] 1: [15.04166, 15.04166]
4938 1: 24.08333 s1^2 ... .
4939 .
4940
4941 [ 1 n , 1 ] @key{TAB} V M $ @key{RET}
4942 @end group
4943 @end smallexample
4944
4945 @noindent
4946 Here we have used a vector mapping operation to evaluate the function
4947 at several values of @samp{s1} at once. @kbd{V M $} is like @kbd{V M '}
4948 except that it takes the formula from the top of the stack. The
4949 formula is interpreted as a function to apply across the vector at the
4950 next-to-top stack level. Since a formula on the stack can't contain
4951 @samp{$} signs, Calc assumes the variables in the formula stand for
4952 different arguments. It prompts you for an @dfn{argument list}, giving
4953 the list of all variables in the formula in alphabetical order as the
4954 default list. In this case the default is @samp{(s1)}, which is just
4955 what we want so we simply press @key{RET} at the prompt.
4956
4957 If there had been several different values, we could have used
4958 @w{@kbd{V R X}} to find the global maximum.
4959
4960 Calc has a built-in @kbd{a P} command that solves an equation using
4961 @w{@kbd{H a S}} and returns a vector of all the solutions. It simply
4962 automates the job we just did by hand. Applied to our original
4963 cubic polynomial, it would produce the vector of solutions
4964 @expr{[1.19023, -1.19023, 0]}. (There is also an @kbd{a X} command
4965 which finds a local maximum of a function. It uses a numerical search
4966 method rather than examining the derivatives, and thus requires you
4967 to provide some kind of initial guess to show it where to look.)
4968
4969 (@bullet{}) @strong{Exercise 2.} Given a vector of the roots of a
4970 polynomial (such as the output of an @kbd{a P} command), what
4971 sequence of commands would you use to reconstruct the original
4972 polynomial? (The answer will be unique to within a constant
4973 multiple; choose the solution where the leading coefficient is one.)
4974 @xref{Algebra Answer 2, 2}. (@bullet{})
4975
4976 The @kbd{m s} command enables Symbolic mode, in which formulas
4977 like @samp{sqrt(5)} that can't be evaluated exactly are left in
4978 symbolic form rather than giving a floating-point approximate answer.
4979 Fraction mode (@kbd{m f}) is also useful when doing algebra.
4980
4981 @smallexample
4982 @group
4983 2: 34 x - 24 x^3 2: 34 x - 24 x^3
4984 1: 34 x - 24 x^3 1: [sqrt(51) / 6, sqrt(51) / -6, 0]
4985 . .
4986
4987 r 2 @key{RET} m s m f a P x @key{RET}
4988 @end group
4989 @end smallexample
4990
4991 One more mode that makes reading formulas easier is Big mode.
4992
4993 @smallexample
4994 @group
4995 3
4996 2: 34 x - 24 x
4997
4998 ____ ____
4999 V 51 V 51
5000 1: [-----, -----, 0]
5001 6 -6
5002
5003 .
5004
5005 d B
5006 @end group
5007 @end smallexample
5008
5009 Here things like powers, square roots, and quotients and fractions
5010 are displayed in a two-dimensional pictorial form. Calc has other
5011 language modes as well, such as C mode, FORTRAN mode, @TeX{} mode
5012 and @LaTeX{} mode.
5013
5014 @smallexample
5015 @group
5016 2: 34*x - 24*pow(x, 3) 2: 34*x - 24*x**3
5017 1: @{sqrt(51) / 6, sqrt(51) / -6, 0@} 1: /sqrt(51) / 6, sqrt(51) / -6, 0/
5018 . .
5019
5020 d C d F
5021
5022 @end group
5023 @end smallexample
5024 @noindent
5025 @smallexample
5026 @group
5027 3: 34 x - 24 x^3
5028 2: [@{\sqrt@{51@} \over 6@}, @{\sqrt@{51@} \over -6@}, 0]
5029 1: @{2 \over 3@} \sqrt@{5@}
5030 .
5031
5032 d T ' 2 \sqrt@{5@} \over 3 @key{RET}
5033 @end group
5034 @end smallexample
5035
5036 @noindent
5037 As you can see, language modes affect both entry and display of
5038 formulas. They affect such things as the names used for built-in
5039 functions, the set of arithmetic operators and their precedences,
5040 and notations for vectors and matrices.
5041
5042 Notice that @samp{sqrt(51)} may cause problems with older
5043 implementations of C and FORTRAN, which would require something more
5044 like @samp{sqrt(51.0)}. It is always wise to check over the formulas
5045 produced by the various language modes to make sure they are fully
5046 correct.
5047
5048 Type @kbd{m s}, @kbd{m f}, and @kbd{d N} to reset these modes. (You
5049 may prefer to remain in Big mode, but all the examples in the tutorial
5050 are shown in normal mode.)
5051
5052 @cindex Area under a curve
5053 What is the area under the portion of this curve from @expr{x = 1} to @expr{2}?
5054 This is simply the integral of the function:
5055
5056 @smallexample
5057 @group
5058 1: 17 x^2 - 6 x^4 + 3 1: 5.6666 x^3 - 1.2 x^5 + 3 x
5059 . .
5060
5061 r 1 a i x
5062 @end group
5063 @end smallexample
5064
5065 @noindent
5066 We want to evaluate this at our two values for @expr{x} and subtract.
5067 One way to do it is again with vector mapping and reduction:
5068
5069 @smallexample
5070 @group
5071 2: [2, 1] 1: [12.93333, 7.46666] 1: 5.46666
5072 1: 5.6666 x^3 ... . .
5073
5074 [ 2 , 1 ] @key{TAB} V M $ @key{RET} V R -
5075 @end group
5076 @end smallexample
5077
5078 (@bullet{}) @strong{Exercise 3.} Find the integral from 1 to @expr{y}
5079 of
5080 @texline @math{x \sin \pi x}
5081 @infoline @w{@expr{x sin(pi x)}}
5082 (where the sine is calculated in radians). Find the values of the
5083 integral for integers @expr{y} from 1 to 5. @xref{Algebra Answer 3,
5084 3}. (@bullet{})
5085
5086 Calc's integrator can do many simple integrals symbolically, but many
5087 others are beyond its capabilities. Suppose we wish to find the area
5088 under the curve
5089 @texline @math{\sin x \ln x}
5090 @infoline @expr{sin(x) ln(x)}
5091 over the same range of @expr{x}. If you entered this formula and typed
5092 @kbd{a i x @key{RET}} (don't bother to try this), Calc would work for a
5093 long time but would be unable to find a solution. In fact, there is no
5094 closed-form solution to this integral. Now what do we do?
5095
5096 @cindex Integration, numerical
5097 @cindex Numerical integration
5098 One approach would be to do the integral numerically. It is not hard
5099 to do this by hand using vector mapping and reduction. It is rather
5100 slow, though, since the sine and logarithm functions take a long time.
5101 We can save some time by reducing the working precision.
5102
5103 @smallexample
5104 @group
5105 3: 10 1: [1, 1.1, 1.2, ... , 1.8, 1.9]
5106 2: 1 .
5107 1: 0.1
5108 .
5109
5110 10 @key{RET} 1 @key{RET} .1 @key{RET} C-u v x
5111 @end group
5112 @end smallexample
5113
5114 @noindent
5115 (Note that we have used the extended version of @kbd{v x}; we could
5116 also have used plain @kbd{v x} as follows: @kbd{v x 10 @key{RET} 9 + .1 *}.)
5117
5118 @smallexample
5119 @group
5120 2: [1, 1.1, ... ] 1: [0., 0.084941, 0.16993, ... ]
5121 1: ln(x) sin(x) .
5122 .
5123
5124 ' sin(x) ln(x) @key{RET} s 1 m r p 5 @key{RET} V M $ @key{RET}
5125
5126 @end group
5127 @end smallexample
5128 @noindent
5129 @smallexample
5130 @group
5131 1: 3.4195 0.34195
5132 . .
5133
5134 V R + 0.1 *
5135 @end group
5136 @end smallexample
5137
5138 @noindent
5139 (If you got wildly different results, did you remember to switch
5140 to Radians mode?)
5141
5142 Here we have divided the curve into ten segments of equal width;
5143 approximating these segments as rectangular boxes (i.e., assuming
5144 the curve is nearly flat at that resolution), we compute the areas
5145 of the boxes (height times width), then sum the areas. (It is
5146 faster to sum first, then multiply by the width, since the width
5147 is the same for every box.)
5148
5149 The true value of this integral turns out to be about 0.374, so
5150 we're not doing too well. Let's try another approach.
5151
5152 @smallexample
5153 @group
5154 1: ln(x) sin(x) 1: 0.84147 x + 0.11957 (x - 1)^2 - ...
5155 . .
5156
5157 r 1 a t x=1 @key{RET} 4 @key{RET}
5158 @end group
5159 @end smallexample
5160
5161 @noindent
5162 Here we have computed the Taylor series expansion of the function
5163 about the point @expr{x=1}. We can now integrate this polynomial
5164 approximation, since polynomials are easy to integrate.
5165
5166 @smallexample
5167 @group
5168 1: 0.42074 x^2 + ... 1: [-0.0446, -0.42073] 1: 0.3761
5169 . . .
5170
5171 a i x @key{RET} [ 2 , 1 ] @key{TAB} V M $ @key{RET} V R -
5172 @end group
5173 @end smallexample
5174
5175 @noindent
5176 Better! By increasing the precision and/or asking for more terms
5177 in the Taylor series, we can get a result as accurate as we like.
5178 (Taylor series converge better away from singularities in the
5179 function such as the one at @code{ln(0)}, so it would also help to
5180 expand the series about the points @expr{x=2} or @expr{x=1.5} instead
5181 of @expr{x=1}.)
5182
5183 @cindex Simpson's rule
5184 @cindex Integration by Simpson's rule
5185 (@bullet{}) @strong{Exercise 4.} Our first method approximated the
5186 curve by stairsteps of width 0.1; the total area was then the sum
5187 of the areas of the rectangles under these stairsteps. Our second
5188 method approximated the function by a polynomial, which turned out
5189 to be a better approximation than stairsteps. A third method is
5190 @dfn{Simpson's rule}, which is like the stairstep method except
5191 that the steps are not required to be flat. Simpson's rule boils
5192 down to the formula,
5193
5194 @ifnottex
5195 @example
5196 (h/3) * (f(a) + 4 f(a+h) + 2 f(a+2h) + 4 f(a+3h) + ...
5197 + 2 f(a+(n-2)*h) + 4 f(a+(n-1)*h) + f(a+n*h))
5198 @end example
5199 @end ifnottex
5200 @tex
5201 \beforedisplay
5202 $$ \displaylines{
5203 \qquad {h \over 3} (f(a) + 4 f(a+h) + 2 f(a+2h) + 4 f(a+3h) + \cdots
5204 \hfill \cr \hfill {} + 2 f(a+(n-2)h) + 4 f(a+(n-1)h) + f(a+n h)) \qquad
5205 } $$
5206 \afterdisplay
5207 @end tex
5208
5209 @noindent
5210 where @expr{n} (which must be even) is the number of slices and @expr{h}
5211 is the width of each slice. These are 10 and 0.1 in our example.
5212 For reference, here is the corresponding formula for the stairstep
5213 method:
5214
5215 @ifnottex
5216 @example
5217 h * (f(a) + f(a+h) + f(a+2h) + f(a+3h) + ...
5218 + f(a+(n-2)*h) + f(a+(n-1)*h))
5219 @end example
5220 @end ifnottex
5221 @tex
5222 \beforedisplay
5223 $$ h (f(a) + f(a+h) + f(a+2h) + f(a+3h) + \cdots
5224 + f(a+(n-2)h) + f(a+(n-1)h)) $$
5225 \afterdisplay
5226 @end tex
5227
5228 Compute the integral from 1 to 2 of
5229 @texline @math{\sin x \ln x}
5230 @infoline @expr{sin(x) ln(x)}
5231 using Simpson's rule with 10 slices.
5232 @xref{Algebra Answer 4, 4}. (@bullet{})
5233
5234 Calc has a built-in @kbd{a I} command for doing numerical integration.
5235 It uses @dfn{Romberg's method}, which is a more sophisticated cousin
5236 of Simpson's rule. In particular, it knows how to keep refining the
5237 result until the current precision is satisfied.
5238
5239 @c [fix-ref Selecting Sub-Formulas]
5240 Aside from the commands we've seen so far, Calc also provides a
5241 large set of commands for operating on parts of formulas. You
5242 indicate the desired sub-formula by placing the cursor on any part
5243 of the formula before giving a @dfn{selection} command. Selections won't
5244 be covered in the tutorial; @pxref{Selecting Subformulas}, for
5245 details and examples.
5246
5247 @c hard exercise: simplify (2^(n r) - 2^(r*(n - 1))) / (2^r - 1) 2^(n - 1)
5248 @c to 2^((n-1)*(r-1)).
5249
5250 @node Rewrites Tutorial, , Basic Algebra Tutorial, Algebra Tutorial
5251 @subsection Rewrite Rules
5252
5253 @noindent
5254 No matter how many built-in commands Calc provided for doing algebra,
5255 there would always be something you wanted to do that Calc didn't have
5256 in its repertoire. So Calc also provides a @dfn{rewrite rule} system
5257 that you can use to define your own algebraic manipulations.
5258
5259 Suppose we want to simplify this trigonometric formula:
5260
5261 @smallexample
5262 @group
5263 1: 2 sec(x)^2 / tan(x)^2 - 2 / tan(x)^2
5264 .
5265
5266 ' 2sec(x)^2/tan(x)^2 - 2/tan(x)^2 @key{RET} s 1
5267 @end group
5268 @end smallexample
5269
5270 @noindent
5271 If we were simplifying this by hand, we'd probably combine over the common
5272 denominator. The @kbd{a n} algebra command will do this, but we'll do
5273 it with a rewrite rule just for practice.
5274
5275 Rewrite rules are written with the @samp{:=} symbol.
5276
5277 @smallexample
5278 @group
5279 1: (2 sec(x)^2 - 2) / tan(x)^2
5280 .
5281
5282 a r a/x + b/x := (a+b)/x @key{RET}
5283 @end group
5284 @end smallexample
5285
5286 @noindent
5287 (The ``assignment operator'' @samp{:=} has several uses in Calc. All
5288 by itself the formula @samp{a/x + b/x := (a+b)/x} doesn't do anything,
5289 but when it is given to the @kbd{a r} command, that command interprets
5290 it as a rewrite rule.)
5291
5292 The lefthand side, @samp{a/x + b/x}, is called the @dfn{pattern} of the
5293 rewrite rule. Calc searches the formula on the stack for parts that
5294 match the pattern. Variables in a rewrite pattern are called
5295 @dfn{meta-variables}, and when matching the pattern each meta-variable
5296 can match any sub-formula. Here, the meta-variable @samp{a} matched
5297 the expression @samp{2 sec(x)^2}, the meta-variable @samp{b} matched
5298 the constant @samp{-2} and the meta-variable @samp{x} matched
5299 the expression @samp{tan(x)^2}.
5300
5301 This rule points out several interesting features of rewrite patterns.
5302 First, if a meta-variable appears several times in a pattern, it must
5303 match the same thing everywhere. This rule detects common denominators
5304 because the same meta-variable @samp{x} is used in both of the
5305 denominators.
5306
5307 Second, meta-variable names are independent from variables in the
5308 target formula. Notice that the meta-variable @samp{x} here matches
5309 the subformula @samp{tan(x)^2}; Calc never confuses the two meanings of
5310 @samp{x}.
5311
5312 And third, rewrite patterns know a little bit about the algebraic
5313 properties of formulas. The pattern called for a sum of two quotients;
5314 Calc was able to match a difference of two quotients by matching
5315 @samp{a = 2 sec(x)^2}, @samp{b = -2}, and @samp{x = tan(x)^2}.
5316
5317 When the pattern part of a rewrite rule matches a part of the formula,
5318 that part is replaced by the righthand side with all the meta-variables
5319 substituted with the things they matched. So the result is
5320 @samp{(2 sec(x)^2 - 2) / tan(x)^2}.
5321
5322 @c [fix-ref Algebraic Properties of Rewrite Rules]
5323 We could just as easily have written @samp{a/x - b/x := (a-b)/x} for
5324 the rule. It would have worked just the same in all cases. (If we
5325 really wanted the rule to apply only to @samp{+} or only to @samp{-},
5326 we could have used the @code{plain} symbol. @xref{Algebraic Properties
5327 of Rewrite Rules}, for some examples of this.)
5328
5329 One more rewrite will complete the job. We want to use the identity
5330 @samp{tan(x)^2 + 1 = sec(x)^2}, but of course we must first rearrange
5331 the identity in a way that matches our formula. The obvious rule
5332 would be @samp{@w{2 sec(x)^2 - 2} := 2 tan(x)^2}, but a little thought shows
5333 that the rule @samp{sec(x)^2 := 1 + tan(x)^2} will also work. The
5334 latter rule has a more general pattern so it will work in many other
5335 situations, too.
5336
5337 @smallexample
5338 @group
5339 1: 2
5340 .
5341
5342 a r sec(x)^2 := 1 + tan(x)^2 @key{RET}
5343 @end group
5344 @end smallexample
5345
5346 You may ask, what's the point of using the most general rule if you
5347 have to type it in every time anyway? The answer is that Calc allows
5348 you to store a rewrite rule in a variable, then give the variable
5349 name in the @kbd{a r} command. In fact, this is the preferred way to
5350 use rewrites. For one, if you need a rule once you'll most likely
5351 need it again later. Also, if the rule doesn't work quite right you
5352 can simply Undo, edit the variable, and run the rule again without
5353 having to retype it.
5354
5355 @smallexample
5356 @group
5357 ' a/x + b/x := (a+b)/x @key{RET} s t merge @key{RET}
5358 ' sec(x)^2 := 1 + tan(x)^2 @key{RET} s t secsqr @key{RET}
5359
5360 1: 2 sec(x)^2 / tan(x)^2 - 2 / tan(x)^2 1: 2
5361 . .
5362
5363 r 1 a r merge @key{RET} a r secsqr @key{RET}
5364 @end group
5365 @end smallexample
5366
5367 To edit a variable, type @kbd{s e} and the variable name, use regular
5368 Emacs editing commands as necessary, then type @kbd{C-c C-c} to store
5369 the edited value back into the variable.
5370 You can also use @w{@kbd{s e}} to create a new variable if you wish.
5371
5372 Notice that the first time you use each rule, Calc puts up a ``compiling''
5373 message briefly. The pattern matcher converts rules into a special
5374 optimized pattern-matching language rather than using them directly.
5375 This allows @kbd{a r} to apply even rather complicated rules very
5376 efficiently. If the rule is stored in a variable, Calc compiles it
5377 only once and stores the compiled form along with the variable. That's
5378 another good reason to store your rules in variables rather than
5379 entering them on the fly.
5380
5381 (@bullet{}) @strong{Exercise 1.} Type @kbd{m s} to get Symbolic
5382 mode, then enter the formula @samp{@w{(2 + sqrt(2))} / @w{(1 + sqrt(2))}}.
5383 Using a rewrite rule, simplify this formula by multiplying the top and
5384 bottom by the conjugate @w{@samp{1 - sqrt(2)}}. The result will have
5385 to be expanded by the distributive law; do this with another
5386 rewrite. @xref{Rewrites Answer 1, 1}. (@bullet{})
5387
5388 The @kbd{a r} command can also accept a vector of rewrite rules, or
5389 a variable containing a vector of rules.
5390
5391 @smallexample
5392 @group
5393 1: [merge, secsqr] 1: [a/x + b/x := (a + b)/x, ... ]
5394 . .
5395
5396 ' [merge,sinsqr] @key{RET} =
5397
5398 @end group
5399 @end smallexample
5400 @noindent
5401 @smallexample
5402 @group
5403 1: 2 sec(x)^2 / tan(x)^2 - 2 / tan(x)^2 1: 2
5404 . .
5405
5406 s t trig @key{RET} r 1 a r trig @key{RET}
5407 @end group
5408 @end smallexample
5409
5410 @c [fix-ref Nested Formulas with Rewrite Rules]
5411 Calc tries all the rules you give against all parts of the formula,
5412 repeating until no further change is possible. (The exact order in
5413 which things are tried is rather complex, but for simple rules like
5414 the ones we've used here the order doesn't really matter.
5415 @xref{Nested Formulas with Rewrite Rules}.)
5416
5417 Calc actually repeats only up to 100 times, just in case your rule set
5418 has gotten into an infinite loop. You can give a numeric prefix argument
5419 to @kbd{a r} to specify any limit. In particular, @kbd{M-1 a r} does
5420 only one rewrite at a time.
5421
5422 @smallexample
5423 @group
5424 1: (2 sec(x)^2 - 2) / tan(x)^2 1: 2
5425 . .
5426
5427 r 1 M-1 a r trig @key{RET} M-1 a r trig @key{RET}
5428 @end group
5429 @end smallexample
5430
5431 You can type @kbd{M-0 a r} if you want no limit at all on the number
5432 of rewrites that occur.
5433
5434 Rewrite rules can also be @dfn{conditional}. Simply follow the rule
5435 with a @samp{::} symbol and the desired condition. For example,
5436
5437 @smallexample
5438 @group
5439 1: sin(x + 2 pi) + sin(x + 3 pi) + sin(x + 4 pi)
5440 .
5441
5442 ' sin(x+2pi) + sin(x+3pi) + sin(x+4pi) @key{RET}
5443
5444 @end group
5445 @end smallexample
5446 @noindent
5447 @smallexample
5448 @group
5449 1: sin(x + 3 pi) + 2 sin(x)
5450 .
5451
5452 a r sin(a + k pi) := sin(a) :: k % 2 = 0 @key{RET}
5453 @end group
5454 @end smallexample
5455
5456 @noindent
5457 (Recall, @samp{k % 2} is the remainder from dividing @samp{k} by 2,
5458 which will be zero only when @samp{k} is an even integer.)
5459
5460 An interesting point is that the variable @samp{pi} was matched
5461 literally rather than acting as a meta-variable.
5462 This is because it is a special-constant variable. The special
5463 constants @samp{e}, @samp{i}, @samp{phi}, and so on also match literally.
5464 A common error with rewrite
5465 rules is to write, say, @samp{f(a,b,c,d,e) := g(a+b+c+d+e)}, expecting
5466 to match any @samp{f} with five arguments but in fact matching
5467 only when the fifth argument is literally @samp{e}!
5468
5469 @cindex Fibonacci numbers
5470 @ignore
5471 @starindex
5472 @end ignore
5473 @tindex fib
5474 Rewrite rules provide an interesting way to define your own functions.
5475 Suppose we want to define @samp{fib(n)} to produce the @var{n}th
5476 Fibonacci number. The first two Fibonacci numbers are each 1;
5477 later numbers are formed by summing the two preceding numbers in
5478 the sequence. This is easy to express in a set of three rules:
5479
5480 @smallexample
5481 @group
5482 ' [fib(1) := 1, fib(2) := 1, fib(n) := fib(n-1) + fib(n-2)] @key{RET} s t fib
5483
5484 1: fib(7) 1: 13
5485 . .
5486
5487 ' fib(7) @key{RET} a r fib @key{RET}
5488 @end group
5489 @end smallexample
5490
5491 One thing that is guaranteed about the order that rewrites are tried
5492 is that, for any given subformula, earlier rules in the rule set will
5493 be tried for that subformula before later ones. So even though the
5494 first and third rules both match @samp{fib(1)}, we know the first will
5495 be used preferentially.
5496
5497 This rule set has one dangerous bug: Suppose we apply it to the
5498 formula @samp{fib(x)}? (Don't actually try this.) The third rule
5499 will match @samp{fib(x)} and replace it with @w{@samp{fib(x-1) + fib(x-2)}}.
5500 Each of these will then be replaced to get @samp{fib(x-2) + 2 fib(x-3) +
5501 fib(x-4)}, and so on, expanding forever. What we really want is to apply
5502 the third rule only when @samp{n} is an integer greater than two. Type
5503 @w{@kbd{s e fib @key{RET}}}, then edit the third rule to:
5504
5505 @smallexample
5506 fib(n) := fib(n-1) + fib(n-2) :: integer(n) :: n > 2
5507 @end smallexample
5508
5509 @noindent
5510 Now:
5511
5512 @smallexample
5513 @group
5514 1: fib(6) + fib(x) + fib(0) 1: fib(x) + fib(0) + 8
5515 . .
5516
5517 ' fib(6)+fib(x)+fib(0) @key{RET} a r fib @key{RET}
5518 @end group
5519 @end smallexample
5520
5521 @noindent
5522 We've created a new function, @code{fib}, and a new command,
5523 @w{@kbd{a r fib @key{RET}}}, which means ``evaluate all @code{fib} calls in
5524 this formula.'' To make things easier still, we can tell Calc to
5525 apply these rules automatically by storing them in the special
5526 variable @code{EvalRules}.
5527
5528 @smallexample
5529 @group
5530 1: [fib(1) := ...] . 1: [8, 13]
5531 . .
5532
5533 s r fib @key{RET} s t EvalRules @key{RET} ' [fib(6), fib(7)] @key{RET}
5534 @end group
5535 @end smallexample
5536
5537 It turns out that this rule set has the problem that it does far
5538 more work than it needs to when @samp{n} is large. Consider the
5539 first few steps of the computation of @samp{fib(6)}:
5540
5541 @smallexample
5542 @group
5543 fib(6) =
5544 fib(5) + fib(4) =
5545 fib(4) + fib(3) + fib(3) + fib(2) =
5546 fib(3) + fib(2) + fib(2) + fib(1) + fib(2) + fib(1) + 1 = ...
5547 @end group
5548 @end smallexample
5549
5550 @noindent
5551 Note that @samp{fib(3)} appears three times here. Unless Calc's
5552 algebraic simplifier notices the multiple @samp{fib(3)}s and combines
5553 them (and, as it happens, it doesn't), this rule set does lots of
5554 needless recomputation. To cure the problem, type @code{s e EvalRules}
5555 to edit the rules (or just @kbd{s E}, a shorthand command for editing
5556 @code{EvalRules}) and add another condition:
5557
5558 @smallexample
5559 fib(n) := fib(n-1) + fib(n-2) :: integer(n) :: n > 2 :: remember
5560 @end smallexample
5561
5562 @noindent
5563 If a @samp{:: remember} condition appears anywhere in a rule, then if
5564 that rule succeeds Calc will add another rule that describes that match
5565 to the front of the rule set. (Remembering works in any rule set, but
5566 for technical reasons it is most effective in @code{EvalRules}.) For
5567 example, if the rule rewrites @samp{fib(7)} to something that evaluates
5568 to 13, then the rule @samp{fib(7) := 13} will be added to the rule set.
5569
5570 Type @kbd{' fib(8) @key{RET}} to compute the eighth Fibonacci number, then
5571 type @kbd{s E} again to see what has happened to the rule set.
5572
5573 With the @code{remember} feature, our rule set can now compute
5574 @samp{fib(@var{n})} in just @var{n} steps. In the process it builds
5575 up a table of all Fibonacci numbers up to @var{n}. After we have
5576 computed the result for a particular @var{n}, we can get it back
5577 (and the results for all smaller @var{n}) later in just one step.
5578
5579 All Calc operations will run somewhat slower whenever @code{EvalRules}
5580 contains any rules. You should type @kbd{s u EvalRules @key{RET}} now to
5581 un-store the variable.
5582
5583 (@bullet{}) @strong{Exercise 2.} Sometimes it is possible to reformulate
5584 a problem to reduce the amount of recursion necessary to solve it.
5585 Create a rule that, in about @var{n} simple steps and without recourse
5586 to the @code{remember} option, replaces @samp{fib(@var{n}, 1, 1)} with
5587 @samp{fib(1, @var{x}, @var{y})} where @var{x} and @var{y} are the
5588 @var{n}th and @var{n+1}st Fibonacci numbers, respectively. This rule is
5589 rather clunky to use, so add a couple more rules to make the ``user
5590 interface'' the same as for our first version: enter @samp{fib(@var{n})},
5591 get back a plain number. @xref{Rewrites Answer 2, 2}. (@bullet{})
5592
5593 There are many more things that rewrites can do. For example, there
5594 are @samp{&&&} and @samp{|||} pattern operators that create ``and''
5595 and ``or'' combinations of rules. As one really simple example, we
5596 could combine our first two Fibonacci rules thusly:
5597
5598 @example
5599 [fib(1 ||| 2) := 1, fib(n) := ... ]
5600 @end example
5601
5602 @noindent
5603 That means ``@code{fib} of something matching either 1 or 2 rewrites
5604 to 1.''
5605
5606 You can also make meta-variables optional by enclosing them in @code{opt}.
5607 For example, the pattern @samp{a + b x} matches @samp{2 + 3 x} but not
5608 @samp{2 + x} or @samp{3 x} or @samp{x}. The pattern @samp{opt(a) + opt(b) x}
5609 matches all of these forms, filling in a default of zero for @samp{a}
5610 and one for @samp{b}.
5611
5612 (@bullet{}) @strong{Exercise 3.} Your friend Joe had @samp{2 + 3 x}
5613 on the stack and tried to use the rule
5614 @samp{opt(a) + opt(b) x := f(a, b, x)}. What happened?
5615 @xref{Rewrites Answer 3, 3}. (@bullet{})
5616
5617 (@bullet{}) @strong{Exercise 4.} Starting with a positive integer @expr{a},
5618 divide @expr{a} by two if it is even, otherwise compute @expr{3 a + 1}.
5619 Now repeat this step over and over. A famous unproved conjecture
5620 is that for any starting @expr{a}, the sequence always eventually
5621 reaches 1. Given the formula @samp{seq(@var{a}, 0)}, write a set of
5622 rules that convert this into @samp{seq(1, @var{n})} where @var{n}
5623 is the number of steps it took the sequence to reach the value 1.
5624 Now enhance the rules to accept @samp{seq(@var{a})} as a starting
5625 configuration, and to stop with just the number @var{n} by itself.
5626 Now make the result be a vector of values in the sequence, from @var{a}
5627 to 1. (The formula @samp{@var{x}|@var{y}} appends the vectors @var{x}
5628 and @var{y}.) For example, rewriting @samp{seq(6)} should yield the
5629 vector @expr{[6, 3, 10, 5, 16, 8, 4, 2, 1]}.
5630 @xref{Rewrites Answer 4, 4}. (@bullet{})
5631
5632 (@bullet{}) @strong{Exercise 5.} Define, using rewrite rules, a function
5633 @samp{nterms(@var{x})} that returns the number of terms in the sum
5634 @var{x}, or 1 if @var{x} is not a sum. (A @dfn{sum} for our purposes
5635 is one or more non-sum terms separated by @samp{+} or @samp{-} signs,
5636 so that @expr{2 - 3 (x + y) + x y} is a sum of three terms.)
5637 @xref{Rewrites Answer 5, 5}. (@bullet{})
5638
5639 (@bullet{}) @strong{Exercise 6.} A Taylor series for a function is an
5640 infinite series that exactly equals the value of that function at
5641 values of @expr{x} near zero.
5642
5643 @ifnottex
5644 @example
5645 cos(x) = 1 - x^2 / 2! + x^4 / 4! - x^6 / 6! + ...
5646 @end example
5647 @end ifnottex
5648 @tex
5649 \beforedisplay
5650 $$ \cos x = 1 - {x^2 \over 2!} + {x^4 \over 4!} - {x^6 \over 6!} + \cdots $$
5651 \afterdisplay
5652 @end tex
5653
5654 The @kbd{a t} command produces a @dfn{truncated Taylor series} which
5655 is obtained by dropping all the terms higher than, say, @expr{x^2}.
5656 Calc represents the truncated Taylor series as a polynomial in @expr{x}.
5657 Mathematicians often write a truncated series using a ``big-O'' notation
5658 that records what was the lowest term that was truncated.
5659
5660 @ifnottex
5661 @example
5662 cos(x) = 1 - x^2 / 2! + O(x^3)
5663 @end example
5664 @end ifnottex
5665 @tex
5666 \beforedisplay
5667 $$ \cos x = 1 - {x^2 \over 2!} + O(x^3) $$
5668 \afterdisplay
5669 @end tex
5670
5671 @noindent
5672 The meaning of @expr{O(x^3)} is ``a quantity which is negligibly small
5673 if @expr{x^3} is considered negligibly small as @expr{x} goes to zero.''
5674
5675 The exercise is to create rewrite rules that simplify sums and products of
5676 power series represented as @samp{@var{polynomial} + O(@var{var}^@var{n})}.
5677 For example, given @samp{1 - x^2 / 2 + O(x^3)} and @samp{x - x^3 / 6 + O(x^4)}
5678 on the stack, we want to be able to type @kbd{*} and get the result
5679 @samp{x - 2:3 x^3 + O(x^4)}. Don't worry if the terms of the sum are
5680 rearranged. (This one is rather tricky; the solution at the end of
5681 this chapter uses 6 rewrite rules. Hint: The @samp{constant(x)}
5682 condition tests whether @samp{x} is a number.) @xref{Rewrites Answer
5683 6, 6}. (@bullet{})
5684
5685 Just for kicks, try adding the rule @code{2+3 := 6} to @code{EvalRules}.
5686 What happens? (Be sure to remove this rule afterward, or you might get
5687 a nasty surprise when you use Calc to balance your checkbook!)
5688
5689 @xref{Rewrite Rules}, for the whole story on rewrite rules.
5690
5691 @node Programming Tutorial, Answers to Exercises, Algebra Tutorial, Tutorial
5692 @section Programming Tutorial
5693
5694 @noindent
5695 The Calculator is written entirely in Emacs Lisp, a highly extensible
5696 language. If you know Lisp, you can program the Calculator to do
5697 anything you like. Rewrite rules also work as a powerful programming
5698 system. But Lisp and rewrite rules take a while to master, and often
5699 all you want to do is define a new function or repeat a command a few
5700 times. Calc has features that allow you to do these things easily.
5701
5702 One very limited form of programming is defining your own functions.
5703 Calc's @kbd{Z F} command allows you to define a function name and
5704 key sequence to correspond to any formula. Programming commands use
5705 the shift-@kbd{Z} prefix; the user commands they create use the lower
5706 case @kbd{z} prefix.
5707
5708 @smallexample
5709 @group
5710 1: x + x^2 / 2 + x^3 / 6 + 1 1: x + x^2 / 2 + x^3 / 6 + 1
5711 . .
5712
5713 ' 1 + x + x^2/2! + x^3/3! @key{RET} Z F e myexp @key{RET} @key{RET} @key{RET} y
5714 @end group
5715 @end smallexample
5716
5717 This polynomial is a Taylor series approximation to @samp{exp(x)}.
5718 The @kbd{Z F} command asks a number of questions. The above answers
5719 say that the key sequence for our function should be @kbd{z e}; the
5720 @kbd{M-x} equivalent should be @code{calc-myexp}; the name of the
5721 function in algebraic formulas should also be @code{myexp}; the
5722 default argument list @samp{(x)} is acceptable; and finally @kbd{y}
5723 answers the question ``leave it in symbolic form for non-constant
5724 arguments?''
5725
5726 @smallexample
5727 @group
5728 1: 1.3495 2: 1.3495 3: 1.3495
5729 . 1: 1.34986 2: 1.34986
5730 . 1: myexp(a + 1)
5731 .
5732
5733 .3 z e .3 E ' a+1 @key{RET} z e
5734 @end group
5735 @end smallexample
5736
5737 @noindent
5738 First we call our new @code{exp} approximation with 0.3 as an
5739 argument, and compare it with the true @code{exp} function. Then
5740 we note that, as requested, if we try to give @kbd{z e} an
5741 argument that isn't a plain number, it leaves the @code{myexp}
5742 function call in symbolic form. If we had answered @kbd{n} to the
5743 final question, @samp{myexp(a + 1)} would have evaluated by plugging
5744 in @samp{a + 1} for @samp{x} in the defining formula.
5745
5746 @cindex Sine integral Si(x)
5747 @ignore
5748 @starindex
5749 @end ignore
5750 @tindex Si
5751 (@bullet{}) @strong{Exercise 1.} The ``sine integral'' function
5752 @texline @math{{\rm Si}(x)}
5753 @infoline @expr{Si(x)}
5754 is defined as the integral of @samp{sin(t)/t} for
5755 @expr{t = 0} to @expr{x} in radians. (It was invented because this
5756 integral has no solution in terms of basic functions; if you give it
5757 to Calc's @kbd{a i} command, it will ponder it for a long time and then
5758 give up.) We can use the numerical integration command, however,
5759 which in algebraic notation is written like @samp{ninteg(f(t), t, 0, x)}
5760 with any integrand @samp{f(t)}. Define a @kbd{z s} command and
5761 @code{Si} function that implement this. You will need to edit the
5762 default argument list a bit. As a test, @samp{Si(1)} should return
5763 0.946083. (If you don't get this answer, you might want to check that
5764 Calc is in Radians mode. Also, @code{ninteg} will run a lot faster if
5765 you reduce the precision to, say, six digits beforehand.)
5766 @xref{Programming Answer 1, 1}. (@bullet{})
5767
5768 The simplest way to do real ``programming'' of Emacs is to define a
5769 @dfn{keyboard macro}. A keyboard macro is simply a sequence of
5770 keystrokes which Emacs has stored away and can play back on demand.
5771 For example, if you find yourself typing @kbd{H a S x @key{RET}} often,
5772 you may wish to program a keyboard macro to type this for you.
5773
5774 @smallexample
5775 @group
5776 1: y = sqrt(x) 1: x = y^2
5777 . .
5778
5779 ' y=sqrt(x) @key{RET} C-x ( H a S x @key{RET} C-x )
5780
5781 1: y = cos(x) 1: x = s1 arccos(y) + 2 n1 pi
5782 . .
5783
5784 ' y=cos(x) @key{RET} X
5785 @end group
5786 @end smallexample
5787
5788 @noindent
5789 When you type @kbd{C-x (}, Emacs begins recording. But it is also
5790 still ready to execute your keystrokes, so you're really ``training''
5791 Emacs by walking it through the procedure once. When you type
5792 @w{@kbd{C-x )}}, the macro is recorded. You can now type @kbd{X} to
5793 re-execute the same keystrokes.
5794
5795 You can give a name to your macro by typing @kbd{Z K}.
5796
5797 @smallexample
5798 @group
5799 1: . 1: y = x^4 1: x = s2 sqrt(s1 sqrt(y))
5800 . .
5801
5802 Z K x @key{RET} ' y=x^4 @key{RET} z x
5803 @end group
5804 @end smallexample
5805
5806 @noindent
5807 Notice that we use shift-@kbd{Z} to define the command, and lower-case
5808 @kbd{z} to call it up.
5809
5810 Keyboard macros can call other macros.
5811
5812 @smallexample
5813 @group
5814 1: abs(x) 1: x = s1 y 1: 2 / x 1: x = 2 / y
5815 . . . .
5816
5817 ' abs(x) @key{RET} C-x ( ' y @key{RET} a = z x C-x ) ' 2/x @key{RET} X
5818 @end group
5819 @end smallexample
5820
5821 (@bullet{}) @strong{Exercise 2.} Define a keyboard macro to negate
5822 the item in level 3 of the stack, without disturbing the rest of
5823 the stack. @xref{Programming Answer 2, 2}. (@bullet{})
5824
5825 (@bullet{}) @strong{Exercise 3.} Define keyboard macros to compute
5826 the following functions:
5827
5828 @enumerate
5829 @item
5830 Compute
5831 @texline @math{\displaystyle{\sin x \over x}},
5832 @infoline @expr{sin(x) / x},
5833 where @expr{x} is the number on the top of the stack.
5834
5835 @item
5836 Compute the base-@expr{b} logarithm, just like the @kbd{B} key except
5837 the arguments are taken in the opposite order.
5838
5839 @item
5840 Produce a vector of integers from 1 to the integer on the top of
5841 the stack.
5842 @end enumerate
5843 @noindent
5844 @xref{Programming Answer 3, 3}. (@bullet{})
5845
5846 (@bullet{}) @strong{Exercise 4.} Define a keyboard macro to compute
5847 the average (mean) value of a list of numbers.
5848 @xref{Programming Answer 4, 4}. (@bullet{})
5849
5850 In many programs, some of the steps must execute several times.
5851 Calc has @dfn{looping} commands that allow this. Loops are useful
5852 inside keyboard macros, but actually work at any time.
5853
5854 @smallexample
5855 @group
5856 1: x^6 2: x^6 1: 360 x^2
5857 . 1: 4 .
5858 .
5859
5860 ' x^6 @key{RET} 4 Z < a d x @key{RET} Z >
5861 @end group
5862 @end smallexample
5863
5864 @noindent
5865 Here we have computed the fourth derivative of @expr{x^6} by
5866 enclosing a derivative command in a ``repeat loop'' structure.
5867 This structure pops a repeat count from the stack, then
5868 executes the body of the loop that many times.
5869
5870 If you make a mistake while entering the body of the loop,
5871 type @w{@kbd{Z C-g}} to cancel the loop command.
5872
5873 @cindex Fibonacci numbers
5874 Here's another example:
5875
5876 @smallexample
5877 @group
5878 3: 1 2: 10946
5879 2: 1 1: 17711
5880 1: 20 .
5881 .
5882
5883 1 @key{RET} @key{RET} 20 Z < @key{TAB} C-j + Z >
5884 @end group
5885 @end smallexample
5886
5887 @noindent
5888 The numbers in levels 2 and 1 should be the 21st and 22nd Fibonacci
5889 numbers, respectively. (To see what's going on, try a few repetitions
5890 of the loop body by hand; @kbd{C-j}, also on the Line-Feed or @key{LFD}
5891 key if you have one, makes a copy of the number in level 2.)
5892
5893 @cindex Golden ratio
5894 @cindex Phi, golden ratio
5895 A fascinating property of the Fibonacci numbers is that the @expr{n}th
5896 Fibonacci number can be found directly by computing
5897 @texline @math{\phi^n / \sqrt{5}}
5898 @infoline @expr{phi^n / sqrt(5)}
5899 and then rounding to the nearest integer, where
5900 @texline @math{\phi} (``phi''),
5901 @infoline @expr{phi},
5902 the ``golden ratio,'' is
5903 @texline @math{(1 + \sqrt{5}) / 2}.
5904 @infoline @expr{(1 + sqrt(5)) / 2}.
5905 (For convenience, this constant is available from the @code{phi}
5906 variable, or the @kbd{I H P} command.)
5907
5908 @smallexample
5909 @group
5910 1: 1.61803 1: 24476.0000409 1: 10945.9999817 1: 10946
5911 . . . .
5912
5913 I H P 21 ^ 5 Q / R
5914 @end group
5915 @end smallexample
5916
5917 @cindex Continued fractions
5918 (@bullet{}) @strong{Exercise 5.} The @dfn{continued fraction}
5919 representation of
5920 @texline @math{\phi}
5921 @infoline @expr{phi}
5922 is
5923 @texline @math{1 + 1/(1 + 1/(1 + 1/( \ldots )))}.
5924 @infoline @expr{1 + 1/(1 + 1/(1 + 1/( ...@: )))}.
5925 We can compute an approximate value by carrying this however far
5926 and then replacing the innermost
5927 @texline @math{1/( \ldots )}
5928 @infoline @expr{1/( ...@: )}
5929 by 1. Approximate
5930 @texline @math{\phi}
5931 @infoline @expr{phi}
5932 using a twenty-term continued fraction.
5933 @xref{Programming Answer 5, 5}. (@bullet{})
5934
5935 (@bullet{}) @strong{Exercise 6.} Linear recurrences like the one for
5936 Fibonacci numbers can be expressed in terms of matrices. Given a
5937 vector @w{@expr{[a, b]}} determine a matrix which, when multiplied by this
5938 vector, produces the vector @expr{[b, c]}, where @expr{a}, @expr{b} and
5939 @expr{c} are three successive Fibonacci numbers. Now write a program
5940 that, given an integer @expr{n}, computes the @expr{n}th Fibonacci number
5941 using matrix arithmetic. @xref{Programming Answer 6, 6}. (@bullet{})
5942
5943 @cindex Harmonic numbers
5944 A more sophisticated kind of loop is the @dfn{for} loop. Suppose
5945 we wish to compute the 20th ``harmonic'' number, which is equal to
5946 the sum of the reciprocals of the integers from 1 to 20.
5947
5948 @smallexample
5949 @group
5950 3: 0 1: 3.597739
5951 2: 1 .
5952 1: 20
5953 .
5954
5955 0 @key{RET} 1 @key{RET} 20 Z ( & + 1 Z )
5956 @end group
5957 @end smallexample
5958
5959 @noindent
5960 The ``for'' loop pops two numbers, the lower and upper limits, then
5961 repeats the body of the loop as an internal counter increases from
5962 the lower limit to the upper one. Just before executing the loop
5963 body, it pushes the current loop counter. When the loop body
5964 finishes, it pops the ``step,'' i.e., the amount by which to
5965 increment the loop counter. As you can see, our loop always
5966 uses a step of one.
5967
5968 This harmonic number function uses the stack to hold the running
5969 total as well as for the various loop housekeeping functions. If
5970 you find this disorienting, you can sum in a variable instead:
5971
5972 @smallexample
5973 @group
5974 1: 0 2: 1 . 1: 3.597739
5975 . 1: 20 .
5976 .
5977
5978 0 t 7 1 @key{RET} 20 Z ( & s + 7 1 Z ) r 7
5979 @end group
5980 @end smallexample
5981
5982 @noindent
5983 The @kbd{s +} command adds the top-of-stack into the value in a
5984 variable (and removes that value from the stack).
5985
5986 It's worth noting that many jobs that call for a ``for'' loop can
5987 also be done more easily by Calc's high-level operations. Two
5988 other ways to compute harmonic numbers are to use vector mapping
5989 and reduction (@kbd{v x 20}, then @w{@kbd{V M &}}, then @kbd{V R +}),
5990 or to use the summation command @kbd{a +}. Both of these are
5991 probably easier than using loops. However, there are some
5992 situations where loops really are the way to go:
5993
5994 (@bullet{}) @strong{Exercise 7.} Use a ``for'' loop to find the first
5995 harmonic number which is greater than 4.0.
5996 @xref{Programming Answer 7, 7}. (@bullet{})
5997
5998 Of course, if we're going to be using variables in our programs,
5999 we have to worry about the programs clobbering values that the
6000 caller was keeping in those same variables. This is easy to
6001 fix, though:
6002
6003 @smallexample
6004 @group
6005 . 1: 0.6667 1: 0.6667 3: 0.6667
6006 . . 2: 3.597739
6007 1: 0.6667
6008 .
6009
6010 Z ` p 4 @key{RET} 2 @key{RET} 3 / s 7 s s a @key{RET} Z ' r 7 s r a @key{RET}
6011 @end group
6012 @end smallexample
6013
6014 @noindent
6015 When we type @kbd{Z `} (that's a grave accent), Calc saves
6016 its mode settings and the contents of the ten ``quick variables''
6017 for later reference. When we type @kbd{Z '} (that's an apostrophe
6018 now), Calc restores those saved values. Thus the @kbd{p 4} and
6019 @kbd{s 7} commands have no effect outside this sequence. Wrapping
6020 this around the body of a keyboard macro ensures that it doesn't
6021 interfere with what the user of the macro was doing. Notice that
6022 the contents of the stack, and the values of named variables,
6023 survive past the @kbd{Z '} command.
6024
6025 @cindex Bernoulli numbers, approximate
6026 The @dfn{Bernoulli numbers} are a sequence with the interesting
6027 property that all of the odd Bernoulli numbers are zero, and the
6028 even ones, while difficult to compute, can be roughly approximated
6029 by the formula
6030 @texline @math{\displaystyle{2 n! \over (2 \pi)^n}}.
6031 @infoline @expr{2 n!@: / (2 pi)^n}.
6032 Let's write a keyboard macro to compute (approximate) Bernoulli numbers.
6033 (Calc has a command, @kbd{k b}, to compute exact Bernoulli numbers, but
6034 this command is very slow for large @expr{n} since the higher Bernoulli
6035 numbers are very large fractions.)
6036
6037 @smallexample
6038 @group
6039 1: 10 1: 0.0756823
6040 . .
6041
6042 10 C-x ( @key{RET} 2 % Z [ @key{DEL} 0 Z : ' 2 $! / (2 pi)^$ @key{RET} = Z ] C-x )
6043 @end group
6044 @end smallexample
6045
6046 @noindent
6047 You can read @kbd{Z [} as ``then,'' @kbd{Z :} as ``else,'' and
6048 @kbd{Z ]} as ``end-if.'' There is no need for an explicit ``if''
6049 command. For the purposes of @w{@kbd{Z [}}, the condition is ``true''
6050 if the value it pops from the stack is a nonzero number, or ``false''
6051 if it pops zero or something that is not a number (like a formula).
6052 Here we take our integer argument modulo 2; this will be nonzero
6053 if we're asking for an odd Bernoulli number.
6054
6055 The actual tenth Bernoulli number is @expr{5/66}.
6056
6057 @smallexample
6058 @group
6059 3: 0.0756823 1: 0 1: 0.25305 1: 0 1: 1.16659
6060 2: 5:66 . . . .
6061 1: 0.0757575
6062 .
6063
6064 10 k b @key{RET} c f M-0 @key{DEL} 11 X @key{DEL} 12 X @key{DEL} 13 X @key{DEL} 14 X
6065 @end group
6066 @end smallexample
6067
6068 Just to exercise loops a bit more, let's compute a table of even
6069 Bernoulli numbers.
6070
6071 @smallexample
6072 @group
6073 3: [] 1: [0.10132, 0.03079, 0.02340, 0.033197, ...]
6074 2: 2 .
6075 1: 30
6076 .
6077
6078 [ ] 2 @key{RET} 30 Z ( X | 2 Z )
6079 @end group
6080 @end smallexample
6081
6082 @noindent
6083 The vertical-bar @kbd{|} is the vector-concatenation command. When
6084 we execute it, the list we are building will be in stack level 2
6085 (initially this is an empty list), and the next Bernoulli number
6086 will be in level 1. The effect is to append the Bernoulli number
6087 onto the end of the list. (To create a table of exact fractional
6088 Bernoulli numbers, just replace @kbd{X} with @kbd{k b} in the above
6089 sequence of keystrokes.)
6090
6091 With loops and conditionals, you can program essentially anything
6092 in Calc. One other command that makes looping easier is @kbd{Z /},
6093 which takes a condition from the stack and breaks out of the enclosing
6094 loop if the condition is true (non-zero). You can use this to make
6095 ``while'' and ``until'' style loops.
6096
6097 If you make a mistake when entering a keyboard macro, you can edit
6098 it using @kbd{Z E}. First, you must attach it to a key with @kbd{Z K}.
6099 One technique is to enter a throwaway dummy definition for the macro,
6100 then enter the real one in the edit command.
6101
6102 @smallexample
6103 @group
6104 1: 3 1: 3 Calc Macro Edit Mode.
6105 . . Original keys: 1 <return> 2 +
6106
6107 1 ;; calc digits
6108 RET ;; calc-enter
6109 2 ;; calc digits
6110 + ;; calc-plus
6111
6112 C-x ( 1 @key{RET} 2 + C-x ) Z K h @key{RET} Z E h
6113 @end group
6114 @end smallexample
6115
6116 @noindent
6117 A keyboard macro is stored as a pure keystroke sequence. The
6118 @file{edmacro} package (invoked by @kbd{Z E}) scans along the
6119 macro and tries to decode it back into human-readable steps.
6120 Descriptions of the keystrokes are given as comments, which begin with
6121 @samp{;;}, and which are ignored when the edited macro is saved.
6122 Spaces and line breaks are also ignored when the edited macro is saved.
6123 To enter a space into the macro, type @code{SPC}. All the special
6124 characters @code{RET}, @code{LFD}, @code{TAB}, @code{SPC}, @code{DEL},
6125 and @code{NUL} must be written in all uppercase, as must the prefixes
6126 @code{C-} and @code{M-}.
6127
6128 Let's edit in a new definition, for computing harmonic numbers.
6129 First, erase the four lines of the old definition. Then, type
6130 in the new definition (or use Emacs @kbd{M-w} and @kbd{C-y} commands
6131 to copy it from this page of the Info file; you can of course skip
6132 typing the comments, which begin with @samp{;;}).
6133
6134 @smallexample
6135 Z` ;; calc-kbd-push (Save local values)
6136 0 ;; calc digits (Push a zero onto the stack)
6137 st ;; calc-store-into (Store it in the following variable)
6138 1 ;; calc quick variable (Quick variable q1)
6139 1 ;; calc digits (Initial value for the loop)
6140 TAB ;; calc-roll-down (Swap initial and final)
6141 Z( ;; calc-kbd-for (Begin the "for" loop)
6142 & ;; calc-inv (Take the reciprocal)
6143 s+ ;; calc-store-plus (Add to the following variable)
6144 1 ;; calc quick variable (Quick variable q1)
6145 1 ;; calc digits (The loop step is 1)
6146 Z) ;; calc-kbd-end-for (End the "for" loop)
6147 sr ;; calc-recall (Recall the final accumulated value)
6148 1 ;; calc quick variable (Quick variable q1)
6149 Z' ;; calc-kbd-pop (Restore values)
6150 @end smallexample
6151
6152 @noindent
6153 Press @kbd{C-c C-c} to finish editing and return to the Calculator.
6154
6155 @smallexample
6156 @group
6157 1: 20 1: 3.597739
6158 . .
6159
6160 20 z h
6161 @end group
6162 @end smallexample
6163
6164 The @file{edmacro} package defines a handy @code{read-kbd-macro} command
6165 which reads the current region of the current buffer as a sequence of
6166 keystroke names, and defines that sequence on the @kbd{X}
6167 (and @kbd{C-x e}) key. Because this is so useful, Calc puts this
6168 command on the @kbd{C-x * m} key. Try reading in this macro in the
6169 following form: Press @kbd{C-@@} (or @kbd{C-@key{SPC}}) at
6170 one end of the text below, then type @kbd{C-x * m} at the other.
6171
6172 @example
6173 @group
6174 Z ` 0 t 1
6175 1 TAB
6176 Z ( & s + 1 1 Z )
6177 r 1
6178 Z '
6179 @end group
6180 @end example
6181
6182 (@bullet{}) @strong{Exercise 8.} A general algorithm for solving
6183 equations numerically is @dfn{Newton's Method}. Given the equation
6184 @expr{f(x) = 0} for any function @expr{f}, and an initial guess
6185 @expr{x_0} which is reasonably close to the desired solution, apply
6186 this formula over and over:
6187
6188 @ifnottex
6189 @example
6190 new_x = x - f(x)/f'(x)
6191 @end example
6192 @end ifnottex
6193 @tex
6194 \beforedisplay
6195 $$ x_{\rm new} = x - {f(x) \over f^{\prime}(x)} $$
6196 \afterdisplay
6197 @end tex
6198
6199 @noindent
6200 where @expr{f'(x)} is the derivative of @expr{f}. The @expr{x}
6201 values will quickly converge to a solution, i.e., eventually
6202 @texline @math{x_{\rm new}}
6203 @infoline @expr{new_x}
6204 and @expr{x} will be equal to within the limits
6205 of the current precision. Write a program which takes a formula
6206 involving the variable @expr{x}, and an initial guess @expr{x_0},
6207 on the stack, and produces a value of @expr{x} for which the formula
6208 is zero. Use it to find a solution of
6209 @texline @math{\sin(\cos x) = 0.5}
6210 @infoline @expr{sin(cos(x)) = 0.5}
6211 near @expr{x = 4.5}. (Use angles measured in radians.) Note that
6212 the built-in @w{@kbd{a R}} (@code{calc-find-root}) command uses Newton's
6213 method when it is able. @xref{Programming Answer 8, 8}. (@bullet{})
6214
6215 @cindex Digamma function
6216 @cindex Gamma constant, Euler's
6217 @cindex Euler's gamma constant
6218 (@bullet{}) @strong{Exercise 9.} The @dfn{digamma} function
6219 @texline @math{\psi(z) (``psi'')}
6220 @infoline @expr{psi(z)}
6221 is defined as the derivative of
6222 @texline @math{\ln \Gamma(z)}.
6223 @infoline @expr{ln(gamma(z))}.
6224 For large values of @expr{z}, it can be approximated by the infinite sum
6225
6226 @ifnottex
6227 @example
6228 psi(z) ~= ln(z) - 1/2z - sum(bern(2 n) / 2 n z^(2 n), n, 1, inf)
6229 @end example
6230 @end ifnottex
6231 @tex
6232 \beforedisplay
6233 $$ \psi(z) \approx \ln z - {1\over2z} -
6234 \sum_{n=1}^\infty {\code{bern}(2 n) \over 2 n z^{2n}}
6235 $$
6236 \afterdisplay
6237 @end tex
6238
6239 @noindent
6240 where
6241 @texline @math{\sum}
6242 @infoline @expr{sum}
6243 represents the sum over @expr{n} from 1 to infinity
6244 (or to some limit high enough to give the desired accuracy), and
6245 the @code{bern} function produces (exact) Bernoulli numbers.
6246 While this sum is not guaranteed to converge, in practice it is safe.
6247 An interesting mathematical constant is Euler's gamma, which is equal
6248 to about 0.5772. One way to compute it is by the formula,
6249 @texline @math{\gamma = -\psi(1)}.
6250 @infoline @expr{gamma = -psi(1)}.
6251 Unfortunately, 1 isn't a large enough argument
6252 for the above formula to work (5 is a much safer value for @expr{z}).
6253 Fortunately, we can compute
6254 @texline @math{\psi(1)}
6255 @infoline @expr{psi(1)}
6256 from
6257 @texline @math{\psi(5)}
6258 @infoline @expr{psi(5)}
6259 using the recurrence
6260 @texline @math{\psi(z+1) = \psi(z) + {1 \over z}}.
6261 @infoline @expr{psi(z+1) = psi(z) + 1/z}.
6262 Your task: Develop a program to compute
6263 @texline @math{\psi(z)};
6264 @infoline @expr{psi(z)};
6265 it should ``pump up'' @expr{z}
6266 if necessary to be greater than 5, then use the above summation
6267 formula. Use looping commands to compute the sum. Use your function
6268 to compute
6269 @texline @math{\gamma}
6270 @infoline @expr{gamma}
6271 to twelve decimal places. (Calc has a built-in command
6272 for Euler's constant, @kbd{I P}, which you can use to check your answer.)
6273 @xref{Programming Answer 9, 9}. (@bullet{})
6274
6275 @cindex Polynomial, list of coefficients
6276 (@bullet{}) @strong{Exercise 10.} Given a polynomial in @expr{x} and
6277 a number @expr{m} on the stack, where the polynomial is of degree
6278 @expr{m} or less (i.e., does not have any terms higher than @expr{x^m}),
6279 write a program to convert the polynomial into a list-of-coefficients
6280 notation. For example, @expr{5 x^4 + (x + 1)^2} with @expr{m = 6}
6281 should produce the list @expr{[1, 2, 1, 0, 5, 0, 0]}. Also develop
6282 a way to convert from this form back to the standard algebraic form.
6283 @xref{Programming Answer 10, 10}. (@bullet{})
6284
6285 @cindex Recursion
6286 (@bullet{}) @strong{Exercise 11.} The @dfn{Stirling numbers of the
6287 first kind} are defined by the recurrences,
6288
6289 @ifnottex
6290 @example
6291 s(n,n) = 1 for n >= 0,
6292 s(n,0) = 0 for n > 0,
6293 s(n+1,m) = s(n,m-1) - n s(n,m) for n >= m >= 1.
6294 @end example
6295 @end ifnottex
6296 @tex
6297 \beforedisplay
6298 $$ \eqalign{ s(n,n) &= 1 \qquad \hbox{for } n \ge 0, \cr
6299 s(n,0) &= 0 \qquad \hbox{for } n > 0, \cr
6300 s(n+1,m) &= s(n,m-1) - n \, s(n,m) \qquad
6301 \hbox{for } n \ge m \ge 1.}
6302 $$
6303 \afterdisplay
6304 \vskip5pt
6305 (These numbers are also sometimes written $\displaystyle{n \brack m}$.)
6306 @end tex
6307
6308 This can be implemented using a @dfn{recursive} program in Calc; the
6309 program must invoke itself in order to calculate the two righthand
6310 terms in the general formula. Since it always invokes itself with
6311 ``simpler'' arguments, it's easy to see that it must eventually finish
6312 the computation. Recursion is a little difficult with Emacs keyboard
6313 macros since the macro is executed before its definition is complete.
6314 So here's the recommended strategy: Create a ``dummy macro'' and assign
6315 it to a key with, e.g., @kbd{Z K s}. Now enter the true definition,
6316 using the @kbd{z s} command to call itself recursively, then assign it
6317 to the same key with @kbd{Z K s}. Now the @kbd{z s} command will run
6318 the complete recursive program. (Another way is to use @w{@kbd{Z E}}
6319 or @kbd{C-x * m} (@code{read-kbd-macro}) to read the whole macro at once,
6320 thus avoiding the ``training'' phase.) The task: Write a program
6321 that computes Stirling numbers of the first kind, given @expr{n} and
6322 @expr{m} on the stack. Test it with @emph{small} inputs like
6323 @expr{s(4,2)}. (There is a built-in command for Stirling numbers,
6324 @kbd{k s}, which you can use to check your answers.)
6325 @xref{Programming Answer 11, 11}. (@bullet{})
6326
6327 The programming commands we've seen in this part of the tutorial
6328 are low-level, general-purpose operations. Often you will find
6329 that a higher-level function, such as vector mapping or rewrite
6330 rules, will do the job much more easily than a detailed, step-by-step
6331 program can:
6332
6333 (@bullet{}) @strong{Exercise 12.} Write another program for
6334 computing Stirling numbers of the first kind, this time using
6335 rewrite rules. Once again, @expr{n} and @expr{m} should be taken
6336 from the stack. @xref{Programming Answer 12, 12}. (@bullet{})
6337
6338 @example
6339
6340 @end example
6341 This ends the tutorial section of the Calc manual. Now you know enough
6342 about Calc to use it effectively for many kinds of calculations. But
6343 Calc has many features that were not even touched upon in this tutorial.
6344 @c [not-split]
6345 The rest of this manual tells the whole story.
6346 @c [when-split]
6347 @c Volume II of this manual, the @dfn{Calc Reference}, tells the whole story.
6348
6349 @page
6350 @node Answers to Exercises, , Programming Tutorial, Tutorial
6351 @section Answers to Exercises
6352
6353 @noindent
6354 This section includes answers to all the exercises in the Calc tutorial.
6355
6356 @menu
6357 * RPN Answer 1:: 1 @key{RET} 2 @key{RET} 3 @key{RET} 4 + * -
6358 * RPN Answer 2:: 2*4 + 7*9.5 + 5/4
6359 * RPN Answer 3:: Operating on levels 2 and 3
6360 * RPN Answer 4:: Joe's complex problems
6361 * Algebraic Answer 1:: Simulating Q command
6362 * Algebraic Answer 2:: Joe's algebraic woes
6363 * Algebraic Answer 3:: 1 / 0
6364 * Modes Answer 1:: 3#0.1 = 3#0.0222222?
6365 * Modes Answer 2:: 16#f.e8fe15
6366 * Modes Answer 3:: Joe's rounding bug
6367 * Modes Answer 4:: Why floating point?
6368 * Arithmetic Answer 1:: Why the \ command?
6369 * Arithmetic Answer 2:: Tripping up the B command
6370 * Vector Answer 1:: Normalizing a vector
6371 * Vector Answer 2:: Average position
6372 * Matrix Answer 1:: Row and column sums
6373 * Matrix Answer 2:: Symbolic system of equations
6374 * Matrix Answer 3:: Over-determined system
6375 * List Answer 1:: Powers of two
6376 * List Answer 2:: Least-squares fit with matrices
6377 * List Answer 3:: Geometric mean
6378 * List Answer 4:: Divisor function
6379 * List Answer 5:: Duplicate factors
6380 * List Answer 6:: Triangular list
6381 * List Answer 7:: Another triangular list
6382 * List Answer 8:: Maximum of Bessel function
6383 * List Answer 9:: Integers the hard way
6384 * List Answer 10:: All elements equal
6385 * List Answer 11:: Estimating pi with darts
6386 * List Answer 12:: Estimating pi with matchsticks
6387 * List Answer 13:: Hash codes
6388 * List Answer 14:: Random walk
6389 * Types Answer 1:: Square root of pi times rational
6390 * Types Answer 2:: Infinities
6391 * Types Answer 3:: What can "nan" be?
6392 * Types Answer 4:: Abbey Road
6393 * Types Answer 5:: Friday the 13th
6394 * Types Answer 6:: Leap years
6395 * Types Answer 7:: Erroneous donut
6396 * Types Answer 8:: Dividing intervals
6397 * Types Answer 9:: Squaring intervals
6398 * Types Answer 10:: Fermat's primality test
6399 * Types Answer 11:: pi * 10^7 seconds
6400 * Types Answer 12:: Abbey Road on CD
6401 * Types Answer 13:: Not quite pi * 10^7 seconds
6402 * Types Answer 14:: Supercomputers and c
6403 * Types Answer 15:: Sam the Slug
6404 * Algebra Answer 1:: Squares and square roots
6405 * Algebra Answer 2:: Building polynomial from roots
6406 * Algebra Answer 3:: Integral of x sin(pi x)
6407 * Algebra Answer 4:: Simpson's rule
6408 * Rewrites Answer 1:: Multiplying by conjugate
6409 * Rewrites Answer 2:: Alternative fib rule
6410 * Rewrites Answer 3:: Rewriting opt(a) + opt(b) x
6411 * Rewrites Answer 4:: Sequence of integers
6412 * Rewrites Answer 5:: Number of terms in sum
6413 * Rewrites Answer 6:: Truncated Taylor series
6414 * Programming Answer 1:: Fresnel's C(x)
6415 * Programming Answer 2:: Negate third stack element
6416 * Programming Answer 3:: Compute sin(x) / x, etc.
6417 * Programming Answer 4:: Average value of a list
6418 * Programming Answer 5:: Continued fraction phi
6419 * Programming Answer 6:: Matrix Fibonacci numbers
6420 * Programming Answer 7:: Harmonic number greater than 4
6421 * Programming Answer 8:: Newton's method
6422 * Programming Answer 9:: Digamma function
6423 * Programming Answer 10:: Unpacking a polynomial
6424 * Programming Answer 11:: Recursive Stirling numbers
6425 * Programming Answer 12:: Stirling numbers with rewrites
6426 @end menu
6427
6428 @c The following kludgery prevents the individual answers from
6429 @c being entered on the table of contents.
6430 @tex
6431 \global\let\oldwrite=\write
6432 \gdef\skipwrite#1#2{\let\write=\oldwrite}
6433 \global\let\oldchapternofonts=\chapternofonts
6434 \gdef\chapternofonts{\let\write=\skipwrite\oldchapternofonts}
6435 @end tex
6436
6437 @node RPN Answer 1, RPN Answer 2, Answers to Exercises, Answers to Exercises
6438 @subsection RPN Tutorial Exercise 1
6439
6440 @noindent
6441 @kbd{1 @key{RET} 2 @key{RET} 3 @key{RET} 4 + * -}
6442
6443 The result is
6444 @texline @math{1 - (2 \times (3 + 4)) = -13}.
6445 @infoline @expr{1 - (2 * (3 + 4)) = -13}.
6446
6447 @node RPN Answer 2, RPN Answer 3, RPN Answer 1, Answers to Exercises
6448 @subsection RPN Tutorial Exercise 2
6449
6450 @noindent
6451 @texline @math{2\times4 + 7\times9.5 + {5\over4} = 75.75}
6452 @infoline @expr{2*4 + 7*9.5 + 5/4 = 75.75}
6453
6454 After computing the intermediate term
6455 @texline @math{2\times4 = 8},
6456 @infoline @expr{2*4 = 8},
6457 you can leave that result on the stack while you compute the second
6458 term. With both of these results waiting on the stack you can then
6459 compute the final term, then press @kbd{+ +} to add everything up.
6460
6461 @smallexample
6462 @group
6463 2: 2 1: 8 3: 8 2: 8
6464 1: 4 . 2: 7 1: 66.5
6465 . 1: 9.5 .
6466 .
6467
6468 2 @key{RET} 4 * 7 @key{RET} 9.5 *
6469
6470 @end group
6471 @end smallexample
6472 @noindent
6473 @smallexample
6474 @group
6475 4: 8 3: 8 2: 8 1: 75.75
6476 3: 66.5 2: 66.5 1: 67.75 .
6477 2: 5 1: 1.25 .
6478 1: 4 .
6479 .
6480
6481 5 @key{RET} 4 / + +
6482 @end group
6483 @end smallexample
6484
6485 Alternatively, you could add the first two terms before going on
6486 with the third term.
6487
6488 @smallexample
6489 @group
6490 2: 8 1: 74.5 3: 74.5 2: 74.5 1: 75.75
6491 1: 66.5 . 2: 5 1: 1.25 .
6492 . 1: 4 .
6493 .
6494
6495 ... + 5 @key{RET} 4 / +
6496 @end group
6497 @end smallexample
6498
6499 On an old-style RPN calculator this second method would have the
6500 advantage of using only three stack levels. But since Calc's stack
6501 can grow arbitrarily large this isn't really an issue. Which method
6502 you choose is purely a matter of taste.
6503
6504 @node RPN Answer 3, RPN Answer 4, RPN Answer 2, Answers to Exercises
6505 @subsection RPN Tutorial Exercise 3
6506
6507 @noindent
6508 The @key{TAB} key provides a way to operate on the number in level 2.
6509
6510 @smallexample
6511 @group
6512 3: 10 3: 10 4: 10 3: 10 3: 10
6513 2: 20 2: 30 3: 30 2: 30 2: 21
6514 1: 30 1: 20 2: 20 1: 21 1: 30
6515 . . 1: 1 . .
6516 .
6517
6518 @key{TAB} 1 + @key{TAB}
6519 @end group
6520 @end smallexample
6521
6522 Similarly, @kbd{M-@key{TAB}} gives you access to the number in level 3.
6523
6524 @smallexample
6525 @group
6526 3: 10 3: 21 3: 21 3: 30 3: 11
6527 2: 21 2: 30 2: 30 2: 11 2: 21
6528 1: 30 1: 10 1: 11 1: 21 1: 30
6529 . . . . .
6530
6531 M-@key{TAB} 1 + M-@key{TAB} M-@key{TAB}
6532 @end group
6533 @end smallexample
6534
6535 @node RPN Answer 4, Algebraic Answer 1, RPN Answer 3, Answers to Exercises
6536 @subsection RPN Tutorial Exercise 4
6537
6538 @noindent
6539 Either @kbd{( 2 , 3 )} or @kbd{( 2 @key{SPC} 3 )} would have worked,
6540 but using both the comma and the space at once yields:
6541
6542 @smallexample
6543 @group
6544 1: ( ... 2: ( ... 1: (2, ... 2: (2, ... 2: (2, ...
6545 . 1: 2 . 1: (2, ... 1: (2, 3)
6546 . . .
6547
6548 ( 2 , @key{SPC} 3 )
6549 @end group
6550 @end smallexample
6551
6552 Joe probably tried to type @kbd{@key{TAB} @key{DEL}} to swap the
6553 extra incomplete object to the top of the stack and delete it.
6554 But a feature of Calc is that @key{DEL} on an incomplete object
6555 deletes just one component out of that object, so he had to press
6556 @key{DEL} twice to finish the job.
6557
6558 @smallexample
6559 @group
6560 2: (2, ... 2: (2, 3) 2: (2, 3) 1: (2, 3)
6561 1: (2, 3) 1: (2, ... 1: ( ... .
6562 . . .
6563
6564 @key{TAB} @key{DEL} @key{DEL}
6565 @end group
6566 @end smallexample
6567
6568 (As it turns out, deleting the second-to-top stack entry happens often
6569 enough that Calc provides a special key, @kbd{M-@key{DEL}}, to do just that.
6570 @kbd{M-@key{DEL}} is just like @kbd{@key{TAB} @key{DEL}}, except that it doesn't exhibit
6571 the ``feature'' that tripped poor Joe.)
6572
6573 @node Algebraic Answer 1, Algebraic Answer 2, RPN Answer 4, Answers to Exercises
6574 @subsection Algebraic Entry Tutorial Exercise 1
6575
6576 @noindent
6577 Type @kbd{' sqrt($) @key{RET}}.
6578
6579 If the @kbd{Q} key is broken, you could use @kbd{' $^0.5 @key{RET}}.
6580 Or, RPN style, @kbd{0.5 ^}.
6581
6582 (Actually, @samp{$^1:2}, using the fraction one-half as the power, is
6583 a closer equivalent, since @samp{9^0.5} yields @expr{3.0} whereas
6584 @samp{sqrt(9)} and @samp{9^1:2} yield the exact integer @expr{3}.)
6585
6586 @node Algebraic Answer 2, Algebraic Answer 3, Algebraic Answer 1, Answers to Exercises
6587 @subsection Algebraic Entry Tutorial Exercise 2
6588
6589 @noindent
6590 In the formula @samp{2 x (1+y)}, @samp{x} was interpreted as a function
6591 name with @samp{1+y} as its argument. Assigning a value to a variable
6592 has no relation to a function by the same name. Joe needed to use an
6593 explicit @samp{*} symbol here: @samp{2 x*(1+y)}.
6594
6595 @node Algebraic Answer 3, Modes Answer 1, Algebraic Answer 2, Answers to Exercises
6596 @subsection Algebraic Entry Tutorial Exercise 3
6597
6598 @noindent
6599 The result from @kbd{1 @key{RET} 0 /} will be the formula @expr{1 / 0}.
6600 The ``function'' @samp{/} cannot be evaluated when its second argument
6601 is zero, so it is left in symbolic form. When you now type @kbd{0 *},
6602 the result will be zero because Calc uses the general rule that ``zero
6603 times anything is zero.''
6604
6605 @c [fix-ref Infinities]
6606 The @kbd{m i} command enables an @dfn{Infinite mode} in which @expr{1 / 0}
6607 results in a special symbol that represents ``infinity.'' If you
6608 multiply infinity by zero, Calc uses another special new symbol to
6609 show that the answer is ``indeterminate.'' @xref{Infinities}, for
6610 further discussion of infinite and indeterminate values.
6611
6612 @node Modes Answer 1, Modes Answer 2, Algebraic Answer 3, Answers to Exercises
6613 @subsection Modes Tutorial Exercise 1
6614
6615 @noindent
6616 Calc always stores its numbers in decimal, so even though one-third has
6617 an exact base-3 representation (@samp{3#0.1}), it is still stored as
6618 0.3333333 (chopped off after 12 or however many decimal digits) inside
6619 the calculator's memory. When this inexact number is converted back
6620 to base 3 for display, it may still be slightly inexact. When we
6621 multiply this number by 3, we get 0.999999, also an inexact value.
6622
6623 When Calc displays a number in base 3, it has to decide how many digits
6624 to show. If the current precision is 12 (decimal) digits, that corresponds
6625 to @samp{12 / log10(3) = 25.15} base-3 digits. Because 25.15 is not an
6626 exact integer, Calc shows only 25 digits, with the result that stored
6627 numbers carry a little bit of extra information that may not show up on
6628 the screen. When Joe entered @samp{3#0.2}, the stored number 0.666666
6629 happened to round to a pleasing value when it lost that last 0.15 of a
6630 digit, but it was still inexact in Calc's memory. When he divided by 2,
6631 he still got the dreaded inexact value 0.333333. (Actually, he divided
6632 0.666667 by 2 to get 0.333334, which is why he got something a little
6633 higher than @code{3#0.1} instead of a little lower.)
6634
6635 If Joe didn't want to be bothered with all this, he could have typed
6636 @kbd{M-24 d n} to display with one less digit than the default. (If
6637 you give @kbd{d n} a negative argument, it uses default-minus-that,
6638 so @kbd{M-- d n} would be an easier way to get the same effect.) Those
6639 inexact results would still be lurking there, but they would now be
6640 rounded to nice, natural-looking values for display purposes. (Remember,
6641 @samp{0.022222} in base 3 is like @samp{0.099999} in base 10; rounding
6642 off one digit will round the number up to @samp{0.1}.) Depending on the
6643 nature of your work, this hiding of the inexactness may be a benefit or
6644 a danger. With the @kbd{d n} command, Calc gives you the choice.
6645
6646 Incidentally, another consequence of all this is that if you type
6647 @kbd{M-30 d n} to display more digits than are ``really there,''
6648 you'll see garbage digits at the end of the number. (In decimal
6649 display mode, with decimally-stored numbers, these garbage digits are
6650 always zero so they vanish and you don't notice them.) Because Calc
6651 rounds off that 0.15 digit, there is the danger that two numbers could
6652 be slightly different internally but still look the same. If you feel
6653 uneasy about this, set the @kbd{d n} precision to be a little higher
6654 than normal; you'll get ugly garbage digits, but you'll always be able
6655 to tell two distinct numbers apart.
6656
6657 An interesting side note is that most computers store their
6658 floating-point numbers in binary, and convert to decimal for display.
6659 Thus everyday programs have the same problem: Decimal 0.1 cannot be
6660 represented exactly in binary (try it: @kbd{0.1 d 2}), so @samp{0.1 * 10}
6661 comes out as an inexact approximation to 1 on some machines (though
6662 they generally arrange to hide it from you by rounding off one digit as
6663 we did above). Because Calc works in decimal instead of binary, you can
6664 be sure that numbers that look exact @emph{are} exact as long as you stay
6665 in decimal display mode.
6666
6667 It's not hard to show that any number that can be represented exactly
6668 in binary, octal, or hexadecimal is also exact in decimal, so the kinds
6669 of problems we saw in this exercise are likely to be severe only when
6670 you use a relatively unusual radix like 3.
6671
6672 @node Modes Answer 2, Modes Answer 3, Modes Answer 1, Answers to Exercises
6673 @subsection Modes Tutorial Exercise 2
6674
6675 If the radix is 15 or higher, we can't use the letter @samp{e} to mark
6676 the exponent because @samp{e} is interpreted as a digit. When Calc
6677 needs to display scientific notation in a high radix, it writes
6678 @samp{16#F.E8F*16.^15}. You can enter a number like this as an
6679 algebraic entry. Also, pressing @kbd{e} without any digits before it
6680 normally types @kbd{1e}, but in a high radix it types @kbd{16.^} and
6681 puts you in algebraic entry: @kbd{16#f.e8f @key{RET} e 15 @key{RET} *} is another
6682 way to enter this number.
6683
6684 The reason Calc puts a decimal point in the @samp{16.^} is to prevent
6685 huge integers from being generated if the exponent is large (consider
6686 @samp{16#1.23*16^1000}, where we compute @samp{16^1000} as a giant
6687 exact integer and then throw away most of the digits when we multiply
6688 it by the floating-point @samp{16#1.23}). While this wouldn't normally
6689 matter for display purposes, it could give you a nasty surprise if you
6690 copied that number into a file and later moved it back into Calc.
6691
6692 @node Modes Answer 3, Modes Answer 4, Modes Answer 2, Answers to Exercises
6693 @subsection Modes Tutorial Exercise 3
6694
6695 @noindent
6696 The answer he got was @expr{0.5000000000006399}.
6697
6698 The problem is not that the square operation is inexact, but that the
6699 sine of 45 that was already on the stack was accurate to only 12 places.
6700 Arbitrary-precision calculations still only give answers as good as
6701 their inputs.
6702
6703 The real problem is that there is no 12-digit number which, when
6704 squared, comes out to 0.5 exactly. The @kbd{f [} and @kbd{f ]}
6705 commands decrease or increase a number by one unit in the last
6706 place (according to the current precision). They are useful for
6707 determining facts like this.
6708
6709 @smallexample
6710 @group
6711 1: 0.707106781187 1: 0.500000000001
6712 . .
6713
6714 45 S 2 ^
6715
6716 @end group
6717 @end smallexample
6718 @noindent
6719 @smallexample
6720 @group
6721 1: 0.707106781187 1: 0.707106781186 1: 0.499999999999
6722 . . .
6723
6724 U @key{DEL} f [ 2 ^
6725 @end group
6726 @end smallexample
6727
6728 A high-precision calculation must be carried out in high precision
6729 all the way. The only number in the original problem which was known
6730 exactly was the quantity 45 degrees, so the precision must be raised
6731 before anything is done after the number 45 has been entered in order
6732 for the higher precision to be meaningful.
6733
6734 @node Modes Answer 4, Arithmetic Answer 1, Modes Answer 3, Answers to Exercises
6735 @subsection Modes Tutorial Exercise 4
6736
6737 @noindent
6738 Many calculations involve real-world quantities, like the width and
6739 height of a piece of wood or the volume of a jar. Such quantities
6740 can't be measured exactly anyway, and if the data that is input to
6741 a calculation is inexact, doing exact arithmetic on it is a waste
6742 of time.
6743
6744 Fractions become unwieldy after too many calculations have been
6745 done with them. For example, the sum of the reciprocals of the
6746 integers from 1 to 10 is 7381:2520. The sum from 1 to 30 is
6747 9304682830147:2329089562800. After a point it will take a long
6748 time to add even one more term to this sum, but a floating-point
6749 calculation of the sum will not have this problem.
6750
6751 Also, rational numbers cannot express the results of all calculations.
6752 There is no fractional form for the square root of two, so if you type
6753 @w{@kbd{2 Q}}, Calc has no choice but to give you a floating-point answer.
6754
6755 @node Arithmetic Answer 1, Arithmetic Answer 2, Modes Answer 4, Answers to Exercises
6756 @subsection Arithmetic Tutorial Exercise 1
6757
6758 @noindent
6759 Dividing two integers that are larger than the current precision may
6760 give a floating-point result that is inaccurate even when rounded
6761 down to an integer. Consider @expr{123456789 / 2} when the current
6762 precision is 6 digits. The true answer is @expr{61728394.5}, but
6763 with a precision of 6 this will be rounded to
6764 @texline @math{12345700.0/2.0 = 61728500.0}.
6765 @infoline @expr{12345700.@: / 2.@: = 61728500.}.
6766 The result, when converted to an integer, will be off by 106.
6767
6768 Here are two solutions: Raise the precision enough that the
6769 floating-point round-off error is strictly to the right of the
6770 decimal point. Or, convert to Fraction mode so that @expr{123456789 / 2}
6771 produces the exact fraction @expr{123456789:2}, which can be rounded
6772 down by the @kbd{F} command without ever switching to floating-point
6773 format.
6774
6775 @node Arithmetic Answer 2, Vector Answer 1, Arithmetic Answer 1, Answers to Exercises
6776 @subsection Arithmetic Tutorial Exercise 2
6777
6778 @noindent
6779 @kbd{27 @key{RET} 9 B} could give the exact result @expr{3:2}, but it
6780 does a floating-point calculation instead and produces @expr{1.5}.
6781
6782 Calc will find an exact result for a logarithm if the result is an integer
6783 or (when in Fraction mode) the reciprocal of an integer. But there is
6784 no efficient way to search the space of all possible rational numbers
6785 for an exact answer, so Calc doesn't try.
6786
6787 @node Vector Answer 1, Vector Answer 2, Arithmetic Answer 2, Answers to Exercises
6788 @subsection Vector Tutorial Exercise 1
6789
6790 @noindent
6791 Duplicate the vector, compute its length, then divide the vector
6792 by its length: @kbd{@key{RET} A /}.
6793
6794 @smallexample
6795 @group
6796 1: [1, 2, 3] 2: [1, 2, 3] 1: [0.27, 0.53, 0.80] 1: 1.
6797 . 1: 3.74165738677 . .
6798 .
6799
6800 r 1 @key{RET} A / A
6801 @end group
6802 @end smallexample
6803
6804 The final @kbd{A} command shows that the normalized vector does
6805 indeed have unit length.
6806
6807 @node Vector Answer 2, Matrix Answer 1, Vector Answer 1, Answers to Exercises
6808 @subsection Vector Tutorial Exercise 2
6809
6810 @noindent
6811 The average position is equal to the sum of the products of the
6812 positions times their corresponding probabilities. This is the
6813 definition of the dot product operation. So all you need to do
6814 is to put the two vectors on the stack and press @kbd{*}.
6815
6816 @node Matrix Answer 1, Matrix Answer 2, Vector Answer 2, Answers to Exercises
6817 @subsection Matrix Tutorial Exercise 1
6818
6819 @noindent
6820 The trick is to multiply by a vector of ones. Use @kbd{r 4 [1 1 1] *} to
6821 get the row sum. Similarly, use @kbd{[1 1] r 4 *} to get the column sum.
6822
6823 @node Matrix Answer 2, Matrix Answer 3, Matrix Answer 1, Answers to Exercises
6824 @subsection Matrix Tutorial Exercise 2
6825
6826 @ifnottex
6827 @example
6828 @group
6829 x + a y = 6
6830 x + b y = 10
6831 @end group
6832 @end example
6833 @end ifnottex
6834 @tex
6835 \beforedisplay
6836 $$ \eqalign{ x &+ a y = 6 \cr
6837 x &+ b y = 10}
6838 $$
6839 \afterdisplay
6840 @end tex
6841
6842 Just enter the righthand side vector, then divide by the lefthand side
6843 matrix as usual.
6844
6845 @smallexample
6846 @group
6847 1: [6, 10] 2: [6, 10] 1: [4 a / (a - b) + 6, 4 / (b - a) ]
6848 . 1: [ [ 1, a ] .
6849 [ 1, b ] ]
6850 .
6851
6852 ' [6 10] @key{RET} ' [1 a; 1 b] @key{RET} /
6853 @end group
6854 @end smallexample
6855
6856 This can be made more readable using @kbd{d B} to enable Big display
6857 mode:
6858
6859 @smallexample
6860 @group
6861 4 a 4
6862 1: [----- + 6, -----]
6863 a - b b - a
6864 @end group
6865 @end smallexample
6866
6867 Type @kbd{d N} to return to Normal display mode afterwards.
6868
6869 @node Matrix Answer 3, List Answer 1, Matrix Answer 2, Answers to Exercises
6870 @subsection Matrix Tutorial Exercise 3
6871
6872 @noindent
6873 To solve
6874 @texline @math{A^T A \, X = A^T B},
6875 @infoline @expr{trn(A) * A * X = trn(A) * B},
6876 first we compute
6877 @texline @math{A' = A^T A}
6878 @infoline @expr{A2 = trn(A) * A}
6879 and
6880 @texline @math{B' = A^T B};
6881 @infoline @expr{B2 = trn(A) * B};
6882 now, we have a system
6883 @texline @math{A' X = B'}
6884 @infoline @expr{A2 * X = B2}
6885 which we can solve using Calc's @samp{/} command.
6886
6887 @ifnottex
6888 @example
6889 @group
6890 a + 2b + 3c = 6
6891 4a + 5b + 6c = 2
6892 7a + 6b = 3
6893 2a + 4b + 6c = 11
6894 @end group
6895 @end example
6896 @end ifnottex
6897 @tex
6898 \beforedisplayh
6899 $$ \openup1\jot \tabskip=0pt plus1fil
6900 \halign to\displaywidth{\tabskip=0pt
6901 $\hfil#$&$\hfil{}#{}$&
6902 $\hfil#$&$\hfil{}#{}$&
6903 $\hfil#$&${}#\hfil$\tabskip=0pt plus1fil\cr
6904 a&+&2b&+&3c&=6 \cr
6905 4a&+&5b&+&6c&=2 \cr
6906 7a&+&6b& & &=3 \cr
6907 2a&+&4b&+&6c&=11 \cr}
6908 $$
6909 \afterdisplayh
6910 @end tex
6911
6912 The first step is to enter the coefficient matrix. We'll store it in
6913 quick variable number 7 for later reference. Next, we compute the
6914 @texline @math{B'}
6915 @infoline @expr{B2}
6916 vector.
6917
6918 @smallexample
6919 @group
6920 1: [ [ 1, 2, 3 ] 2: [ [ 1, 4, 7, 2 ] 1: [57, 84, 96]
6921 [ 4, 5, 6 ] [ 2, 5, 6, 4 ] .
6922 [ 7, 6, 0 ] [ 3, 6, 0, 6 ] ]
6923 [ 2, 4, 6 ] ] 1: [6, 2, 3, 11]
6924 . .
6925
6926 ' [1 2 3; 4 5 6; 7 6 0; 2 4 6] @key{RET} s 7 v t [6 2 3 11] *
6927 @end group
6928 @end smallexample
6929
6930 @noindent
6931 Now we compute the matrix
6932 @texline @math{A'}
6933 @infoline @expr{A2}
6934 and divide.
6935
6936 @smallexample
6937 @group
6938 2: [57, 84, 96] 1: [-11.64, 14.08, -3.64]
6939 1: [ [ 70, 72, 39 ] .
6940 [ 72, 81, 60 ]
6941 [ 39, 60, 81 ] ]
6942 .
6943
6944 r 7 v t r 7 * /
6945 @end group
6946 @end smallexample
6947
6948 @noindent
6949 (The actual computed answer will be slightly inexact due to
6950 round-off error.)
6951
6952 Notice that the answers are similar to those for the
6953 @texline @math{3\times3}
6954 @infoline 3x3
6955 system solved in the text. That's because the fourth equation that was
6956 added to the system is almost identical to the first one multiplied
6957 by two. (If it were identical, we would have gotten the exact same
6958 answer since the
6959 @texline @math{4\times3}
6960 @infoline 4x3
6961 system would be equivalent to the original
6962 @texline @math{3\times3}
6963 @infoline 3x3
6964 system.)
6965
6966 Since the first and fourth equations aren't quite equivalent, they
6967 can't both be satisfied at once. Let's plug our answers back into
6968 the original system of equations to see how well they match.
6969
6970 @smallexample
6971 @group
6972 2: [-11.64, 14.08, -3.64] 1: [5.6, 2., 3., 11.2]
6973 1: [ [ 1, 2, 3 ] .
6974 [ 4, 5, 6 ]
6975 [ 7, 6, 0 ]
6976 [ 2, 4, 6 ] ]
6977 .
6978
6979 r 7 @key{TAB} *
6980 @end group
6981 @end smallexample
6982
6983 @noindent
6984 This is reasonably close to our original @expr{B} vector,
6985 @expr{[6, 2, 3, 11]}.
6986
6987 @node List Answer 1, List Answer 2, Matrix Answer 3, Answers to Exercises
6988 @subsection List Tutorial Exercise 1
6989
6990 @noindent
6991 We can use @kbd{v x} to build a vector of integers. This needs to be
6992 adjusted to get the range of integers we desire. Mapping @samp{-}
6993 across the vector will accomplish this, although it turns out the
6994 plain @samp{-} key will work just as well.
6995
6996 @smallexample
6997 @group
6998 2: 2 2: 2
6999 1: [1, 2, 3, 4, 5, 6, 7, 8, 9] 1: [-4, -3, -2, -1, 0, 1, 2, 3, 4]
7000 . .
7001
7002 2 v x 9 @key{RET} 5 V M - or 5 -
7003 @end group
7004 @end smallexample
7005
7006 @noindent
7007 Now we use @kbd{V M ^} to map the exponentiation operator across the
7008 vector.
7009
7010 @smallexample
7011 @group
7012 1: [0.0625, 0.125, 0.25, 0.5, 1, 2, 4, 8, 16]
7013 .
7014
7015 V M ^
7016 @end group
7017 @end smallexample
7018
7019 @node List Answer 2, List Answer 3, List Answer 1, Answers to Exercises
7020 @subsection List Tutorial Exercise 2
7021
7022 @noindent
7023 Given @expr{x} and @expr{y} vectors in quick variables 1 and 2 as before,
7024 the first job is to form the matrix that describes the problem.
7025
7026 @ifnottex
7027 @example
7028 m*x + b*1 = y
7029 @end example
7030 @end ifnottex
7031 @tex
7032 \beforedisplay
7033 $$ m \times x + b \times 1 = y $$
7034 \afterdisplay
7035 @end tex
7036
7037 Thus we want a
7038 @texline @math{19\times2}
7039 @infoline 19x2
7040 matrix with our @expr{x} vector as one column and
7041 ones as the other column. So, first we build the column of ones, then
7042 we combine the two columns to form our @expr{A} matrix.
7043
7044 @smallexample
7045 @group
7046 2: [1.34, 1.41, 1.49, ... ] 1: [ [ 1.34, 1 ]
7047 1: [1, 1, 1, ...] [ 1.41, 1 ]
7048 . [ 1.49, 1 ]
7049 @dots{}
7050
7051 r 1 1 v b 19 @key{RET} M-2 v p v t s 3
7052 @end group
7053 @end smallexample
7054
7055 @noindent
7056 Now we compute
7057 @texline @math{A^T y}
7058 @infoline @expr{trn(A) * y}
7059 and
7060 @texline @math{A^T A}
7061 @infoline @expr{trn(A) * A}
7062 and divide.
7063
7064 @smallexample
7065 @group
7066 1: [33.36554, 13.613] 2: [33.36554, 13.613]
7067 . 1: [ [ 98.0003, 41.63 ]
7068 [ 41.63, 19 ] ]
7069 .
7070
7071 v t r 2 * r 3 v t r 3 *
7072 @end group
7073 @end smallexample
7074
7075 @noindent
7076 (Hey, those numbers look familiar!)
7077
7078 @smallexample
7079 @group
7080 1: [0.52141679, -0.425978]
7081 .
7082
7083 /
7084 @end group
7085 @end smallexample
7086
7087 Since we were solving equations of the form
7088 @texline @math{m \times x + b \times 1 = y},
7089 @infoline @expr{m*x + b*1 = y},
7090 these numbers should be @expr{m} and @expr{b}, respectively. Sure
7091 enough, they agree exactly with the result computed using @kbd{V M} and
7092 @kbd{V R}!
7093
7094 The moral of this story: @kbd{V M} and @kbd{V R} will probably solve
7095 your problem, but there is often an easier way using the higher-level
7096 arithmetic functions!
7097
7098 @c [fix-ref Curve Fitting]
7099 In fact, there is a built-in @kbd{a F} command that does least-squares
7100 fits. @xref{Curve Fitting}.
7101
7102 @node List Answer 3, List Answer 4, List Answer 2, Answers to Exercises
7103 @subsection List Tutorial Exercise 3
7104
7105 @noindent
7106 Move to one end of the list and press @kbd{C-@@} (or @kbd{C-@key{SPC}} or
7107 whatever) to set the mark, then move to the other end of the list
7108 and type @w{@kbd{C-x * g}}.
7109
7110 @smallexample
7111 @group
7112 1: [2.3, 6, 22, 15.1, 7, 15, 14, 7.5, 2.5]
7113 .
7114 @end group
7115 @end smallexample
7116
7117 To make things interesting, let's assume we don't know at a glance
7118 how many numbers are in this list. Then we could type:
7119
7120 @smallexample
7121 @group
7122 2: [2.3, 6, 22, ... ] 2: [2.3, 6, 22, ... ]
7123 1: [2.3, 6, 22, ... ] 1: 126356422.5
7124 . .
7125
7126 @key{RET} V R *
7127
7128 @end group
7129 @end smallexample
7130 @noindent
7131 @smallexample
7132 @group
7133 2: 126356422.5 2: 126356422.5 1: 7.94652913734
7134 1: [2.3, 6, 22, ... ] 1: 9 .
7135 . .
7136
7137 @key{TAB} v l I ^
7138 @end group
7139 @end smallexample
7140
7141 @noindent
7142 (The @kbd{I ^} command computes the @var{n}th root of a number.
7143 You could also type @kbd{& ^} to take the reciprocal of 9 and
7144 then raise the number to that power.)
7145
7146 @node List Answer 4, List Answer 5, List Answer 3, Answers to Exercises
7147 @subsection List Tutorial Exercise 4
7148
7149 @noindent
7150 A number @expr{j} is a divisor of @expr{n} if
7151 @texline @math{n \mathbin{\hbox{\code{\%}}} j = 0}.
7152 @infoline @samp{n % j = 0}.
7153 The first step is to get a vector that identifies the divisors.
7154
7155 @smallexample
7156 @group
7157 2: 30 2: [0, 0, 0, 2, ...] 1: [1, 1, 1, 0, ...]
7158 1: [1, 2, 3, 4, ...] 1: 0 .
7159 . .
7160
7161 30 @key{RET} v x 30 @key{RET} s 1 V M % 0 V M a = s 2
7162 @end group
7163 @end smallexample
7164
7165 @noindent
7166 This vector has 1's marking divisors of 30 and 0's marking non-divisors.
7167
7168 The zeroth divisor function is just the total number of divisors.
7169 The first divisor function is the sum of the divisors.
7170
7171 @smallexample
7172 @group
7173 1: 8 3: 8 2: 8 2: 8
7174 2: [1, 2, 3, 4, ...] 1: [1, 2, 3, 0, ...] 1: 72
7175 1: [1, 1, 1, 0, ...] . .
7176 .
7177
7178 V R + r 1 r 2 V M * V R +
7179 @end group
7180 @end smallexample
7181
7182 @noindent
7183 Once again, the last two steps just compute a dot product for which
7184 a simple @kbd{*} would have worked equally well.
7185
7186 @node List Answer 5, List Answer 6, List Answer 4, Answers to Exercises
7187 @subsection List Tutorial Exercise 5
7188
7189 @noindent
7190 The obvious first step is to obtain the list of factors with @kbd{k f}.
7191 This list will always be in sorted order, so if there are duplicates
7192 they will be right next to each other. A suitable method is to compare
7193 the list with a copy of itself shifted over by one.
7194
7195 @smallexample
7196 @group
7197 1: [3, 7, 7, 7, 19] 2: [3, 7, 7, 7, 19] 2: [3, 7, 7, 7, 19, 0]
7198 . 1: [3, 7, 7, 7, 19, 0] 1: [0, 3, 7, 7, 7, 19]
7199 . .
7200
7201 19551 k f @key{RET} 0 | @key{TAB} 0 @key{TAB} |
7202
7203 @end group
7204 @end smallexample
7205 @noindent
7206 @smallexample
7207 @group
7208 1: [0, 0, 1, 1, 0, 0] 1: 2 1: 0
7209 . . .
7210
7211 V M a = V R + 0 a =
7212 @end group
7213 @end smallexample
7214
7215 @noindent
7216 Note that we have to arrange for both vectors to have the same length
7217 so that the mapping operation works; no prime factor will ever be
7218 zero, so adding zeros on the left and right is safe. From then on
7219 the job is pretty straightforward.
7220
7221 Incidentally, Calc provides the
7222 @texline @dfn{M@"obius} @math{\mu}
7223 @infoline @dfn{Moebius mu}
7224 function which is zero if and only if its argument is square-free. It
7225 would be a much more convenient way to do the above test in practice.
7226
7227 @node List Answer 6, List Answer 7, List Answer 5, Answers to Exercises
7228 @subsection List Tutorial Exercise 6
7229
7230 @noindent
7231 First use @kbd{v x 6 @key{RET}} to get a list of integers, then @kbd{V M v x}
7232 to get a list of lists of integers!
7233
7234 @node List Answer 7, List Answer 8, List Answer 6, Answers to Exercises
7235 @subsection List Tutorial Exercise 7
7236
7237 @noindent
7238 Here's one solution. First, compute the triangular list from the previous
7239 exercise and type @kbd{1 -} to subtract one from all the elements.
7240
7241 @smallexample
7242 @group
7243 1: [ [0],
7244 [0, 1],
7245 [0, 1, 2],
7246 @dots{}
7247
7248 1 -
7249 @end group
7250 @end smallexample
7251
7252 The numbers down the lefthand edge of the list we desire are called
7253 the ``triangular numbers'' (now you know why!). The @expr{n}th
7254 triangular number is the sum of the integers from 1 to @expr{n}, and
7255 can be computed directly by the formula
7256 @texline @math{n (n+1) \over 2}.
7257 @infoline @expr{n * (n+1) / 2}.
7258
7259 @smallexample
7260 @group
7261 2: [ [0], [0, 1], ... ] 2: [ [0], [0, 1], ... ]
7262 1: [0, 1, 2, 3, 4, 5] 1: [0, 1, 3, 6, 10, 15]
7263 . .
7264
7265 v x 6 @key{RET} 1 - V M ' $ ($+1)/2 @key{RET}
7266 @end group
7267 @end smallexample
7268
7269 @noindent
7270 Adding this list to the above list of lists produces the desired
7271 result:
7272
7273 @smallexample
7274 @group
7275 1: [ [0],
7276 [1, 2],
7277 [3, 4, 5],
7278 [6, 7, 8, 9],
7279 [10, 11, 12, 13, 14],
7280 [15, 16, 17, 18, 19, 20] ]
7281 .
7282
7283 V M +
7284 @end group
7285 @end smallexample
7286
7287 If we did not know the formula for triangular numbers, we could have
7288 computed them using a @kbd{V U +} command. We could also have
7289 gotten them the hard way by mapping a reduction across the original
7290 triangular list.
7291
7292 @smallexample
7293 @group
7294 2: [ [0], [0, 1], ... ] 2: [ [0], [0, 1], ... ]
7295 1: [ [0], [0, 1], ... ] 1: [0, 1, 3, 6, 10, 15]
7296 . .
7297
7298 @key{RET} V M V R +
7299 @end group
7300 @end smallexample
7301
7302 @noindent
7303 (This means ``map a @kbd{V R +} command across the vector,'' and
7304 since each element of the main vector is itself a small vector,
7305 @kbd{V R +} computes the sum of its elements.)
7306
7307 @node List Answer 8, List Answer 9, List Answer 7, Answers to Exercises
7308 @subsection List Tutorial Exercise 8
7309
7310 @noindent
7311 The first step is to build a list of values of @expr{x}.
7312
7313 @smallexample
7314 @group
7315 1: [1, 2, 3, ..., 21] 1: [0, 1, 2, ..., 20] 1: [0, 0.25, 0.5, ..., 5]
7316 . . .
7317
7318 v x 21 @key{RET} 1 - 4 / s 1
7319 @end group
7320 @end smallexample
7321
7322 Next, we compute the Bessel function values.
7323
7324 @smallexample
7325 @group
7326 1: [0., 0.124, 0.242, ..., -0.328]
7327 .
7328
7329 V M ' besJ(1,$) @key{RET}
7330 @end group
7331 @end smallexample
7332
7333 @noindent
7334 (Another way to do this would be @kbd{1 @key{TAB} V M f j}.)
7335
7336 A way to isolate the maximum value is to compute the maximum using
7337 @kbd{V R X}, then compare all the Bessel values with that maximum.
7338
7339 @smallexample
7340 @group
7341 2: [0., 0.124, 0.242, ... ] 1: [0, 0, 0, ... ] 2: [0, 0, 0, ... ]
7342 1: 0.5801562 . 1: 1
7343 . .
7344
7345 @key{RET} V R X V M a = @key{RET} V R + @key{DEL}
7346 @end group
7347 @end smallexample
7348
7349 @noindent
7350 It's a good idea to verify, as in the last step above, that only
7351 one value is equal to the maximum. (After all, a plot of
7352 @texline @math{\sin x}
7353 @infoline @expr{sin(x)}
7354 might have many points all equal to the maximum value, 1.)
7355
7356 The vector we have now has a single 1 in the position that indicates
7357 the maximum value of @expr{x}. Now it is a simple matter to convert
7358 this back into the corresponding value itself.
7359
7360 @smallexample
7361 @group
7362 2: [0, 0, 0, ... ] 1: [0, 0., 0., ... ] 1: 1.75
7363 1: [0, 0.25, 0.5, ... ] . .
7364 .
7365
7366 r 1 V M * V R +
7367 @end group
7368 @end smallexample
7369
7370 If @kbd{a =} had produced more than one @expr{1} value, this method
7371 would have given the sum of all maximum @expr{x} values; not very
7372 useful! In this case we could have used @kbd{v m} (@code{calc-mask-vector})
7373 instead. This command deletes all elements of a ``data'' vector that
7374 correspond to zeros in a ``mask'' vector, leaving us with, in this
7375 example, a vector of maximum @expr{x} values.
7376
7377 The built-in @kbd{a X} command maximizes a function using more
7378 efficient methods. Just for illustration, let's use @kbd{a X}
7379 to maximize @samp{besJ(1,x)} over this same interval.
7380
7381 @smallexample
7382 @group
7383 2: besJ(1, x) 1: [1.84115, 0.581865]
7384 1: [0 .. 5] .
7385 .
7386
7387 ' besJ(1,x), [0..5] @key{RET} a X x @key{RET}
7388 @end group
7389 @end smallexample
7390
7391 @noindent
7392 The output from @kbd{a X} is a vector containing the value of @expr{x}
7393 that maximizes the function, and the function's value at that maximum.
7394 As you can see, our simple search got quite close to the right answer.
7395
7396 @node List Answer 9, List Answer 10, List Answer 8, Answers to Exercises
7397 @subsection List Tutorial Exercise 9
7398
7399 @noindent
7400 Step one is to convert our integer into vector notation.
7401
7402 @smallexample
7403 @group
7404 1: 25129925999 3: 25129925999
7405 . 2: 10
7406 1: [11, 10, 9, ..., 1, 0]
7407 .
7408
7409 25129925999 @key{RET} 10 @key{RET} 12 @key{RET} v x 12 @key{RET} -
7410
7411 @end group
7412 @end smallexample
7413 @noindent
7414 @smallexample
7415 @group
7416 1: 25129925999 1: [0, 2, 25, 251, 2512, ... ]
7417 2: [100000000000, ... ] .
7418 .
7419
7420 V M ^ s 1 V M \
7421 @end group
7422 @end smallexample
7423
7424 @noindent
7425 (Recall, the @kbd{\} command computes an integer quotient.)
7426
7427 @smallexample
7428 @group
7429 1: [0, 2, 5, 1, 2, 9, 9, 2, 5, 9, 9, 9]
7430 .
7431
7432 10 V M % s 2
7433 @end group
7434 @end smallexample
7435
7436 Next we must increment this number. This involves adding one to
7437 the last digit, plus handling carries. There is a carry to the
7438 left out of a digit if that digit is a nine and all the digits to
7439 the right of it are nines.
7440
7441 @smallexample
7442 @group
7443 1: [0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1] 1: [1, 1, 1, 0, 0, 1, ... ]
7444 . .
7445
7446 9 V M a = v v
7447
7448 @end group
7449 @end smallexample
7450 @noindent
7451 @smallexample
7452 @group
7453 1: [1, 1, 1, 0, 0, 0, ... ] 1: [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
7454 . .
7455
7456 V U * v v 1 |
7457 @end group
7458 @end smallexample
7459
7460 @noindent
7461 Accumulating @kbd{*} across a vector of ones and zeros will preserve
7462 only the initial run of ones. These are the carries into all digits
7463 except the rightmost digit. Concatenating a one on the right takes
7464 care of aligning the carries properly, and also adding one to the
7465 rightmost digit.
7466
7467 @smallexample
7468 @group
7469 2: [0, 0, 0, 0, ... ] 1: [0, 0, 2, 5, 1, 2, 9, 9, 2, 6, 0, 0, 0]
7470 1: [0, 0, 2, 5, ... ] .
7471 .
7472
7473 0 r 2 | V M + 10 V M %
7474 @end group
7475 @end smallexample
7476
7477 @noindent
7478 Here we have concatenated 0 to the @emph{left} of the original number;
7479 this takes care of shifting the carries by one with respect to the
7480 digits that generated them.
7481
7482 Finally, we must convert this list back into an integer.
7483
7484 @smallexample
7485 @group
7486 3: [0, 0, 2, 5, ... ] 2: [0, 0, 2, 5, ... ]
7487 2: 1000000000000 1: [1000000000000, 100000000000, ... ]
7488 1: [100000000000, ... ] .
7489 .
7490
7491 10 @key{RET} 12 ^ r 1 |
7492
7493 @end group
7494 @end smallexample
7495 @noindent
7496 @smallexample
7497 @group
7498 1: [0, 0, 20000000000, 5000000000, ... ] 1: 25129926000
7499 . .
7500
7501 V M * V R +
7502 @end group
7503 @end smallexample
7504
7505 @noindent
7506 Another way to do this final step would be to reduce the formula
7507 @w{@samp{10 $$ + $}} across the vector of digits.
7508
7509 @smallexample
7510 @group
7511 1: [0, 0, 2, 5, ... ] 1: 25129926000
7512 . .
7513
7514 V R ' 10 $$ + $ @key{RET}
7515 @end group
7516 @end smallexample
7517
7518 @node List Answer 10, List Answer 11, List Answer 9, Answers to Exercises
7519 @subsection List Tutorial Exercise 10
7520
7521 @noindent
7522 For the list @expr{[a, b, c, d]}, the result is @expr{((a = b) = c) = d},
7523 which will compare @expr{a} and @expr{b} to produce a 1 or 0, which is
7524 then compared with @expr{c} to produce another 1 or 0, which is then
7525 compared with @expr{d}. This is not at all what Joe wanted.
7526
7527 Here's a more correct method:
7528
7529 @smallexample
7530 @group
7531 1: [7, 7, 7, 8, 7] 2: [7, 7, 7, 8, 7]
7532 . 1: 7
7533 .
7534
7535 ' [7,7,7,8,7] @key{RET} @key{RET} v r 1 @key{RET}
7536
7537 @end group
7538 @end smallexample
7539 @noindent
7540 @smallexample
7541 @group
7542 1: [1, 1, 1, 0, 1] 1: 0
7543 . .
7544
7545 V M a = V R *
7546 @end group
7547 @end smallexample
7548
7549 @node List Answer 11, List Answer 12, List Answer 10, Answers to Exercises
7550 @subsection List Tutorial Exercise 11
7551
7552 @noindent
7553 The circle of unit radius consists of those points @expr{(x,y)} for which
7554 @expr{x^2 + y^2 < 1}. We start by generating a vector of @expr{x^2}
7555 and a vector of @expr{y^2}.
7556
7557 We can make this go a bit faster by using the @kbd{v .} and @kbd{t .}
7558 commands.
7559
7560 @smallexample
7561 @group
7562 2: [2., 2., ..., 2.] 2: [2., 2., ..., 2.]
7563 1: [2., 2., ..., 2.] 1: [1.16, 1.98, ..., 0.81]
7564 . .
7565
7566 v . t . 2. v b 100 @key{RET} @key{RET} V M k r
7567
7568 @end group
7569 @end smallexample
7570 @noindent
7571 @smallexample
7572 @group
7573 2: [2., 2., ..., 2.] 1: [0.026, 0.96, ..., 0.036]
7574 1: [0.026, 0.96, ..., 0.036] 2: [0.53, 0.81, ..., 0.094]
7575 . .
7576
7577 1 - 2 V M ^ @key{TAB} V M k r 1 - 2 V M ^
7578 @end group
7579 @end smallexample
7580
7581 Now we sum the @expr{x^2} and @expr{y^2} values, compare with 1 to
7582 get a vector of 1/0 truth values, then sum the truth values.
7583
7584 @smallexample
7585 @group
7586 1: [0.56, 1.78, ..., 0.13] 1: [1, 0, ..., 1] 1: 84
7587 . . .
7588
7589 + 1 V M a < V R +
7590 @end group
7591 @end smallexample
7592
7593 @noindent
7594 The ratio @expr{84/100} should approximate the ratio @cpiover{4}.
7595
7596 @smallexample
7597 @group
7598 1: 0.84 1: 3.36 2: 3.36 1: 1.0695
7599 . . 1: 3.14159 .
7600
7601 100 / 4 * P /
7602 @end group
7603 @end smallexample
7604
7605 @noindent
7606 Our estimate, 3.36, is off by about 7%. We could get a better estimate
7607 by taking more points (say, 1000), but it's clear that this method is
7608 not very efficient!
7609
7610 (Naturally, since this example uses random numbers your own answer
7611 will be slightly different from the one shown here!)
7612
7613 If you typed @kbd{v .} and @kbd{t .} before, type them again to
7614 return to full-sized display of vectors.
7615
7616 @node List Answer 12, List Answer 13, List Answer 11, Answers to Exercises
7617 @subsection List Tutorial Exercise 12
7618
7619 @noindent
7620 This problem can be made a lot easier by taking advantage of some
7621 symmetries. First of all, after some thought it's clear that the
7622 @expr{y} axis can be ignored altogether. Just pick a random @expr{x}
7623 component for one end of the match, pick a random direction
7624 @texline @math{\theta},
7625 @infoline @expr{theta},
7626 and see if @expr{x} and
7627 @texline @math{x + \cos \theta}
7628 @infoline @expr{x + cos(theta)}
7629 (which is the @expr{x} coordinate of the other endpoint) cross a line.
7630 The lines are at integer coordinates, so this happens when the two
7631 numbers surround an integer.
7632
7633 Since the two endpoints are equivalent, we may as well choose the leftmost
7634 of the two endpoints as @expr{x}. Then @expr{theta} is an angle pointing
7635 to the right, in the range -90 to 90 degrees. (We could use radians, but
7636 it would feel like cheating to refer to @cpiover{2} radians while trying
7637 to estimate @cpi{}!)
7638
7639 In fact, since the field of lines is infinite we can choose the
7640 coordinates 0 and 1 for the lines on either side of the leftmost
7641 endpoint. The rightmost endpoint will be between 0 and 1 if the
7642 match does not cross a line, or between 1 and 2 if it does. So:
7643 Pick random @expr{x} and
7644 @texline @math{\theta},
7645 @infoline @expr{theta},
7646 compute
7647 @texline @math{x + \cos \theta},
7648 @infoline @expr{x + cos(theta)},
7649 and count how many of the results are greater than one. Simple!
7650
7651 We can make this go a bit faster by using the @kbd{v .} and @kbd{t .}
7652 commands.
7653
7654 @smallexample
7655 @group
7656 1: [0.52, 0.71, ..., 0.72] 2: [0.52, 0.71, ..., 0.72]
7657 . 1: [78.4, 64.5, ..., -42.9]
7658 .
7659
7660 v . t . 1. v b 100 @key{RET} V M k r 180. v b 100 @key{RET} V M k r 90 -
7661 @end group
7662 @end smallexample
7663
7664 @noindent
7665 (The next step may be slow, depending on the speed of your computer.)
7666
7667 @smallexample
7668 @group
7669 2: [0.52, 0.71, ..., 0.72] 1: [0.72, 1.14, ..., 1.45]
7670 1: [0.20, 0.43, ..., 0.73] .
7671 .
7672
7673 m d V M C +
7674
7675 @end group
7676 @end smallexample
7677 @noindent
7678 @smallexample
7679 @group
7680 1: [0, 1, ..., 1] 1: 0.64 1: 3.125
7681 . . .
7682
7683 1 V M a > V R + 100 / 2 @key{TAB} /
7684 @end group
7685 @end smallexample
7686
7687 Let's try the third method, too. We'll use random integers up to
7688 one million. The @kbd{k r} command with an integer argument picks
7689 a random integer.
7690
7691 @smallexample
7692 @group
7693 2: [1000000, 1000000, ..., 1000000] 2: [78489, 527587, ..., 814975]
7694 1: [1000000, 1000000, ..., 1000000] 1: [324014, 358783, ..., 955450]
7695 . .
7696
7697 1000000 v b 100 @key{RET} @key{RET} V M k r @key{TAB} V M k r
7698
7699 @end group
7700 @end smallexample
7701 @noindent
7702 @smallexample
7703 @group
7704 1: [1, 1, ..., 25] 1: [1, 1, ..., 0] 1: 0.56
7705 . . .
7706
7707 V M k g 1 V M a = V R + 100 /
7708
7709 @end group
7710 @end smallexample
7711 @noindent
7712 @smallexample
7713 @group
7714 1: 10.714 1: 3.273
7715 . .
7716
7717 6 @key{TAB} / Q
7718 @end group
7719 @end smallexample
7720
7721 For a proof of this property of the GCD function, see section 4.5.2,
7722 exercise 10, of Knuth's @emph{Art of Computer Programming}, volume II.
7723
7724 If you typed @kbd{v .} and @kbd{t .} before, type them again to
7725 return to full-sized display of vectors.
7726
7727 @node List Answer 13, List Answer 14, List Answer 12, Answers to Exercises
7728 @subsection List Tutorial Exercise 13
7729
7730 @noindent
7731 First, we put the string on the stack as a vector of ASCII codes.
7732
7733 @smallexample
7734 @group
7735 1: [84, 101, 115, ..., 51]
7736 .
7737
7738 "Testing, 1, 2, 3 @key{RET}
7739 @end group
7740 @end smallexample
7741
7742 @noindent
7743 Note that the @kbd{"} key, like @kbd{$}, initiates algebraic entry so
7744 there was no need to type an apostrophe. Also, Calc didn't mind that
7745 we omitted the closing @kbd{"}. (The same goes for all closing delimiters
7746 like @kbd{)} and @kbd{]} at the end of a formula.
7747
7748 We'll show two different approaches here. In the first, we note that
7749 if the input vector is @expr{[a, b, c, d]}, then the hash code is
7750 @expr{3 (3 (3a + b) + c) + d = 27a + 9b + 3c + d}. In other words,
7751 it's a sum of descending powers of three times the ASCII codes.
7752
7753 @smallexample
7754 @group
7755 2: [84, 101, 115, ..., 51] 2: [84, 101, 115, ..., 51]
7756 1: 16 1: [15, 14, 13, ..., 0]
7757 . .
7758
7759 @key{RET} v l v x 16 @key{RET} -
7760
7761 @end group
7762 @end smallexample
7763 @noindent
7764 @smallexample
7765 @group
7766 2: [84, 101, 115, ..., 51] 1: 1960915098 1: 121
7767 1: [14348907, ..., 1] . .
7768 .
7769
7770 3 @key{TAB} V M ^ * 511 %
7771 @end group
7772 @end smallexample
7773
7774 @noindent
7775 Once again, @kbd{*} elegantly summarizes most of the computation.
7776 But there's an even more elegant approach: Reduce the formula
7777 @kbd{3 $$ + $} across the vector. Recall that this represents a
7778 function of two arguments that computes its first argument times three
7779 plus its second argument.
7780
7781 @smallexample
7782 @group
7783 1: [84, 101, 115, ..., 51] 1: 1960915098
7784 . .
7785
7786 "Testing, 1, 2, 3 @key{RET} V R ' 3$$+$ @key{RET}
7787 @end group
7788 @end smallexample
7789
7790 @noindent
7791 If you did the decimal arithmetic exercise, this will be familiar.
7792 Basically, we're turning a base-3 vector of digits into an integer,
7793 except that our ``digits'' are much larger than real digits.
7794
7795 Instead of typing @kbd{511 %} again to reduce the result, we can be
7796 cleverer still and notice that rather than computing a huge integer
7797 and taking the modulo at the end, we can take the modulo at each step
7798 without affecting the result. While this means there are more
7799 arithmetic operations, the numbers we operate on remain small so
7800 the operations are faster.
7801
7802 @smallexample
7803 @group
7804 1: [84, 101, 115, ..., 51] 1: 121
7805 . .
7806
7807 "Testing, 1, 2, 3 @key{RET} V R ' (3$$+$)%511 @key{RET}
7808 @end group
7809 @end smallexample
7810
7811 Why does this work? Think about a two-step computation:
7812 @w{@expr{3 (3a + b) + c}}. Taking a result modulo 511 basically means
7813 subtracting off enough 511's to put the result in the desired range.
7814 So the result when we take the modulo after every step is,
7815
7816 @ifnottex
7817 @example
7818 3 (3 a + b - 511 m) + c - 511 n
7819 @end example
7820 @end ifnottex
7821 @tex
7822 \beforedisplay
7823 $$ 3 (3 a + b - 511 m) + c - 511 n $$
7824 \afterdisplay
7825 @end tex
7826
7827 @noindent
7828 for some suitable integers @expr{m} and @expr{n}. Expanding out by
7829 the distributive law yields
7830
7831 @ifnottex
7832 @example
7833 9 a + 3 b + c - 511*3 m - 511 n
7834 @end example
7835 @end ifnottex
7836 @tex
7837 \beforedisplay
7838 $$ 9 a + 3 b + c - 511\times3 m - 511 n $$
7839 \afterdisplay
7840 @end tex
7841
7842 @noindent
7843 The @expr{m} term in the latter formula is redundant because any
7844 contribution it makes could just as easily be made by the @expr{n}
7845 term. So we can take it out to get an equivalent formula with
7846 @expr{n' = 3m + n},
7847
7848 @ifnottex
7849 @example
7850 9 a + 3 b + c - 511 n'
7851 @end example
7852 @end ifnottex
7853 @tex
7854 \beforedisplay
7855 $$ 9 a + 3 b + c - 511 n^{\prime} $$
7856 \afterdisplay
7857 @end tex
7858
7859 @noindent
7860 which is just the formula for taking the modulo only at the end of
7861 the calculation. Therefore the two methods are essentially the same.
7862
7863 Later in the tutorial we will encounter @dfn{modulo forms}, which
7864 basically automate the idea of reducing every intermediate result
7865 modulo some value @var{m}.
7866
7867 @node List Answer 14, Types Answer 1, List Answer 13, Answers to Exercises
7868 @subsection List Tutorial Exercise 14
7869
7870 We want to use @kbd{H V U} to nest a function which adds a random
7871 step to an @expr{(x,y)} coordinate. The function is a bit long, but
7872 otherwise the problem is quite straightforward.
7873
7874 @smallexample
7875 @group
7876 2: [0, 0] 1: [ [ 0, 0 ]
7877 1: 50 [ 0.4288, -0.1695 ]
7878 . [ -0.4787, -0.9027 ]
7879 ...
7880
7881 [0,0] 50 H V U ' <# + [random(2.0)-1, random(2.0)-1]> @key{RET}
7882 @end group
7883 @end smallexample
7884
7885 Just as the text recommended, we used @samp{< >} nameless function
7886 notation to keep the two @code{random} calls from being evaluated
7887 before nesting even begins.
7888
7889 We now have a vector of @expr{[x, y]} sub-vectors, which by Calc's
7890 rules acts like a matrix. We can transpose this matrix and unpack
7891 to get a pair of vectors, @expr{x} and @expr{y}, suitable for graphing.
7892
7893 @smallexample
7894 @group
7895 2: [ 0, 0.4288, -0.4787, ... ]
7896 1: [ 0, -0.1696, -0.9027, ... ]
7897 .
7898
7899 v t v u g f
7900 @end group
7901 @end smallexample
7902
7903 Incidentally, because the @expr{x} and @expr{y} are completely
7904 independent in this case, we could have done two separate commands
7905 to create our @expr{x} and @expr{y} vectors of numbers directly.
7906
7907 To make a random walk of unit steps, we note that @code{sincos} of
7908 a random direction exactly gives us an @expr{[x, y]} step of unit
7909 length; in fact, the new nesting function is even briefer, though
7910 we might want to lower the precision a bit for it.
7911
7912 @smallexample
7913 @group
7914 2: [0, 0] 1: [ [ 0, 0 ]
7915 1: 50 [ 0.1318, 0.9912 ]
7916 . [ -0.5965, 0.3061 ]
7917 ...
7918
7919 [0,0] 50 m d p 6 @key{RET} H V U ' <# + sincos(random(360.0))> @key{RET}
7920 @end group
7921 @end smallexample
7922
7923 Another @kbd{v t v u g f} sequence will graph this new random walk.
7924
7925 An interesting twist on these random walk functions would be to use
7926 complex numbers instead of 2-vectors to represent points on the plane.
7927 In the first example, we'd use something like @samp{random + random*(0,1)},
7928 and in the second we could use polar complex numbers with random phase
7929 angles. (This exercise was first suggested in this form by Randal
7930 Schwartz.)
7931
7932 @node Types Answer 1, Types Answer 2, List Answer 14, Answers to Exercises
7933 @subsection Types Tutorial Exercise 1
7934
7935 @noindent
7936 If the number is the square root of @cpi{} times a rational number,
7937 then its square, divided by @cpi{}, should be a rational number.
7938
7939 @smallexample
7940 @group
7941 1: 1.26508260337 1: 0.509433962268 1: 2486645810:4881193627
7942 . . .
7943
7944 2 ^ P / c F
7945 @end group
7946 @end smallexample
7947
7948 @noindent
7949 Technically speaking this is a rational number, but not one that is
7950 likely to have arisen in the original problem. More likely, it just
7951 happens to be the fraction which most closely represents some
7952 irrational number to within 12 digits.
7953
7954 But perhaps our result was not quite exact. Let's reduce the
7955 precision slightly and try again:
7956
7957 @smallexample
7958 @group
7959 1: 0.509433962268 1: 27:53
7960 . .
7961
7962 U p 10 @key{RET} c F
7963 @end group
7964 @end smallexample
7965
7966 @noindent
7967 Aha! It's unlikely that an irrational number would equal a fraction
7968 this simple to within ten digits, so our original number was probably
7969 @texline @math{\sqrt{27 \pi / 53}}.
7970 @infoline @expr{sqrt(27 pi / 53)}.
7971
7972 Notice that we didn't need to re-round the number when we reduced the
7973 precision. Remember, arithmetic operations always round their inputs
7974 to the current precision before they begin.
7975
7976 @node Types Answer 2, Types Answer 3, Types Answer 1, Answers to Exercises
7977 @subsection Types Tutorial Exercise 2
7978
7979 @noindent
7980 @samp{inf / inf = nan}. Perhaps @samp{1} is the ``obvious'' answer.
7981 But if @w{@samp{17 inf = inf}}, then @samp{17 inf / inf = inf / inf = 17}, too.
7982
7983 @samp{exp(inf) = inf}. It's tempting to say that the exponential
7984 of infinity must be ``bigger'' than ``regular'' infinity, but as
7985 far as Calc is concerned all infinities are the same size.
7986 In other words, as @expr{x} goes to infinity, @expr{e^x} also goes
7987 to infinity, but the fact the @expr{e^x} grows much faster than
7988 @expr{x} is not relevant here.
7989
7990 @samp{exp(-inf) = 0}. Here we have a finite answer even though
7991 the input is infinite.
7992
7993 @samp{sqrt(-inf) = (0, 1) inf}. Remember that @expr{(0, 1)}
7994 represents the imaginary number @expr{i}. Here's a derivation:
7995 @samp{sqrt(-inf) = @w{sqrt((-1) * inf)} = sqrt(-1) * sqrt(inf)}.
7996 The first part is, by definition, @expr{i}; the second is @code{inf}
7997 because, once again, all infinities are the same size.
7998
7999 @samp{sqrt(uinf) = uinf}. In fact, we do know something about the
8000 direction because @code{sqrt} is defined to return a value in the
8001 right half of the complex plane. But Calc has no notation for this,
8002 so it settles for the conservative answer @code{uinf}.
8003
8004 @samp{abs(uinf) = inf}. No matter which direction @expr{x} points,
8005 @samp{abs(x)} always points along the positive real axis.
8006
8007 @samp{ln(0) = -inf}. Here we have an infinite answer to a finite
8008 input. As in the @expr{1 / 0} case, Calc will only use infinities
8009 here if you have turned on Infinite mode. Otherwise, it will
8010 treat @samp{ln(0)} as an error.
8011
8012 @node Types Answer 3, Types Answer 4, Types Answer 2, Answers to Exercises
8013 @subsection Types Tutorial Exercise 3
8014
8015 @noindent
8016 We can make @samp{inf - inf} be any real number we like, say,
8017 @expr{a}, just by claiming that we added @expr{a} to the first
8018 infinity but not to the second. This is just as true for complex
8019 values of @expr{a}, so @code{nan} can stand for a complex number.
8020 (And, similarly, @code{uinf} can stand for an infinity that points
8021 in any direction in the complex plane, such as @samp{(0, 1) inf}).
8022
8023 In fact, we can multiply the first @code{inf} by two. Surely
8024 @w{@samp{2 inf - inf = inf}}, but also @samp{2 inf - inf = inf - inf = nan}.
8025 So @code{nan} can even stand for infinity. Obviously it's just
8026 as easy to make it stand for minus infinity as for plus infinity.
8027
8028 The moral of this story is that ``infinity'' is a slippery fish
8029 indeed, and Calc tries to handle it by having a very simple model
8030 for infinities (only the direction counts, not the ``size''); but
8031 Calc is careful to write @code{nan} any time this simple model is
8032 unable to tell what the true answer is.
8033
8034 @node Types Answer 4, Types Answer 5, Types Answer 3, Answers to Exercises
8035 @subsection Types Tutorial Exercise 4
8036
8037 @smallexample
8038 @group
8039 2: 0@@ 47' 26" 1: 0@@ 2' 47.411765"
8040 1: 17 .
8041 .
8042
8043 0@@ 47' 26" @key{RET} 17 /
8044 @end group
8045 @end smallexample
8046
8047 @noindent
8048 The average song length is two minutes and 47.4 seconds.
8049
8050 @smallexample
8051 @group
8052 2: 0@@ 2' 47.411765" 1: 0@@ 3' 7.411765" 1: 0@@ 53' 6.000005"
8053 1: 0@@ 0' 20" . .
8054 .
8055
8056 20" + 17 *
8057 @end group
8058 @end smallexample
8059
8060 @noindent
8061 The album would be 53 minutes and 6 seconds long.
8062
8063 @node Types Answer 5, Types Answer 6, Types Answer 4, Answers to Exercises
8064 @subsection Types Tutorial Exercise 5
8065
8066 @noindent
8067 Let's suppose it's January 14, 1991. The easiest thing to do is
8068 to keep trying 13ths of months until Calc reports a Friday.
8069 We can do this by manually entering dates, or by using @kbd{t I}:
8070
8071 @smallexample
8072 @group
8073 1: <Wed Feb 13, 1991> 1: <Wed Mar 13, 1991> 1: <Sat Apr 13, 1991>
8074 . . .
8075
8076 ' <2/13> @key{RET} @key{DEL} ' <3/13> @key{RET} t I
8077 @end group
8078 @end smallexample
8079
8080 @noindent
8081 (Calc assumes the current year if you don't say otherwise.)
8082
8083 This is getting tedious---we can keep advancing the date by typing
8084 @kbd{t I} over and over again, but let's automate the job by using
8085 vector mapping. The @kbd{t I} command actually takes a second
8086 ``how-many-months'' argument, which defaults to one. This
8087 argument is exactly what we want to map over:
8088
8089 @smallexample
8090 @group
8091 2: <Sat Apr 13, 1991> 1: [<Mon May 13, 1991>, <Thu Jun 13, 1991>,
8092 1: [1, 2, 3, 4, 5, 6] <Sat Jul 13, 1991>, <Tue Aug 13, 1991>,
8093 . <Fri Sep 13, 1991>, <Sun Oct 13, 1991>]
8094 .
8095
8096 v x 6 @key{RET} V M t I
8097 @end group
8098 @end smallexample
8099
8100 @noindent
8101 Et voil@`a, September 13, 1991 is a Friday.
8102
8103 @smallexample
8104 @group
8105 1: 242
8106 .
8107
8108 ' <sep 13> - <jan 14> @key{RET}
8109 @end group
8110 @end smallexample
8111
8112 @noindent
8113 And the answer to our original question: 242 days to go.
8114
8115 @node Types Answer 6, Types Answer 7, Types Answer 5, Answers to Exercises
8116 @subsection Types Tutorial Exercise 6
8117
8118 @noindent
8119 The full rule for leap years is that they occur in every year divisible
8120 by four, except that they don't occur in years divisible by 100, except
8121 that they @emph{do} in years divisible by 400. We could work out the
8122 answer by carefully counting the years divisible by four and the
8123 exceptions, but there is a much simpler way that works even if we
8124 don't know the leap year rule.
8125
8126 Let's assume the present year is 1991. Years have 365 days, except
8127 that leap years (whenever they occur) have 366 days. So let's count
8128 the number of days between now and then, and compare that to the
8129 number of years times 365. The number of extra days we find must be
8130 equal to the number of leap years there were.
8131
8132 @smallexample
8133 @group
8134 1: <Mon Jan 1, 10001> 2: <Mon Jan 1, 10001> 1: 2925593
8135 . 1: <Tue Jan 1, 1991> .
8136 .
8137
8138 ' <jan 1 10001> @key{RET} ' <jan 1 1991> @key{RET} -
8139
8140 @end group
8141 @end smallexample
8142 @noindent
8143 @smallexample
8144 @group
8145 3: 2925593 2: 2925593 2: 2925593 1: 1943
8146 2: 10001 1: 8010 1: 2923650 .
8147 1: 1991 . .
8148 .
8149
8150 10001 @key{RET} 1991 - 365 * -
8151 @end group
8152 @end smallexample
8153
8154 @c [fix-ref Date Forms]
8155 @noindent
8156 There will be 1943 leap years before the year 10001. (Assuming,
8157 of course, that the algorithm for computing leap years remains
8158 unchanged for that long. @xref{Date Forms}, for some interesting
8159 background information in that regard.)
8160
8161 @node Types Answer 7, Types Answer 8, Types Answer 6, Answers to Exercises
8162 @subsection Types Tutorial Exercise 7
8163
8164 @noindent
8165 The relative errors must be converted to absolute errors so that
8166 @samp{+/-} notation may be used.
8167
8168 @smallexample
8169 @group
8170 1: 1. 2: 1.
8171 . 1: 0.2
8172 .
8173
8174 20 @key{RET} .05 * 4 @key{RET} .05 *
8175 @end group
8176 @end smallexample
8177
8178 Now we simply chug through the formula.
8179
8180 @smallexample
8181 @group
8182 1: 19.7392088022 1: 394.78 +/- 19.739 1: 6316.5 +/- 706.21
8183 . . .
8184
8185 2 P 2 ^ * 20 p 1 * 4 p .2 @key{RET} 2 ^ *
8186 @end group
8187 @end smallexample
8188
8189 It turns out the @kbd{v u} command will unpack an error form as
8190 well as a vector. This saves us some retyping of numbers.
8191
8192 @smallexample
8193 @group
8194 3: 6316.5 +/- 706.21 2: 6316.5 +/- 706.21
8195 2: 6316.5 1: 0.1118
8196 1: 706.21 .
8197 .
8198
8199 @key{RET} v u @key{TAB} /
8200 @end group
8201 @end smallexample
8202
8203 @noindent
8204 Thus the volume is 6316 cubic centimeters, within about 11 percent.
8205
8206 @node Types Answer 8, Types Answer 9, Types Answer 7, Answers to Exercises
8207 @subsection Types Tutorial Exercise 8
8208
8209 @noindent
8210 The first answer is pretty simple: @samp{1 / (0 .. 10) = (0.1 .. inf)}.
8211 Since a number in the interval @samp{(0 .. 10)} can get arbitrarily
8212 close to zero, its reciprocal can get arbitrarily large, so the answer
8213 is an interval that effectively means, ``any number greater than 0.1''
8214 but with no upper bound.
8215
8216 The second answer, similarly, is @samp{1 / (-10 .. 0) = (-inf .. -0.1)}.
8217
8218 Calc normally treats division by zero as an error, so that the formula
8219 @w{@samp{1 / 0}} is left unsimplified. Our third problem,
8220 @w{@samp{1 / [0 .. 10]}}, also (potentially) divides by zero because zero
8221 is now a member of the interval. So Calc leaves this one unevaluated, too.
8222
8223 If you turn on Infinite mode by pressing @kbd{m i}, you will
8224 instead get the answer @samp{[0.1 .. inf]}, which includes infinity
8225 as a possible value.
8226
8227 The fourth calculation, @samp{1 / (-10 .. 10)}, has the same problem.
8228 Zero is buried inside the interval, but it's still a possible value.
8229 It's not hard to see that the actual result of @samp{1 / (-10 .. 10)}
8230 will be either greater than @mathit{0.1}, or less than @mathit{-0.1}. Thus
8231 the interval goes from minus infinity to plus infinity, with a ``hole''
8232 in it from @mathit{-0.1} to @mathit{0.1}. Calc doesn't have any way to
8233 represent this, so it just reports @samp{[-inf .. inf]} as the answer.
8234 It may be disappointing to hear ``the answer lies somewhere between
8235 minus infinity and plus infinity, inclusive,'' but that's the best
8236 that interval arithmetic can do in this case.
8237
8238 @node Types Answer 9, Types Answer 10, Types Answer 8, Answers to Exercises
8239 @subsection Types Tutorial Exercise 9
8240
8241 @smallexample
8242 @group
8243 1: [-3 .. 3] 2: [-3 .. 3] 2: [0 .. 9]
8244 . 1: [0 .. 9] 1: [-9 .. 9]
8245 . .
8246
8247 [ 3 n .. 3 ] @key{RET} 2 ^ @key{TAB} @key{RET} *
8248 @end group
8249 @end smallexample
8250
8251 @noindent
8252 In the first case the result says, ``if a number is between @mathit{-3} and
8253 3, its square is between 0 and 9.'' The second case says, ``the product
8254 of two numbers each between @mathit{-3} and 3 is between @mathit{-9} and 9.''
8255
8256 An interval form is not a number; it is a symbol that can stand for
8257 many different numbers. Two identical-looking interval forms can stand
8258 for different numbers.
8259
8260 The same issue arises when you try to square an error form.
8261
8262 @node Types Answer 10, Types Answer 11, Types Answer 9, Answers to Exercises
8263 @subsection Types Tutorial Exercise 10
8264
8265 @noindent
8266 Testing the first number, we might arbitrarily choose 17 for @expr{x}.
8267
8268 @smallexample
8269 @group
8270 1: 17 mod 811749613 2: 17 mod 811749613 1: 533694123 mod 811749613
8271 . 811749612 .
8272 .
8273
8274 17 M 811749613 @key{RET} 811749612 ^
8275 @end group
8276 @end smallexample
8277
8278 @noindent
8279 Since 533694123 is (considerably) different from 1, the number 811749613
8280 must not be prime.
8281
8282 It's awkward to type the number in twice as we did above. There are
8283 various ways to avoid this, and algebraic entry is one. In fact, using
8284 a vector mapping operation we can perform several tests at once. Let's
8285 use this method to test the second number.
8286
8287 @smallexample
8288 @group
8289 2: [17, 42, 100000] 1: [1 mod 15485863, 1 mod ... ]
8290 1: 15485863 .
8291 .
8292
8293 [17 42 100000] 15485863 @key{RET} V M ' ($$ mod $)^($-1) @key{RET}
8294 @end group
8295 @end smallexample
8296
8297 @noindent
8298 The result is three ones (modulo @expr{n}), so it's very probable that
8299 15485863 is prime. (In fact, this number is the millionth prime.)
8300
8301 Note that the functions @samp{($$^($-1)) mod $} or @samp{$$^($-1) % $}
8302 would have been hopelessly inefficient, since they would have calculated
8303 the power using full integer arithmetic.
8304
8305 Calc has a @kbd{k p} command that does primality testing. For small
8306 numbers it does an exact test; for large numbers it uses a variant
8307 of the Fermat test we used here. You can use @kbd{k p} repeatedly
8308 to prove that a large integer is prime with any desired probability.
8309
8310 @node Types Answer 11, Types Answer 12, Types Answer 10, Answers to Exercises
8311 @subsection Types Tutorial Exercise 11
8312
8313 @noindent
8314 There are several ways to insert a calculated number into an HMS form.
8315 One way to convert a number of seconds to an HMS form is simply to
8316 multiply the number by an HMS form representing one second:
8317
8318 @smallexample
8319 @group
8320 1: 31415926.5359 2: 31415926.5359 1: 8726@@ 38' 46.5359"
8321 . 1: 0@@ 0' 1" .
8322 .
8323
8324 P 1e7 * 0@@ 0' 1" *
8325
8326 @end group
8327 @end smallexample
8328 @noindent
8329 @smallexample
8330 @group
8331 2: 8726@@ 38' 46.5359" 1: 6@@ 6' 2.5359" mod 24@@ 0' 0"
8332 1: 15@@ 27' 16" mod 24@@ 0' 0" .
8333 .
8334
8335 x time @key{RET} +
8336 @end group
8337 @end smallexample
8338
8339 @noindent
8340 It will be just after six in the morning.
8341
8342 The algebraic @code{hms} function can also be used to build an
8343 HMS form:
8344
8345 @smallexample
8346 @group
8347 1: hms(0, 0, 10000000. pi) 1: 8726@@ 38' 46.5359"
8348 . .
8349
8350 ' hms(0, 0, 1e7 pi) @key{RET} =
8351 @end group
8352 @end smallexample
8353
8354 @noindent
8355 The @kbd{=} key is necessary to evaluate the symbol @samp{pi} to
8356 the actual number 3.14159...
8357
8358 @node Types Answer 12, Types Answer 13, Types Answer 11, Answers to Exercises
8359 @subsection Types Tutorial Exercise 12
8360
8361 @noindent
8362 As we recall, there are 17 songs of about 2 minutes and 47 seconds
8363 each.
8364
8365 @smallexample
8366 @group
8367 2: 0@@ 2' 47" 1: [0@@ 3' 7" .. 0@@ 3' 47"]
8368 1: [0@@ 0' 20" .. 0@@ 1' 0"] .
8369 .
8370
8371 [ 0@@ 20" .. 0@@ 1' ] +
8372
8373 @end group
8374 @end smallexample
8375 @noindent
8376 @smallexample
8377 @group
8378 1: [0@@ 52' 59." .. 1@@ 4' 19."]
8379 .
8380
8381 17 *
8382 @end group
8383 @end smallexample
8384
8385 @noindent
8386 No matter how long it is, the album will fit nicely on one CD.
8387
8388 @node Types Answer 13, Types Answer 14, Types Answer 12, Answers to Exercises
8389 @subsection Types Tutorial Exercise 13
8390
8391 @noindent
8392 Type @kbd{' 1 yr @key{RET} u c s @key{RET}}. The answer is 31557600 seconds.
8393
8394 @node Types Answer 14, Types Answer 15, Types Answer 13, Answers to Exercises
8395 @subsection Types Tutorial Exercise 14
8396
8397 @noindent
8398 How long will it take for a signal to get from one end of the computer
8399 to the other?
8400
8401 @smallexample
8402 @group
8403 1: m / c 1: 3.3356 ns
8404 . .
8405
8406 ' 1 m / c @key{RET} u c ns @key{RET}
8407 @end group
8408 @end smallexample
8409
8410 @noindent
8411 (Recall, @samp{c} is a ``unit'' corresponding to the speed of light.)
8412
8413 @smallexample
8414 @group
8415 1: 3.3356 ns 1: 0.81356
8416 2: 4.1 ns .
8417 .
8418
8419 ' 4.1 ns @key{RET} /
8420 @end group
8421 @end smallexample
8422
8423 @noindent
8424 Thus a signal could take up to 81 percent of a clock cycle just to
8425 go from one place to another inside the computer, assuming the signal
8426 could actually attain the full speed of light. Pretty tight!
8427
8428 @node Types Answer 15, Algebra Answer 1, Types Answer 14, Answers to Exercises
8429 @subsection Types Tutorial Exercise 15
8430
8431 @noindent
8432 The speed limit is 55 miles per hour on most highways. We want to
8433 find the ratio of Sam's speed to the US speed limit.
8434
8435 @smallexample
8436 @group
8437 1: 55 mph 2: 55 mph 3: 11 hr mph / yd
8438 . 1: 5 yd / hr .
8439 .
8440
8441 ' 55 mph @key{RET} ' 5 yd/hr @key{RET} /
8442 @end group
8443 @end smallexample
8444
8445 The @kbd{u s} command cancels out these units to get a plain
8446 number. Now we take the logarithm base two to find the final
8447 answer, assuming that each successive pill doubles his speed.
8448
8449 @smallexample
8450 @group
8451 1: 19360. 2: 19360. 1: 14.24
8452 . 1: 2 .
8453 .
8454
8455 u s 2 B
8456 @end group
8457 @end smallexample
8458
8459 @noindent
8460 Thus Sam can take up to 14 pills without a worry.
8461
8462 @node Algebra Answer 1, Algebra Answer 2, Types Answer 15, Answers to Exercises
8463 @subsection Algebra Tutorial Exercise 1
8464
8465 @noindent
8466 @c [fix-ref Declarations]
8467 The result @samp{sqrt(x)^2} is simplified back to @expr{x} by the
8468 Calculator, but @samp{sqrt(x^2)} is not. (Consider what happens
8469 if @w{@expr{x = -4}}.) If @expr{x} is real, this formula could be
8470 simplified to @samp{abs(x)}, but for general complex arguments even
8471 that is not safe. (@xref{Declarations}, for a way to tell Calc
8472 that @expr{x} is known to be real.)
8473
8474 @node Algebra Answer 2, Algebra Answer 3, Algebra Answer 1, Answers to Exercises
8475 @subsection Algebra Tutorial Exercise 2
8476
8477 @noindent
8478 Suppose our roots are @expr{[a, b, c]}. We want a polynomial which
8479 is zero when @expr{x} is any of these values. The trivial polynomial
8480 @expr{x-a} is zero when @expr{x=a}, so the product @expr{(x-a)(x-b)(x-c)}
8481 will do the job. We can use @kbd{a c x} to write this in a more
8482 familiar form.
8483
8484 @smallexample
8485 @group
8486 1: 34 x - 24 x^3 1: [1.19023, -1.19023, 0]
8487 . .
8488
8489 r 2 a P x @key{RET}
8490
8491 @end group
8492 @end smallexample
8493 @noindent
8494 @smallexample
8495 @group
8496 1: [x - 1.19023, x + 1.19023, x] 1: x*(x + 1.19023) (x - 1.19023)
8497 . .
8498
8499 V M ' x-$ @key{RET} V R *
8500
8501 @end group
8502 @end smallexample
8503 @noindent
8504 @smallexample
8505 @group
8506 1: x^3 - 1.41666 x 1: 34 x - 24 x^3
8507 . .
8508
8509 a c x @key{RET} 24 n * a x
8510 @end group
8511 @end smallexample
8512
8513 @noindent
8514 Sure enough, our answer (multiplied by a suitable constant) is the
8515 same as the original polynomial.
8516
8517 @node Algebra Answer 3, Algebra Answer 4, Algebra Answer 2, Answers to Exercises
8518 @subsection Algebra Tutorial Exercise 3
8519
8520 @smallexample
8521 @group
8522 1: x sin(pi x) 1: sin(pi x) / pi^2 - x cos(pi x) / pi
8523 . .
8524
8525 ' x sin(pi x) @key{RET} m r a i x @key{RET}
8526
8527 @end group
8528 @end smallexample
8529 @noindent
8530 @smallexample
8531 @group
8532 1: [y, 1]
8533 2: sin(pi x) / pi^2 - x cos(pi x) / pi
8534 .
8535
8536 ' [y,1] @key{RET} @key{TAB}
8537
8538 @end group
8539 @end smallexample
8540 @noindent
8541 @smallexample
8542 @group
8543 1: [sin(pi y) / pi^2 - y cos(pi y) / pi, 1 / pi]
8544 .
8545
8546 V M $ @key{RET}
8547
8548 @end group
8549 @end smallexample
8550 @noindent
8551 @smallexample
8552 @group
8553 1: sin(pi y) / pi^2 - y cos(pi y) / pi - 1 / pi
8554 .
8555
8556 V R -
8557
8558 @end group
8559 @end smallexample
8560 @noindent
8561 @smallexample
8562 @group
8563 1: sin(3.14159 y) / 9.8696 - y cos(3.14159 y) / 3.14159 - 0.3183
8564 .
8565
8566 =
8567
8568 @end group
8569 @end smallexample
8570 @noindent
8571 @smallexample
8572 @group
8573 1: [0., -0.95493, 0.63662, -1.5915, 1.2732]
8574 .
8575
8576 v x 5 @key{RET} @key{TAB} V M $ @key{RET}
8577 @end group
8578 @end smallexample
8579
8580 @node Algebra Answer 4, Rewrites Answer 1, Algebra Answer 3, Answers to Exercises
8581 @subsection Algebra Tutorial Exercise 4
8582
8583 @noindent
8584 The hard part is that @kbd{V R +} is no longer sufficient to add up all
8585 the contributions from the slices, since the slices have varying
8586 coefficients. So first we must come up with a vector of these
8587 coefficients. Here's one way:
8588
8589 @smallexample
8590 @group
8591 2: -1 2: 3 1: [4, 2, ..., 4]
8592 1: [1, 2, ..., 9] 1: [-1, 1, ..., -1] .
8593 . .
8594
8595 1 n v x 9 @key{RET} V M ^ 3 @key{TAB} -
8596
8597 @end group
8598 @end smallexample
8599 @noindent
8600 @smallexample
8601 @group
8602 1: [4, 2, ..., 4, 1] 1: [1, 4, 2, ..., 4, 1]
8603 . .
8604
8605 1 | 1 @key{TAB} |
8606 @end group
8607 @end smallexample
8608
8609 @noindent
8610 Now we compute the function values. Note that for this method we need
8611 eleven values, including both endpoints of the desired interval.
8612
8613 @smallexample
8614 @group
8615 2: [1, 4, 2, ..., 4, 1]
8616 1: [1, 1.1, 1.2, ... , 1.8, 1.9, 2.]
8617 .
8618
8619 11 @key{RET} 1 @key{RET} .1 @key{RET} C-u v x
8620
8621 @end group
8622 @end smallexample
8623 @noindent
8624 @smallexample
8625 @group
8626 2: [1, 4, 2, ..., 4, 1]
8627 1: [0., 0.084941, 0.16993, ... ]
8628 .
8629
8630 ' sin(x) ln(x) @key{RET} m r p 5 @key{RET} V M $ @key{RET}
8631 @end group
8632 @end smallexample
8633
8634 @noindent
8635 Once again this calls for @kbd{V M * V R +}; a simple @kbd{*} does the
8636 same thing.
8637
8638 @smallexample
8639 @group
8640 1: 11.22 1: 1.122 1: 0.374
8641 . . .
8642
8643 * .1 * 3 /
8644 @end group
8645 @end smallexample
8646
8647 @noindent
8648 Wow! That's even better than the result from the Taylor series method.
8649
8650 @node Rewrites Answer 1, Rewrites Answer 2, Algebra Answer 4, Answers to Exercises
8651 @subsection Rewrites Tutorial Exercise 1
8652
8653 @noindent
8654 We'll use Big mode to make the formulas more readable.
8655
8656 @smallexample
8657 @group
8658 ___
8659 V 2 + 2
8660 1: (2 + sqrt(2)) / (1 + sqrt(2)) 1: ---------
8661 . ___
8662 V 2 + 1
8663
8664 .
8665
8666 ' (2+sqrt(2)) / (1+sqrt(2)) @key{RET} d B
8667 @end group
8668 @end smallexample
8669
8670 @noindent
8671 Multiplying by the conjugate helps because @expr{(a+b) (a-b) = a^2 - b^2}.
8672
8673 @smallexample
8674 @group
8675 ___ ___
8676 1: (2 + V 2 ) (V 2 - 1)
8677 .
8678
8679 a r a/(b+c) := a*(b-c) / (b^2-c^2) @key{RET}
8680
8681 @end group
8682 @end smallexample
8683 @noindent
8684 @smallexample
8685 @group
8686 ___
8687 1: V 2
8688 .
8689
8690 a r a*(b+c) := a*b + a*c
8691 @end group
8692 @end smallexample
8693
8694 @noindent
8695 (We could have used @kbd{a x} instead of a rewrite rule for the
8696 second step.)
8697
8698 The multiply-by-conjugate rule turns out to be useful in many
8699 different circumstances, such as when the denominator involves
8700 sines and cosines or the imaginary constant @code{i}.
8701
8702 @node Rewrites Answer 2, Rewrites Answer 3, Rewrites Answer 1, Answers to Exercises
8703 @subsection Rewrites Tutorial Exercise 2
8704
8705 @noindent
8706 Here is the rule set:
8707
8708 @smallexample
8709 @group
8710 [ fib(n) := fib(n, 1, 1) :: integer(n) :: n >= 1,
8711 fib(1, x, y) := x,
8712 fib(n, x, y) := fib(n-1, y, x+y) ]
8713 @end group
8714 @end smallexample
8715
8716 @noindent
8717 The first rule turns a one-argument @code{fib} that people like to write
8718 into a three-argument @code{fib} that makes computation easier. The
8719 second rule converts back from three-argument form once the computation
8720 is done. The third rule does the computation itself. It basically
8721 says that if @expr{x} and @expr{y} are two consecutive Fibonacci numbers,
8722 then @expr{y} and @expr{x+y} are the next (overlapping) pair of Fibonacci
8723 numbers.
8724
8725 Notice that because the number @expr{n} was ``validated'' by the
8726 conditions on the first rule, there is no need to put conditions on
8727 the other rules because the rule set would never get that far unless
8728 the input were valid. That further speeds computation, since no
8729 extra conditions need to be checked at every step.
8730
8731 Actually, a user with a nasty sense of humor could enter a bad
8732 three-argument @code{fib} call directly, say, @samp{fib(0, 1, 1)},
8733 which would get the rules into an infinite loop. One thing that would
8734 help keep this from happening by accident would be to use something like
8735 @samp{ZzFib} instead of @code{fib} as the name of the three-argument
8736 function.
8737
8738 @node Rewrites Answer 3, Rewrites Answer 4, Rewrites Answer 2, Answers to Exercises
8739 @subsection Rewrites Tutorial Exercise 3
8740
8741 @noindent
8742 He got an infinite loop. First, Calc did as expected and rewrote
8743 @w{@samp{2 + 3 x}} to @samp{f(2, 3, x)}. Then it looked for ways to
8744 apply the rule again, and found that @samp{f(2, 3, x)} looks like
8745 @samp{a + b x} with @w{@samp{a = 0}} and @samp{b = 1}, so it rewrote to
8746 @samp{f(0, 1, f(2, 3, x))}. It then wrapped another @samp{f(0, 1, ...)}
8747 around that, and so on, ad infinitum. Joe should have used @kbd{M-1 a r}
8748 to make sure the rule applied only once.
8749
8750 (Actually, even the first step didn't work as he expected. What Calc
8751 really gives for @kbd{M-1 a r} in this situation is @samp{f(3 x, 1, 2)},
8752 treating 2 as the ``variable,'' and @samp{3 x} as a constant being added
8753 to it. While this may seem odd, it's just as valid a solution as the
8754 ``obvious'' one. One way to fix this would be to add the condition
8755 @samp{:: variable(x)} to the rule, to make sure the thing that matches
8756 @samp{x} is indeed a variable, or to change @samp{x} to @samp{quote(x)}
8757 on the lefthand side, so that the rule matches the actual variable
8758 @samp{x} rather than letting @samp{x} stand for something else.)
8759
8760 @node Rewrites Answer 4, Rewrites Answer 5, Rewrites Answer 3, Answers to Exercises
8761 @subsection Rewrites Tutorial Exercise 4
8762
8763 @noindent
8764 @ignore
8765 @starindex
8766 @end ignore
8767 @tindex seq
8768 Here is a suitable set of rules to solve the first part of the problem:
8769
8770 @smallexample
8771 @group
8772 [ seq(n, c) := seq(n/2, c+1) :: n%2 = 0,
8773 seq(n, c) := seq(3n+1, c+1) :: n%2 = 1 :: n > 1 ]
8774 @end group
8775 @end smallexample
8776
8777 Given the initial formula @samp{seq(6, 0)}, application of these
8778 rules produces the following sequence of formulas:
8779
8780 @example
8781 seq( 3, 1)
8782 seq(10, 2)
8783 seq( 5, 3)
8784 seq(16, 4)
8785 seq( 8, 5)
8786 seq( 4, 6)
8787 seq( 2, 7)
8788 seq( 1, 8)
8789 @end example
8790
8791 @noindent
8792 whereupon neither of the rules match, and rewriting stops.
8793
8794 We can pretty this up a bit with a couple more rules:
8795
8796 @smallexample
8797 @group
8798 [ seq(n) := seq(n, 0),
8799 seq(1, c) := c,
8800 ... ]
8801 @end group
8802 @end smallexample
8803
8804 @noindent
8805 Now, given @samp{seq(6)} as the starting configuration, we get 8
8806 as the result.
8807
8808 The change to return a vector is quite simple:
8809
8810 @smallexample
8811 @group
8812 [ seq(n) := seq(n, []) :: integer(n) :: n > 0,
8813 seq(1, v) := v | 1,
8814 seq(n, v) := seq(n/2, v | n) :: n%2 = 0,
8815 seq(n, v) := seq(3n+1, v | n) :: n%2 = 1 ]
8816 @end group
8817 @end smallexample
8818
8819 @noindent
8820 Given @samp{seq(6)}, the result is @samp{[6, 3, 10, 5, 16, 8, 4, 2, 1]}.
8821
8822 Notice that the @expr{n > 1} guard is no longer necessary on the last
8823 rule since the @expr{n = 1} case is now detected by another rule.
8824 But a guard has been added to the initial rule to make sure the
8825 initial value is suitable before the computation begins.
8826
8827 While still a good idea, this guard is not as vitally important as it
8828 was for the @code{fib} function, since calling, say, @samp{seq(x, [])}
8829 will not get into an infinite loop. Calc will not be able to prove
8830 the symbol @samp{x} is either even or odd, so none of the rules will
8831 apply and the rewrites will stop right away.
8832
8833 @node Rewrites Answer 5, Rewrites Answer 6, Rewrites Answer 4, Answers to Exercises
8834 @subsection Rewrites Tutorial Exercise 5
8835
8836 @noindent
8837 @ignore
8838 @starindex
8839 @end ignore
8840 @tindex nterms
8841 If @expr{x} is the sum @expr{a + b}, then `@tfn{nterms(}@var{x}@tfn{)}' must
8842 be `@tfn{nterms(}@var{a}@tfn{)}' plus `@tfn{nterms(}@var{b}@tfn{)}'. If @expr{x}
8843 is not a sum, then `@tfn{nterms(}@var{x}@tfn{)}' = 1.
8844
8845 @smallexample
8846 @group
8847 [ nterms(a + b) := nterms(a) + nterms(b),
8848 nterms(x) := 1 ]
8849 @end group
8850 @end smallexample
8851
8852 @noindent
8853 Here we have taken advantage of the fact that earlier rules always
8854 match before later rules; @samp{nterms(x)} will only be tried if we
8855 already know that @samp{x} is not a sum.
8856
8857 @node Rewrites Answer 6, Programming Answer 1, Rewrites Answer 5, Answers to Exercises
8858 @subsection Rewrites Tutorial Exercise 6
8859
8860 @noindent
8861 Here is a rule set that will do the job:
8862
8863 @smallexample
8864 @group
8865 [ a*(b + c) := a*b + a*c,
8866 opt(a) O(x^n) + opt(b) O(x^m) := O(x^n) :: n <= m
8867 :: constant(a) :: constant(b),
8868 opt(a) O(x^n) + opt(b) x^m := O(x^n) :: n <= m
8869 :: constant(a) :: constant(b),
8870 a O(x^n) := O(x^n) :: constant(a),
8871 x^opt(m) O(x^n) := O(x^(n+m)),
8872 O(x^n) O(x^m) := O(x^(n+m)) ]
8873 @end group
8874 @end smallexample
8875
8876 If we really want the @kbd{+} and @kbd{*} keys to operate naturally
8877 on power series, we should put these rules in @code{EvalRules}. For
8878 testing purposes, it is better to put them in a different variable,
8879 say, @code{O}, first.
8880
8881 The first rule just expands products of sums so that the rest of the
8882 rules can assume they have an expanded-out polynomial to work with.
8883 Note that this rule does not mention @samp{O} at all, so it will
8884 apply to any product-of-sum it encounters---this rule may surprise
8885 you if you put it into @code{EvalRules}!
8886
8887 In the second rule, the sum of two O's is changed to the smaller O@.
8888 The optional constant coefficients are there mostly so that
8889 @samp{O(x^2) - O(x^3)} and @samp{O(x^3) - O(x^2)} are handled
8890 as well as @samp{O(x^2) + O(x^3)}.
8891
8892 The third rule absorbs higher powers of @samp{x} into O's.
8893
8894 The fourth rule says that a constant times a negligible quantity
8895 is still negligible. (This rule will also match @samp{O(x^3) / 4},
8896 with @samp{a = 1/4}.)
8897
8898 The fifth rule rewrites, for example, @samp{x^2 O(x^3)} to @samp{O(x^5)}.
8899 (It is easy to see that if one of these forms is negligible, the other
8900 is, too.) Notice the @samp{x^opt(m)} to pick up terms like
8901 @w{@samp{x O(x^3)}}. Optional powers will match @samp{x} as @samp{x^1}
8902 but not 1 as @samp{x^0}. This turns out to be exactly what we want here.
8903
8904 The sixth rule is the corresponding rule for products of two O's.
8905
8906 Another way to solve this problem would be to create a new ``data type''
8907 that represents truncated power series. We might represent these as
8908 function calls @samp{series(@var{coefs}, @var{x})} where @var{coefs} is
8909 a vector of coefficients for @expr{x^0}, @expr{x^1}, @expr{x^2}, and so
8910 on. Rules would exist for sums and products of such @code{series}
8911 objects, and as an optional convenience could also know how to combine a
8912 @code{series} object with a normal polynomial. (With this, and with a
8913 rule that rewrites @samp{O(x^n)} to the equivalent @code{series} form,
8914 you could still enter power series in exactly the same notation as
8915 before.) Operations on such objects would probably be more efficient,
8916 although the objects would be a bit harder to read.
8917
8918 @c [fix-ref Compositions]
8919 Some other symbolic math programs provide a power series data type
8920 similar to this. Mathematica, for example, has an object that looks
8921 like @samp{PowerSeries[@var{x}, @var{x0}, @var{coefs}, @var{nmin},
8922 @var{nmax}, @var{den}]}, where @var{x0} is the point about which the
8923 power series is taken (we've been assuming this was always zero),
8924 and @var{nmin}, @var{nmax}, and @var{den} allow pseudo-power-series
8925 with fractional or negative powers. Also, the @code{PowerSeries}
8926 objects have a special display format that makes them look like
8927 @samp{2 x^2 + O(x^4)} when they are printed out. (@xref{Compositions},
8928 for a way to do this in Calc, although for something as involved as
8929 this it would probably be better to write the formatting routine
8930 in Lisp.)
8931
8932 @node Programming Answer 1, Programming Answer 2, Rewrites Answer 6, Answers to Exercises
8933 @subsection Programming Tutorial Exercise 1
8934
8935 @noindent
8936 Just enter the formula @samp{ninteg(sin(t)/t, t, 0, x)}, type
8937 @kbd{Z F}, and answer the questions. Since this formula contains two
8938 variables, the default argument list will be @samp{(t x)}. We want to
8939 change this to @samp{(x)} since @expr{t} is really a dummy variable
8940 to be used within @code{ninteg}.
8941
8942 The exact keystrokes are @kbd{Z F s Si @key{RET} @key{RET} C-b C-b @key{DEL} @key{DEL} @key{RET} y}.
8943 (The @kbd{C-b C-b @key{DEL} @key{DEL}} are what fix the argument list.)
8944
8945 @node Programming Answer 2, Programming Answer 3, Programming Answer 1, Answers to Exercises
8946 @subsection Programming Tutorial Exercise 2
8947
8948 @noindent
8949 One way is to move the number to the top of the stack, operate on
8950 it, then move it back: @kbd{C-x ( M-@key{TAB} n M-@key{TAB} M-@key{TAB} C-x )}.
8951
8952 Another way is to negate the top three stack entries, then negate
8953 again the top two stack entries: @kbd{C-x ( M-3 n M-2 n C-x )}.
8954
8955 Finally, it turns out that a negative prefix argument causes a
8956 command like @kbd{n} to operate on the specified stack entry only,
8957 which is just what we want: @kbd{C-x ( M-- 3 n C-x )}.
8958
8959 Just for kicks, let's also do it algebraically:
8960 @w{@kbd{C-x ( ' -$$$, $$, $ @key{RET} C-x )}}.
8961
8962 @node Programming Answer 3, Programming Answer 4, Programming Answer 2, Answers to Exercises
8963 @subsection Programming Tutorial Exercise 3
8964
8965 @noindent
8966 Each of these functions can be computed using the stack, or using
8967 algebraic entry, whichever way you prefer:
8968
8969 @noindent
8970 Computing
8971 @texline @math{\displaystyle{\sin x \over x}}:
8972 @infoline @expr{sin(x) / x}:
8973
8974 Using the stack: @kbd{C-x ( @key{RET} S @key{TAB} / C-x )}.
8975
8976 Using algebraic entry: @kbd{C-x ( ' sin($)/$ @key{RET} C-x )}.
8977
8978 @noindent
8979 Computing the logarithm:
8980
8981 Using the stack: @kbd{C-x ( @key{TAB} B C-x )}
8982
8983 Using algebraic entry: @kbd{C-x ( ' log($,$$) @key{RET} C-x )}.
8984
8985 @noindent
8986 Computing the vector of integers:
8987
8988 Using the stack: @kbd{C-x ( 1 @key{RET} 1 C-u v x C-x )}. (Recall that
8989 @kbd{C-u v x} takes the vector size, starting value, and increment
8990 from the stack.)
8991
8992 Alternatively: @kbd{C-x ( ~ v x C-x )}. (The @kbd{~} key pops a
8993 number from the stack and uses it as the prefix argument for the
8994 next command.)
8995
8996 Using algebraic entry: @kbd{C-x ( ' index($) @key{RET} C-x )}.
8997
8998 @node Programming Answer 4, Programming Answer 5, Programming Answer 3, Answers to Exercises
8999 @subsection Programming Tutorial Exercise 4
9000
9001 @noindent
9002 Here's one way: @kbd{C-x ( @key{RET} V R + @key{TAB} v l / C-x )}.
9003
9004 @node Programming Answer 5, Programming Answer 6, Programming Answer 4, Answers to Exercises
9005 @subsection Programming Tutorial Exercise 5
9006
9007 @smallexample
9008 @group
9009 2: 1 1: 1.61803398502 2: 1.61803398502
9010 1: 20 . 1: 1.61803398875
9011 . .
9012
9013 1 @key{RET} 20 Z < & 1 + Z > I H P
9014 @end group
9015 @end smallexample
9016
9017 @noindent
9018 This answer is quite accurate.
9019
9020 @node Programming Answer 6, Programming Answer 7, Programming Answer 5, Answers to Exercises
9021 @subsection Programming Tutorial Exercise 6
9022
9023 @noindent
9024 Here is the matrix:
9025
9026 @example
9027 [ [ 0, 1 ] * [a, b] = [b, a + b]
9028 [ 1, 1 ] ]
9029 @end example
9030
9031 @noindent
9032 Thus @samp{[0, 1; 1, 1]^n * [1, 1]} computes Fibonacci numbers @expr{n+1}
9033 and @expr{n+2}. Here's one program that does the job:
9034
9035 @example
9036 C-x ( ' [0, 1; 1, 1] ^ ($-1) * [1, 1] @key{RET} v u @key{DEL} C-x )
9037 @end example
9038
9039 @noindent
9040 This program is quite efficient because Calc knows how to raise a
9041 matrix (or other value) to the power @expr{n} in only
9042 @texline @math{\log_2 n}
9043 @infoline @expr{log(n,2)}
9044 steps. For example, this program can compute the 1000th Fibonacci
9045 number (a 209-digit integer!)@: in about 10 steps; even though the
9046 @kbd{Z < ... Z >} solution had much simpler steps, it would have
9047 required so many steps that it would not have been practical.
9048
9049 @node Programming Answer 7, Programming Answer 8, Programming Answer 6, Answers to Exercises
9050 @subsection Programming Tutorial Exercise 7
9051
9052 @noindent
9053 The trick here is to compute the harmonic numbers differently, so that
9054 the loop counter itself accumulates the sum of reciprocals. We use
9055 a separate variable to hold the integer counter.
9056
9057 @smallexample
9058 @group
9059 1: 1 2: 1 1: .
9060 . 1: 4
9061 .
9062
9063 1 t 1 1 @key{RET} 4 Z ( t 2 r 1 1 + s 1 & Z )
9064 @end group
9065 @end smallexample
9066
9067 @noindent
9068 The body of the loop goes as follows: First save the harmonic sum
9069 so far in variable 2. Then delete it from the stack; the for loop
9070 itself will take care of remembering it for us. Next, recall the
9071 count from variable 1, add one to it, and feed its reciprocal to
9072 the for loop to use as the step value. The for loop will increase
9073 the ``loop counter'' by that amount and keep going until the
9074 loop counter exceeds 4.
9075
9076 @smallexample
9077 @group
9078 2: 31 3: 31
9079 1: 3.99498713092 2: 3.99498713092
9080 . 1: 4.02724519544
9081 .
9082
9083 r 1 r 2 @key{RET} 31 & +
9084 @end group
9085 @end smallexample
9086
9087 Thus we find that the 30th harmonic number is 3.99, and the 31st
9088 harmonic number is 4.02.
9089
9090 @node Programming Answer 8, Programming Answer 9, Programming Answer 7, Answers to Exercises
9091 @subsection Programming Tutorial Exercise 8
9092
9093 @noindent
9094 The first step is to compute the derivative @expr{f'(x)} and thus
9095 the formula
9096 @texline @math{\displaystyle{x - {f(x) \over f'(x)}}}.
9097 @infoline @expr{x - f(x)/f'(x)}.
9098
9099 (Because this definition is long, it will be repeated in concise form
9100 below. You can use @w{@kbd{C-x * m}} to load it from there. While you are
9101 entering a @kbd{Z ` Z '} body in a macro, Calc simply collects
9102 keystrokes without executing them. In the following diagrams we'll
9103 pretend Calc actually executed the keystrokes as you typed them,
9104 just for purposes of illustration.)
9105
9106 @smallexample
9107 @group
9108 2: sin(cos(x)) - 0.5 3: 4.5
9109 1: 4.5 2: sin(cos(x)) - 0.5
9110 . 1: -(sin(x) cos(cos(x)))
9111 .
9112
9113 ' sin(cos(x))-0.5 @key{RET} 4.5 m r C-x ( Z ` @key{TAB} @key{RET} a d x @key{RET}
9114
9115 @end group
9116 @end smallexample
9117 @noindent
9118 @smallexample
9119 @group
9120 2: 4.5
9121 1: x + (sin(cos(x)) - 0.5) / sin(x) cos(cos(x))
9122 .
9123
9124 / ' x @key{RET} @key{TAB} - t 1
9125 @end group
9126 @end smallexample
9127
9128 Now, we enter the loop. We'll use a repeat loop with a 20-repetition
9129 limit just in case the method fails to converge for some reason.
9130 (Normally, the @w{@kbd{Z /}} command will stop the loop before all 20
9131 repetitions are done.)
9132
9133 @smallexample
9134 @group
9135 1: 4.5 3: 4.5 2: 4.5
9136 . 2: x + (sin(cos(x)) ... 1: 5.24196456928
9137 1: 4.5 .
9138 .
9139
9140 20 Z < @key{RET} r 1 @key{TAB} s l x @key{RET}
9141 @end group
9142 @end smallexample
9143
9144 This is the new guess for @expr{x}. Now we compare it with the
9145 old one to see if we've converged.
9146
9147 @smallexample
9148 @group
9149 3: 5.24196 2: 5.24196 1: 5.24196 1: 5.26345856348
9150 2: 5.24196 1: 0 . .
9151 1: 4.5 .
9152 .
9153
9154 @key{RET} M-@key{TAB} a = Z / Z > Z ' C-x )
9155 @end group
9156 @end smallexample
9157
9158 The loop converges in just a few steps to this value. To check
9159 the result, we can simply substitute it back into the equation.
9160
9161 @smallexample
9162 @group
9163 2: 5.26345856348
9164 1: 0.499999999997
9165 .
9166
9167 @key{RET} ' sin(cos($)) @key{RET}
9168 @end group
9169 @end smallexample
9170
9171 Let's test the new definition again:
9172
9173 @smallexample
9174 @group
9175 2: x^2 - 9 1: 3.
9176 1: 1 .
9177 .
9178
9179 ' x^2-9 @key{RET} 1 X
9180 @end group
9181 @end smallexample
9182
9183 Once again, here's the full Newton's Method definition:
9184
9185 @example
9186 @group
9187 C-x ( Z ` @key{TAB} @key{RET} a d x @key{RET} / ' x @key{RET} @key{TAB} - t 1
9188 20 Z < @key{RET} r 1 @key{TAB} s l x @key{RET}
9189 @key{RET} M-@key{TAB} a = Z /
9190 Z >
9191 Z '
9192 C-x )
9193 @end group
9194 @end example
9195
9196 @c [fix-ref Nesting and Fixed Points]
9197 It turns out that Calc has a built-in command for applying a formula
9198 repeatedly until it converges to a number. @xref{Nesting and Fixed Points},
9199 to see how to use it.
9200
9201 @c [fix-ref Root Finding]
9202 Also, of course, @kbd{a R} is a built-in command that uses Newton's
9203 method (among others) to look for numerical solutions to any equation.
9204 @xref{Root Finding}.
9205
9206 @node Programming Answer 9, Programming Answer 10, Programming Answer 8, Answers to Exercises
9207 @subsection Programming Tutorial Exercise 9
9208
9209 @noindent
9210 The first step is to adjust @expr{z} to be greater than 5. A simple
9211 ``for'' loop will do the job here. If @expr{z} is less than 5, we
9212 reduce the problem using
9213 @texline @math{\psi(z) = \psi(z+1) - 1/z}.
9214 @infoline @expr{psi(z) = psi(z+1) - 1/z}. We go
9215 on to compute
9216 @texline @math{\psi(z+1)},
9217 @infoline @expr{psi(z+1)},
9218 and remember to add back a factor of @expr{-1/z} when we're done. This
9219 step is repeated until @expr{z > 5}.
9220
9221 (Because this definition is long, it will be repeated in concise form
9222 below. You can use @w{@kbd{C-x * m}} to load it from there. While you are
9223 entering a @kbd{Z ` Z '} body in a macro, Calc simply collects
9224 keystrokes without executing them. In the following diagrams we'll
9225 pretend Calc actually executed the keystrokes as you typed them,
9226 just for purposes of illustration.)
9227
9228 @smallexample
9229 @group
9230 1: 1. 1: 1.
9231 . .
9232
9233 1.0 @key{RET} C-x ( Z ` s 1 0 t 2
9234 @end group
9235 @end smallexample
9236
9237 Here, variable 1 holds @expr{z} and variable 2 holds the adjustment
9238 factor. If @expr{z < 5}, we use a loop to increase it.
9239
9240 (By the way, we started with @samp{1.0} instead of the integer 1 because
9241 otherwise the calculation below will try to do exact fractional arithmetic,
9242 and will never converge because fractions compare equal only if they
9243 are exactly equal, not just equal to within the current precision.)
9244
9245 @smallexample
9246 @group
9247 3: 1. 2: 1. 1: 6.
9248 2: 1. 1: 1 .
9249 1: 5 .
9250 .
9251
9252 @key{RET} 5 a < Z [ 5 Z ( & s + 2 1 s + 1 1 Z ) r 1 Z ]
9253 @end group
9254 @end smallexample
9255
9256 Now we compute the initial part of the sum:
9257 @texline @math{\ln z - {1 \over 2z}}
9258 @infoline @expr{ln(z) - 1/2z}
9259 minus the adjustment factor.
9260
9261 @smallexample
9262 @group
9263 2: 1.79175946923 2: 1.7084261359 1: -0.57490719743
9264 1: 0.0833333333333 1: 2.28333333333 .
9265 . .
9266
9267 L r 1 2 * & - r 2 -
9268 @end group
9269 @end smallexample
9270
9271 Now we evaluate the series. We'll use another ``for'' loop counting
9272 up the value of @expr{2 n}. (Calc does have a summation command,
9273 @kbd{a +}, but we'll use loops just to get more practice with them.)
9274
9275 @smallexample
9276 @group
9277 3: -0.5749 3: -0.5749 4: -0.5749 2: -0.5749
9278 2: 2 2: 1:6 3: 1:6 1: 2.3148e-3
9279 1: 40 1: 2 2: 2 .
9280 . . 1: 36.
9281 .
9282
9283 2 @key{RET} 40 Z ( @key{RET} k b @key{TAB} @key{RET} r 1 @key{TAB} ^ * /
9284
9285 @end group
9286 @end smallexample
9287 @noindent
9288 @smallexample
9289 @group
9290 3: -0.5749 3: -0.5772 2: -0.5772 1: -0.577215664892
9291 2: -0.5749 2: -0.5772 1: 0 .
9292 1: 2.3148e-3 1: -0.5749 .
9293 . .
9294
9295 @key{TAB} @key{RET} M-@key{TAB} - @key{RET} M-@key{TAB} a = Z / 2 Z ) Z ' C-x )
9296 @end group
9297 @end smallexample
9298
9299 This is the value of
9300 @texline @math{-\gamma},
9301 @infoline @expr{- gamma},
9302 with a slight bit of roundoff error. To get a full 12 digits, let's use
9303 a higher precision:
9304
9305 @smallexample
9306 @group
9307 2: -0.577215664892 2: -0.577215664892
9308 1: 1. 1: -0.577215664901532
9309
9310 1. @key{RET} p 16 @key{RET} X
9311 @end group
9312 @end smallexample
9313
9314 Here's the complete sequence of keystrokes:
9315
9316 @example
9317 @group
9318 C-x ( Z ` s 1 0 t 2
9319 @key{RET} 5 a < Z [ 5 Z ( & s + 2 1 s + 1 1 Z ) r 1 Z ]
9320 L r 1 2 * & - r 2 -
9321 2 @key{RET} 40 Z ( @key{RET} k b @key{TAB} @key{RET} r 1 @key{TAB} ^ * /
9322 @key{TAB} @key{RET} M-@key{TAB} - @key{RET} M-@key{TAB} a = Z /
9323 2 Z )
9324 Z '
9325 C-x )
9326 @end group
9327 @end example
9328
9329 @node Programming Answer 10, Programming Answer 11, Programming Answer 9, Answers to Exercises
9330 @subsection Programming Tutorial Exercise 10
9331
9332 @noindent
9333 Taking the derivative of a term of the form @expr{x^n} will produce
9334 a term like
9335 @texline @math{n x^{n-1}}.
9336 @infoline @expr{n x^(n-1)}.
9337 Taking the derivative of a constant
9338 produces zero. From this it is easy to see that the @expr{n}th
9339 derivative of a polynomial, evaluated at @expr{x = 0}, will equal the
9340 coefficient on the @expr{x^n} term times @expr{n!}.
9341
9342 (Because this definition is long, it will be repeated in concise form
9343 below. You can use @w{@kbd{C-x * m}} to load it from there. While you are
9344 entering a @kbd{Z ` Z '} body in a macro, Calc simply collects
9345 keystrokes without executing them. In the following diagrams we'll
9346 pretend Calc actually executed the keystrokes as you typed them,
9347 just for purposes of illustration.)
9348
9349 @smallexample
9350 @group
9351 2: 5 x^4 + (x + 1)^2 3: 5 x^4 + (x + 1)^2
9352 1: 6 2: 0
9353 . 1: 6
9354 .
9355
9356 ' 5 x^4 + (x+1)^2 @key{RET} 6 C-x ( Z ` [ ] t 1 0 @key{TAB}
9357 @end group
9358 @end smallexample
9359
9360 @noindent
9361 Variable 1 will accumulate the vector of coefficients.
9362
9363 @smallexample
9364 @group
9365 2: 0 3: 0 2: 5 x^4 + ...
9366 1: 5 x^4 + ... 2: 5 x^4 + ... 1: 1
9367 . 1: 1 .
9368 .
9369
9370 Z ( @key{TAB} @key{RET} 0 s l x @key{RET} M-@key{TAB} ! / s | 1
9371 @end group
9372 @end smallexample
9373
9374 @noindent
9375 Note that @kbd{s | 1} appends the top-of-stack value to the vector
9376 in a variable; it is completely analogous to @kbd{s + 1}. We could
9377 have written instead, @kbd{r 1 @key{TAB} | t 1}.
9378
9379 @smallexample
9380 @group
9381 1: 20 x^3 + 2 x + 2 1: 0 1: [1, 2, 1, 0, 5, 0, 0]
9382 . . .
9383
9384 a d x @key{RET} 1 Z ) @key{DEL} r 1 Z ' C-x )
9385 @end group
9386 @end smallexample
9387
9388 To convert back, a simple method is just to map the coefficients
9389 against a table of powers of @expr{x}.
9390
9391 @smallexample
9392 @group
9393 2: [1, 2, 1, 0, 5, 0, 0] 2: [1, 2, 1, 0, 5, 0, 0]
9394 1: 6 1: [0, 1, 2, 3, 4, 5, 6]
9395 . .
9396
9397 6 @key{RET} 1 + 0 @key{RET} 1 C-u v x
9398
9399 @end group
9400 @end smallexample
9401 @noindent
9402 @smallexample
9403 @group
9404 2: [1, 2, 1, 0, 5, 0, 0] 2: 1 + 2 x + x^2 + 5 x^4
9405 1: [1, x, x^2, x^3, ... ] .
9406 .
9407
9408 ' x @key{RET} @key{TAB} V M ^ *
9409 @end group
9410 @end smallexample
9411
9412 Once again, here are the whole polynomial to/from vector programs:
9413
9414 @example
9415 @group
9416 C-x ( Z ` [ ] t 1 0 @key{TAB}
9417 Z ( @key{TAB} @key{RET} 0 s l x @key{RET} M-@key{TAB} ! / s | 1
9418 a d x @key{RET}
9419 1 Z ) r 1
9420 Z '
9421 C-x )
9422
9423 C-x ( 1 + 0 @key{RET} 1 C-u v x ' x @key{RET} @key{TAB} V M ^ * C-x )
9424 @end group
9425 @end example
9426
9427 @node Programming Answer 11, Programming Answer 12, Programming Answer 10, Answers to Exercises
9428 @subsection Programming Tutorial Exercise 11
9429
9430 @noindent
9431 First we define a dummy program to go on the @kbd{z s} key. The true
9432 @w{@kbd{z s}} key is supposed to take two numbers from the stack and
9433 return one number, so @key{DEL} as a dummy definition will make
9434 sure the stack comes out right.
9435
9436 @smallexample
9437 @group
9438 2: 4 1: 4 2: 4
9439 1: 2 . 1: 2
9440 . .
9441
9442 4 @key{RET} 2 C-x ( @key{DEL} C-x ) Z K s @key{RET} 2
9443 @end group
9444 @end smallexample
9445
9446 The last step replaces the 2 that was eaten during the creation
9447 of the dummy @kbd{z s} command. Now we move on to the real
9448 definition. The recurrence needs to be rewritten slightly,
9449 to the form @expr{s(n,m) = s(n-1,m-1) - (n-1) s(n-1,m)}.
9450
9451 (Because this definition is long, it will be repeated in concise form
9452 below. You can use @kbd{C-x * m} to load it from there.)
9453
9454 @smallexample
9455 @group
9456 2: 4 4: 4 3: 4 2: 4
9457 1: 2 3: 2 2: 2 1: 2
9458 . 2: 4 1: 0 .
9459 1: 2 .
9460 .
9461
9462 C-x ( M-2 @key{RET} a = Z [ @key{DEL} @key{DEL} 1 Z :
9463
9464 @end group
9465 @end smallexample
9466 @noindent
9467 @smallexample
9468 @group
9469 4: 4 2: 4 2: 3 4: 3 4: 3 3: 3
9470 3: 2 1: 2 1: 2 3: 2 3: 2 2: 2
9471 2: 2 . . 2: 3 2: 3 1: 3
9472 1: 0 1: 2 1: 1 .
9473 . . .
9474
9475 @key{RET} 0 a = Z [ @key{DEL} @key{DEL} 0 Z : @key{TAB} 1 - @key{TAB} M-2 @key{RET} 1 - z s
9476 @end group
9477 @end smallexample
9478
9479 @noindent
9480 (Note that the value 3 that our dummy @kbd{z s} produces is not correct;
9481 it is merely a placeholder that will do just as well for now.)
9482
9483 @smallexample
9484 @group
9485 3: 3 4: 3 3: 3 2: 3 1: -6
9486 2: 3 3: 3 2: 3 1: 9 .
9487 1: 2 2: 3 1: 3 .
9488 . 1: 2 .
9489 .
9490
9491 M-@key{TAB} M-@key{TAB} @key{TAB} @key{RET} M-@key{TAB} z s * -
9492
9493 @end group
9494 @end smallexample
9495 @noindent
9496 @smallexample
9497 @group
9498 1: -6 2: 4 1: 11 2: 11
9499 . 1: 2 . 1: 11
9500 . .
9501
9502 Z ] Z ] C-x ) Z K s @key{RET} @key{DEL} 4 @key{RET} 2 z s M-@key{RET} k s
9503 @end group
9504 @end smallexample
9505
9506 Even though the result that we got during the definition was highly
9507 bogus, once the definition is complete the @kbd{z s} command gets
9508 the right answers.
9509
9510 Here's the full program once again:
9511
9512 @example
9513 @group
9514 C-x ( M-2 @key{RET} a =
9515 Z [ @key{DEL} @key{DEL} 1
9516 Z : @key{RET} 0 a =
9517 Z [ @key{DEL} @key{DEL} 0
9518 Z : @key{TAB} 1 - @key{TAB} M-2 @key{RET} 1 - z s
9519 M-@key{TAB} M-@key{TAB} @key{TAB} @key{RET} M-@key{TAB} z s * -
9520 Z ]
9521 Z ]
9522 C-x )
9523 @end group
9524 @end example
9525
9526 You can read this definition using @kbd{C-x * m} (@code{read-kbd-macro})
9527 followed by @kbd{Z K s}, without having to make a dummy definition
9528 first, because @code{read-kbd-macro} doesn't need to execute the
9529 definition as it reads it in. For this reason, @code{C-x * m} is often
9530 the easiest way to create recursive programs in Calc.
9531
9532 @node Programming Answer 12, , Programming Answer 11, Answers to Exercises
9533 @subsection Programming Tutorial Exercise 12
9534
9535 @noindent
9536 This turns out to be a much easier way to solve the problem. Let's
9537 denote Stirling numbers as calls of the function @samp{s}.
9538
9539 First, we store the rewrite rules corresponding to the definition of
9540 Stirling numbers in a convenient variable:
9541
9542 @smallexample
9543 s e StirlingRules @key{RET}
9544 [ s(n,n) := 1 :: n >= 0,
9545 s(n,0) := 0 :: n > 0,
9546 s(n,m) := s(n-1,m-1) - (n-1) s(n-1,m) :: n >= m :: m >= 1 ]
9547 C-c C-c
9548 @end smallexample
9549
9550 Now, it's just a matter of applying the rules:
9551
9552 @smallexample
9553 @group
9554 2: 4 1: s(4, 2) 1: 11
9555 1: 2 . .
9556 .
9557
9558 4 @key{RET} 2 C-x ( ' s($$,$) @key{RET} a r StirlingRules @key{RET} C-x )
9559 @end group
9560 @end smallexample
9561
9562 As in the case of the @code{fib} rules, it would be useful to put these
9563 rules in @code{EvalRules} and to add a @samp{:: remember} condition to
9564 the last rule.
9565
9566 @c This ends the table-of-contents kludge from above:
9567 @tex
9568 \global\let\chapternofonts=\oldchapternofonts
9569 @end tex
9570
9571 @c [reference]
9572
9573 @node Introduction, Data Types, Tutorial, Top
9574 @chapter Introduction
9575
9576 @noindent
9577 This chapter is the beginning of the Calc reference manual.
9578 It covers basic concepts such as the stack, algebraic and
9579 numeric entry, undo, numeric prefix arguments, etc.
9580
9581 @c [when-split]
9582 @c (Chapter 2, the Tutorial, has been printed in a separate volume.)
9583
9584 @menu
9585 * Basic Commands::
9586 * Help Commands::
9587 * Stack Basics::
9588 * Numeric Entry::
9589 * Algebraic Entry::
9590 * Quick Calculator::
9591 * Prefix Arguments::
9592 * Undo::
9593 * Error Messages::
9594 * Multiple Calculators::
9595 * Troubleshooting Commands::
9596 @end menu
9597
9598 @node Basic Commands, Help Commands, Introduction, Introduction
9599 @section Basic Commands
9600
9601 @noindent
9602 @pindex calc
9603 @pindex calc-mode
9604 @cindex Starting the Calculator
9605 @cindex Running the Calculator
9606 To start the Calculator in its standard interface, type @kbd{M-x calc}.
9607 By default this creates a pair of small windows, @file{*Calculator*}
9608 and @file{*Calc Trail*}. The former displays the contents of the
9609 Calculator stack and is manipulated exclusively through Calc commands.
9610 It is possible (though not usually necessary) to create several Calc
9611 mode buffers each of which has an independent stack, undo list, and
9612 mode settings. There is exactly one Calc Trail buffer; it records a
9613 list of the results of all calculations that have been done. The
9614 Calc Trail buffer uses a variant of Calc mode, so Calculator commands
9615 still work when the trail buffer's window is selected. It is possible
9616 to turn the trail window off, but the @file{*Calc Trail*} buffer itself
9617 still exists and is updated silently. @xref{Trail Commands}.
9618
9619 @kindex C-x * c
9620 @kindex C-x * *
9621 @ignore
9622 @mindex @null
9623 @end ignore
9624 In most installations, the @kbd{C-x * c} key sequence is a more
9625 convenient way to start the Calculator. Also, @kbd{C-x * *}
9626 is a synonym for @kbd{C-x * c} unless you last used Calc
9627 in its Keypad mode.
9628
9629 @kindex x
9630 @kindex M-x
9631 @pindex calc-execute-extended-command
9632 Most Calc commands use one or two keystrokes. Lower- and upper-case
9633 letters are distinct. Commands may also be entered in full @kbd{M-x} form;
9634 for some commands this is the only form. As a convenience, the @kbd{x}
9635 key (@code{calc-execute-extended-command})
9636 is like @kbd{M-x} except that it enters the initial string @samp{calc-}
9637 for you. For example, the following key sequences are equivalent:
9638 @kbd{S}, @kbd{M-x calc-sin @key{RET}}, @kbd{x sin @key{RET}}.
9639
9640 Although Calc is designed to be used from the keyboard, some of
9641 Calc's more common commands are available from a menu. In the menu, the
9642 arguments to the functions are given by referring to their stack level
9643 numbers.
9644
9645 @cindex Extensions module
9646 @cindex @file{calc-ext} module
9647 The Calculator exists in many parts. When you type @kbd{C-x * c}, the
9648 Emacs ``auto-load'' mechanism will bring in only the first part, which
9649 contains the basic arithmetic functions. The other parts will be
9650 auto-loaded the first time you use the more advanced commands like trig
9651 functions or matrix operations. This is done to improve the response time
9652 of the Calculator in the common case when all you need to do is a
9653 little arithmetic. If for some reason the Calculator fails to load an
9654 extension module automatically, you can force it to load all the
9655 extensions by using the @kbd{C-x * L} (@code{calc-load-everything})
9656 command. @xref{Mode Settings}.
9657
9658 If you type @kbd{M-x calc} or @kbd{C-x * c} with any numeric prefix argument,
9659 the Calculator is loaded if necessary, but it is not actually started.
9660 If the argument is positive, the @file{calc-ext} extensions are also
9661 loaded if necessary. User-written Lisp code that wishes to make use
9662 of Calc's arithmetic routines can use @samp{(calc 0)} or @samp{(calc 1)}
9663 to auto-load the Calculator.
9664
9665 @kindex C-x * b
9666 @pindex full-calc
9667 If you type @kbd{C-x * b}, then next time you use @kbd{C-x * c} you
9668 will get a Calculator that uses the full height of the Emacs screen.
9669 When full-screen mode is on, @kbd{C-x * c} runs the @code{full-calc}
9670 command instead of @code{calc}. From the Unix shell you can type
9671 @samp{emacs -f full-calc} to start a new Emacs specifically for use
9672 as a calculator. When Calc is started from the Emacs command line
9673 like this, Calc's normal ``quit'' commands actually quit Emacs itself.
9674
9675 @kindex C-x * o
9676 @pindex calc-other-window
9677 The @kbd{C-x * o} command is like @kbd{C-x * c} except that the Calc
9678 window is not actually selected. If you are already in the Calc
9679 window, @kbd{C-x * o} switches you out of it. (The regular Emacs
9680 @kbd{C-x o} command would also work for this, but it has a
9681 tendency to drop you into the Calc Trail window instead, which
9682 @kbd{C-x * o} takes care not to do.)
9683
9684 @ignore
9685 @mindex C-x * q
9686 @end ignore
9687 For one quick calculation, you can type @kbd{C-x * q} (@code{quick-calc})
9688 which prompts you for a formula (like @samp{2+3/4}). The result is
9689 displayed at the bottom of the Emacs screen without ever creating
9690 any special Calculator windows. @xref{Quick Calculator}.
9691
9692 @ignore
9693 @mindex C-x * k
9694 @end ignore
9695 Finally, if you are using the X window system you may want to try
9696 @kbd{C-x * k} (@code{calc-keypad}) which runs Calc with a
9697 ``calculator keypad'' picture as well as a stack display. Click on
9698 the keys with the mouse to operate the calculator. @xref{Keypad Mode}.
9699
9700 @kindex q
9701 @pindex calc-quit
9702 @cindex Quitting the Calculator
9703 @cindex Exiting the Calculator
9704 The @kbd{q} key (@code{calc-quit}) exits Calc mode and closes the
9705 Calculator's window(s). It does not delete the Calculator buffers.
9706 If you type @kbd{M-x calc} again, the Calculator will reappear with the
9707 contents of the stack intact. Typing @kbd{C-x * c} or @kbd{C-x * *}
9708 again from inside the Calculator buffer is equivalent to executing
9709 @code{calc-quit}; you can think of @kbd{C-x * *} as toggling the
9710 Calculator on and off.
9711
9712 @kindex C-x * x
9713 The @kbd{C-x * x} command also turns the Calculator off, no matter which
9714 user interface (standard, Keypad, or Embedded) is currently active.
9715 It also cancels @code{calc-edit} mode if used from there.
9716
9717 @kindex d @key{SPC}
9718 @pindex calc-refresh
9719 @cindex Refreshing a garbled display
9720 @cindex Garbled displays, refreshing
9721 The @kbd{d @key{SPC}} key sequence (@code{calc-refresh}) redraws the contents
9722 of the Calculator buffer from memory. Use this if the contents of the
9723 buffer have been damaged somehow.
9724
9725 @ignore
9726 @mindex o
9727 @end ignore
9728 The @kbd{o} key (@code{calc-realign}) moves the cursor back to its
9729 ``home'' position at the bottom of the Calculator buffer.
9730
9731 @kindex <
9732 @kindex >
9733 @pindex calc-scroll-left
9734 @pindex calc-scroll-right
9735 @cindex Horizontal scrolling
9736 @cindex Scrolling
9737 @cindex Wide text, scrolling
9738 The @kbd{<} and @kbd{>} keys are bound to @code{calc-scroll-left} and
9739 @code{calc-scroll-right}. These are just like the normal horizontal
9740 scrolling commands except that they scroll one half-screen at a time by
9741 default. (Calc formats its output to fit within the bounds of the
9742 window whenever it can.)
9743
9744 @kindex @{
9745 @kindex @}
9746 @pindex calc-scroll-down
9747 @pindex calc-scroll-up
9748 @cindex Vertical scrolling
9749 The @kbd{@{} and @kbd{@}} keys are bound to @code{calc-scroll-down}
9750 and @code{calc-scroll-up}. They scroll up or down by one-half the
9751 height of the Calc window.
9752
9753 @kindex C-x * 0
9754 @pindex calc-reset
9755 The @kbd{C-x * 0} command (@code{calc-reset}; that's @kbd{C-x *} followed
9756 by a zero) resets the Calculator to its initial state. This clears
9757 the stack, resets all the modes to their initial values (the values
9758 that were saved with @kbd{m m} (@code{calc-save-modes})), clears the
9759 caches (@pxref{Caches}), and so on. (It does @emph{not} erase the
9760 values of any variables.) With an argument of 0, Calc will be reset to
9761 its default state; namely, the modes will be given their default values.
9762 With a positive prefix argument, @kbd{C-x * 0} preserves the contents of
9763 the stack but resets everything else to its initial state; with a
9764 negative prefix argument, @kbd{C-x * 0} preserves the contents of the
9765 stack but resets everything else to its default state.
9766
9767 @node Help Commands, Stack Basics, Basic Commands, Introduction
9768 @section Help Commands
9769
9770 @noindent
9771 @cindex Help commands
9772 @kindex ?
9773 @kindex a ?
9774 @kindex b ?
9775 @kindex c ?
9776 @kindex d ?
9777 @kindex f ?
9778 @kindex g ?
9779 @kindex j ?
9780 @kindex k ?
9781 @kindex m ?
9782 @kindex r ?
9783 @kindex s ?
9784 @kindex t ?
9785 @kindex u ?
9786 @kindex v ?
9787 @kindex V ?
9788 @kindex z ?
9789 @kindex Z ?
9790 @pindex calc-help
9791 The @kbd{?} key (@code{calc-help}) displays a series of brief help messages.
9792 Some keys (such as @kbd{b} and @kbd{d}) are prefix keys, like Emacs's
9793 @key{ESC} and @kbd{C-x} prefixes. You can type
9794 @kbd{?} after a prefix to see a list of commands beginning with that
9795 prefix. (If the message includes @samp{[MORE]}, press @kbd{?} again
9796 to see additional commands for that prefix.)
9797
9798 @kindex h h
9799 @pindex calc-full-help
9800 The @kbd{h h} (@code{calc-full-help}) command displays all the @kbd{?}
9801 responses at once. When printed, this makes a nice, compact (three pages)
9802 summary of Calc keystrokes.
9803
9804 In general, the @kbd{h} key prefix introduces various commands that
9805 provide help within Calc. Many of the @kbd{h} key functions are
9806 Calc-specific analogues to the @kbd{C-h} functions for Emacs help.
9807
9808 @kindex h i
9809 @kindex C-x * i
9810 @kindex i
9811 @pindex calc-info
9812 The @kbd{h i} (@code{calc-info}) command runs the Emacs Info system
9813 to read this manual on-line. This is basically the same as typing
9814 @kbd{C-h i} (the regular way to run the Info system), then, if Info
9815 is not already in the Calc manual, selecting the beginning of the
9816 manual. The @kbd{C-x * i} command is another way to read the Calc
9817 manual; it is different from @kbd{h i} in that it works any time,
9818 not just inside Calc. The plain @kbd{i} key is also equivalent to
9819 @kbd{h i}, though this key is obsolete and may be replaced with a
9820 different command in a future version of Calc.
9821
9822 @kindex h t
9823 @kindex C-x * t
9824 @pindex calc-tutorial
9825 The @kbd{h t} (@code{calc-tutorial}) command runs the Info system on
9826 the Tutorial section of the Calc manual. It is like @kbd{h i},
9827 except that it selects the starting node of the tutorial rather
9828 than the beginning of the whole manual. (It actually selects the
9829 node ``Interactive Tutorial'' which tells a few things about
9830 using the Info system before going on to the actual tutorial.)
9831 The @kbd{C-x * t} key is equivalent to @kbd{h t} (but it works at
9832 all times).
9833
9834 @kindex h s
9835 @kindex C-x * s
9836 @pindex calc-info-summary
9837 The @kbd{h s} (@code{calc-info-summary}) command runs the Info system
9838 on the Summary node of the Calc manual. @xref{Summary}. The @kbd{C-x * s}
9839 key is equivalent to @kbd{h s}.
9840
9841 @kindex h k
9842 @pindex calc-describe-key
9843 The @kbd{h k} (@code{calc-describe-key}) command looks up a key
9844 sequence in the Calc manual. For example, @kbd{h k H a S} looks
9845 up the documentation on the @kbd{H a S} (@code{calc-solve-for})
9846 command. This works by looking up the textual description of
9847 the key(s) in the Key Index of the manual, then jumping to the
9848 node indicated by the index.
9849
9850 Most Calc commands do not have traditional Emacs documentation
9851 strings, since the @kbd{h k} command is both more convenient and
9852 more instructive. This means the regular Emacs @kbd{C-h k}
9853 (@code{describe-key}) command will not be useful for Calc keystrokes.
9854
9855 @kindex h c
9856 @pindex calc-describe-key-briefly
9857 The @kbd{h c} (@code{calc-describe-key-briefly}) command reads a
9858 key sequence and displays a brief one-line description of it at
9859 the bottom of the screen. It looks for the key sequence in the
9860 Summary node of the Calc manual; if it doesn't find the sequence
9861 there, it acts just like its regular Emacs counterpart @kbd{C-h c}
9862 (@code{describe-key-briefly}). For example, @kbd{h c H a S}
9863 gives the description:
9864
9865 @smallexample
9866 H a S runs calc-solve-for: a `H a S' v => fsolve(a,v) (?=notes)
9867 @end smallexample
9868
9869 @noindent
9870 which means the command @kbd{H a S} or @kbd{H M-x calc-solve-for}
9871 takes a value @expr{a} from the stack, prompts for a value @expr{v},
9872 then applies the algebraic function @code{fsolve} to these values.
9873 The @samp{?=notes} message means you can now type @kbd{?} to see
9874 additional notes from the summary that apply to this command.
9875
9876 @kindex h f
9877 @pindex calc-describe-function
9878 The @kbd{h f} (@code{calc-describe-function}) command looks up an
9879 algebraic function or a command name in the Calc manual. Enter an
9880 algebraic function name to look up that function in the Function
9881 Index or enter a command name beginning with @samp{calc-} to look it
9882 up in the Command Index. This command will also look up operator
9883 symbols that can appear in algebraic formulas, like @samp{%} and
9884 @samp{=>}.
9885
9886 @kindex h v
9887 @pindex calc-describe-variable
9888 The @kbd{h v} (@code{calc-describe-variable}) command looks up a
9889 variable in the Calc manual. Enter a variable name like @code{pi} or
9890 @code{PlotRejects}.
9891
9892 @kindex h b
9893 @pindex describe-bindings
9894 The @kbd{h b} (@code{calc-describe-bindings}) command is just like
9895 @kbd{C-h b}, except that only local (Calc-related) key bindings are
9896 listed.
9897
9898 @kindex h n
9899 The @kbd{h n} or @kbd{h C-n} (@code{calc-view-news}) command displays
9900 the ``news'' or change history of Emacs, and jumps to the most recent
9901 portion concerning Calc (if present). For older history, see the file
9902 @file{etc/CALC-NEWS} in the Emacs distribution.
9903
9904 @kindex h C-c
9905 @kindex h C-d
9906 @kindex h C-w
9907 The @kbd{h C-c}, @kbd{h C-d}, and @kbd{h C-w} keys display copying,
9908 distribution, and warranty information about Calc. These work by
9909 pulling up the appropriate parts of the ``Copying'' or ``Reporting
9910 Bugs'' sections of the manual.
9911
9912 @node Stack Basics, Numeric Entry, Help Commands, Introduction
9913 @section Stack Basics
9914
9915 @noindent
9916 @cindex Stack basics
9917 @c [fix-tut RPN Calculations and the Stack]
9918 Calc uses RPN notation. If you are not familiar with RPN, @pxref{RPN
9919 Tutorial}.
9920
9921 To add the numbers 1 and 2 in Calc you would type the keys:
9922 @kbd{1 @key{RET} 2 +}.
9923 (@key{RET} corresponds to the @key{ENTER} key on most calculators.)
9924 The first three keystrokes ``push'' the numbers 1 and 2 onto the stack. The
9925 @kbd{+} key always ``pops'' the top two numbers from the stack, adds them,
9926 and pushes the result (3) back onto the stack. This number is ready for
9927 further calculations: @kbd{5 -} pushes 5 onto the stack, then pops the
9928 3 and 5, subtracts them, and pushes the result (@mathit{-2}).
9929
9930 Note that the ``top'' of the stack actually appears at the @emph{bottom}
9931 of the buffer. A line containing a single @samp{.} character signifies
9932 the end of the buffer; Calculator commands operate on the number(s)
9933 directly above this line. The @kbd{d t} (@code{calc-truncate-stack})
9934 command allows you to move the @samp{.} marker up and down in the stack;
9935 @pxref{Truncating the Stack}.
9936
9937 @kindex d l
9938 @pindex calc-line-numbering
9939 Stack elements are numbered consecutively, with number 1 being the top of
9940 the stack. These line numbers are ordinarily displayed on the lefthand side
9941 of the window. The @kbd{d l} (@code{calc-line-numbering}) command controls
9942 whether these numbers appear. (Line numbers may be turned off since they
9943 slow the Calculator down a bit and also clutter the display.)
9944
9945 @kindex o
9946 @pindex calc-realign
9947 The unshifted letter @kbd{o} (@code{calc-realign}) command repositions
9948 the cursor to its top-of-stack ``home'' position. It also undoes any
9949 horizontal scrolling in the window. If you give it a numeric prefix
9950 argument, it instead moves the cursor to the specified stack element.
9951
9952 The @key{RET} (or equivalent @key{SPC}) key is only required to separate
9953 two consecutive numbers.
9954 (After all, if you typed @kbd{1 2} by themselves the Calculator
9955 would enter the number 12.) If you press @key{RET} or @key{SPC} @emph{not}
9956 right after typing a number, the key duplicates the number on the top of
9957 the stack. @kbd{@key{RET} *} is thus a handy way to square a number.
9958
9959 The @key{DEL} key pops and throws away the top number on the stack.
9960 The @key{TAB} key swaps the top two objects on the stack.
9961 @xref{Stack and Trail}, for descriptions of these and other stack-related
9962 commands.
9963
9964 @node Numeric Entry, Algebraic Entry, Stack Basics, Introduction
9965 @section Numeric Entry
9966
9967 @noindent
9968 @kindex 0-9
9969 @kindex .
9970 @kindex e
9971 @cindex Numeric entry
9972 @cindex Entering numbers
9973 Pressing a digit or other numeric key begins numeric entry using the
9974 minibuffer. The number is pushed on the stack when you press the @key{RET}
9975 or @key{SPC} keys. If you press any other non-numeric key, the number is
9976 pushed onto the stack and the appropriate operation is performed. If
9977 you press a numeric key which is not valid, the key is ignored.
9978
9979 @cindex Minus signs
9980 @cindex Negative numbers, entering
9981 @kindex _
9982 There are three different concepts corresponding to the word ``minus,''
9983 typified by @expr{a-b} (subtraction), @expr{-x}
9984 (change-sign), and @expr{-5} (negative number). Calc uses three
9985 different keys for these operations, respectively:
9986 @kbd{-}, @kbd{n}, and @kbd{_} (the underscore). The @kbd{-} key subtracts
9987 the two numbers on the top of the stack. The @kbd{n} key changes the sign
9988 of the number on the top of the stack or the number currently being entered.
9989 The @kbd{_} key begins entry of a negative number or changes the sign of
9990 the number currently being entered. The following sequences all enter the
9991 number @mathit{-5} onto the stack: @kbd{0 @key{RET} 5 -}, @kbd{5 n @key{RET}},
9992 @kbd{5 @key{RET} n}, @kbd{_ 5 @key{RET}}, @kbd{5 _ @key{RET}}.
9993
9994 Some other keys are active during numeric entry, such as @kbd{#} for
9995 non-decimal numbers, @kbd{:} for fractions, and @kbd{@@} for HMS forms.
9996 These notations are described later in this manual with the corresponding
9997 data types. @xref{Data Types}.
9998
9999 During numeric entry, the only editing key available is @key{DEL}.
10000
10001 @node Algebraic Entry, Quick Calculator, Numeric Entry, Introduction
10002 @section Algebraic Entry
10003
10004 @noindent
10005 @kindex '
10006 @pindex calc-algebraic-entry
10007 @cindex Algebraic notation
10008 @cindex Formulas, entering
10009 The @kbd{'} (@code{calc-algebraic-entry}) command can be used to enter
10010 calculations in algebraic form. This is accomplished by typing the
10011 apostrophe key, ', followed by the expression in standard format:
10012
10013 @example
10014 ' 2+3*4 @key{RET}.
10015 @end example
10016
10017 @noindent
10018 This will compute
10019 @texline @math{2+(3\times4) = 14}
10020 @infoline @expr{2+(3*4) = 14}
10021 and push it on the stack. If you wish you can
10022 ignore the RPN aspect of Calc altogether and simply enter algebraic
10023 expressions in this way. You may want to use @key{DEL} every so often to
10024 clear previous results off the stack.
10025
10026 You can press the apostrophe key during normal numeric entry to switch
10027 the half-entered number into Algebraic entry mode. One reason to do
10028 this would be to fix a typo, as the full Emacs cursor motion and editing
10029 keys are available during algebraic entry but not during numeric entry.
10030
10031 In the same vein, during either numeric or algebraic entry you can
10032 press @kbd{`} (grave accent) to switch to @code{calc-edit} mode, where
10033 you complete your half-finished entry in a separate buffer.
10034 @xref{Editing Stack Entries}.
10035
10036 @kindex m a
10037 @pindex calc-algebraic-mode
10038 @cindex Algebraic Mode
10039 If you prefer algebraic entry, you can use the command @kbd{m a}
10040 (@code{calc-algebraic-mode}) to set Algebraic mode. In this mode,
10041 digits and other keys that would normally start numeric entry instead
10042 start full algebraic entry; as long as your formula begins with a digit
10043 you can omit the apostrophe. Open parentheses and square brackets also
10044 begin algebraic entry. You can still do RPN calculations in this mode,
10045 but you will have to press @key{RET} to terminate every number:
10046 @kbd{2 @key{RET} 3 @key{RET} * 4 @key{RET} +} would accomplish the same
10047 thing as @kbd{2*3+4 @key{RET}}.
10048
10049 @cindex Incomplete Algebraic Mode
10050 If you give a numeric prefix argument like @kbd{C-u} to the @kbd{m a}
10051 command, it enables Incomplete Algebraic mode; this is like regular
10052 Algebraic mode except that it applies to the @kbd{(} and @kbd{[} keys
10053 only. Numeric keys still begin a numeric entry in this mode.
10054
10055 @kindex m t
10056 @pindex calc-total-algebraic-mode
10057 @cindex Total Algebraic Mode
10058 The @kbd{m t} (@code{calc-total-algebraic-mode}) gives you an even
10059 stronger algebraic-entry mode, in which @emph{all} regular letter and
10060 punctuation keys begin algebraic entry. Use this if you prefer typing
10061 @w{@kbd{sqrt( )}} instead of @kbd{Q}, @w{@kbd{factor( )}} instead of
10062 @kbd{a f}, and so on. To type regular Calc commands when you are in
10063 Total Algebraic mode, hold down the @key{META} key. Thus @kbd{M-q}
10064 is the command to quit Calc, @kbd{M-p} sets the precision, and
10065 @kbd{M-m t} (or @kbd{M-m M-t}, if you prefer) turns Total Algebraic
10066 mode back off again. Meta keys also terminate algebraic entry, so
10067 that @kbd{2+3 M-S} is equivalent to @kbd{2+3 @key{RET} M-S}. The symbol
10068 @samp{Alg*} will appear in the mode line whenever you are in this mode.
10069
10070 Pressing @kbd{'} (the apostrophe) a second time re-enters the previous
10071 algebraic formula. You can then use the normal Emacs editing keys to
10072 modify this formula to your liking before pressing @key{RET}.
10073
10074 @kindex $
10075 @cindex Formulas, referring to stack
10076 Within a formula entered from the keyboard, the symbol @kbd{$}
10077 represents the number on the top of the stack. If an entered formula
10078 contains any @kbd{$} characters, the Calculator replaces the top of
10079 stack with that formula rather than simply pushing the formula onto the
10080 stack. Thus, @kbd{' 1+2 @key{RET}} pushes 3 on the stack, and @kbd{$*2
10081 @key{RET}} replaces it with 6. Note that the @kbd{$} key always
10082 initiates algebraic entry; the @kbd{'} is unnecessary if @kbd{$} is the
10083 first character in the new formula.
10084
10085 Higher stack elements can be accessed from an entered formula with the
10086 symbols @kbd{$$}, @kbd{$$$}, and so on. The number of stack elements
10087 removed (to be replaced by the entered values) equals the number of dollar
10088 signs in the longest such symbol in the formula. For example, @samp{$$+$$$}
10089 adds the second and third stack elements, replacing the top three elements
10090 with the answer. (All information about the top stack element is thus lost
10091 since no single @samp{$} appears in this formula.)
10092
10093 A slightly different way to refer to stack elements is with a dollar
10094 sign followed by a number: @samp{$1}, @samp{$2}, and so on are much
10095 like @samp{$}, @samp{$$}, etc., except that stack entries referred
10096 to numerically are not replaced by the algebraic entry. That is, while
10097 @samp{$+1} replaces 5 on the stack with 6, @samp{$1+1} leaves the 5
10098 on the stack and pushes an additional 6.
10099
10100 If a sequence of formulas are entered separated by commas, each formula
10101 is pushed onto the stack in turn. For example, @samp{1,2,3} pushes
10102 those three numbers onto the stack (leaving the 3 at the top), and
10103 @samp{$+1,$-1} replaces a 5 on the stack with 4 followed by 6. Also,
10104 @samp{$,$$} exchanges the top two elements of the stack, just like the
10105 @key{TAB} key.
10106
10107 You can finish an algebraic entry with @kbd{M-=} or @kbd{M-@key{RET}} instead
10108 of @key{RET}. This uses @kbd{=} to evaluate the variables in each
10109 formula that goes onto the stack. (Thus @kbd{' pi @key{RET}} pushes
10110 the variable @samp{pi}, but @kbd{' pi M-@key{RET}} pushes 3.1415.)
10111
10112 If you finish your algebraic entry by pressing @key{LFD} (or @kbd{C-j})
10113 instead of @key{RET}, Calc disables simplification
10114 (as if by @kbd{m O}; @pxref{Simplification Modes}) while the entry
10115 is being pushed on the stack. Thus @kbd{' 1+2 @key{RET}} pushes 3
10116 on the stack, but @kbd{' 1+2 @key{LFD}} pushes the formula @expr{1+2};
10117 you might then press @kbd{=} when it is time to evaluate this formula.
10118
10119 @node Quick Calculator, Prefix Arguments, Algebraic Entry, Introduction
10120 @section ``Quick Calculator'' Mode
10121
10122 @noindent
10123 @kindex C-x * q
10124 @pindex quick-calc
10125 @cindex Quick Calculator
10126 There is another way to invoke the Calculator if all you need to do
10127 is make one or two quick calculations. Type @kbd{C-x * q} (or
10128 @kbd{M-x quick-calc}), then type any formula as an algebraic entry.
10129 The Calculator will compute the result and display it in the echo
10130 area, without ever actually putting up a Calc window.
10131
10132 You can use the @kbd{$} character in a Quick Calculator formula to
10133 refer to the previous Quick Calculator result. Older results are
10134 not retained; the Quick Calculator has no effect on the full
10135 Calculator's stack or trail. If you compute a result and then
10136 forget what it was, just run @code{C-x * q} again and enter
10137 @samp{$} as the formula.
10138
10139 If this is the first time you have used the Calculator in this Emacs
10140 session, the @kbd{C-x * q} command will create the @file{*Calculator*}
10141 buffer and perform all the usual initializations; it simply will
10142 refrain from putting that buffer up in a new window. The Quick
10143 Calculator refers to the @file{*Calculator*} buffer for all mode
10144 settings. Thus, for example, to set the precision that the Quick
10145 Calculator uses, simply run the full Calculator momentarily and use
10146 the regular @kbd{p} command.
10147
10148 If you use @code{C-x * q} from inside the Calculator buffer, the
10149 effect is the same as pressing the apostrophe key (algebraic entry).
10150
10151 The result of a Quick calculation is placed in the Emacs ``kill ring''
10152 as well as being displayed. A subsequent @kbd{C-y} command will
10153 yank the result into the editing buffer. You can also use this
10154 to yank the result into the next @kbd{C-x * q} input line as a more
10155 explicit alternative to @kbd{$} notation, or to yank the result
10156 into the Calculator stack after typing @kbd{C-x * c}.
10157
10158 If you give a prefix argument to @kbd{C-x * q} or finish your formula
10159 by typing @key{LFD} (or @kbd{C-j}) instead of @key{RET}, the result is
10160 inserted immediately into the current buffer rather than going into
10161 the kill ring.
10162
10163 Quick Calculator results are actually evaluated as if by the @kbd{=}
10164 key (which replaces variable names by their stored values, if any).
10165 If the formula you enter is an assignment to a variable using the
10166 @samp{:=} operator, say, @samp{foo := 2 + 3} or @samp{foo := foo + 1},
10167 then the result of the evaluation is stored in that Calc variable.
10168 @xref{Store and Recall}.
10169
10170 If the result is an integer and the current display radix is decimal,
10171 the number will also be displayed in hex, octal and binary formats. If
10172 the integer is in the range from 1 to 126, it will also be displayed as
10173 an ASCII character.
10174
10175 For example, the quoted character @samp{"x"} produces the vector
10176 result @samp{[120]} (because 120 is the ASCII code of the lower-case
10177 ``x''; @pxref{Strings}). Since this is a vector, not an integer, it
10178 is displayed only according to the current mode settings. But
10179 running Quick Calc again and entering @samp{120} will produce the
10180 result @samp{120 (16#78, 8#170, x)} which shows the number in its
10181 decimal, hexadecimal, octal, and ASCII forms.
10182
10183 Please note that the Quick Calculator is not any faster at loading
10184 or computing the answer than the full Calculator; the name ``quick''
10185 merely refers to the fact that it's much less hassle to use for
10186 small calculations.
10187
10188 @node Prefix Arguments, Undo, Quick Calculator, Introduction
10189 @section Numeric Prefix Arguments
10190
10191 @noindent
10192 Many Calculator commands use numeric prefix arguments. Some, such as
10193 @kbd{d s} (@code{calc-sci-notation}), set a parameter to the value of
10194 the prefix argument or use a default if you don't use a prefix.
10195 Others (like @kbd{d f} (@code{calc-fix-notation})) require an argument
10196 and prompt for a number if you don't give one as a prefix.
10197
10198 As a rule, stack-manipulation commands accept a numeric prefix argument
10199 which is interpreted as an index into the stack. A positive argument
10200 operates on the top @var{n} stack entries; a negative argument operates
10201 on the @var{n}th stack entry in isolation; and a zero argument operates
10202 on the entire stack.
10203
10204 Most commands that perform computations (such as the arithmetic and
10205 scientific functions) accept a numeric prefix argument that allows the
10206 operation to be applied across many stack elements. For unary operations
10207 (that is, functions of one argument like absolute value or complex
10208 conjugate), a positive prefix argument applies that function to the top
10209 @var{n} stack entries simultaneously, and a negative argument applies it
10210 to the @var{n}th stack entry only. For binary operations (functions of
10211 two arguments like addition, GCD, and vector concatenation), a positive
10212 prefix argument ``reduces'' the function across the top @var{n}
10213 stack elements (for example, @kbd{C-u 5 +} sums the top 5 stack entries;
10214 @pxref{Reducing and Mapping}), and a negative argument maps the next-to-top
10215 @var{n} stack elements with the top stack element as a second argument
10216 (for example, @kbd{7 c-u -5 +} adds 7 to the top 5 stack elements).
10217 This feature is not available for operations which use the numeric prefix
10218 argument for some other purpose.
10219
10220 Numeric prefixes are specified the same way as always in Emacs: Press
10221 a sequence of @key{META}-digits, or press @key{ESC} followed by digits,
10222 or press @kbd{C-u} followed by digits. Some commands treat plain
10223 @kbd{C-u} (without any actual digits) specially.
10224
10225 @kindex ~
10226 @pindex calc-num-prefix
10227 You can type @kbd{~} (@code{calc-num-prefix}) to pop an integer from the
10228 top of the stack and enter it as the numeric prefix for the next command.
10229 For example, @kbd{C-u 16 p} sets the precision to 16 digits; an alternate
10230 (silly) way to do this would be @kbd{2 @key{RET} 4 ^ ~ p}, i.e., compute 2
10231 to the fourth power and set the precision to that value.
10232
10233 Conversely, if you have typed a numeric prefix argument the @kbd{~} key
10234 pushes it onto the stack in the form of an integer.
10235
10236 @node Undo, Error Messages, Prefix Arguments, Introduction
10237 @section Undoing Mistakes
10238
10239 @noindent
10240 @kindex U
10241 @kindex C-_
10242 @pindex calc-undo
10243 @cindex Mistakes, undoing
10244 @cindex Undoing mistakes
10245 @cindex Errors, undoing
10246 The shift-@kbd{U} key (@code{calc-undo}) undoes the most recent operation.
10247 If that operation added or dropped objects from the stack, those objects
10248 are removed or restored. If it was a ``store'' operation, you are
10249 queried whether or not to restore the variable to its original value.
10250 The @kbd{U} key may be pressed any number of times to undo successively
10251 farther back in time; with a numeric prefix argument it undoes a
10252 specified number of operations. When the Calculator is quit, as with
10253 the @kbd{q} (@code{calc-quit}) command, the undo history will be
10254 truncated to the length of the customizable variable
10255 @code{calc-undo-length} (@pxref{Customizing Calc}), which by default
10256 is @expr{100}. (Recall that @kbd{C-x * c} is synonymous with
10257 @code{calc-quit} while inside the Calculator; this also truncates the
10258 undo history.)
10259
10260 Currently the mode-setting commands (like @code{calc-precision}) are not
10261 undoable. You can undo past a point where you changed a mode, but you
10262 will need to reset the mode yourself.
10263
10264 @kindex D
10265 @pindex calc-redo
10266 @cindex Redoing after an Undo
10267 The shift-@kbd{D} key (@code{calc-redo}) redoes an operation that was
10268 mistakenly undone. Pressing @kbd{U} with a negative prefix argument is
10269 equivalent to executing @code{calc-redo}. You can redo any number of
10270 times, up to the number of recent consecutive undo commands. Redo
10271 information is cleared whenever you give any command that adds new undo
10272 information, i.e., if you undo, then enter a number on the stack or make
10273 any other change, then it will be too late to redo.
10274
10275 @kindex M-@key{RET}
10276 @pindex calc-last-args
10277 @cindex Last-arguments feature
10278 @cindex Arguments, restoring
10279 The @kbd{M-@key{RET}} key (@code{calc-last-args}) is like undo in that
10280 it restores the arguments of the most recent command onto the stack;
10281 however, it does not remove the result of that command. Given a numeric
10282 prefix argument, this command applies to the @expr{n}th most recent
10283 command which removed items from the stack; it pushes those items back
10284 onto the stack.
10285
10286 The @kbd{K} (@code{calc-keep-args}) command provides a related function
10287 to @kbd{M-@key{RET}}. @xref{Stack and Trail}.
10288
10289 It is also possible to recall previous results or inputs using the trail.
10290 @xref{Trail Commands}.
10291
10292 The standard Emacs @kbd{C-_} undo key is recognized as a synonym for @kbd{U}.
10293
10294 @node Error Messages, Multiple Calculators, Undo, Introduction
10295 @section Error Messages
10296
10297 @noindent
10298 @kindex w
10299 @pindex calc-why
10300 @cindex Errors, messages
10301 @cindex Why did an error occur?
10302 Many situations that would produce an error message in other calculators
10303 simply create unsimplified formulas in the Emacs Calculator. For example,
10304 @kbd{1 @key{RET} 0 /} pushes the formula @expr{1 / 0}; @w{@kbd{0 L}} pushes
10305 the formula @samp{ln(0)}. Floating-point overflow and underflow are also
10306 reasons for this to happen.
10307
10308 When a function call must be left in symbolic form, Calc usually
10309 produces a message explaining why. Messages that are probably
10310 surprising or indicative of user errors are displayed automatically.
10311 Other messages are simply kept in Calc's memory and are displayed only
10312 if you type @kbd{w} (@code{calc-why}). You can also press @kbd{w} if
10313 the same computation results in several messages. (The first message
10314 will end with @samp{[w=more]} in this case.)
10315
10316 @kindex d w
10317 @pindex calc-auto-why
10318 The @kbd{d w} (@code{calc-auto-why}) command controls when error messages
10319 are displayed automatically. (Calc effectively presses @kbd{w} for you
10320 after your computation finishes.) By default, this occurs only for
10321 ``important'' messages. The other possible modes are to report
10322 @emph{all} messages automatically, or to report none automatically (so
10323 that you must always press @kbd{w} yourself to see the messages).
10324
10325 @node Multiple Calculators, Troubleshooting Commands, Error Messages, Introduction
10326 @section Multiple Calculators
10327
10328 @noindent
10329 @pindex another-calc
10330 It is possible to have any number of Calc mode buffers at once.
10331 Usually this is done by executing @kbd{M-x another-calc}, which
10332 is similar to @kbd{C-x * c} except that if a @file{*Calculator*}
10333 buffer already exists, a new, independent one with a name of the
10334 form @file{*Calculator*<@var{n}>} is created. You can also use the
10335 command @code{calc-mode} to put any buffer into Calculator mode, but
10336 this would ordinarily never be done.
10337
10338 The @kbd{q} (@code{calc-quit}) command does not destroy a Calculator buffer;
10339 it only closes its window. Use @kbd{M-x kill-buffer} to destroy a
10340 Calculator buffer.
10341
10342 Each Calculator buffer keeps its own stack, undo list, and mode settings
10343 such as precision, angular mode, and display formats. In Emacs terms,
10344 variables such as @code{calc-stack} are buffer-local variables. The
10345 global default values of these variables are used only when a new
10346 Calculator buffer is created. The @code{calc-quit} command saves
10347 the stack and mode settings of the buffer being quit as the new defaults.
10348
10349 There is only one trail buffer, @file{*Calc Trail*}, used by all
10350 Calculator buffers.
10351
10352 @node Troubleshooting Commands, , Multiple Calculators, Introduction
10353 @section Troubleshooting Commands
10354
10355 @noindent
10356 This section describes commands you can use in case a computation
10357 incorrectly fails or gives the wrong answer.
10358
10359 @xref{Reporting Bugs}, if you find a problem that appears to be due
10360 to a bug or deficiency in Calc.
10361
10362 @menu
10363 * Autoloading Problems::
10364 * Recursion Depth::
10365 * Caches::
10366 * Debugging Calc::
10367 @end menu
10368
10369 @node Autoloading Problems, Recursion Depth, Troubleshooting Commands, Troubleshooting Commands
10370 @subsection Autoloading Problems
10371
10372 @noindent
10373 The Calc program is split into many component files; components are
10374 loaded automatically as you use various commands that require them.
10375 Occasionally Calc may lose track of when a certain component is
10376 necessary; typically this means you will type a command and it won't
10377 work because some function you've never heard of was undefined.
10378
10379 @kindex C-x * L
10380 @pindex calc-load-everything
10381 If this happens, the easiest workaround is to type @kbd{C-x * L}
10382 (@code{calc-load-everything}) to force all the parts of Calc to be
10383 loaded right away. This will cause Emacs to take up a lot more
10384 memory than it would otherwise, but it's guaranteed to fix the problem.
10385
10386 @node Recursion Depth, Caches, Autoloading Problems, Troubleshooting Commands
10387 @subsection Recursion Depth
10388
10389 @noindent
10390 @kindex M
10391 @kindex I M
10392 @pindex calc-more-recursion-depth
10393 @pindex calc-less-recursion-depth
10394 @cindex Recursion depth
10395 @cindex ``Computation got stuck'' message
10396 @cindex @code{max-lisp-eval-depth}
10397 @cindex @code{max-specpdl-size}
10398 Calc uses recursion in many of its calculations. Emacs Lisp keeps a
10399 variable @code{max-lisp-eval-depth} which limits the amount of recursion
10400 possible in an attempt to recover from program bugs. If a calculation
10401 ever halts incorrectly with the message ``Computation got stuck or
10402 ran too long,'' use the @kbd{M} command (@code{calc-more-recursion-depth})
10403 to increase this limit. (Of course, this will not help if the
10404 calculation really did get stuck due to some problem inside Calc.)
10405
10406 The limit is always increased (multiplied) by a factor of two. There
10407 is also an @kbd{I M} (@code{calc-less-recursion-depth}) command which
10408 decreases this limit by a factor of two, down to a minimum value of 200.
10409 The default value is 1000.
10410
10411 These commands also double or halve @code{max-specpdl-size}, another
10412 internal Lisp recursion limit. The minimum value for this limit is 600.
10413
10414 @node Caches, Debugging Calc, Recursion Depth, Troubleshooting Commands
10415 @subsection Caches
10416
10417 @noindent
10418 @cindex Caches
10419 @cindex Flushing caches
10420 Calc saves certain values after they have been computed once. For
10421 example, the @kbd{P} (@code{calc-pi}) command initially ``knows'' the
10422 constant @cpi{} to about 20 decimal places; if the current precision
10423 is greater than this, it will recompute @cpi{} using a series
10424 approximation. This value will not need to be recomputed ever again
10425 unless you raise the precision still further. Many operations such as
10426 logarithms and sines make use of similarly cached values such as
10427 @cpiover{4} and
10428 @texline @math{\ln 2}.
10429 @infoline @expr{ln(2)}.
10430 The visible effect of caching is that
10431 high-precision computations may seem to do extra work the first time.
10432 Other things cached include powers of two (for the binary arithmetic
10433 functions), matrix inverses and determinants, symbolic integrals, and
10434 data points computed by the graphing commands.
10435
10436 @pindex calc-flush-caches
10437 If you suspect a Calculator cache has become corrupt, you can use the
10438 @code{calc-flush-caches} command to reset all caches to the empty state.
10439 (This should only be necessary in the event of bugs in the Calculator.)
10440 The @kbd{C-x * 0} (with the zero key) command also resets caches along
10441 with all other aspects of the Calculator's state.
10442
10443 @node Debugging Calc, , Caches, Troubleshooting Commands
10444 @subsection Debugging Calc
10445
10446 @noindent
10447 A few commands exist to help in the debugging of Calc commands.
10448 @xref{Programming}, to see the various ways that you can write
10449 your own Calc commands.
10450
10451 @kindex Z T
10452 @pindex calc-timing
10453 The @kbd{Z T} (@code{calc-timing}) command turns on and off a mode
10454 in which the timing of slow commands is reported in the Trail.
10455 Any Calc command that takes two seconds or longer writes a line
10456 to the Trail showing how many seconds it took. This value is
10457 accurate only to within one second.
10458
10459 All steps of executing a command are included; in particular, time
10460 taken to format the result for display in the stack and trail is
10461 counted. Some prompts also count time taken waiting for them to
10462 be answered, while others do not; this depends on the exact
10463 implementation of the command. For best results, if you are timing
10464 a sequence that includes prompts or multiple commands, define a
10465 keyboard macro to run the whole sequence at once. Calc's @kbd{X}
10466 command (@pxref{Keyboard Macros}) will then report the time taken
10467 to execute the whole macro.
10468
10469 Another advantage of the @kbd{X} command is that while it is
10470 executing, the stack and trail are not updated from step to step.
10471 So if you expect the output of your test sequence to leave a result
10472 that may take a long time to format and you don't wish to count
10473 this formatting time, end your sequence with a @key{DEL} keystroke
10474 to clear the result from the stack. When you run the sequence with
10475 @kbd{X}, Calc will never bother to format the large result.
10476
10477 Another thing @kbd{Z T} does is to increase the Emacs variable
10478 @code{gc-cons-threshold} to a much higher value (two million; the
10479 usual default in Calc is 250,000) for the duration of each command.
10480 This generally prevents garbage collection during the timing of
10481 the command, though it may cause your Emacs process to grow
10482 abnormally large. (Garbage collection time is a major unpredictable
10483 factor in the timing of Emacs operations.)
10484
10485 Another command that is useful when debugging your own Lisp
10486 extensions to Calc is @kbd{M-x calc-pass-errors}, which disables
10487 the error handler that changes the ``@code{max-lisp-eval-depth}
10488 exceeded'' message to the much more friendly ``Computation got
10489 stuck or ran too long.'' This handler interferes with the Emacs
10490 Lisp debugger's @code{debug-on-error} mode. Errors are reported
10491 in the handler itself rather than at the true location of the
10492 error. After you have executed @code{calc-pass-errors}, Lisp
10493 errors will be reported correctly but the user-friendly message
10494 will be lost.
10495
10496 @node Data Types, Stack and Trail, Introduction, Top
10497 @chapter Data Types
10498
10499 @noindent
10500 This chapter discusses the various types of objects that can be placed
10501 on the Calculator stack, how they are displayed, and how they are
10502 entered. (@xref{Data Type Formats}, for information on how these data
10503 types are represented as underlying Lisp objects.)
10504
10505 Integers, fractions, and floats are various ways of describing real
10506 numbers. HMS forms also for many purposes act as real numbers. These
10507 types can be combined to form complex numbers, modulo forms, error forms,
10508 or interval forms. (But these last four types cannot be combined
10509 arbitrarily: error forms may not contain modulo forms, for example.)
10510 Finally, all these types of numbers may be combined into vectors,
10511 matrices, or algebraic formulas.
10512
10513 @menu
10514 * Integers:: The most basic data type.
10515 * Fractions:: This and above are called @dfn{rationals}.
10516 * Floats:: This and above are called @dfn{reals}.
10517 * Complex Numbers:: This and above are called @dfn{numbers}.
10518 * Infinities::
10519 * Vectors and Matrices::
10520 * Strings::
10521 * HMS Forms::
10522 * Date Forms::
10523 * Modulo Forms::
10524 * Error Forms::
10525 * Interval Forms::
10526 * Incomplete Objects::
10527 * Variables::
10528 * Formulas::
10529 @end menu
10530
10531 @node Integers, Fractions, Data Types, Data Types
10532 @section Integers
10533
10534 @noindent
10535 @cindex Integers
10536 The Calculator stores integers to arbitrary precision. Addition,
10537 subtraction, and multiplication of integers always yields an exact
10538 integer result. (If the result of a division or exponentiation of
10539 integers is not an integer, it is expressed in fractional or
10540 floating-point form according to the current Fraction mode.
10541 @xref{Fraction Mode}.)
10542
10543 A decimal integer is represented as an optional sign followed by a
10544 sequence of digits. Grouping (@pxref{Grouping Digits}) can be used to
10545 insert a comma at every third digit for display purposes, but you
10546 must not type commas during the entry of numbers.
10547
10548 @kindex #
10549 A non-decimal integer is represented as an optional sign, a radix
10550 between 2 and 36, a @samp{#} symbol, and one or more digits. For radix 11
10551 and above, the letters A through Z (upper- or lower-case) count as
10552 digits and do not terminate numeric entry mode. @xref{Radix Modes}, for how
10553 to set the default radix for display of integers. Numbers of any radix
10554 may be entered at any time. If you press @kbd{#} at the beginning of a
10555 number, the current display radix is used.
10556
10557 @node Fractions, Floats, Integers, Data Types
10558 @section Fractions
10559
10560 @noindent
10561 @cindex Fractions
10562 A @dfn{fraction} is a ratio of two integers. Fractions are traditionally
10563 written ``2/3'' but Calc uses the notation @samp{2:3}. (The @kbd{/} key
10564 performs RPN division; the following two sequences push the number
10565 @samp{2:3} on the stack: @kbd{2 :@: 3 @key{RET}}, or @kbd{2 @key{RET} 3 /}
10566 assuming Fraction mode has been enabled.)
10567 When the Calculator produces a fractional result it always reduces it to
10568 simplest form, which may in fact be an integer.
10569
10570 Fractions may also be entered in a three-part form, where @samp{2:3:4}
10571 represents two-and-three-quarters. @xref{Fraction Formats}, for fraction
10572 display formats.
10573
10574 Non-decimal fractions are entered and displayed as
10575 @samp{@var{radix}#@var{num}:@var{denom}} (or in the analogous three-part
10576 form). The numerator and denominator always use the same radix.
10577
10578 @node Floats, Complex Numbers, Fractions, Data Types
10579 @section Floats
10580
10581 @noindent
10582 @cindex Floating-point numbers
10583 A floating-point number or @dfn{float} is a number stored in scientific
10584 notation. The number of significant digits in the fractional part is
10585 governed by the current floating precision (@pxref{Precision}). The
10586 range of acceptable values is from
10587 @texline @math{10^{-3999999}}
10588 @infoline @expr{10^-3999999}
10589 (inclusive) to
10590 @texline @math{10^{4000000}}
10591 @infoline @expr{10^4000000}
10592 (exclusive), plus the corresponding negative values and zero.
10593
10594 Calculations that would exceed the allowable range of values (such
10595 as @samp{exp(exp(20))}) are left in symbolic form by Calc. The
10596 messages ``floating-point overflow'' or ``floating-point underflow''
10597 indicate that during the calculation a number would have been produced
10598 that was too large or too close to zero, respectively, to be represented
10599 by Calc. This does not necessarily mean the final result would have
10600 overflowed, just that an overflow occurred while computing the result.
10601 (In fact, it could report an underflow even though the final result
10602 would have overflowed!)
10603
10604 If a rational number and a float are mixed in a calculation, the result
10605 will in general be expressed as a float. Commands that require an integer
10606 value (such as @kbd{k g} [@code{gcd}]) will also accept integer-valued
10607 floats, i.e., floating-point numbers with nothing after the decimal point.
10608
10609 Floats are identified by the presence of a decimal point and/or an
10610 exponent. In general a float consists of an optional sign, digits
10611 including an optional decimal point, and an optional exponent consisting
10612 of an @samp{e}, an optional sign, and up to seven exponent digits.
10613 For example, @samp{23.5e-2} is 23.5 times ten to the minus-second power,
10614 or 0.235.
10615
10616 Floating-point numbers are normally displayed in decimal notation with
10617 all significant figures shown. Exceedingly large or small numbers are
10618 displayed in scientific notation. Various other display options are
10619 available. @xref{Float Formats}.
10620
10621 @cindex Accuracy of calculations
10622 Floating-point numbers are stored in decimal, not binary. The result
10623 of each operation is rounded to the nearest value representable in the
10624 number of significant digits specified by the current precision,
10625 rounding away from zero in the case of a tie. Thus (in the default
10626 display mode) what you see is exactly what you get. Some operations such
10627 as square roots and transcendental functions are performed with several
10628 digits of extra precision and then rounded down, in an effort to make the
10629 final result accurate to the full requested precision. However,
10630 accuracy is not rigorously guaranteed. If you suspect the validity of a
10631 result, try doing the same calculation in a higher precision. The
10632 Calculator's arithmetic is not intended to be IEEE-conformant in any
10633 way.
10634
10635 While floats are always @emph{stored} in decimal, they can be entered
10636 and displayed in any radix just like integers and fractions. Since a
10637 float that is entered in a radix other that 10 will be converted to
10638 decimal, the number that Calc stores may not be exactly the number that
10639 was entered, it will be the closest decimal approximation given the
10640 current precision. The notation @samp{@var{radix}#@var{ddd}.@var{ddd}}
10641 is a floating-point number whose digits are in the specified radix.
10642 Note that the @samp{.} is more aptly referred to as a ``radix point''
10643 than as a decimal point in this case. The number @samp{8#123.4567} is
10644 defined as @samp{8#1234567 * 8^-4}. If the radix is 14 or less, you can
10645 use @samp{e} notation to write a non-decimal number in scientific
10646 notation. The exponent is written in decimal, and is considered to be a
10647 power of the radix: @samp{8#1234567e-4}. If the radix is 15 or above,
10648 the letter @samp{e} is a digit, so scientific notation must be written
10649 out, e.g., @samp{16#123.4567*16^2}. The first two exercises of the
10650 Modes Tutorial explore some of the properties of non-decimal floats.
10651
10652 @node Complex Numbers, Infinities, Floats, Data Types
10653 @section Complex Numbers
10654
10655 @noindent
10656 @cindex Complex numbers
10657 There are two supported formats for complex numbers: rectangular and
10658 polar. The default format is rectangular, displayed in the form
10659 @samp{(@var{real},@var{imag})} where @var{real} is the real part and
10660 @var{imag} is the imaginary part, each of which may be any real number.
10661 Rectangular complex numbers can also be displayed in @samp{@var{a}+@var{b}i}
10662 notation; @pxref{Complex Formats}.
10663
10664 Polar complex numbers are displayed in the form
10665 @texline `@tfn{(}@var{r}@tfn{;}@math{\theta}@tfn{)}'
10666 @infoline `@tfn{(}@var{r}@tfn{;}@var{theta}@tfn{)}'
10667 where @var{r} is the nonnegative magnitude and
10668 @texline @math{\theta}
10669 @infoline @var{theta}
10670 is the argument or phase angle. The range of
10671 @texline @math{\theta}
10672 @infoline @var{theta}
10673 depends on the current angular mode (@pxref{Angular Modes}); it is
10674 generally between @mathit{-180} and @mathit{+180} degrees or the equivalent range
10675 in radians.
10676
10677 Complex numbers are entered in stages using incomplete objects.
10678 @xref{Incomplete Objects}.
10679
10680 Operations on rectangular complex numbers yield rectangular complex
10681 results, and similarly for polar complex numbers. Where the two types
10682 are mixed, or where new complex numbers arise (as for the square root of
10683 a negative real), the current @dfn{Polar mode} is used to determine the
10684 type. @xref{Polar Mode}.
10685
10686 A complex result in which the imaginary part is zero (or the phase angle
10687 is 0 or 180 degrees or @cpi{} radians) is automatically converted to a real
10688 number.
10689
10690 @node Infinities, Vectors and Matrices, Complex Numbers, Data Types
10691 @section Infinities
10692
10693 @noindent
10694 @cindex Infinity
10695 @cindex @code{inf} variable
10696 @cindex @code{uinf} variable
10697 @cindex @code{nan} variable
10698 @vindex inf
10699 @vindex uinf
10700 @vindex nan
10701 The word @code{inf} represents the mathematical concept of @dfn{infinity}.
10702 Calc actually has three slightly different infinity-like values:
10703 @code{inf}, @code{uinf}, and @code{nan}. These are just regular
10704 variable names (@pxref{Variables}); you should avoid using these
10705 names for your own variables because Calc gives them special
10706 treatment. Infinities, like all variable names, are normally
10707 entered using algebraic entry.
10708
10709 Mathematically speaking, it is not rigorously correct to treat
10710 ``infinity'' as if it were a number, but mathematicians often do
10711 so informally. When they say that @samp{1 / inf = 0}, what they
10712 really mean is that @expr{1 / x}, as @expr{x} becomes larger and
10713 larger, becomes arbitrarily close to zero. So you can imagine
10714 that if @expr{x} got ``all the way to infinity,'' then @expr{1 / x}
10715 would go all the way to zero. Similarly, when they say that
10716 @samp{exp(inf) = inf}, they mean that
10717 @texline @math{e^x}
10718 @infoline @expr{exp(x)}
10719 grows without bound as @expr{x} grows. The symbol @samp{-inf} likewise
10720 stands for an infinitely negative real value; for example, we say that
10721 @samp{exp(-inf) = 0}. You can have an infinity pointing in any
10722 direction on the complex plane: @samp{sqrt(-inf) = i inf}.
10723
10724 The same concept of limits can be used to define @expr{1 / 0}. We
10725 really want the value that @expr{1 / x} approaches as @expr{x}
10726 approaches zero. But if all we have is @expr{1 / 0}, we can't
10727 tell which direction @expr{x} was coming from. If @expr{x} was
10728 positive and decreasing toward zero, then we should say that
10729 @samp{1 / 0 = inf}. But if @expr{x} was negative and increasing
10730 toward zero, the answer is @samp{1 / 0 = -inf}. In fact, @expr{x}
10731 could be an imaginary number, giving the answer @samp{i inf} or
10732 @samp{-i inf}. Calc uses the special symbol @samp{uinf} to mean
10733 @dfn{undirected infinity}, i.e., a value which is infinitely
10734 large but with an unknown sign (or direction on the complex plane).
10735
10736 Calc actually has three modes that say how infinities are handled.
10737 Normally, infinities never arise from calculations that didn't
10738 already have them. Thus, @expr{1 / 0} is treated simply as an
10739 error and left unevaluated. The @kbd{m i} (@code{calc-infinite-mode})
10740 command (@pxref{Infinite Mode}) enables a mode in which
10741 @expr{1 / 0} evaluates to @code{uinf} instead. There is also
10742 an alternative type of infinite mode which says to treat zeros
10743 as if they were positive, so that @samp{1 / 0 = inf}. While this
10744 is less mathematically correct, it may be the answer you want in
10745 some cases.
10746
10747 Since all infinities are ``as large'' as all others, Calc simplifies,
10748 e.g., @samp{5 inf} to @samp{inf}. Another example is
10749 @samp{5 - inf = -inf}, where the @samp{-inf} is so large that
10750 adding a finite number like five to it does not affect it.
10751 Note that @samp{a - inf} also results in @samp{-inf}; Calc assumes
10752 that variables like @code{a} always stand for finite quantities.
10753 Just to show that infinities really are all the same size,
10754 note that @samp{sqrt(inf) = inf^2 = exp(inf) = inf} in Calc's
10755 notation.
10756
10757 It's not so easy to define certain formulas like @samp{0 * inf} and
10758 @samp{inf / inf}. Depending on where these zeros and infinities
10759 came from, the answer could be literally anything. The latter
10760 formula could be the limit of @expr{x / x} (giving a result of one),
10761 or @expr{2 x / x} (giving two), or @expr{x^2 / x} (giving @code{inf}),
10762 or @expr{x / x^2} (giving zero). Calc uses the symbol @code{nan}
10763 to represent such an @dfn{indeterminate} value. (The name ``nan''
10764 comes from analogy with the ``NAN'' concept of IEEE standard
10765 arithmetic; it stands for ``Not A Number.'' This is somewhat of a
10766 misnomer, since @code{nan} @emph{does} stand for some number or
10767 infinity, it's just that @emph{which} number it stands for
10768 cannot be determined.) In Calc's notation, @samp{0 * inf = nan}
10769 and @samp{inf / inf = nan}. A few other common indeterminate
10770 expressions are @samp{inf - inf} and @samp{inf ^ 0}. Also,
10771 @samp{0 / 0 = nan} if you have turned on Infinite mode
10772 (as described above).
10773
10774 Infinities are especially useful as parts of @dfn{intervals}.
10775 @xref{Interval Forms}.
10776
10777 @node Vectors and Matrices, Strings, Infinities, Data Types
10778 @section Vectors and Matrices
10779
10780 @noindent
10781 @cindex Vectors
10782 @cindex Plain vectors
10783 @cindex Matrices
10784 The @dfn{vector} data type is flexible and general. A vector is simply a
10785 list of zero or more data objects. When these objects are numbers, the
10786 whole is a vector in the mathematical sense. When these objects are
10787 themselves vectors of equal (nonzero) length, the whole is a @dfn{matrix}.
10788 A vector which is not a matrix is referred to here as a @dfn{plain vector}.
10789
10790 A vector is displayed as a list of values separated by commas and enclosed
10791 in square brackets: @samp{[1, 2, 3]}. Thus the following is a 2 row by
10792 3 column matrix: @samp{[[1, 2, 3], [4, 5, 6]]}. Vectors, like complex
10793 numbers, are entered as incomplete objects. @xref{Incomplete Objects}.
10794 During algebraic entry, vectors are entered all at once in the usual
10795 brackets-and-commas form. Matrices may be entered algebraically as nested
10796 vectors, or using the shortcut notation @w{@samp{[1, 2, 3; 4, 5, 6]}},
10797 with rows separated by semicolons. The commas may usually be omitted
10798 when entering vectors: @samp{[1 2 3]}. Curly braces may be used in
10799 place of brackets: @samp{@{1, 2, 3@}}, but the commas are required in
10800 this case.
10801
10802 Traditional vector and matrix arithmetic is also supported;
10803 @pxref{Basic Arithmetic} and @pxref{Matrix Functions}.
10804 Many other operations are applied to vectors element-wise. For example,
10805 the complex conjugate of a vector is a vector of the complex conjugates
10806 of its elements.
10807
10808 @ignore
10809 @starindex
10810 @end ignore
10811 @tindex vec
10812 Algebraic functions for building vectors include @samp{vec(a, b, c)}
10813 to build @samp{[a, b, c]}, @samp{cvec(a, n, m)} to build an
10814 @texline @math{n\times m}
10815 @infoline @var{n}x@var{m}
10816 matrix of @samp{a}s, and @samp{index(n)} to build a vector of integers
10817 from 1 to @samp{n}.
10818
10819 @node Strings, HMS Forms, Vectors and Matrices, Data Types
10820 @section Strings
10821
10822 @noindent
10823 @kindex "
10824 @cindex Strings
10825 @cindex Character strings
10826 Character strings are not a special data type in the Calculator.
10827 Rather, a string is represented simply as a vector all of whose
10828 elements are integers in the range 0 to 255 (ASCII codes). You can
10829 enter a string at any time by pressing the @kbd{"} key. Quotation
10830 marks and backslashes are written @samp{\"} and @samp{\\}, respectively,
10831 inside strings. Other notations introduced by backslashes are:
10832
10833 @example
10834 @group
10835 \a 7 \^@@ 0
10836 \b 8 \^a-z 1-26
10837 \e 27 \^[ 27
10838 \f 12 \^\\ 28
10839 \n 10 \^] 29
10840 \r 13 \^^ 30
10841 \t 9 \^_ 31
10842 \^? 127
10843 @end group
10844 @end example
10845
10846 @noindent
10847 Finally, a backslash followed by three octal digits produces any
10848 character from its ASCII code.
10849
10850 @kindex d "
10851 @pindex calc-display-strings
10852 Strings are normally displayed in vector-of-integers form. The
10853 @w{@kbd{d "}} (@code{calc-display-strings}) command toggles a mode in
10854 which any vectors of small integers are displayed as quoted strings
10855 instead.
10856
10857 The backslash notations shown above are also used for displaying
10858 strings. Characters 128 and above are not translated by Calc; unless
10859 you have an Emacs modified for 8-bit fonts, these will show up in
10860 backslash-octal-digits notation. For characters below 32, and
10861 for character 127, Calc uses the backslash-letter combination if
10862 there is one, or otherwise uses a @samp{\^} sequence.
10863
10864 The only Calc feature that uses strings is @dfn{compositions};
10865 @pxref{Compositions}. Strings also provide a convenient
10866 way to do conversions between ASCII characters and integers.
10867
10868 @ignore
10869 @starindex
10870 @end ignore
10871 @tindex string
10872 There is a @code{string} function which provides a different display
10873 format for strings. Basically, @samp{string(@var{s})}, where @var{s}
10874 is a vector of integers in the proper range, is displayed as the
10875 corresponding string of characters with no surrounding quotation
10876 marks or other modifications. Thus @samp{string("ABC")} (or
10877 @samp{string([65 66 67])}) will look like @samp{ABC} on the stack.
10878 This happens regardless of whether @w{@kbd{d "}} has been used. The
10879 only way to turn it off is to use @kbd{d U} (unformatted language
10880 mode) which will display @samp{string("ABC")} instead.
10881
10882 Control characters are displayed somewhat differently by @code{string}.
10883 Characters below 32, and character 127, are shown using @samp{^} notation
10884 (same as shown above, but without the backslash). The quote and
10885 backslash characters are left alone, as are characters 128 and above.
10886
10887 @ignore
10888 @starindex
10889 @end ignore
10890 @tindex bstring
10891 The @code{bstring} function is just like @code{string} except that
10892 the resulting string is breakable across multiple lines if it doesn't
10893 fit all on one line. Potential break points occur at every space
10894 character in the string.
10895
10896 @node HMS Forms, Date Forms, Strings, Data Types
10897 @section HMS Forms
10898
10899 @noindent
10900 @cindex Hours-minutes-seconds forms
10901 @cindex Degrees-minutes-seconds forms
10902 @dfn{HMS} stands for Hours-Minutes-Seconds; when used as an angular
10903 argument, the interpretation is Degrees-Minutes-Seconds. All functions
10904 that operate on angles accept HMS forms. These are interpreted as
10905 degrees regardless of the current angular mode. It is also possible to
10906 use HMS as the angular mode so that calculated angles are expressed in
10907 degrees, minutes, and seconds.
10908
10909 @kindex @@
10910 @ignore
10911 @mindex @null
10912 @end ignore
10913 @kindex ' (HMS forms)
10914 @ignore
10915 @mindex @null
10916 @end ignore
10917 @kindex " (HMS forms)
10918 @ignore
10919 @mindex @null
10920 @end ignore
10921 @kindex h (HMS forms)
10922 @ignore
10923 @mindex @null
10924 @end ignore
10925 @kindex o (HMS forms)
10926 @ignore
10927 @mindex @null
10928 @end ignore
10929 @kindex m (HMS forms)
10930 @ignore
10931 @mindex @null
10932 @end ignore
10933 @kindex s (HMS forms)
10934 The default format for HMS values is
10935 @samp{@var{hours}@@ @var{mins}' @var{secs}"}. During entry, the letters
10936 @samp{h} (for ``hours'') or
10937 @samp{o} (approximating the ``degrees'' symbol) are accepted as well as
10938 @samp{@@}, @samp{m} is accepted in place of @samp{'}, and @samp{s} is
10939 accepted in place of @samp{"}.
10940 The @var{hours} value is an integer (or integer-valued float).
10941 The @var{mins} value is an integer or integer-valued float between 0 and 59.
10942 The @var{secs} value is a real number between 0 (inclusive) and 60
10943 (exclusive). A positive HMS form is interpreted as @var{hours} +
10944 @var{mins}/60 + @var{secs}/3600. A negative HMS form is interpreted
10945 as @mathit{- @var{hours}} @mathit{-} @var{mins}/60 @mathit{-} @var{secs}/3600.
10946 Display format for HMS forms is quite flexible. @xref{HMS Formats}.
10947
10948 HMS forms can be added and subtracted. When they are added to numbers,
10949 the numbers are interpreted according to the current angular mode. HMS
10950 forms can also be multiplied and divided by real numbers. Dividing
10951 two HMS forms produces a real-valued ratio of the two angles.
10952
10953 @pindex calc-time
10954 @cindex Time of day
10955 Just for kicks, @kbd{M-x calc-time} pushes the current time of day on
10956 the stack as an HMS form.
10957
10958 @node Date Forms, Modulo Forms, HMS Forms, Data Types
10959 @section Date Forms
10960
10961 @noindent
10962 @cindex Date forms
10963 A @dfn{date form} represents a date and possibly an associated time.
10964 Simple date arithmetic is supported: Adding a number to a date
10965 produces a new date shifted by that many days; adding an HMS form to
10966 a date shifts it by that many hours. Subtracting two date forms
10967 computes the number of days between them (represented as a simple
10968 number). Many other operations, such as multiplying two date forms,
10969 are nonsensical and are not allowed by Calc.
10970
10971 Date forms are entered and displayed enclosed in @samp{< >} brackets.
10972 The default format is, e.g., @samp{<Wed Jan 9, 1991>} for dates,
10973 or @samp{<3:32:20pm Wed Jan 9, 1991>} for dates with times.
10974 Input is flexible; date forms can be entered in any of the usual
10975 notations for dates and times. @xref{Date Formats}.
10976
10977 Date forms are stored internally as numbers, specifically the number
10978 of days since midnight on the morning of December 31 of the year 1 BC@.
10979 If the internal number is an integer, the form represents a date only;
10980 if the internal number is a fraction or float, the form represents
10981 a date and time. For example, @samp{<6:00am Thu Jan 10, 1991>}
10982 is represented by the number 726842.25. The standard precision of
10983 12 decimal digits is enough to ensure that a (reasonable) date and
10984 time can be stored without roundoff error.
10985
10986 If the current precision is greater than 12, date forms will keep
10987 additional digits in the seconds position. For example, if the
10988 precision is 15, the seconds will keep three digits after the
10989 decimal point. Decreasing the precision below 12 may cause the
10990 time part of a date form to become inaccurate. This can also happen
10991 if astronomically high years are used, though this will not be an
10992 issue in everyday (or even everymillennium) use. Note that date
10993 forms without times are stored as exact integers, so roundoff is
10994 never an issue for them.
10995
10996 You can use the @kbd{v p} (@code{calc-pack}) and @kbd{v u}
10997 (@code{calc-unpack}) commands to get at the numerical representation
10998 of a date form. @xref{Packing and Unpacking}.
10999
11000 Date forms can go arbitrarily far into the future or past. Negative
11001 year numbers represent years BC@. There is no ``year 0''; the day
11002 before @samp{<Mon Jan 1, +1>} is @samp{<Sun Dec 31, -1>}. These are
11003 days 1 and 0 respectively in Calc's internal numbering scheme. The
11004 Gregorian calendar is used for all dates, including dates before the
11005 Gregorian calendar was invented (although that can be configured; see
11006 below). Thus Calc's use of the day number @mathit{-10000} to
11007 represent August 15, 28 BC should be taken with a grain of salt.
11008
11009 @cindex Julian calendar
11010 @cindex Gregorian calendar
11011 Some historical background: The Julian calendar was created by
11012 Julius Caesar in the year 46 BC as an attempt to fix the confusion
11013 caused by the irregular Roman calendar that was used before that time.
11014 The Julian calendar introduced an extra day in all years divisible by
11015 four. After some initial confusion, the calendar was adopted around
11016 the year we call 8 AD@. Some centuries later it became
11017 apparent that the Julian year of 365.25 days was itself not quite
11018 right. In 1582 Pope Gregory XIII introduced the Gregorian calendar,
11019 which added the new rule that years divisible by 100, but not by 400,
11020 were not to be considered leap years despite being divisible by four.
11021 Many countries delayed adoption of the Gregorian calendar
11022 because of religious differences. For example, Great Britain and the
11023 British colonies switched to the Gregorian calendar in September
11024 1752, when the Julian calendar was eleven days behind the
11025 Gregorian calendar. That year in Britain, the day after September 2
11026 was September 14. To take another example, Russia did not adopt the
11027 Gregorian calendar until 1918, and that year in Russia the day after
11028 January 31 was February 14. Calc's reckoning therefore matches English
11029 practice starting in 1752 and Russian practice starting in 1918, but
11030 disagrees with earlier dates in both countries.
11031
11032 When the Julian calendar was introduced, it had January 1 as the first
11033 day of the year. By the Middle Ages, many European countries
11034 had changed the beginning of a new year to a different date, often to
11035 a religious festival. Almost all countries reverted to using January 1
11036 as the beginning of the year by the time they adopted the Gregorian
11037 calendar.
11038
11039 Some calendars attempt to mimic the historical situation by using the
11040 Gregorian calendar for recent dates and the Julian calendar for older
11041 dates. The @code{cal} program in most Unix implementations does this,
11042 for example. While January 1 wasn't always the beginning of a calendar
11043 year, these hybrid calendars still use January 1 as the beginning of
11044 the year even for older dates. The customizable variable
11045 @code{calc-gregorian-switch} (@pxref{Customizing Calc}) can be set to
11046 have Calc's date forms switch from the Julian to Gregorian calendar at
11047 any specified date.
11048
11049 Today's timekeepers introduce an occasional ``leap second''.
11050 These do not occur regularly and Calc does not take these minor
11051 effects into account. (If it did, it would have to report a
11052 non-integer number of days between, say,
11053 @samp{<12:00am Mon Jan 1, 1900>} and
11054 @samp{<12:00am Sat Jan 1, 2000>}.)
11055
11056 @cindex Julian day counting
11057 Another day counting system in common use is, confusingly, also called
11058 ``Julian.'' Julian days go from noon to noon. The Julian day number
11059 is the numbers of days since 12:00 noon (GMT) on November 24, 4714 BC
11060 in the Gregorian calendar (i.e., January 1, 4713 BC in the Julian
11061 calendar). In Calc's scheme (in GMT) the Julian day origin is
11062 @mathit{-1721422.5}, because Calc starts at midnight instead of noon.
11063 Thus to convert a Calc date code obtained by unpacking a
11064 date form into a Julian day number, simply add 1721422.5 after
11065 compensating for the time zone difference. The built-in @kbd{t J}
11066 command performs this conversion for you.
11067
11068 The Julian day number is based on the Julian cycle, which was invented
11069 in 1583 by Joseph Justus Scaliger. Scaliger named it the Julian cycle
11070 since it involves the Julian calendar, but some have suggested that
11071 Scaliger named it in honor of his father, Julius Caesar Scaliger. The
11072 Julian cycle is based on three other cycles: the indiction cycle, the
11073 Metonic cycle, and the solar cycle. The indiction cycle is a 15 year
11074 cycle originally used by the Romans for tax purposes but later used to
11075 date medieval documents. The Metonic cycle is a 19 year cycle; 19
11076 years is close to being a common multiple of a solar year and a lunar
11077 month, and so every 19 years the phases of the moon will occur on the
11078 same days of the year. The solar cycle is a 28 year cycle; the Julian
11079 calendar repeats itself every 28 years. The smallest time period
11080 which contains multiples of all three cycles is the least common
11081 multiple of 15 years, 19 years and 28 years, which (since they're
11082 pairwise relatively prime) is
11083 @texline @math{15\times 19\times 28 = 7980} years.
11084 @infoline 15*19*28 = 7980 years.
11085 This is the length of a Julian cycle. Working backwards, the previous
11086 year in which all three cycles began was 4713 BC, and so Scaliger
11087 chose that year as the beginning of a Julian cycle. Since at the time
11088 there were no historical records from before 4713 BC, using this year
11089 as a starting point had the advantage of avoiding negative year
11090 numbers. In 1849, the astronomer John Herschel (son of William
11091 Herschel) suggested using the number of days since the beginning of
11092 the Julian cycle as an astronomical dating system; this idea was taken
11093 up by other astronomers. (At the time, noon was the start of the
11094 astronomical day. Herschel originally suggested counting the days
11095 since Jan 1, 4713 BC at noon Alexandria time; this was later amended to
11096 noon GMT@.) Julian day numbering is largely used in astronomy.
11097
11098 @cindex Unix time format
11099 The Unix operating system measures time as an integer number of
11100 seconds since midnight, Jan 1, 1970. To convert a Calc date
11101 value into a Unix time stamp, first subtract 719163 (the code
11102 for @samp{<Jan 1, 1970>}), then multiply by 86400 (the number of
11103 seconds in a day) and press @kbd{R} to round to the nearest
11104 integer. If you have a date form, you can simply subtract the
11105 day @samp{<Jan 1, 1970>} instead of unpacking and subtracting
11106 719163. Likewise, divide by 86400 and add @samp{<Jan 1, 1970>}
11107 to convert from Unix time to a Calc date form. (Note that
11108 Unix normally maintains the time in the GMT time zone; you may
11109 need to subtract five hours to get New York time, or eight hours
11110 for California time. The same is usually true of Julian day
11111 counts.) The built-in @kbd{t U} command performs these
11112 conversions.
11113
11114 @node Modulo Forms, Error Forms, Date Forms, Data Types
11115 @section Modulo Forms
11116
11117 @noindent
11118 @cindex Modulo forms
11119 A @dfn{modulo form} is a real number which is taken modulo (i.e., within
11120 an integer multiple of) some value @var{M}. Arithmetic modulo @var{M}
11121 often arises in number theory. Modulo forms are written
11122 `@var{a} @tfn{mod} @var{M}',
11123 where @var{a} and @var{M} are real numbers or HMS forms, and
11124 @texline @math{0 \le a < M}.
11125 @infoline @expr{0 <= a < @var{M}}.
11126 In many applications @expr{a} and @expr{M} will be
11127 integers but this is not required.
11128
11129 @ignore
11130 @mindex M
11131 @end ignore
11132 @kindex M (modulo forms)
11133 @ignore
11134 @mindex mod
11135 @end ignore
11136 @tindex mod (operator)
11137 To create a modulo form during numeric entry, press the shift-@kbd{M}
11138 key to enter the word @samp{mod}. As a special convenience, pressing
11139 shift-@kbd{M} a second time automatically enters the value of @expr{M}
11140 that was most recently used before. During algebraic entry, either
11141 type @samp{mod} by hand or press @kbd{M-m} (that's @kbd{@key{META}-m}).
11142 Once again, pressing this a second time enters the current modulo.
11143
11144 Modulo forms are not to be confused with the modulo operator @samp{%}.
11145 The expression @samp{27 % 10} means to compute 27 modulo 10 to produce
11146 the result 7. Further computations treat this 7 as just a regular integer.
11147 The expression @samp{27 mod 10} produces the result @samp{7 mod 10};
11148 further computations with this value are again reduced modulo 10 so that
11149 the result always lies in the desired range.
11150
11151 When two modulo forms with identical @expr{M}'s are added or multiplied,
11152 the Calculator simply adds or multiplies the values, then reduces modulo
11153 @expr{M}. If one argument is a modulo form and the other a plain number,
11154 the plain number is treated like a compatible modulo form. It is also
11155 possible to raise modulo forms to powers; the result is the value raised
11156 to the power, then reduced modulo @expr{M}. (When all values involved
11157 are integers, this calculation is done much more efficiently than
11158 actually computing the power and then reducing.)
11159
11160 @cindex Modulo division
11161 Two modulo forms `@var{a} @tfn{mod} @var{M}' and `@var{b} @tfn{mod} @var{M}'
11162 can be divided if @expr{a}, @expr{b}, and @expr{M} are all
11163 integers. The result is the modulo form which, when multiplied by
11164 `@var{b} @tfn{mod} @var{M}', produces `@var{a} @tfn{mod} @var{M}'. If
11165 there is no solution to this equation (which can happen only when
11166 @expr{M} is non-prime), or if any of the arguments are non-integers, the
11167 division is left in symbolic form. Other operations, such as square
11168 roots, are not yet supported for modulo forms. (Note that, although
11169 @w{`@tfn{(}@var{a} @tfn{mod} @var{M}@tfn{)^.5}'} will compute a ``modulo square root''
11170 in the sense of reducing
11171 @texline @math{\sqrt a}
11172 @infoline @expr{sqrt(a)}
11173 modulo @expr{M}, this is not a useful definition from the
11174 number-theoretical point of view.)
11175
11176 It is possible to mix HMS forms and modulo forms. For example, an
11177 HMS form modulo 24 could be used to manipulate clock times; an HMS
11178 form modulo 360 would be suitable for angles. Making the modulo @expr{M}
11179 also be an HMS form eliminates troubles that would arise if the angular
11180 mode were inadvertently set to Radians, in which case
11181 @w{@samp{2@@ 0' 0" mod 24}} would be interpreted as two degrees modulo
11182 24 radians!
11183
11184 Modulo forms cannot have variables or formulas for components. If you
11185 enter the formula @samp{(x + 2) mod 5}, Calc propagates the modulus
11186 to each of the coefficients: @samp{(1 mod 5) x + (2 mod 5)}.
11187
11188 You can use @kbd{v p} and @kbd{%} to modify modulo forms.
11189 @xref{Packing and Unpacking}. @xref{Basic Arithmetic}.
11190
11191 @ignore
11192 @starindex
11193 @end ignore
11194 @tindex makemod
11195 The algebraic function @samp{makemod(a, m)} builds the modulo form
11196 @w{@samp{a mod m}}.
11197
11198 @node Error Forms, Interval Forms, Modulo Forms, Data Types
11199 @section Error Forms
11200
11201 @noindent
11202 @cindex Error forms
11203 @cindex Standard deviations
11204 An @dfn{error form} is a number with an associated standard
11205 deviation, as in @samp{2.3 +/- 0.12}. The notation
11206 @texline `@var{x} @tfn{+/-} @math{\sigma}'
11207 @infoline `@var{x} @tfn{+/-} sigma'
11208 stands for an uncertain value which follows
11209 a normal or Gaussian distribution of mean @expr{x} and standard
11210 deviation or ``error''
11211 @texline @math{\sigma}.
11212 @infoline @expr{sigma}.
11213 Both the mean and the error can be either numbers or
11214 formulas. Generally these are real numbers but the mean may also be
11215 complex. If the error is negative or complex, it is changed to its
11216 absolute value. An error form with zero error is converted to a
11217 regular number by the Calculator.
11218
11219 All arithmetic and transcendental functions accept error forms as input.
11220 Operations on the mean-value part work just like operations on regular
11221 numbers. The error part for any function @expr{f(x)} (such as
11222 @texline @math{\sin x}
11223 @infoline @expr{sin(x)})
11224 is defined by the error of @expr{x} times the derivative of @expr{f}
11225 evaluated at the mean value of @expr{x}. For a two-argument function
11226 @expr{f(x,y)} (such as addition) the error is the square root of the sum
11227 of the squares of the errors due to @expr{x} and @expr{y}.
11228 @tex
11229 $$ \eqalign{
11230 f(x \hbox{\code{ +/- }} \sigma)
11231 &= f(x) \hbox{\code{ +/- }} \sigma \left| {df(x) \over dx} \right| \cr
11232 f(x \hbox{\code{ +/- }} \sigma_x, y \hbox{\code{ +/- }} \sigma_y)
11233 &= f(x,y) \hbox{\code{ +/- }}
11234 \sqrt{\left(\sigma_x \left| {\partial f(x,y) \over \partial x}
11235 \right| \right)^2
11236 +\left(\sigma_y \left| {\partial f(x,y) \over \partial y}
11237 \right| \right)^2 } \cr
11238 } $$
11239 @end tex
11240 Note that this
11241 definition assumes the errors in @expr{x} and @expr{y} are uncorrelated.
11242 A side effect of this definition is that @samp{(2 +/- 1) * (2 +/- 1)}
11243 is not the same as @samp{(2 +/- 1)^2}; the former represents the product
11244 of two independent values which happen to have the same probability
11245 distributions, and the latter is the product of one random value with itself.
11246 The former will produce an answer with less error, since on the average
11247 the two independent errors can be expected to cancel out.
11248
11249 Consult a good text on error analysis for a discussion of the proper use
11250 of standard deviations. Actual errors often are neither Gaussian-distributed
11251 nor uncorrelated, and the above formulas are valid only when errors
11252 are small. As an example, the error arising from
11253 @texline `@tfn{sin(}@var{x} @tfn{+/-} @math{\sigma}@tfn{)}'
11254 @infoline `@tfn{sin(}@var{x} @tfn{+/-} @var{sigma}@tfn{)}'
11255 is
11256 @texline `@math{\sigma} @tfn{abs(cos(}@var{x}@tfn{))}'.
11257 @infoline `@var{sigma} @tfn{abs(cos(}@var{x}@tfn{))}'.
11258 When @expr{x} is close to zero,
11259 @texline @math{\cos x}
11260 @infoline @expr{cos(x)}
11261 is close to one so the error in the sine is close to
11262 @texline @math{\sigma};
11263 @infoline @expr{sigma};
11264 this makes sense, since
11265 @texline @math{\sin x}
11266 @infoline @expr{sin(x)}
11267 is approximately @expr{x} near zero, so a given error in @expr{x} will
11268 produce about the same error in the sine. Likewise, near 90 degrees
11269 @texline @math{\cos x}
11270 @infoline @expr{cos(x)}
11271 is nearly zero and so the computed error is
11272 small: The sine curve is nearly flat in that region, so an error in @expr{x}
11273 has relatively little effect on the value of
11274 @texline @math{\sin x}.
11275 @infoline @expr{sin(x)}.
11276 However, consider @samp{sin(90 +/- 1000)}. The cosine of 90 is zero, so
11277 Calc will report zero error! We get an obviously wrong result because
11278 we have violated the small-error approximation underlying the error
11279 analysis. If the error in @expr{x} had been small, the error in
11280 @texline @math{\sin x}
11281 @infoline @expr{sin(x)}
11282 would indeed have been negligible.
11283
11284 @ignore
11285 @mindex p
11286 @end ignore
11287 @kindex p (error forms)
11288 @tindex +/-
11289 To enter an error form during regular numeric entry, use the @kbd{p}
11290 (``plus-or-minus'') key to type the @samp{+/-} symbol. (If you try actually
11291 typing @samp{+/-} the @kbd{+} key will be interpreted as the Calculator's
11292 @kbd{+} command!) Within an algebraic formula, you can press @kbd{M-+} to
11293 type the @samp{+/-} symbol, or type it out by hand.
11294
11295 Error forms and complex numbers can be mixed; the formulas shown above
11296 are used for complex numbers, too; note that if the error part evaluates
11297 to a complex number its absolute value (or the square root of the sum of
11298 the squares of the absolute values of the two error contributions) is
11299 used. Mathematically, this corresponds to a radially symmetric Gaussian
11300 distribution of numbers on the complex plane. However, note that Calc
11301 considers an error form with real components to represent a real number,
11302 not a complex distribution around a real mean.
11303
11304 Error forms may also be composed of HMS forms. For best results, both
11305 the mean and the error should be HMS forms if either one is.
11306
11307 @ignore
11308 @starindex
11309 @end ignore
11310 @tindex sdev
11311 The algebraic function @samp{sdev(a, b)} builds the error form @samp{a +/- b}.
11312
11313 @node Interval Forms, Incomplete Objects, Error Forms, Data Types
11314 @section Interval Forms
11315
11316 @noindent
11317 @cindex Interval forms
11318 An @dfn{interval} is a subset of consecutive real numbers. For example,
11319 the interval @samp{[2 ..@: 4]} represents all the numbers from 2 to 4,
11320 inclusive. If you multiply it by the interval @samp{[0.5 ..@: 2]} you
11321 obtain @samp{[1 ..@: 8]}. This calculation represents the fact that if
11322 you multiply some number in the range @samp{[2 ..@: 4]} by some other
11323 number in the range @samp{[0.5 ..@: 2]}, your result will lie in the range
11324 from 1 to 8. Interval arithmetic is used to get a worst-case estimate
11325 of the possible range of values a computation will produce, given the
11326 set of possible values of the input.
11327
11328 @ifnottex
11329 Calc supports several varieties of intervals, including @dfn{closed}
11330 intervals of the type shown above, @dfn{open} intervals such as
11331 @samp{(2 ..@: 4)}, which represents the range of numbers from 2 to 4
11332 @emph{exclusive}, and @dfn{semi-open} intervals in which one end
11333 uses a round parenthesis and the other a square bracket. In mathematical
11334 terms,
11335 @samp{[2 ..@: 4]} means @expr{2 <= x <= 4}, whereas
11336 @samp{[2 ..@: 4)} represents @expr{2 <= x < 4},
11337 @samp{(2 ..@: 4]} represents @expr{2 < x <= 4}, and
11338 @samp{(2 ..@: 4)} represents @expr{2 < x < 4}.
11339 @end ifnottex
11340 @tex
11341 Calc supports several varieties of intervals, including \dfn{closed}
11342 intervals of the type shown above, \dfn{open} intervals such as
11343 \samp{(2 ..\: 4)}, which represents the range of numbers from 2 to 4
11344 \emph{exclusive}, and \dfn{semi-open} intervals in which one end
11345 uses a round parenthesis and the other a square bracket. In mathematical
11346 terms,
11347 $$ \eqalign{
11348 [2 \hbox{\cite{..}} 4] &\quad\hbox{means}\quad 2 \le x \le 4 \cr
11349 [2 \hbox{\cite{..}} 4) &\quad\hbox{means}\quad 2 \le x < 4 \cr
11350 (2 \hbox{\cite{..}} 4] &\quad\hbox{means}\quad 2 < x \le 4 \cr
11351 (2 \hbox{\cite{..}} 4) &\quad\hbox{means}\quad 2 < x < 4 \cr
11352 } $$
11353 @end tex
11354
11355 The lower and upper limits of an interval must be either real numbers
11356 (or HMS or date forms), or symbolic expressions which are assumed to be
11357 real-valued, or @samp{-inf} and @samp{inf}. In general the lower limit
11358 must be less than the upper limit. A closed interval containing only
11359 one value, @samp{[3 ..@: 3]}, is converted to a plain number (3)
11360 automatically. An interval containing no values at all (such as
11361 @samp{[3 ..@: 2]} or @samp{[2 ..@: 2)}) can be represented but is not
11362 guaranteed to behave well when used in arithmetic. Note that the
11363 interval @samp{[3 .. inf)} represents all real numbers greater than
11364 or equal to 3, and @samp{(-inf .. inf)} represents all real numbers.
11365 In fact, @samp{[-inf .. inf]} represents all real numbers including
11366 the real infinities.
11367
11368 Intervals are entered in the notation shown here, either as algebraic
11369 formulas, or using incomplete forms. (@xref{Incomplete Objects}.)
11370 In algebraic formulas, multiple periods in a row are collected from
11371 left to right, so that @samp{1...1e2} is interpreted as @samp{1.0 ..@: 1e2}
11372 rather than @samp{1 ..@: 0.1e2}. Add spaces or zeros if you want to
11373 get the other interpretation. If you omit the lower or upper limit,
11374 a default of @samp{-inf} or @samp{inf} (respectively) is furnished.
11375
11376 Infinite mode also affects operations on intervals
11377 (@pxref{Infinities}). Calc will always introduce an open infinity,
11378 as in @samp{1 / (0 .. 2] = [0.5 .. inf)}. But closed infinities,
11379 @w{@samp{1 / [0 .. 2] = [0.5 .. inf]}}, arise only in Infinite mode;
11380 otherwise they are left unevaluated. Note that the ``direction'' of
11381 a zero is not an issue in this case since the zero is always assumed
11382 to be continuous with the rest of the interval. For intervals that
11383 contain zero inside them Calc is forced to give the result,
11384 @samp{1 / (-2 .. 2) = [-inf .. inf]}.
11385
11386 While it may seem that intervals and error forms are similar, they are
11387 based on entirely different concepts of inexact quantities. An error
11388 form
11389 @texline `@var{x} @tfn{+/-} @math{\sigma}'
11390 @infoline `@var{x} @tfn{+/-} @var{sigma}'
11391 means a variable is random, and its value could
11392 be anything but is ``probably'' within one
11393 @texline @math{\sigma}
11394 @infoline @var{sigma}
11395 of the mean value @expr{x}. An interval
11396 `@tfn{[}@var{a} @tfn{..@:} @var{b}@tfn{]}' means a
11397 variable's value is unknown, but guaranteed to lie in the specified
11398 range. Error forms are statistical or ``average case'' approximations;
11399 interval arithmetic tends to produce ``worst case'' bounds on an
11400 answer.
11401
11402 Intervals may not contain complex numbers, but they may contain
11403 HMS forms or date forms.
11404
11405 @xref{Set Operations}, for commands that interpret interval forms
11406 as subsets of the set of real numbers.
11407
11408 @ignore
11409 @starindex
11410 @end ignore
11411 @tindex intv
11412 The algebraic function @samp{intv(n, a, b)} builds an interval form
11413 from @samp{a} to @samp{b}; @samp{n} is an integer code which must
11414 be 0 for @samp{(..)}, 1 for @samp{(..]}, 2 for @samp{[..)}, or
11415 3 for @samp{[..]}.
11416
11417 Please note that in fully rigorous interval arithmetic, care would be
11418 taken to make sure that the computation of the lower bound rounds toward
11419 minus infinity, while upper bound computations round toward plus
11420 infinity. Calc's arithmetic always uses a round-to-nearest mode,
11421 which means that roundoff errors could creep into an interval
11422 calculation to produce intervals slightly smaller than they ought to
11423 be. For example, entering @samp{[1..2]} and pressing @kbd{Q 2 ^}
11424 should yield the interval @samp{[1..2]} again, but in fact it yields the
11425 (slightly too small) interval @samp{[1..1.9999999]} due to roundoff
11426 error.
11427
11428 @node Incomplete Objects, Variables, Interval Forms, Data Types
11429 @section Incomplete Objects
11430
11431 @noindent
11432 @ignore
11433 @mindex [ ]
11434 @end ignore
11435 @kindex [
11436 @ignore
11437 @mindex ( )
11438 @end ignore
11439 @kindex (
11440 @kindex ,
11441 @ignore
11442 @mindex @null
11443 @end ignore
11444 @kindex ]
11445 @ignore
11446 @mindex @null
11447 @end ignore
11448 @kindex )
11449 @cindex Incomplete vectors
11450 @cindex Incomplete complex numbers
11451 @cindex Incomplete interval forms
11452 When @kbd{(} or @kbd{[} is typed to begin entering a complex number or
11453 vector, respectively, the effect is to push an @dfn{incomplete} complex
11454 number or vector onto the stack. The @kbd{,} key adds the value(s) at
11455 the top of the stack onto the current incomplete object. The @kbd{)}
11456 and @kbd{]} keys ``close'' the incomplete object after adding any values
11457 on the top of the stack in front of the incomplete object.
11458
11459 As a result, the sequence of keystrokes @kbd{[ 2 , 3 @key{RET} 2 * , 9 ]}
11460 pushes the vector @samp{[2, 6, 9]} onto the stack. Likewise, @kbd{( 1 , 2 Q )}
11461 pushes the complex number @samp{(1, 1.414)} (approximately).
11462
11463 If several values lie on the stack in front of the incomplete object,
11464 all are collected and appended to the object. Thus the @kbd{,} key
11465 is redundant: @kbd{[ 2 @key{RET} 3 @key{RET} 2 * 9 ]}. Some people
11466 prefer the equivalent @key{SPC} key to @key{RET}.
11467
11468 As a special case, typing @kbd{,} immediately after @kbd{(}, @kbd{[}, or
11469 @kbd{,} adds a zero or duplicates the preceding value in the list being
11470 formed. Typing @key{DEL} during incomplete entry removes the last item
11471 from the list.
11472
11473 @kindex ;
11474 The @kbd{;} key is used in the same way as @kbd{,} to create polar complex
11475 numbers: @kbd{( 1 ; 2 )}. When entering a vector, @kbd{;} is useful for
11476 creating a matrix. In particular, @kbd{[ [ 1 , 2 ; 3 , 4 ; 5 , 6 ] ]} is
11477 equivalent to @kbd{[ [ 1 , 2 ] , [ 3 , 4 ] , [ 5 , 6 ] ]}.
11478
11479 @kindex ..
11480 @pindex calc-dots
11481 Incomplete entry is also used to enter intervals. For example,
11482 @kbd{[ 2 ..@: 4 )} enters a semi-open interval. Note that when you type
11483 the first period, it will be interpreted as a decimal point, but when
11484 you type a second period immediately afterward, it is re-interpreted as
11485 part of the interval symbol. Typing @kbd{..} corresponds to executing
11486 the @code{calc-dots} command.
11487
11488 If you find incomplete entry distracting, you may wish to enter vectors
11489 and complex numbers as algebraic formulas by pressing the apostrophe key.
11490
11491 @node Variables, Formulas, Incomplete Objects, Data Types
11492 @section Variables
11493
11494 @noindent
11495 @cindex Variables, in formulas
11496 A @dfn{variable} is somewhere between a storage register on a conventional
11497 calculator, and a variable in a programming language. (In fact, a Calc
11498 variable is really just an Emacs Lisp variable that contains a Calc number
11499 or formula.) A variable's name is normally composed of letters and digits.
11500 Calc also allows apostrophes and @code{#} signs in variable names.
11501 (The Calc variable @code{foo} corresponds to the Emacs Lisp variable
11502 @code{var-foo}, but unless you access the variable from within Emacs
11503 Lisp, you don't need to worry about it. Variable names in algebraic
11504 formulas implicitly have @samp{var-} prefixed to their names. The
11505 @samp{#} character in variable names used in algebraic formulas
11506 corresponds to a dash @samp{-} in the Lisp variable name. If the name
11507 contains any dashes, the prefix @samp{var-} is @emph{not} automatically
11508 added. Thus the two formulas @samp{foo + 1} and @samp{var#foo + 1} both
11509 refer to the same variable.)
11510
11511 In a command that takes a variable name, you can either type the full
11512 name of a variable, or type a single digit to use one of the special
11513 convenience variables @code{q0} through @code{q9}. For example,
11514 @kbd{3 s s 2} stores the number 3 in variable @code{q2}, and
11515 @w{@kbd{3 s s foo @key{RET}}} stores that number in variable
11516 @code{foo}.
11517
11518 To push a variable itself (as opposed to the variable's value) on the
11519 stack, enter its name as an algebraic expression using the apostrophe
11520 (@key{'}) key.
11521
11522 @kindex =
11523 @pindex calc-evaluate
11524 @cindex Evaluation of variables in a formula
11525 @cindex Variables, evaluation
11526 @cindex Formulas, evaluation
11527 The @kbd{=} (@code{calc-evaluate}) key ``evaluates'' a formula by
11528 replacing all variables in the formula which have been given values by a
11529 @code{calc-store} or @code{calc-let} command by their stored values.
11530 Other variables are left alone. Thus a variable that has not been
11531 stored acts like an abstract variable in algebra; a variable that has
11532 been stored acts more like a register in a traditional calculator.
11533 With a positive numeric prefix argument, @kbd{=} evaluates the top
11534 @var{n} stack entries; with a negative argument, @kbd{=} evaluates
11535 the @var{n}th stack entry.
11536
11537 @cindex @code{e} variable
11538 @cindex @code{pi} variable
11539 @cindex @code{i} variable
11540 @cindex @code{phi} variable
11541 @cindex @code{gamma} variable
11542 @vindex e
11543 @vindex pi
11544 @vindex i
11545 @vindex phi
11546 @vindex gamma
11547 A few variables are called @dfn{special constants}. Their names are
11548 @samp{e}, @samp{pi}, @samp{i}, @samp{phi}, and @samp{gamma}.
11549 (@xref{Scientific Functions}.) When they are evaluated with @kbd{=},
11550 their values are calculated if necessary according to the current precision
11551 or complex polar mode. If you wish to use these symbols for other purposes,
11552 simply undefine or redefine them using @code{calc-store}.
11553
11554 The variables @samp{inf}, @samp{uinf}, and @samp{nan} stand for
11555 infinite or indeterminate values. It's best not to use them as
11556 regular variables, since Calc uses special algebraic rules when
11557 it manipulates them. Calc displays a warning message if you store
11558 a value into any of these special variables.
11559
11560 @xref{Store and Recall}, for a discussion of commands dealing with variables.
11561
11562 @node Formulas, , Variables, Data Types
11563 @section Formulas
11564
11565 @noindent
11566 @cindex Formulas
11567 @cindex Expressions
11568 @cindex Operators in formulas
11569 @cindex Precedence of operators
11570 When you press the apostrophe key you may enter any expression or formula
11571 in algebraic form. (Calc uses the terms ``expression'' and ``formula''
11572 interchangeably.) An expression is built up of numbers, variable names,
11573 and function calls, combined with various arithmetic operators.
11574 Parentheses may
11575 be used to indicate grouping. Spaces are ignored within formulas, except
11576 that spaces are not permitted within variable names or numbers.
11577 Arithmetic operators, in order from highest to lowest precedence, and
11578 with their equivalent function names, are:
11579
11580 @samp{_} [@code{subscr}] (subscripts);
11581
11582 postfix @samp{%} [@code{percent}] (as in @samp{25% = 0.25});
11583
11584 prefix @samp{!} [@code{lnot}] (logical ``not,'' as in @samp{!x});
11585
11586 @samp{+/-} [@code{sdev}] (the standard deviation symbol) and
11587 @samp{mod} [@code{makemod}] (the symbol for modulo forms);
11588
11589 postfix @samp{!} [@code{fact}] (factorial, as in @samp{n!})
11590 and postfix @samp{!!} [@code{dfact}] (double factorial);
11591
11592 @samp{^} [@code{pow}] (raised-to-the-power-of);
11593
11594 prefix @samp{+} and @samp{-} [@code{neg}] (as in @samp{-x});
11595
11596 @samp{*} [@code{mul}];
11597
11598 @samp{/} [@code{div}], @samp{%} [@code{mod}] (modulo), and
11599 @samp{\} [@code{idiv}] (integer division);
11600
11601 infix @samp{+} [@code{add}] and @samp{-} [@code{sub}] (as in @samp{x-y});
11602
11603 @samp{|} [@code{vconcat}] (vector concatenation);
11604
11605 relations @samp{=} [@code{eq}], @samp{!=} [@code{neq}], @samp{<} [@code{lt}],
11606 @samp{>} [@code{gt}], @samp{<=} [@code{leq}], and @samp{>=} [@code{geq}];
11607
11608 @samp{&&} [@code{land}] (logical ``and'');
11609
11610 @samp{||} [@code{lor}] (logical ``or'');
11611
11612 the C-style ``if'' operator @samp{a?b:c} [@code{if}];
11613
11614 @samp{!!!} [@code{pnot}] (rewrite pattern ``not'');
11615
11616 @samp{&&&} [@code{pand}] (rewrite pattern ``and'');
11617
11618 @samp{|||} [@code{por}] (rewrite pattern ``or'');
11619
11620 @samp{:=} [@code{assign}] (for assignments and rewrite rules);
11621
11622 @samp{::} [@code{condition}] (rewrite pattern condition);
11623
11624 @samp{=>} [@code{evalto}].
11625
11626 Note that, unlike in usual computer notation, multiplication binds more
11627 strongly than division: @samp{a*b/c*d} is equivalent to
11628 @texline @math{a b \over c d}.
11629 @infoline @expr{(a*b)/(c*d)}.
11630
11631 @cindex Multiplication, implicit
11632 @cindex Implicit multiplication
11633 The multiplication sign @samp{*} may be omitted in many cases. In particular,
11634 if the righthand side is a number, variable name, or parenthesized
11635 expression, the @samp{*} may be omitted. Implicit multiplication has the
11636 same precedence as the explicit @samp{*} operator. The one exception to
11637 the rule is that a variable name followed by a parenthesized expression,
11638 as in @samp{f(x)},
11639 is interpreted as a function call, not an implicit @samp{*}. In many
11640 cases you must use a space if you omit the @samp{*}: @samp{2a} is the
11641 same as @samp{2*a}, and @samp{a b} is the same as @samp{a*b}, but @samp{ab}
11642 is a variable called @code{ab}, @emph{not} the product of @samp{a} and
11643 @samp{b}! Also note that @samp{f (x)} is still a function call.
11644
11645 @cindex Implicit comma in vectors
11646 The rules are slightly different for vectors written with square brackets.
11647 In vectors, the space character is interpreted (like the comma) as a
11648 separator of elements of the vector. Thus @w{@samp{[ 2a b+c d ]}} is
11649 equivalent to @samp{[2*a, b+c, d]}, whereas @samp{2a b+c d} is equivalent
11650 to @samp{2*a*b + c*d}.
11651 Note that spaces around the brackets, and around explicit commas, are
11652 ignored. To force spaces to be interpreted as multiplication you can
11653 enclose a formula in parentheses as in @samp{[(a b) 2(c d)]}, which is
11654 interpreted as @samp{[a*b, 2*c*d]}. An implicit comma is also inserted
11655 between @samp{][}, as in the matrix @samp{[[1 2][3 4]]}.
11656
11657 Vectors that contain commas (not embedded within nested parentheses or
11658 brackets) do not treat spaces specially: @samp{[a b, 2 c d]} is a vector
11659 of two elements. Also, if it would be an error to treat spaces as
11660 separators, but not otherwise, then Calc will ignore spaces:
11661 @w{@samp{[a - b]}} is a vector of one element, but @w{@samp{[a -b]}} is
11662 a vector of two elements. Finally, vectors entered with curly braces
11663 instead of square brackets do not give spaces any special treatment.
11664 When Calc displays a vector that does not contain any commas, it will
11665 insert parentheses if necessary to make the meaning clear:
11666 @w{@samp{[(a b)]}}.
11667
11668 The expression @samp{5%-2} is ambiguous; is this five-percent minus two,
11669 or five modulo minus-two? Calc always interprets the leftmost symbol as
11670 an infix operator preferentially (modulo, in this case), so you would
11671 need to write @samp{(5%)-2} to get the former interpretation.
11672
11673 @cindex Function call notation
11674 A function call is, e.g., @samp{sin(1+x)}. (The Calc algebraic function
11675 @code{foo} corresponds to the Emacs Lisp function @code{calcFunc-foo},
11676 but unless you access the function from within Emacs Lisp, you don't
11677 need to worry about it.) Most mathematical Calculator commands like
11678 @code{calc-sin} have function equivalents like @code{sin}.
11679 If no Lisp function is defined for a function called by a formula, the
11680 call is left as it is during algebraic manipulation: @samp{f(x+y)} is
11681 left alone. Beware that many innocent-looking short names like @code{in}
11682 and @code{re} have predefined meanings which could surprise you; however,
11683 single letters or single letters followed by digits are always safe to
11684 use for your own function names. @xref{Function Index}.
11685
11686 In the documentation for particular commands, the notation @kbd{H S}
11687 (@code{calc-sinh}) [@code{sinh}] means that the key sequence @kbd{H S}, the
11688 command @kbd{M-x calc-sinh}, and the algebraic function @code{sinh(x)} all
11689 represent the same operation.
11690
11691 Commands that interpret (``parse'') text as algebraic formulas include
11692 algebraic entry (@kbd{'}), editing commands like @kbd{`} which parse
11693 the contents of the editing buffer when you finish, the @kbd{C-x * g}
11694 and @w{@kbd{C-x * r}} commands, the @kbd{C-y} command, the X window system
11695 ``paste'' mouse operation, and Embedded mode. All of these operations
11696 use the same rules for parsing formulas; in particular, language modes
11697 (@pxref{Language Modes}) affect them all in the same way.
11698
11699 When you read a large amount of text into the Calculator (say a vector
11700 which represents a big set of rewrite rules; @pxref{Rewrite Rules}),
11701 you may wish to include comments in the text. Calc's formula parser
11702 ignores the symbol @samp{%%} and anything following it on a line:
11703
11704 @example
11705 [ a + b, %% the sum of "a" and "b"
11706 c + d,
11707 %% last line is coming up:
11708 e + f ]
11709 @end example
11710
11711 @noindent
11712 This is parsed exactly the same as @samp{[ a + b, c + d, e + f ]}.
11713
11714 @xref{Syntax Tables}, for a way to create your own operators and other
11715 input notations. @xref{Compositions}, for a way to create new display
11716 formats.
11717
11718 @xref{Algebra}, for commands for manipulating formulas symbolically.
11719
11720 @node Stack and Trail, Mode Settings, Data Types, Top
11721 @chapter Stack and Trail Commands
11722
11723 @noindent
11724 This chapter describes the Calc commands for manipulating objects on the
11725 stack and in the trail buffer. (These commands operate on objects of any
11726 type, such as numbers, vectors, formulas, and incomplete objects.)
11727
11728 @menu
11729 * Stack Manipulation::
11730 * Editing Stack Entries::
11731 * Trail Commands::
11732 * Keep Arguments::
11733 @end menu
11734
11735 @node Stack Manipulation, Editing Stack Entries, Stack and Trail, Stack and Trail
11736 @section Stack Manipulation Commands
11737
11738 @noindent
11739 @kindex @key{RET}
11740 @kindex @key{SPC}
11741 @pindex calc-enter
11742 @cindex Duplicating stack entries
11743 To duplicate the top object on the stack, press @key{RET} or @key{SPC}
11744 (two equivalent keys for the @code{calc-enter} command).
11745 Given a positive numeric prefix argument, these commands duplicate
11746 several elements at the top of the stack.
11747 Given a negative argument,
11748 these commands duplicate the specified element of the stack.
11749 Given an argument of zero, they duplicate the entire stack.
11750 For example, with @samp{10 20 30} on the stack,
11751 @key{RET} creates @samp{10 20 30 30},
11752 @kbd{C-u 2 @key{RET}} creates @samp{10 20 30 20 30},
11753 @kbd{C-u - 2 @key{RET}} creates @samp{10 20 30 20}, and
11754 @kbd{C-u 0 @key{RET}} creates @samp{10 20 30 10 20 30}.
11755
11756 @kindex @key{LFD}
11757 @pindex calc-over
11758 The @key{LFD} (@code{calc-over}) command (on a key marked Line-Feed if you
11759 have it, else on @kbd{C-j}) is like @code{calc-enter}
11760 except that the sign of the numeric prefix argument is interpreted
11761 oppositely. Also, with no prefix argument the default argument is 2.
11762 Thus with @samp{10 20 30} on the stack, @key{LFD} and @kbd{C-u 2 @key{LFD}}
11763 are both equivalent to @kbd{C-u - 2 @key{RET}}, producing
11764 @samp{10 20 30 20}.
11765
11766 @kindex @key{DEL}
11767 @kindex C-d
11768 @pindex calc-pop
11769 @cindex Removing stack entries
11770 @cindex Deleting stack entries
11771 To remove the top element from the stack, press @key{DEL} (@code{calc-pop}).
11772 The @kbd{C-d} key is a synonym for @key{DEL}.
11773 (If the top element is an incomplete object with at least one element, the
11774 last element is removed from it.) Given a positive numeric prefix argument,
11775 several elements are removed. Given a negative argument, the specified
11776 element of the stack is deleted. Given an argument of zero, the entire
11777 stack is emptied.
11778 For example, with @samp{10 20 30} on the stack,
11779 @key{DEL} leaves @samp{10 20},
11780 @kbd{C-u 2 @key{DEL}} leaves @samp{10},
11781 @kbd{C-u - 2 @key{DEL}} leaves @samp{10 30}, and
11782 @kbd{C-u 0 @key{DEL}} leaves an empty stack.
11783
11784 @kindex M-@key{DEL}
11785 @pindex calc-pop-above
11786 The @kbd{M-@key{DEL}} (@code{calc-pop-above}) command is to @key{DEL} what
11787 @key{LFD} is to @key{RET}: It interprets the sign of the numeric
11788 prefix argument in the opposite way, and the default argument is 2.
11789 Thus @kbd{M-@key{DEL}} by itself removes the second-from-top stack element,
11790 leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes
11791 the third stack element.
11792
11793 The above commands do not depend on the location of the cursor.
11794 If the customizable variable @code{calc-context-sensitive-enter} is
11795 non-@code{nil} (@pxref{Customizing Calc}), these commands will become
11796 context sensitive. For example, instead of duplicating the top of the stack,
11797 @key{RET} will copy the element at the cursor to the top of the
11798 stack. With a positive numeric prefix, a copy of the element at the
11799 cursor and the appropriate number of preceding elements will be placed
11800 at the top of the stack. A negative prefix will still duplicate the
11801 specified element of the stack regardless of the cursor position.
11802 Similarly, @key{DEL} will remove the corresponding elements from the
11803 stack.
11804
11805 @kindex @key{TAB}
11806 @pindex calc-roll-down
11807 To exchange the top two elements of the stack, press @key{TAB}
11808 (@code{calc-roll-down}). Given a positive numeric prefix argument, the
11809 specified number of elements at the top of the stack are rotated downward.
11810 Given a negative argument, the entire stack is rotated downward the specified
11811 number of times. Given an argument of zero, the entire stack is reversed
11812 top-for-bottom.
11813 For example, with @samp{10 20 30 40 50} on the stack,
11814 @key{TAB} creates @samp{10 20 30 50 40},
11815 @kbd{C-u 3 @key{TAB}} creates @samp{10 20 50 30 40},
11816 @kbd{C-u - 2 @key{TAB}} creates @samp{40 50 10 20 30}, and
11817 @kbd{C-u 0 @key{TAB}} creates @samp{50 40 30 20 10}.
11818
11819 @kindex M-@key{TAB}
11820 @pindex calc-roll-up
11821 The command @kbd{M-@key{TAB}} (@code{calc-roll-up}) is analogous to @key{TAB}
11822 except that it rotates upward instead of downward. Also, the default
11823 with no prefix argument is to rotate the top 3 elements.
11824 For example, with @samp{10 20 30 40 50} on the stack,
11825 @kbd{M-@key{TAB}} creates @samp{10 20 40 50 30},
11826 @kbd{C-u 4 M-@key{TAB}} creates @samp{10 30 40 50 20},
11827 @kbd{C-u - 2 M-@key{TAB}} creates @samp{30 40 50 10 20}, and
11828 @kbd{C-u 0 M-@key{TAB}} creates @samp{50 40 30 20 10}.
11829
11830 A good way to view the operation of @key{TAB} and @kbd{M-@key{TAB}} is in
11831 terms of moving a particular element to a new position in the stack.
11832 With a positive argument @var{n}, @key{TAB} moves the top stack
11833 element down to level @var{n}, making room for it by pulling all the
11834 intervening stack elements toward the top. @kbd{M-@key{TAB}} moves the
11835 element at level @var{n} up to the top. (Compare with @key{LFD},
11836 which copies instead of moving the element in level @var{n}.)
11837
11838 With a negative argument @mathit{-@var{n}}, @key{TAB} rotates the stack
11839 to move the object in level @var{n} to the deepest place in the
11840 stack, and the object in level @mathit{@var{n}+1} to the top. @kbd{M-@key{TAB}}
11841 rotates the deepest stack element to be in level @var{n}, also
11842 putting the top stack element in level @mathit{@var{n}+1}.
11843
11844 @xref{Selecting Subformulas}, for a way to apply these commands to
11845 any portion of a vector or formula on the stack.
11846
11847 @kindex C-xC-t
11848 @pindex calc-transpose-lines
11849 @cindex Moving stack entries
11850 The command @kbd{C-x C-t} (@code{calc-transpose-lines}) will transpose
11851 the stack object determined by the point with the stack object at the
11852 next higher level. For example, with @samp{10 20 30 40 50} on the
11853 stack and the point on the line containing @samp{30}, @kbd{C-x C-t}
11854 creates @samp{10 20 40 30 50}. More generally, @kbd{C-x C-t} acts on
11855 the stack objects determined by the current point (and mark) similar
11856 to how the text-mode command @code{transpose-lines} acts on
11857 lines. With argument @var{n}, @kbd{C-x C-t} will move the stack object
11858 at the level above the current point and move it past N other objects;
11859 for example, with @samp{10 20 30 40 50} on the stack and the point on
11860 the line containing @samp{30}, @kbd{C-u 2 C-x C-t} creates
11861 @samp{10 40 20 30 50}. With an argument of 0, @kbd{C-x C-t} will switch
11862 the stack objects at the levels determined by the point and the mark.
11863
11864 @node Editing Stack Entries, Trail Commands, Stack Manipulation, Stack and Trail
11865 @section Editing Stack Entries
11866
11867 @noindent
11868 @kindex `
11869 @pindex calc-edit
11870 @pindex calc-edit-finish
11871 @cindex Editing the stack with Emacs
11872 The @kbd{`} (@code{calc-edit}) command creates a temporary buffer
11873 (@file{*Calc Edit*}) for editing the top-of-stack value using regular
11874 Emacs commands. Note that @kbd{`} is a grave accent, not an apostrophe.
11875 With a numeric prefix argument, it edits the specified number of stack
11876 entries at once. (An argument of zero edits the entire stack; a
11877 negative argument edits one specific stack entry.)
11878
11879 When you are done editing, press @kbd{C-c C-c} to finish and return
11880 to Calc. The @key{RET} and @key{LFD} keys also work to finish most
11881 sorts of editing, though in some cases Calc leaves @key{RET} with its
11882 usual meaning (``insert a newline'') if it's a situation where you
11883 might want to insert new lines into the editing buffer.
11884
11885 When you finish editing, the Calculator parses the lines of text in
11886 the @file{*Calc Edit*} buffer as numbers or formulas, replaces the
11887 original stack elements in the original buffer with these new values,
11888 then kills the @file{*Calc Edit*} buffer. The original Calculator buffer
11889 continues to exist during editing, but for best results you should be
11890 careful not to change it until you have finished the edit. You can
11891 also cancel the edit by killing the buffer with @kbd{C-x k}.
11892
11893 The formula is normally reevaluated as it is put onto the stack.
11894 For example, editing @samp{a + 2} to @samp{3 + 2} and pressing
11895 @kbd{C-c C-c} will push 5 on the stack. If you use @key{LFD} to
11896 finish, Calc will put the result on the stack without evaluating it.
11897
11898 If you give a prefix argument to @kbd{C-c C-c},
11899 Calc will not kill the @file{*Calc Edit*} buffer. You can switch
11900 back to that buffer and continue editing if you wish. However, you
11901 should understand that if you initiated the edit with @kbd{`}, the
11902 @kbd{C-c C-c} operation will be programmed to replace the top of the
11903 stack with the new edited value, and it will do this even if you have
11904 rearranged the stack in the meanwhile. This is not so much of a problem
11905 with other editing commands, though, such as @kbd{s e}
11906 (@code{calc-edit-variable}; @pxref{Operations on Variables}).
11907
11908 If the @code{calc-edit} command involves more than one stack entry,
11909 each line of the @file{*Calc Edit*} buffer is interpreted as a
11910 separate formula. Otherwise, the entire buffer is interpreted as
11911 one formula, with line breaks ignored. (You can use @kbd{C-o} or
11912 @kbd{C-q C-j} to insert a newline in the buffer without pressing @key{RET}.)
11913
11914 The @kbd{`} key also works during numeric or algebraic entry. The
11915 text entered so far is moved to the @file{*Calc Edit*} buffer for
11916 more extensive editing than is convenient in the minibuffer.
11917
11918 @node Trail Commands, Keep Arguments, Editing Stack Entries, Stack and Trail
11919 @section Trail Commands
11920
11921 @noindent
11922 @cindex Trail buffer
11923 The commands for manipulating the Calc Trail buffer are two-key sequences
11924 beginning with the @kbd{t} prefix.
11925
11926 @kindex t d
11927 @pindex calc-trail-display
11928 The @kbd{t d} (@code{calc-trail-display}) command turns display of the
11929 trail on and off. Normally the trail display is toggled on if it was off,
11930 off if it was on. With a numeric prefix of zero, this command always
11931 turns the trail off; with a prefix of one, it always turns the trail on.
11932 The other trail-manipulation commands described here automatically turn
11933 the trail on. Note that when the trail is off values are still recorded
11934 there; they are simply not displayed. To set Emacs to turn the trail
11935 off by default, type @kbd{t d} and then save the mode settings with
11936 @kbd{m m} (@code{calc-save-modes}).
11937
11938 @kindex t i
11939 @pindex calc-trail-in
11940 @kindex t o
11941 @pindex calc-trail-out
11942 The @kbd{t i} (@code{calc-trail-in}) and @kbd{t o}
11943 (@code{calc-trail-out}) commands switch the cursor into and out of the
11944 Calc Trail window. In practice they are rarely used, since the commands
11945 shown below are a more convenient way to move around in the
11946 trail, and they work ``by remote control'' when the cursor is still
11947 in the Calculator window.
11948
11949 @cindex Trail pointer
11950 There is a @dfn{trail pointer} which selects some entry of the trail at
11951 any given time. The trail pointer looks like a @samp{>} symbol right
11952 before the selected number. The following commands operate on the
11953 trail pointer in various ways.
11954
11955 @kindex t y
11956 @pindex calc-trail-yank
11957 @cindex Retrieving previous results
11958 The @kbd{t y} (@code{calc-trail-yank}) command reads the selected value in
11959 the trail and pushes it onto the Calculator stack. It allows you to
11960 re-use any previously computed value without retyping. With a numeric
11961 prefix argument @var{n}, it yanks the value @var{n} lines above the current
11962 trail pointer.
11963
11964 @kindex t <
11965 @pindex calc-trail-scroll-left
11966 @kindex t >
11967 @pindex calc-trail-scroll-right
11968 The @kbd{t <} (@code{calc-trail-scroll-left}) and @kbd{t >}
11969 (@code{calc-trail-scroll-right}) commands horizontally scroll the trail
11970 window left or right by one half of its width.
11971
11972 @kindex t n
11973 @pindex calc-trail-next
11974 @kindex t p
11975 @pindex calc-trail-previous
11976 @kindex t f
11977 @pindex calc-trail-forward
11978 @kindex t b
11979 @pindex calc-trail-backward
11980 The @kbd{t n} (@code{calc-trail-next}) and @kbd{t p}
11981 (@code{calc-trail-previous)} commands move the trail pointer down or up
11982 one line. The @kbd{t f} (@code{calc-trail-forward}) and @kbd{t b}
11983 (@code{calc-trail-backward}) commands move the trail pointer down or up
11984 one screenful at a time. All of these commands accept numeric prefix
11985 arguments to move several lines or screenfuls at a time.
11986
11987 @kindex t [
11988 @pindex calc-trail-first
11989 @kindex t ]
11990 @pindex calc-trail-last
11991 @kindex t h
11992 @pindex calc-trail-here
11993 The @kbd{t [} (@code{calc-trail-first}) and @kbd{t ]}
11994 (@code{calc-trail-last}) commands move the trail pointer to the first or
11995 last line of the trail. The @kbd{t h} (@code{calc-trail-here}) command
11996 moves the trail pointer to the cursor position; unlike the other trail
11997 commands, @kbd{t h} works only when Calc Trail is the selected window.
11998
11999 @kindex t s
12000 @pindex calc-trail-isearch-forward
12001 @kindex t r
12002 @pindex calc-trail-isearch-backward
12003 @ifnottex
12004 The @kbd{t s} (@code{calc-trail-isearch-forward}) and @kbd{t r}
12005 (@code{calc-trail-isearch-backward}) commands perform an incremental
12006 search forward or backward through the trail. You can press @key{RET}
12007 to terminate the search; the trail pointer moves to the current line.
12008 If you cancel the search with @kbd{C-g}, the trail pointer stays where
12009 it was when the search began.
12010 @end ifnottex
12011 @tex
12012 The @kbd{t s} (@code{calc-trail-isearch-forward}) and @kbd{t r}
12013 (@code{calc-trail-isearch-backward}) com\-mands perform an incremental
12014 search forward or backward through the trail. You can press @key{RET}
12015 to terminate the search; the trail pointer moves to the current line.
12016 If you cancel the search with @kbd{C-g}, the trail pointer stays where
12017 it was when the search began.
12018 @end tex
12019
12020 @kindex t m
12021 @pindex calc-trail-marker
12022 The @kbd{t m} (@code{calc-trail-marker}) command allows you to enter a
12023 line of text of your own choosing into the trail. The text is inserted
12024 after the line containing the trail pointer; this usually means it is
12025 added to the end of the trail. Trail markers are useful mainly as the
12026 targets for later incremental searches in the trail.
12027
12028 @kindex t k
12029 @pindex calc-trail-kill
12030 The @kbd{t k} (@code{calc-trail-kill}) command removes the selected line
12031 from the trail. The line is saved in the Emacs kill ring suitable for
12032 yanking into another buffer, but it is not easy to yank the text back
12033 into the trail buffer. With a numeric prefix argument, this command
12034 kills the @var{n} lines below or above the selected one.
12035
12036 The @kbd{t .} (@code{calc-full-trail-vectors}) command is described
12037 elsewhere; @pxref{Vector and Matrix Formats}.
12038
12039 @node Keep Arguments, , Trail Commands, Stack and Trail
12040 @section Keep Arguments
12041
12042 @noindent
12043 @kindex K
12044 @pindex calc-keep-args
12045 The @kbd{K} (@code{calc-keep-args}) command acts like a prefix for
12046 the following command. It prevents that command from removing its
12047 arguments from the stack. For example, after @kbd{2 @key{RET} 3 +},
12048 the stack contains the sole number 5, but after @kbd{2 @key{RET} 3 K +},
12049 the stack contains the arguments and the result: @samp{2 3 5}.
12050
12051 With the exception of keyboard macros, this works for all commands that
12052 take arguments off the stack. (To avoid potentially unpleasant behavior,
12053 a @kbd{K} prefix before a keyboard macro will be ignored. A @kbd{K}
12054 prefix called @emph{within} the keyboard macro will still take effect.)
12055 As another example, @kbd{K a s} simplifies a formula, pushing the
12056 simplified version of the formula onto the stack after the original
12057 formula (rather than replacing the original formula). Note that you
12058 could get the same effect by typing @kbd{@key{RET} a s}, copying the
12059 formula and then simplifying the copy. One difference is that for a very
12060 large formula the time taken to format the intermediate copy in
12061 @kbd{@key{RET} a s} could be noticeable; @kbd{K a s} would avoid this
12062 extra work.
12063
12064 Even stack manipulation commands are affected. @key{TAB} works by
12065 popping two values and pushing them back in the opposite order,
12066 so @kbd{2 @key{RET} 3 K @key{TAB}} produces @samp{2 3 3 2}.
12067
12068 A few Calc commands provide other ways of doing the same thing.
12069 For example, @kbd{' sin($)} replaces the number on the stack with
12070 its sine using algebraic entry; to push the sine and keep the
12071 original argument you could use either @kbd{' sin($1)} or
12072 @kbd{K ' sin($)}. @xref{Algebraic Entry}. Also, the @kbd{s s}
12073 command is effectively the same as @kbd{K s t}. @xref{Storing Variables}.
12074
12075 If you execute a command and then decide you really wanted to keep
12076 the argument, you can press @kbd{M-@key{RET}} (@code{calc-last-args}).
12077 This command pushes the last arguments that were popped by any command
12078 onto the stack. Note that the order of things on the stack will be
12079 different than with @kbd{K}: @kbd{2 @key{RET} 3 + M-@key{RET}} leaves
12080 @samp{5 2 3} on the stack instead of @samp{2 3 5}. @xref{Undo}.
12081
12082 @node Mode Settings, Arithmetic, Stack and Trail, Top
12083 @chapter Mode Settings
12084
12085 @noindent
12086 This chapter describes commands that set modes in the Calculator.
12087 They do not affect the contents of the stack, although they may change
12088 the @emph{appearance} or @emph{interpretation} of the stack's contents.
12089
12090 @menu
12091 * General Mode Commands::
12092 * Precision::
12093 * Inverse and Hyperbolic::
12094 * Calculation Modes::
12095 * Simplification Modes::
12096 * Declarations::
12097 * Display Modes::
12098 * Language Modes::
12099 * Modes Variable::
12100 * Calc Mode Line::
12101 @end menu
12102
12103 @node General Mode Commands, Precision, Mode Settings, Mode Settings
12104 @section General Mode Commands
12105
12106 @noindent
12107 @kindex m m
12108 @pindex calc-save-modes
12109 @cindex Continuous memory
12110 @cindex Saving mode settings
12111 @cindex Permanent mode settings
12112 @cindex Calc init file, mode settings
12113 You can save all of the current mode settings in your Calc init file
12114 (the file given by the variable @code{calc-settings-file}, typically
12115 @file{~/.emacs.d/calc.el}) with the @kbd{m m} (@code{calc-save-modes})
12116 command. This will cause Emacs to reestablish these modes each time
12117 it starts up. The modes saved in the file include everything
12118 controlled by the @kbd{m} and @kbd{d} prefix keys, the current
12119 precision and binary word size, whether or not the trail is displayed,
12120 the current height of the Calc window, and more. The current
12121 interface (used when you type @kbd{C-x * *}) is also saved. If there
12122 were already saved mode settings in the file, they are replaced.
12123 Otherwise, the new mode information is appended to the end of the
12124 file.
12125
12126 @kindex m R
12127 @pindex calc-mode-record-mode
12128 The @kbd{m R} (@code{calc-mode-record-mode}) command tells Calc to
12129 record all the mode settings (as if by pressing @kbd{m m}) every
12130 time a mode setting changes. If the modes are saved this way, then this
12131 ``automatic mode recording'' mode is also saved.
12132 Type @kbd{m R} again to disable this method of recording the mode
12133 settings. To turn it off permanently, the @kbd{m m} command will also be
12134 necessary. (If Embedded mode is enabled, other options for recording
12135 the modes are available; @pxref{Mode Settings in Embedded Mode}.)
12136
12137 @kindex m F
12138 @pindex calc-settings-file-name
12139 The @kbd{m F} (@code{calc-settings-file-name}) command allows you to
12140 choose a different file than the current value of @code{calc-settings-file}
12141 for @kbd{m m}, @kbd{Z P}, and similar commands to save permanent information.
12142 You are prompted for a file name. All Calc modes are then reset to
12143 their default values, then settings from the file you named are loaded
12144 if this file exists, and this file becomes the one that Calc will
12145 use in the future for commands like @kbd{m m}. The default settings
12146 file name is @file{~/.emacs.d/calc.el}. You can see the current file name by
12147 giving a blank response to the @kbd{m F} prompt. See also the
12148 discussion of the @code{calc-settings-file} variable; @pxref{Customizing Calc}.
12149
12150 If the file name you give is your user init file (typically
12151 @file{~/.emacs}), @kbd{m F} will not automatically load the new file. This
12152 is because your user init file may contain other things you don't want
12153 to reread. You can give
12154 a numeric prefix argument of 1 to @kbd{m F} to force it to read the
12155 file no matter what. Conversely, an argument of @mathit{-1} tells
12156 @kbd{m F} @emph{not} to read the new file. An argument of 2 or @mathit{-2}
12157 tells @kbd{m F} not to reset the modes to their defaults beforehand,
12158 which is useful if you intend your new file to have a variant of the
12159 modes present in the file you were using before.
12160
12161 @kindex m x
12162 @pindex calc-always-load-extensions
12163 The @kbd{m x} (@code{calc-always-load-extensions}) command enables a mode
12164 in which the first use of Calc loads the entire program, including all
12165 extensions modules. Otherwise, the extensions modules will not be loaded
12166 until the various advanced Calc features are used. Since this mode only
12167 has effect when Calc is first loaded, @kbd{m x} is usually followed by
12168 @kbd{m m} to make the mode-setting permanent. To load all of Calc just
12169 once, rather than always in the future, you can press @kbd{C-x * L}.
12170
12171 @kindex m S
12172 @pindex calc-shift-prefix
12173 The @kbd{m S} (@code{calc-shift-prefix}) command enables a mode in which
12174 all of Calc's letter prefix keys may be typed shifted as well as unshifted.
12175 If you are typing, say, @kbd{a S} (@code{calc-solve-for}) quite often
12176 you might find it easier to turn this mode on so that you can type
12177 @kbd{A S} instead. When this mode is enabled, the commands that used to
12178 be on those single shifted letters (e.g., @kbd{A} (@code{calc-abs})) can
12179 now be invoked by pressing the shifted letter twice: @kbd{A A}. Note
12180 that the @kbd{v} prefix key always works both shifted and unshifted, and
12181 the @kbd{z} and @kbd{Z} prefix keys are always distinct. Also, the @kbd{h}
12182 prefix is not affected by this mode. Press @kbd{m S} again to disable
12183 shifted-prefix mode.
12184
12185 @node Precision, Inverse and Hyperbolic, General Mode Commands, Mode Settings
12186 @section Precision
12187
12188 @noindent
12189 @kindex p
12190 @pindex calc-precision
12191 @cindex Precision of calculations
12192 The @kbd{p} (@code{calc-precision}) command controls the precision to
12193 which floating-point calculations are carried. The precision must be
12194 at least 3 digits and may be arbitrarily high, within the limits of
12195 memory and time. This affects only floats: Integer and rational
12196 calculations are always carried out with as many digits as necessary.
12197
12198 The @kbd{p} key prompts for the current precision. If you wish you
12199 can instead give the precision as a numeric prefix argument.
12200
12201 Many internal calculations are carried to one or two digits higher
12202 precision than normal. Results are rounded down afterward to the
12203 current precision. Unless a special display mode has been selected,
12204 floats are always displayed with their full stored precision, i.e.,
12205 what you see is what you get. Reducing the current precision does not
12206 round values already on the stack, but those values will be rounded
12207 down before being used in any calculation. The @kbd{c 0} through
12208 @kbd{c 9} commands (@pxref{Conversions}) can be used to round an
12209 existing value to a new precision.
12210
12211 @cindex Accuracy of calculations
12212 It is important to distinguish the concepts of @dfn{precision} and
12213 @dfn{accuracy}. In the normal usage of these words, the number
12214 123.4567 has a precision of 7 digits but an accuracy of 4 digits.
12215 The precision is the total number of digits not counting leading
12216 or trailing zeros (regardless of the position of the decimal point).
12217 The accuracy is simply the number of digits after the decimal point
12218 (again not counting trailing zeros). In Calc you control the precision,
12219 not the accuracy of computations. If you were to set the accuracy
12220 instead, then calculations like @samp{exp(100)} would generate many
12221 more digits than you would typically need, while @samp{exp(-100)} would
12222 probably round to zero! In Calc, both these computations give you
12223 exactly 12 (or the requested number of) significant digits.
12224
12225 The only Calc features that deal with accuracy instead of precision
12226 are fixed-point display mode for floats (@kbd{d f}; @pxref{Float Formats}),
12227 and the rounding functions like @code{floor} and @code{round}
12228 (@pxref{Integer Truncation}). Also, @kbd{c 0} through @kbd{c 9}
12229 deal with both precision and accuracy depending on the magnitudes
12230 of the numbers involved.
12231
12232 If you need to work with a particular fixed accuracy (say, dollars and
12233 cents with two digits after the decimal point), one solution is to work
12234 with integers and an ``implied'' decimal point. For example, $8.99
12235 divided by 6 would be entered @kbd{899 @key{RET} 6 /}, yielding 149.833
12236 (actually $1.49833 with our implied decimal point); pressing @kbd{R}
12237 would round this to 150 cents, i.e., $1.50.
12238
12239 @xref{Floats}, for still more on floating-point precision and related
12240 issues.
12241
12242 @node Inverse and Hyperbolic, Calculation Modes, Precision, Mode Settings
12243 @section Inverse and Hyperbolic Flags
12244
12245 @noindent
12246 @kindex I
12247 @pindex calc-inverse
12248 There is no single-key equivalent to the @code{calc-arcsin} function.
12249 Instead, you must first press @kbd{I} (@code{calc-inverse}) to set
12250 the @dfn{Inverse Flag}, then press @kbd{S} (@code{calc-sin}).
12251 The @kbd{I} key actually toggles the Inverse Flag. When this flag
12252 is set, the word @samp{Inv} appears in the mode line.
12253
12254 @kindex H
12255 @pindex calc-hyperbolic
12256 Likewise, the @kbd{H} key (@code{calc-hyperbolic}) sets or clears the
12257 Hyperbolic Flag, which transforms @code{calc-sin} into @code{calc-sinh}.
12258 If both of these flags are set at once, the effect will be
12259 @code{calc-arcsinh}. (The Hyperbolic flag is also used by some
12260 non-trigonometric commands; for example @kbd{H L} computes a base-10,
12261 instead of base-@mathit{e}, logarithm.)
12262
12263 Command names like @code{calc-arcsin} are provided for completeness, and
12264 may be executed with @kbd{x} or @kbd{M-x}. Their effect is simply to
12265 toggle the Inverse and/or Hyperbolic flags and then execute the
12266 corresponding base command (@code{calc-sin} in this case).
12267
12268 @kindex O
12269 @pindex calc-option
12270 The @kbd{O} key (@code{calc-option}) sets another flag, the
12271 @dfn{Option Flag}, which also can alter the subsequent Calc command in
12272 various ways.
12273
12274 The Inverse, Hyperbolic and Option flags apply only to the next
12275 Calculator command, after which they are automatically cleared. (They
12276 are also cleared if the next keystroke is not a Calc command.) Digits
12277 you type after @kbd{I}, @kbd{H} or @kbd{O} (or @kbd{K}) are treated as
12278 prefix arguments for the next command, not as numeric entries. The
12279 same is true of @kbd{C-u}, but not of the minus sign (@kbd{K -} means
12280 to subtract and keep arguments).
12281
12282 Another Calc prefix flag, @kbd{K} (keep-arguments), is discussed
12283 elsewhere. @xref{Keep Arguments}.
12284
12285 @node Calculation Modes, Simplification Modes, Inverse and Hyperbolic, Mode Settings
12286 @section Calculation Modes
12287
12288 @noindent
12289 The commands in this section are two-key sequences beginning with
12290 the @kbd{m} prefix. (That's the letter @kbd{m}, not the @key{META} key.)
12291 The @samp{m a} (@code{calc-algebraic-mode}) command is described elsewhere
12292 (@pxref{Algebraic Entry}).
12293
12294 @menu
12295 * Angular Modes::
12296 * Polar Mode::
12297 * Fraction Mode::
12298 * Infinite Mode::
12299 * Symbolic Mode::
12300 * Matrix Mode::
12301 * Automatic Recomputation::
12302 * Working Message::
12303 @end menu
12304
12305 @node Angular Modes, Polar Mode, Calculation Modes, Calculation Modes
12306 @subsection Angular Modes
12307
12308 @noindent
12309 @cindex Angular mode
12310 The Calculator supports three notations for angles: radians, degrees,
12311 and degrees-minutes-seconds. When a number is presented to a function
12312 like @code{sin} that requires an angle, the current angular mode is
12313 used to interpret the number as either radians or degrees. If an HMS
12314 form is presented to @code{sin}, it is always interpreted as
12315 degrees-minutes-seconds.
12316
12317 Functions that compute angles produce a number in radians, a number in
12318 degrees, or an HMS form depending on the current angular mode. If the
12319 result is a complex number and the current mode is HMS, the number is
12320 instead expressed in degrees. (Complex-number calculations would
12321 normally be done in Radians mode, though. Complex numbers are converted
12322 to degrees by calculating the complex result in radians and then
12323 multiplying by 180 over @cpi{}.)
12324
12325 @kindex m r
12326 @pindex calc-radians-mode
12327 @kindex m d
12328 @pindex calc-degrees-mode
12329 @kindex m h
12330 @pindex calc-hms-mode
12331 The @kbd{m r} (@code{calc-radians-mode}), @kbd{m d} (@code{calc-degrees-mode}),
12332 and @kbd{m h} (@code{calc-hms-mode}) commands control the angular mode.
12333 The current angular mode is displayed on the Emacs mode line.
12334 The default angular mode is Degrees.
12335
12336 @node Polar Mode, Fraction Mode, Angular Modes, Calculation Modes
12337 @subsection Polar Mode
12338
12339 @noindent
12340 @cindex Polar mode
12341 The Calculator normally ``prefers'' rectangular complex numbers in the
12342 sense that rectangular form is used when the proper form can not be
12343 decided from the input. This might happen by multiplying a rectangular
12344 number by a polar one, by taking the square root of a negative real
12345 number, or by entering @kbd{( 2 @key{SPC} 3 )}.
12346
12347 @kindex m p
12348 @pindex calc-polar-mode
12349 The @kbd{m p} (@code{calc-polar-mode}) command toggles complex-number
12350 preference between rectangular and polar forms. In Polar mode, all
12351 of the above example situations would produce polar complex numbers.
12352
12353 @node Fraction Mode, Infinite Mode, Polar Mode, Calculation Modes
12354 @subsection Fraction Mode
12355
12356 @noindent
12357 @cindex Fraction mode
12358 @cindex Division of integers
12359 Division of two integers normally yields a floating-point number if the
12360 result cannot be expressed as an integer. In some cases you would
12361 rather get an exact fractional answer. One way to accomplish this is
12362 to use the @kbd{:} (@code{calc-fdiv}) [@code{fdiv}] command, which
12363 divides the two integers on the top of the stack to produce a fraction:
12364 @kbd{6 @key{RET} 4 :} produces @expr{3:2} even though
12365 @kbd{6 @key{RET} 4 /} produces @expr{1.5}.
12366
12367 @kindex m f
12368 @pindex calc-frac-mode
12369 To set the Calculator to produce fractional results for normal integer
12370 divisions, use the @kbd{m f} (@code{calc-frac-mode}) command.
12371 For example, @expr{8/4} produces @expr{2} in either mode,
12372 but @expr{6/4} produces @expr{3:2} in Fraction mode, @expr{1.5} in
12373 Float mode.
12374
12375 At any time you can use @kbd{c f} (@code{calc-float}) to convert a
12376 fraction to a float, or @kbd{c F} (@code{calc-fraction}) to convert a
12377 float to a fraction. @xref{Conversions}.
12378
12379 @node Infinite Mode, Symbolic Mode, Fraction Mode, Calculation Modes
12380 @subsection Infinite Mode
12381
12382 @noindent
12383 @cindex Infinite mode
12384 The Calculator normally treats results like @expr{1 / 0} as errors;
12385 formulas like this are left in unsimplified form. But Calc can be
12386 put into a mode where such calculations instead produce ``infinite''
12387 results.
12388
12389 @kindex m i
12390 @pindex calc-infinite-mode
12391 The @kbd{m i} (@code{calc-infinite-mode}) command turns this mode
12392 on and off. When the mode is off, infinities do not arise except
12393 in calculations that already had infinities as inputs. (One exception
12394 is that infinite open intervals like @samp{[0 .. inf)} can be
12395 generated; however, intervals closed at infinity (@samp{[0 .. inf]})
12396 will not be generated when Infinite mode is off.)
12397
12398 With Infinite mode turned on, @samp{1 / 0} will generate @code{uinf},
12399 an undirected infinity. @xref{Infinities}, for a discussion of the
12400 difference between @code{inf} and @code{uinf}. Also, @expr{0 / 0}
12401 evaluates to @code{nan}, the ``indeterminate'' symbol. Various other
12402 functions can also return infinities in this mode; for example,
12403 @samp{ln(0) = -inf}, and @samp{gamma(-7) = uinf}. Once again,
12404 note that @samp{exp(inf) = inf} regardless of Infinite mode because
12405 this calculation has infinity as an input.
12406
12407 @cindex Positive Infinite mode
12408 The @kbd{m i} command with a numeric prefix argument of zero,
12409 i.e., @kbd{C-u 0 m i}, turns on a Positive Infinite mode in
12410 which zero is treated as positive instead of being directionless.
12411 Thus, @samp{1 / 0 = inf} and @samp{-1 / 0 = -inf} in this mode.
12412 Note that zero never actually has a sign in Calc; there are no
12413 separate representations for @mathit{+0} and @mathit{-0}. Positive
12414 Infinite mode merely changes the interpretation given to the
12415 single symbol, @samp{0}. One consequence of this is that, while
12416 you might expect @samp{1 / -0 = -inf}, actually @samp{1 / -0}
12417 is equivalent to @samp{1 / 0}, which is equal to positive @code{inf}.
12418
12419 @node Symbolic Mode, Matrix Mode, Infinite Mode, Calculation Modes
12420 @subsection Symbolic Mode
12421
12422 @noindent
12423 @cindex Symbolic mode
12424 @cindex Inexact results
12425 Calculations are normally performed numerically wherever possible.
12426 For example, the @code{calc-sqrt} command, or @code{sqrt} function in an
12427 algebraic expression, produces a numeric answer if the argument is a
12428 number or a symbolic expression if the argument is an expression:
12429 @kbd{2 Q} pushes 1.4142 but @kbd{@key{'} x+1 @key{RET} Q} pushes @samp{sqrt(x+1)}.
12430
12431 @kindex m s
12432 @pindex calc-symbolic-mode
12433 In @dfn{Symbolic mode}, controlled by the @kbd{m s} (@code{calc-symbolic-mode})
12434 command, functions which would produce inexact, irrational results are
12435 left in symbolic form. Thus @kbd{16 Q} pushes 4, but @kbd{2 Q} pushes
12436 @samp{sqrt(2)}.
12437
12438 @kindex N
12439 @pindex calc-eval-num
12440 The shift-@kbd{N} (@code{calc-eval-num}) command evaluates numerically
12441 the expression at the top of the stack, by temporarily disabling
12442 @code{calc-symbolic-mode} and executing @kbd{=} (@code{calc-evaluate}).
12443 Given a numeric prefix argument, it also
12444 sets the floating-point precision to the specified value for the duration
12445 of the command.
12446
12447 To evaluate a formula numerically without expanding the variables it
12448 contains, you can use the key sequence @kbd{m s a v m s} (this uses
12449 @code{calc-alg-evaluate}, which resimplifies but doesn't evaluate
12450 variables.)
12451
12452 @node Matrix Mode, Automatic Recomputation, Symbolic Mode, Calculation Modes
12453 @subsection Matrix and Scalar Modes
12454
12455 @noindent
12456 @cindex Matrix mode
12457 @cindex Scalar mode
12458 Calc sometimes makes assumptions during algebraic manipulation that
12459 are awkward or incorrect when vectors and matrices are involved.
12460 Calc has two modes, @dfn{Matrix mode} and @dfn{Scalar mode}, which
12461 modify its behavior around vectors in useful ways.
12462
12463 @kindex m v
12464 @pindex calc-matrix-mode
12465 Press @kbd{m v} (@code{calc-matrix-mode}) once to enter Matrix mode.
12466 In this mode, all objects are assumed to be matrices unless provably
12467 otherwise. One major effect is that Calc will no longer consider
12468 multiplication to be commutative. (Recall that in matrix arithmetic,
12469 @samp{A*B} is not the same as @samp{B*A}.) This assumption affects
12470 rewrite rules and algebraic simplification. Another effect of this
12471 mode is that calculations that would normally produce constants like
12472 0 and 1 (e.g., @expr{a - a} and @expr{a / a}, respectively) will now
12473 produce function calls that represent ``generic'' zero or identity
12474 matrices: @samp{idn(0)}, @samp{idn(1)}. The @code{idn} function
12475 @samp{idn(@var{a},@var{n})} returns @var{a} times an @var{n}x@var{n}
12476 identity matrix; if @var{n} is omitted, it doesn't know what
12477 dimension to use and so the @code{idn} call remains in symbolic
12478 form. However, if this generic identity matrix is later combined
12479 with a matrix whose size is known, it will be converted into
12480 a true identity matrix of the appropriate size. On the other hand,
12481 if it is combined with a scalar (as in @samp{idn(1) + 2}), Calc
12482 will assume it really was a scalar after all and produce, e.g., 3.
12483
12484 Press @kbd{m v} a second time to get Scalar mode. Here, objects are
12485 assumed @emph{not} to be vectors or matrices unless provably so.
12486 For example, normally adding a variable to a vector, as in
12487 @samp{[x, y, z] + a}, will leave the sum in symbolic form because
12488 as far as Calc knows, @samp{a} could represent either a number or
12489 another 3-vector. In Scalar mode, @samp{a} is assumed to be a
12490 non-vector, and the addition is evaluated to @samp{[x+a, y+a, z+a]}.
12491
12492 Press @kbd{m v} a third time to return to the normal mode of operation.
12493
12494 If you press @kbd{m v} with a numeric prefix argument @var{n}, you
12495 get a special ``dimensioned'' Matrix mode in which matrices of
12496 unknown size are assumed to be @var{n}x@var{n} square matrices.
12497 Then, the function call @samp{idn(1)} will expand into an actual
12498 matrix rather than representing a ``generic'' matrix. Simply typing
12499 @kbd{C-u m v} will get you a square Matrix mode, in which matrices of
12500 unknown size are assumed to be square matrices of unspecified size.
12501
12502 @cindex Declaring scalar variables
12503 Of course these modes are approximations to the true state of
12504 affairs, which is probably that some quantities will be matrices
12505 and others will be scalars. One solution is to ``declare''
12506 certain variables or functions to be scalar-valued.
12507 @xref{Declarations}, to see how to make declarations in Calc.
12508
12509 There is nothing stopping you from declaring a variable to be
12510 scalar and then storing a matrix in it; however, if you do, the
12511 results you get from Calc may not be valid. Suppose you let Calc
12512 get the result @samp{[x+a, y+a, z+a]} shown above, and then stored
12513 @samp{[1, 2, 3]} in @samp{a}. The result would not be the same as
12514 for @samp{[x, y, z] + [1, 2, 3]}, but that's because you have broken
12515 your earlier promise to Calc that @samp{a} would be scalar.
12516
12517 Another way to mix scalars and matrices is to use selections
12518 (@pxref{Selecting Subformulas}). Use Matrix mode when operating on
12519 your formula normally; then, to apply Scalar mode to a certain part
12520 of the formula without affecting the rest just select that part,
12521 change into Scalar mode and press @kbd{=} to resimplify the part
12522 under this mode, then change back to Matrix mode before deselecting.
12523
12524 @node Automatic Recomputation, Working Message, Matrix Mode, Calculation Modes
12525 @subsection Automatic Recomputation
12526
12527 @noindent
12528 The @dfn{evaluates-to} operator, @samp{=>}, has the special
12529 property that any @samp{=>} formulas on the stack are recomputed
12530 whenever variable values or mode settings that might affect them
12531 are changed. @xref{Evaluates-To Operator}.
12532
12533 @kindex m C
12534 @pindex calc-auto-recompute
12535 The @kbd{m C} (@code{calc-auto-recompute}) command turns this
12536 automatic recomputation on and off. If you turn it off, Calc will
12537 not update @samp{=>} operators on the stack (nor those in the
12538 attached Embedded mode buffer, if there is one). They will not
12539 be updated unless you explicitly do so by pressing @kbd{=} or until
12540 you press @kbd{m C} to turn recomputation back on. (While automatic
12541 recomputation is off, you can think of @kbd{m C m C} as a command
12542 to update all @samp{=>} operators while leaving recomputation off.)
12543
12544 To update @samp{=>} operators in an Embedded buffer while
12545 automatic recomputation is off, use @w{@kbd{C-x * u}}.
12546 @xref{Embedded Mode}.
12547
12548 @node Working Message, , Automatic Recomputation, Calculation Modes
12549 @subsection Working Messages
12550
12551 @noindent
12552 @cindex Performance
12553 @cindex Working messages
12554 Since the Calculator is written entirely in Emacs Lisp, which is not
12555 designed for heavy numerical work, many operations are quite slow.
12556 The Calculator normally displays the message @samp{Working...} in the
12557 echo area during any command that may be slow. In addition, iterative
12558 operations such as square roots and trigonometric functions display the
12559 intermediate result at each step. Both of these types of messages can
12560 be disabled if you find them distracting.
12561
12562 @kindex m w
12563 @pindex calc-working
12564 Type @kbd{m w} (@code{calc-working}) with a numeric prefix of 0 to
12565 disable all ``working'' messages. Use a numeric prefix of 1 to enable
12566 only the plain @samp{Working...} message. Use a numeric prefix of 2 to
12567 see intermediate results as well. With no numeric prefix this displays
12568 the current mode.
12569
12570 While it may seem that the ``working'' messages will slow Calc down
12571 considerably, experiments have shown that their impact is actually
12572 quite small. But if your terminal is slow you may find that it helps
12573 to turn the messages off.
12574
12575 @node Simplification Modes, Declarations, Calculation Modes, Mode Settings
12576 @section Simplification Modes
12577
12578 @noindent
12579 The current @dfn{simplification mode} controls how numbers and formulas
12580 are ``normalized'' when being taken from or pushed onto the stack.
12581 Some normalizations are unavoidable, such as rounding floating-point
12582 results to the current precision, and reducing fractions to simplest
12583 form. Others, such as simplifying a formula like @expr{a+a} (or @expr{2+3}),
12584 are done automatically but can be turned off when necessary.
12585
12586 When you press a key like @kbd{+} when @expr{2} and @expr{3} are on the
12587 stack, Calc pops these numbers, normalizes them, creates the formula
12588 @expr{2+3}, normalizes it, and pushes the result. Of course the standard
12589 rules for normalizing @expr{2+3} will produce the result @expr{5}.
12590
12591 Simplification mode commands consist of the lower-case @kbd{m} prefix key
12592 followed by a shifted letter.
12593
12594 @kindex m O
12595 @pindex calc-no-simplify-mode
12596 The @kbd{m O} (@code{calc-no-simplify-mode}) command turns off all optional
12597 simplifications. These would leave a formula like @expr{2+3} alone. In
12598 fact, nothing except simple numbers are ever affected by normalization
12599 in this mode. Explicit simplification commands, such as @kbd{=} or
12600 @kbd{a s}, can still be given to simplify any formulas.
12601 @xref{Algebraic Definitions}, for a sample use of
12602 No-Simplification mode.
12603
12604
12605 @kindex m N
12606 @pindex calc-num-simplify-mode
12607 The @kbd{m N} (@code{calc-num-simplify-mode}) command turns off simplification
12608 of any formulas except those for which all arguments are constants. For
12609 example, @expr{1+2} is simplified to @expr{3}, and @expr{a+(2-2)} is
12610 simplified to @expr{a+0} but no further, since one argument of the sum
12611 is not a constant. Unfortunately, @expr{(a+2)-2} is @emph{not} simplified
12612 because the top-level @samp{-} operator's arguments are not both
12613 constant numbers (one of them is the formula @expr{a+2}).
12614 A constant is a number or other numeric object (such as a constant
12615 error form or modulo form), or a vector all of whose
12616 elements are constant.
12617
12618 @kindex m I
12619 @pindex calc-basic-simplify-mode
12620 The @kbd{m I} (@code{calc-basic-simplify-mode}) command does some basic
12621 simplifications for all formulas. This includes many easy and
12622 fast algebraic simplifications such as @expr{a+0} to @expr{a}, and
12623 @expr{a + 2 a} to @expr{3 a}, as well as evaluating functions like
12624 @expr{@tfn{deriv}(x^2, x)} to @expr{2 x}.
12625
12626 @kindex m B
12627 @pindex calc-bin-simplify-mode
12628 The @kbd{m B} (@code{calc-bin-simplify-mode}) mode applies the basic
12629 simplifications to a result and then, if the result is an integer,
12630 uses the @kbd{b c} (@code{calc-clip}) command to clip the integer according
12631 to the current binary word size. @xref{Binary Functions}. Real numbers
12632 are rounded to the nearest integer and then clipped; other kinds of
12633 results (after the basic simplifications) are left alone.
12634
12635 @kindex m A
12636 @pindex calc-alg-simplify-mode
12637 The @kbd{m A} (@code{calc-alg-simplify-mode}) mode does standard
12638 algebraic simplifications. @xref{Algebraic Simplifications}.
12639
12640 @kindex m E
12641 @pindex calc-ext-simplify-mode
12642 The @kbd{m E} (@code{calc-ext-simplify-mode}) mode does ``extended'', or
12643 ``unsafe'', algebraic simplification. @xref{Unsafe Simplifications}.
12644
12645 @kindex m U
12646 @pindex calc-units-simplify-mode
12647 The @kbd{m U} (@code{calc-units-simplify-mode}) mode does units
12648 simplification. @xref{Simplification of Units}. These include the
12649 algebraic simplifications, plus variable names which
12650 are identifiable as unit names (like @samp{mm} for ``millimeters'')
12651 are simplified with their unit definitions in mind.
12652
12653 A common technique is to set the simplification mode down to the lowest
12654 amount of simplification you will allow to be applied automatically, then
12655 use manual commands like @kbd{a s} and @kbd{c c} (@code{calc-clean}) to
12656 perform higher types of simplifications on demand.
12657 @node Declarations, Display Modes, Simplification Modes, Mode Settings
12658 @section Declarations
12659
12660 @noindent
12661 A @dfn{declaration} is a statement you make that promises you will
12662 use a certain variable or function in a restricted way. This may
12663 give Calc the freedom to do things that it couldn't do if it had to
12664 take the fully general situation into account.
12665
12666 @menu
12667 * Declaration Basics::
12668 * Kinds of Declarations::
12669 * Functions for Declarations::
12670 @end menu
12671
12672 @node Declaration Basics, Kinds of Declarations, Declarations, Declarations
12673 @subsection Declaration Basics
12674
12675 @noindent
12676 @kindex s d
12677 @pindex calc-declare-variable
12678 The @kbd{s d} (@code{calc-declare-variable}) command is the easiest
12679 way to make a declaration for a variable. This command prompts for
12680 the variable name, then prompts for the declaration. The default
12681 at the declaration prompt is the previous declaration, if any.
12682 You can edit this declaration, or press @kbd{C-k} to erase it and
12683 type a new declaration. (Or, erase it and press @key{RET} to clear
12684 the declaration, effectively ``undeclaring'' the variable.)
12685
12686 A declaration is in general a vector of @dfn{type symbols} and
12687 @dfn{range} values. If there is only one type symbol or range value,
12688 you can write it directly rather than enclosing it in a vector.
12689 For example, @kbd{s d foo @key{RET} real @key{RET}} declares @code{foo} to
12690 be a real number, and @kbd{s d bar @key{RET} [int, const, [1..6]] @key{RET}}
12691 declares @code{bar} to be a constant integer between 1 and 6.
12692 (Actually, you can omit the outermost brackets and Calc will
12693 provide them for you: @kbd{s d bar @key{RET} int, const, [1..6] @key{RET}}.)
12694
12695 @cindex @code{Decls} variable
12696 @vindex Decls
12697 Declarations in Calc are kept in a special variable called @code{Decls}.
12698 This variable encodes the set of all outstanding declarations in
12699 the form of a matrix. Each row has two elements: A variable or
12700 vector of variables declared by that row, and the declaration
12701 specifier as described above. You can use the @kbd{s D} command to
12702 edit this variable if you wish to see all the declarations at once.
12703 @xref{Operations on Variables}, for a description of this command
12704 and the @kbd{s p} command that allows you to save your declarations
12705 permanently if you wish.
12706
12707 Items being declared can also be function calls. The arguments in
12708 the call are ignored; the effect is to say that this function returns
12709 values of the declared type for any valid arguments. The @kbd{s d}
12710 command declares only variables, so if you wish to make a function
12711 declaration you will have to edit the @code{Decls} matrix yourself.
12712
12713 For example, the declaration matrix
12714
12715 @smallexample
12716 @group
12717 [ [ foo, real ]
12718 [ [j, k, n], int ]
12719 [ f(1,2,3), [0 .. inf) ] ]
12720 @end group
12721 @end smallexample
12722
12723 @noindent
12724 declares that @code{foo} represents a real number, @code{j}, @code{k}
12725 and @code{n} represent integers, and the function @code{f} always
12726 returns a real number in the interval shown.
12727
12728 @vindex All
12729 If there is a declaration for the variable @code{All}, then that
12730 declaration applies to all variables that are not otherwise declared.
12731 It does not apply to function names. For example, using the row
12732 @samp{[All, real]} says that all your variables are real unless they
12733 are explicitly declared without @code{real} in some other row.
12734 The @kbd{s d} command declares @code{All} if you give a blank
12735 response to the variable-name prompt.
12736
12737 @node Kinds of Declarations, Functions for Declarations, Declaration Basics, Declarations
12738 @subsection Kinds of Declarations
12739
12740 @noindent
12741 The type-specifier part of a declaration (that is, the second prompt
12742 in the @kbd{s d} command) can be a type symbol, an interval, or a
12743 vector consisting of zero or more type symbols followed by zero or
12744 more intervals or numbers that represent the set of possible values
12745 for the variable.
12746
12747 @smallexample
12748 @group
12749 [ [ a, [1, 2, 3, 4, 5] ]
12750 [ b, [1 .. 5] ]
12751 [ c, [int, 1 .. 5] ] ]
12752 @end group
12753 @end smallexample
12754
12755 Here @code{a} is declared to contain one of the five integers shown;
12756 @code{b} is any number in the interval from 1 to 5 (any real number
12757 since we haven't specified), and @code{c} is any integer in that
12758 interval. Thus the declarations for @code{a} and @code{c} are
12759 nearly equivalent (see below).
12760
12761 The type-specifier can be the empty vector @samp{[]} to say that
12762 nothing is known about a given variable's value. This is the same
12763 as not declaring the variable at all except that it overrides any
12764 @code{All} declaration which would otherwise apply.
12765
12766 The initial value of @code{Decls} is the empty vector @samp{[]}.
12767 If @code{Decls} has no stored value or if the value stored in it
12768 is not valid, it is ignored and there are no declarations as far
12769 as Calc is concerned. (The @kbd{s d} command will replace such a
12770 malformed value with a fresh empty matrix, @samp{[]}, before recording
12771 the new declaration.) Unrecognized type symbols are ignored.
12772
12773 The following type symbols describe what sorts of numbers will be
12774 stored in a variable:
12775
12776 @table @code
12777 @item int
12778 Integers.
12779 @item numint
12780 Numerical integers. (Integers or integer-valued floats.)
12781 @item frac
12782 Fractions. (Rational numbers which are not integers.)
12783 @item rat
12784 Rational numbers. (Either integers or fractions.)
12785 @item float
12786 Floating-point numbers.
12787 @item real
12788 Real numbers. (Integers, fractions, or floats. Actually,
12789 intervals and error forms with real components also count as
12790 reals here.)
12791 @item pos
12792 Positive real numbers. (Strictly greater than zero.)
12793 @item nonneg
12794 Nonnegative real numbers. (Greater than or equal to zero.)
12795 @item number
12796 Numbers. (Real or complex.)
12797 @end table
12798
12799 Calc uses this information to determine when certain simplifications
12800 of formulas are safe. For example, @samp{(x^y)^z} cannot be
12801 simplified to @samp{x^(y z)} in general; for example,
12802 @samp{((-3)^2)^1:2} is 3, but @samp{(-3)^(2*1:2) = (-3)^1} is @mathit{-3}.
12803 However, this simplification @emph{is} safe if @code{z} is known
12804 to be an integer, or if @code{x} is known to be a nonnegative
12805 real number. If you have given declarations that allow Calc to
12806 deduce either of these facts, Calc will perform this simplification
12807 of the formula.
12808
12809 Calc can apply a certain amount of logic when using declarations.
12810 For example, @samp{(x^y)^(2n+1)} will be simplified if @code{n}
12811 has been declared @code{int}; Calc knows that an integer times an
12812 integer, plus an integer, must always be an integer. (In fact,
12813 Calc would simplify @samp{(-x)^(2n+1)} to @samp{-(x^(2n+1))} since
12814 it is able to determine that @samp{2n+1} must be an odd integer.)
12815
12816 Similarly, @samp{(abs(x)^y)^z} will be simplified to @samp{abs(x)^(y z)}
12817 because Calc knows that the @code{abs} function always returns a
12818 nonnegative real. If you had a @code{myabs} function that also had
12819 this property, you could get Calc to recognize it by adding the row
12820 @samp{[myabs(), nonneg]} to the @code{Decls} matrix.
12821
12822 One instance of this simplification is @samp{sqrt(x^2)} (since the
12823 @code{sqrt} function is effectively a one-half power). Normally
12824 Calc leaves this formula alone. After the command
12825 @kbd{s d x @key{RET} real @key{RET}}, however, it can simplify the formula to
12826 @samp{abs(x)}. And after @kbd{s d x @key{RET} nonneg @key{RET}}, Calc can
12827 simplify this formula all the way to @samp{x}.
12828
12829 If there are any intervals or real numbers in the type specifier,
12830 they comprise the set of possible values that the variable or
12831 function being declared can have. In particular, the type symbol
12832 @code{real} is effectively the same as the range @samp{[-inf .. inf]}
12833 (note that infinity is included in the range of possible values);
12834 @code{pos} is the same as @samp{(0 .. inf]}, and @code{nonneg} is
12835 the same as @samp{[0 .. inf]}. Saying @samp{[real, [-5 .. 5]]} is
12836 redundant because the fact that the variable is real can be
12837 deduced just from the interval, but @samp{[int, [-5 .. 5]]} and
12838 @samp{[rat, [-5 .. 5]]} are useful combinations.
12839
12840 Note that the vector of intervals or numbers is in the same format
12841 used by Calc's set-manipulation commands. @xref{Set Operations}.
12842
12843 The type specifier @samp{[1, 2, 3]} is equivalent to
12844 @samp{[numint, 1, 2, 3]}, @emph{not} to @samp{[int, 1, 2, 3]}.
12845 In other words, the range of possible values means only that
12846 the variable's value must be numerically equal to a number in
12847 that range, but not that it must be equal in type as well.
12848 Calc's set operations act the same way; @samp{in(2, [1., 2., 3.])}
12849 and @samp{in(1.5, [1:2, 3:2, 5:2])} both report ``true.''
12850
12851 If you use a conflicting combination of type specifiers, the
12852 results are unpredictable. An example is @samp{[pos, [0 .. 5]]},
12853 where the interval does not lie in the range described by the
12854 type symbol.
12855
12856 ``Real'' declarations mostly affect simplifications involving powers
12857 like the one described above. Another case where they are used
12858 is in the @kbd{a P} command which returns a list of all roots of a
12859 polynomial; if the variable has been declared real, only the real
12860 roots (if any) will be included in the list.
12861
12862 ``Integer'' declarations are used for simplifications which are valid
12863 only when certain values are integers (such as @samp{(x^y)^z}
12864 shown above).
12865
12866 Calc's algebraic simplifications also make use of declarations when
12867 simplifying equations and inequalities. They will cancel @code{x}
12868 from both sides of @samp{a x = b x} only if it is sure @code{x}
12869 is non-zero, say, because it has a @code{pos} declaration.
12870 To declare specifically that @code{x} is real and non-zero,
12871 use @samp{[[-inf .. 0), (0 .. inf]]}. (There is no way in the
12872 current notation to say that @code{x} is nonzero but not necessarily
12873 real.) The @kbd{a e} command does ``unsafe'' simplifications,
12874 including canceling @samp{x} from the equation when @samp{x} is
12875 not known to be nonzero.
12876
12877 Another set of type symbols distinguish between scalars and vectors.
12878
12879 @table @code
12880 @item scalar
12881 The value is not a vector.
12882 @item vector
12883 The value is a vector.
12884 @item matrix
12885 The value is a matrix (a rectangular vector of vectors).
12886 @item sqmatrix
12887 The value is a square matrix.
12888 @end table
12889
12890 These type symbols can be combined with the other type symbols
12891 described above; @samp{[int, matrix]} describes an object which
12892 is a matrix of integers.
12893
12894 Scalar/vector declarations are used to determine whether certain
12895 algebraic operations are safe. For example, @samp{[a, b, c] + x}
12896 is normally not simplified to @samp{[a + x, b + x, c + x]}, but
12897 it will be if @code{x} has been declared @code{scalar}. On the
12898 other hand, multiplication is usually assumed to be commutative,
12899 but the terms in @samp{x y} will never be exchanged if both @code{x}
12900 and @code{y} are known to be vectors or matrices. (Calc currently
12901 never distinguishes between @code{vector} and @code{matrix}
12902 declarations.)
12903
12904 @xref{Matrix Mode}, for a discussion of Matrix mode and
12905 Scalar mode, which are similar to declaring @samp{[All, matrix]}
12906 or @samp{[All, scalar]} but much more convenient.
12907
12908 One more type symbol that is recognized is used with the @kbd{H a d}
12909 command for taking total derivatives of a formula. @xref{Calculus}.
12910
12911 @table @code
12912 @item const
12913 The value is a constant with respect to other variables.
12914 @end table
12915
12916 Calc does not check the declarations for a variable when you store
12917 a value in it. However, storing @mathit{-3.5} in a variable that has
12918 been declared @code{pos}, @code{int}, or @code{matrix} may have
12919 unexpected effects; Calc may evaluate @samp{sqrt(x^2)} to @expr{3.5}
12920 if it substitutes the value first, or to @expr{-3.5} if @code{x}
12921 was declared @code{pos} and the formula @samp{sqrt(x^2)} is
12922 simplified to @samp{x} before the value is substituted. Before
12923 using a variable for a new purpose, it is best to use @kbd{s d}
12924 or @kbd{s D} to check to make sure you don't still have an old
12925 declaration for the variable that will conflict with its new meaning.
12926
12927 @node Functions for Declarations, , Kinds of Declarations, Declarations
12928 @subsection Functions for Declarations
12929
12930 @noindent
12931 Calc has a set of functions for accessing the current declarations
12932 in a convenient manner. These functions return 1 if the argument
12933 can be shown to have the specified property, or 0 if the argument
12934 can be shown @emph{not} to have that property; otherwise they are
12935 left unevaluated. These functions are suitable for use with rewrite
12936 rules (@pxref{Conditional Rewrite Rules}) or programming constructs
12937 (@pxref{Conditionals in Macros}). They can be entered only using
12938 algebraic notation. @xref{Logical Operations}, for functions
12939 that perform other tests not related to declarations.
12940
12941 For example, @samp{dint(17)} returns 1 because 17 is an integer, as
12942 do @samp{dint(n)} and @samp{dint(2 n - 3)} if @code{n} has been declared
12943 @code{int}, but @samp{dint(2.5)} and @samp{dint(n + 0.5)} return 0.
12944 Calc consults knowledge of its own built-in functions as well as your
12945 own declarations: @samp{dint(floor(x))} returns 1.
12946
12947 @ignore
12948 @starindex
12949 @end ignore
12950 @tindex dint
12951 @ignore
12952 @starindex
12953 @end ignore
12954 @tindex dnumint
12955 @ignore
12956 @starindex
12957 @end ignore
12958 @tindex dnatnum
12959 The @code{dint} function checks if its argument is an integer.
12960 The @code{dnatnum} function checks if its argument is a natural
12961 number, i.e., a nonnegative integer. The @code{dnumint} function
12962 checks if its argument is numerically an integer, i.e., either an
12963 integer or an integer-valued float. Note that these and the other
12964 data type functions also accept vectors or matrices composed of
12965 suitable elements, and that real infinities @samp{inf} and @samp{-inf}
12966 are considered to be integers for the purposes of these functions.
12967
12968 @ignore
12969 @starindex
12970 @end ignore
12971 @tindex drat
12972 The @code{drat} function checks if its argument is rational, i.e.,
12973 an integer or fraction. Infinities count as rational, but intervals
12974 and error forms do not.
12975
12976 @ignore
12977 @starindex
12978 @end ignore
12979 @tindex dreal
12980 The @code{dreal} function checks if its argument is real. This
12981 includes integers, fractions, floats, real error forms, and intervals.
12982
12983 @ignore
12984 @starindex
12985 @end ignore
12986 @tindex dimag
12987 The @code{dimag} function checks if its argument is imaginary,
12988 i.e., is mathematically equal to a real number times @expr{i}.
12989
12990 @ignore
12991 @starindex
12992 @end ignore
12993 @tindex dpos
12994 @ignore
12995 @starindex
12996 @end ignore
12997 @tindex dneg
12998 @ignore
12999 @starindex
13000 @end ignore
13001 @tindex dnonneg
13002 The @code{dpos} function checks for positive (but nonzero) reals.
13003 The @code{dneg} function checks for negative reals. The @code{dnonneg}
13004 function checks for nonnegative reals, i.e., reals greater than or
13005 equal to zero. Note that Calc's algebraic simplifications, which are
13006 effectively applied to all conditions in rewrite rules, can simplify
13007 an expression like @expr{x > 0} to 1 or 0 using @code{dpos}.
13008 So the actual functions @code{dpos}, @code{dneg}, and @code{dnonneg}
13009 are rarely necessary.
13010
13011 @ignore
13012 @starindex
13013 @end ignore
13014 @tindex dnonzero
13015 The @code{dnonzero} function checks that its argument is nonzero.
13016 This includes all nonzero real or complex numbers, all intervals that
13017 do not include zero, all nonzero modulo forms, vectors all of whose
13018 elements are nonzero, and variables or formulas whose values can be
13019 deduced to be nonzero. It does not include error forms, since they
13020 represent values which could be anything including zero. (This is
13021 also the set of objects considered ``true'' in conditional contexts.)
13022
13023 @ignore
13024 @starindex
13025 @end ignore
13026 @tindex deven
13027 @ignore
13028 @starindex
13029 @end ignore
13030 @tindex dodd
13031 The @code{deven} function returns 1 if its argument is known to be
13032 an even integer (or integer-valued float); it returns 0 if its argument
13033 is known not to be even (because it is known to be odd or a non-integer).
13034 Calc's algebraic simplifications use this to simplify a test of the form
13035 @samp{x % 2 = 0}. There is also an analogous @code{dodd} function.
13036
13037 @ignore
13038 @starindex
13039 @end ignore
13040 @tindex drange
13041 The @code{drange} function returns a set (an interval or a vector
13042 of intervals and/or numbers; @pxref{Set Operations}) that describes
13043 the set of possible values of its argument. If the argument is
13044 a variable or a function with a declaration, the range is copied
13045 from the declaration. Otherwise, the possible signs of the
13046 expression are determined using a method similar to @code{dpos},
13047 etc., and a suitable set like @samp{[0 .. inf]} is returned. If
13048 the expression is not provably real, the @code{drange} function
13049 remains unevaluated.
13050
13051 @ignore
13052 @starindex
13053 @end ignore
13054 @tindex dscalar
13055 The @code{dscalar} function returns 1 if its argument is provably
13056 scalar, or 0 if its argument is provably non-scalar. It is left
13057 unevaluated if this cannot be determined. (If Matrix mode or Scalar
13058 mode is in effect, this function returns 1 or 0, respectively,
13059 if it has no other information.) When Calc interprets a condition
13060 (say, in a rewrite rule) it considers an unevaluated formula to be
13061 ``false.'' Thus, @samp{dscalar(a)} is ``true'' only if @code{a} is
13062 provably scalar, and @samp{!dscalar(a)} is ``true'' only if @code{a}
13063 is provably non-scalar; both are ``false'' if there is insufficient
13064 information to tell.
13065
13066 @node Display Modes, Language Modes, Declarations, Mode Settings
13067 @section Display Modes
13068
13069 @noindent
13070 The commands in this section are two-key sequences beginning with the
13071 @kbd{d} prefix. The @kbd{d l} (@code{calc-line-numbering}) and @kbd{d b}
13072 (@code{calc-line-breaking}) commands are described elsewhere;
13073 @pxref{Stack Basics} and @pxref{Normal Language Modes}, respectively.
13074 Display formats for vectors and matrices are also covered elsewhere;
13075 @pxref{Vector and Matrix Formats}.
13076
13077 One thing all display modes have in common is their treatment of the
13078 @kbd{H} prefix. This prefix causes any mode command that would normally
13079 refresh the stack to leave the stack display alone. The word ``Dirty''
13080 will appear in the mode line when Calc thinks the stack display may not
13081 reflect the latest mode settings.
13082
13083 @kindex d @key{RET}
13084 @pindex calc-refresh-top
13085 The @kbd{d @key{RET}} (@code{calc-refresh-top}) command reformats the
13086 top stack entry according to all the current modes. Positive prefix
13087 arguments reformat the top @var{n} entries; negative prefix arguments
13088 reformat the specified entry, and a prefix of zero is equivalent to
13089 @kbd{d @key{SPC}} (@code{calc-refresh}), which reformats the entire stack.
13090 For example, @kbd{H d s M-2 d @key{RET}} changes to scientific notation
13091 but reformats only the top two stack entries in the new mode.
13092
13093 The @kbd{I} prefix has another effect on the display modes. The mode
13094 is set only temporarily; the top stack entry is reformatted according
13095 to that mode, then the original mode setting is restored. In other
13096 words, @kbd{I d s} is equivalent to @kbd{H d s d @key{RET} H d (@var{old mode})}.
13097
13098 @menu
13099 * Radix Modes::
13100 * Grouping Digits::
13101 * Float Formats::
13102 * Complex Formats::
13103 * Fraction Formats::
13104 * HMS Formats::
13105 * Date Formats::
13106 * Truncating the Stack::
13107 * Justification::
13108 * Labels::
13109 @end menu
13110
13111 @node Radix Modes, Grouping Digits, Display Modes, Display Modes
13112 @subsection Radix Modes
13113
13114 @noindent
13115 @cindex Radix display
13116 @cindex Non-decimal numbers
13117 @cindex Decimal and non-decimal numbers
13118 Calc normally displays numbers in decimal (@dfn{base-10} or @dfn{radix-10})
13119 notation. Calc can actually display in any radix from two (binary) to 36.
13120 When the radix is above 10, the letters @code{A} to @code{Z} are used as
13121 digits. When entering such a number, letter keys are interpreted as
13122 potential digits rather than terminating numeric entry mode.
13123
13124 @kindex d 2
13125 @kindex d 8
13126 @kindex d 6
13127 @kindex d 0
13128 @cindex Hexadecimal integers
13129 @cindex Octal integers
13130 The key sequences @kbd{d 2}, @kbd{d 8}, @kbd{d 6}, and @kbd{d 0} select
13131 binary, octal, hexadecimal, and decimal as the current display radix,
13132 respectively. Numbers can always be entered in any radix, though the
13133 current radix is used as a default if you press @kbd{#} without any initial
13134 digits. A number entered without a @kbd{#} is @emph{always} interpreted
13135 as decimal.
13136
13137 @kindex d r
13138 @pindex calc-radix
13139 To set the radix generally, use @kbd{d r} (@code{calc-radix}) and enter
13140 an integer from 2 to 36. You can specify the radix as a numeric prefix
13141 argument; otherwise you will be prompted for it.
13142
13143 @kindex d z
13144 @pindex calc-leading-zeros
13145 @cindex Leading zeros
13146 Integers normally are displayed with however many digits are necessary to
13147 represent the integer and no more. The @kbd{d z} (@code{calc-leading-zeros})
13148 command causes integers to be padded out with leading zeros according to the
13149 current binary word size. (@xref{Binary Functions}, for a discussion of
13150 word size.) If the absolute value of the word size is @expr{w}, all integers
13151 are displayed with at least enough digits to represent
13152 @texline @math{2^w-1}
13153 @infoline @expr{(2^w)-1}
13154 in the current radix. (Larger integers will still be displayed in their
13155 entirety.)
13156
13157 @cindex Two's complements
13158 Calc can display @expr{w}-bit integers using two's complement
13159 notation, although this is most useful with the binary, octal and
13160 hexadecimal display modes. This option is selected by using the
13161 @kbd{O} option prefix before setting the display radix, and a negative word
13162 size might be appropriate (@pxref{Binary Functions}). In two's
13163 complement notation, the integers in the (nearly) symmetric interval
13164 from
13165 @texline @math{-2^{w-1}}
13166 @infoline @expr{-2^(w-1)}
13167 to
13168 @texline @math{2^{w-1}-1}
13169 @infoline @expr{2^(w-1)-1}
13170 are represented by the integers from @expr{0} to @expr{2^w-1}:
13171 the integers from @expr{0} to
13172 @texline @math{2^{w-1}-1}
13173 @infoline @expr{2^(w-1)-1}
13174 are represented by themselves and the integers from
13175 @texline @math{-2^{w-1}}
13176 @infoline @expr{-2^(w-1)}
13177 to @expr{-1} are represented by the integers from
13178 @texline @math{2^{w-1}}
13179 @infoline @expr{2^(w-1)}
13180 to @expr{2^w-1} (the integer @expr{k} is represented by @expr{k+2^w}).
13181 Calc will display a two's complement integer by the radix (either
13182 @expr{2}, @expr{8} or @expr{16}), two @kbd{#} symbols, and then its
13183 representation (including any leading zeros necessary to include all
13184 @expr{w} bits). In a two's complement display mode, numbers that
13185 are not displayed in two's complement notation (i.e., that aren't
13186 integers from
13187 @texline @math{-2^{w-1}}
13188 @infoline @expr{-2^(w-1)}
13189 to
13190 @c (
13191 @texline @math{2^{w-1}-1})
13192 @infoline @expr{2^(w-1)-1})
13193 will be represented using Calc's usual notation (in the appropriate
13194 radix).
13195
13196 @node Grouping Digits, Float Formats, Radix Modes, Display Modes
13197 @subsection Grouping Digits
13198
13199 @noindent
13200 @kindex d g
13201 @pindex calc-group-digits
13202 @cindex Grouping digits
13203 @cindex Digit grouping
13204 Long numbers can be hard to read if they have too many digits. For
13205 example, the factorial of 30 is 33 digits long! Press @kbd{d g}
13206 (@code{calc-group-digits}) to enable @dfn{Grouping} mode, in which digits
13207 are displayed in clumps of 3 or 4 (depending on the current radix)
13208 separated by commas.
13209
13210 The @kbd{d g} command toggles grouping on and off.
13211 With a numeric prefix of 0, this command displays the current state of
13212 the grouping flag; with an argument of minus one it disables grouping;
13213 with a positive argument @expr{N} it enables grouping on every @expr{N}
13214 digits. For floating-point numbers, grouping normally occurs only
13215 before the decimal point. A negative prefix argument @expr{-N} enables
13216 grouping every @expr{N} digits both before and after the decimal point.
13217
13218 @kindex d ,
13219 @pindex calc-group-char
13220 The @kbd{d ,} (@code{calc-group-char}) command allows you to choose any
13221 character as the grouping separator. The default is the comma character.
13222 If you find it difficult to read vectors of large integers grouped with
13223 commas, you may wish to use spaces or some other character instead.
13224 This command takes the next character you type, whatever it is, and
13225 uses it as the digit separator. As a special case, @kbd{d , \} selects
13226 @samp{\,} (@TeX{}'s thin-space symbol) as the digit separator.
13227
13228 Please note that grouped numbers will not generally be parsed correctly
13229 if re-read in textual form, say by the use of @kbd{C-x * y} and @kbd{C-x * g}.
13230 (@xref{Kill and Yank}, for details on these commands.) One exception is
13231 the @samp{\,} separator, which doesn't interfere with parsing because it
13232 is ignored by @TeX{} language mode.
13233
13234 @node Float Formats, Complex Formats, Grouping Digits, Display Modes
13235 @subsection Float Formats
13236
13237 @noindent
13238 Floating-point quantities are normally displayed in standard decimal
13239 form, with scientific notation used if the exponent is especially high
13240 or low. All significant digits are normally displayed. The commands
13241 in this section allow you to choose among several alternative display
13242 formats for floats.
13243
13244 @kindex d n
13245 @pindex calc-normal-notation
13246 The @kbd{d n} (@code{calc-normal-notation}) command selects the normal
13247 display format. All significant figures in a number are displayed.
13248 With a positive numeric prefix, numbers are rounded if necessary to
13249 that number of significant digits. With a negative numerix prefix,
13250 the specified number of significant digits less than the current
13251 precision is used. (Thus @kbd{C-u -2 d n} displays 10 digits if the
13252 current precision is 12.)
13253
13254 @kindex d f
13255 @pindex calc-fix-notation
13256 The @kbd{d f} (@code{calc-fix-notation}) command selects fixed-point
13257 notation. The numeric argument is the number of digits after the
13258 decimal point, zero or more. This format will relax into scientific
13259 notation if a nonzero number would otherwise have been rounded all the
13260 way to zero. Specifying a negative number of digits is the same as
13261 for a positive number, except that small nonzero numbers will be rounded
13262 to zero rather than switching to scientific notation.
13263
13264 @kindex d s
13265 @pindex calc-sci-notation
13266 @cindex Scientific notation, display of
13267 The @kbd{d s} (@code{calc-sci-notation}) command selects scientific
13268 notation. A positive argument sets the number of significant figures
13269 displayed, of which one will be before and the rest after the decimal
13270 point. A negative argument works the same as for @kbd{d n} format.
13271 The default is to display all significant digits.
13272
13273 @kindex d e
13274 @pindex calc-eng-notation
13275 @cindex Engineering notation, display of
13276 The @kbd{d e} (@code{calc-eng-notation}) command selects engineering
13277 notation. This is similar to scientific notation except that the
13278 exponent is rounded down to a multiple of three, with from one to three
13279 digits before the decimal point. An optional numeric prefix sets the
13280 number of significant digits to display, as for @kbd{d s}.
13281
13282 It is important to distinguish between the current @emph{precision} and
13283 the current @emph{display format}. After the commands @kbd{C-u 10 p}
13284 and @kbd{C-u 6 d n} the Calculator computes all results to ten
13285 significant figures but displays only six. (In fact, intermediate
13286 calculations are often carried to one or two more significant figures,
13287 but values placed on the stack will be rounded down to ten figures.)
13288 Numbers are never actually rounded to the display precision for storage,
13289 except by commands like @kbd{C-k} and @kbd{C-x * y} which operate on the
13290 actual displayed text in the Calculator buffer.
13291
13292 @kindex d .
13293 @pindex calc-point-char
13294 The @kbd{d .} (@code{calc-point-char}) command selects the character used
13295 as a decimal point. Normally this is a period; users in some countries
13296 may wish to change this to a comma. Note that this is only a display
13297 style; on entry, periods must always be used to denote floating-point
13298 numbers, and commas to separate elements in a list.
13299
13300 @node Complex Formats, Fraction Formats, Float Formats, Display Modes
13301 @subsection Complex Formats
13302
13303 @noindent
13304 @kindex d c
13305 @pindex calc-complex-notation
13306 There are three supported notations for complex numbers in rectangular
13307 form. The default is as a pair of real numbers enclosed in parentheses
13308 and separated by a comma: @samp{(a,b)}. The @kbd{d c}
13309 (@code{calc-complex-notation}) command selects this style.
13310
13311 @kindex d i
13312 @pindex calc-i-notation
13313 @kindex d j
13314 @pindex calc-j-notation
13315 The other notations are @kbd{d i} (@code{calc-i-notation}), in which
13316 numbers are displayed in @samp{a+bi} form, and @kbd{d j}
13317 (@code{calc-j-notation}) which displays the form @samp{a+bj} preferred
13318 in some disciplines.
13319
13320 @cindex @code{i} variable
13321 @vindex i
13322 Complex numbers are normally entered in @samp{(a,b)} format.
13323 If you enter @samp{2+3i} as an algebraic formula, it will be stored as
13324 the formula @samp{2 + 3 * i}. However, if you use @kbd{=} to evaluate
13325 this formula and you have not changed the variable @samp{i}, the @samp{i}
13326 will be interpreted as @samp{(0,1)} and the formula will be simplified
13327 to @samp{(2,3)}. Other commands (like @code{calc-sin}) will @emph{not}
13328 interpret the formula @samp{2 + 3 * i} as a complex number.
13329 @xref{Variables}, under ``special constants.''
13330
13331 @node Fraction Formats, HMS Formats, Complex Formats, Display Modes
13332 @subsection Fraction Formats
13333
13334 @noindent
13335 @kindex d o
13336 @pindex calc-over-notation
13337 Display of fractional numbers is controlled by the @kbd{d o}
13338 (@code{calc-over-notation}) command. By default, a number like
13339 eight thirds is displayed in the form @samp{8:3}. The @kbd{d o} command
13340 prompts for a one- or two-character format. If you give one character,
13341 that character is used as the fraction separator. Common separators are
13342 @samp{:} and @samp{/}. (During input of numbers, the @kbd{:} key must be
13343 used regardless of the display format; in particular, the @kbd{/} is used
13344 for RPN-style division, @emph{not} for entering fractions.)
13345
13346 If you give two characters, fractions use ``integer-plus-fractional-part''
13347 notation. For example, the format @samp{+/} would display eight thirds
13348 as @samp{2+2/3}. If two colons are present in a number being entered,
13349 the number is interpreted in this form (so that the entries @kbd{2:2:3}
13350 and @kbd{8:3} are equivalent).
13351
13352 It is also possible to follow the one- or two-character format with
13353 a number. For example: @samp{:10} or @samp{+/3}. In this case,
13354 Calc adjusts all fractions that are displayed to have the specified
13355 denominator, if possible. Otherwise it adjusts the denominator to
13356 be a multiple of the specified value. For example, in @samp{:6} mode
13357 the fraction @expr{1:6} will be unaffected, but @expr{2:3} will be
13358 displayed as @expr{4:6}, @expr{1:2} will be displayed as @expr{3:6},
13359 and @expr{1:8} will be displayed as @expr{3:24}. Integers are also
13360 affected by this mode: 3 is displayed as @expr{18:6}. Note that the
13361 format @samp{:1} writes fractions the same as @samp{:}, but it writes
13362 integers as @expr{n:1}.
13363
13364 The fraction format does not affect the way fractions or integers are
13365 stored, only the way they appear on the screen. The fraction format
13366 never affects floats.
13367
13368 @node HMS Formats, Date Formats, Fraction Formats, Display Modes
13369 @subsection HMS Formats
13370
13371 @noindent
13372 @kindex d h
13373 @pindex calc-hms-notation
13374 The @kbd{d h} (@code{calc-hms-notation}) command controls the display of
13375 HMS (hours-minutes-seconds) forms. It prompts for a string which
13376 consists basically of an ``hours'' marker, optional punctuation, a
13377 ``minutes'' marker, more optional punctuation, and a ``seconds'' marker.
13378 Punctuation is zero or more spaces, commas, or semicolons. The hours
13379 marker is one or more non-punctuation characters. The minutes and
13380 seconds markers must be single non-punctuation characters.
13381
13382 The default HMS format is @samp{@@ ' "}, producing HMS values of the form
13383 @samp{23@@ 30' 15.75"}. The format @samp{deg, ms} would display this same
13384 value as @samp{23deg, 30m15.75s}. During numeric entry, the @kbd{h} or @kbd{o}
13385 keys are recognized as synonyms for @kbd{@@} regardless of display format.
13386 The @kbd{m} and @kbd{s} keys are recognized as synonyms for @kbd{'} and
13387 @kbd{"}, respectively, but only if an @kbd{@@} (or @kbd{h} or @kbd{o}) has
13388 already been typed; otherwise, they have their usual meanings
13389 (@kbd{m-} prefix and @kbd{s-} prefix). Thus, @kbd{5 "}, @kbd{0 @@ 5 "}, and
13390 @kbd{0 h 5 s} are some of the ways to enter the quantity ``five seconds.''
13391 The @kbd{'} key is recognized as ``minutes'' only if @kbd{@@} (or @kbd{h} or
13392 @kbd{o}) has already been pressed; otherwise it means to switch to algebraic
13393 entry.
13394
13395 @node Date Formats, Truncating the Stack, HMS Formats, Display Modes
13396 @subsection Date Formats
13397
13398 @noindent
13399 @kindex d d
13400 @pindex calc-date-notation
13401 The @kbd{d d} (@code{calc-date-notation}) command controls the display
13402 of date forms (@pxref{Date Forms}). It prompts for a string which
13403 contains letters that represent the various parts of a date and time.
13404 To show which parts should be omitted when the form represents a pure
13405 date with no time, parts of the string can be enclosed in @samp{< >}
13406 marks. If you don't include @samp{< >} markers in the format, Calc
13407 guesses at which parts, if any, should be omitted when formatting
13408 pure dates.
13409
13410 The default format is: @samp{<H:mm:SSpp >Www Mmm D, YYYY}.
13411 An example string in this format is @samp{3:32pm Wed Jan 9, 1991}.
13412 If you enter a blank format string, this default format is
13413 reestablished.
13414
13415 Calc uses @samp{< >} notation for nameless functions as well as for
13416 dates. @xref{Specifying Operators}. To avoid confusion with nameless
13417 functions, your date formats should avoid using the @samp{#} character.
13418
13419 @menu
13420 * ISO 8601::
13421 * Date Formatting Codes::
13422 * Free-Form Dates::
13423 * Standard Date Formats::
13424 @end menu
13425
13426 @node ISO 8601, Date Formatting Codes, Date Formats, Date Formats
13427 @subsubsection ISO 8601
13428
13429 @noindent
13430 @cindex ISO 8601
13431 The same date can be written down in different formats and Calc tries
13432 to allow you to choose your preferred format. Some common formats are
13433 ambiguous, however; for example, 10/11/2012 means October 11,
13434 2012 in the United States but it means November 10, 2012 in
13435 Europe. To help avoid such ambiguities, the International Organization
13436 for Standardization (ISO) provides the ISO 8601 standard, which
13437 provides three different but easily distinguishable and unambiguous
13438 ways to represent a date.
13439
13440 The ISO 8601 calendar date representation is
13441
13442 @example
13443 @var{YYYY}-@var{MM}-@var{DD}
13444 @end example
13445
13446 @noindent
13447 where @var{YYYY} is the four digit year, @var{MM} is the two-digit month
13448 number (01 for January to 12 for December), and @var{DD} is the
13449 two-digit day of the month (01 to 31). (Note that @var{YYYY} does not
13450 correspond to Calc's date formatting code, which will be introduced
13451 later.) The year, which should be padded with zeros to ensure it has at
13452 least four digits, is the Gregorian year, except that the year before
13453 0001 (1 AD) is the year 0000 (1 BC). The date October 11, 2012 is
13454 written 2012-10-11 in this representation and November 10, 2012 is
13455 written 2012-11-10.
13456
13457 The ISO 8601 ordinal date representation is
13458
13459 @example
13460 @var{YYYY}-@var{DDD}
13461 @end example
13462
13463 @noindent
13464 where @var{YYYY} is the year, as above, and @var{DDD} is the day of the year.
13465 The date December 31, 2011 is written 2011-365 in this representation
13466 and January 1, 2012 is written 2012-001.
13467
13468 The ISO 8601 week date representation is
13469
13470 @example
13471 @var{YYYY}-W@var{ww}-@var{D}
13472 @end example
13473
13474 @noindent
13475 where @var{YYYY} is the ISO week-numbering year, @var{ww} is the two
13476 digit week number (preceded by a literal ``W''), and @var{D} is the day
13477 of the week (1 for Monday through 7 for Sunday). The ISO week-numbering
13478 year is based on the Gregorian year but can differ slightly. The first
13479 week of an ISO week-numbering year is the week with the Gregorian year's
13480 first Thursday in it (equivalently, the week containing January 4);
13481 any day of that week (Monday through Sunday) is part of the same ISO
13482 week-numbering year, any day from the previous week is part of the
13483 previous year. For example, January 4, 2013 is on a Friday, and so
13484 the first week for the ISO week-numbering year 2013 starts on
13485 Monday, December 31, 2012. The day December 31, 2012 is then part of the
13486 Gregorian year 2012 but ISO week-numbering year 2013. In the week
13487 date representation, this week goes from 2013-W01-1 (December 31,
13488 2012) to 2013-W01-7 (January 6, 2013).
13489
13490 All three ISO 8601 representations arrange the numbers from most
13491 significant to least significant; as well as being unambiguous
13492 representations, they are easy to sort since chronological order in
13493 this formats corresponds to lexicographical order. The hyphens are
13494 sometimes omitted.
13495
13496 The ISO 8601 standard uses a 24 hour clock; a particular time is
13497 represented by @var{hh}:@var{mm}:@var{ss} where @var{hh} is the
13498 two-digit hour (from 00 to 24), @var{mm} is the two-digit minute (from
13499 00 to 59) and @var{ss} is the two-digit second. The seconds or minutes
13500 and seconds can be omitted, and decimals can be added. If a date with a
13501 time is represented, they should be separated by a literal ``T'', so noon
13502 on December 13, 2012 can be represented as 2012-12-13T12:00.
13503
13504 @node Date Formatting Codes, Free-Form Dates, ISO 8601, Date Formats
13505 @subsubsection Date Formatting Codes
13506
13507 @noindent
13508 When displaying a date, the current date format is used. All
13509 characters except for letters and @samp{<} and @samp{>} are
13510 copied literally when dates are formatted. The portion between
13511 @samp{< >} markers is omitted for pure dates, or included for
13512 date/time forms. Letters are interpreted according to the table
13513 below.
13514
13515 When dates are read in during algebraic entry, Calc first tries to
13516 match the input string to the current format either with or without
13517 the time part. The punctuation characters (including spaces) must
13518 match exactly; letter fields must correspond to suitable text in
13519 the input. If this doesn't work, Calc checks if the input is a
13520 simple number; if so, the number is interpreted as a number of days
13521 since Dec 31, 1 BC@. Otherwise, Calc tries a much more relaxed and
13522 flexible algorithm which is described in the next section.
13523
13524 Weekday names are ignored during reading.
13525
13526 Two-digit year numbers are interpreted as lying in the range
13527 from 1941 to 2039. Years outside that range are always
13528 entered and displayed in full. Year numbers with a leading
13529 @samp{+} sign are always interpreted exactly, allowing the
13530 entry and display of the years 1 through 99 AD.
13531
13532 Here is a complete list of the formatting codes for dates:
13533
13534 @table @asis
13535 @item Y
13536 Year: ``91'' for 1991, ``7'' for 2007, ``+23'' for 23 AD.
13537 @item YY
13538 Year: ``91'' for 1991, ``07'' for 2007, ``+23'' for 23 AD.
13539 @item BY
13540 Year: ``91'' for 1991, `` 7'' for 2007, ``+23'' for 23 AD.
13541 @item YYY
13542 Year: ``1991'' for 1991, ``23'' for 23 AD.
13543 @item YYYY
13544 Year: ``1991'' for 1991, ``+23'' for 23 AD.
13545 @item ZYYY
13546 Year: ``1991'' for 1991, ``0023'' for 23 AD, ``0000'' for 1 BC.
13547 @item IYYY
13548 Year: ISO 8601 week-numbering year.
13549 @item aa
13550 Year: ``ad'' or blank.
13551 @item AA
13552 Year: ``AD'' or blank.
13553 @item aaa
13554 Year: ``ad '' or blank. (Note trailing space.)
13555 @item AAA
13556 Year: ``AD '' or blank.
13557 @item aaaa
13558 Year: ``a.d.@:'' or blank.
13559 @item AAAA
13560 Year: ``A.D.'' or blank.
13561 @item bb
13562 Year: ``bc'' or blank.
13563 @item BB
13564 Year: ``BC'' or blank.
13565 @item bbb
13566 Year: `` bc'' or blank. (Note leading space.)
13567 @item BBB
13568 Year: `` BC'' or blank.
13569 @item bbbb
13570 Year: ``b.c.@:'' or blank.
13571 @item BBBB
13572 Year: ``B.C.'' or blank.
13573 @item M
13574 Month: ``8'' for August.
13575 @item MM
13576 Month: ``08'' for August.
13577 @item BM
13578 Month: `` 8'' for August.
13579 @item MMM
13580 Month: ``AUG'' for August.
13581 @item Mmm
13582 Month: ``Aug'' for August.
13583 @item mmm
13584 Month: ``aug'' for August.
13585 @item MMMM
13586 Month: ``AUGUST'' for August.
13587 @item Mmmm
13588 Month: ``August'' for August.
13589 @item D
13590 Day: ``7'' for 7th day of month.
13591 @item DD
13592 Day: ``07'' for 7th day of month.
13593 @item BD
13594 Day: `` 7'' for 7th day of month.
13595 @item W
13596 Weekday: ``0'' for Sunday, ``6'' for Saturday.
13597 @item w
13598 Weekday: ``1'' for Monday, ``7'' for Sunday.
13599 @item WWW
13600 Weekday: ``SUN'' for Sunday.
13601 @item Www
13602 Weekday: ``Sun'' for Sunday.
13603 @item www
13604 Weekday: ``sun'' for Sunday.
13605 @item WWWW
13606 Weekday: ``SUNDAY'' for Sunday.
13607 @item Wwww
13608 Weekday: ``Sunday'' for Sunday.
13609 @item Iww
13610 Week number: ISO 8601 week number, ``W01'' for week 1.
13611 @item d
13612 Day of year: ``34'' for Feb.@: 3.
13613 @item ddd
13614 Day of year: ``034'' for Feb.@: 3.
13615 @item bdd
13616 Day of year: `` 34'' for Feb.@: 3.
13617 @item T
13618 Letter: Literal ``T''.
13619 @item h
13620 Hour: ``5'' for 5 AM; ``17'' for 5 PM.
13621 @item hh
13622 Hour: ``05'' for 5 AM; ``17'' for 5 PM.
13623 @item bh
13624 Hour: `` 5'' for 5 AM; ``17'' for 5 PM.
13625 @item H
13626 Hour: ``5'' for 5 AM and 5 PM.
13627 @item HH
13628 Hour: ``05'' for 5 AM and 5 PM.
13629 @item BH
13630 Hour: `` 5'' for 5 AM and 5 PM.
13631 @item p
13632 AM/PM: ``a'' or ``p''.
13633 @item P
13634 AM/PM: ``A'' or ``P''.
13635 @item pp
13636 AM/PM: ``am'' or ``pm''.
13637 @item PP
13638 AM/PM: ``AM'' or ``PM''.
13639 @item pppp
13640 AM/PM: ``a.m.@:'' or ``p.m.''.
13641 @item PPPP
13642 AM/PM: ``A.M.'' or ``P.M.''.
13643 @item m
13644 Minutes: ``7'' for 7.
13645 @item mm
13646 Minutes: ``07'' for 7.
13647 @item bm
13648 Minutes: `` 7'' for 7.
13649 @item s
13650 Seconds: ``7'' for 7; ``7.23'' for 7.23.
13651 @item ss
13652 Seconds: ``07'' for 7; ``07.23'' for 7.23.
13653 @item bs
13654 Seconds: `` 7'' for 7; `` 7.23'' for 7.23.
13655 @item SS
13656 Optional seconds: ``07'' for 7; blank for 0.
13657 @item BS
13658 Optional seconds: `` 7'' for 7; blank for 0.
13659 @item N
13660 Numeric date/time: ``726842.25'' for 6:00am Wed Jan 9, 1991.
13661 @item n
13662 Numeric date: ``726842'' for any time on Wed Jan 9, 1991.
13663 @item J
13664 Julian date/time: ``2448265.75'' for 6:00am Wed Jan 9, 1991.
13665 @item j
13666 Julian date: ``2448266'' for any time on Wed Jan 9, 1991.
13667 @item U
13668 Unix time: ``663400800'' for 6:00am Wed Jan 9, 1991.
13669 @item X
13670 Brackets suppression. An ``X'' at the front of the format
13671 causes the surrounding @w{@samp{< >}} delimiters to be omitted
13672 when formatting dates. Note that the brackets are still
13673 required for algebraic entry.
13674 @end table
13675
13676 If ``SS'' or ``BS'' (optional seconds) is preceded by a colon, the
13677 colon is also omitted if the seconds part is zero.
13678
13679 If ``bb,'' ``bbb'' or ``bbbb'' or their upper-case equivalents
13680 appear in the format, then negative year numbers are displayed
13681 without a minus sign. Note that ``aa'' and ``bb'' are mutually
13682 exclusive. Some typical usages would be @samp{YYYY AABB};
13683 @samp{AAAYYYYBBB}; @samp{YYYYBBB}.
13684
13685 The formats ``YY,'' ``YYYY,'' ``MM,'' ``DD,'' ``ddd,'' ``hh,'' ``HH,''
13686 ``mm,'' ``ss,'' and ``SS'' actually match any number of digits during
13687 reading unless several of these codes are strung together with no
13688 punctuation in between, in which case the input must have exactly as
13689 many digits as there are letters in the format.
13690
13691 The ``j,'' ``J,'' and ``U'' formats do not make any time zone
13692 adjustment. They effectively use @samp{julian(x,0)} and
13693 @samp{unixtime(x,0)} to make the conversion; @pxref{Date Arithmetic}.
13694
13695 @node Free-Form Dates, Standard Date Formats, Date Formatting Codes, Date Formats
13696 @subsubsection Free-Form Dates
13697
13698 @noindent
13699 When reading a date form during algebraic entry, Calc falls back
13700 on the algorithm described here if the input does not exactly
13701 match the current date format. This algorithm generally
13702 ``does the right thing'' and you don't have to worry about it,
13703 but it is described here in full detail for the curious.
13704
13705 Calc does not distinguish between upper- and lower-case letters
13706 while interpreting dates.
13707
13708 First, the time portion, if present, is located somewhere in the
13709 text and then removed. The remaining text is then interpreted as
13710 the date.
13711
13712 A time is of the form @samp{hh:mm:ss}, possibly with the seconds
13713 part omitted and possibly with an AM/PM indicator added to indicate
13714 12-hour time. If the AM/PM is present, the minutes may also be
13715 omitted. The AM/PM part may be any of the words @samp{am},
13716 @samp{pm}, @samp{noon}, or @samp{midnight}; each of these may be
13717 abbreviated to one letter, and the alternate forms @samp{a.m.},
13718 @samp{p.m.}, and @samp{mid} are also understood. Obviously
13719 @samp{noon} and @samp{midnight} are allowed only on 12:00:00.
13720 The words @samp{noon}, @samp{mid}, and @samp{midnight} are also
13721 recognized with no number attached. Midnight will represent the
13722 beginning of a day.
13723
13724 If there is no AM/PM indicator, the time is interpreted in 24-hour
13725 format.
13726
13727 When reading the date portion, Calc first checks to see if it is an
13728 ISO 8601 week-numbering date; if the string contains an integer
13729 representing the year, a ``W'' followed by two digits for the week
13730 number, and an integer from 1 to 7 representing the weekday (in that
13731 order), then all other characters are ignored and this information
13732 determines the date. Otherwise, all words and numbers are isolated
13733 from the string; other characters are ignored. All words must be
13734 either month names or day-of-week names (the latter of which are
13735 ignored). Names can be written in full or as three-letter
13736 abbreviations.
13737
13738 Large numbers, or numbers with @samp{+} or @samp{-} signs,
13739 are interpreted as years. If one of the other numbers is
13740 greater than 12, then that must be the day and the remaining
13741 number in the input is therefore the month. Otherwise, Calc
13742 assumes the month, day and year are in the same order that they
13743 appear in the current date format. If the year is omitted, the
13744 current year is taken from the system clock.
13745
13746 If there are too many or too few numbers, or any unrecognizable
13747 words, then the input is rejected.
13748
13749 If there are any large numbers (of five digits or more) other than
13750 the year, they are ignored on the assumption that they are something
13751 like Julian dates that were included along with the traditional
13752 date components when the date was formatted.
13753
13754 One of the words @samp{ad}, @samp{a.d.}, @samp{bc}, or @samp{b.c.}
13755 may optionally be used; the latter two are equivalent to a
13756 minus sign on the year value.
13757
13758 If you always enter a four-digit year, and use a name instead
13759 of a number for the month, there is no danger of ambiguity.
13760
13761 @node Standard Date Formats, , Free-Form Dates, Date Formats
13762 @subsubsection Standard Date Formats
13763
13764 @noindent
13765 There are actually ten standard date formats, numbered 0 through 9.
13766 Entering a blank line at the @kbd{d d} command's prompt gives
13767 you format number 1, Calc's usual format. You can enter any digit
13768 to select the other formats.
13769
13770 To create your own standard date formats, give a numeric prefix
13771 argument from 0 to 9 to the @w{@kbd{d d}} command. The format you
13772 enter will be recorded as the new standard format of that
13773 number, as well as becoming the new current date format.
13774 You can save your formats permanently with the @w{@kbd{m m}}
13775 command (@pxref{Mode Settings}).
13776
13777 @table @asis
13778 @item 0
13779 @samp{N} (Numerical format)
13780 @item 1
13781 @samp{<H:mm:SSpp >Www Mmm D, YYYY} (American format)
13782 @item 2
13783 @samp{D Mmm YYYY<, h:mm:SS>} (European format)
13784 @item 3
13785 @samp{Www Mmm BD< hh:mm:ss> YYYY} (Unix written date format)
13786 @item 4
13787 @samp{M/D/Y< H:mm:SSpp>} (American slashed format)
13788 @item 5
13789 @samp{D.M.Y< h:mm:SS>} (European dotted format)
13790 @item 6
13791 @samp{M-D-Y< H:mm:SSpp>} (American dashed format)
13792 @item 7
13793 @samp{D-M-Y< h:mm:SS>} (European dashed format)
13794 @item 8
13795 @samp{j<, h:mm:ss>} (Julian day plus time)
13796 @item 9
13797 @samp{YYddd< hh:mm:ss>} (Year-day format)
13798 @item 10
13799 @samp{ZYYY-MM-DD Www< hh:mm>} (Org mode format)
13800 @item 11
13801 @samp{IYYY-Iww-w<Thh:mm:ss>} (ISO 8601 week numbering format)
13802 @end table
13803
13804 @node Truncating the Stack, Justification, Date Formats, Display Modes
13805 @subsection Truncating the Stack
13806
13807 @noindent
13808 @kindex d t
13809 @pindex calc-truncate-stack
13810 @cindex Truncating the stack
13811 @cindex Narrowing the stack
13812 The @kbd{d t} (@code{calc-truncate-stack}) command moves the @samp{.}@:
13813 line that marks the top-of-stack up or down in the Calculator buffer.
13814 The number right above that line is considered to the be at the top of
13815 the stack. Any numbers below that line are ``hidden'' from all stack
13816 operations (although still visible to the user). This is similar to the
13817 Emacs ``narrowing'' feature, except that the values below the @samp{.}
13818 are @emph{visible}, just temporarily frozen. This feature allows you to
13819 keep several independent calculations running at once in different parts
13820 of the stack, or to apply a certain command to an element buried deep in
13821 the stack.
13822
13823 Pressing @kbd{d t} by itself moves the @samp{.} to the line the cursor
13824 is on. Thus, this line and all those below it become hidden. To un-hide
13825 these lines, move down to the end of the buffer and press @w{@kbd{d t}}.
13826 With a positive numeric prefix argument @expr{n}, @kbd{d t} hides the
13827 bottom @expr{n} values in the buffer. With a negative argument, it hides
13828 all but the top @expr{n} values. With an argument of zero, it hides zero
13829 values, i.e., moves the @samp{.} all the way down to the bottom.
13830
13831 @kindex d [
13832 @pindex calc-truncate-up
13833 @kindex d ]
13834 @pindex calc-truncate-down
13835 The @kbd{d [} (@code{calc-truncate-up}) and @kbd{d ]}
13836 (@code{calc-truncate-down}) commands move the @samp{.} up or down one
13837 line at a time (or several lines with a prefix argument).
13838
13839 @node Justification, Labels, Truncating the Stack, Display Modes
13840 @subsection Justification
13841
13842 @noindent
13843 @kindex d <
13844 @pindex calc-left-justify
13845 @kindex d =
13846 @pindex calc-center-justify
13847 @kindex d >
13848 @pindex calc-right-justify
13849 Values on the stack are normally left-justified in the window. You can
13850 control this arrangement by typing @kbd{d <} (@code{calc-left-justify}),
13851 @kbd{d >} (@code{calc-right-justify}), or @kbd{d =}
13852 (@code{calc-center-justify}). For example, in Right-Justification mode,
13853 stack entries are displayed flush-right against the right edge of the
13854 window.
13855
13856 If you change the width of the Calculator window you may have to type
13857 @kbd{d @key{SPC}} (@code{calc-refresh}) to re-align right-justified or centered
13858 text.
13859
13860 Right-justification is especially useful together with fixed-point
13861 notation (see @code{d f}; @code{calc-fix-notation}). With these modes
13862 together, the decimal points on numbers will always line up.
13863
13864 With a numeric prefix argument, the justification commands give you
13865 a little extra control over the display. The argument specifies the
13866 horizontal ``origin'' of a display line. It is also possible to
13867 specify a maximum line width using the @kbd{d b} command (@pxref{Normal
13868 Language Modes}). For reference, the precise rules for formatting and
13869 breaking lines are given below. Notice that the interaction between
13870 origin and line width is slightly different in each justification
13871 mode.
13872
13873 In Left-Justified mode, the line is indented by a number of spaces
13874 given by the origin (default zero). If the result is longer than the
13875 maximum line width, if given, or too wide to fit in the Calc window
13876 otherwise, then it is broken into lines which will fit; each broken
13877 line is indented to the origin.
13878
13879 In Right-Justified mode, lines are shifted right so that the rightmost
13880 character is just before the origin, or just before the current
13881 window width if no origin was specified. If the line is too long
13882 for this, then it is broken; the current line width is used, if
13883 specified, or else the origin is used as a width if that is
13884 specified, or else the line is broken to fit in the window.
13885
13886 In Centering mode, the origin is the column number of the center of
13887 each stack entry. If a line width is specified, lines will not be
13888 allowed to go past that width; Calc will either indent less or
13889 break the lines if necessary. If no origin is specified, half the
13890 line width or Calc window width is used.
13891
13892 Note that, in each case, if line numbering is enabled the display
13893 is indented an additional four spaces to make room for the line
13894 number. The width of the line number is taken into account when
13895 positioning according to the current Calc window width, but not
13896 when positioning by explicit origins and widths. In the latter
13897 case, the display is formatted as specified, and then uniformly
13898 shifted over four spaces to fit the line numbers.
13899
13900 @node Labels, , Justification, Display Modes
13901 @subsection Labels
13902
13903 @noindent
13904 @kindex d @{
13905 @pindex calc-left-label
13906 The @kbd{d @{} (@code{calc-left-label}) command prompts for a string,
13907 then displays that string to the left of every stack entry. If the
13908 entries are left-justified (@pxref{Justification}), then they will
13909 appear immediately after the label (unless you specified an origin
13910 greater than the length of the label). If the entries are centered
13911 or right-justified, the label appears on the far left and does not
13912 affect the horizontal position of the stack entry.
13913
13914 Give a blank string (with @kbd{d @{ @key{RET}}) to turn the label off.
13915
13916 @kindex d @}
13917 @pindex calc-right-label
13918 The @kbd{d @}} (@code{calc-right-label}) command similarly adds a
13919 label on the righthand side. It does not affect positioning of
13920 the stack entries unless they are right-justified. Also, if both
13921 a line width and an origin are given in Right-Justified mode, the
13922 stack entry is justified to the origin and the righthand label is
13923 justified to the line width.
13924
13925 One application of labels would be to add equation numbers to
13926 formulas you are manipulating in Calc and then copying into a
13927 document (possibly using Embedded mode). The equations would
13928 typically be centered, and the equation numbers would be on the
13929 left or right as you prefer.
13930
13931 @node Language Modes, Modes Variable, Display Modes, Mode Settings
13932 @section Language Modes
13933
13934 @noindent
13935 The commands in this section change Calc to use a different notation for
13936 entry and display of formulas, corresponding to the conventions of some
13937 other common language such as Pascal or @LaTeX{}. Objects displayed on the
13938 stack or yanked from the Calculator to an editing buffer will be formatted
13939 in the current language; objects entered in algebraic entry or yanked from
13940 another buffer will be interpreted according to the current language.
13941
13942 The current language has no effect on things written to or read from the
13943 trail buffer, nor does it affect numeric entry. Only algebraic entry is
13944 affected. You can make even algebraic entry ignore the current language
13945 and use the standard notation by giving a numeric prefix, e.g., @kbd{C-u '}.
13946
13947 For example, suppose the formula @samp{2*a[1] + atan(a[2])} occurs in a C
13948 program; elsewhere in the program you need the derivatives of this formula
13949 with respect to @samp{a[1]} and @samp{a[2]}. First, type @kbd{d C}
13950 to switch to C notation. Now use @code{C-u C-x * g} to grab the formula
13951 into the Calculator, @kbd{a d a[1] @key{RET}} to differentiate with respect
13952 to the first variable, and @kbd{C-x * y} to yank the formula for the derivative
13953 back into your C program. Press @kbd{U} to undo the differentiation and
13954 repeat with @kbd{a d a[2] @key{RET}} for the other derivative.
13955
13956 Without being switched into C mode first, Calc would have misinterpreted
13957 the brackets in @samp{a[1]} and @samp{a[2]}, would not have known that
13958 @code{atan} was equivalent to Calc's built-in @code{arctan} function,
13959 and would have written the formula back with notations (like implicit
13960 multiplication) which would not have been valid for a C program.
13961
13962 As another example, suppose you are maintaining a C program and a @LaTeX{}
13963 document, each of which needs a copy of the same formula. You can grab the
13964 formula from the program in C mode, switch to @LaTeX{} mode, and yank the
13965 formula into the document in @LaTeX{} math-mode format.
13966
13967 Language modes are selected by typing the letter @kbd{d} followed by a
13968 shifted letter key.
13969
13970 @menu
13971 * Normal Language Modes::
13972 * C FORTRAN Pascal::
13973 * TeX and LaTeX Language Modes::
13974 * Eqn Language Mode::
13975 * Yacas Language Mode::
13976 * Maxima Language Mode::
13977 * Giac Language Mode::
13978 * Mathematica Language Mode::
13979 * Maple Language Mode::
13980 * Compositions::
13981 * Syntax Tables::
13982 @end menu
13983
13984 @node Normal Language Modes, C FORTRAN Pascal, Language Modes, Language Modes
13985 @subsection Normal Language Modes
13986
13987 @noindent
13988 @kindex d N
13989 @pindex calc-normal-language
13990 The @kbd{d N} (@code{calc-normal-language}) command selects the usual
13991 notation for Calc formulas, as described in the rest of this manual.
13992 Matrices are displayed in a multi-line tabular format, but all other
13993 objects are written in linear form, as they would be typed from the
13994 keyboard.
13995
13996 @kindex d O
13997 @pindex calc-flat-language
13998 @cindex Matrix display
13999 The @kbd{d O} (@code{calc-flat-language}) command selects a language
14000 identical with the normal one, except that matrices are written in
14001 one-line form along with everything else. In some applications this
14002 form may be more suitable for yanking data into other buffers.
14003
14004 @kindex d b
14005 @pindex calc-line-breaking
14006 @cindex Line breaking
14007 @cindex Breaking up long lines
14008 Even in one-line mode, long formulas or vectors will still be split
14009 across multiple lines if they exceed the width of the Calculator window.
14010 The @kbd{d b} (@code{calc-line-breaking}) command turns this line-breaking
14011 feature on and off. (It works independently of the current language.)
14012 If you give a numeric prefix argument of five or greater to the @kbd{d b}
14013 command, that argument will specify the line width used when breaking
14014 long lines.
14015
14016 @kindex d B
14017 @pindex calc-big-language
14018 The @kbd{d B} (@code{calc-big-language}) command selects a language
14019 which uses textual approximations to various mathematical notations,
14020 such as powers, quotients, and square roots:
14021
14022 @example
14023 ____________
14024 | a + 1 2
14025 | ----- + c
14026 \| b
14027 @end example
14028
14029 @noindent
14030 in place of @samp{sqrt((a+1)/b + c^2)}.
14031
14032 Subscripts like @samp{a_i} are displayed as actual subscripts in Big
14033 mode. Double subscripts, @samp{a_i_j} (@samp{subscr(subscr(a, i), j)})
14034 are displayed as @samp{a} with subscripts separated by commas:
14035 @samp{i, j}. They must still be entered in the usual underscore
14036 notation.
14037
14038 One slight ambiguity of Big notation is that
14039
14040 @example
14041 3
14042 - -
14043 4
14044 @end example
14045
14046 @noindent
14047 can represent either the negative rational number @expr{-3:4}, or the
14048 actual expression @samp{-(3/4)}; but the latter formula would normally
14049 never be displayed because it would immediately be evaluated to
14050 @expr{-3:4} or @expr{-0.75}, so this ambiguity is not a problem in
14051 typical use.
14052
14053 Non-decimal numbers are displayed with subscripts. Thus there is no
14054 way to tell the difference between @samp{16#C2} and @samp{C2_16},
14055 though generally you will know which interpretation is correct.
14056 Logarithms @samp{log(x,b)} and @samp{log10(x)} also use subscripts
14057 in Big mode.
14058
14059 In Big mode, stack entries often take up several lines. To aid
14060 readability, stack entries are separated by a blank line in this mode.
14061 You may find it useful to expand the Calc window's height using
14062 @kbd{C-x ^} (@code{enlarge-window}) or to make the Calc window the only
14063 one on the screen with @kbd{C-x 1} (@code{delete-other-windows}).
14064
14065 Long lines are currently not rearranged to fit the window width in
14066 Big mode, so you may need to use the @kbd{<} and @kbd{>} keys
14067 to scroll across a wide formula. For really big formulas, you may
14068 even need to use @kbd{@{} and @kbd{@}} to scroll up and down.
14069
14070 @kindex d U
14071 @pindex calc-unformatted-language
14072 The @kbd{d U} (@code{calc-unformatted-language}) command altogether disables
14073 the use of operator notation in formulas. In this mode, the formula
14074 shown above would be displayed:
14075
14076 @example
14077 sqrt(add(div(add(a, 1), b), pow(c, 2)))
14078 @end example
14079
14080 These four modes differ only in display format, not in the format
14081 expected for algebraic entry. The standard Calc operators work in
14082 all four modes, and unformatted notation works in any language mode
14083 (except that Mathematica mode expects square brackets instead of
14084 parentheses).
14085
14086 @node C FORTRAN Pascal, TeX and LaTeX Language Modes, Normal Language Modes, Language Modes
14087 @subsection C, FORTRAN, and Pascal Modes
14088
14089 @noindent
14090 @kindex d C
14091 @pindex calc-c-language
14092 @cindex C language
14093 The @kbd{d C} (@code{calc-c-language}) command selects the conventions
14094 of the C language for display and entry of formulas. This differs from
14095 the normal language mode in a variety of (mostly minor) ways. In
14096 particular, C language operators and operator precedences are used in
14097 place of Calc's usual ones. For example, @samp{a^b} means @samp{xor(a,b)}
14098 in C mode; a value raised to a power is written as a function call,
14099 @samp{pow(a,b)}.
14100
14101 In C mode, vectors and matrices use curly braces instead of brackets.
14102 Octal and hexadecimal values are written with leading @samp{0} or @samp{0x}
14103 rather than using the @samp{#} symbol. Array subscripting is
14104 translated into @code{subscr} calls, so that @samp{a[i]} in C
14105 mode is the same as @samp{a_i} in Normal mode. Assignments
14106 turn into the @code{assign} function, which Calc normally displays
14107 using the @samp{:=} symbol.
14108
14109 The variables @code{pi} and @code{e} would be displayed @samp{pi}
14110 and @samp{e} in Normal mode, but in C mode they are displayed as
14111 @samp{M_PI} and @samp{M_E}, corresponding to the names of constants
14112 typically provided in the @file{<math.h>} header. Functions whose
14113 names are different in C are translated automatically for entry and
14114 display purposes. For example, entering @samp{asin(x)} will push the
14115 formula @samp{arcsin(x)} onto the stack; this formula will be displayed
14116 as @samp{asin(x)} as long as C mode is in effect.
14117
14118 @kindex d P
14119 @pindex calc-pascal-language
14120 @cindex Pascal language
14121 The @kbd{d P} (@code{calc-pascal-language}) command selects Pascal
14122 conventions. Like C mode, Pascal mode interprets array brackets and uses
14123 a different table of operators. Hexadecimal numbers are entered and
14124 displayed with a preceding dollar sign. (Thus the regular meaning of
14125 @kbd{$2} during algebraic entry does not work in Pascal mode, though
14126 @kbd{$} (and @kbd{$$}, etc.)@: not followed by digits works the same as
14127 always.) No special provisions are made for other non-decimal numbers,
14128 vectors, and so on, since there is no universally accepted standard way
14129 of handling these in Pascal.
14130
14131 @kindex d F
14132 @pindex calc-fortran-language
14133 @cindex FORTRAN language
14134 The @kbd{d F} (@code{calc-fortran-language}) command selects FORTRAN
14135 conventions. Various function names are transformed into FORTRAN
14136 equivalents. Vectors are written as @samp{/1, 2, 3/}, and may be
14137 entered this way or using square brackets. Since FORTRAN uses round
14138 parentheses for both function calls and array subscripts, Calc displays
14139 both in the same way; @samp{a(i)} is interpreted as a function call
14140 upon reading, and subscripts must be entered as @samp{subscr(a, i)}.
14141 If the variable @code{a} has been declared to have type
14142 @code{vector} or @code{matrix}, however, then @samp{a(i)} will be
14143 parsed as a subscript. (@xref{Declarations}.) Usually it doesn't
14144 matter, though; if you enter the subscript expression @samp{a(i)} and
14145 Calc interprets it as a function call, you'll never know the difference
14146 unless you switch to another language mode or replace @code{a} with an
14147 actual vector (or unless @code{a} happens to be the name of a built-in
14148 function!).
14149
14150 Underscores are allowed in variable and function names in all of these
14151 language modes. The underscore here is equivalent to the @samp{#} in
14152 Normal mode, or to hyphens in the underlying Emacs Lisp variable names.
14153
14154 FORTRAN and Pascal modes normally do not adjust the case of letters in
14155 formulas. Most built-in Calc names use lower-case letters. If you use a
14156 positive numeric prefix argument with @kbd{d P} or @kbd{d F}, these
14157 modes will use upper-case letters exclusively for display, and will
14158 convert to lower-case on input. With a negative prefix, these modes
14159 convert to lower-case for display and input.
14160
14161 @node TeX and LaTeX Language Modes, Eqn Language Mode, C FORTRAN Pascal, Language Modes
14162 @subsection @TeX{} and @LaTeX{} Language Modes
14163
14164 @noindent
14165 @kindex d T
14166 @pindex calc-tex-language
14167 @cindex TeX language
14168 @kindex d L
14169 @pindex calc-latex-language
14170 @cindex LaTeX language
14171 The @kbd{d T} (@code{calc-tex-language}) command selects the conventions
14172 of ``math mode'' in Donald Knuth's @TeX{} typesetting language,
14173 and the @kbd{d L} (@code{calc-latex-language}) command selects the
14174 conventions of ``math mode'' in @LaTeX{}, a typesetting language that
14175 uses @TeX{} as its formatting engine. Calc's @LaTeX{} language mode can
14176 read any formula that the @TeX{} language mode can, although @LaTeX{}
14177 mode may display it differently.
14178
14179 Formulas are entered and displayed in the appropriate notation;
14180 @texline @math{\sin(a/b)}
14181 @infoline @expr{sin(a/b)}
14182 will appear as @samp{\sin\left( @{a \over b@} \right)} in @TeX{} mode and
14183 @samp{\sin\left(\frac@{a@}@{b@}\right)} in @LaTeX{} mode.
14184 Math formulas are often enclosed by @samp{$ $} signs in @TeX{} and
14185 @LaTeX{}; these should be omitted when interfacing with Calc. To Calc,
14186 the @samp{$} sign has the same meaning it always does in algebraic
14187 formulas (a reference to an existing entry on the stack).
14188
14189 Complex numbers are displayed as in @samp{3 + 4i}. Fractions and
14190 quotients are written using @code{\over} in @TeX{} mode (as in
14191 @code{@{a \over b@}}) and @code{\frac} in @LaTeX{} mode (as in
14192 @code{\frac@{a@}@{b@}}); binomial coefficients are written with
14193 @code{\choose} in @TeX{} mode (as in @code{@{a \choose b@}}) and
14194 @code{\binom} in @LaTeX{} mode (as in @code{\binom@{a@}@{b@}}).
14195 Interval forms are written with @code{\ldots}, and error forms are
14196 written with @code{\pm}. Absolute values are written as in
14197 @samp{|x + 1|}, and the floor and ceiling functions are written with
14198 @code{\lfloor}, @code{\rfloor}, etc. The words @code{\left} and
14199 @code{\right} are ignored when reading formulas in @TeX{} and @LaTeX{}
14200 modes. Both @code{inf} and @code{uinf} are written as @code{\infty};
14201 when read, @code{\infty} always translates to @code{inf}.
14202
14203 Function calls are written the usual way, with the function name followed
14204 by the arguments in parentheses. However, functions for which @TeX{}
14205 and @LaTeX{} have special names (like @code{\sin}) will use curly braces
14206 instead of parentheses for very simple arguments. During input, curly
14207 braces and parentheses work equally well for grouping, but when the
14208 document is formatted the curly braces will be invisible. Thus the
14209 printed result is
14210 @texline @math{\sin{2 x}}
14211 @infoline @expr{sin 2x}
14212 but
14213 @texline @math{\sin(2 + x)}.
14214 @infoline @expr{sin(2 + x)}.
14215
14216 The @TeX{} specific unit names (@pxref{Predefined Units}) will not use
14217 the @samp{tex} prefix; the unit name for a @TeX{} point will be
14218 @samp{pt} instead of @samp{texpt}, for example.
14219
14220 Function and variable names not treated specially by @TeX{} and @LaTeX{}
14221 are simply written out as-is, which will cause them to come out in
14222 italic letters in the printed document. If you invoke @kbd{d T} or
14223 @kbd{d L} with a positive numeric prefix argument, names of more than
14224 one character will instead be enclosed in a protective commands that
14225 will prevent them from being typeset in the math italics; they will be
14226 written @samp{\hbox@{@var{name}@}} in @TeX{} mode and
14227 @samp{\text@{@var{name}@}} in @LaTeX{} mode. The
14228 @samp{\hbox@{ @}} and @samp{\text@{ @}} notations are ignored during
14229 reading. If you use a negative prefix argument, such function names are
14230 written @samp{\@var{name}}, and function names that begin with @code{\} during
14231 reading have the @code{\} removed. (Note that in this mode, long
14232 variable names are still written with @code{\hbox} or @code{\text}.
14233 However, you can always make an actual variable name like @code{\bar} in
14234 any @TeX{} mode.)
14235
14236 During reading, text of the form @samp{\matrix@{ ...@: @}} is replaced
14237 by @samp{[ ...@: ]}. The same also applies to @code{\pmatrix} and
14238 @code{\bmatrix}. In @LaTeX{} mode this also applies to
14239 @samp{\begin@{matrix@} ... \end@{matrix@}},
14240 @samp{\begin@{bmatrix@} ... \end@{bmatrix@}},
14241 @samp{\begin@{pmatrix@} ... \end@{pmatrix@}}, as well as
14242 @samp{\begin@{smallmatrix@} ... \end@{smallmatrix@}}.
14243 The symbol @samp{&} is interpreted as a comma,
14244 and the symbols @samp{\cr} and @samp{\\} are interpreted as semicolons.
14245 During output, matrices are displayed in @samp{\matrix@{ a & b \\ c & d@}}
14246 format in @TeX{} mode and in
14247 @samp{\begin@{pmatrix@} a & b \\ c & d \end@{pmatrix@}} format in
14248 @LaTeX{} mode; you may need to edit this afterwards to change to your
14249 preferred matrix form. If you invoke @kbd{d T} or @kbd{d L} with an
14250 argument of 2 or -2, then matrices will be displayed in two-dimensional
14251 form, such as
14252
14253 @example
14254 \begin@{pmatrix@}
14255 a & b \\
14256 c & d
14257 \end@{pmatrix@}
14258 @end example
14259
14260 @noindent
14261 This may be convenient for isolated matrices, but could lead to
14262 expressions being displayed like
14263
14264 @example
14265 \begin@{pmatrix@} \times x
14266 a & b \\
14267 c & d
14268 \end@{pmatrix@}
14269 @end example
14270
14271 @noindent
14272 While this wouldn't bother Calc, it is incorrect @LaTeX{}.
14273 (Similarly for @TeX{}.)
14274
14275 Accents like @code{\tilde} and @code{\bar} translate into function
14276 calls internally (@samp{tilde(x)}, @samp{bar(x)}). The @code{\underline}
14277 sequence is treated as an accent. The @code{\vec} accent corresponds
14278 to the function name @code{Vec}, because @code{vec} is the name of
14279 a built-in Calc function. The following table shows the accents
14280 in Calc, @TeX{}, @LaTeX{} and @dfn{eqn} (described in the next section):
14281
14282 @ignore
14283 @iftex
14284 @begingroup
14285 @let@calcindexershow=@calcindexernoshow @c Suppress marginal notes
14286 @let@calcindexersh=@calcindexernoshow
14287 @end iftex
14288 @starindex
14289 @end ignore
14290 @tindex acute
14291 @ignore
14292 @starindex
14293 @end ignore
14294 @tindex Acute
14295 @ignore
14296 @starindex
14297 @end ignore
14298 @tindex bar
14299 @ignore
14300 @starindex
14301 @end ignore
14302 @tindex Bar
14303 @ignore
14304 @starindex
14305 @end ignore
14306 @tindex breve
14307 @ignore
14308 @starindex
14309 @end ignore
14310 @tindex Breve
14311 @ignore
14312 @starindex
14313 @end ignore
14314 @tindex check
14315 @ignore
14316 @starindex
14317 @end ignore
14318 @tindex Check
14319 @ignore
14320 @starindex
14321 @end ignore
14322 @tindex dddot
14323 @ignore
14324 @starindex
14325 @end ignore
14326 @tindex ddddot
14327 @ignore
14328 @starindex
14329 @end ignore
14330 @tindex dot
14331 @ignore
14332 @starindex
14333 @end ignore
14334 @tindex Dot
14335 @ignore
14336 @starindex
14337 @end ignore
14338 @tindex dotdot
14339 @ignore
14340 @starindex
14341 @end ignore
14342 @tindex DotDot
14343 @ignore
14344 @starindex
14345 @end ignore
14346 @tindex dyad
14347 @ignore
14348 @starindex
14349 @end ignore
14350 @tindex grave
14351 @ignore
14352 @starindex
14353 @end ignore
14354 @tindex Grave
14355 @ignore
14356 @starindex
14357 @end ignore
14358 @tindex hat
14359 @ignore
14360 @starindex
14361 @end ignore
14362 @tindex Hat
14363 @ignore
14364 @starindex
14365 @end ignore
14366 @tindex Prime
14367 @ignore
14368 @starindex
14369 @end ignore
14370 @tindex tilde
14371 @ignore
14372 @starindex
14373 @end ignore
14374 @tindex Tilde
14375 @ignore
14376 @starindex
14377 @end ignore
14378 @tindex under
14379 @ignore
14380 @starindex
14381 @end ignore
14382 @tindex Vec
14383 @ignore
14384 @starindex
14385 @end ignore
14386 @tindex VEC
14387 @ignore
14388 @iftex
14389 @endgroup
14390 @end iftex
14391 @end ignore
14392 @example
14393 Calc TeX LaTeX eqn
14394 ---- --- ----- ---
14395 acute \acute \acute
14396 Acute \Acute
14397 bar \bar \bar bar
14398 Bar \Bar
14399 breve \breve \breve
14400 Breve \Breve
14401 check \check \check
14402 Check \Check
14403 dddot \dddot
14404 ddddot \ddddot
14405 dot \dot \dot dot
14406 Dot \Dot
14407 dotdot \ddot \ddot dotdot
14408 DotDot \Ddot
14409 dyad dyad
14410 grave \grave \grave
14411 Grave \Grave
14412 hat \hat \hat hat
14413 Hat \Hat
14414 Prime prime
14415 tilde \tilde \tilde tilde
14416 Tilde \Tilde
14417 under \underline \underline under
14418 Vec \vec \vec vec
14419 VEC \Vec
14420 @end example
14421
14422 The @samp{=>} (evaluates-to) operator appears as a @code{\to} symbol:
14423 @samp{@{@var{a} \to @var{b}@}}. @TeX{} defines @code{\to} as an
14424 alias for @code{\rightarrow}. However, if the @samp{=>} is the
14425 top-level expression being formatted, a slightly different notation
14426 is used: @samp{\evalto @var{a} \to @var{b}}. The @code{\evalto}
14427 word is ignored by Calc's input routines, and is undefined in @TeX{}.
14428 You will typically want to include one of the following definitions
14429 at the top of a @TeX{} file that uses @code{\evalto}:
14430
14431 @example
14432 \def\evalto@{@}
14433 \def\evalto#1\to@{@}
14434 @end example
14435
14436 The first definition formats evaluates-to operators in the usual
14437 way. The second causes only the @var{b} part to appear in the
14438 printed document; the @var{a} part and the arrow are hidden.
14439 Another definition you may wish to use is @samp{\let\to=\Rightarrow}
14440 which causes @code{\to} to appear more like Calc's @samp{=>} symbol.
14441 @xref{Evaluates-To Operator}, for a discussion of @code{evalto}.
14442
14443 The complete set of @TeX{} control sequences that are ignored during
14444 reading is:
14445
14446 @example
14447 \hbox \mbox \text \left \right
14448 \, \> \: \; \! \quad \qquad \hfil \hfill
14449 \displaystyle \textstyle \dsize \tsize
14450 \scriptstyle \scriptscriptstyle \ssize \ssize
14451 \rm \bf \it \sl \roman \bold \italic \slanted
14452 \cal \mit \Cal \Bbb \frak \goth
14453 \evalto
14454 @end example
14455
14456 Note that, because these symbols are ignored, reading a @TeX{} or
14457 @LaTeX{} formula into Calc and writing it back out may lose spacing and
14458 font information.
14459
14460 Also, the ``discretionary multiplication sign'' @samp{\*} is read
14461 the same as @samp{*}.
14462
14463 @ifnottex
14464 The @TeX{} version of this manual includes some printed examples at the
14465 end of this section.
14466 @end ifnottex
14467 @iftex
14468 Here are some examples of how various Calc formulas are formatted in @TeX{}:
14469
14470 @example
14471 @group
14472 sin(a^2 / b_i)
14473 \sin\left( {a^2 \over b_i} \right)
14474 @end group
14475 @end example
14476 @tex
14477 $$ \sin\left( a^2 \over b_i \right) $$
14478 @end tex
14479 @sp 1
14480
14481 @example
14482 @group
14483 [(3, 4), 3:4, 3 +/- 4, [3 .. inf)]
14484 [3 + 4i, @{3 \over 4@}, 3 \pm 4, [3 \ldots \infty)]
14485 @end group
14486 @end example
14487 @tex
14488 $$ [3 + 4i, {3 \over 4}, 3 \pm 4, [ 3 \ldots \infty)] $$
14489 @end tex
14490 @sp 1
14491
14492 @example
14493 @group
14494 [abs(a), abs(a / b), floor(a), ceil(a / b)]
14495 [|a|, \left| a \over b \right|,
14496 \lfloor a \rfloor, \left\lceil a \over b \right\rceil]
14497 @end group
14498 @end example
14499 @tex
14500 $$ [|a|, \left| a \over b \right|,
14501 \lfloor a \rfloor, \left\lceil a \over b \right\rceil] $$
14502 @end tex
14503 @sp 1
14504
14505 @example
14506 @group
14507 [sin(a), sin(2 a), sin(2 + a), sin(a / b)]
14508 [\sin@{a@}, \sin@{2 a@}, \sin(2 + a),
14509 \sin\left( @{a \over b@} \right)]
14510 @end group
14511 @end example
14512 @tex
14513 $$ [\sin{a}, \sin{2 a}, \sin(2 + a), \sin\left( {a \over b} \right)] $$
14514 @end tex
14515 @sp 2
14516
14517 First with plain @kbd{d T}, then with @kbd{C-u d T}, then finally with
14518 @kbd{C-u - d T} (using the example definition
14519 @samp{\def\foo#1@{\tilde F(#1)@}}:
14520
14521 @example
14522 @group
14523 [f(a), foo(bar), sin(pi)]
14524 [f(a), foo(bar), \sin{\pi}]
14525 [f(a), \hbox@{foo@}(\hbox@{bar@}), \sin@{\pi@}]
14526 [f(a), \foo@{\hbox@{bar@}@}, \sin@{\pi@}]
14527 @end group
14528 @end example
14529 @tex
14530 $$ [f(a), foo(bar), \sin{\pi}] $$
14531 $$ [f(a), \hbox{foo}(\hbox{bar}), \sin{\pi}] $$
14532 $$ [f(a), \tilde F(\hbox{bar}), \sin{\pi}] $$
14533 @end tex
14534 @sp 2
14535
14536 First with @samp{\def\evalto@{@}}, then with @samp{\def\evalto#1\to@{@}}:
14537
14538 @example
14539 @group
14540 2 + 3 => 5
14541 \evalto 2 + 3 \to 5
14542 @end group
14543 @end example
14544 @tex
14545 $$ 2 + 3 \to 5 $$
14546 $$ 5 $$
14547 @end tex
14548 @sp 2
14549
14550 First with standard @code{\to}, then with @samp{\let\to\Rightarrow}:
14551
14552 @example
14553 @group
14554 [2 + 3 => 5, a / 2 => (b + c) / 2]
14555 [@{2 + 3 \to 5@}, @{@{a \over 2@} \to @{b + c \over 2@}@}]
14556 @end group
14557 @end example
14558 @tex
14559 $$ [{2 + 3 \to 5}, {{a \over 2} \to {b + c \over 2}}] $$
14560 {\let\to\Rightarrow
14561 $$ [{2 + 3 \to 5}, {{a \over 2} \to {b + c \over 2}}] $$}
14562 @end tex
14563 @sp 2
14564
14565 Matrices normally, then changing @code{\matrix} to @code{\pmatrix}:
14566
14567 @example
14568 @group
14569 [ [ a / b, 0 ], [ 0, 2^(x + 1) ] ]
14570 \matrix@{ @{a \over b@} & 0 \\ 0 & 2^@{(x + 1)@} @}
14571 \pmatrix@{ @{a \over b@} & 0 \\ 0 & 2^@{(x + 1)@} @}
14572 @end group
14573 @end example
14574 @tex
14575 $$ \matrix{ {a \over b} & 0 \cr 0 & 2^{(x + 1)} } $$
14576 $$ \pmatrix{ {a \over b} & 0 \cr 0 & 2^{(x + 1)} } $$
14577 @end tex
14578 @sp 2
14579 @end iftex
14580
14581 @node Eqn Language Mode, Yacas Language Mode, TeX and LaTeX Language Modes, Language Modes
14582 @subsection Eqn Language Mode
14583
14584 @noindent
14585 @kindex d E
14586 @pindex calc-eqn-language
14587 @dfn{Eqn} is another popular formatter for math formulas. It is
14588 designed for use with the TROFF text formatter, and comes standard
14589 with many versions of Unix. The @kbd{d E} (@code{calc-eqn-language})
14590 command selects @dfn{eqn} notation.
14591
14592 The @dfn{eqn} language's main idiosyncrasy is that whitespace plays
14593 a significant part in the parsing of the language. For example,
14594 @samp{sqrt x+1 + y} treats @samp{x+1} as the argument of the
14595 @code{sqrt} operator. @dfn{Eqn} also understands more conventional
14596 grouping using curly braces: @samp{sqrt@{x+1@} + y}. Braces are
14597 required only when the argument contains spaces.
14598
14599 In Calc's @dfn{eqn} mode, however, curly braces are required to
14600 delimit arguments of operators like @code{sqrt}. The first of the
14601 above examples would treat only the @samp{x} as the argument of
14602 @code{sqrt}, and in fact @samp{sin x+1} would be interpreted as
14603 @samp{sin * x + 1}, because @code{sin} is not a special operator
14604 in the @dfn{eqn} language. If you always surround the argument
14605 with curly braces, Calc will never misunderstand.
14606
14607 Calc also understands parentheses as grouping characters. Another
14608 peculiarity of @dfn{eqn}'s syntax makes it advisable to separate
14609 words with spaces from any surrounding characters that aren't curly
14610 braces, so Calc writes @samp{sin ( x + y )} in @dfn{eqn} mode.
14611 (The spaces around @code{sin} are important to make @dfn{eqn}
14612 recognize that @code{sin} should be typeset in a roman font, and
14613 the spaces around @code{x} and @code{y} are a good idea just in
14614 case the @dfn{eqn} document has defined special meanings for these
14615 names, too.)
14616
14617 Powers and subscripts are written with the @code{sub} and @code{sup}
14618 operators, respectively. Note that the caret symbol @samp{^} is
14619 treated the same as a space in @dfn{eqn} mode, as is the @samp{~}
14620 symbol (these are used to introduce spaces of various widths into
14621 the typeset output of @dfn{eqn}).
14622
14623 As in @LaTeX{} mode, Calc's formatter omits parentheses around the
14624 arguments of functions like @code{ln} and @code{sin} if they are
14625 ``simple-looking''; in this case Calc surrounds the argument with
14626 braces, separated by a @samp{~} from the function name: @samp{sin~@{x@}}.
14627
14628 Font change codes (like @samp{roman @var{x}}) and positioning codes
14629 (like @samp{~} and @samp{down @var{n} @var{x}}) are ignored by the
14630 @dfn{eqn} reader. Also ignored are the words @code{left}, @code{right},
14631 @code{mark}, and @code{lineup}. Quotation marks in @dfn{eqn} mode input
14632 are treated the same as curly braces: @samp{sqrt "1+x"} is equivalent to
14633 @samp{sqrt @{1+x@}}; this is only an approximation to the true meaning
14634 of quotes in @dfn{eqn}, but it is good enough for most uses.
14635
14636 Accent codes (@samp{@var{x} dot}) are handled by treating them as
14637 function calls (@samp{dot(@var{x})}) internally.
14638 @xref{TeX and LaTeX Language Modes}, for a table of these accent
14639 functions. The @code{prime} accent is treated specially if it occurs on
14640 a variable or function name: @samp{f prime prime @w{( x prime )}} is
14641 stored internally as @samp{f'@w{'}(x')}. For example, taking the
14642 derivative of @samp{f(2 x)} with @kbd{a d x} will produce @samp{2 f'(2
14643 x)}, which @dfn{eqn} mode will display as @samp{2 f prime ( 2 x )}.
14644
14645 Assignments are written with the @samp{<-} (left-arrow) symbol,
14646 and @code{evalto} operators are written with @samp{->} or
14647 @samp{evalto ... ->} (@pxref{TeX and LaTeX Language Modes}, for a discussion
14648 of this). The regular Calc symbols @samp{:=} and @samp{=>} are also
14649 recognized for these operators during reading.
14650
14651 Vectors in @dfn{eqn} mode use regular Calc square brackets, but
14652 matrices are formatted as @samp{matrix @{ ccol @{ a above b @} ... @}}.
14653 The words @code{lcol} and @code{rcol} are recognized as synonyms
14654 for @code{ccol} during input, and are generated instead of @code{ccol}
14655 if the matrix justification mode so specifies.
14656
14657 @node Yacas Language Mode, Maxima Language Mode, Eqn Language Mode, Language Modes
14658 @subsection Yacas Language Mode
14659
14660 @noindent
14661 @kindex d Y
14662 @pindex calc-yacas-language
14663 @cindex Yacas language
14664 The @kbd{d Y} (@code{calc-yacas-language}) command selects the
14665 conventions of Yacas, a free computer algebra system. While the
14666 operators and functions in Yacas are similar to those of Calc, the names
14667 of built-in functions in Yacas are capitalized. The Calc formula
14668 @samp{sin(2 x)}, for example, is entered and displayed @samp{Sin(2 x)}
14669 in Yacas mode, and `@samp{arcsin(x^2)} is @samp{ArcSin(x^2)} in Yacas
14670 mode. Complex numbers are written are written @samp{3 + 4 I}.
14671 The standard special constants are written @code{Pi}, @code{E},
14672 @code{I}, @code{GoldenRatio} and @code{Gamma}. @code{Infinity}
14673 represents both @code{inf} and @code{uinf}, and @code{Undefined}
14674 represents @code{nan}.
14675
14676 Certain operators on functions, such as @code{D} for differentiation
14677 and @code{Integrate} for integration, take a prefix form in Yacas. For
14678 example, the derivative of @w{@samp{e^x sin(x)}} can be computed with
14679 @w{@samp{D(x) Exp(x)*Sin(x)}}.
14680
14681 Other notable differences between Yacas and standard Calc expressions
14682 are that vectors and matrices use curly braces in Yacas, and subscripts
14683 use square brackets. If, for example, @samp{A} represents the list
14684 @samp{@{a,2,c,4@}}, then @samp{A[3]} would equal @samp{c}.
14685
14686
14687 @node Maxima Language Mode, Giac Language Mode, Yacas Language Mode, Language Modes
14688 @subsection Maxima Language Mode
14689
14690 @noindent
14691 @kindex d X
14692 @pindex calc-maxima-language
14693 @cindex Maxima language
14694 The @kbd{d X} (@code{calc-maxima-language}) command selects the
14695 conventions of Maxima, another free computer algebra system. The
14696 function names in Maxima are similar, but not always identical, to Calc.
14697 For example, instead of @samp{arcsin(x)}, Maxima will use
14698 @samp{asin(x)}. Complex numbers are written @samp{3 + 4 %i}. The
14699 standard special constants are written @code{%pi}, @code{%e},
14700 @code{%i}, @code{%phi} and @code{%gamma}. In Maxima, @code{inf} means
14701 the same as in Calc, but @code{infinity} represents Calc's @code{uinf}.
14702
14703 Underscores as well as percent signs are allowed in function and
14704 variable names in Maxima mode. The underscore again is equivalent to
14705 the @samp{#} in Normal mode, and the percent sign is equivalent to
14706 @samp{o'o}.
14707
14708 Maxima uses square brackets for lists and vectors, and matrices are
14709 written as calls to the function @code{matrix}, given the row vectors of
14710 the matrix as arguments. Square brackets are also used as subscripts.
14711
14712 @node Giac Language Mode, Mathematica Language Mode, Maxima Language Mode, Language Modes
14713 @subsection Giac Language Mode
14714
14715 @noindent
14716 @kindex d A
14717 @pindex calc-giac-language
14718 @cindex Giac language
14719 The @kbd{d A} (@code{calc-giac-language}) command selects the
14720 conventions of Giac, another free computer algebra system. The function
14721 names in Giac are similar to Maxima. Complex numbers are written
14722 @samp{3 + 4 i}. The standard special constants in Giac are the same as
14723 in Calc, except that @code{infinity} represents both Calc's @code{inf}
14724 and @code{uinf}.
14725
14726 Underscores are allowed in function and variable names in Giac mode.
14727 Brackets are used for subscripts. In Giac, indexing of lists begins at
14728 0, instead of 1 as in Calc. So if @samp{A} represents the list
14729 @samp{[a,2,c,4]}, then @samp{A[2]} would equal @samp{c}. In general,
14730 @samp{A[n]} in Giac mode corresponds to @samp{A_(n+1)} in Normal mode.
14731
14732 The Giac interval notation @samp{2 .. 3} has no surrounding brackets;
14733 Calc reads @samp{2 .. 3} as the closed interval @samp{[2 .. 3]} and
14734 writes any kind of interval as @samp{2 .. 3}. This means you cannot see
14735 the difference between an open and a closed interval while in Giac mode.
14736
14737 @node Mathematica Language Mode, Maple Language Mode, Giac Language Mode, Language Modes
14738 @subsection Mathematica Language Mode
14739
14740 @noindent
14741 @kindex d M
14742 @pindex calc-mathematica-language
14743 @cindex Mathematica language
14744 The @kbd{d M} (@code{calc-mathematica-language}) command selects the
14745 conventions of Mathematica. Notable differences in Mathematica mode
14746 are that the names of built-in functions are capitalized, and function
14747 calls use square brackets instead of parentheses. Thus the Calc
14748 formula @samp{sin(2 x)} is entered and displayed @w{@samp{Sin[2 x]}} in
14749 Mathematica mode.
14750
14751 Vectors and matrices use curly braces in Mathematica. Complex numbers
14752 are written @samp{3 + 4 I}. The standard special constants in Calc are
14753 written @code{Pi}, @code{E}, @code{I}, @code{GoldenRatio}, @code{EulerGamma},
14754 @code{Infinity}, @code{ComplexInfinity}, and @code{Indeterminate} in
14755 Mathematica mode.
14756 Non-decimal numbers are written, e.g., @samp{16^^7fff}. Floating-point
14757 numbers in scientific notation are written @samp{1.23*10.^3}.
14758 Subscripts use double square brackets: @samp{a[[i]]}.
14759
14760 @node Maple Language Mode, Compositions, Mathematica Language Mode, Language Modes
14761 @subsection Maple Language Mode
14762
14763 @noindent
14764 @kindex d W
14765 @pindex calc-maple-language
14766 @cindex Maple language
14767 The @kbd{d W} (@code{calc-maple-language}) command selects the
14768 conventions of Maple.
14769
14770 Maple's language is much like C@. Underscores are allowed in symbol
14771 names; square brackets are used for subscripts; explicit @samp{*}s for
14772 multiplications are required. Use either @samp{^} or @samp{**} to
14773 denote powers.
14774
14775 Maple uses square brackets for lists and curly braces for sets. Calc
14776 interprets both notations as vectors, and displays vectors with square
14777 brackets. This means Maple sets will be converted to lists when they
14778 pass through Calc. As a special case, matrices are written as calls
14779 to the function @code{matrix}, given a list of lists as the argument,
14780 and can be read in this form or with all-capitals @code{MATRIX}.
14781
14782 The Maple interval notation @samp{2 .. 3} is like Giac's interval
14783 notation, and is handled the same by Calc.
14784
14785 Maple writes complex numbers as @samp{3 + 4*I}. Its special constants
14786 are @code{Pi}, @code{E}, @code{I}, and @code{infinity} (all three of
14787 @code{inf}, @code{uinf}, and @code{nan} display as @code{infinity}).
14788 Floating-point numbers are written @samp{1.23*10.^3}.
14789
14790 Among things not currently handled by Calc's Maple mode are the
14791 various quote symbols, procedures and functional operators, and
14792 inert (@samp{&}) operators.
14793
14794 @node Compositions, Syntax Tables, Maple Language Mode, Language Modes
14795 @subsection Compositions
14796
14797 @noindent
14798 @cindex Compositions
14799 There are several @dfn{composition functions} which allow you to get
14800 displays in a variety of formats similar to those in Big language
14801 mode. Most of these functions do not evaluate to anything; they are
14802 placeholders which are left in symbolic form by Calc's evaluator but
14803 are recognized by Calc's display formatting routines.
14804
14805 Two of these, @code{string} and @code{bstring}, are described elsewhere.
14806 @xref{Strings}. For example, @samp{string("ABC")} is displayed as
14807 @samp{ABC}. When viewed on the stack it will be indistinguishable from
14808 the variable @code{ABC}, but internally it will be stored as
14809 @samp{string([65, 66, 67])} and can still be manipulated this way; for
14810 example, the selection and vector commands @kbd{j 1 v v j u} would
14811 select the vector portion of this object and reverse the elements, then
14812 deselect to reveal a string whose characters had been reversed.
14813
14814 The composition functions do the same thing in all language modes
14815 (although their components will of course be formatted in the current
14816 language mode). The one exception is Unformatted mode (@kbd{d U}),
14817 which does not give the composition functions any special treatment.
14818 The functions are discussed here because of their relationship to
14819 the language modes.
14820
14821 @menu
14822 * Composition Basics::
14823 * Horizontal Compositions::
14824 * Vertical Compositions::
14825 * Other Compositions::
14826 * Information about Compositions::
14827 * User-Defined Compositions::
14828 @end menu
14829
14830 @node Composition Basics, Horizontal Compositions, Compositions, Compositions
14831 @subsubsection Composition Basics
14832
14833 @noindent
14834 Compositions are generally formed by stacking formulas together
14835 horizontally or vertically in various ways. Those formulas are
14836 themselves compositions. @TeX{} users will find this analogous
14837 to @TeX{}'s ``boxes.'' Each multi-line composition has a
14838 @dfn{baseline}; horizontal compositions use the baselines to
14839 decide how formulas should be positioned relative to one another.
14840 For example, in the Big mode formula
14841
14842 @example
14843 @group
14844 2
14845 a + b
14846 17 + ------
14847 c
14848 @end group
14849 @end example
14850
14851 @noindent
14852 the second term of the sum is four lines tall and has line three as
14853 its baseline. Thus when the term is combined with 17, line three
14854 is placed on the same level as the baseline of 17.
14855
14856 @tex
14857 \bigskip
14858 @end tex
14859
14860 Another important composition concept is @dfn{precedence}. This is
14861 an integer that represents the binding strength of various operators.
14862 For example, @samp{*} has higher precedence (195) than @samp{+} (180),
14863 which means that @samp{(a * b) + c} will be formatted without the
14864 parentheses, but @samp{a * (b + c)} will keep the parentheses.
14865
14866 The operator table used by normal and Big language modes has the
14867 following precedences:
14868
14869 @example
14870 _ 1200 @r{(subscripts)}
14871 % 1100 @r{(as in n}%@r{)}
14872 ! 1000 @r{(as in }!@r{n)}
14873 mod 400
14874 +/- 300
14875 !! 210 @r{(as in n}!!@r{)}
14876 ! 210 @r{(as in n}!@r{)}
14877 ^ 200
14878 - 197 @r{(as in }-@r{n)}
14879 * 195 @r{(or implicit multiplication)}
14880 / % \ 190
14881 + - 180 @r{(as in a}+@r{b)}
14882 | 170
14883 < = 160 @r{(and other relations)}
14884 && 110
14885 || 100
14886 ? : 90
14887 !!! 85
14888 &&& 80
14889 ||| 75
14890 := 50
14891 :: 45
14892 => 40
14893 @end example
14894
14895 The general rule is that if an operator with precedence @expr{n}
14896 occurs as an argument to an operator with precedence @expr{m}, then
14897 the argument is enclosed in parentheses if @expr{n < m}. Top-level
14898 expressions and expressions which are function arguments, vector
14899 components, etc., are formatted with precedence zero (so that they
14900 normally never get additional parentheses).
14901
14902 For binary left-associative operators like @samp{+}, the righthand
14903 argument is actually formatted with one-higher precedence than shown
14904 in the table. This makes sure @samp{(a + b) + c} omits the parentheses,
14905 but the unnatural form @samp{a + (b + c)} keeps its parentheses.
14906 Right-associative operators like @samp{^} format the lefthand argument
14907 with one-higher precedence.
14908
14909 @ignore
14910 @starindex
14911 @end ignore
14912 @tindex cprec
14913 The @code{cprec} function formats an expression with an arbitrary
14914 precedence. For example, @samp{cprec(abc, 185)} will combine into
14915 sums and products as follows: @samp{7 + abc}, @samp{7 (abc)} (because
14916 this @code{cprec} form has higher precedence than addition, but lower
14917 precedence than multiplication).
14918
14919 @tex
14920 \bigskip
14921 @end tex
14922
14923 A final composition issue is @dfn{line breaking}. Calc uses two
14924 different strategies for ``flat'' and ``non-flat'' compositions.
14925 A non-flat composition is anything that appears on multiple lines
14926 (not counting line breaking). Examples would be matrices and Big
14927 mode powers and quotients. Non-flat compositions are displayed
14928 exactly as specified. If they come out wider than the current
14929 window, you must use horizontal scrolling (@kbd{<} and @kbd{>}) to
14930 view them.
14931
14932 Flat compositions, on the other hand, will be broken across several
14933 lines if they are too wide to fit the window. Certain points in a
14934 composition are noted internally as @dfn{break points}. Calc's
14935 general strategy is to fill each line as much as possible, then to
14936 move down to the next line starting at the first break point that
14937 didn't fit. However, the line breaker understands the hierarchical
14938 structure of formulas. It will not break an ``inner'' formula if
14939 it can use an earlier break point from an ``outer'' formula instead.
14940 For example, a vector of sums might be formatted as:
14941
14942 @example
14943 @group
14944 [ a + b + c, d + e + f,
14945 g + h + i, j + k + l, m ]
14946 @end group
14947 @end example
14948
14949 @noindent
14950 If the @samp{m} can fit, then so, it seems, could the @samp{g}.
14951 But Calc prefers to break at the comma since the comma is part
14952 of a ``more outer'' formula. Calc would break at a plus sign
14953 only if it had to, say, if the very first sum in the vector had
14954 itself been too large to fit.
14955
14956 Of the composition functions described below, only @code{choriz}
14957 generates break points. The @code{bstring} function (@pxref{Strings})
14958 also generates breakable items: A break point is added after every
14959 space (or group of spaces) except for spaces at the very beginning or
14960 end of the string.
14961
14962 Composition functions themselves count as levels in the formula
14963 hierarchy, so a @code{choriz} that is a component of a larger
14964 @code{choriz} will be less likely to be broken. As a special case,
14965 if a @code{bstring} occurs as a component of a @code{choriz} or
14966 @code{choriz}-like object (such as a vector or a list of arguments
14967 in a function call), then the break points in that @code{bstring}
14968 will be on the same level as the break points of the surrounding
14969 object.
14970
14971 @node Horizontal Compositions, Vertical Compositions, Composition Basics, Compositions
14972 @subsubsection Horizontal Compositions
14973
14974 @noindent
14975 @ignore
14976 @starindex
14977 @end ignore
14978 @tindex choriz
14979 The @code{choriz} function takes a vector of objects and composes
14980 them horizontally. For example, @samp{choriz([17, a b/c, d])} formats
14981 as @w{@samp{17a b / cd}} in Normal language mode, or as
14982
14983 @example
14984 @group
14985 a b
14986 17---d
14987 c
14988 @end group
14989 @end example
14990
14991 @noindent
14992 in Big language mode. This is actually one case of the general
14993 function @samp{choriz(@var{vec}, @var{sep}, @var{prec})}, where
14994 either or both of @var{sep} and @var{prec} may be omitted.
14995 @var{Prec} gives the @dfn{precedence} to use when formatting
14996 each of the components of @var{vec}. The default precedence is
14997 the precedence from the surrounding environment.
14998
14999 @var{Sep} is a string (i.e., a vector of character codes as might
15000 be entered with @code{" "} notation) which should separate components
15001 of the composition. Also, if @var{sep} is given, the line breaker
15002 will allow lines to be broken after each occurrence of @var{sep}.
15003 If @var{sep} is omitted, the composition will not be breakable
15004 (unless any of its component compositions are breakable).
15005
15006 For example, @samp{2 choriz([a, b c, d = e], " + ", 180)} is
15007 formatted as @samp{2 a + b c + (d = e)}. To get the @code{choriz}
15008 to have precedence 180 ``outwards'' as well as ``inwards,''
15009 enclose it in a @code{cprec} form: @samp{2 cprec(choriz(...), 180)}
15010 formats as @samp{2 (a + b c + (d = e))}.
15011
15012 The baseline of a horizontal composition is the same as the
15013 baselines of the component compositions, which are all aligned.
15014
15015 @node Vertical Compositions, Other Compositions, Horizontal Compositions, Compositions
15016 @subsubsection Vertical Compositions
15017
15018 @noindent
15019 @ignore
15020 @starindex
15021 @end ignore
15022 @tindex cvert
15023 The @code{cvert} function makes a vertical composition. Each
15024 component of the vector is centered in a column. The baseline of
15025 the result is by default the top line of the resulting composition.
15026 For example, @samp{f(cvert([a, bb, ccc]), cvert([a^2 + 1, b^2]))}
15027 formats in Big mode as
15028
15029 @example
15030 @group
15031 f( a , 2 )
15032 bb a + 1
15033 ccc 2
15034 b
15035 @end group
15036 @end example
15037
15038 @ignore
15039 @starindex
15040 @end ignore
15041 @tindex cbase
15042 There are several special composition functions that work only as
15043 components of a vertical composition. The @code{cbase} function
15044 controls the baseline of the vertical composition; the baseline
15045 will be the same as the baseline of whatever component is enclosed
15046 in @code{cbase}. Thus @samp{f(cvert([a, cbase(bb), ccc]),
15047 cvert([a^2 + 1, cbase(b^2)]))} displays as
15048
15049 @example
15050 @group
15051 2
15052 a + 1
15053 a 2
15054 f(bb , b )
15055 ccc
15056 @end group
15057 @end example
15058
15059 @ignore
15060 @starindex
15061 @end ignore
15062 @tindex ctbase
15063 @ignore
15064 @starindex
15065 @end ignore
15066 @tindex cbbase
15067 There are also @code{ctbase} and @code{cbbase} functions which
15068 make the baseline of the vertical composition equal to the top
15069 or bottom line (rather than the baseline) of that component.
15070 Thus @samp{cvert([cbase(a / b)]) + cvert([ctbase(a / b)]) +
15071 cvert([cbbase(a / b)])} gives
15072
15073 @example
15074 @group
15075 a
15076 a -
15077 - + a + b
15078 b -
15079 b
15080 @end group
15081 @end example
15082
15083 There should be only one @code{cbase}, @code{ctbase}, or @code{cbbase}
15084 function in a given vertical composition. These functions can also
15085 be written with no arguments: @samp{ctbase()} is a zero-height object
15086 which means the baseline is the top line of the following item, and
15087 @samp{cbbase()} means the baseline is the bottom line of the preceding
15088 item.
15089
15090 @ignore
15091 @starindex
15092 @end ignore
15093 @tindex crule
15094 The @code{crule} function builds a ``rule,'' or horizontal line,
15095 across a vertical composition. By itself @samp{crule()} uses @samp{-}
15096 characters to build the rule. You can specify any other character,
15097 e.g., @samp{crule("=")}. The argument must be a character code or
15098 vector of exactly one character code. It is repeated to match the
15099 width of the widest item in the stack. For example, a quotient
15100 with a thick line is @samp{cvert([a + 1, cbase(crule("=")), b^2])}:
15101
15102 @example
15103 @group
15104 a + 1
15105 =====
15106 2
15107 b
15108 @end group
15109 @end example
15110
15111 @ignore
15112 @starindex
15113 @end ignore
15114 @tindex clvert
15115 @ignore
15116 @starindex
15117 @end ignore
15118 @tindex crvert
15119 Finally, the functions @code{clvert} and @code{crvert} act exactly
15120 like @code{cvert} except that the items are left- or right-justified
15121 in the stack. Thus @samp{clvert([a, bb, ccc]) + crvert([a, bb, ccc])}
15122 gives:
15123
15124 @example
15125 @group
15126 a + a
15127 bb bb
15128 ccc ccc
15129 @end group
15130 @end example
15131
15132 Like @code{choriz}, the vertical compositions accept a second argument
15133 which gives the precedence to use when formatting the components.
15134 Vertical compositions do not support separator strings.
15135
15136 @node Other Compositions, Information about Compositions, Vertical Compositions, Compositions
15137 @subsubsection Other Compositions
15138
15139 @noindent
15140 @ignore
15141 @starindex
15142 @end ignore
15143 @tindex csup
15144 The @code{csup} function builds a superscripted expression. For
15145 example, @samp{csup(a, b)} looks the same as @samp{a^b} does in Big
15146 language mode. This is essentially a horizontal composition of
15147 @samp{a} and @samp{b}, where @samp{b} is shifted up so that its
15148 bottom line is one above the baseline.
15149
15150 @ignore
15151 @starindex
15152 @end ignore
15153 @tindex csub
15154 Likewise, the @code{csub} function builds a subscripted expression.
15155 This shifts @samp{b} down so that its top line is one below the
15156 bottom line of @samp{a} (note that this is not quite analogous to
15157 @code{csup}). Other arrangements can be obtained by using
15158 @code{choriz} and @code{cvert} directly.
15159
15160 @ignore
15161 @starindex
15162 @end ignore
15163 @tindex cflat
15164 The @code{cflat} function formats its argument in ``flat'' mode,
15165 as obtained by @samp{d O}, if the current language mode is normal
15166 or Big. It has no effect in other language modes. For example,
15167 @samp{a^(b/c)} is formatted by Big mode like @samp{csup(a, cflat(b/c))}
15168 to improve its readability.
15169
15170 @ignore
15171 @starindex
15172 @end ignore
15173 @tindex cspace
15174 The @code{cspace} function creates horizontal space. For example,
15175 @samp{cspace(4)} is effectively the same as @samp{string(" ")}.
15176 A second string (i.e., vector of characters) argument is repeated
15177 instead of the space character. For example, @samp{cspace(4, "ab")}
15178 looks like @samp{abababab}. If the second argument is not a string,
15179 it is formatted in the normal way and then several copies of that
15180 are composed together: @samp{cspace(4, a^2)} yields
15181
15182 @example
15183 @group
15184 2 2 2 2
15185 a a a a
15186 @end group
15187 @end example
15188
15189 @noindent
15190 If the number argument is zero, this is a zero-width object.
15191
15192 @ignore
15193 @starindex
15194 @end ignore
15195 @tindex cvspace
15196 The @code{cvspace} function creates vertical space, or a vertical
15197 stack of copies of a certain string or formatted object. The
15198 baseline is the center line of the resulting stack. A numerical
15199 argument of zero will produce an object which contributes zero
15200 height if used in a vertical composition.
15201
15202 @ignore
15203 @starindex
15204 @end ignore
15205 @tindex ctspace
15206 @ignore
15207 @starindex
15208 @end ignore
15209 @tindex cbspace
15210 There are also @code{ctspace} and @code{cbspace} functions which
15211 create vertical space with the baseline the same as the baseline
15212 of the top or bottom copy, respectively, of the second argument.
15213 Thus @samp{cvspace(2, a/b) + ctspace(2, a/b) + cbspace(2, a/b)}
15214 displays as:
15215
15216 @example
15217 @group
15218 a
15219 -
15220 a b
15221 - a a
15222 b + - + -
15223 a b b
15224 - a
15225 b -
15226 b
15227 @end group
15228 @end example
15229
15230 @node Information about Compositions, User-Defined Compositions, Other Compositions, Compositions
15231 @subsubsection Information about Compositions
15232
15233 @noindent
15234 The functions in this section are actual functions; they compose their
15235 arguments according to the current language and other display modes,
15236 then return a certain measurement of the composition as an integer.
15237
15238 @ignore
15239 @starindex
15240 @end ignore
15241 @tindex cwidth
15242 The @code{cwidth} function measures the width, in characters, of a
15243 composition. For example, @samp{cwidth(a + b)} is 5, and
15244 @samp{cwidth(a / b)} is 5 in Normal mode, 1 in Big mode, and 11 in
15245 @TeX{} mode (for @samp{@{a \over b@}}). The argument may involve
15246 the composition functions described in this section.
15247
15248 @ignore
15249 @starindex
15250 @end ignore
15251 @tindex cheight
15252 The @code{cheight} function measures the height of a composition.
15253 This is the total number of lines in the argument's printed form.
15254
15255 @ignore
15256 @starindex
15257 @end ignore
15258 @tindex cascent
15259 @ignore
15260 @starindex
15261 @end ignore
15262 @tindex cdescent
15263 The functions @code{cascent} and @code{cdescent} measure the amount
15264 of the height that is above (and including) the baseline, or below
15265 the baseline, respectively. Thus @samp{cascent(@var{x}) + cdescent(@var{x})}
15266 always equals @samp{cheight(@var{x})}. For a one-line formula like
15267 @samp{a + b}, @code{cascent} returns 1 and @code{cdescent} returns 0.
15268 For @samp{a / b} in Big mode, @code{cascent} returns 2 and @code{cdescent}
15269 returns 1. The only formula for which @code{cascent} will return zero
15270 is @samp{cvspace(0)} or equivalents.
15271
15272 @node User-Defined Compositions, , Information about Compositions, Compositions
15273 @subsubsection User-Defined Compositions
15274
15275 @noindent
15276 @kindex Z C
15277 @pindex calc-user-define-composition
15278 The @kbd{Z C} (@code{calc-user-define-composition}) command lets you
15279 define the display format for any algebraic function. You provide a
15280 formula containing a certain number of argument variables on the stack.
15281 Any time Calc formats a call to the specified function in the current
15282 language mode and with that number of arguments, Calc effectively
15283 replaces the function call with that formula with the arguments
15284 replaced.
15285
15286 Calc builds the default argument list by sorting all the variable names
15287 that appear in the formula into alphabetical order. You can edit this
15288 argument list before pressing @key{RET} if you wish. Any variables in
15289 the formula that do not appear in the argument list will be displayed
15290 literally; any arguments that do not appear in the formula will not
15291 affect the display at all.
15292
15293 You can define formats for built-in functions, for functions you have
15294 defined with @kbd{Z F} (@pxref{Algebraic Definitions}), or for functions
15295 which have no definitions but are being used as purely syntactic objects.
15296 You can define different formats for each language mode, and for each
15297 number of arguments, using a succession of @kbd{Z C} commands. When
15298 Calc formats a function call, it first searches for a format defined
15299 for the current language mode (and number of arguments); if there is
15300 none, it uses the format defined for the Normal language mode. If
15301 neither format exists, Calc uses its built-in standard format for that
15302 function (usually just @samp{@var{func}(@var{args})}).
15303
15304 If you execute @kbd{Z C} with the number 0 on the stack instead of a
15305 formula, any defined formats for the function in the current language
15306 mode will be removed. The function will revert to its standard format.
15307
15308 For example, the default format for the binomial coefficient function
15309 @samp{choose(n, m)} in the Big language mode is
15310
15311 @example
15312 @group
15313 n
15314 ( )
15315 m
15316 @end group
15317 @end example
15318
15319 @noindent
15320 You might prefer the notation,
15321
15322 @example
15323 @group
15324 C
15325 n m
15326 @end group
15327 @end example
15328
15329 @noindent
15330 To define this notation, first make sure you are in Big mode,
15331 then put the formula
15332
15333 @smallexample
15334 choriz([cvert([cvspace(1), n]), C, cvert([cvspace(1), m])])
15335 @end smallexample
15336
15337 @noindent
15338 on the stack and type @kbd{Z C}. Answer the first prompt with
15339 @code{choose}. The second prompt will be the default argument list
15340 of @samp{(C m n)}. Edit this list to be @samp{(n m)} and press
15341 @key{RET}. Now, try it out: For example, turn simplification
15342 off with @kbd{m O} and enter @samp{choose(a,b) + choose(7,3)}
15343 as an algebraic entry.
15344
15345 @example
15346 @group
15347 C + C
15348 a b 7 3
15349 @end group
15350 @end example
15351
15352 As another example, let's define the usual notation for Stirling
15353 numbers of the first kind, @samp{stir1(n, m)}. This is just like
15354 the regular format for binomial coefficients but with square brackets
15355 instead of parentheses.
15356
15357 @smallexample
15358 choriz([string("["), cvert([n, cbase(cvspace(1)), m]), string("]")])
15359 @end smallexample
15360
15361 Now type @kbd{Z C stir1 @key{RET}}, edit the argument list to
15362 @samp{(n m)}, and type @key{RET}.
15363
15364 The formula provided to @kbd{Z C} usually will involve composition
15365 functions, but it doesn't have to. Putting the formula @samp{a + b + c}
15366 onto the stack and typing @kbd{Z C foo @key{RET} @key{RET}} would define
15367 the function @samp{foo(x,y,z)} to display like @samp{x + y + z}.
15368 This ``sum'' will act exactly like a real sum for all formatting
15369 purposes (it will be parenthesized the same, and so on). However
15370 it will be computationally unrelated to a sum. For example, the
15371 formula @samp{2 * foo(1, 2, 3)} will display as @samp{2 (1 + 2 + 3)}.
15372 Operator precedences have caused the ``sum'' to be written in
15373 parentheses, but the arguments have not actually been summed.
15374 (Generally a display format like this would be undesirable, since
15375 it can easily be confused with a real sum.)
15376
15377 The special function @code{eval} can be used inside a @kbd{Z C}
15378 composition formula to cause all or part of the formula to be
15379 evaluated at display time. For example, if the formula is
15380 @samp{a + eval(b + c)}, then @samp{foo(1, 2, 3)} will be displayed
15381 as @samp{1 + 5}. Evaluation will use the default simplifications,
15382 regardless of the current simplification mode. There are also
15383 @code{evalsimp} and @code{evalextsimp} which simplify as if by
15384 @kbd{a s} and @kbd{a e} (respectively). Note that these ``functions''
15385 operate only in the context of composition formulas (and also in
15386 rewrite rules, where they serve a similar purpose; @pxref{Rewrite
15387 Rules}). On the stack, a call to @code{eval} will be left in
15388 symbolic form.
15389
15390 It is not a good idea to use @code{eval} except as a last resort.
15391 It can cause the display of formulas to be extremely slow. For
15392 example, while @samp{eval(a + b)} might seem quite fast and simple,
15393 there are several situations where it could be slow. For example,
15394 @samp{a} and/or @samp{b} could be polar complex numbers, in which
15395 case doing the sum requires trigonometry. Or, @samp{a} could be
15396 the factorial @samp{fact(100)} which is unevaluated because you
15397 have typed @kbd{m O}; @code{eval} will evaluate it anyway to
15398 produce a large, unwieldy integer.
15399
15400 You can save your display formats permanently using the @kbd{Z P}
15401 command (@pxref{Creating User Keys}).
15402
15403 @node Syntax Tables, , Compositions, Language Modes
15404 @subsection Syntax Tables
15405
15406 @noindent
15407 @cindex Syntax tables
15408 @cindex Parsing formulas, customized
15409 Syntax tables do for input what compositions do for output: They
15410 allow you to teach custom notations to Calc's formula parser.
15411 Calc keeps a separate syntax table for each language mode.
15412
15413 (Note that the Calc ``syntax tables'' discussed here are completely
15414 unrelated to the syntax tables described in the Emacs manual.)
15415
15416 @kindex Z S
15417 @pindex calc-edit-user-syntax
15418 The @kbd{Z S} (@code{calc-edit-user-syntax}) command edits the
15419 syntax table for the current language mode. If you want your
15420 syntax to work in any language, define it in the Normal language
15421 mode. Type @kbd{C-c C-c} to finish editing the syntax table, or
15422 @kbd{C-x k} to cancel the edit. The @kbd{m m} command saves all
15423 the syntax tables along with the other mode settings;
15424 @pxref{General Mode Commands}.
15425
15426 @menu
15427 * Syntax Table Basics::
15428 * Precedence in Syntax Tables::
15429 * Advanced Syntax Patterns::
15430 * Conditional Syntax Rules::
15431 @end menu
15432
15433 @node Syntax Table Basics, Precedence in Syntax Tables, Syntax Tables, Syntax Tables
15434 @subsubsection Syntax Table Basics
15435
15436 @noindent
15437 @dfn{Parsing} is the process of converting a raw string of characters,
15438 such as you would type in during algebraic entry, into a Calc formula.
15439 Calc's parser works in two stages. First, the input is broken down
15440 into @dfn{tokens}, such as words, numbers, and punctuation symbols
15441 like @samp{+}, @samp{:=}, and @samp{+/-}. Space between tokens is
15442 ignored (except when it serves to separate adjacent words). Next,
15443 the parser matches this string of tokens against various built-in
15444 syntactic patterns, such as ``an expression followed by @samp{+}
15445 followed by another expression'' or ``a name followed by @samp{(},
15446 zero or more expressions separated by commas, and @samp{)}.''
15447
15448 A @dfn{syntax table} is a list of user-defined @dfn{syntax rules},
15449 which allow you to specify new patterns to define your own
15450 favorite input notations. Calc's parser always checks the syntax
15451 table for the current language mode, then the table for the Normal
15452 language mode, before it uses its built-in rules to parse an
15453 algebraic formula you have entered. Each syntax rule should go on
15454 its own line; it consists of a @dfn{pattern}, a @samp{:=} symbol,
15455 and a Calc formula with an optional @dfn{condition}. (Syntax rules
15456 resemble algebraic rewrite rules, but the notation for patterns is
15457 completely different.)
15458
15459 A syntax pattern is a list of tokens, separated by spaces.
15460 Except for a few special symbols, tokens in syntax patterns are
15461 matched literally, from left to right. For example, the rule,
15462
15463 @example
15464 foo ( ) := 2+3
15465 @end example
15466
15467 @noindent
15468 would cause Calc to parse the formula @samp{4+foo()*5} as if it
15469 were @samp{4+(2+3)*5}. Notice that the parentheses were written
15470 as two separate tokens in the rule. As a result, the rule works
15471 for both @samp{foo()} and @w{@samp{foo ( )}}. If we had written
15472 the rule as @samp{foo () := 2+3}, then Calc would treat @samp{()}
15473 as a single, indivisible token, so that @w{@samp{foo( )}} would
15474 not be recognized by the rule. (It would be parsed as a regular
15475 zero-argument function call instead.) In fact, this rule would
15476 also make trouble for the rest of Calc's parser: An unrelated
15477 formula like @samp{bar()} would now be tokenized into @samp{bar ()}
15478 instead of @samp{bar ( )}, so that the standard parser for function
15479 calls would no longer recognize it!
15480
15481 While it is possible to make a token with a mixture of letters
15482 and punctuation symbols, this is not recommended. It is better to
15483 break it into several tokens, as we did with @samp{foo()} above.
15484
15485 The symbol @samp{#} in a syntax pattern matches any Calc expression.
15486 On the righthand side, the things that matched the @samp{#}s can
15487 be referred to as @samp{#1}, @samp{#2}, and so on (where @samp{#1}
15488 matches the leftmost @samp{#} in the pattern). For example, these
15489 rules match a user-defined function, prefix operator, infix operator,
15490 and postfix operator, respectively:
15491
15492 @example
15493 foo ( # ) := myfunc(#1)
15494 foo # := myprefix(#1)
15495 # foo # := myinfix(#1,#2)
15496 # foo := mypostfix(#1)
15497 @end example
15498
15499 Thus @samp{foo(3)} will parse as @samp{myfunc(3)}, and @samp{2+3 foo}
15500 will parse as @samp{mypostfix(2+3)}.
15501
15502 It is important to write the first two rules in the order shown,
15503 because Calc tries rules in order from first to last. If the
15504 pattern @samp{foo #} came first, it would match anything that could
15505 match the @samp{foo ( # )} rule, since an expression in parentheses
15506 is itself a valid expression. Thus the @w{@samp{foo ( # )}} rule would
15507 never get to match anything. Likewise, the last two rules must be
15508 written in the order shown or else @samp{3 foo 4} will be parsed as
15509 @samp{mypostfix(3) * 4}. (Of course, the best way to avoid these
15510 ambiguities is not to use the same symbol in more than one way at
15511 the same time! In case you're not convinced, try the following
15512 exercise: How will the above rules parse the input @samp{foo(3,4)},
15513 if at all? Work it out for yourself, then try it in Calc and see.)
15514
15515 Calc is quite flexible about what sorts of patterns are allowed.
15516 The only rule is that every pattern must begin with a literal
15517 token (like @samp{foo} in the first two patterns above), or with
15518 a @samp{#} followed by a literal token (as in the last two
15519 patterns). After that, any mixture is allowed, although putting
15520 two @samp{#}s in a row will not be very useful since two
15521 expressions with nothing between them will be parsed as one
15522 expression that uses implicit multiplication.
15523
15524 As a more practical example, Maple uses the notation
15525 @samp{sum(a(i), i=1..10)} for sums, which Calc's Maple mode doesn't
15526 recognize at present. To handle this syntax, we simply add the
15527 rule,
15528
15529 @example
15530 sum ( # , # = # .. # ) := sum(#1,#2,#3,#4)
15531 @end example
15532
15533 @noindent
15534 to the Maple mode syntax table. As another example, C mode can't
15535 read assignment operators like @samp{++} and @samp{*=}. We can
15536 define these operators quite easily:
15537
15538 @example
15539 # *= # := muleq(#1,#2)
15540 # ++ := postinc(#1)
15541 ++ # := preinc(#1)
15542 @end example
15543
15544 @noindent
15545 To complete the job, we would use corresponding composition functions
15546 and @kbd{Z C} to cause these functions to display in their respective
15547 Maple and C notations. (Note that the C example ignores issues of
15548 operator precedence, which are discussed in the next section.)
15549
15550 You can enclose any token in quotes to prevent its usual
15551 interpretation in syntax patterns:
15552
15553 @example
15554 # ":=" # := becomes(#1,#2)
15555 @end example
15556
15557 Quotes also allow you to include spaces in a token, although once
15558 again it is generally better to use two tokens than one token with
15559 an embedded space. To include an actual quotation mark in a quoted
15560 token, precede it with a backslash. (This also works to include
15561 backslashes in tokens.)
15562
15563 @example
15564 # "bad token" # "/\"\\" # := silly(#1,#2,#3)
15565 @end example
15566
15567 @noindent
15568 This will parse @samp{3 bad token 4 /"\ 5} to @samp{silly(3,4,5)}.
15569
15570 The token @kbd{#} has a predefined meaning in Calc's formula parser;
15571 it is not valid to use @samp{"#"} in a syntax rule. However, longer
15572 tokens that include the @samp{#} character are allowed. Also, while
15573 @samp{"$"} and @samp{"\""} are allowed as tokens, their presence in
15574 the syntax table will prevent those characters from working in their
15575 usual ways (referring to stack entries and quoting strings,
15576 respectively).
15577
15578 Finally, the notation @samp{%%} anywhere in a syntax table causes
15579 the rest of the line to be ignored as a comment.
15580
15581 @node Precedence in Syntax Tables, Advanced Syntax Patterns, Syntax Table Basics, Syntax Tables
15582 @subsubsection Precedence
15583
15584 @noindent
15585 Different operators are generally assigned different @dfn{precedences}.
15586 By default, an operator defined by a rule like
15587
15588 @example
15589 # foo # := foo(#1,#2)
15590 @end example
15591
15592 @noindent
15593 will have an extremely low precedence, so that @samp{2*3+4 foo 5 == 6}
15594 will be parsed as @samp{(2*3+4) foo (5 == 6)}. To change the
15595 precedence of an operator, use the notation @samp{#/@var{p}} in
15596 place of @samp{#}, where @var{p} is an integer precedence level.
15597 For example, 185 lies between the precedences for @samp{+} and
15598 @samp{*}, so if we change this rule to
15599
15600 @example
15601 #/185 foo #/186 := foo(#1,#2)
15602 @end example
15603
15604 @noindent
15605 then @samp{2+3 foo 4*5} will be parsed as @samp{2+(3 foo (4*5))}.
15606 Also, because we've given the righthand expression slightly higher
15607 precedence, our new operator will be left-associative:
15608 @samp{1 foo 2 foo 3} will be parsed as @samp{(1 foo 2) foo 3}.
15609 By raising the precedence of the lefthand expression instead, we
15610 can create a right-associative operator.
15611
15612 @xref{Composition Basics}, for a table of precedences of the
15613 standard Calc operators. For the precedences of operators in other
15614 language modes, look in the Calc source file @file{calc-lang.el}.
15615
15616 @node Advanced Syntax Patterns, Conditional Syntax Rules, Precedence in Syntax Tables, Syntax Tables
15617 @subsubsection Advanced Syntax Patterns
15618
15619 @noindent
15620 To match a function with a variable number of arguments, you could
15621 write
15622
15623 @example
15624 foo ( # ) := myfunc(#1)
15625 foo ( # , # ) := myfunc(#1,#2)
15626 foo ( # , # , # ) := myfunc(#1,#2,#3)
15627 @end example
15628
15629 @noindent
15630 but this isn't very elegant. To match variable numbers of items,
15631 Calc uses some notations inspired regular expressions and the
15632 ``extended BNF'' style used by some language designers.
15633
15634 @example
15635 foo ( @{ # @}*, ) := apply(myfunc,#1)
15636 @end example
15637
15638 The token @samp{@{} introduces a repeated or optional portion.
15639 One of the three tokens @samp{@}*}, @samp{@}+}, or @samp{@}?}
15640 ends the portion. These will match zero or more, one or more,
15641 or zero or one copies of the enclosed pattern, respectively.
15642 In addition, @samp{@}*} and @samp{@}+} can be followed by a
15643 separator token (with no space in between, as shown above).
15644 Thus @samp{@{ # @}*,} matches nothing, or one expression, or
15645 several expressions separated by commas.
15646
15647 A complete @samp{@{ ... @}} item matches as a vector of the
15648 items that matched inside it. For example, the above rule will
15649 match @samp{foo(1,2,3)} to get @samp{apply(myfunc,[1,2,3])}.
15650 The Calc @code{apply} function takes a function name and a vector
15651 of arguments and builds a call to the function with those
15652 arguments, so the net result is the formula @samp{myfunc(1,2,3)}.
15653
15654 If the body of a @samp{@{ ... @}} contains several @samp{#}s
15655 (or nested @samp{@{ ... @}} constructs), then the items will be
15656 strung together into the resulting vector. If the body
15657 does not contain anything but literal tokens, the result will
15658 always be an empty vector.
15659
15660 @example
15661 foo ( @{ # , # @}+, ) := bar(#1)
15662 foo ( @{ @{ # @}*, @}*; ) := matrix(#1)
15663 @end example
15664
15665 @noindent
15666 will parse @samp{foo(1, 2, 3, 4)} as @samp{bar([1, 2, 3, 4])}, and
15667 @samp{foo(1, 2; 3, 4)} as @samp{matrix([[1, 2], [3, 4]])}. Also, after
15668 some thought it's easy to see how this pair of rules will parse
15669 @samp{foo(1, 2, 3)} as @samp{matrix([[1, 2, 3]])}, since the first
15670 rule will only match an even number of arguments. The rule
15671
15672 @example
15673 foo ( # @{ , # , # @}? ) := bar(#1,#2)
15674 @end example
15675
15676 @noindent
15677 will parse @samp{foo(2,3,4)} as @samp{bar(2,[3,4])}, and
15678 @samp{foo(2)} as @samp{bar(2,[])}.
15679
15680 The notation @samp{@{ ... @}?.} (note the trailing period) works
15681 just the same as regular @samp{@{ ... @}?}, except that it does not
15682 count as an argument; the following two rules are equivalent:
15683
15684 @example
15685 foo ( # , @{ also @}? # ) := bar(#1,#3)
15686 foo ( # , @{ also @}?. # ) := bar(#1,#2)
15687 @end example
15688
15689 @noindent
15690 Note that in the first case the optional text counts as @samp{#2},
15691 which will always be an empty vector, but in the second case no
15692 empty vector is produced.
15693
15694 Another variant is @samp{@{ ... @}?$}, which means the body is
15695 optional only at the end of the input formula. All built-in syntax
15696 rules in Calc use this for closing delimiters, so that during
15697 algebraic entry you can type @kbd{[sqrt(2), sqrt(3 @key{RET}}, omitting
15698 the closing parenthesis and bracket. Calc does this automatically
15699 for trailing @samp{)}, @samp{]}, and @samp{>} tokens in syntax
15700 rules, but you can use @samp{@{ ... @}?$} explicitly to get
15701 this effect with any token (such as @samp{"@}"} or @samp{end}).
15702 Like @samp{@{ ... @}?.}, this notation does not count as an
15703 argument. Conversely, you can use quotes, as in @samp{")"}, to
15704 prevent a closing-delimiter token from being automatically treated
15705 as optional.
15706
15707 Calc's parser does not have full backtracking, which means some
15708 patterns will not work as you might expect:
15709
15710 @example
15711 foo ( @{ # , @}? # , # ) := bar(#1,#2,#3)
15712 @end example
15713
15714 @noindent
15715 Here we are trying to make the first argument optional, so that
15716 @samp{foo(2,3)} parses as @samp{bar([],2,3)}. Unfortunately, Calc
15717 first tries to match @samp{2,} against the optional part of the
15718 pattern, finds a match, and so goes ahead to match the rest of the
15719 pattern. Later on it will fail to match the second comma, but it
15720 doesn't know how to go back and try the other alternative at that
15721 point. One way to get around this would be to use two rules:
15722
15723 @example
15724 foo ( # , # , # ) := bar([#1],#2,#3)
15725 foo ( # , # ) := bar([],#1,#2)
15726 @end example
15727
15728 More precisely, when Calc wants to match an optional or repeated
15729 part of a pattern, it scans forward attempting to match that part.
15730 If it reaches the end of the optional part without failing, it
15731 ``finalizes'' its choice and proceeds. If it fails, though, it
15732 backs up and tries the other alternative. Thus Calc has ``partial''
15733 backtracking. A fully backtracking parser would go on to make sure
15734 the rest of the pattern matched before finalizing the choice.
15735
15736 @node Conditional Syntax Rules, , Advanced Syntax Patterns, Syntax Tables
15737 @subsubsection Conditional Syntax Rules
15738
15739 @noindent
15740 It is possible to attach a @dfn{condition} to a syntax rule. For
15741 example, the rules
15742
15743 @example
15744 foo ( # ) := ifoo(#1) :: integer(#1)
15745 foo ( # ) := gfoo(#1)
15746 @end example
15747
15748 @noindent
15749 will parse @samp{foo(3)} as @samp{ifoo(3)}, but will parse
15750 @samp{foo(3.5)} and @samp{foo(x)} as calls to @code{gfoo}. Any
15751 number of conditions may be attached; all must be true for the
15752 rule to succeed. A condition is ``true'' if it evaluates to a
15753 nonzero number. @xref{Logical Operations}, for a list of Calc
15754 functions like @code{integer} that perform logical tests.
15755
15756 The exact sequence of events is as follows: When Calc tries a
15757 rule, it first matches the pattern as usual. It then substitutes
15758 @samp{#1}, @samp{#2}, etc., in the conditions, if any. Next, the
15759 conditions are simplified and evaluated in order from left to right,
15760 using the algebraic simplifications (@pxref{Simplifying Formulas}).
15761 Each result is true if it is a nonzero number, or an expression
15762 that can be proven to be nonzero (@pxref{Declarations}). If the
15763 results of all conditions are true, the expression (such as
15764 @samp{ifoo(#1)}) has its @samp{#}s substituted, and that is the
15765 result of the parse. If the result of any condition is false, Calc
15766 goes on to try the next rule in the syntax table.
15767
15768 Syntax rules also support @code{let} conditions, which operate in
15769 exactly the same way as they do in algebraic rewrite rules.
15770 @xref{Other Features of Rewrite Rules}, for details. A @code{let}
15771 condition is always true, but as a side effect it defines a
15772 variable which can be used in later conditions, and also in the
15773 expression after the @samp{:=} sign:
15774
15775 @example
15776 foo ( # ) := hifoo(x) :: let(x := #1 + 0.5) :: dnumint(x)
15777 @end example
15778
15779 @noindent
15780 The @code{dnumint} function tests if a value is numerically an
15781 integer, i.e., either a true integer or an integer-valued float.
15782 This rule will parse @code{foo} with a half-integer argument,
15783 like @samp{foo(3.5)}, to a call like @samp{hifoo(4.)}.
15784
15785 The lefthand side of a syntax rule @code{let} must be a simple
15786 variable, not the arbitrary pattern that is allowed in rewrite
15787 rules.
15788
15789 The @code{matches} function is also treated specially in syntax
15790 rule conditions (again, in the same way as in rewrite rules).
15791 @xref{Matching Commands}. If the matching pattern contains
15792 meta-variables, then those meta-variables may be used in later
15793 conditions and in the result expression. The arguments to
15794 @code{matches} are not evaluated in this situation.
15795
15796 @example
15797 sum ( # , # ) := sum(#1,a,b,c) :: matches(#2, a=[b..c])
15798 @end example
15799
15800 @noindent
15801 This is another way to implement the Maple mode @code{sum} notation.
15802 In this approach, we allow @samp{#2} to equal the whole expression
15803 @samp{i=1..10}. Then, we use @code{matches} to break it apart into
15804 its components. If the expression turns out not to match the pattern,
15805 the syntax rule will fail. Note that @kbd{Z S} always uses Calc's
15806 Normal language mode for editing expressions in syntax rules, so we
15807 must use regular Calc notation for the interval @samp{[b..c]} that
15808 will correspond to the Maple mode interval @samp{1..10}.
15809
15810 @node Modes Variable, Calc Mode Line, Language Modes, Mode Settings
15811 @section The @code{Modes} Variable
15812
15813 @noindent
15814 @kindex m g
15815 @pindex calc-get-modes
15816 The @kbd{m g} (@code{calc-get-modes}) command pushes onto the stack
15817 a vector of numbers that describes the various mode settings that
15818 are in effect. With a numeric prefix argument, it pushes only the
15819 @var{n}th mode, i.e., the @var{n}th element of this vector. Keyboard
15820 macros can use the @kbd{m g} command to modify their behavior based
15821 on the current mode settings.
15822
15823 @cindex @code{Modes} variable
15824 @vindex Modes
15825 The modes vector is also available in the special variable
15826 @code{Modes}. In other words, @kbd{m g} is like @kbd{s r Modes @key{RET}}.
15827 It will not work to store into this variable; in fact, if you do,
15828 @code{Modes} will cease to track the current modes. (The @kbd{m g}
15829 command will continue to work, however.)
15830
15831 In general, each number in this vector is suitable as a numeric
15832 prefix argument to the associated mode-setting command. (Recall
15833 that the @kbd{~} key takes a number from the stack and gives it as
15834 a numeric prefix to the next command.)
15835
15836 The elements of the modes vector are as follows:
15837
15838 @enumerate
15839 @item
15840 Current precision. Default is 12; associated command is @kbd{p}.
15841
15842 @item
15843 Binary word size. Default is 32; associated command is @kbd{b w}.
15844
15845 @item
15846 Stack size (not counting the value about to be pushed by @kbd{m g}).
15847 This is zero if @kbd{m g} is executed with an empty stack.
15848
15849 @item
15850 Number radix. Default is 10; command is @kbd{d r}.
15851
15852 @item
15853 Floating-point format. This is the number of digits, plus the
15854 constant 0 for normal notation, 10000 for scientific notation,
15855 20000 for engineering notation, or 30000 for fixed-point notation.
15856 These codes are acceptable as prefix arguments to the @kbd{d n}
15857 command, but note that this may lose information: For example,
15858 @kbd{d s} and @kbd{C-u 12 d s} have similar (but not quite
15859 identical) effects if the current precision is 12, but they both
15860 produce a code of 10012, which will be treated by @kbd{d n} as
15861 @kbd{C-u 12 d s}. If the precision then changes, the float format
15862 will still be frozen at 12 significant figures.
15863
15864 @item
15865 Angular mode. Default is 1 (degrees). Other values are 2 (radians)
15866 and 3 (HMS). The @kbd{m d} command accepts these prefixes.
15867
15868 @item
15869 Symbolic mode. Value is 0 or 1; default is 0. Command is @kbd{m s}.
15870
15871 @item
15872 Fraction mode. Value is 0 or 1; default is 0. Command is @kbd{m f}.
15873
15874 @item
15875 Polar mode. Value is 0 (rectangular) or 1 (polar); default is 0.
15876 Command is @kbd{m p}.
15877
15878 @item
15879 Matrix/Scalar mode. Default value is @mathit{-1}. Value is 0 for Scalar
15880 mode, @mathit{-2} for Matrix mode, @mathit{-3} for square Matrix mode,
15881 or @var{N} for
15882 @texline @math{N\times N}
15883 @infoline @var{N}x@var{N}
15884 Matrix mode. Command is @kbd{m v}.
15885
15886 @item
15887 Simplification mode. Default is 1. Value is @mathit{-1} for off (@kbd{m O}),
15888 0 for @kbd{m N}, 2 for @kbd{m B}, 3 for @kbd{m A}, 4 for @kbd{m E},
15889 or 5 for @w{@kbd{m U}}. The @kbd{m D} command accepts these prefixes.
15890
15891 @item
15892 Infinite mode. Default is @mathit{-1} (off). Value is 1 if the mode is on,
15893 or 0 if the mode is on with positive zeros. Command is @kbd{m i}.
15894 @end enumerate
15895
15896 For example, the sequence @kbd{M-1 m g @key{RET} 2 + ~ p} increases the
15897 precision by two, leaving a copy of the old precision on the stack.
15898 Later, @kbd{~ p} will restore the original precision using that
15899 stack value. (This sequence might be especially useful inside a
15900 keyboard macro.)
15901
15902 As another example, @kbd{M-3 m g 1 - ~ @key{DEL}} deletes all but the
15903 oldest (bottommost) stack entry.
15904
15905 Yet another example: The HP-48 ``round'' command rounds a number
15906 to the current displayed precision. You could roughly emulate this
15907 in Calc with the sequence @kbd{M-5 m g 10000 % ~ c c}. (This
15908 would not work for fixed-point mode, but it wouldn't be hard to
15909 do a full emulation with the help of the @kbd{Z [} and @kbd{Z ]}
15910 programming commands. @xref{Conditionals in Macros}.)
15911
15912 @node Calc Mode Line, , Modes Variable, Mode Settings
15913 @section The Calc Mode Line
15914
15915 @noindent
15916 @cindex Mode line indicators
15917 This section is a summary of all symbols that can appear on the
15918 Calc mode line, the highlighted bar that appears under the Calc
15919 stack window (or under an editing window in Embedded mode).
15920
15921 The basic mode line format is:
15922
15923 @example
15924 --%*-Calc: 12 Deg @var{other modes} (Calculator)
15925 @end example
15926
15927 The @samp{%*} indicates that the buffer is ``read-only''; it shows that
15928 regular Emacs commands are not allowed to edit the stack buffer
15929 as if it were text.
15930
15931 The word @samp{Calc:} changes to @samp{CalcEmbed:} if Embedded mode
15932 is enabled. The words after this describe the various Calc modes
15933 that are in effect.
15934
15935 The first mode is always the current precision, an integer.
15936 The second mode is always the angular mode, either @code{Deg},
15937 @code{Rad}, or @code{Hms}.
15938
15939 Here is a complete list of the remaining symbols that can appear
15940 on the mode line:
15941
15942 @table @code
15943 @item Alg
15944 Algebraic mode (@kbd{m a}; @pxref{Algebraic Entry}).
15945
15946 @item Alg[(
15947 Incomplete algebraic mode (@kbd{C-u m a}).
15948
15949 @item Alg*
15950 Total algebraic mode (@kbd{m t}).
15951
15952 @item Symb
15953 Symbolic mode (@kbd{m s}; @pxref{Symbolic Mode}).
15954
15955 @item Matrix
15956 Matrix mode (@kbd{m v}; @pxref{Matrix Mode}).
15957
15958 @item Matrix@var{n}
15959 Dimensioned Matrix mode (@kbd{C-u @var{n} m v}; @pxref{Matrix Mode}).
15960
15961 @item SqMatrix
15962 Square Matrix mode (@kbd{C-u m v}; @pxref{Matrix Mode}).
15963
15964 @item Scalar
15965 Scalar mode (@kbd{m v}; @pxref{Matrix Mode}).
15966
15967 @item Polar
15968 Polar complex mode (@kbd{m p}; @pxref{Polar Mode}).
15969
15970 @item Frac
15971 Fraction mode (@kbd{m f}; @pxref{Fraction Mode}).
15972
15973 @item Inf
15974 Infinite mode (@kbd{m i}; @pxref{Infinite Mode}).
15975
15976 @item +Inf
15977 Positive Infinite mode (@kbd{C-u 0 m i}).
15978
15979 @item NoSimp
15980 Default simplifications off (@kbd{m O}; @pxref{Simplification Modes}).
15981
15982 @item NumSimp
15983 Default simplifications for numeric arguments only (@kbd{m N}).
15984
15985 @item BinSimp@var{w}
15986 Binary-integer simplification mode; word size @var{w} (@kbd{m B}, @kbd{b w}).
15987
15988 @item BasicSimp
15989 Basic simplification mode (@kbd{m I}).
15990
15991 @item ExtSimp
15992 Extended algebraic simplification mode (@kbd{m E}).
15993
15994 @item UnitSimp
15995 Units simplification mode (@kbd{m U}).
15996
15997 @item Bin
15998 Current radix is 2 (@kbd{d 2}; @pxref{Radix Modes}).
15999
16000 @item Oct
16001 Current radix is 8 (@kbd{d 8}).
16002
16003 @item Hex
16004 Current radix is 16 (@kbd{d 6}).
16005
16006 @item Radix@var{n}
16007 Current radix is @var{n} (@kbd{d r}).
16008
16009 @item Zero
16010 Leading zeros (@kbd{d z}; @pxref{Radix Modes}).
16011
16012 @item Big
16013 Big language mode (@kbd{d B}; @pxref{Normal Language Modes}).
16014
16015 @item Flat
16016 One-line normal language mode (@kbd{d O}).
16017
16018 @item Unform
16019 Unformatted language mode (@kbd{d U}).
16020
16021 @item C
16022 C language mode (@kbd{d C}; @pxref{C FORTRAN Pascal}).
16023
16024 @item Pascal
16025 Pascal language mode (@kbd{d P}).
16026
16027 @item Fortran
16028 FORTRAN language mode (@kbd{d F}).
16029
16030 @item TeX
16031 @TeX{} language mode (@kbd{d T}; @pxref{TeX and LaTeX Language Modes}).
16032
16033 @item LaTeX
16034 @LaTeX{} language mode (@kbd{d L}; @pxref{TeX and LaTeX Language Modes}).
16035
16036 @item Eqn
16037 @dfn{Eqn} language mode (@kbd{d E}; @pxref{Eqn Language Mode}).
16038
16039 @item Math
16040 Mathematica language mode (@kbd{d M}; @pxref{Mathematica Language Mode}).
16041
16042 @item Maple
16043 Maple language mode (@kbd{d W}; @pxref{Maple Language Mode}).
16044
16045 @item Norm@var{n}
16046 Normal float mode with @var{n} digits (@kbd{d n}; @pxref{Float Formats}).
16047
16048 @item Fix@var{n}
16049 Fixed point mode with @var{n} digits after the point (@kbd{d f}).
16050
16051 @item Sci
16052 Scientific notation mode (@kbd{d s}).
16053
16054 @item Sci@var{n}
16055 Scientific notation with @var{n} digits (@kbd{d s}).
16056
16057 @item Eng
16058 Engineering notation mode (@kbd{d e}).
16059
16060 @item Eng@var{n}
16061 Engineering notation with @var{n} digits (@kbd{d e}).
16062
16063 @item Left@var{n}
16064 Left-justified display indented by @var{n} (@kbd{d <}; @pxref{Justification}).
16065
16066 @item Right
16067 Right-justified display (@kbd{d >}).
16068
16069 @item Right@var{n}
16070 Right-justified display with width @var{n} (@kbd{d >}).
16071
16072 @item Center
16073 Centered display (@kbd{d =}).
16074
16075 @item Center@var{n}
16076 Centered display with center column @var{n} (@kbd{d =}).
16077
16078 @item Wid@var{n}
16079 Line breaking with width @var{n} (@kbd{d b}; @pxref{Normal Language Modes}).
16080
16081 @item Wide
16082 No line breaking (@kbd{d b}).
16083
16084 @item Break
16085 Selections show deep structure (@kbd{j b}; @pxref{Making Selections}).
16086
16087 @item Save
16088 Record modes in @file{~/.emacs.d/calc.el} (@kbd{m R}; @pxref{General Mode Commands}).
16089
16090 @item Local
16091 Record modes in Embedded buffer (@kbd{m R}).
16092
16093 @item LocEdit
16094 Record modes as editing-only in Embedded buffer (@kbd{m R}).
16095
16096 @item LocPerm
16097 Record modes as permanent-only in Embedded buffer (@kbd{m R}).
16098
16099 @item Global
16100 Record modes as global in Embedded buffer (@kbd{m R}).
16101
16102 @item Manual
16103 Automatic recomputation turned off (@kbd{m C}; @pxref{Automatic
16104 Recomputation}).
16105
16106 @item Graph
16107 GNUPLOT process is alive in background (@pxref{Graphics}).
16108
16109 @item Sel
16110 Top-of-stack has a selection (Embedded only; @pxref{Making Selections}).
16111
16112 @item Dirty
16113 The stack display may not be up-to-date (@pxref{Display Modes}).
16114
16115 @item Inv
16116 ``Inverse'' prefix was pressed (@kbd{I}; @pxref{Inverse and Hyperbolic}).
16117
16118 @item Hyp
16119 ``Hyperbolic'' prefix was pressed (@kbd{H}).
16120
16121 @item Keep
16122 ``Keep-arguments'' prefix was pressed (@kbd{K}).
16123
16124 @item Narrow
16125 Stack is truncated (@kbd{d t}; @pxref{Truncating the Stack}).
16126 @end table
16127
16128 In addition, the symbols @code{Active} and @code{~Active} can appear
16129 as minor modes on an Embedded buffer's mode line. @xref{Embedded Mode}.
16130
16131 @node Arithmetic, Scientific Functions, Mode Settings, Top
16132 @chapter Arithmetic Functions
16133
16134 @noindent
16135 This chapter describes the Calc commands for doing simple calculations
16136 on numbers, such as addition, absolute value, and square roots. These
16137 commands work by removing the top one or two values from the stack,
16138 performing the desired operation, and pushing the result back onto the
16139 stack. If the operation cannot be performed, the result pushed is a
16140 formula instead of a number, such as @samp{2/0} (because division by zero
16141 is invalid) or @samp{sqrt(x)} (because the argument @samp{x} is a formula).
16142
16143 Most of the commands described here can be invoked by a single keystroke.
16144 Some of the more obscure ones are two-letter sequences beginning with
16145 the @kbd{f} (``functions'') prefix key.
16146
16147 @xref{Prefix Arguments}, for a discussion of the effect of numeric
16148 prefix arguments on commands in this chapter which do not otherwise
16149 interpret a prefix argument.
16150
16151 @menu
16152 * Basic Arithmetic::
16153 * Integer Truncation::
16154 * Complex Number Functions::
16155 * Conversions::
16156 * Date Arithmetic::
16157 * Financial Functions::
16158 * Binary Functions::
16159 @end menu
16160
16161 @node Basic Arithmetic, Integer Truncation, Arithmetic, Arithmetic
16162 @section Basic Arithmetic
16163
16164 @noindent
16165 @kindex +
16166 @pindex calc-plus
16167 @ignore
16168 @mindex @null
16169 @end ignore
16170 @tindex +
16171 The @kbd{+} (@code{calc-plus}) command adds two numbers. The numbers may
16172 be any of the standard Calc data types. The resulting sum is pushed back
16173 onto the stack.
16174
16175 If both arguments of @kbd{+} are vectors or matrices (of matching dimensions),
16176 the result is a vector or matrix sum. If one argument is a vector and the
16177 other a scalar (i.e., a non-vector), the scalar is added to each of the
16178 elements of the vector to form a new vector. If the scalar is not a
16179 number, the operation is left in symbolic form: Suppose you added @samp{x}
16180 to the vector @samp{[1,2]}. You may want the result @samp{[1+x,2+x]}, or
16181 you may plan to substitute a 2-vector for @samp{x} in the future. Since
16182 the Calculator can't tell which interpretation you want, it makes the
16183 safest assumption. @xref{Reducing and Mapping}, for a way to add @samp{x}
16184 to every element of a vector.
16185
16186 If either argument of @kbd{+} is a complex number, the result will in general
16187 be complex. If one argument is in rectangular form and the other polar,
16188 the current Polar mode determines the form of the result. If Symbolic
16189 mode is enabled, the sum may be left as a formula if the necessary
16190 conversions for polar addition are non-trivial.
16191
16192 If both arguments of @kbd{+} are HMS forms, the forms are added according to
16193 the usual conventions of hours-minutes-seconds notation. If one argument
16194 is an HMS form and the other is a number, that number is converted from
16195 degrees or radians (depending on the current Angular mode) to HMS format
16196 and then the two HMS forms are added.
16197
16198 If one argument of @kbd{+} is a date form, the other can be either a
16199 real number, which advances the date by a certain number of days, or
16200 an HMS form, which advances the date by a certain amount of time.
16201 Subtracting two date forms yields the number of days between them.
16202 Adding two date forms is meaningless, but Calc interprets it as the
16203 subtraction of one date form and the negative of the other. (The
16204 negative of a date form can be understood by remembering that dates
16205 are stored as the number of days before or after Jan 1, 1 AD.)
16206
16207 If both arguments of @kbd{+} are error forms, the result is an error form
16208 with an appropriately computed standard deviation. If one argument is an
16209 error form and the other is a number, the number is taken to have zero error.
16210 Error forms may have symbolic formulas as their mean and/or error parts;
16211 adding these will produce a symbolic error form result. However, adding an
16212 error form to a plain symbolic formula (as in @samp{(a +/- b) + c}) will not
16213 work, for the same reasons just mentioned for vectors. Instead you must
16214 write @samp{(a +/- b) + (c +/- 0)}.
16215
16216 If both arguments of @kbd{+} are modulo forms with equal values of @expr{M},
16217 or if one argument is a modulo form and the other a plain number, the
16218 result is a modulo form which represents the sum, modulo @expr{M}, of
16219 the two values.
16220
16221 If both arguments of @kbd{+} are intervals, the result is an interval
16222 which describes all possible sums of the possible input values. If
16223 one argument is a plain number, it is treated as the interval
16224 @w{@samp{[x ..@: x]}}.
16225
16226 If one argument of @kbd{+} is an infinity and the other is not, the
16227 result is that same infinity. If both arguments are infinite and in
16228 the same direction, the result is the same infinity, but if they are
16229 infinite in different directions the result is @code{nan}.
16230
16231 @kindex -
16232 @pindex calc-minus
16233 @ignore
16234 @mindex @null
16235 @end ignore
16236 @tindex -
16237 The @kbd{-} (@code{calc-minus}) command subtracts two values. The top
16238 number on the stack is subtracted from the one behind it, so that the
16239 computation @kbd{5 @key{RET} 2 -} produces 3, not @mathit{-3}. All options
16240 available for @kbd{+} are available for @kbd{-} as well.
16241
16242 @kindex *
16243 @pindex calc-times
16244 @ignore
16245 @mindex @null
16246 @end ignore
16247 @tindex *
16248 The @kbd{*} (@code{calc-times}) command multiplies two numbers. If one
16249 argument is a vector and the other a scalar, the scalar is multiplied by
16250 the elements of the vector to produce a new vector. If both arguments
16251 are vectors, the interpretation depends on the dimensions of the
16252 vectors: If both arguments are matrices, a matrix multiplication is
16253 done. If one argument is a matrix and the other a plain vector, the
16254 vector is interpreted as a row vector or column vector, whichever is
16255 dimensionally correct. If both arguments are plain vectors, the result
16256 is a single scalar number which is the dot product of the two vectors.
16257
16258 If one argument of @kbd{*} is an HMS form and the other a number, the
16259 HMS form is multiplied by that amount. It is an error to multiply two
16260 HMS forms together, or to attempt any multiplication involving date
16261 forms. Error forms, modulo forms, and intervals can be multiplied;
16262 see the comments for addition of those forms. When two error forms
16263 or intervals are multiplied they are considered to be statistically
16264 independent; thus, @samp{[-2 ..@: 3] * [-2 ..@: 3]} is @samp{[-6 ..@: 9]},
16265 whereas @w{@samp{[-2 ..@: 3] ^ 2}} is @samp{[0 ..@: 9]}.
16266
16267 @kindex /
16268 @pindex calc-divide
16269 @ignore
16270 @mindex @null
16271 @end ignore
16272 @tindex /
16273 The @kbd{/} (@code{calc-divide}) command divides two numbers.
16274
16275 When combining multiplication and division in an algebraic formula, it
16276 is good style to use parentheses to distinguish between possible
16277 interpretations; the expression @samp{a/b*c} should be written
16278 @samp{(a/b)*c} or @samp{a/(b*c)}, as appropriate. Without the
16279 parentheses, Calc will interpret @samp{a/b*c} as @samp{a/(b*c)}, since
16280 in algebraic entry Calc gives division a lower precedence than
16281 multiplication. (This is not standard across all computer languages, and
16282 Calc may change the precedence depending on the language mode being used.
16283 @xref{Language Modes}.) This default ordering can be changed by setting
16284 the customizable variable @code{calc-multiplication-has-precedence} to
16285 @code{nil} (@pxref{Customizing Calc}); this will give multiplication and
16286 division equal precedences. Note that Calc's default choice of
16287 precedence allows @samp{a b / c d} to be used as a shortcut for
16288 @smallexample
16289 @group
16290 a b
16291 ---.
16292 c d
16293 @end group
16294 @end smallexample
16295
16296 When dividing a scalar @expr{B} by a square matrix @expr{A}, the
16297 computation performed is @expr{B} times the inverse of @expr{A}. This
16298 also occurs if @expr{B} is itself a vector or matrix, in which case the
16299 effect is to solve the set of linear equations represented by @expr{B}.
16300 If @expr{B} is a matrix with the same number of rows as @expr{A}, or a
16301 plain vector (which is interpreted here as a column vector), then the
16302 equation @expr{A X = B} is solved for the vector or matrix @expr{X}.
16303 Otherwise, if @expr{B} is a non-square matrix with the same number of
16304 @emph{columns} as @expr{A}, the equation @expr{X A = B} is solved. If
16305 you wish a vector @expr{B} to be interpreted as a row vector to be
16306 solved as @expr{X A = B}, make it into a one-row matrix with @kbd{C-u 1
16307 v p} first. To force a left-handed solution with a square matrix
16308 @expr{B}, transpose @expr{A} and @expr{B} before dividing, then
16309 transpose the result.
16310
16311 HMS forms can be divided by real numbers or by other HMS forms. Error
16312 forms can be divided in any combination of ways. Modulo forms where both
16313 values and the modulo are integers can be divided to get an integer modulo
16314 form result. Intervals can be divided; dividing by an interval that
16315 encompasses zero or has zero as a limit will result in an infinite
16316 interval.
16317
16318 @kindex ^
16319 @pindex calc-power
16320 @ignore
16321 @mindex @null
16322 @end ignore
16323 @tindex ^
16324 The @kbd{^} (@code{calc-power}) command raises a number to a power. If
16325 the power is an integer, an exact result is computed using repeated
16326 multiplications. For non-integer powers, Calc uses Newton's method or
16327 logarithms and exponentials. Square matrices can be raised to integer
16328 powers. If either argument is an error (or interval or modulo) form,
16329 the result is also an error (or interval or modulo) form.
16330
16331 @kindex I ^
16332 @tindex nroot
16333 If you press the @kbd{I} (inverse) key first, the @kbd{I ^} command
16334 computes an Nth root: @kbd{125 @key{RET} 3 I ^} computes the number 5.
16335 (This is entirely equivalent to @kbd{125 @key{RET} 1:3 ^}.)
16336
16337 @kindex \
16338 @pindex calc-idiv
16339 @tindex idiv
16340 @ignore
16341 @mindex @null
16342 @end ignore
16343 @tindex \
16344 The @kbd{\} (@code{calc-idiv}) command divides two numbers on the stack
16345 to produce an integer result. It is equivalent to dividing with
16346 @key{/}, then rounding down with @kbd{F} (@code{calc-floor}), only a bit
16347 more convenient and efficient. Also, since it is an all-integer
16348 operation when the arguments are integers, it avoids problems that
16349 @kbd{/ F} would have with floating-point roundoff.
16350
16351 @kindex %
16352 @pindex calc-mod
16353 @ignore
16354 @mindex @null
16355 @end ignore
16356 @tindex %
16357 The @kbd{%} (@code{calc-mod}) command performs a ``modulo'' (or ``remainder'')
16358 operation. Mathematically, @samp{a%b = a - (a\b)*b}, and is defined
16359 for all real numbers @expr{a} and @expr{b} (except @expr{b=0}). For
16360 positive @expr{b}, the result will always be between 0 (inclusive) and
16361 @expr{b} (exclusive). Modulo does not work for HMS forms and error forms.
16362 If @expr{a} is a modulo form, its modulo is changed to @expr{b}, which
16363 must be positive real number.
16364
16365 @kindex :
16366 @pindex calc-fdiv
16367 @tindex fdiv
16368 The @kbd{:} (@code{calc-fdiv}) [@code{fdiv}] command
16369 divides the two integers on the top of the stack to produce a fractional
16370 result. This is a convenient shorthand for enabling Fraction mode (with
16371 @kbd{m f}) temporarily and using @samp{/}. Note that during numeric entry
16372 the @kbd{:} key is interpreted as a fraction separator, so to divide 8 by 6
16373 you would have to type @kbd{8 @key{RET} 6 @key{RET} :}. (Of course, in
16374 this case, it would be much easier simply to enter the fraction directly
16375 as @kbd{8:6 @key{RET}}!)
16376
16377 @kindex n
16378 @pindex calc-change-sign
16379 The @kbd{n} (@code{calc-change-sign}) command negates the number on the top
16380 of the stack. It works on numbers, vectors and matrices, HMS forms, date
16381 forms, error forms, intervals, and modulo forms.
16382
16383 @kindex A
16384 @pindex calc-abs
16385 @tindex abs
16386 The @kbd{A} (@code{calc-abs}) [@code{abs}] command computes the absolute
16387 value of a number. The result of @code{abs} is always a nonnegative
16388 real number: With a complex argument, it computes the complex magnitude.
16389 With a vector or matrix argument, it computes the Frobenius norm, i.e.,
16390 the square root of the sum of the squares of the absolute values of the
16391 elements. The absolute value of an error form is defined by replacing
16392 the mean part with its absolute value and leaving the error part the same.
16393 The absolute value of a modulo form is undefined. The absolute value of
16394 an interval is defined in the obvious way.
16395
16396 @kindex f A
16397 @pindex calc-abssqr
16398 @tindex abssqr
16399 The @kbd{f A} (@code{calc-abssqr}) [@code{abssqr}] command computes the
16400 absolute value squared of a number, vector or matrix, or error form.
16401
16402 @kindex f s
16403 @pindex calc-sign
16404 @tindex sign
16405 The @kbd{f s} (@code{calc-sign}) [@code{sign}] command returns 1 if its
16406 argument is positive, @mathit{-1} if its argument is negative, or 0 if its
16407 argument is zero. In algebraic form, you can also write @samp{sign(a,x)}
16408 which evaluates to @samp{x * sign(a)}, i.e., either @samp{x}, @samp{-x}, or
16409 zero depending on the sign of @samp{a}.
16410
16411 @kindex &
16412 @pindex calc-inv
16413 @tindex inv
16414 @cindex Reciprocal
16415 The @kbd{&} (@code{calc-inv}) [@code{inv}] command computes the
16416 reciprocal of a number, i.e., @expr{1 / x}. Operating on a square
16417 matrix, it computes the inverse of that matrix.
16418
16419 @kindex Q
16420 @pindex calc-sqrt
16421 @tindex sqrt
16422 The @kbd{Q} (@code{calc-sqrt}) [@code{sqrt}] command computes the square
16423 root of a number. For a negative real argument, the result will be a
16424 complex number whose form is determined by the current Polar mode.
16425
16426 @kindex f h
16427 @pindex calc-hypot
16428 @tindex hypot
16429 The @kbd{f h} (@code{calc-hypot}) [@code{hypot}] command computes the square
16430 root of the sum of the squares of two numbers. That is, @samp{hypot(a,b)}
16431 is the length of the hypotenuse of a right triangle with sides @expr{a}
16432 and @expr{b}. If the arguments are complex numbers, their squared
16433 magnitudes are used.
16434
16435 @kindex f Q
16436 @pindex calc-isqrt
16437 @tindex isqrt
16438 The @kbd{f Q} (@code{calc-isqrt}) [@code{isqrt}] command computes the
16439 integer square root of an integer. This is the true square root of the
16440 number, rounded down to an integer. For example, @samp{isqrt(10)}
16441 produces 3. Note that, like @kbd{\} [@code{idiv}], this uses exact
16442 integer arithmetic throughout to avoid roundoff problems. If the input
16443 is a floating-point number or other non-integer value, this is exactly
16444 the same as @samp{floor(sqrt(x))}.
16445
16446 @kindex f n
16447 @kindex f x
16448 @pindex calc-min
16449 @tindex min
16450 @pindex calc-max
16451 @tindex max
16452 The @kbd{f n} (@code{calc-min}) [@code{min}] and @kbd{f x} (@code{calc-max})
16453 [@code{max}] commands take the minimum or maximum of two real numbers,
16454 respectively. These commands also work on HMS forms, date forms,
16455 intervals, and infinities. (In algebraic expressions, these functions
16456 take any number of arguments and return the maximum or minimum among
16457 all the arguments.)
16458
16459 @kindex f M
16460 @kindex f X
16461 @pindex calc-mant-part
16462 @tindex mant
16463 @pindex calc-xpon-part
16464 @tindex xpon
16465 The @kbd{f M} (@code{calc-mant-part}) [@code{mant}] function extracts
16466 the ``mantissa'' part @expr{m} of its floating-point argument; @kbd{f X}
16467 (@code{calc-xpon-part}) [@code{xpon}] extracts the ``exponent'' part
16468 @expr{e}. The original number is equal to
16469 @texline @math{m \times 10^e},
16470 @infoline @expr{m * 10^e},
16471 where @expr{m} is in the interval @samp{[1.0 ..@: 10.0)} except that
16472 @expr{m=e=0} if the original number is zero. For integers
16473 and fractions, @code{mant} returns the number unchanged and @code{xpon}
16474 returns zero. The @kbd{v u} (@code{calc-unpack}) command can also be
16475 used to ``unpack'' a floating-point number; this produces an integer
16476 mantissa and exponent, with the constraint that the mantissa is not
16477 a multiple of ten (again except for the @expr{m=e=0} case).
16478
16479 @kindex f S
16480 @pindex calc-scale-float
16481 @tindex scf
16482 The @kbd{f S} (@code{calc-scale-float}) [@code{scf}] function scales a number
16483 by a given power of ten. Thus, @samp{scf(mant(x), xpon(x)) = x} for any
16484 real @samp{x}. The second argument must be an integer, but the first
16485 may actually be any numeric value. For example, @samp{scf(5,-2) = 0.05}
16486 or @samp{1:20} depending on the current Fraction mode.
16487
16488 @kindex f [
16489 @kindex f ]
16490 @pindex calc-decrement
16491 @pindex calc-increment
16492 @tindex decr
16493 @tindex incr
16494 The @kbd{f [} (@code{calc-decrement}) [@code{decr}] and @kbd{f ]}
16495 (@code{calc-increment}) [@code{incr}] functions decrease or increase
16496 a number by one unit. For integers, the effect is obvious. For
16497 floating-point numbers, the change is by one unit in the last place.
16498 For example, incrementing @samp{12.3456} when the current precision
16499 is 6 digits yields @samp{12.3457}. If the current precision had been
16500 8 digits, the result would have been @samp{12.345601}. Incrementing
16501 @samp{0.0} produces
16502 @texline @math{10^{-p}},
16503 @infoline @expr{10^-p},
16504 where @expr{p} is the current
16505 precision. These operations are defined only on integers and floats.
16506 With numeric prefix arguments, they change the number by @expr{n} units.
16507
16508 Note that incrementing followed by decrementing, or vice-versa, will
16509 almost but not quite always cancel out. Suppose the precision is
16510 6 digits and the number @samp{9.99999} is on the stack. Incrementing
16511 will produce @samp{10.0000}; decrementing will produce @samp{9.9999}.
16512 One digit has been dropped. This is an unavoidable consequence of the
16513 way floating-point numbers work.
16514
16515 Incrementing a date/time form adjusts it by a certain number of seconds.
16516 Incrementing a pure date form adjusts it by a certain number of days.
16517
16518 @node Integer Truncation, Complex Number Functions, Basic Arithmetic, Arithmetic
16519 @section Integer Truncation
16520
16521 @noindent
16522 There are four commands for truncating a real number to an integer,
16523 differing mainly in their treatment of negative numbers. All of these
16524 commands have the property that if the argument is an integer, the result
16525 is the same integer. An integer-valued floating-point argument is converted
16526 to integer form.
16527
16528 If you press @kbd{H} (@code{calc-hyperbolic}) first, the result will be
16529 expressed as an integer-valued floating-point number.
16530
16531 @cindex Integer part of a number
16532 @kindex F
16533 @pindex calc-floor
16534 @tindex floor
16535 @tindex ffloor
16536 @ignore
16537 @mindex @null
16538 @end ignore
16539 @kindex H F
16540 The @kbd{F} (@code{calc-floor}) [@code{floor} or @code{ffloor}] command
16541 truncates a real number to the next lower integer, i.e., toward minus
16542 infinity. Thus @kbd{3.6 F} produces 3, but @kbd{_3.6 F} produces
16543 @mathit{-4}.
16544
16545 @kindex I F
16546 @pindex calc-ceiling
16547 @tindex ceil
16548 @tindex fceil
16549 @ignore
16550 @mindex @null
16551 @end ignore
16552 @kindex H I F
16553 The @kbd{I F} (@code{calc-ceiling}) [@code{ceil} or @code{fceil}]
16554 command truncates toward positive infinity. Thus @kbd{3.6 I F} produces
16555 4, and @kbd{_3.6 I F} produces @mathit{-3}.
16556
16557 @kindex R
16558 @pindex calc-round
16559 @tindex round
16560 @tindex fround
16561 @ignore
16562 @mindex @null
16563 @end ignore
16564 @kindex H R
16565 The @kbd{R} (@code{calc-round}) [@code{round} or @code{fround}] command
16566 rounds to the nearest integer. When the fractional part is .5 exactly,
16567 this command rounds away from zero. (All other rounding in the
16568 Calculator uses this convention as well.) Thus @kbd{3.5 R} produces 4
16569 but @kbd{3.4 R} produces 3; @kbd{_3.5 R} produces @mathit{-4}.
16570
16571 @kindex I R
16572 @pindex calc-trunc
16573 @tindex trunc
16574 @tindex ftrunc
16575 @ignore
16576 @mindex @null
16577 @end ignore
16578 @kindex H I R
16579 The @kbd{I R} (@code{calc-trunc}) [@code{trunc} or @code{ftrunc}]
16580 command truncates toward zero. In other words, it ``chops off''
16581 everything after the decimal point. Thus @kbd{3.6 I R} produces 3 and
16582 @kbd{_3.6 I R} produces @mathit{-3}.
16583
16584 These functions may not be applied meaningfully to error forms, but they
16585 do work for intervals. As a convenience, applying @code{floor} to a
16586 modulo form floors the value part of the form. Applied to a vector,
16587 these functions operate on all elements of the vector one by one.
16588 Applied to a date form, they operate on the internal numerical
16589 representation of dates, converting a date/time form into a pure date.
16590
16591 @ignore
16592 @starindex
16593 @end ignore
16594 @tindex rounde
16595 @ignore
16596 @starindex
16597 @end ignore
16598 @tindex roundu
16599 @ignore
16600 @starindex
16601 @end ignore
16602 @tindex frounde
16603 @ignore
16604 @starindex
16605 @end ignore
16606 @tindex froundu
16607 There are two more rounding functions which can only be entered in
16608 algebraic notation. The @code{roundu} function is like @code{round}
16609 except that it rounds up, toward plus infinity, when the fractional
16610 part is .5. This distinction matters only for negative arguments.
16611 Also, @code{rounde} rounds to an even number in the case of a tie,
16612 rounding up or down as necessary. For example, @samp{rounde(3.5)} and
16613 @samp{rounde(4.5)} both return 4, but @samp{rounde(5.5)} returns 6.
16614 The advantage of round-to-even is that the net error due to rounding
16615 after a long calculation tends to cancel out to zero. An important
16616 subtle point here is that the number being fed to @code{rounde} will
16617 already have been rounded to the current precision before @code{rounde}
16618 begins. For example, @samp{rounde(2.500001)} with a current precision
16619 of 6 will incorrectly, or at least surprisingly, yield 2 because the
16620 argument will first have been rounded down to @expr{2.5} (which
16621 @code{rounde} sees as an exact tie between 2 and 3).
16622
16623 Each of these functions, when written in algebraic formulas, allows
16624 a second argument which specifies the number of digits after the
16625 decimal point to keep. For example, @samp{round(123.4567, 2)} will
16626 produce the answer 123.46, and @samp{round(123.4567, -1)} will
16627 produce 120 (i.e., the cutoff is one digit to the @emph{left} of
16628 the decimal point). A second argument of zero is equivalent to
16629 no second argument at all.
16630
16631 @cindex Fractional part of a number
16632 To compute the fractional part of a number (i.e., the amount which, when
16633 added to `@tfn{floor(}@var{n}@tfn{)}', will produce @var{n}) just take @var{n}
16634 modulo 1 using the @code{%} command.
16635
16636 Note also the @kbd{\} (integer quotient), @kbd{f I} (integer logarithm),
16637 and @kbd{f Q} (integer square root) commands, which are analogous to
16638 @kbd{/}, @kbd{B}, and @kbd{Q}, respectively, except that they take integer
16639 arguments and return the result rounded down to an integer.
16640
16641 @node Complex Number Functions, Conversions, Integer Truncation, Arithmetic
16642 @section Complex Number Functions
16643
16644 @noindent
16645 @kindex J
16646 @pindex calc-conj
16647 @tindex conj
16648 The @kbd{J} (@code{calc-conj}) [@code{conj}] command computes the
16649 complex conjugate of a number. For complex number @expr{a+bi}, the
16650 complex conjugate is @expr{a-bi}. If the argument is a real number,
16651 this command leaves it the same. If the argument is a vector or matrix,
16652 this command replaces each element by its complex conjugate.
16653
16654 @kindex G
16655 @pindex calc-argument
16656 @tindex arg
16657 The @kbd{G} (@code{calc-argument}) [@code{arg}] command computes the
16658 ``argument'' or polar angle of a complex number. For a number in polar
16659 notation, this is simply the second component of the pair
16660 @texline `@tfn{(}@var{r}@tfn{;}@math{\theta}@tfn{)}'.
16661 @infoline `@tfn{(}@var{r}@tfn{;}@var{theta}@tfn{)}'.
16662 The result is expressed according to the current angular mode and will
16663 be in the range @mathit{-180} degrees (exclusive) to @mathit{+180} degrees
16664 (inclusive), or the equivalent range in radians.
16665
16666 @pindex calc-imaginary
16667 The @code{calc-imaginary} command multiplies the number on the
16668 top of the stack by the imaginary number @expr{i = (0,1)}. This
16669 command is not normally bound to a key in Calc, but it is available
16670 on the @key{IMAG} button in Keypad mode.
16671
16672 @kindex f r
16673 @pindex calc-re
16674 @tindex re
16675 The @kbd{f r} (@code{calc-re}) [@code{re}] command replaces a complex number
16676 by its real part. This command has no effect on real numbers. (As an
16677 added convenience, @code{re} applied to a modulo form extracts
16678 the value part.)
16679
16680 @kindex f i
16681 @pindex calc-im
16682 @tindex im
16683 The @kbd{f i} (@code{calc-im}) [@code{im}] command replaces a complex number
16684 by its imaginary part; real numbers are converted to zero. With a vector
16685 or matrix argument, these functions operate element-wise.
16686
16687 @ignore
16688 @mindex v p
16689 @end ignore
16690 @kindex v p (complex)
16691 @kindex V p (complex)
16692 @pindex calc-pack
16693 The @kbd{v p} (@code{calc-pack}) command can pack the top two numbers on
16694 the stack into a composite object such as a complex number. With
16695 a prefix argument of @mathit{-1}, it produces a rectangular complex number;
16696 with an argument of @mathit{-2}, it produces a polar complex number.
16697 (Also, @pxref{Building Vectors}.)
16698
16699 @ignore
16700 @mindex v u
16701 @end ignore
16702 @kindex v u (complex)
16703 @kindex V u (complex)
16704 @pindex calc-unpack
16705 The @kbd{v u} (@code{calc-unpack}) command takes the complex number
16706 (or other composite object) on the top of the stack and unpacks it
16707 into its separate components.
16708
16709 @node Conversions, Date Arithmetic, Complex Number Functions, Arithmetic
16710 @section Conversions
16711
16712 @noindent
16713 The commands described in this section convert numbers from one form
16714 to another; they are two-key sequences beginning with the letter @kbd{c}.
16715
16716 @kindex c f
16717 @pindex calc-float
16718 @tindex pfloat
16719 The @kbd{c f} (@code{calc-float}) [@code{pfloat}] command converts the
16720 number on the top of the stack to floating-point form. For example,
16721 @expr{23} is converted to @expr{23.0}, @expr{3:2} is converted to
16722 @expr{1.5}, and @expr{2.3} is left the same. If the value is a composite
16723 object such as a complex number or vector, each of the components is
16724 converted to floating-point. If the value is a formula, all numbers
16725 in the formula are converted to floating-point. Note that depending
16726 on the current floating-point precision, conversion to floating-point
16727 format may lose information.
16728
16729 As a special exception, integers which appear as powers or subscripts
16730 are not floated by @kbd{c f}. If you really want to float a power,
16731 you can use a @kbd{j s} command to select the power followed by @kbd{c f}.
16732 Because @kbd{c f} cannot examine the formula outside of the selection,
16733 it does not notice that the thing being floated is a power.
16734 @xref{Selecting Subformulas}.
16735
16736 The normal @kbd{c f} command is ``pervasive'' in the sense that it
16737 applies to all numbers throughout the formula. The @code{pfloat}
16738 algebraic function never stays around in a formula; @samp{pfloat(a + 1)}
16739 changes to @samp{a + 1.0} as soon as it is evaluated.
16740
16741 @kindex H c f
16742 @tindex float
16743 With the Hyperbolic flag, @kbd{H c f} [@code{float}] operates
16744 only on the number or vector of numbers at the top level of its
16745 argument. Thus, @samp{float(1)} is 1.0, but @samp{float(a + 1)}
16746 is left unevaluated because its argument is not a number.
16747
16748 You should use @kbd{H c f} if you wish to guarantee that the final
16749 value, once all the variables have been assigned, is a float; you
16750 would use @kbd{c f} if you wish to do the conversion on the numbers
16751 that appear right now.
16752
16753 @kindex c F
16754 @pindex calc-fraction
16755 @tindex pfrac
16756 The @kbd{c F} (@code{calc-fraction}) [@code{pfrac}] command converts a
16757 floating-point number into a fractional approximation. By default, it
16758 produces a fraction whose decimal representation is the same as the
16759 input number, to within the current precision. You can also give a
16760 numeric prefix argument to specify a tolerance, either directly, or,
16761 if the prefix argument is zero, by using the number on top of the stack
16762 as the tolerance. If the tolerance is a positive integer, the fraction
16763 is correct to within that many significant figures. If the tolerance is
16764 a non-positive integer, it specifies how many digits fewer than the current
16765 precision to use. If the tolerance is a floating-point number, the
16766 fraction is correct to within that absolute amount.
16767
16768 @kindex H c F
16769 @tindex frac
16770 The @code{pfrac} function is pervasive, like @code{pfloat}.
16771 There is also a non-pervasive version, @kbd{H c F} [@code{frac}],
16772 which is analogous to @kbd{H c f} discussed above.
16773
16774 @kindex c d
16775 @pindex calc-to-degrees
16776 @tindex deg
16777 The @kbd{c d} (@code{calc-to-degrees}) [@code{deg}] command converts a
16778 number into degrees form. The value on the top of the stack may be an
16779 HMS form (interpreted as degrees-minutes-seconds), or a real number which
16780 will be interpreted in radians regardless of the current angular mode.
16781
16782 @kindex c r
16783 @pindex calc-to-radians
16784 @tindex rad
16785 The @kbd{c r} (@code{calc-to-radians}) [@code{rad}] command converts an
16786 HMS form or angle in degrees into an angle in radians.
16787
16788 @kindex c h
16789 @pindex calc-to-hms
16790 @tindex hms
16791 The @kbd{c h} (@code{calc-to-hms}) [@code{hms}] command converts a real
16792 number, interpreted according to the current angular mode, to an HMS
16793 form describing the same angle. In algebraic notation, the @code{hms}
16794 function also accepts three arguments: @samp{hms(@var{h}, @var{m}, @var{s})}.
16795 (The three-argument version is independent of the current angular mode.)
16796
16797 @pindex calc-from-hms
16798 The @code{calc-from-hms} command converts the HMS form on the top of the
16799 stack into a real number according to the current angular mode.
16800
16801 @kindex c p
16802 @kindex I c p
16803 @pindex calc-polar
16804 @tindex polar
16805 @tindex rect
16806 The @kbd{c p} (@code{calc-polar}) command converts the complex number on
16807 the top of the stack from polar to rectangular form, or from rectangular
16808 to polar form, whichever is appropriate. Real numbers are left the same.
16809 This command is equivalent to the @code{rect} or @code{polar}
16810 functions in algebraic formulas, depending on the direction of
16811 conversion. (It uses @code{polar}, except that if the argument is
16812 already a polar complex number, it uses @code{rect} instead. The
16813 @kbd{I c p} command always uses @code{rect}.)
16814
16815 @kindex c c
16816 @pindex calc-clean
16817 @tindex pclean
16818 The @kbd{c c} (@code{calc-clean}) [@code{pclean}] command ``cleans'' the
16819 number on the top of the stack. Floating point numbers are re-rounded
16820 according to the current precision. Polar numbers whose angular
16821 components have strayed from the @mathit{-180} to @mathit{+180} degree range
16822 are normalized. (Note that results will be undesirable if the current
16823 angular mode is different from the one under which the number was
16824 produced!) Integers and fractions are generally unaffected by this
16825 operation. Vectors and formulas are cleaned by cleaning each component
16826 number (i.e., pervasively).
16827
16828 If the simplification mode is set below basic simplification, it is raised
16829 for the purposes of this command. Thus, @kbd{c c} applies the basic
16830 simplifications even if their automatic application is disabled.
16831 @xref{Simplification Modes}.
16832
16833 @cindex Roundoff errors, correcting
16834 A numeric prefix argument to @kbd{c c} sets the floating-point precision
16835 to that value for the duration of the command. A positive prefix (of at
16836 least 3) sets the precision to the specified value; a negative or zero
16837 prefix decreases the precision by the specified amount.
16838
16839 @kindex c 0-9
16840 @pindex calc-clean-num
16841 The keystroke sequences @kbd{c 0} through @kbd{c 9} are equivalent
16842 to @kbd{c c} with the corresponding negative prefix argument. If roundoff
16843 errors have changed 2.0 into 1.999999, typing @kbd{c 1} to clip off one
16844 decimal place often conveniently does the trick.
16845
16846 The @kbd{c c} command with a numeric prefix argument, and the @kbd{c 0}
16847 through @kbd{c 9} commands, also ``clip'' very small floating-point
16848 numbers to zero. If the exponent is less than or equal to the negative
16849 of the specified precision, the number is changed to 0.0. For example,
16850 if the current precision is 12, then @kbd{c 2} changes the vector
16851 @samp{[1e-8, 1e-9, 1e-10, 1e-11]} to @samp{[1e-8, 1e-9, 0, 0]}.
16852 Numbers this small generally arise from roundoff noise.
16853
16854 If the numbers you are using really are legitimately this small,
16855 you should avoid using the @kbd{c 0} through @kbd{c 9} commands.
16856 (The plain @kbd{c c} command rounds to the current precision but
16857 does not clip small numbers.)
16858
16859 One more property of @kbd{c 0} through @kbd{c 9}, and of @kbd{c c} with
16860 a prefix argument, is that integer-valued floats are converted to
16861 plain integers, so that @kbd{c 1} on @samp{[1., 1.5, 2., 2.5, 3.]}
16862 produces @samp{[1, 1.5, 2, 2.5, 3]}. This is not done for huge
16863 numbers (@samp{1e100} is technically an integer-valued float, but
16864 you wouldn't want it automatically converted to a 100-digit integer).
16865
16866 @kindex H c 0-9
16867 @kindex H c c
16868 @tindex clean
16869 With the Hyperbolic flag, @kbd{H c c} and @kbd{H c 0} through @kbd{H c 9}
16870 operate non-pervasively [@code{clean}].
16871
16872 @node Date Arithmetic, Financial Functions, Conversions, Arithmetic
16873 @section Date Arithmetic
16874
16875 @noindent
16876 @cindex Date arithmetic, additional functions
16877 The commands described in this section perform various conversions
16878 and calculations involving date forms (@pxref{Date Forms}). They
16879 use the @kbd{t} (for time/date) prefix key followed by shifted
16880 letters.
16881
16882 The simplest date arithmetic is done using the regular @kbd{+} and @kbd{-}
16883 commands. In particular, adding a number to a date form advances the
16884 date form by a certain number of days; adding an HMS form to a date
16885 form advances the date by a certain amount of time; and subtracting two
16886 date forms produces a difference measured in days. The commands
16887 described here provide additional, more specialized operations on dates.
16888
16889 Many of these commands accept a numeric prefix argument; if you give
16890 plain @kbd{C-u} as the prefix, these commands will instead take the
16891 additional argument from the top of the stack.
16892
16893 @menu
16894 * Date Conversions::
16895 * Date Functions::
16896 * Time Zones::
16897 * Business Days::
16898 @end menu
16899
16900 @node Date Conversions, Date Functions, Date Arithmetic, Date Arithmetic
16901 @subsection Date Conversions
16902
16903 @noindent
16904 @kindex t D
16905 @pindex calc-date
16906 @tindex date
16907 The @kbd{t D} (@code{calc-date}) [@code{date}] command converts a
16908 date form into a number, measured in days since Jan 1, 1 AD@. The
16909 result will be an integer if @var{date} is a pure date form, or a
16910 fraction or float if @var{date} is a date/time form. Or, if its
16911 argument is a number, it converts this number into a date form.
16912
16913 With a numeric prefix argument, @kbd{t D} takes that many objects
16914 (up to six) from the top of the stack and interprets them in one
16915 of the following ways:
16916
16917 The @samp{date(@var{year}, @var{month}, @var{day})} function
16918 builds a pure date form out of the specified year, month, and
16919 day, which must all be integers. @var{Year} is a year number,
16920 such as 1991 (@emph{not} the same as 91!). @var{Month} must be
16921 an integer in the range 1 to 12; @var{day} must be in the range
16922 1 to 31. If the specified month has fewer than 31 days and
16923 @var{day} is too large, the equivalent day in the following
16924 month will be used.
16925
16926 The @samp{date(@var{month}, @var{day})} function builds a
16927 pure date form using the current year, as determined by the
16928 real-time clock.
16929
16930 The @samp{date(@var{year}, @var{month}, @var{day}, @var{hms})}
16931 function builds a date/time form using an @var{hms} form.
16932
16933 The @samp{date(@var{year}, @var{month}, @var{day}, @var{hour},
16934 @var{minute}, @var{second})} function builds a date/time form.
16935 @var{hour} should be an integer in the range 0 to 23;
16936 @var{minute} should be an integer in the range 0 to 59;
16937 @var{second} should be any real number in the range @samp{[0 .. 60)}.
16938 The last two arguments default to zero if omitted.
16939
16940 @kindex t J
16941 @pindex calc-julian
16942 @tindex julian
16943 @cindex Julian day counts, conversions
16944 The @kbd{t J} (@code{calc-julian}) [@code{julian}] command converts
16945 a date form into a Julian day count, which is the number of days
16946 since noon (GMT) on Jan 1, 4713 BC@. A pure date is converted to an
16947 integer Julian count representing noon of that day. A date/time form
16948 is converted to an exact floating-point Julian count, adjusted to
16949 interpret the date form in the current time zone but the Julian
16950 day count in Greenwich Mean Time. A numeric prefix argument allows
16951 you to specify the time zone; @pxref{Time Zones}. Use a prefix of
16952 zero to suppress the time zone adjustment. Note that pure date forms
16953 are never time-zone adjusted.
16954
16955 This command can also do the opposite conversion, from a Julian day
16956 count (either an integer day, or a floating-point day and time in
16957 the GMT zone), into a pure date form or a date/time form in the
16958 current or specified time zone.
16959
16960 @kindex t U
16961 @pindex calc-unix-time
16962 @tindex unixtime
16963 @cindex Unix time format, conversions
16964 The @kbd{t U} (@code{calc-unix-time}) [@code{unixtime}] command
16965 converts a date form into a Unix time value, which is the number of
16966 seconds since midnight on Jan 1, 1970, or vice-versa. The numeric result
16967 will be an integer if the current precision is 12 or less; for higher
16968 precision, the result may be a float with (@var{precision}@minus{}12)
16969 digits after the decimal. Just as for @kbd{t J}, the numeric time
16970 is interpreted in the GMT time zone and the date form is interpreted
16971 in the current or specified zone. Some systems use Unix-like
16972 numbering but with the local time zone; give a prefix of zero to
16973 suppress the adjustment if so.
16974
16975 @kindex t C
16976 @pindex calc-convert-time-zones
16977 @tindex tzconv
16978 @cindex Time Zones, converting between
16979 The @kbd{t C} (@code{calc-convert-time-zones}) [@code{tzconv}]
16980 command converts a date form from one time zone to another. You
16981 are prompted for each time zone name in turn; you can answer with
16982 any suitable Calc time zone expression (@pxref{Time Zones}).
16983 If you answer either prompt with a blank line, the local time
16984 zone is used for that prompt. You can also answer the first
16985 prompt with @kbd{$} to take the two time zone names from the
16986 stack (and the date to be converted from the third stack level).
16987
16988 @node Date Functions, Business Days, Date Conversions, Date Arithmetic
16989 @subsection Date Functions
16990
16991 @noindent
16992 @kindex t N
16993 @pindex calc-now
16994 @tindex now
16995 The @kbd{t N} (@code{calc-now}) [@code{now}] command pushes the
16996 current date and time on the stack as a date form. The time is
16997 reported in terms of the specified time zone; with no numeric prefix
16998 argument, @kbd{t N} reports for the current time zone.
16999
17000 @kindex t P
17001 @pindex calc-date-part
17002 The @kbd{t P} (@code{calc-date-part}) command extracts one part
17003 of a date form. The prefix argument specifies the part; with no
17004 argument, this command prompts for a part code from 1 to 9.
17005 The various part codes are described in the following paragraphs.
17006
17007 @tindex year
17008 The @kbd{M-1 t P} [@code{year}] function extracts the year number
17009 from a date form as an integer, e.g., 1991. This and the
17010 following functions will also accept a real number for an
17011 argument, which is interpreted as a standard Calc day number.
17012 Note that this function will never return zero, since the year
17013 1 BC immediately precedes the year 1 AD.
17014
17015 @tindex month
17016 The @kbd{M-2 t P} [@code{month}] function extracts the month number
17017 from a date form as an integer in the range 1 to 12.
17018
17019 @tindex day
17020 The @kbd{M-3 t P} [@code{day}] function extracts the day number
17021 from a date form as an integer in the range 1 to 31.
17022
17023 @tindex hour
17024 The @kbd{M-4 t P} [@code{hour}] function extracts the hour from
17025 a date form as an integer in the range 0 (midnight) to 23. Note
17026 that 24-hour time is always used. This returns zero for a pure
17027 date form. This function (and the following two) also accept
17028 HMS forms as input.
17029
17030 @tindex minute
17031 The @kbd{M-5 t P} [@code{minute}] function extracts the minute
17032 from a date form as an integer in the range 0 to 59.
17033
17034 @tindex second
17035 The @kbd{M-6 t P} [@code{second}] function extracts the second
17036 from a date form. If the current precision is 12 or less,
17037 the result is an integer in the range 0 to 59. For higher
17038 precision, the result may instead be a floating-point number.
17039
17040 @tindex weekday
17041 The @kbd{M-7 t P} [@code{weekday}] function extracts the weekday
17042 number from a date form as an integer in the range 0 (Sunday)
17043 to 6 (Saturday).
17044
17045 @tindex yearday
17046 The @kbd{M-8 t P} [@code{yearday}] function extracts the day-of-year
17047 number from a date form as an integer in the range 1 (January 1)
17048 to 366 (December 31 of a leap year).
17049
17050 @tindex time
17051 The @kbd{M-9 t P} [@code{time}] function extracts the time portion
17052 of a date form as an HMS form. This returns @samp{0@@ 0' 0"}
17053 for a pure date form.
17054
17055 @kindex t M
17056 @pindex calc-new-month
17057 @tindex newmonth
17058 The @kbd{t M} (@code{calc-new-month}) [@code{newmonth}] command
17059 computes a new date form that represents the first day of the month
17060 specified by the input date. The result is always a pure date
17061 form; only the year and month numbers of the input are retained.
17062 With a numeric prefix argument @var{n} in the range from 1 to 31,
17063 @kbd{t M} computes the @var{n}th day of the month. (If @var{n}
17064 is greater than the actual number of days in the month, or if
17065 @var{n} is zero, the last day of the month is used.)
17066
17067 @kindex t Y
17068 @pindex calc-new-year
17069 @tindex newyear
17070 The @kbd{t Y} (@code{calc-new-year}) [@code{newyear}] command
17071 computes a new pure date form that represents the first day of
17072 the year specified by the input. The month, day, and time
17073 of the input date form are lost. With a numeric prefix argument
17074 @var{n} in the range from 1 to 366, @kbd{t Y} computes the
17075 @var{n}th day of the year (366 is treated as 365 in non-leap
17076 years). A prefix argument of 0 computes the last day of the
17077 year (December 31). A negative prefix argument from @mathit{-1} to
17078 @mathit{-12} computes the first day of the @var{n}th month of the year.
17079
17080 @kindex t W
17081 @pindex calc-new-week
17082 @tindex newweek
17083 The @kbd{t W} (@code{calc-new-week}) [@code{newweek}] command
17084 computes a new pure date form that represents the Sunday on or before
17085 the input date. With a numeric prefix argument, it can be made to
17086 use any day of the week as the starting day; the argument must be in
17087 the range from 0 (Sunday) to 6 (Saturday). This function always
17088 subtracts between 0 and 6 days from the input date.
17089
17090 Here's an example use of @code{newweek}: Find the date of the next
17091 Wednesday after a given date. Using @kbd{M-3 t W} or @samp{newweek(d, 3)}
17092 will give you the @emph{preceding} Wednesday, so @samp{newweek(d+7, 3)}
17093 will give you the following Wednesday. A further look at the definition
17094 of @code{newweek} shows that if the input date is itself a Wednesday,
17095 this formula will return the Wednesday one week in the future. An
17096 exercise for the reader is to modify this formula to yield the same day
17097 if the input is already a Wednesday. Another interesting exercise is
17098 to preserve the time-of-day portion of the input (@code{newweek} resets
17099 the time to midnight; hint: how can @code{newweek} be defined in terms
17100 of the @code{weekday} function?).
17101
17102 @ignore
17103 @starindex
17104 @end ignore
17105 @tindex pwday
17106 The @samp{pwday(@var{date})} function (not on any key) computes the
17107 day-of-month number of the Sunday on or before @var{date}. With
17108 two arguments, @samp{pwday(@var{date}, @var{day})} computes the day
17109 number of the Sunday on or before day number @var{day} of the month
17110 specified by @var{date}. The @var{day} must be in the range from
17111 7 to 31; if the day number is greater than the actual number of days
17112 in the month, the true number of days is used instead. Thus
17113 @samp{pwday(@var{date}, 7)} finds the first Sunday of the month, and
17114 @samp{pwday(@var{date}, 31)} finds the last Sunday of the month.
17115 With a third @var{weekday} argument, @code{pwday} can be made to look
17116 for any day of the week instead of Sunday.
17117
17118 @kindex t I
17119 @pindex calc-inc-month
17120 @tindex incmonth
17121 The @kbd{t I} (@code{calc-inc-month}) [@code{incmonth}] command
17122 increases a date form by one month, or by an arbitrary number of
17123 months specified by a numeric prefix argument. The time portion,
17124 if any, of the date form stays the same. The day also stays the
17125 same, except that if the new month has fewer days the day
17126 number may be reduced to lie in the valid range. For example,
17127 @samp{incmonth(<Jan 31, 1991>)} produces @samp{<Feb 28, 1991>}.
17128 Because of this, @kbd{t I t I} and @kbd{M-2 t I} do not always give
17129 the same results (@samp{<Mar 28, 1991>} versus @samp{<Mar 31, 1991>}
17130 in this case).
17131
17132 @ignore
17133 @starindex
17134 @end ignore
17135 @tindex incyear
17136 The @samp{incyear(@var{date}, @var{step})} function increases
17137 a date form by the specified number of years, which may be
17138 any positive or negative integer. Note that @samp{incyear(d, n)}
17139 is equivalent to @w{@samp{incmonth(d, 12*n)}}, but these do not have
17140 simple equivalents in terms of day arithmetic because
17141 months and years have varying lengths. If the @var{step}
17142 argument is omitted, 1 year is assumed. There is no keyboard
17143 command for this function; use @kbd{C-u 12 t I} instead.
17144
17145 There is no @code{newday} function at all because @kbd{F} [@code{floor}]
17146 serves this purpose. Similarly, instead of @code{incday} and
17147 @code{incweek} simply use @expr{d + n} or @expr{d + 7 n}.
17148
17149 @xref{Basic Arithmetic}, for the @kbd{f ]} [@code{incr}] command
17150 which can adjust a date/time form by a certain number of seconds.
17151
17152 @node Business Days, Time Zones, Date Functions, Date Arithmetic
17153 @subsection Business Days
17154
17155 @noindent
17156 Often time is measured in ``business days'' or ``working days,''
17157 where weekends and holidays are skipped. Calc's normal date
17158 arithmetic functions use calendar days, so that subtracting two
17159 consecutive Mondays will yield a difference of 7 days. By contrast,
17160 subtracting two consecutive Mondays would yield 5 business days
17161 (assuming two-day weekends and the absence of holidays).
17162
17163 @kindex t +
17164 @kindex t -
17165 @tindex badd
17166 @tindex bsub
17167 @pindex calc-business-days-plus
17168 @pindex calc-business-days-minus
17169 The @kbd{t +} (@code{calc-business-days-plus}) [@code{badd}]
17170 and @kbd{t -} (@code{calc-business-days-minus}) [@code{bsub}]
17171 commands perform arithmetic using business days. For @kbd{t +},
17172 one argument must be a date form and the other must be a real
17173 number (positive or negative). If the number is not an integer,
17174 then a certain amount of time is added as well as a number of
17175 days; for example, adding 0.5 business days to a time in Friday
17176 evening will produce a time in Monday morning. It is also
17177 possible to add an HMS form; adding @samp{12@@ 0' 0"} also adds
17178 half a business day. For @kbd{t -}, the arguments are either a
17179 date form and a number or HMS form, or two date forms, in which
17180 case the result is the number of business days between the two
17181 dates.
17182
17183 @cindex @code{Holidays} variable
17184 @vindex Holidays
17185 By default, Calc considers any day that is not a Saturday or
17186 Sunday to be a business day. You can define any number of
17187 additional holidays by editing the variable @code{Holidays}.
17188 (There is an @w{@kbd{s H}} convenience command for editing this
17189 variable.) Initially, @code{Holidays} contains the vector
17190 @samp{[sat, sun]}. Entries in the @code{Holidays} vector may
17191 be any of the following kinds of objects:
17192
17193 @itemize @bullet
17194 @item
17195 Date forms (pure dates, not date/time forms). These specify
17196 particular days which are to be treated as holidays.
17197
17198 @item
17199 Intervals of date forms. These specify a range of days, all of
17200 which are holidays (e.g., Christmas week). @xref{Interval Forms}.
17201
17202 @item
17203 Nested vectors of date forms. Each date form in the vector is
17204 considered to be a holiday.
17205
17206 @item
17207 Any Calc formula which evaluates to one of the above three things.
17208 If the formula involves the variable @expr{y}, it stands for a
17209 yearly repeating holiday; @expr{y} will take on various year
17210 numbers like 1992. For example, @samp{date(y, 12, 25)} specifies
17211 Christmas day, and @samp{newweek(date(y, 11, 7), 4) + 21} specifies
17212 Thanksgiving (which is held on the fourth Thursday of November).
17213 If the formula involves the variable @expr{m}, that variable
17214 takes on month numbers from 1 to 12: @samp{date(y, m, 15)} is
17215 a holiday that takes place on the 15th of every month.
17216
17217 @item
17218 A weekday name, such as @code{sat} or @code{sun}. This is really
17219 a variable whose name is a three-letter, lower-case day name.
17220
17221 @item
17222 An interval of year numbers (integers). This specifies the span of
17223 years over which this holiday list is to be considered valid. Any
17224 business-day arithmetic that goes outside this range will result
17225 in an error message. Use this if you are including an explicit
17226 list of holidays, rather than a formula to generate them, and you
17227 want to make sure you don't accidentally go beyond the last point
17228 where the holidays you entered are complete. If there is no
17229 limiting interval in the @code{Holidays} vector, the default
17230 @samp{[1 .. 2737]} is used. (This is the absolute range of years
17231 for which Calc's business-day algorithms will operate.)
17232
17233 @item
17234 An interval of HMS forms. This specifies the span of hours that
17235 are to be considered one business day. For example, if this
17236 range is @samp{[9@@ 0' 0" .. 17@@ 0' 0"]} (i.e., 9am to 5pm), then
17237 the business day is only eight hours long, so that @kbd{1.5 t +}
17238 on @samp{<4:00pm Fri Dec 13, 1991>} will add one business day and
17239 four business hours to produce @samp{<12:00pm Tue Dec 17, 1991>}.
17240 Likewise, @kbd{t -} will now express differences in time as
17241 fractions of an eight-hour day. Times before 9am will be treated
17242 as 9am by business date arithmetic, and times at or after 5pm will
17243 be treated as 4:59:59pm. If there is no HMS interval in @code{Holidays},
17244 the full 24-hour day @samp{[0@ 0' 0" .. 24@ 0' 0"]} is assumed.
17245 (Regardless of the type of bounds you specify, the interval is
17246 treated as inclusive on the low end and exclusive on the high end,
17247 so that the work day goes from 9am up to, but not including, 5pm.)
17248 @end itemize
17249
17250 If the @code{Holidays} vector is empty, then @kbd{t +} and
17251 @kbd{t -} will act just like @kbd{+} and @kbd{-} because there will
17252 then be no difference between business days and calendar days.
17253
17254 Calc expands the intervals and formulas you give into a complete
17255 list of holidays for internal use. This is done mainly to make
17256 sure it can detect multiple holidays. (For example,
17257 @samp{<Jan 1, 1989>} is both New Year's Day and a Sunday, but
17258 Calc's algorithms take care to count it only once when figuring
17259 the number of holidays between two dates.)
17260
17261 Since the complete list of holidays for all the years from 1 to
17262 2737 would be huge, Calc actually computes only the part of the
17263 list between the smallest and largest years that have been involved
17264 in business-day calculations so far. Normally, you won't have to
17265 worry about this. Keep in mind, however, that if you do one
17266 calculation for 1992, and another for 1792, even if both involve
17267 only a small range of years, Calc will still work out all the
17268 holidays that fall in that 200-year span.
17269
17270 If you add a (positive) number of days to a date form that falls on a
17271 weekend or holiday, the date form is treated as if it were the most
17272 recent business day. (Thus adding one business day to a Friday,
17273 Saturday, or Sunday will all yield the following Monday.) If you
17274 subtract a number of days from a weekend or holiday, the date is
17275 effectively on the following business day. (So subtracting one business
17276 day from Saturday, Sunday, or Monday yields the preceding Friday.) The
17277 difference between two dates one or both of which fall on holidays
17278 equals the number of actual business days between them. These
17279 conventions are consistent in the sense that, if you add @var{n}
17280 business days to any date, the difference between the result and the
17281 original date will come out to @var{n} business days. (It can't be
17282 completely consistent though; a subtraction followed by an addition
17283 might come out a bit differently, since @kbd{t +} is incapable of
17284 producing a date that falls on a weekend or holiday.)
17285
17286 @ignore
17287 @starindex
17288 @end ignore
17289 @tindex holiday
17290 There is a @code{holiday} function, not on any keys, that takes
17291 any date form and returns 1 if that date falls on a weekend or
17292 holiday, as defined in @code{Holidays}, or 0 if the date is a
17293 business day.
17294
17295 @node Time Zones, , Business Days, Date Arithmetic
17296 @subsection Time Zones
17297
17298 @noindent
17299 @cindex Time zones
17300 @cindex Daylight saving time
17301 Time zones and daylight saving time are a complicated business.
17302 The conversions to and from Julian and Unix-style dates automatically
17303 compute the correct time zone and daylight saving adjustment to use,
17304 provided they can figure out this information. This section describes
17305 Calc's time zone adjustment algorithm in detail, in case you want to
17306 do conversions in different time zones or in case Calc's algorithms
17307 can't determine the right correction to use.
17308
17309 Adjustments for time zones and daylight saving time are done by
17310 @kbd{t U}, @kbd{t J}, @kbd{t N}, and @kbd{t C}, but not by any other
17311 commands. In particular, @samp{<may 1 1991> - <apr 1 1991>} evaluates
17312 to exactly 30 days even though there is a daylight-saving
17313 transition in between. This is also true for Julian pure dates:
17314 @samp{julian(<may 1 1991>) - julian(<apr 1 1991>)}. But Julian
17315 and Unix date/times will adjust for daylight saving time: using Calc's
17316 default daylight saving time rule (see the explanation below),
17317 @samp{julian(<12am may 1 1991>) - julian(<12am apr 1 1991>)}
17318 evaluates to @samp{29.95833} (that's 29 days and 23 hours)
17319 because one hour was lost when daylight saving commenced on
17320 April 7, 1991.
17321
17322 In brief, the idiom @samp{julian(@var{date1}) - julian(@var{date2})}
17323 computes the actual number of 24-hour periods between two dates, whereas
17324 @samp{@var{date1} - @var{date2}} computes the number of calendar
17325 days between two dates without taking daylight saving into account.
17326
17327 @pindex calc-time-zone
17328 @ignore
17329 @starindex
17330 @end ignore
17331 @tindex tzone
17332 The @code{calc-time-zone} [@code{tzone}] command converts the time
17333 zone specified by its numeric prefix argument into a number of
17334 seconds difference from Greenwich mean time (GMT). If the argument
17335 is a number, the result is simply that value multiplied by 3600.
17336 Typical arguments for North America are 5 (Eastern) or 8 (Pacific). If
17337 Daylight Saving time is in effect, one hour should be subtracted from
17338 the normal difference.
17339
17340 If you give a prefix of plain @kbd{C-u}, @code{calc-time-zone} (like other
17341 date arithmetic commands that include a time zone argument) takes the
17342 zone argument from the top of the stack. (In the case of @kbd{t J}
17343 and @kbd{t U}, the normal argument is then taken from the second-to-top
17344 stack position.) This allows you to give a non-integer time zone
17345 adjustment. The time-zone argument can also be an HMS form, or
17346 it can be a variable which is a time zone name in upper- or lower-case.
17347 For example @samp{tzone(PST) = tzone(8)} and @samp{tzone(pdt) = tzone(7)}
17348 (for Pacific standard and daylight saving times, respectively).
17349
17350 North American and European time zone names are defined as follows;
17351 note that for each time zone there is one name for standard time,
17352 another for daylight saving time, and a third for ``generalized'' time
17353 in which the daylight saving adjustment is computed from context.
17354
17355 @smallexample
17356 @group
17357 YST PST MST CST EST AST NST GMT WET MET MEZ
17358 9 8 7 6 5 4 3.5 0 -1 -2 -2
17359
17360 YDT PDT MDT CDT EDT ADT NDT BST WETDST METDST MESZ
17361 8 7 6 5 4 3 2.5 -1 -2 -3 -3
17362
17363 YGT PGT MGT CGT EGT AGT NGT BGT WEGT MEGT MEGZ
17364 9/8 8/7 7/6 6/5 5/4 4/3 3.5/2.5 0/-1 -1/-2 -2/-3 -2/-3
17365 @end group
17366 @end smallexample
17367
17368 @vindex math-tzone-names
17369 To define time zone names that do not appear in the above table,
17370 you must modify the Lisp variable @code{math-tzone-names}. This
17371 is a list of lists describing the different time zone names; its
17372 structure is best explained by an example. The three entries for
17373 Pacific Time look like this:
17374
17375 @smallexample
17376 @group
17377 ( ( "PST" 8 0 ) ; Name as an upper-case string, then standard
17378 ( "PDT" 8 -1 ) ; adjustment, then daylight saving adjustment.
17379 ( "PGT" 8 "PST" "PDT" ) ) ; Generalized time zone.
17380 @end group
17381 @end smallexample
17382
17383 @cindex @code{TimeZone} variable
17384 @vindex TimeZone
17385 With no arguments, @code{calc-time-zone} or @samp{tzone()} will by
17386 default get the time zone and daylight saving information from the
17387 calendar (@pxref{Daylight Saving,Calendar/Diary,The Calendar and the Diary,
17388 emacs,The GNU Emacs Manual}). To use a different time zone, or if the
17389 calendar does not give the desired result, you can set the Calc variable
17390 @code{TimeZone} (which is by default @code{nil}) to an appropriate
17391 time zone name. (The easiest way to do this is to edit the
17392 @code{TimeZone} variable using Calc's @kbd{s T} command, then use the
17393 @kbd{s p} (@code{calc-permanent-variable}) command to save the value of
17394 @code{TimeZone} permanently.)
17395 If the time zone given by @code{TimeZone} is a generalized time zone,
17396 e.g., @code{EGT}, Calc examines the date being converted to tell whether
17397 to use standard or daylight saving time. But if the current time zone
17398 is explicit, e.g., @code{EST} or @code{EDT}, then that adjustment is
17399 used exactly and Calc's daylight saving algorithm is not consulted.
17400 The special time zone name @code{local}
17401 is equivalent to no argument; i.e., it uses the information obtained
17402 from the calendar.
17403
17404 The @kbd{t J} and @code{t U} commands with no numeric prefix
17405 arguments do the same thing as @samp{tzone()}; namely, use the
17406 information from the calendar if @code{TimeZone} is @code{nil},
17407 otherwise use the time zone given by @code{TimeZone}.
17408
17409 @vindex math-daylight-savings-hook
17410 @findex math-std-daylight-savings
17411 When Calc computes the daylight saving information itself (i.e., when
17412 the @code{TimeZone} variable is set), it will by default consider
17413 daylight saving time to begin at 2 a.m.@: on the second Sunday of March
17414 (for years from 2007 on) or on the last Sunday in April (for years
17415 before 2007), and to end at 2 a.m.@: on the first Sunday of
17416 November. (for years from 2007 on) or the last Sunday in October (for
17417 years before 2007). These are the rules that have been in effect in
17418 much of North America since 1966 and take into account the rule change
17419 that began in 2007. If you are in a country that uses different rules
17420 for computing daylight saving time, you have two choices: Write your own
17421 daylight saving hook, or control time zones explicitly by setting the
17422 @code{TimeZone} variable and/or always giving a time-zone argument for
17423 the conversion functions.
17424
17425 The Lisp variable @code{math-daylight-savings-hook} holds the
17426 name of a function that is used to compute the daylight saving
17427 adjustment for a given date. The default is
17428 @code{math-std-daylight-savings}, which computes an adjustment
17429 (either 0 or @mathit{-1}) using the North American rules given above.
17430
17431 The daylight saving hook function is called with four arguments:
17432 The date, as a floating-point number in standard Calc format;
17433 a six-element list of the date decomposed into year, month, day,
17434 hour, minute, and second, respectively; a string which contains
17435 the generalized time zone name in upper-case, e.g., @code{"WEGT"};
17436 and a special adjustment to be applied to the hour value when
17437 converting into a generalized time zone (see below).
17438
17439 @findex math-prev-weekday-in-month
17440 The Lisp function @code{math-prev-weekday-in-month} is useful for
17441 daylight saving computations. This is an internal version of
17442 the user-level @code{pwday} function described in the previous
17443 section. It takes four arguments: The floating-point date value,
17444 the corresponding six-element date list, the day-of-month number,
17445 and the weekday number (0--6).
17446
17447 The default daylight saving hook ignores the time zone name, but a
17448 more sophisticated hook could use different algorithms for different
17449 time zones. It would also be possible to use different algorithms
17450 depending on the year number, but the default hook always uses the
17451 algorithm for 1987 and later. Here is a listing of the default
17452 daylight saving hook:
17453
17454 @smallexample
17455 (defun math-std-daylight-savings (date dt zone bump)
17456 (cond ((< (nth 1 dt) 4) 0)
17457 ((= (nth 1 dt) 4)
17458 (let ((sunday (math-prev-weekday-in-month date dt 7 0)))
17459 (cond ((< (nth 2 dt) sunday) 0)
17460 ((= (nth 2 dt) sunday)
17461 (if (>= (nth 3 dt) (+ 3 bump)) -1 0))
17462 (t -1))))
17463 ((< (nth 1 dt) 10) -1)
17464 ((= (nth 1 dt) 10)
17465 (let ((sunday (math-prev-weekday-in-month date dt 31 0)))
17466 (cond ((< (nth 2 dt) sunday) -1)
17467 ((= (nth 2 dt) sunday)
17468 (if (>= (nth 3 dt) (+ 2 bump)) 0 -1))
17469 (t 0))))
17470 (t 0))
17471 )
17472 @end smallexample
17473
17474 @noindent
17475 The @code{bump} parameter is equal to zero when Calc is converting
17476 from a date form in a generalized time zone into a GMT date value.
17477 It is @mathit{-1} when Calc is converting in the other direction. The
17478 adjustments shown above ensure that the conversion behaves correctly
17479 and reasonably around the 2 a.m.@: transition in each direction.
17480
17481 There is a ``missing'' hour between 2 a.m.@: and 3 a.m.@: at the
17482 beginning of daylight saving time; converting a date/time form that
17483 falls in this hour results in a time value for the following hour,
17484 from 3 a.m.@: to 4 a.m. At the end of daylight saving time, the
17485 hour from 1 a.m.@: to 2 a.m.@: repeats itself; converting a date/time
17486 form that falls in this hour results in a time value for the first
17487 manifestation of that time (@emph{not} the one that occurs one hour
17488 later).
17489
17490 If @code{math-daylight-savings-hook} is @code{nil}, then the
17491 daylight saving adjustment is always taken to be zero.
17492
17493 In algebraic formulas, @samp{tzone(@var{zone}, @var{date})}
17494 computes the time zone adjustment for a given zone name at a
17495 given date. The @var{date} is ignored unless @var{zone} is a
17496 generalized time zone. If @var{date} is a date form, the
17497 daylight saving computation is applied to it as it appears.
17498 If @var{date} is a numeric date value, it is adjusted for the
17499 daylight-saving version of @var{zone} before being given to
17500 the daylight saving hook. This odd-sounding rule ensures
17501 that the daylight-saving computation is always done in
17502 local time, not in the GMT time that a numeric @var{date}
17503 is typically represented in.
17504
17505 @ignore
17506 @starindex
17507 @end ignore
17508 @tindex dsadj
17509 The @samp{dsadj(@var{date}, @var{zone})} function computes the
17510 daylight saving adjustment that is appropriate for @var{date} in
17511 time zone @var{zone}. If @var{zone} is explicitly in or not in
17512 daylight saving time (e.g., @code{PDT} or @code{PST}) the
17513 @var{date} is ignored. If @var{zone} is a generalized time zone,
17514 the algorithms described above are used. If @var{zone} is omitted,
17515 the computation is done for the current time zone.
17516
17517 @node Financial Functions, Binary Functions, Date Arithmetic, Arithmetic
17518 @section Financial Functions
17519
17520 @noindent
17521 Calc's financial or business functions use the @kbd{b} prefix
17522 key followed by a shifted letter. (The @kbd{b} prefix followed by
17523 a lower-case letter is used for operations on binary numbers.)
17524
17525 Note that the rate and the number of intervals given to these
17526 functions must be on the same time scale, e.g., both months or
17527 both years. Mixing an annual interest rate with a time expressed
17528 in months will give you very wrong answers!
17529
17530 It is wise to compute these functions to a higher precision than
17531 you really need, just to make sure your answer is correct to the
17532 last penny; also, you may wish to check the definitions at the end
17533 of this section to make sure the functions have the meaning you expect.
17534
17535 @menu
17536 * Percentages::
17537 * Future Value::
17538 * Present Value::
17539 * Related Financial Functions::
17540 * Depreciation Functions::
17541 * Definitions of Financial Functions::
17542 @end menu
17543
17544 @node Percentages, Future Value, Financial Functions, Financial Functions
17545 @subsection Percentages
17546
17547 @kindex M-%
17548 @pindex calc-percent
17549 @tindex %
17550 @tindex percent
17551 The @kbd{M-%} (@code{calc-percent}) command takes a percentage value,
17552 say 5.4, and converts it to an equivalent actual number. For example,
17553 @kbd{5.4 M-%} enters 0.054 on the stack. (That's the @key{META} or
17554 @key{ESC} key combined with @kbd{%}.)
17555
17556 Actually, @kbd{M-%} creates a formula of the form @samp{5.4%}.
17557 You can enter @samp{5.4%} yourself during algebraic entry. The
17558 @samp{%} operator simply means, ``the preceding value divided by
17559 100.'' The @samp{%} operator has very high precedence, so that
17560 @samp{1+8%} is interpreted as @samp{1+(8%)}, not as @samp{(1+8)%}.
17561 (The @samp{%} operator is just a postfix notation for the
17562 @code{percent} function, just like @samp{20!} is the notation for
17563 @samp{fact(20)}, or twenty-factorial.)
17564
17565 The formula @samp{5.4%} would normally evaluate immediately to
17566 0.054, but the @kbd{M-%} command suppresses evaluation as it puts
17567 the formula onto the stack. However, the next Calc command that
17568 uses the formula @samp{5.4%} will evaluate it as its first step.
17569 The net effect is that you get to look at @samp{5.4%} on the stack,
17570 but Calc commands see it as @samp{0.054}, which is what they expect.
17571
17572 In particular, @samp{5.4%} and @samp{0.054} are suitable values
17573 for the @var{rate} arguments of the various financial functions,
17574 but the number @samp{5.4} is probably @emph{not} suitable---it
17575 represents a rate of 540 percent!
17576
17577 The key sequence @kbd{M-% *} effectively means ``percent-of.''
17578 For example, @kbd{68 @key{RET} 25 M-% *} computes 17, which is 25% of
17579 68 (and also 68% of 25, which comes out to the same thing).
17580
17581 @kindex c %
17582 @pindex calc-convert-percent
17583 The @kbd{c %} (@code{calc-convert-percent}) command converts the
17584 value on the top of the stack from numeric to percentage form.
17585 For example, if 0.08 is on the stack, @kbd{c %} converts it to
17586 @samp{8%}. The quantity is the same, it's just represented
17587 differently. (Contrast this with @kbd{M-%}, which would convert
17588 this number to @samp{0.08%}.) The @kbd{=} key is a convenient way
17589 to convert a formula like @samp{8%} back to numeric form, 0.08.
17590
17591 To compute what percentage one quantity is of another quantity,
17592 use @kbd{/ c %}. For example, @w{@kbd{17 @key{RET} 68 / c %}} displays
17593 @samp{25%}.
17594
17595 @kindex b %
17596 @pindex calc-percent-change
17597 @tindex relch
17598 The @kbd{b %} (@code{calc-percent-change}) [@code{relch}] command
17599 calculates the percentage change from one number to another.
17600 For example, @kbd{40 @key{RET} 50 b %} produces the answer @samp{25%},
17601 since 50 is 25% larger than 40. A negative result represents a
17602 decrease: @kbd{50 @key{RET} 40 b %} produces @samp{-20%}, since 40 is
17603 20% smaller than 50. (The answers are different in magnitude
17604 because, in the first case, we're increasing by 25% of 40, but
17605 in the second case, we're decreasing by 20% of 50.) The effect
17606 of @kbd{40 @key{RET} 50 b %} is to compute @expr{(50-40)/40}, converting
17607 the answer to percentage form as if by @kbd{c %}.
17608
17609 @node Future Value, Present Value, Percentages, Financial Functions
17610 @subsection Future Value
17611
17612 @noindent
17613 @kindex b F
17614 @pindex calc-fin-fv
17615 @tindex fv
17616 The @kbd{b F} (@code{calc-fin-fv}) [@code{fv}] command computes
17617 the future value of an investment. It takes three arguments
17618 from the stack: @samp{fv(@var{rate}, @var{n}, @var{payment})}.
17619 If you give payments of @var{payment} every year for @var{n}
17620 years, and the money you have paid earns interest at @var{rate} per
17621 year, then this function tells you what your investment would be
17622 worth at the end of the period. (The actual interval doesn't
17623 have to be years, as long as @var{n} and @var{rate} are expressed
17624 in terms of the same intervals.) This function assumes payments
17625 occur at the @emph{end} of each interval.
17626
17627 @kindex I b F
17628 @tindex fvb
17629 The @kbd{I b F} [@code{fvb}] command does the same computation,
17630 but assuming your payments are at the beginning of each interval.
17631 Suppose you plan to deposit $1000 per year in a savings account
17632 earning 5.4% interest, starting right now. How much will be
17633 in the account after five years? @code{fvb(5.4%, 5, 1000) = 5870.73}.
17634 Thus you will have earned $870 worth of interest over the years.
17635 Using the stack, this calculation would have been
17636 @kbd{5.4 M-% 5 @key{RET} 1000 I b F}. Note that the rate is expressed
17637 as a number between 0 and 1, @emph{not} as a percentage.
17638
17639 @kindex H b F
17640 @tindex fvl
17641 The @kbd{H b F} [@code{fvl}] command computes the future value
17642 of an initial lump sum investment. Suppose you could deposit
17643 those five thousand dollars in the bank right now; how much would
17644 they be worth in five years? @code{fvl(5.4%, 5, 5000) = 6503.89}.
17645
17646 The algebraic functions @code{fv} and @code{fvb} accept an optional
17647 fourth argument, which is used as an initial lump sum in the sense
17648 of @code{fvl}. In other words, @code{fv(@var{rate}, @var{n},
17649 @var{payment}, @var{initial}) = fv(@var{rate}, @var{n}, @var{payment})
17650 + fvl(@var{rate}, @var{n}, @var{initial})}.
17651
17652 To illustrate the relationships between these functions, we could
17653 do the @code{fvb} calculation ``by hand'' using @code{fvl}. The
17654 final balance will be the sum of the contributions of our five
17655 deposits at various times. The first deposit earns interest for
17656 five years: @code{fvl(5.4%, 5, 1000) = 1300.78}. The second
17657 deposit only earns interest for four years: @code{fvl(5.4%, 4, 1000) =
17658 1234.13}. And so on down to the last deposit, which earns one
17659 year's interest: @code{fvl(5.4%, 1, 1000) = 1054.00}. The sum of
17660 these five values is, sure enough, $5870.73, just as was computed
17661 by @code{fvb} directly.
17662
17663 What does @code{fv(5.4%, 5, 1000) = 5569.96} mean? The payments
17664 are now at the ends of the periods. The end of one year is the same
17665 as the beginning of the next, so what this really means is that we've
17666 lost the payment at year zero (which contributed $1300.78), but we're
17667 now counting the payment at year five (which, since it didn't have
17668 a chance to earn interest, counts as $1000). Indeed, @expr{5569.96 =
17669 5870.73 - 1300.78 + 1000} (give or take a bit of roundoff error).
17670
17671 @node Present Value, Related Financial Functions, Future Value, Financial Functions
17672 @subsection Present Value
17673
17674 @noindent
17675 @kindex b P
17676 @pindex calc-fin-pv
17677 @tindex pv
17678 The @kbd{b P} (@code{calc-fin-pv}) [@code{pv}] command computes
17679 the present value of an investment. Like @code{fv}, it takes
17680 three arguments: @code{pv(@var{rate}, @var{n}, @var{payment})}.
17681 It computes the present value of a series of regular payments.
17682 Suppose you have the chance to make an investment that will
17683 pay $2000 per year over the next four years; as you receive
17684 these payments you can put them in the bank at 9% interest.
17685 You want to know whether it is better to make the investment, or
17686 to keep the money in the bank where it earns 9% interest right
17687 from the start. The calculation @code{pv(9%, 4, 2000)} gives the
17688 result 6479.44. If your initial investment must be less than this,
17689 say, $6000, then the investment is worthwhile. But if you had to
17690 put up $7000, then it would be better just to leave it in the bank.
17691
17692 Here is the interpretation of the result of @code{pv}: You are
17693 trying to compare the return from the investment you are
17694 considering, which is @code{fv(9%, 4, 2000) = 9146.26}, with
17695 the return from leaving the money in the bank, which is
17696 @code{fvl(9%, 4, @var{x})} where @var{x} is the amount of money
17697 you would have to put up in advance. The @code{pv} function
17698 finds the break-even point, @expr{x = 6479.44}, at which
17699 @code{fvl(9%, 4, 6479.44)} is also equal to 9146.26. This is
17700 the largest amount you should be willing to invest.
17701
17702 @kindex I b P
17703 @tindex pvb
17704 The @kbd{I b P} [@code{pvb}] command solves the same problem,
17705 but with payments occurring at the beginning of each interval.
17706 It has the same relationship to @code{fvb} as @code{pv} has
17707 to @code{fv}. For example @code{pvb(9%, 4, 2000) = 7062.59},
17708 a larger number than @code{pv} produced because we get to start
17709 earning interest on the return from our investment sooner.
17710
17711 @kindex H b P
17712 @tindex pvl
17713 The @kbd{H b P} [@code{pvl}] command computes the present value of
17714 an investment that will pay off in one lump sum at the end of the
17715 period. For example, if we get our $8000 all at the end of the
17716 four years, @code{pvl(9%, 4, 8000) = 5667.40}. This is much
17717 less than @code{pv} reported, because we don't earn any interest
17718 on the return from this investment. Note that @code{pvl} and
17719 @code{fvl} are simple inverses: @code{fvl(9%, 4, 5667.40) = 8000}.
17720
17721 You can give an optional fourth lump-sum argument to @code{pv}
17722 and @code{pvb}; this is handled in exactly the same way as the
17723 fourth argument for @code{fv} and @code{fvb}.
17724
17725 @kindex b N
17726 @pindex calc-fin-npv
17727 @tindex npv
17728 The @kbd{b N} (@code{calc-fin-npv}) [@code{npv}] command computes
17729 the net present value of a series of irregular investments.
17730 The first argument is the interest rate. The second argument is
17731 a vector which represents the expected return from the investment
17732 at the end of each interval. For example, if the rate represents
17733 a yearly interest rate, then the vector elements are the return
17734 from the first year, second year, and so on.
17735
17736 Thus, @code{npv(9%, [2000,2000,2000,2000]) = pv(9%, 4, 2000) = 6479.44}.
17737 Obviously this function is more interesting when the payments are
17738 not all the same!
17739
17740 The @code{npv} function can actually have two or more arguments.
17741 Multiple arguments are interpreted in the same way as for the
17742 vector statistical functions like @code{vsum}.
17743 @xref{Single-Variable Statistics}. Basically, if there are several
17744 payment arguments, each either a vector or a plain number, all these
17745 values are collected left-to-right into the complete list of payments.
17746 A numeric prefix argument on the @kbd{b N} command says how many
17747 payment values or vectors to take from the stack.
17748
17749 @kindex I b N
17750 @tindex npvb
17751 The @kbd{I b N} [@code{npvb}] command computes the net present
17752 value where payments occur at the beginning of each interval
17753 rather than at the end.
17754
17755 @node Related Financial Functions, Depreciation Functions, Present Value, Financial Functions
17756 @subsection Related Financial Functions
17757
17758 @noindent
17759 The functions in this section are basically inverses of the
17760 present value functions with respect to the various arguments.
17761
17762 @kindex b M
17763 @pindex calc-fin-pmt
17764 @tindex pmt
17765 The @kbd{b M} (@code{calc-fin-pmt}) [@code{pmt}] command computes
17766 the amount of periodic payment necessary to amortize a loan.
17767 Thus @code{pmt(@var{rate}, @var{n}, @var{amount})} equals the
17768 value of @var{payment} such that @code{pv(@var{rate}, @var{n},
17769 @var{payment}) = @var{amount}}.
17770
17771 @kindex I b M
17772 @tindex pmtb
17773 The @kbd{I b M} [@code{pmtb}] command does the same computation
17774 but using @code{pvb} instead of @code{pv}. Like @code{pv} and
17775 @code{pvb}, these functions can also take a fourth argument which
17776 represents an initial lump-sum investment.
17777
17778 @kindex H b M
17779 The @kbd{H b M} key just invokes the @code{fvl} function, which is
17780 the inverse of @code{pvl}. There is no explicit @code{pmtl} function.
17781
17782 @kindex b #
17783 @pindex calc-fin-nper
17784 @tindex nper
17785 The @kbd{b #} (@code{calc-fin-nper}) [@code{nper}] command computes
17786 the number of regular payments necessary to amortize a loan.
17787 Thus @code{nper(@var{rate}, @var{payment}, @var{amount})} equals
17788 the value of @var{n} such that @code{pv(@var{rate}, @var{n},
17789 @var{payment}) = @var{amount}}. If @var{payment} is too small
17790 ever to amortize a loan for @var{amount} at interest rate @var{rate},
17791 the @code{nper} function is left in symbolic form.
17792
17793 @kindex I b #
17794 @tindex nperb
17795 The @kbd{I b #} [@code{nperb}] command does the same computation
17796 but using @code{pvb} instead of @code{pv}. You can give a fourth
17797 lump-sum argument to these functions, but the computation will be
17798 rather slow in the four-argument case.
17799
17800 @kindex H b #
17801 @tindex nperl
17802 The @kbd{H b #} [@code{nperl}] command does the same computation
17803 using @code{pvl}. By exchanging @var{payment} and @var{amount} you
17804 can also get the solution for @code{fvl}. For example,
17805 @code{nperl(8%, 2000, 1000) = 9.006}, so if you place $1000 in a
17806 bank account earning 8%, it will take nine years to grow to $2000.
17807
17808 @kindex b T
17809 @pindex calc-fin-rate
17810 @tindex rate
17811 The @kbd{b T} (@code{calc-fin-rate}) [@code{rate}] command computes
17812 the rate of return on an investment. This is also an inverse of @code{pv}:
17813 @code{rate(@var{n}, @var{payment}, @var{amount})} computes the value of
17814 @var{rate} such that @code{pv(@var{rate}, @var{n}, @var{payment}) =
17815 @var{amount}}. The result is expressed as a formula like @samp{6.3%}.
17816
17817 @kindex I b T
17818 @kindex H b T
17819 @tindex rateb
17820 @tindex ratel
17821 The @kbd{I b T} [@code{rateb}] and @kbd{H b T} [@code{ratel}]
17822 commands solve the analogous equations with @code{pvb} or @code{pvl}
17823 in place of @code{pv}. Also, @code{rate} and @code{rateb} can
17824 accept an optional fourth argument just like @code{pv} and @code{pvb}.
17825 To redo the above example from a different perspective,
17826 @code{ratel(9, 2000, 1000) = 8.00597%}, which says you will need an
17827 interest rate of 8% in order to double your account in nine years.
17828
17829 @kindex b I
17830 @pindex calc-fin-irr
17831 @tindex irr
17832 The @kbd{b I} (@code{calc-fin-irr}) [@code{irr}] command is the
17833 analogous function to @code{rate} but for net present value.
17834 Its argument is a vector of payments. Thus @code{irr(@var{payments})}
17835 computes the @var{rate} such that @code{npv(@var{rate}, @var{payments}) = 0};
17836 this rate is known as the @dfn{internal rate of return}.
17837
17838 @kindex I b I
17839 @tindex irrb
17840 The @kbd{I b I} [@code{irrb}] command computes the internal rate of
17841 return assuming payments occur at the beginning of each period.
17842
17843 @node Depreciation Functions, Definitions of Financial Functions, Related Financial Functions, Financial Functions
17844 @subsection Depreciation Functions
17845
17846 @noindent
17847 The functions in this section calculate @dfn{depreciation}, which is
17848 the amount of value that a possession loses over time. These functions
17849 are characterized by three parameters: @var{cost}, the original cost
17850 of the asset; @var{salvage}, the value the asset will have at the end
17851 of its expected ``useful life''; and @var{life}, the number of years
17852 (or other periods) of the expected useful life.
17853
17854 There are several methods for calculating depreciation that differ in
17855 the way they spread the depreciation over the lifetime of the asset.
17856
17857 @kindex b S
17858 @pindex calc-fin-sln
17859 @tindex sln
17860 The @kbd{b S} (@code{calc-fin-sln}) [@code{sln}] command computes the
17861 ``straight-line'' depreciation. In this method, the asset depreciates
17862 by the same amount every year (or period). For example,
17863 @samp{sln(12000, 2000, 5)} returns 2000. The asset costs $12000
17864 initially and will be worth $2000 after five years; it loses $2000
17865 per year.
17866
17867 @kindex b Y
17868 @pindex calc-fin-syd
17869 @tindex syd
17870 The @kbd{b Y} (@code{calc-fin-syd}) [@code{syd}] command computes the
17871 accelerated ``sum-of-years'-digits'' depreciation. Here the depreciation
17872 is higher during the early years of the asset's life. Since the
17873 depreciation is different each year, @kbd{b Y} takes a fourth @var{period}
17874 parameter which specifies which year is requested, from 1 to @var{life}.
17875 If @var{period} is outside this range, the @code{syd} function will
17876 return zero.
17877
17878 @kindex b D
17879 @pindex calc-fin-ddb
17880 @tindex ddb
17881 The @kbd{b D} (@code{calc-fin-ddb}) [@code{ddb}] command computes an
17882 accelerated depreciation using the double-declining balance method.
17883 It also takes a fourth @var{period} parameter.
17884
17885 For symmetry, the @code{sln} function will accept a @var{period}
17886 parameter as well, although it will ignore its value except that the
17887 return value will as usual be zero if @var{period} is out of range.
17888
17889 For example, pushing the vector @expr{[1,2,3,4,5]} (perhaps with @kbd{v x 5})
17890 and then mapping @kbd{V M ' [sln(12000,2000,5,$), syd(12000,2000,5,$),
17891 ddb(12000,2000,5,$)] @key{RET}} produces a matrix that allows us to compare
17892 the three depreciation methods:
17893
17894 @example
17895 @group
17896 [ [ 2000, 3333, 4800 ]
17897 [ 2000, 2667, 2880 ]
17898 [ 2000, 2000, 1728 ]
17899 [ 2000, 1333, 592 ]
17900 [ 2000, 667, 0 ] ]
17901 @end group
17902 @end example
17903
17904 @noindent
17905 (Values have been rounded to nearest integers in this figure.)
17906 We see that @code{sln} depreciates by the same amount each year,
17907 @kbd{syd} depreciates more at the beginning and less at the end,
17908 and @kbd{ddb} weights the depreciation even more toward the beginning.
17909
17910 Summing columns with @kbd{V R : +} yields @expr{[10000, 10000, 10000]};
17911 the total depreciation in any method is (by definition) the
17912 difference between the cost and the salvage value.
17913
17914 @node Definitions of Financial Functions, , Depreciation Functions, Financial Functions
17915 @subsection Definitions
17916
17917 @noindent
17918 For your reference, here are the actual formulas used to compute
17919 Calc's financial functions.
17920
17921 Calc will not evaluate a financial function unless the @var{rate} or
17922 @var{n} argument is known. However, @var{payment} or @var{amount} can
17923 be a variable. Calc expands these functions according to the
17924 formulas below for symbolic arguments only when you use the @kbd{a "}
17925 (@code{calc-expand-formula}) command, or when taking derivatives or
17926 integrals or solving equations involving the functions.
17927
17928 @ifnottex
17929 These formulas are shown using the conventions of Big display
17930 mode (@kbd{d B}); for example, the formula for @code{fv} written
17931 linearly is @samp{pmt * ((1 + rate)^n) - 1) / rate}.
17932
17933 @example
17934 n
17935 (1 + rate) - 1
17936 fv(rate, n, pmt) = pmt * ---------------
17937 rate
17938
17939 n
17940 ((1 + rate) - 1) (1 + rate)
17941 fvb(rate, n, pmt) = pmt * ----------------------------
17942 rate
17943
17944 n
17945 fvl(rate, n, pmt) = pmt * (1 + rate)
17946
17947 -n
17948 1 - (1 + rate)
17949 pv(rate, n, pmt) = pmt * ----------------
17950 rate
17951
17952 -n
17953 (1 - (1 + rate) ) (1 + rate)
17954 pvb(rate, n, pmt) = pmt * -----------------------------
17955 rate
17956
17957 -n
17958 pvl(rate, n, pmt) = pmt * (1 + rate)
17959
17960 -1 -2 -3
17961 npv(rate, [a, b, c]) = a*(1 + rate) + b*(1 + rate) + c*(1 + rate)
17962
17963 -1 -2
17964 npvb(rate, [a, b, c]) = a + b*(1 + rate) + c*(1 + rate)
17965
17966 -n
17967 (amt - x * (1 + rate) ) * rate
17968 pmt(rate, n, amt, x) = -------------------------------
17969 -n
17970 1 - (1 + rate)
17971
17972 -n
17973 (amt - x * (1 + rate) ) * rate
17974 pmtb(rate, n, amt, x) = -------------------------------
17975 -n
17976 (1 - (1 + rate) ) (1 + rate)
17977
17978 amt * rate
17979 nper(rate, pmt, amt) = - log(1 - ------------, 1 + rate)
17980 pmt
17981
17982 amt * rate
17983 nperb(rate, pmt, amt) = - log(1 - ---------------, 1 + rate)
17984 pmt * (1 + rate)
17985
17986 amt
17987 nperl(rate, pmt, amt) = - log(---, 1 + rate)
17988 pmt
17989
17990 1/n
17991 pmt
17992 ratel(n, pmt, amt) = ------ - 1
17993 1/n
17994 amt
17995
17996 cost - salv
17997 sln(cost, salv, life) = -----------
17998 life
17999
18000 (cost - salv) * (life - per + 1)
18001 syd(cost, salv, life, per) = --------------------------------
18002 life * (life + 1) / 2
18003
18004 book * 2
18005 ddb(cost, salv, life, per) = --------, book = cost - depreciation so far
18006 life
18007 @end example
18008 @end ifnottex
18009 @tex
18010 $$ \code{fv}(r, n, p) = p { (1 + r)^n - 1 \over r } $$
18011 $$ \code{fvb}(r, n, p) = p { ((1 + r)^n - 1) (1 + r) \over r } $$
18012 $$ \code{fvl}(r, n, p) = p (1 + r)^n $$
18013 $$ \code{pv}(r, n, p) = p { 1 - (1 + r)^{-n} \over r } $$
18014 $$ \code{pvb}(r, n, p) = p { (1 - (1 + r)^{-n}) (1 + r) \over r } $$
18015 $$ \code{pvl}(r, n, p) = p (1 + r)^{-n} $$
18016 $$ \code{npv}(r, [a,b,c]) = a (1 + r)^{-1} + b (1 + r)^{-2} + c (1 + r)^{-3} $$
18017 $$ \code{npvb}(r, [a,b,c]) = a + b (1 + r)^{-1} + c (1 + r)^{-2} $$
18018 $$ \code{pmt}(r, n, a, x) = { (a - x (1 + r)^{-n}) r \over 1 - (1 + r)^{-n} }$$
18019 $$ \code{pmtb}(r, n, a, x) = { (a - x (1 + r)^{-n}) r \over
18020 (1 - (1 + r)^{-n}) (1 + r) } $$
18021 $$ \code{nper}(r, p, a) = -\code{log}(1 - { a r \over p }, 1 + r) $$
18022 $$ \code{nperb}(r, p, a) = -\code{log}(1 - { a r \over p (1 + r) }, 1 + r) $$
18023 $$ \code{nperl}(r, p, a) = -\code{log}({a \over p}, 1 + r) $$
18024 $$ \code{ratel}(n, p, a) = { p^{1/n} \over a^{1/n} } - 1 $$
18025 $$ \code{sln}(c, s, l) = { c - s \over l } $$
18026 $$ \code{syd}(c, s, l, p) = { (c - s) (l - p + 1) \over l (l+1) / 2 } $$
18027 $$ \code{ddb}(c, s, l, p) = { 2 (c - \hbox{depreciation so far}) \over l } $$
18028 @end tex
18029
18030 @noindent
18031 In @code{pmt} and @code{pmtb}, @expr{x=0} if omitted.
18032
18033 These functions accept any numeric objects, including error forms,
18034 intervals, and even (though not very usefully) complex numbers. The
18035 above formulas specify exactly the behavior of these functions with
18036 all sorts of inputs.
18037
18038 Note that if the first argument to the @code{log} in @code{nper} is
18039 negative, @code{nper} leaves itself in symbolic form rather than
18040 returning a (financially meaningless) complex number.
18041
18042 @samp{rate(num, pmt, amt)} solves the equation
18043 @samp{pv(rate, num, pmt) = amt} for @samp{rate} using @kbd{H a R}
18044 (@code{calc-find-root}), with the interval @samp{[.01% .. 100%]}
18045 for an initial guess. The @code{rateb} function is the same except
18046 that it uses @code{pvb}. Note that @code{ratel} can be solved
18047 directly; its formula is shown in the above list.
18048
18049 Similarly, @samp{irr(pmts)} solves the equation @samp{npv(rate, pmts) = 0}
18050 for @samp{rate}.
18051
18052 If you give a fourth argument to @code{nper} or @code{nperb}, Calc
18053 will also use @kbd{H a R} to solve the equation using an initial
18054 guess interval of @samp{[0 .. 100]}.
18055
18056 A fourth argument to @code{fv} simply sums the two components
18057 calculated from the above formulas for @code{fv} and @code{fvl}.
18058 The same is true of @code{fvb}, @code{pv}, and @code{pvb}.
18059
18060 The @kbd{ddb} function is computed iteratively; the ``book'' value
18061 starts out equal to @var{cost}, and decreases according to the above
18062 formula for the specified number of periods. If the book value
18063 would decrease below @var{salvage}, it only decreases to @var{salvage}
18064 and the depreciation is zero for all subsequent periods. The @code{ddb}
18065 function returns the amount the book value decreased in the specified
18066 period.
18067
18068 @node Binary Functions, , Financial Functions, Arithmetic
18069 @section Binary Number Functions
18070
18071 @noindent
18072 The commands in this chapter all use two-letter sequences beginning with
18073 the @kbd{b} prefix.
18074
18075 @cindex Binary numbers
18076 The ``binary'' operations actually work regardless of the currently
18077 displayed radix, although their results make the most sense in a radix
18078 like 2, 8, or 16 (as obtained by the @kbd{d 2}, @kbd{d 8}, or @w{@kbd{d 6}}
18079 commands, respectively). You may also wish to enable display of leading
18080 zeros with @kbd{d z}. @xref{Radix Modes}.
18081
18082 @cindex Word size for binary operations
18083 The Calculator maintains a current @dfn{word size} @expr{w}, an
18084 arbitrary positive or negative integer. For a positive word size, all
18085 of the binary operations described here operate modulo @expr{2^w}. In
18086 particular, negative arguments are converted to positive integers modulo
18087 @expr{2^w} by all binary functions.
18088
18089 If the word size is negative, binary operations produce twos-complement
18090 integers from
18091 @texline @math{-2^{-w-1}}
18092 @infoline @expr{-(2^(-w-1))}
18093 to
18094 @texline @math{2^{-w-1}-1}
18095 @infoline @expr{2^(-w-1)-1}
18096 inclusive. Either mode accepts inputs in any range; the sign of
18097 @expr{w} affects only the results produced.
18098
18099 @kindex b c
18100 @pindex calc-clip
18101 @tindex clip
18102 The @kbd{b c} (@code{calc-clip})
18103 [@code{clip}] command can be used to clip a number by reducing it modulo
18104 @expr{2^w}. The commands described in this chapter automatically clip
18105 their results to the current word size. Note that other operations like
18106 addition do not use the current word size, since integer addition
18107 generally is not ``binary.'' (However, @pxref{Simplification Modes},
18108 @code{calc-bin-simplify-mode}.) For example, with a word size of 8
18109 bits @kbd{b c} converts a number to the range 0 to 255; with a word
18110 size of @mathit{-8} @kbd{b c} converts to the range @mathit{-128} to 127.
18111
18112 @kindex b w
18113 @pindex calc-word-size
18114 The default word size is 32 bits. All operations except the shifts and
18115 rotates allow you to specify a different word size for that one
18116 operation by giving a numeric prefix argument: @kbd{C-u 8 b c} clips the
18117 top of stack to the range 0 to 255 regardless of the current word size.
18118 To set the word size permanently, use @kbd{b w} (@code{calc-word-size}).
18119 This command displays a prompt with the current word size; press @key{RET}
18120 immediately to keep this word size, or type a new word size at the prompt.
18121
18122 When the binary operations are written in symbolic form, they take an
18123 optional second (or third) word-size parameter. When a formula like
18124 @samp{and(a,b)} is finally evaluated, the word size current at that time
18125 will be used, but when @samp{and(a,b,-8)} is evaluated, a word size of
18126 @mathit{-8} will always be used. A symbolic binary function will be left
18127 in symbolic form unless the all of its argument(s) are integers or
18128 integer-valued floats.
18129
18130 If either or both arguments are modulo forms for which @expr{M} is a
18131 power of two, that power of two is taken as the word size unless a
18132 numeric prefix argument overrides it. The current word size is never
18133 consulted when modulo-power-of-two forms are involved.
18134
18135 @kindex b a
18136 @pindex calc-and
18137 @tindex and
18138 The @kbd{b a} (@code{calc-and}) [@code{and}] command computes the bitwise
18139 AND of the two numbers on the top of the stack. In other words, for each
18140 of the @expr{w} binary digits of the two numbers (pairwise), the corresponding
18141 bit of the result is 1 if and only if both input bits are 1:
18142 @samp{and(2#1100, 2#1010) = 2#1000}.
18143
18144 @kindex b o
18145 @pindex calc-or
18146 @tindex or
18147 The @kbd{b o} (@code{calc-or}) [@code{or}] command computes the bitwise
18148 inclusive OR of two numbers. A bit is 1 if either of the input bits, or
18149 both, are 1: @samp{or(2#1100, 2#1010) = 2#1110}.
18150
18151 @kindex b x
18152 @pindex calc-xor
18153 @tindex xor
18154 The @kbd{b x} (@code{calc-xor}) [@code{xor}] command computes the bitwise
18155 exclusive OR of two numbers. A bit is 1 if exactly one of the input bits
18156 is 1: @samp{xor(2#1100, 2#1010) = 2#0110}.
18157
18158 @kindex b d
18159 @pindex calc-diff
18160 @tindex diff
18161 The @kbd{b d} (@code{calc-diff}) [@code{diff}] command computes the bitwise
18162 difference of two numbers; this is defined by @samp{diff(a,b) = and(a,not(b))},
18163 so that @samp{diff(2#1100, 2#1010) = 2#0100}.
18164
18165 @kindex b n
18166 @pindex calc-not
18167 @tindex not
18168 The @kbd{b n} (@code{calc-not}) [@code{not}] command computes the bitwise
18169 NOT of a number. A bit is 1 if the input bit is 0 and vice-versa.
18170
18171 @kindex b l
18172 @pindex calc-lshift-binary
18173 @tindex lsh
18174 The @kbd{b l} (@code{calc-lshift-binary}) [@code{lsh}] command shifts a
18175 number left by one bit, or by the number of bits specified in the numeric
18176 prefix argument. A negative prefix argument performs a logical right shift,
18177 in which zeros are shifted in on the left. In symbolic form, @samp{lsh(a)}
18178 is short for @samp{lsh(a,1)}, which in turn is short for @samp{lsh(a,n,w)}.
18179 Bits shifted ``off the end,'' according to the current word size, are lost.
18180
18181 @kindex H b l
18182 @kindex H b r
18183 @ignore
18184 @mindex @idots
18185 @end ignore
18186 @kindex H b L
18187 @ignore
18188 @mindex @null
18189 @end ignore
18190 @kindex H b R
18191 @ignore
18192 @mindex @null
18193 @end ignore
18194 @kindex H b t
18195 The @kbd{H b l} command also does a left shift, but it takes two arguments
18196 from the stack (the value to shift, and, at top-of-stack, the number of
18197 bits to shift). This version interprets the prefix argument just like
18198 the regular binary operations, i.e., as a word size. The Hyperbolic flag
18199 has a similar effect on the rest of the binary shift and rotate commands.
18200
18201 @kindex b r
18202 @pindex calc-rshift-binary
18203 @tindex rsh
18204 The @kbd{b r} (@code{calc-rshift-binary}) [@code{rsh}] command shifts a
18205 number right by one bit, or by the number of bits specified in the numeric
18206 prefix argument: @samp{rsh(a,n) = lsh(a,-n)}.
18207
18208 @kindex b L
18209 @pindex calc-lshift-arith
18210 @tindex ash
18211 The @kbd{b L} (@code{calc-lshift-arith}) [@code{ash}] command shifts a
18212 number left. It is analogous to @code{lsh}, except that if the shift
18213 is rightward (the prefix argument is negative), an arithmetic shift
18214 is performed as described below.
18215
18216 @kindex b R
18217 @pindex calc-rshift-arith
18218 @tindex rash
18219 The @kbd{b R} (@code{calc-rshift-arith}) [@code{rash}] command performs
18220 an ``arithmetic'' shift to the right, in which the leftmost bit (according
18221 to the current word size) is duplicated rather than shifting in zeros.
18222 This corresponds to dividing by a power of two where the input is interpreted
18223 as a signed, twos-complement number. (The distinction between the @samp{rsh}
18224 and @samp{rash} operations is totally independent from whether the word
18225 size is positive or negative.) With a negative prefix argument, this
18226 performs a standard left shift.
18227
18228 @kindex b t
18229 @pindex calc-rotate-binary
18230 @tindex rot
18231 The @kbd{b t} (@code{calc-rotate-binary}) [@code{rot}] command rotates a
18232 number one bit to the left. The leftmost bit (according to the current
18233 word size) is dropped off the left and shifted in on the right. With a
18234 numeric prefix argument, the number is rotated that many bits to the left
18235 or right.
18236
18237 @xref{Set Operations}, for the @kbd{b p} and @kbd{b u} commands that
18238 pack and unpack binary integers into sets. (For example, @kbd{b u}
18239 unpacks the number @samp{2#11001} to the set of bit-numbers
18240 @samp{[0, 3, 4]}.) Type @kbd{b u V #} to count the number of ``1''
18241 bits in a binary integer.
18242
18243 Another interesting use of the set representation of binary integers
18244 is to reverse the bits in, say, a 32-bit integer. Type @kbd{b u} to
18245 unpack; type @kbd{31 @key{TAB} -} to replace each bit-number in the set
18246 with 31 minus that bit-number; type @kbd{b p} to pack the set back
18247 into a binary integer.
18248
18249 @node Scientific Functions, Matrix Functions, Arithmetic, Top
18250 @chapter Scientific Functions
18251
18252 @noindent
18253 The functions described here perform trigonometric and other transcendental
18254 calculations. They generally produce floating-point answers correct to the
18255 full current precision. The @kbd{H} (Hyperbolic) and @kbd{I} (Inverse)
18256 flag keys must be used to get some of these functions from the keyboard.
18257
18258 @kindex P
18259 @pindex calc-pi
18260 @cindex @code{pi} variable
18261 @vindex pi
18262 @kindex H P
18263 @cindex @code{e} variable
18264 @vindex e
18265 @kindex I P
18266 @cindex @code{gamma} variable
18267 @vindex gamma
18268 @cindex Gamma constant, Euler's
18269 @cindex Euler's gamma constant
18270 @kindex H I P
18271 @cindex @code{phi} variable
18272 @cindex Phi, golden ratio
18273 @cindex Golden ratio
18274 One miscellaneous command is shift-@kbd{P} (@code{calc-pi}), which pushes
18275 the value of @cpi{} (at the current precision) onto the stack. With the
18276 Hyperbolic flag, it pushes the value @expr{e}, the base of natural logarithms.
18277 With the Inverse flag, it pushes Euler's constant
18278 @texline @math{\gamma}
18279 @infoline @expr{gamma}
18280 (about 0.5772). With both Inverse and Hyperbolic, it
18281 pushes the ``golden ratio''
18282 @texline @math{\phi}
18283 @infoline @expr{phi}
18284 (about 1.618). (At present, Euler's constant is not available
18285 to unlimited precision; Calc knows only the first 100 digits.)
18286 In Symbolic mode, these commands push the
18287 actual variables @samp{pi}, @samp{e}, @samp{gamma}, and @samp{phi},
18288 respectively, instead of their values; @pxref{Symbolic Mode}.
18289
18290 @ignore
18291 @mindex Q
18292 @end ignore
18293 @ignore
18294 @mindex I Q
18295 @end ignore
18296 @kindex I Q
18297 @tindex sqr
18298 The @kbd{Q} (@code{calc-sqrt}) [@code{sqrt}] function is described elsewhere;
18299 @pxref{Basic Arithmetic}. With the Inverse flag [@code{sqr}], this command
18300 computes the square of the argument.
18301
18302 @xref{Prefix Arguments}, for a discussion of the effect of numeric
18303 prefix arguments on commands in this chapter which do not otherwise
18304 interpret a prefix argument.
18305
18306 @menu
18307 * Logarithmic Functions::
18308 * Trigonometric and Hyperbolic Functions::
18309 * Advanced Math Functions::
18310 * Branch Cuts::
18311 * Random Numbers::
18312 * Combinatorial Functions::
18313 * Probability Distribution Functions::
18314 @end menu
18315
18316 @node Logarithmic Functions, Trigonometric and Hyperbolic Functions, Scientific Functions, Scientific Functions
18317 @section Logarithmic Functions
18318
18319 @noindent
18320 @kindex L
18321 @pindex calc-ln
18322 @tindex ln
18323 @ignore
18324 @mindex @null
18325 @end ignore
18326 @kindex I E
18327 The shift-@kbd{L} (@code{calc-ln}) [@code{ln}] command computes the natural
18328 logarithm of the real or complex number on the top of the stack. With
18329 the Inverse flag it computes the exponential function instead, although
18330 this is redundant with the @kbd{E} command.
18331
18332 @kindex E
18333 @pindex calc-exp
18334 @tindex exp
18335 @ignore
18336 @mindex @null
18337 @end ignore
18338 @kindex I L
18339 The shift-@kbd{E} (@code{calc-exp}) [@code{exp}] command computes the
18340 exponential, i.e., @expr{e} raised to the power of the number on the stack.
18341 The meanings of the Inverse and Hyperbolic flags follow from those for
18342 the @code{calc-ln} command.
18343
18344 @kindex H L
18345 @kindex H E
18346 @pindex calc-log10
18347 @tindex log10
18348 @tindex exp10
18349 @ignore
18350 @mindex @null
18351 @end ignore
18352 @kindex H I L
18353 @ignore
18354 @mindex @null
18355 @end ignore
18356 @kindex H I E
18357 The @kbd{H L} (@code{calc-log10}) [@code{log10}] command computes the common
18358 (base-10) logarithm of a number. (With the Inverse flag [@code{exp10}],
18359 it raises ten to a given power.) Note that the common logarithm of a
18360 complex number is computed by taking the natural logarithm and dividing
18361 by
18362 @texline @math{\ln10}.
18363 @infoline @expr{ln(10)}.
18364
18365 @kindex B
18366 @kindex I B
18367 @pindex calc-log
18368 @tindex log
18369 @tindex alog
18370 The @kbd{B} (@code{calc-log}) [@code{log}] command computes a logarithm
18371 to any base. For example, @kbd{1024 @key{RET} 2 B} produces 10, since
18372 @texline @math{2^{10} = 1024}.
18373 @infoline @expr{2^10 = 1024}.
18374 In certain cases like @samp{log(3,9)}, the result
18375 will be either @expr{1:2} or @expr{0.5} depending on the current Fraction
18376 mode setting. With the Inverse flag [@code{alog}], this command is
18377 similar to @kbd{^} except that the order of the arguments is reversed.
18378
18379 @kindex f I
18380 @pindex calc-ilog
18381 @tindex ilog
18382 The @kbd{f I} (@code{calc-ilog}) [@code{ilog}] command computes the
18383 integer logarithm of a number to any base. The number and the base must
18384 themselves be positive integers. This is the true logarithm, rounded
18385 down to an integer. Thus @kbd{ilog(x,10)} is 3 for all @expr{x} in the
18386 range from 1000 to 9999. If both arguments are positive integers, exact
18387 integer arithmetic is used; otherwise, this is equivalent to
18388 @samp{floor(log(x,b))}.
18389
18390 @kindex f E
18391 @pindex calc-expm1
18392 @tindex expm1
18393 The @kbd{f E} (@code{calc-expm1}) [@code{expm1}] command computes
18394 @texline @math{e^x - 1},
18395 @infoline @expr{exp(x)-1},
18396 but using an algorithm that produces a more accurate
18397 answer when the result is close to zero, i.e., when
18398 @texline @math{e^x}
18399 @infoline @expr{exp(x)}
18400 is close to one.
18401
18402 @kindex f L
18403 @pindex calc-lnp1
18404 @tindex lnp1
18405 The @kbd{f L} (@code{calc-lnp1}) [@code{lnp1}] command computes
18406 @texline @math{\ln(x+1)},
18407 @infoline @expr{ln(x+1)},
18408 producing a more accurate answer when @expr{x} is close to zero.
18409
18410 @node Trigonometric and Hyperbolic Functions, Advanced Math Functions, Logarithmic Functions, Scientific Functions
18411 @section Trigonometric/Hyperbolic Functions
18412
18413 @noindent
18414 @kindex S
18415 @pindex calc-sin
18416 @tindex sin
18417 The shift-@kbd{S} (@code{calc-sin}) [@code{sin}] command computes the sine
18418 of an angle or complex number. If the input is an HMS form, it is interpreted
18419 as degrees-minutes-seconds; otherwise, the input is interpreted according
18420 to the current angular mode. It is best to use Radians mode when operating
18421 on complex numbers.
18422
18423 Calc's ``units'' mechanism includes angular units like @code{deg},
18424 @code{rad}, and @code{grad}. While @samp{sin(45 deg)} is not evaluated
18425 all the time, the @kbd{u s} (@code{calc-simplify-units}) command will
18426 simplify @samp{sin(45 deg)} by taking the sine of 45 degrees, regardless
18427 of the current angular mode. @xref{Basic Operations on Units}.
18428
18429 Also, the symbolic variable @code{pi} is not ordinarily recognized in
18430 arguments to trigonometric functions, as in @samp{sin(3 pi / 4)}, but
18431 the default algebraic simplifications recognize many such
18432 formulas when the current angular mode is Radians @emph{and} Symbolic
18433 mode is enabled; this example would be replaced by @samp{sqrt(2) / 2}.
18434 @xref{Symbolic Mode}. Beware, this simplification occurs even if you
18435 have stored a different value in the variable @samp{pi}; this is one
18436 reason why changing built-in variables is a bad idea. Arguments of
18437 the form @expr{x} plus a multiple of @cpiover{2} are also simplified.
18438 Calc includes similar formulas for @code{cos} and @code{tan}.
18439
18440 Calc's algebraic simplifications know all angles which are integer multiples of
18441 @cpiover{12}, @cpiover{10}, or @cpiover{8} radians. In Degrees mode,
18442 analogous simplifications occur for integer multiples of 15 or 18
18443 degrees, and for arguments plus multiples of 90 degrees.
18444
18445 @kindex I S
18446 @pindex calc-arcsin
18447 @tindex arcsin
18448 With the Inverse flag, @code{calc-sin} computes an arcsine. This is also
18449 available as the @code{calc-arcsin} command or @code{arcsin} algebraic
18450 function. The returned argument is converted to degrees, radians, or HMS
18451 notation depending on the current angular mode.
18452
18453 @kindex H S
18454 @pindex calc-sinh
18455 @tindex sinh
18456 @kindex H I S
18457 @pindex calc-arcsinh
18458 @tindex arcsinh
18459 With the Hyperbolic flag, @code{calc-sin} computes the hyperbolic
18460 sine, also available as @code{calc-sinh} [@code{sinh}]. With the
18461 Hyperbolic and Inverse flags, it computes the hyperbolic arcsine
18462 (@code{calc-arcsinh}) [@code{arcsinh}].
18463
18464 @kindex C
18465 @pindex calc-cos
18466 @tindex cos
18467 @ignore
18468 @mindex @idots
18469 @end ignore
18470 @kindex I C
18471 @pindex calc-arccos
18472 @ignore
18473 @mindex @null
18474 @end ignore
18475 @tindex arccos
18476 @ignore
18477 @mindex @null
18478 @end ignore
18479 @kindex H C
18480 @pindex calc-cosh
18481 @ignore
18482 @mindex @null
18483 @end ignore
18484 @tindex cosh
18485 @ignore
18486 @mindex @null
18487 @end ignore
18488 @kindex H I C
18489 @pindex calc-arccosh
18490 @ignore
18491 @mindex @null
18492 @end ignore
18493 @tindex arccosh
18494 @ignore
18495 @mindex @null
18496 @end ignore
18497 @kindex T
18498 @pindex calc-tan
18499 @ignore
18500 @mindex @null
18501 @end ignore
18502 @tindex tan
18503 @ignore
18504 @mindex @null
18505 @end ignore
18506 @kindex I T
18507 @pindex calc-arctan
18508 @ignore
18509 @mindex @null
18510 @end ignore
18511 @tindex arctan
18512 @ignore
18513 @mindex @null
18514 @end ignore
18515 @kindex H T
18516 @pindex calc-tanh
18517 @ignore
18518 @mindex @null
18519 @end ignore
18520 @tindex tanh
18521 @ignore
18522 @mindex @null
18523 @end ignore
18524 @kindex H I T
18525 @pindex calc-arctanh
18526 @ignore
18527 @mindex @null
18528 @end ignore
18529 @tindex arctanh
18530 The shift-@kbd{C} (@code{calc-cos}) [@code{cos}] command computes the cosine
18531 of an angle or complex number, and shift-@kbd{T} (@code{calc-tan}) [@code{tan}]
18532 computes the tangent, along with all the various inverse and hyperbolic
18533 variants of these functions.
18534
18535 @kindex f T
18536 @pindex calc-arctan2
18537 @tindex arctan2
18538 The @kbd{f T} (@code{calc-arctan2}) [@code{arctan2}] command takes two
18539 numbers from the stack and computes the arc tangent of their ratio. The
18540 result is in the full range from @mathit{-180} (exclusive) to @mathit{+180}
18541 (inclusive) degrees, or the analogous range in radians. A similar
18542 result would be obtained with @kbd{/} followed by @kbd{I T}, but the
18543 value would only be in the range from @mathit{-90} to @mathit{+90} degrees
18544 since the division loses information about the signs of the two
18545 components, and an error might result from an explicit division by zero
18546 which @code{arctan2} would avoid. By (arbitrary) definition,
18547 @samp{arctan2(0,0)=0}.
18548
18549 @pindex calc-sincos
18550 @ignore
18551 @starindex
18552 @end ignore
18553 @tindex sincos
18554 @ignore
18555 @starindex
18556 @end ignore
18557 @ignore
18558 @mindex arc@idots
18559 @end ignore
18560 @tindex arcsincos
18561 The @code{calc-sincos} [@code{sincos}] command computes the sine and
18562 cosine of a number, returning them as a vector of the form
18563 @samp{[@var{cos}, @var{sin}]}.
18564 With the Inverse flag [@code{arcsincos}], this command takes a two-element
18565 vector as an argument and computes @code{arctan2} of the elements.
18566 (This command does not accept the Hyperbolic flag.)
18567
18568 @pindex calc-sec
18569 @tindex sec
18570 @pindex calc-csc
18571 @tindex csc
18572 @pindex calc-cot
18573 @tindex cot
18574 @pindex calc-sech
18575 @tindex sech
18576 @pindex calc-csch
18577 @tindex csch
18578 @pindex calc-coth
18579 @tindex coth
18580 The remaining trigonometric functions, @code{calc-sec} [@code{sec}],
18581 @code{calc-csc} [@code{csc}] and @code{calc-cot} [@code{cot}], are also
18582 available. With the Hyperbolic flag, these compute their hyperbolic
18583 counterparts, which are also available separately as @code{calc-sech}
18584 [@code{sech}], @code{calc-csch} [@code{csch}] and @code{calc-coth}
18585 [@code{coth}]. (These commands do not accept the Inverse flag.)
18586
18587 @node Advanced Math Functions, Branch Cuts, Trigonometric and Hyperbolic Functions, Scientific Functions
18588 @section Advanced Mathematical Functions
18589
18590 @noindent
18591 Calc can compute a variety of less common functions that arise in
18592 various branches of mathematics. All of the functions described in
18593 this section allow arbitrary complex arguments and, except as noted,
18594 will work to arbitrarily large precision. They can not at present
18595 handle error forms or intervals as arguments.
18596
18597 NOTE: These functions are still experimental. In particular, their
18598 accuracy is not guaranteed in all domains. It is advisable to set the
18599 current precision comfortably higher than you actually need when
18600 using these functions. Also, these functions may be impractically
18601 slow for some values of the arguments.
18602
18603 @kindex f g
18604 @pindex calc-gamma
18605 @tindex gamma
18606 The @kbd{f g} (@code{calc-gamma}) [@code{gamma}] command computes the Euler
18607 gamma function. For positive integer arguments, this is related to the
18608 factorial function: @samp{gamma(n+1) = fact(n)}. For general complex
18609 arguments the gamma function can be defined by the following definite
18610 integral:
18611 @texline @math{\Gamma(a) = \int_0^\infty t^{a-1} e^t dt}.
18612 @infoline @expr{gamma(a) = integ(t^(a-1) exp(t), t, 0, inf)}.
18613 (The actual implementation uses far more efficient computational methods.)
18614
18615 @kindex f G
18616 @tindex gammaP
18617 @ignore
18618 @mindex @idots
18619 @end ignore
18620 @kindex I f G
18621 @ignore
18622 @mindex @null
18623 @end ignore
18624 @kindex H f G
18625 @ignore
18626 @mindex @null
18627 @end ignore
18628 @kindex H I f G
18629 @pindex calc-inc-gamma
18630 @ignore
18631 @mindex @null
18632 @end ignore
18633 @tindex gammaQ
18634 @ignore
18635 @mindex @null
18636 @end ignore
18637 @tindex gammag
18638 @ignore
18639 @mindex @null
18640 @end ignore
18641 @tindex gammaG
18642 The @kbd{f G} (@code{calc-inc-gamma}) [@code{gammaP}] command computes
18643 the incomplete gamma function, denoted @samp{P(a,x)}. This is defined by
18644 the integral,
18645 @texline @math{P(a,x) = \left( \int_0^x t^{a-1} e^t dt \right) / \Gamma(a)}.
18646 @infoline @expr{gammaP(a,x) = integ(t^(a-1) exp(t), t, 0, x) / gamma(a)}.
18647 This implies that @samp{gammaP(a,inf) = 1} for any @expr{a} (see the
18648 definition of the normal gamma function).
18649
18650 Several other varieties of incomplete gamma function are defined.
18651 The complement of @expr{P(a,x)}, called @expr{Q(a,x) = 1-P(a,x)} by
18652 some authors, is computed by the @kbd{I f G} [@code{gammaQ}] command.
18653 You can think of this as taking the other half of the integral, from
18654 @expr{x} to infinity.
18655
18656 @ifnottex
18657 The functions corresponding to the integrals that define @expr{P(a,x)}
18658 and @expr{Q(a,x)} but without the normalizing @expr{1/gamma(a)}
18659 factor are called @expr{g(a,x)} and @expr{G(a,x)}, respectively
18660 (where @expr{g} and @expr{G} represent the lower- and upper-case Greek
18661 letter gamma). You can obtain these using the @kbd{H f G} [@code{gammag}]
18662 and @kbd{H I f G} [@code{gammaG}] commands.
18663 @end ifnottex
18664 @tex
18665 The functions corresponding to the integrals that define $P(a,x)$
18666 and $Q(a,x)$ but without the normalizing $1/\Gamma(a)$
18667 factor are called $\gamma(a,x)$ and $\Gamma(a,x)$, respectively.
18668 You can obtain these using the \kbd{H f G} [\code{gammag}] and
18669 \kbd{I H f G} [\code{gammaG}] commands.
18670 @end tex
18671
18672 @kindex f b
18673 @pindex calc-beta
18674 @tindex beta
18675 The @kbd{f b} (@code{calc-beta}) [@code{beta}] command computes the
18676 Euler beta function, which is defined in terms of the gamma function as
18677 @texline @math{B(a,b) = \Gamma(a) \Gamma(b) / \Gamma(a+b)},
18678 @infoline @expr{beta(a,b) = gamma(a) gamma(b) / gamma(a+b)},
18679 or by
18680 @texline @math{B(a,b) = \int_0^1 t^{a-1} (1-t)^{b-1} dt}.
18681 @infoline @expr{beta(a,b) = integ(t^(a-1) (1-t)^(b-1), t, 0, 1)}.
18682
18683 @kindex f B
18684 @kindex H f B
18685 @pindex calc-inc-beta
18686 @tindex betaI
18687 @tindex betaB
18688 The @kbd{f B} (@code{calc-inc-beta}) [@code{betaI}] command computes
18689 the incomplete beta function @expr{I(x,a,b)}. It is defined by
18690 @texline @math{I(x,a,b) = \left( \int_0^x t^{a-1} (1-t)^{b-1} dt \right) / B(a,b)}.
18691 @infoline @expr{betaI(x,a,b) = integ(t^(a-1) (1-t)^(b-1), t, 0, x) / beta(a,b)}.
18692 Once again, the @kbd{H} (hyperbolic) prefix gives the corresponding
18693 un-normalized version [@code{betaB}].
18694
18695 @kindex f e
18696 @kindex I f e
18697 @pindex calc-erf
18698 @tindex erf
18699 @tindex erfc
18700 The @kbd{f e} (@code{calc-erf}) [@code{erf}] command computes the
18701 error function
18702 @texline @math{\hbox{erf}(x) = {2 \over \sqrt{\pi}} \int_0^x e^{-t^2} dt}.
18703 @infoline @expr{erf(x) = 2 integ(exp(-(t^2)), t, 0, x) / sqrt(pi)}.
18704 The complementary error function @kbd{I f e} (@code{calc-erfc}) [@code{erfc}]
18705 is the corresponding integral from @samp{x} to infinity; the sum
18706 @texline @math{\hbox{erf}(x) + \hbox{erfc}(x) = 1}.
18707 @infoline @expr{erf(x) + erfc(x) = 1}.
18708
18709 @kindex f j
18710 @kindex f y
18711 @pindex calc-bessel-J
18712 @pindex calc-bessel-Y
18713 @tindex besJ
18714 @tindex besY
18715 The @kbd{f j} (@code{calc-bessel-J}) [@code{besJ}] and @kbd{f y}
18716 (@code{calc-bessel-Y}) [@code{besY}] commands compute the Bessel
18717 functions of the first and second kinds, respectively.
18718 In @samp{besJ(n,x)} and @samp{besY(n,x)} the ``order'' parameter
18719 @expr{n} is often an integer, but is not required to be one.
18720 Calc's implementation of the Bessel functions currently limits the
18721 precision to 8 digits, and may not be exact even to that precision.
18722 Use with care!
18723
18724 @node Branch Cuts, Random Numbers, Advanced Math Functions, Scientific Functions
18725 @section Branch Cuts and Principal Values
18726
18727 @noindent
18728 @cindex Branch cuts
18729 @cindex Principal values
18730 All of the logarithmic, trigonometric, and other scientific functions are
18731 defined for complex numbers as well as for reals.
18732 This section describes the values
18733 returned in cases where the general result is a family of possible values.
18734 Calc follows section 12.5.3 of Steele's @dfn{Common Lisp, the Language},
18735 second edition, in these matters. This section will describe each
18736 function briefly; for a more detailed discussion (including some nifty
18737 diagrams), consult Steele's book.
18738
18739 Note that the branch cuts for @code{arctan} and @code{arctanh} were
18740 changed between the first and second editions of Steele. Recent
18741 versions of Calc follow the second edition.
18742
18743 The new branch cuts exactly match those of the HP-28/48 calculators.
18744 They also match those of Mathematica 1.2, except that Mathematica's
18745 @code{arctan} cut is always in the right half of the complex plane,
18746 and its @code{arctanh} cut is always in the top half of the plane.
18747 Calc's cuts are continuous with quadrants I and III for @code{arctan},
18748 or II and IV for @code{arctanh}.
18749
18750 Note: The current implementations of these functions with complex arguments
18751 are designed with proper behavior around the branch cuts in mind, @emph{not}
18752 efficiency or accuracy. You may need to increase the floating precision
18753 and wait a while to get suitable answers from them.
18754
18755 For @samp{sqrt(a+bi)}: When @expr{a<0} and @expr{b} is small but positive
18756 or zero, the result is close to the @expr{+i} axis. For @expr{b} small and
18757 negative, the result is close to the @expr{-i} axis. The result always lies
18758 in the right half of the complex plane.
18759
18760 For @samp{ln(a+bi)}: The real part is defined as @samp{ln(abs(a+bi))}.
18761 The imaginary part is defined as @samp{arg(a+bi) = arctan2(b,a)}.
18762 Thus the branch cuts for @code{sqrt} and @code{ln} both lie on the
18763 negative real axis.
18764
18765 The following table describes these branch cuts in another way.
18766 If the real and imaginary parts of @expr{z} are as shown, then
18767 the real and imaginary parts of @expr{f(z)} will be as shown.
18768 Here @code{eps} stands for a small positive value; each
18769 occurrence of @code{eps} may stand for a different small value.
18770
18771 @smallexample
18772 z sqrt(z) ln(z)
18773 ----------------------------------------
18774 +, 0 +, 0 any, 0
18775 -, 0 0, + any, pi
18776 -, +eps +eps, + +eps, +
18777 -, -eps +eps, - +eps, -
18778 @end smallexample
18779
18780 For @samp{z1^z2}: This is defined by @samp{exp(ln(z1)*z2)}.
18781 One interesting consequence of this is that @samp{(-8)^1:3} does
18782 not evaluate to @mathit{-2} as you might expect, but to the complex
18783 number @expr{(1., 1.732)}. Both of these are valid cube roots
18784 of @mathit{-8} (as is @expr{(1., -1.732)}); Calc chooses a perhaps
18785 less-obvious root for the sake of mathematical consistency.
18786
18787 For @samp{arcsin(z)}: This is defined by @samp{-i*ln(i*z + sqrt(1-z^2))}.
18788 The branch cuts are on the real axis, less than @mathit{-1} and greater than 1.
18789
18790 For @samp{arccos(z)}: This is defined by @samp{-i*ln(z + i*sqrt(1-z^2))},
18791 or equivalently by @samp{pi/2 - arcsin(z)}. The branch cuts are on
18792 the real axis, less than @mathit{-1} and greater than 1.
18793
18794 For @samp{arctan(z)}: This is defined by
18795 @samp{(ln(1+i*z) - ln(1-i*z)) / (2*i)}. The branch cuts are on the
18796 imaginary axis, below @expr{-i} and above @expr{i}.
18797
18798 For @samp{arcsinh(z)}: This is defined by @samp{ln(z + sqrt(1+z^2))}.
18799 The branch cuts are on the imaginary axis, below @expr{-i} and
18800 above @expr{i}.
18801
18802 For @samp{arccosh(z)}: This is defined by
18803 @samp{ln(z + (z+1)*sqrt((z-1)/(z+1)))}. The branch cut is on the
18804 real axis less than 1.
18805
18806 For @samp{arctanh(z)}: This is defined by @samp{(ln(1+z) - ln(1-z)) / 2}.
18807 The branch cuts are on the real axis, less than @mathit{-1} and greater than 1.
18808
18809 The following tables for @code{arcsin}, @code{arccos}, and
18810 @code{arctan} assume the current angular mode is Radians. The
18811 hyperbolic functions operate independently of the angular mode.
18812
18813 @smallexample
18814 z arcsin(z) arccos(z)
18815 -------------------------------------------------------
18816 (-1..1), 0 (-pi/2..pi/2), 0 (0..pi), 0
18817 (-1..1), +eps (-pi/2..pi/2), +eps (0..pi), -eps
18818 (-1..1), -eps (-pi/2..pi/2), -eps (0..pi), +eps
18819 <-1, 0 -pi/2, + pi, -
18820 <-1, +eps -pi/2 + eps, + pi - eps, -
18821 <-1, -eps -pi/2 + eps, - pi - eps, +
18822 >1, 0 pi/2, - 0, +
18823 >1, +eps pi/2 - eps, + +eps, -
18824 >1, -eps pi/2 - eps, - +eps, +
18825 @end smallexample
18826
18827 @smallexample
18828 z arccosh(z) arctanh(z)
18829 -----------------------------------------------------
18830 (-1..1), 0 0, (0..pi) any, 0
18831 (-1..1), +eps +eps, (0..pi) any, +eps
18832 (-1..1), -eps +eps, (-pi..0) any, -eps
18833 <-1, 0 +, pi -, pi/2
18834 <-1, +eps +, pi - eps -, pi/2 - eps
18835 <-1, -eps +, -pi + eps -, -pi/2 + eps
18836 >1, 0 +, 0 +, -pi/2
18837 >1, +eps +, +eps +, pi/2 - eps
18838 >1, -eps +, -eps +, -pi/2 + eps
18839 @end smallexample
18840
18841 @smallexample
18842 z arcsinh(z) arctan(z)
18843 -----------------------------------------------------
18844 0, (-1..1) 0, (-pi/2..pi/2) 0, any
18845 0, <-1 -, -pi/2 -pi/2, -
18846 +eps, <-1 +, -pi/2 + eps pi/2 - eps, -
18847 -eps, <-1 -, -pi/2 + eps -pi/2 + eps, -
18848 0, >1 +, pi/2 pi/2, +
18849 +eps, >1 +, pi/2 - eps pi/2 - eps, +
18850 -eps, >1 -, pi/2 - eps -pi/2 + eps, +
18851 @end smallexample
18852
18853 Finally, the following identities help to illustrate the relationship
18854 between the complex trigonometric and hyperbolic functions. They
18855 are valid everywhere, including on the branch cuts.
18856
18857 @smallexample
18858 sin(i*z) = i*sinh(z) arcsin(i*z) = i*arcsinh(z)
18859 cos(i*z) = cosh(z) arcsinh(i*z) = i*arcsin(z)
18860 tan(i*z) = i*tanh(z) arctan(i*z) = i*arctanh(z)
18861 sinh(i*z) = i*sin(z) cosh(i*z) = cos(z)
18862 @end smallexample
18863
18864 The ``advanced math'' functions (gamma, Bessel, etc.@:) are also defined
18865 for general complex arguments, but their branch cuts and principal values
18866 are not rigorously specified at present.
18867
18868 @node Random Numbers, Combinatorial Functions, Branch Cuts, Scientific Functions
18869 @section Random Numbers
18870
18871 @noindent
18872 @kindex k r
18873 @pindex calc-random
18874 @tindex random
18875 The @kbd{k r} (@code{calc-random}) [@code{random}] command produces
18876 random numbers of various sorts.
18877
18878 Given a positive numeric prefix argument @expr{M}, it produces a random
18879 integer @expr{N} in the range
18880 @texline @math{0 \le N < M}.
18881 @infoline @expr{0 <= N < M}.
18882 Each possible value @expr{N} appears with equal probability.
18883
18884 With no numeric prefix argument, the @kbd{k r} command takes its argument
18885 from the stack instead. Once again, if this is a positive integer @expr{M}
18886 the result is a random integer less than @expr{M}. However, note that
18887 while numeric prefix arguments are limited to six digits or so, an @expr{M}
18888 taken from the stack can be arbitrarily large. If @expr{M} is negative,
18889 the result is a random integer in the range
18890 @texline @math{M < N \le 0}.
18891 @infoline @expr{M < N <= 0}.
18892
18893 If the value on the stack is a floating-point number @expr{M}, the result
18894 is a random floating-point number @expr{N} in the range
18895 @texline @math{0 \le N < M}
18896 @infoline @expr{0 <= N < M}
18897 or
18898 @texline @math{M < N \le 0},
18899 @infoline @expr{M < N <= 0},
18900 according to the sign of @expr{M}.
18901
18902 If @expr{M} is zero, the result is a Gaussian-distributed random real
18903 number; the distribution has a mean of zero and a standard deviation
18904 of one. The algorithm used generates random numbers in pairs; thus,
18905 every other call to this function will be especially fast.
18906
18907 If @expr{M} is an error form
18908 @texline @math{m} @code{+/-} @math{\sigma}
18909 @infoline @samp{m +/- s}
18910 where @var{m} and
18911 @texline @math{\sigma}
18912 @infoline @var{s}
18913 are both real numbers, the result uses a Gaussian distribution with mean
18914 @var{m} and standard deviation
18915 @texline @math{\sigma}.
18916 @infoline @var{s}.
18917
18918 If @expr{M} is an interval form, the lower and upper bounds specify the
18919 acceptable limits of the random numbers. If both bounds are integers,
18920 the result is a random integer in the specified range. If either bound
18921 is floating-point, the result is a random real number in the specified
18922 range. If the interval is open at either end, the result will be sure
18923 not to equal that end value. (This makes a big difference for integer
18924 intervals, but for floating-point intervals it's relatively minor:
18925 with a precision of 6, @samp{random([1.0..2.0))} will return any of one
18926 million numbers from 1.00000 to 1.99999; @samp{random([1.0..2.0])} may
18927 additionally return 2.00000, but the probability of this happening is
18928 extremely small.)
18929
18930 If @expr{M} is a vector, the result is one element taken at random from
18931 the vector. All elements of the vector are given equal probabilities.
18932
18933 @vindex RandSeed
18934 The sequence of numbers produced by @kbd{k r} is completely random by
18935 default, i.e., the sequence is seeded each time you start Calc using
18936 the current time and other information. You can get a reproducible
18937 sequence by storing a particular ``seed value'' in the Calc variable
18938 @code{RandSeed}. Any integer will do for a seed; integers of from 1
18939 to 12 digits are good. If you later store a different integer into
18940 @code{RandSeed}, Calc will switch to a different pseudo-random
18941 sequence. If you ``unstore'' @code{RandSeed}, Calc will re-seed itself
18942 from the current time. If you store the same integer that you used
18943 before back into @code{RandSeed}, you will get the exact same sequence
18944 of random numbers as before.
18945
18946 @pindex calc-rrandom
18947 The @code{calc-rrandom} command (not on any key) produces a random real
18948 number between zero and one. It is equivalent to @samp{random(1.0)}.
18949
18950 @kindex k a
18951 @pindex calc-random-again
18952 The @kbd{k a} (@code{calc-random-again}) command produces another random
18953 number, re-using the most recent value of @expr{M}. With a numeric
18954 prefix argument @var{n}, it produces @var{n} more random numbers using
18955 that value of @expr{M}.
18956
18957 @kindex k h
18958 @pindex calc-shuffle
18959 @tindex shuffle
18960 The @kbd{k h} (@code{calc-shuffle}) command produces a vector of several
18961 random values with no duplicates. The value on the top of the stack
18962 specifies the set from which the random values are drawn, and may be any
18963 of the @expr{M} formats described above. The numeric prefix argument
18964 gives the length of the desired list. (If you do not provide a numeric
18965 prefix argument, the length of the list is taken from the top of the
18966 stack, and @expr{M} from second-to-top.)
18967
18968 If @expr{M} is a floating-point number, zero, or an error form (so
18969 that the random values are being drawn from the set of real numbers)
18970 there is little practical difference between using @kbd{k h} and using
18971 @kbd{k r} several times. But if the set of possible values consists
18972 of just a few integers, or the elements of a vector, then there is
18973 a very real chance that multiple @kbd{k r}'s will produce the same
18974 number more than once. The @kbd{k h} command produces a vector whose
18975 elements are always distinct. (Actually, there is a slight exception:
18976 If @expr{M} is a vector, no given vector element will be drawn more
18977 than once, but if several elements of @expr{M} are equal, they may
18978 each make it into the result vector.)
18979
18980 One use of @kbd{k h} is to rearrange a list at random. This happens
18981 if the prefix argument is equal to the number of values in the list:
18982 @kbd{[1, 1.5, 2, 2.5, 3] 5 k h} might produce the permuted list
18983 @samp{[2.5, 1, 1.5, 3, 2]}. As a convenient feature, if the argument
18984 @var{n} is negative it is replaced by the size of the set represented
18985 by @expr{M}. Naturally, this is allowed only when @expr{M} specifies
18986 a small discrete set of possibilities.
18987
18988 To do the equivalent of @kbd{k h} but with duplications allowed,
18989 given @expr{M} on the stack and with @var{n} just entered as a numeric
18990 prefix, use @kbd{v b} to build a vector of copies of @expr{M}, then use
18991 @kbd{V M k r} to ``map'' the normal @kbd{k r} function over the
18992 elements of this vector. @xref{Matrix Functions}.
18993
18994 @menu
18995 * Random Number Generator:: (Complete description of Calc's algorithm)
18996 @end menu
18997
18998 @node Random Number Generator, , Random Numbers, Random Numbers
18999 @subsection Random Number Generator
19000
19001 Calc's random number generator uses several methods to ensure that
19002 the numbers it produces are highly random. Knuth's @emph{Art of
19003 Computer Programming}, Volume II, contains a thorough description
19004 of the theory of random number generators and their measurement and
19005 characterization.
19006
19007 If @code{RandSeed} has no stored value, Calc calls Emacs's built-in
19008 @code{random} function to get a stream of random numbers, which it
19009 then treats in various ways to avoid problems inherent in the simple
19010 random number generators that many systems use to implement @code{random}.
19011
19012 When Calc's random number generator is first invoked, it ``seeds''
19013 the low-level random sequence using the time of day, so that the
19014 random number sequence will be different every time you use Calc.
19015
19016 Since Emacs Lisp doesn't specify the range of values that will be
19017 returned by its @code{random} function, Calc exercises the function
19018 several times to estimate the range. When Calc subsequently uses
19019 the @code{random} function, it takes only 10 bits of the result
19020 near the most-significant end. (It avoids at least the bottom
19021 four bits, preferably more, and also tries to avoid the top two
19022 bits.) This strategy works well with the linear congruential
19023 generators that are typically used to implement @code{random}.
19024
19025 If @code{RandSeed} contains an integer, Calc uses this integer to
19026 seed an ``additive congruential'' method (Knuth's algorithm 3.2.2A,
19027 computing
19028 @texline @math{X_{n-55} - X_{n-24}}.
19029 @infoline @expr{X_n-55 - X_n-24}).
19030 This method expands the seed
19031 value into a large table which is maintained internally; the variable
19032 @code{RandSeed} is changed from, e.g., 42 to the vector @expr{[42]}
19033 to indicate that the seed has been absorbed into this table. When
19034 @code{RandSeed} contains a vector, @kbd{k r} and related commands
19035 continue to use the same internal table as last time. There is no
19036 way to extract the complete state of the random number generator
19037 so that you can restart it from any point; you can only restart it
19038 from the same initial seed value. A simple way to restart from the
19039 same seed is to type @kbd{s r RandSeed} to get the seed vector,
19040 @kbd{v u} to unpack it back into a number, then @kbd{s t RandSeed}
19041 to reseed the generator with that number.
19042
19043 Calc uses a ``shuffling'' method as described in algorithm 3.2.2B
19044 of Knuth. It fills a table with 13 random 10-bit numbers. Then,
19045 to generate a new random number, it uses the previous number to
19046 index into the table, picks the value it finds there as the new
19047 random number, then replaces that table entry with a new value
19048 obtained from a call to the base random number generator (either
19049 the additive congruential generator or the @code{random} function
19050 supplied by the system). If there are any flaws in the base
19051 generator, shuffling will tend to even them out. But if the system
19052 provides an excellent @code{random} function, shuffling will not
19053 damage its randomness.
19054
19055 To create a random integer of a certain number of digits, Calc
19056 builds the integer three decimal digits at a time. For each group
19057 of three digits, Calc calls its 10-bit shuffling random number generator
19058 (which returns a value from 0 to 1023); if the random value is 1000
19059 or more, Calc throws it out and tries again until it gets a suitable
19060 value.
19061
19062 To create a random floating-point number with precision @var{p}, Calc
19063 simply creates a random @var{p}-digit integer and multiplies by
19064 @texline @math{10^{-p}}.
19065 @infoline @expr{10^-p}.
19066 The resulting random numbers should be very clean, but note
19067 that relatively small numbers will have few significant random digits.
19068 In other words, with a precision of 12, you will occasionally get
19069 numbers on the order of
19070 @texline @math{10^{-9}}
19071 @infoline @expr{10^-9}
19072 or
19073 @texline @math{10^{-10}},
19074 @infoline @expr{10^-10},
19075 but those numbers will only have two or three random digits since they
19076 correspond to small integers times
19077 @texline @math{10^{-12}}.
19078 @infoline @expr{10^-12}.
19079
19080 To create a random integer in the interval @samp{[0 .. @var{m})}, Calc
19081 counts the digits in @var{m}, creates a random integer with three
19082 additional digits, then reduces modulo @var{m}. Unless @var{m} is a
19083 power of ten the resulting values will be very slightly biased toward
19084 the lower numbers, but this bias will be less than 0.1%. (For example,
19085 if @var{m} is 42, Calc will reduce a random integer less than 100000
19086 modulo 42 to get a result less than 42. It is easy to show that the
19087 numbers 40 and 41 will be only 2380/2381 as likely to result from this
19088 modulo operation as numbers 39 and below.) If @var{m} is a power of
19089 ten, however, the numbers should be completely unbiased.
19090
19091 The Gaussian random numbers generated by @samp{random(0.0)} use the
19092 ``polar'' method described in Knuth section 3.4.1C@. This method
19093 generates a pair of Gaussian random numbers at a time, so only every
19094 other call to @samp{random(0.0)} will require significant calculations.
19095
19096 @node Combinatorial Functions, Probability Distribution Functions, Random Numbers, Scientific Functions
19097 @section Combinatorial Functions
19098
19099 @noindent
19100 Commands relating to combinatorics and number theory begin with the
19101 @kbd{k} key prefix.
19102
19103 @kindex k g
19104 @pindex calc-gcd
19105 @tindex gcd
19106 The @kbd{k g} (@code{calc-gcd}) [@code{gcd}] command computes the
19107 Greatest Common Divisor of two integers. It also accepts fractions;
19108 the GCD of two fractions is defined by taking the GCD of the
19109 numerators, and the LCM of the denominators. This definition is
19110 consistent with the idea that @samp{a / gcd(a,x)} should yield an
19111 integer for any @samp{a} and @samp{x}. For other types of arguments,
19112 the operation is left in symbolic form.
19113
19114 @kindex k l
19115 @pindex calc-lcm
19116 @tindex lcm
19117 The @kbd{k l} (@code{calc-lcm}) [@code{lcm}] command computes the
19118 Least Common Multiple of two integers or fractions. The product of
19119 the LCM and GCD of two numbers is equal to the product of the
19120 numbers.
19121
19122 @kindex k E
19123 @pindex calc-extended-gcd
19124 @tindex egcd
19125 The @kbd{k E} (@code{calc-extended-gcd}) [@code{egcd}] command computes
19126 the GCD of two integers @expr{x} and @expr{y} and returns a vector
19127 @expr{[g, a, b]} where
19128 @texline @math{g = \gcd(x,y) = a x + b y}.
19129 @infoline @expr{g = gcd(x,y) = a x + b y}.
19130
19131 @kindex !
19132 @pindex calc-factorial
19133 @tindex fact
19134 @ignore
19135 @mindex @null
19136 @end ignore
19137 @tindex !
19138 The @kbd{!} (@code{calc-factorial}) [@code{fact}] command computes the
19139 factorial of the number at the top of the stack. If the number is an
19140 integer, the result is an exact integer. If the number is an
19141 integer-valued float, the result is a floating-point approximation. If
19142 the number is a non-integral real number, the generalized factorial is used,
19143 as defined by the Euler Gamma function. Please note that computation of
19144 large factorials can be slow; using floating-point format will help
19145 since fewer digits must be maintained. The same is true of many of
19146 the commands in this section.
19147
19148 @kindex k d
19149 @pindex calc-double-factorial
19150 @tindex dfact
19151 @ignore
19152 @mindex @null
19153 @end ignore
19154 @tindex !!
19155 The @kbd{k d} (@code{calc-double-factorial}) [@code{dfact}] command
19156 computes the ``double factorial'' of an integer. For an even integer,
19157 this is the product of even integers from 2 to @expr{N}. For an odd
19158 integer, this is the product of odd integers from 3 to @expr{N}. If
19159 the argument is an integer-valued float, the result is a floating-point
19160 approximation. This function is undefined for negative even integers.
19161 The notation @expr{N!!} is also recognized for double factorials.
19162
19163 @kindex k c
19164 @pindex calc-choose
19165 @tindex choose
19166 The @kbd{k c} (@code{calc-choose}) [@code{choose}] command computes the
19167 binomial coefficient @expr{N}-choose-@expr{M}, where @expr{M} is the number
19168 on the top of the stack and @expr{N} is second-to-top. If both arguments
19169 are integers, the result is an exact integer. Otherwise, the result is a
19170 floating-point approximation. The binomial coefficient is defined for all
19171 real numbers by
19172 @texline @math{N! \over M! (N-M)!\,}.
19173 @infoline @expr{N! / M! (N-M)!}.
19174
19175 @kindex H k c
19176 @pindex calc-perm
19177 @tindex perm
19178 @ifnottex
19179 The @kbd{H k c} (@code{calc-perm}) [@code{perm}] command computes the
19180 number-of-permutations function @expr{N! / (N-M)!}.
19181 @end ifnottex
19182 @tex
19183 The \kbd{H k c} (\code{calc-perm}) [\code{perm}] command computes the
19184 number-of-perm\-utations function $N! \over (N-M)!\,$.
19185 @end tex
19186
19187 @kindex k b
19188 @kindex H k b
19189 @pindex calc-bernoulli-number
19190 @tindex bern
19191 The @kbd{k b} (@code{calc-bernoulli-number}) [@code{bern}] command
19192 computes a given Bernoulli number. The value at the top of the stack
19193 is a nonnegative integer @expr{n} that specifies which Bernoulli number
19194 is desired. The @kbd{H k b} command computes a Bernoulli polynomial,
19195 taking @expr{n} from the second-to-top position and @expr{x} from the
19196 top of the stack. If @expr{x} is a variable or formula the result is
19197 a polynomial in @expr{x}; if @expr{x} is a number the result is a number.
19198
19199 @kindex k e
19200 @kindex H k e
19201 @pindex calc-euler-number
19202 @tindex euler
19203 The @kbd{k e} (@code{calc-euler-number}) [@code{euler}] command similarly
19204 computes an Euler number, and @w{@kbd{H k e}} computes an Euler polynomial.
19205 Bernoulli and Euler numbers occur in the Taylor expansions of several
19206 functions.
19207
19208 @kindex k s
19209 @kindex H k s
19210 @pindex calc-stirling-number
19211 @tindex stir1
19212 @tindex stir2
19213 The @kbd{k s} (@code{calc-stirling-number}) [@code{stir1}] command
19214 computes a Stirling number of the first
19215 @texline kind@tie{}@math{n \brack m},
19216 @infoline kind,
19217 given two integers @expr{n} and @expr{m} on the stack. The @kbd{H k s}
19218 [@code{stir2}] command computes a Stirling number of the second
19219 @texline kind@tie{}@math{n \brace m}.
19220 @infoline kind.
19221 These are the number of @expr{m}-cycle permutations of @expr{n} objects,
19222 and the number of ways to partition @expr{n} objects into @expr{m}
19223 non-empty sets, respectively.
19224
19225 @kindex k p
19226 @pindex calc-prime-test
19227 @cindex Primes
19228 The @kbd{k p} (@code{calc-prime-test}) command checks if the integer on
19229 the top of the stack is prime. For integers less than eight million, the
19230 answer is always exact and reasonably fast. For larger integers, a
19231 probabilistic method is used (see Knuth vol.@: II, section 4.5.4, algorithm P).
19232 The number is first checked against small prime factors (up to 13). Then,
19233 any number of iterations of the algorithm are performed. Each step either
19234 discovers that the number is non-prime, or substantially increases the
19235 certainty that the number is prime. After a few steps, the chance that
19236 a number was mistakenly described as prime will be less than one percent.
19237 (Indeed, this is a worst-case estimate of the probability; in practice
19238 even a single iteration is quite reliable.) After the @kbd{k p} command,
19239 the number will be reported as definitely prime or non-prime if possible,
19240 or otherwise ``probably'' prime with a certain probability of error.
19241
19242 @ignore
19243 @starindex
19244 @end ignore
19245 @tindex prime
19246 The normal @kbd{k p} command performs one iteration of the primality
19247 test. Pressing @kbd{k p} repeatedly for the same integer will perform
19248 additional iterations. Also, @kbd{k p} with a numeric prefix performs
19249 the specified number of iterations. There is also an algebraic function
19250 @samp{prime(n)} or @samp{prime(n,iters)} which returns 1 if @expr{n}
19251 is (probably) prime and 0 if not.
19252
19253 @kindex k f
19254 @pindex calc-prime-factors
19255 @tindex prfac
19256 The @kbd{k f} (@code{calc-prime-factors}) [@code{prfac}] command
19257 attempts to decompose an integer into its prime factors. For numbers up
19258 to 25 million, the answer is exact although it may take some time. The
19259 result is a vector of the prime factors in increasing order. For larger
19260 inputs, prime factors above 5000 may not be found, in which case the
19261 last number in the vector will be an unfactored integer greater than 25
19262 million (with a warning message). For negative integers, the first
19263 element of the list will be @mathit{-1}. For inputs @mathit{-1}, @mathit{0}, and
19264 @mathit{1}, the result is a list of the same number.
19265
19266 @kindex k n
19267 @pindex calc-next-prime
19268 @ignore
19269 @mindex nextpr@idots
19270 @end ignore
19271 @tindex nextprime
19272 The @kbd{k n} (@code{calc-next-prime}) [@code{nextprime}] command finds
19273 the next prime above a given number. Essentially, it searches by calling
19274 @code{calc-prime-test} on successive integers until it finds one that
19275 passes the test. This is quite fast for integers less than eight million,
19276 but once the probabilistic test comes into play the search may be rather
19277 slow. Ordinarily this command stops for any prime that passes one iteration
19278 of the primality test. With a numeric prefix argument, a number must pass
19279 the specified number of iterations before the search stops. (This only
19280 matters when searching above eight million.) You can always use additional
19281 @kbd{k p} commands to increase your certainty that the number is indeed
19282 prime.
19283
19284 @kindex I k n
19285 @pindex calc-prev-prime
19286 @ignore
19287 @mindex prevpr@idots
19288 @end ignore
19289 @tindex prevprime
19290 The @kbd{I k n} (@code{calc-prev-prime}) [@code{prevprime}] command
19291 analogously finds the next prime less than a given number.
19292
19293 @kindex k t
19294 @pindex calc-totient
19295 @tindex totient
19296 The @kbd{k t} (@code{calc-totient}) [@code{totient}] command computes the
19297 Euler ``totient''
19298 @texline function@tie{}@math{\phi(n)},
19299 @infoline function,
19300 the number of integers less than @expr{n} which
19301 are relatively prime to @expr{n}.
19302
19303 @kindex k m
19304 @pindex calc-moebius
19305 @tindex moebius
19306 The @kbd{k m} (@code{calc-moebius}) [@code{moebius}] command computes the
19307 @texline M@"obius @math{\mu}
19308 @infoline Moebius ``mu''
19309 function. If the input number is a product of @expr{k}
19310 distinct factors, this is @expr{(-1)^k}. If the input number has any
19311 duplicate factors (i.e., can be divided by the same prime more than once),
19312 the result is zero.
19313
19314 @node Probability Distribution Functions, , Combinatorial Functions, Scientific Functions
19315 @section Probability Distribution Functions
19316
19317 @noindent
19318 The functions in this section compute various probability distributions.
19319 For continuous distributions, this is the integral of the probability
19320 density function from @expr{x} to infinity. (These are the ``upper
19321 tail'' distribution functions; there are also corresponding ``lower
19322 tail'' functions which integrate from minus infinity to @expr{x}.)
19323 For discrete distributions, the upper tail function gives the sum
19324 from @expr{x} to infinity; the lower tail function gives the sum
19325 from minus infinity up to, but not including,@w{ }@expr{x}.
19326
19327 To integrate from @expr{x} to @expr{y}, just use the distribution
19328 function twice and subtract. For example, the probability that a
19329 Gaussian random variable with mean 2 and standard deviation 1 will
19330 lie in the range from 2.5 to 2.8 is @samp{utpn(2.5,2,1) - utpn(2.8,2,1)}
19331 (``the probability that it is greater than 2.5, but not greater than 2.8''),
19332 or equivalently @samp{ltpn(2.8,2,1) - ltpn(2.5,2,1)}.
19333
19334 @kindex k B
19335 @kindex I k B
19336 @pindex calc-utpb
19337 @tindex utpb
19338 @tindex ltpb
19339 The @kbd{k B} (@code{calc-utpb}) [@code{utpb}] function uses the
19340 binomial distribution. Push the parameters @var{n}, @var{p}, and
19341 then @var{x} onto the stack; the result (@samp{utpb(x,n,p)}) is the
19342 probability that an event will occur @var{x} or more times out
19343 of @var{n} trials, if its probability of occurring in any given
19344 trial is @var{p}. The @kbd{I k B} [@code{ltpb}] function is
19345 the probability that the event will occur fewer than @var{x} times.
19346
19347 The other probability distribution functions similarly take the
19348 form @kbd{k @var{X}} (@code{calc-utp@var{x}}) [@code{utp@var{x}}]
19349 and @kbd{I k @var{X}} [@code{ltp@var{x}}], for various letters
19350 @var{x}. The arguments to the algebraic functions are the value of
19351 the random variable first, then whatever other parameters define the
19352 distribution. Note these are among the few Calc functions where the
19353 order of the arguments in algebraic form differs from the order of
19354 arguments as found on the stack. (The random variable comes last on
19355 the stack, so that you can type, e.g., @kbd{2 @key{RET} 1 @key{RET} 2.5
19356 k N M-@key{RET} @key{DEL} 2.8 k N -}, using @kbd{M-@key{RET} @key{DEL}} to
19357 recover the original arguments but substitute a new value for @expr{x}.)
19358
19359 @kindex k C
19360 @pindex calc-utpc
19361 @tindex utpc
19362 @ignore
19363 @mindex @idots
19364 @end ignore
19365 @kindex I k C
19366 @ignore
19367 @mindex @null
19368 @end ignore
19369 @tindex ltpc
19370 The @samp{utpc(x,v)} function uses the chi-square distribution with
19371 @texline @math{\nu}
19372 @infoline @expr{v}
19373 degrees of freedom. It is the probability that a model is
19374 correct if its chi-square statistic is @expr{x}.
19375
19376 @kindex k F
19377 @pindex calc-utpf
19378 @tindex utpf
19379 @ignore
19380 @mindex @idots
19381 @end ignore
19382 @kindex I k F
19383 @ignore
19384 @mindex @null
19385 @end ignore
19386 @tindex ltpf
19387 The @samp{utpf(F,v1,v2)} function uses the F distribution, used in
19388 various statistical tests. The parameters
19389 @texline @math{\nu_1}
19390 @infoline @expr{v1}
19391 and
19392 @texline @math{\nu_2}
19393 @infoline @expr{v2}
19394 are the degrees of freedom in the numerator and denominator,
19395 respectively, used in computing the statistic @expr{F}.
19396
19397 @kindex k N
19398 @pindex calc-utpn
19399 @tindex utpn
19400 @ignore
19401 @mindex @idots
19402 @end ignore
19403 @kindex I k N
19404 @ignore
19405 @mindex @null
19406 @end ignore
19407 @tindex ltpn
19408 The @samp{utpn(x,m,s)} function uses a normal (Gaussian) distribution
19409 with mean @expr{m} and standard deviation
19410 @texline @math{\sigma}.
19411 @infoline @expr{s}.
19412 It is the probability that such a normal-distributed random variable
19413 would exceed @expr{x}.
19414
19415 @kindex k P
19416 @pindex calc-utpp
19417 @tindex utpp
19418 @ignore
19419 @mindex @idots
19420 @end ignore
19421 @kindex I k P
19422 @ignore
19423 @mindex @null
19424 @end ignore
19425 @tindex ltpp
19426 The @samp{utpp(n,x)} function uses a Poisson distribution with
19427 mean @expr{x}. It is the probability that @expr{n} or more such
19428 Poisson random events will occur.
19429
19430 @kindex k T
19431 @pindex calc-ltpt
19432 @tindex utpt
19433 @ignore
19434 @mindex @idots
19435 @end ignore
19436 @kindex I k T
19437 @ignore
19438 @mindex @null
19439 @end ignore
19440 @tindex ltpt
19441 The @samp{utpt(t,v)} function uses the Student's ``t'' distribution
19442 with
19443 @texline @math{\nu}
19444 @infoline @expr{v}
19445 degrees of freedom. It is the probability that a
19446 t-distributed random variable will be greater than @expr{t}.
19447 (Note: This computes the distribution function
19448 @texline @math{A(t|\nu)}
19449 @infoline @expr{A(t|v)}
19450 where
19451 @texline @math{A(0|\nu) = 1}
19452 @infoline @expr{A(0|v) = 1}
19453 and
19454 @texline @math{A(\infty|\nu) \to 0}.
19455 @infoline @expr{A(inf|v) -> 0}.
19456 The @code{UTPT} operation on the HP-48 uses a different definition which
19457 returns half of Calc's value: @samp{UTPT(t,v) = .5*utpt(t,v)}.)
19458
19459 While Calc does not provide inverses of the probability distribution
19460 functions, the @kbd{a R} command can be used to solve for the inverse.
19461 Since the distribution functions are monotonic, @kbd{a R} is guaranteed
19462 to be able to find a solution given any initial guess.
19463 @xref{Numerical Solutions}.
19464
19465 @node Matrix Functions, Algebra, Scientific Functions, Top
19466 @chapter Vector/Matrix Functions
19467
19468 @noindent
19469 Many of the commands described here begin with the @kbd{v} prefix.
19470 (For convenience, the shift-@kbd{V} prefix is equivalent to @kbd{v}.)
19471 The commands usually apply to both plain vectors and matrices; some
19472 apply only to matrices or only to square matrices. If the argument
19473 has the wrong dimensions the operation is left in symbolic form.
19474
19475 Vectors are entered and displayed using @samp{[a,b,c]} notation.
19476 Matrices are vectors of which all elements are vectors of equal length.
19477 (Though none of the standard Calc commands use this concept, a
19478 three-dimensional matrix or rank-3 tensor could be defined as a
19479 vector of matrices, and so on.)
19480
19481 @menu
19482 * Packing and Unpacking::
19483 * Building Vectors::
19484 * Extracting Elements::
19485 * Manipulating Vectors::
19486 * Vector and Matrix Arithmetic::
19487 * Set Operations::
19488 * Statistical Operations::
19489 * Reducing and Mapping::
19490 * Vector and Matrix Formats::
19491 @end menu
19492
19493 @node Packing and Unpacking, Building Vectors, Matrix Functions, Matrix Functions
19494 @section Packing and Unpacking
19495
19496 @noindent
19497 Calc's ``pack'' and ``unpack'' commands collect stack entries to build
19498 composite objects such as vectors and complex numbers. They are
19499 described in this chapter because they are most often used to build
19500 vectors.
19501
19502 @kindex v p
19503 @kindex V p
19504 @pindex calc-pack
19505 The @kbd{v p} (@code{calc-pack}) [@code{pack}] command collects several
19506 elements from the stack into a matrix, complex number, HMS form, error
19507 form, etc. It uses a numeric prefix argument to specify the kind of
19508 object to be built; this argument is referred to as the ``packing mode.''
19509 If the packing mode is a nonnegative integer, a vector of that
19510 length is created. For example, @kbd{C-u 5 v p} will pop the top
19511 five stack elements and push back a single vector of those five
19512 elements. (@kbd{C-u 0 v p} simply creates an empty vector.)
19513
19514 The same effect can be had by pressing @kbd{[} to push an incomplete
19515 vector on the stack, using @key{TAB} (@code{calc-roll-down}) to sneak
19516 the incomplete object up past a certain number of elements, and
19517 then pressing @kbd{]} to complete the vector.
19518
19519 Negative packing modes create other kinds of composite objects:
19520
19521 @table @cite
19522 @item -1
19523 Two values are collected to build a complex number. For example,
19524 @kbd{5 @key{RET} 7 C-u -1 v p} creates the complex number
19525 @expr{(5, 7)}. The result is always a rectangular complex
19526 number. The two input values must both be real numbers,
19527 i.e., integers, fractions, or floats. If they are not, Calc
19528 will instead build a formula like @samp{a + (0, 1) b}. (The
19529 other packing modes also create a symbolic answer if the
19530 components are not suitable.)
19531
19532 @item -2
19533 Two values are collected to build a polar complex number.
19534 The first is the magnitude; the second is the phase expressed
19535 in either degrees or radians according to the current angular
19536 mode.
19537
19538 @item -3
19539 Three values are collected into an HMS form. The first
19540 two values (hours and minutes) must be integers or
19541 integer-valued floats. The third value may be any real
19542 number.
19543
19544 @item -4
19545 Two values are collected into an error form. The inputs
19546 may be real numbers or formulas.
19547
19548 @item -5
19549 Two values are collected into a modulo form. The inputs
19550 must be real numbers.
19551
19552 @item -6
19553 Two values are collected into the interval @samp{[a .. b]}.
19554 The inputs may be real numbers, HMS or date forms, or formulas.
19555
19556 @item -7
19557 Two values are collected into the interval @samp{[a .. b)}.
19558
19559 @item -8
19560 Two values are collected into the interval @samp{(a .. b]}.
19561
19562 @item -9
19563 Two values are collected into the interval @samp{(a .. b)}.
19564
19565 @item -10
19566 Two integer values are collected into a fraction.
19567
19568 @item -11
19569 Two values are collected into a floating-point number.
19570 The first is the mantissa; the second, which must be an
19571 integer, is the exponent. The result is the mantissa
19572 times ten to the power of the exponent.
19573
19574 @item -12
19575 This is treated the same as @mathit{-11} by the @kbd{v p} command.
19576 When unpacking, @mathit{-12} specifies that a floating-point mantissa
19577 is desired.
19578
19579 @item -13
19580 A real number is converted into a date form.
19581
19582 @item -14
19583 Three numbers (year, month, day) are packed into a pure date form.
19584
19585 @item -15
19586 Six numbers are packed into a date/time form.
19587 @end table
19588
19589 With any of the two-input negative packing modes, either or both
19590 of the inputs may be vectors. If both are vectors of the same
19591 length, the result is another vector made by packing corresponding
19592 elements of the input vectors. If one input is a vector and the
19593 other is a plain number, the number is packed along with each vector
19594 element to produce a new vector. For example, @kbd{C-u -4 v p}
19595 could be used to convert a vector of numbers and a vector of errors
19596 into a single vector of error forms; @kbd{C-u -5 v p} could convert
19597 a vector of numbers and a single number @var{M} into a vector of
19598 numbers modulo @var{M}.
19599
19600 If you don't give a prefix argument to @kbd{v p}, it takes
19601 the packing mode from the top of the stack. The elements to
19602 be packed then begin at stack level 2. Thus
19603 @kbd{1 @key{RET} 2 @key{RET} 4 n v p} is another way to
19604 enter the error form @samp{1 +/- 2}.
19605
19606 If the packing mode taken from the stack is a vector, the result is a
19607 matrix with the dimensions specified by the elements of the vector,
19608 which must each be integers. For example, if the packing mode is
19609 @samp{[2, 3]}, then six numbers will be taken from the stack and
19610 returned in the form @samp{[@w{[a, b, c]}, [d, e, f]]}.
19611
19612 If any elements of the vector are negative, other kinds of
19613 packing are done at that level as described above. For
19614 example, @samp{[2, 3, -4]} takes 12 objects and creates a
19615 @texline @math{2\times3}
19616 @infoline 2x3
19617 matrix of error forms: @samp{[[a +/- b, c +/- d ... ]]}.
19618 Also, @samp{[-4, -10]} will convert four integers into an
19619 error form consisting of two fractions: @samp{a:b +/- c:d}.
19620
19621 @ignore
19622 @starindex
19623 @end ignore
19624 @tindex pack
19625 There is an equivalent algebraic function,
19626 @samp{pack(@var{mode}, @var{items})} where @var{mode} is a
19627 packing mode (an integer or a vector of integers) and @var{items}
19628 is a vector of objects to be packed (re-packed, really) according
19629 to that mode. For example, @samp{pack([3, -4], [a,b,c,d,e,f])}
19630 yields @samp{[a +/- b, @w{c +/- d}, e +/- f]}. The function is
19631 left in symbolic form if the packing mode is invalid, or if the
19632 number of data items does not match the number of items required
19633 by the mode.
19634
19635 @kindex v u
19636 @kindex V u
19637 @pindex calc-unpack
19638 The @kbd{v u} (@code{calc-unpack}) command takes the vector, complex
19639 number, HMS form, or other composite object on the top of the stack and
19640 ``unpacks'' it, pushing each of its elements onto the stack as separate
19641 objects. Thus, it is the ``inverse'' of @kbd{v p}. If the value
19642 at the top of the stack is a formula, @kbd{v u} unpacks it by pushing
19643 each of the arguments of the top-level operator onto the stack.
19644
19645 You can optionally give a numeric prefix argument to @kbd{v u}
19646 to specify an explicit (un)packing mode. If the packing mode is
19647 negative and the input is actually a vector or matrix, the result
19648 will be two or more similar vectors or matrices of the elements.
19649 For example, given the vector @samp{[@w{a +/- b}, c^2, d +/- 7]},
19650 the result of @kbd{C-u -4 v u} will be the two vectors
19651 @samp{[a, c^2, d]} and @w{@samp{[b, 0, 7]}}.
19652
19653 Note that the prefix argument can have an effect even when the input is
19654 not a vector. For example, if the input is the number @mathit{-5}, then
19655 @kbd{c-u -1 v u} yields @mathit{-5} and 0 (the components of @mathit{-5}
19656 when viewed as a rectangular complex number); @kbd{C-u -2 v u} yields 5
19657 and 180 (assuming Degrees mode); and @kbd{C-u -10 v u} yields @mathit{-5}
19658 and 1 (the numerator and denominator of @mathit{-5}, viewed as a rational
19659 number). Plain @kbd{v u} with this input would complain that the input
19660 is not a composite object.
19661
19662 Unpacking mode @mathit{-11} converts a float into an integer mantissa and
19663 an integer exponent, where the mantissa is not divisible by 10
19664 (except that 0.0 is represented by a mantissa and exponent of 0).
19665 Unpacking mode @mathit{-12} converts a float into a floating-point mantissa
19666 and integer exponent, where the mantissa (for non-zero numbers)
19667 is guaranteed to lie in the range [1 .. 10). In both cases,
19668 the mantissa is shifted left or right (and the exponent adjusted
19669 to compensate) in order to satisfy these constraints.
19670
19671 Positive unpacking modes are treated differently than for @kbd{v p}.
19672 A mode of 1 is much like plain @kbd{v u} with no prefix argument,
19673 except that in addition to the components of the input object,
19674 a suitable packing mode to re-pack the object is also pushed.
19675 Thus, @kbd{C-u 1 v u} followed by @kbd{v p} will re-build the
19676 original object.
19677
19678 A mode of 2 unpacks two levels of the object; the resulting
19679 re-packing mode will be a vector of length 2. This might be used
19680 to unpack a matrix, say, or a vector of error forms. Higher
19681 unpacking modes unpack the input even more deeply.
19682
19683 @ignore
19684 @starindex
19685 @end ignore
19686 @tindex unpack
19687 There are two algebraic functions analogous to @kbd{v u}.
19688 The @samp{unpack(@var{mode}, @var{item})} function unpacks the
19689 @var{item} using the given @var{mode}, returning the result as
19690 a vector of components. Here the @var{mode} must be an
19691 integer, not a vector. For example, @samp{unpack(-4, a +/- b)}
19692 returns @samp{[a, b]}, as does @samp{unpack(1, a +/- b)}.
19693
19694 @ignore
19695 @starindex
19696 @end ignore
19697 @tindex unpackt
19698 The @code{unpackt} function is like @code{unpack} but instead
19699 of returning a simple vector of items, it returns a vector of
19700 two things: The mode, and the vector of items. For example,
19701 @samp{unpackt(1, 2:3 +/- 1:4)} returns @samp{[-4, [2:3, 1:4]]},
19702 and @samp{unpackt(2, 2:3 +/- 1:4)} returns @samp{[[-4, -10], [2, 3, 1, 4]]}.
19703 The identity for re-building the original object is
19704 @samp{apply(pack, unpackt(@var{n}, @var{x})) = @var{x}}. (The
19705 @code{apply} function builds a function call given the function
19706 name and a vector of arguments.)
19707
19708 @cindex Numerator of a fraction, extracting
19709 Subscript notation is a useful way to extract a particular part
19710 of an object. For example, to get the numerator of a rational
19711 number, you can use @samp{unpack(-10, @var{x})_1}.
19712
19713 @node Building Vectors, Extracting Elements, Packing and Unpacking, Matrix Functions
19714 @section Building Vectors
19715
19716 @noindent
19717 Vectors and matrices can be added,
19718 subtracted, multiplied, and divided; @pxref{Basic Arithmetic}.
19719
19720 @kindex |
19721 @pindex calc-concat
19722 @ignore
19723 @mindex @null
19724 @end ignore
19725 @tindex |
19726 The @kbd{|} (@code{calc-concat}) [@code{vconcat}] command ``concatenates'' two vectors
19727 into one. For example, after @kbd{@w{[ 1 , 2 ]} [ 3 , 4 ] |}, the stack
19728 will contain the single vector @samp{[1, 2, 3, 4]}. If the arguments
19729 are matrices, the rows of the first matrix are concatenated with the
19730 rows of the second. (In other words, two matrices are just two vectors
19731 of row-vectors as far as @kbd{|} is concerned.)
19732
19733 If either argument to @kbd{|} is a scalar (a non-vector), it is treated
19734 like a one-element vector for purposes of concatenation: @kbd{1 [ 2 , 3 ] |}
19735 produces the vector @samp{[1, 2, 3]}. Likewise, if one argument is a
19736 matrix and the other is a plain vector, the vector is treated as a
19737 one-row matrix.
19738
19739 @kindex H |
19740 @tindex append
19741 The @kbd{H |} (@code{calc-append}) [@code{append}] command concatenates
19742 two vectors without any special cases. Both inputs must be vectors.
19743 Whether or not they are matrices is not taken into account. If either
19744 argument is a scalar, the @code{append} function is left in symbolic form.
19745 See also @code{cons} and @code{rcons} below.
19746
19747 @kindex I |
19748 @kindex H I |
19749 The @kbd{I |} and @kbd{H I |} commands are similar, but they use their
19750 two stack arguments in the opposite order. Thus @kbd{I |} is equivalent
19751 to @kbd{@key{TAB} |}, but possibly more convenient and also a bit faster.
19752
19753 @kindex v d
19754 @kindex V d
19755 @pindex calc-diag
19756 @tindex diag
19757 The @kbd{v d} (@code{calc-diag}) [@code{diag}] function builds a diagonal
19758 square matrix. The optional numeric prefix gives the number of rows
19759 and columns in the matrix. If the value at the top of the stack is a
19760 vector, the elements of the vector are used as the diagonal elements; the
19761 prefix, if specified, must match the size of the vector. If the value on
19762 the stack is a scalar, it is used for each element on the diagonal, and
19763 the prefix argument is required.
19764
19765 To build a constant square matrix, e.g., a
19766 @texline @math{3\times3}
19767 @infoline 3x3
19768 matrix filled with ones, use @kbd{0 M-3 v d 1 +}, i.e., build a zero
19769 matrix first and then add a constant value to that matrix. (Another
19770 alternative would be to use @kbd{v b} and @kbd{v a}; see below.)
19771
19772 @kindex v i
19773 @kindex V i
19774 @pindex calc-ident
19775 @tindex idn
19776 The @kbd{v i} (@code{calc-ident}) [@code{idn}] function builds an identity
19777 matrix of the specified size. It is a convenient form of @kbd{v d}
19778 where the diagonal element is always one. If no prefix argument is given,
19779 this command prompts for one.
19780
19781 In algebraic notation, @samp{idn(a,n)} acts much like @samp{diag(a,n)},
19782 except that @expr{a} is required to be a scalar (non-vector) quantity.
19783 If @expr{n} is omitted, @samp{idn(a)} represents @expr{a} times an
19784 identity matrix of unknown size. Calc can operate algebraically on
19785 such generic identity matrices, and if one is combined with a matrix
19786 whose size is known, it is converted automatically to an identity
19787 matrix of a suitable matching size. The @kbd{v i} command with an
19788 argument of zero creates a generic identity matrix, @samp{idn(1)}.
19789 Note that in dimensioned Matrix mode (@pxref{Matrix Mode}), generic
19790 identity matrices are immediately expanded to the current default
19791 dimensions.
19792
19793 @kindex v x
19794 @kindex V x
19795 @pindex calc-index
19796 @tindex index
19797 The @kbd{v x} (@code{calc-index}) [@code{index}] function builds a vector
19798 of consecutive integers from 1 to @var{n}, where @var{n} is the numeric
19799 prefix argument. If you do not provide a prefix argument, you will be
19800 prompted to enter a suitable number. If @var{n} is negative, the result
19801 is a vector of negative integers from @var{n} to @mathit{-1}.
19802
19803 With a prefix argument of just @kbd{C-u}, the @kbd{v x} command takes
19804 three values from the stack: @var{n}, @var{start}, and @var{incr} (with
19805 @var{incr} at top-of-stack). Counting starts at @var{start} and increases
19806 by @var{incr} for successive vector elements. If @var{start} or @var{n}
19807 is in floating-point format, the resulting vector elements will also be
19808 floats. Note that @var{start} and @var{incr} may in fact be any kind
19809 of numbers or formulas.
19810
19811 When @var{start} and @var{incr} are specified, a negative @var{n} has a
19812 different interpretation: It causes a geometric instead of arithmetic
19813 sequence to be generated. For example, @samp{index(-3, a, b)} produces
19814 @samp{[a, a b, a b^2]}. If you omit @var{incr} in the algebraic form,
19815 @samp{index(@var{n}, @var{start})}, the default value for @var{incr}
19816 is one for positive @var{n} or two for negative @var{n}.
19817
19818 @kindex v b
19819 @kindex V b
19820 @pindex calc-build-vector
19821 @tindex cvec
19822 The @kbd{v b} (@code{calc-build-vector}) [@code{cvec}] function builds a
19823 vector of @var{n} copies of the value on the top of the stack, where @var{n}
19824 is the numeric prefix argument. In algebraic formulas, @samp{cvec(x,n,m)}
19825 can also be used to build an @var{n}-by-@var{m} matrix of copies of @var{x}.
19826 (Interactively, just use @kbd{v b} twice: once to build a row, then again
19827 to build a matrix of copies of that row.)
19828
19829 @kindex v h
19830 @kindex V h
19831 @kindex I v h
19832 @kindex I V h
19833 @pindex calc-head
19834 @pindex calc-tail
19835 @tindex head
19836 @tindex tail
19837 The @kbd{v h} (@code{calc-head}) [@code{head}] function returns the first
19838 element of a vector. The @kbd{I v h} (@code{calc-tail}) [@code{tail}]
19839 function returns the vector with its first element removed. In both
19840 cases, the argument must be a non-empty vector.
19841
19842 @kindex v k
19843 @kindex V k
19844 @pindex calc-cons
19845 @tindex cons
19846 The @kbd{v k} (@code{calc-cons}) [@code{cons}] function takes a value @var{h}
19847 and a vector @var{t} from the stack, and produces the vector whose head is
19848 @var{h} and whose tail is @var{t}. This is similar to @kbd{|}, except
19849 if @var{h} is itself a vector, @kbd{|} will concatenate the two vectors
19850 whereas @code{cons} will insert @var{h} at the front of the vector @var{t}.
19851
19852 @kindex H v h
19853 @kindex H V h
19854 @tindex rhead
19855 @ignore
19856 @mindex @idots
19857 @end ignore
19858 @kindex H I v h
19859 @kindex H I V h
19860 @ignore
19861 @mindex @null
19862 @end ignore
19863 @kindex H v k
19864 @kindex H V k
19865 @ignore
19866 @mindex @null
19867 @end ignore
19868 @tindex rtail
19869 @ignore
19870 @mindex @null
19871 @end ignore
19872 @tindex rcons
19873 Each of these three functions also accepts the Hyperbolic flag [@code{rhead},
19874 @code{rtail}, @code{rcons}] in which case @var{t} instead represents
19875 the @emph{last} single element of the vector, with @var{h}
19876 representing the remainder of the vector. Thus the vector
19877 @samp{[a, b, c, d] = cons(a, [b, c, d]) = rcons([a, b, c], d)}.
19878 Also, @samp{head([a, b, c, d]) = a}, @samp{tail([a, b, c, d]) = [b, c, d]},
19879 @samp{rhead([a, b, c, d]) = [a, b, c]}, and @samp{rtail([a, b, c, d]) = d}.
19880
19881 @node Extracting Elements, Manipulating Vectors, Building Vectors, Matrix Functions
19882 @section Extracting Vector Elements
19883
19884 @noindent
19885 @kindex v r
19886 @kindex V r
19887 @pindex calc-mrow
19888 @tindex mrow
19889 The @kbd{v r} (@code{calc-mrow}) [@code{mrow}] command extracts one row of
19890 the matrix on the top of the stack, or one element of the plain vector on
19891 the top of the stack. The row or element is specified by the numeric
19892 prefix argument; the default is to prompt for the row or element number.
19893 The matrix or vector is replaced by the specified row or element in the
19894 form of a vector or scalar, respectively.
19895
19896 @cindex Permutations, applying
19897 With a prefix argument of @kbd{C-u} only, @kbd{v r} takes the index of
19898 the element or row from the top of the stack, and the vector or matrix
19899 from the second-to-top position. If the index is itself a vector of
19900 integers, the result is a vector of the corresponding elements of the
19901 input vector, or a matrix of the corresponding rows of the input matrix.
19902 This command can be used to obtain any permutation of a vector.
19903
19904 With @kbd{C-u}, if the index is an interval form with integer components,
19905 it is interpreted as a range of indices and the corresponding subvector or
19906 submatrix is returned.
19907
19908 @cindex Subscript notation
19909 @kindex a _
19910 @pindex calc-subscript
19911 @tindex subscr
19912 @tindex _
19913 Subscript notation in algebraic formulas (@samp{a_b}) stands for the
19914 Calc function @code{subscr}, which is synonymous with @code{mrow}.
19915 Thus, @samp{[x, y, z]_k} produces @expr{x}, @expr{y}, or @expr{z} if
19916 @expr{k} is one, two, or three, respectively. A double subscript
19917 (@samp{M_i_j}, equivalent to @samp{subscr(subscr(M, i), j)}) will
19918 access the element at row @expr{i}, column @expr{j} of a matrix.
19919 The @kbd{a _} (@code{calc-subscript}) command creates a subscript
19920 formula @samp{a_b} out of two stack entries. (It is on the @kbd{a}
19921 ``algebra'' prefix because subscripted variables are often used
19922 purely as an algebraic notation.)
19923
19924 @tindex mrrow
19925 Given a negative prefix argument, @kbd{v r} instead deletes one row or
19926 element from the matrix or vector on the top of the stack. Thus
19927 @kbd{C-u 2 v r} replaces a matrix with its second row, but @kbd{C-u -2 v r}
19928 replaces the matrix with the same matrix with its second row removed.
19929 In algebraic form this function is called @code{mrrow}.
19930
19931 @tindex getdiag
19932 Given a prefix argument of zero, @kbd{v r} extracts the diagonal elements
19933 of a square matrix in the form of a vector. In algebraic form this
19934 function is called @code{getdiag}.
19935
19936 @kindex v c
19937 @kindex V c
19938 @pindex calc-mcol
19939 @tindex mcol
19940 @tindex mrcol
19941 The @kbd{v c} (@code{calc-mcol}) [@code{mcol} or @code{mrcol}] command is
19942 the analogous operation on columns of a matrix. Given a plain vector
19943 it extracts (or removes) one element, just like @kbd{v r}. If the
19944 index in @kbd{C-u v c} is an interval or vector and the argument is a
19945 matrix, the result is a submatrix with only the specified columns
19946 retained (and possibly permuted in the case of a vector index).
19947
19948 To extract a matrix element at a given row and column, use @kbd{v r} to
19949 extract the row as a vector, then @kbd{v c} to extract the column element
19950 from that vector. In algebraic formulas, it is often more convenient to
19951 use subscript notation: @samp{m_i_j} gives row @expr{i}, column @expr{j}
19952 of matrix @expr{m}.
19953
19954 @kindex v s
19955 @kindex V s
19956 @pindex calc-subvector
19957 @tindex subvec
19958 The @kbd{v s} (@code{calc-subvector}) [@code{subvec}] command extracts
19959 a subvector of a vector. The arguments are the vector, the starting
19960 index, and the ending index, with the ending index in the top-of-stack
19961 position. The starting index indicates the first element of the vector
19962 to take. The ending index indicates the first element @emph{past} the
19963 range to be taken. Thus, @samp{subvec([a, b, c, d, e], 2, 4)} produces
19964 the subvector @samp{[b, c]}. You could get the same result using
19965 @samp{mrow([a, b, c, d, e], @w{[2 .. 4)})}.
19966
19967 If either the start or the end index is zero or negative, it is
19968 interpreted as relative to the end of the vector. Thus
19969 @samp{subvec([a, b, c, d, e], 2, -2)} also produces @samp{[b, c]}. In
19970 the algebraic form, the end index can be omitted in which case it
19971 is taken as zero, i.e., elements from the starting element to the
19972 end of the vector are used. The infinity symbol, @code{inf}, also
19973 has this effect when used as the ending index.
19974
19975 @kindex I v s
19976 @kindex I V s
19977 @tindex rsubvec
19978 With the Inverse flag, @kbd{I v s} [@code{rsubvec}] removes a subvector
19979 from a vector. The arguments are interpreted the same as for the
19980 normal @kbd{v s} command. Thus, @samp{rsubvec([a, b, c, d, e], 2, 4)}
19981 produces @samp{[a, d, e]}. It is always true that @code{subvec} and
19982 @code{rsubvec} return complementary parts of the input vector.
19983
19984 @xref{Selecting Subformulas}, for an alternative way to operate on
19985 vectors one element at a time.
19986
19987 @node Manipulating Vectors, Vector and Matrix Arithmetic, Extracting Elements, Matrix Functions
19988 @section Manipulating Vectors
19989
19990 @noindent
19991 @kindex v l
19992 @kindex V l
19993 @pindex calc-vlength
19994 @tindex vlen
19995 The @kbd{v l} (@code{calc-vlength}) [@code{vlen}] command computes the
19996 length of a vector. The length of a non-vector is considered to be zero.
19997 Note that matrices are just vectors of vectors for the purposes of this
19998 command.
19999
20000 @kindex H v l
20001 @kindex H V l
20002 @tindex mdims
20003 With the Hyperbolic flag, @kbd{H v l} [@code{mdims}] computes a vector
20004 of the dimensions of a vector, matrix, or higher-order object. For
20005 example, @samp{mdims([[a,b,c],[d,e,f]])} returns @samp{[2, 3]} since
20006 its argument is a
20007 @texline @math{2\times3}
20008 @infoline 2x3
20009 matrix.
20010
20011 @kindex v f
20012 @kindex V f
20013 @pindex calc-vector-find
20014 @tindex find
20015 The @kbd{v f} (@code{calc-vector-find}) [@code{find}] command searches
20016 along a vector for the first element equal to a given target. The target
20017 is on the top of the stack; the vector is in the second-to-top position.
20018 If a match is found, the result is the index of the matching element.
20019 Otherwise, the result is zero. The numeric prefix argument, if given,
20020 allows you to select any starting index for the search.
20021
20022 @kindex v a
20023 @kindex V a
20024 @pindex calc-arrange-vector
20025 @tindex arrange
20026 @cindex Arranging a matrix
20027 @cindex Reshaping a matrix
20028 @cindex Flattening a matrix
20029 The @kbd{v a} (@code{calc-arrange-vector}) [@code{arrange}] command
20030 rearranges a vector to have a certain number of columns and rows. The
20031 numeric prefix argument specifies the number of columns; if you do not
20032 provide an argument, you will be prompted for the number of columns.
20033 The vector or matrix on the top of the stack is @dfn{flattened} into a
20034 plain vector. If the number of columns is nonzero, this vector is
20035 then formed into a matrix by taking successive groups of @var{n} elements.
20036 If the number of columns does not evenly divide the number of elements
20037 in the vector, the last row will be short and the result will not be
20038 suitable for use as a matrix. For example, with the matrix
20039 @samp{[[1, 2], @w{[3, 4]}]} on the stack, @kbd{v a 4} produces
20040 @samp{[[1, 2, 3, 4]]} (a
20041 @texline @math{1\times4}
20042 @infoline 1x4
20043 matrix), @kbd{v a 1} produces @samp{[[1], [2], [3], [4]]} (a
20044 @texline @math{4\times1}
20045 @infoline 4x1
20046 matrix), @kbd{v a 2} produces @samp{[[1, 2], [3, 4]]} (the original
20047 @texline @math{2\times2}
20048 @infoline 2x2
20049 matrix), @w{@kbd{v a 3}} produces @samp{[[1, 2, 3], [4]]} (not a
20050 matrix), and @kbd{v a 0} produces the flattened list
20051 @samp{[1, 2, @w{3, 4}]}.
20052
20053 @cindex Sorting data
20054 @kindex v S
20055 @kindex V S
20056 @kindex I v S
20057 @kindex I V S
20058 @pindex calc-sort
20059 @tindex sort
20060 @tindex rsort
20061 The @kbd{V S} (@code{calc-sort}) [@code{sort}] command sorts the elements of
20062 a vector into increasing order. Real numbers, real infinities, and
20063 constant interval forms come first in this ordering; next come other
20064 kinds of numbers, then variables (in alphabetical order), then finally
20065 come formulas and other kinds of objects; these are sorted according
20066 to a kind of lexicographic ordering with the useful property that
20067 one vector is less or greater than another if the first corresponding
20068 unequal elements are less or greater, respectively. Since quoted strings
20069 are stored by Calc internally as vectors of ASCII character codes
20070 (@pxref{Strings}), this means vectors of strings are also sorted into
20071 alphabetical order by this command.
20072
20073 The @kbd{I V S} [@code{rsort}] command sorts a vector into decreasing order.
20074
20075 @cindex Permutation, inverse of
20076 @cindex Inverse of permutation
20077 @cindex Index tables
20078 @cindex Rank tables
20079 @kindex v G
20080 @kindex V G
20081 @kindex I v G
20082 @kindex I V G
20083 @pindex calc-grade
20084 @tindex grade
20085 @tindex rgrade
20086 The @kbd{V G} (@code{calc-grade}) [@code{grade}, @code{rgrade}] command
20087 produces an index table or permutation vector which, if applied to the
20088 input vector (as the index of @kbd{C-u v r}, say), would sort the vector.
20089 A permutation vector is just a vector of integers from 1 to @var{n}, where
20090 each integer occurs exactly once. One application of this is to sort a
20091 matrix of data rows using one column as the sort key; extract that column,
20092 grade it with @kbd{V G}, then use the result to reorder the original matrix
20093 with @kbd{C-u v r}. Another interesting property of the @code{V G} command
20094 is that, if the input is itself a permutation vector, the result will
20095 be the inverse of the permutation. The inverse of an index table is
20096 a rank table, whose @var{k}th element says where the @var{k}th original
20097 vector element will rest when the vector is sorted. To get a rank
20098 table, just use @kbd{V G V G}.
20099
20100 With the Inverse flag, @kbd{I V G} produces an index table that would
20101 sort the input into decreasing order. Note that @kbd{V S} and @kbd{V G}
20102 use a ``stable'' sorting algorithm, i.e., any two elements which are equal
20103 will not be moved out of their original order. Generally there is no way
20104 to tell with @kbd{V S}, since two elements which are equal look the same,
20105 but with @kbd{V G} this can be an important issue. In the matrix-of-rows
20106 example, suppose you have names and telephone numbers as two columns and
20107 you wish to sort by phone number primarily, and by name when the numbers
20108 are equal. You can sort the data matrix by names first, and then again
20109 by phone numbers. Because the sort is stable, any two rows with equal
20110 phone numbers will remain sorted by name even after the second sort.
20111
20112 @cindex Histograms
20113 @kindex v H
20114 @kindex V H
20115 @pindex calc-histogram
20116 @ignore
20117 @mindex histo@idots
20118 @end ignore
20119 @tindex histogram
20120 The @kbd{V H} (@code{calc-histogram}) [@code{histogram}] command builds a
20121 histogram of a vector of numbers. Vector elements are assumed to be
20122 integers or real numbers in the range [0..@var{n}) for some ``number of
20123 bins'' @var{n}, which is the numeric prefix argument given to the
20124 command. The result is a vector of @var{n} counts of how many times
20125 each value appeared in the original vector. Non-integers in the input
20126 are rounded down to integers. Any vector elements outside the specified
20127 range are ignored. (You can tell if elements have been ignored by noting
20128 that the counts in the result vector don't add up to the length of the
20129 input vector.)
20130
20131 If no prefix is given, then you will be prompted for a vector which
20132 will be used to determine the bins. (If a positive integer is given at
20133 this prompt, it will be still treated as if it were given as a
20134 prefix.) Each bin will consist of the interval of numbers closest to
20135 the corresponding number of this new vector; if the vector
20136 @expr{[a, b, c, ...]} is entered at the prompt, the bins will be
20137 @expr{(-inf, (a+b)/2]}, @expr{((a+b)/2, (b+c)/2]}, etc. The result of
20138 this command will be a vector counting how many elements of the
20139 original vector are in each bin.
20140
20141 The result will then be a vector with the same length as this new vector;
20142 each element of the new vector will be replaced by the number of
20143 elements of the original vector which are closest to it.
20144
20145 @kindex H v H
20146 @kindex H V H
20147 With the Hyperbolic flag, @kbd{H V H} pulls two vectors from the stack.
20148 The second-to-top vector is the list of numbers as before. The top
20149 vector is an equal-sized list of ``weights'' to attach to the elements
20150 of the data vector. For example, if the first data element is 4.2 and
20151 the first weight is 10, then 10 will be added to bin 4 of the result
20152 vector. Without the hyperbolic flag, every element has a weight of one.
20153
20154 @kindex v t
20155 @kindex V t
20156 @pindex calc-transpose
20157 @tindex trn
20158 The @kbd{v t} (@code{calc-transpose}) [@code{trn}] command computes
20159 the transpose of the matrix at the top of the stack. If the argument
20160 is a plain vector, it is treated as a row vector and transposed into
20161 a one-column matrix.
20162
20163 @kindex v v
20164 @kindex V v
20165 @pindex calc-reverse-vector
20166 @tindex rev
20167 The @kbd{v v} (@code{calc-reverse-vector}) [@code{rev}] command reverses
20168 a vector end-for-end. Given a matrix, it reverses the order of the rows.
20169 (To reverse the columns instead, just use @kbd{v t v v v t}. The same
20170 principle can be used to apply other vector commands to the columns of
20171 a matrix.)
20172
20173 @kindex v m
20174 @kindex V m
20175 @pindex calc-mask-vector
20176 @tindex vmask
20177 The @kbd{v m} (@code{calc-mask-vector}) [@code{vmask}] command uses
20178 one vector as a mask to extract elements of another vector. The mask
20179 is in the second-to-top position; the target vector is on the top of
20180 the stack. These vectors must have the same length. The result is
20181 the same as the target vector, but with all elements which correspond
20182 to zeros in the mask vector deleted. Thus, for example,
20183 @samp{vmask([1, 0, 1, 0, 1], [a, b, c, d, e])} produces @samp{[a, c, e]}.
20184 @xref{Logical Operations}.
20185
20186 @kindex v e
20187 @kindex V e
20188 @pindex calc-expand-vector
20189 @tindex vexp
20190 The @kbd{v e} (@code{calc-expand-vector}) [@code{vexp}] command
20191 expands a vector according to another mask vector. The result is a
20192 vector the same length as the mask, but with nonzero elements replaced
20193 by successive elements from the target vector. The length of the target
20194 vector is normally the number of nonzero elements in the mask. If the
20195 target vector is longer, its last few elements are lost. If the target
20196 vector is shorter, the last few nonzero mask elements are left
20197 unreplaced in the result. Thus @samp{vexp([2, 0, 3, 0, 7], [a, b])}
20198 produces @samp{[a, 0, b, 0, 7]}.
20199
20200 @kindex H v e
20201 @kindex H V e
20202 With the Hyperbolic flag, @kbd{H v e} takes a filler value from the
20203 top of the stack; the mask and target vectors come from the third and
20204 second elements of the stack. This filler is used where the mask is
20205 zero: @samp{vexp([2, 0, 3, 0, 7], [a, b], z)} produces
20206 @samp{[a, z, c, z, 7]}. If the filler value is itself a vector,
20207 then successive values are taken from it, so that the effect is to
20208 interleave two vectors according to the mask:
20209 @samp{vexp([2, 0, 3, 7, 0, 0], [a, b], [x, y])} produces
20210 @samp{[a, x, b, 7, y, 0]}.
20211
20212 Another variation on the masking idea is to combine @samp{[a, b, c, d, e]}
20213 with the mask @samp{[1, 0, 1, 0, 1]} to produce @samp{[a, 0, c, 0, e]}.
20214 You can accomplish this with @kbd{V M a &}, mapping the logical ``and''
20215 operation across the two vectors. @xref{Logical Operations}. Note that
20216 the @code{? :} operation also discussed there allows other types of
20217 masking using vectors.
20218
20219 @node Vector and Matrix Arithmetic, Set Operations, Manipulating Vectors, Matrix Functions
20220 @section Vector and Matrix Arithmetic
20221
20222 @noindent
20223 Basic arithmetic operations like addition and multiplication are defined
20224 for vectors and matrices as well as for numbers. Division of matrices, in
20225 the sense of multiplying by the inverse, is supported. (Division by a
20226 matrix actually uses LU-decomposition for greater accuracy and speed.)
20227 @xref{Basic Arithmetic}.
20228
20229 The following functions are applied element-wise if their arguments are
20230 vectors or matrices: @code{change-sign}, @code{conj}, @code{arg},
20231 @code{re}, @code{im}, @code{polar}, @code{rect}, @code{clean},
20232 @code{float}, @code{frac}. @xref{Function Index}.
20233
20234 @kindex v J
20235 @kindex V J
20236 @pindex calc-conj-transpose
20237 @tindex ctrn
20238 The @kbd{V J} (@code{calc-conj-transpose}) [@code{ctrn}] command computes
20239 the conjugate transpose of its argument, i.e., @samp{conj(trn(x))}.
20240
20241 @ignore
20242 @mindex A
20243 @end ignore
20244 @kindex A (vectors)
20245 @pindex calc-abs (vectors)
20246 @ignore
20247 @mindex abs
20248 @end ignore
20249 @tindex abs (vectors)
20250 The @kbd{A} (@code{calc-abs}) [@code{abs}] command computes the
20251 Frobenius norm of a vector or matrix argument. This is the square
20252 root of the sum of the squares of the absolute values of the
20253 elements of the vector or matrix. If the vector is interpreted as
20254 a point in two- or three-dimensional space, this is the distance
20255 from that point to the origin.
20256
20257 @kindex v n
20258 @kindex V n
20259 @pindex calc-rnorm
20260 @tindex rnorm
20261 The @kbd{v n} (@code{calc-rnorm}) [@code{rnorm}] command computes the
20262 infinity-norm of a vector, or the row norm of a matrix. For a plain
20263 vector, this is the maximum of the absolute values of the elements. For
20264 a matrix, this is the maximum of the row-absolute-value-sums, i.e., of
20265 the sums of the absolute values of the elements along the various rows.
20266
20267 @kindex v N
20268 @kindex V N
20269 @pindex calc-cnorm
20270 @tindex cnorm
20271 The @kbd{V N} (@code{calc-cnorm}) [@code{cnorm}] command computes
20272 the one-norm of a vector, or column norm of a matrix. For a plain
20273 vector, this is the sum of the absolute values of the elements.
20274 For a matrix, this is the maximum of the column-absolute-value-sums.
20275 General @expr{k}-norms for @expr{k} other than one or infinity are
20276 not provided. However, the 2-norm (or Frobenius norm) is provided for
20277 vectors by the @kbd{A} (@code{calc-abs}) command.
20278
20279 @kindex v C
20280 @kindex V C
20281 @pindex calc-cross
20282 @tindex cross
20283 The @kbd{V C} (@code{calc-cross}) [@code{cross}] command computes the
20284 right-handed cross product of two vectors, each of which must have
20285 exactly three elements.
20286
20287 @ignore
20288 @mindex &
20289 @end ignore
20290 @kindex & (matrices)
20291 @pindex calc-inv (matrices)
20292 @ignore
20293 @mindex inv
20294 @end ignore
20295 @tindex inv (matrices)
20296 The @kbd{&} (@code{calc-inv}) [@code{inv}] command computes the
20297 inverse of a square matrix. If the matrix is singular, the inverse
20298 operation is left in symbolic form. Matrix inverses are recorded so
20299 that once an inverse (or determinant) of a particular matrix has been
20300 computed, the inverse and determinant of the matrix can be recomputed
20301 quickly in the future.
20302
20303 If the argument to @kbd{&} is a plain number @expr{x}, this
20304 command simply computes @expr{1/x}. This is okay, because the
20305 @samp{/} operator also does a matrix inversion when dividing one
20306 by a matrix.
20307
20308 @kindex v D
20309 @kindex V D
20310 @pindex calc-mdet
20311 @tindex det
20312 The @kbd{V D} (@code{calc-mdet}) [@code{det}] command computes the
20313 determinant of a square matrix.
20314
20315 @kindex v L
20316 @kindex V L
20317 @pindex calc-mlud
20318 @tindex lud
20319 The @kbd{V L} (@code{calc-mlud}) [@code{lud}] command computes the
20320 LU decomposition of a matrix. The result is a list of three matrices
20321 which, when multiplied together left-to-right, form the original matrix.
20322 The first is a permutation matrix that arises from pivoting in the
20323 algorithm, the second is lower-triangular with ones on the diagonal,
20324 and the third is upper-triangular.
20325
20326 @kindex v T
20327 @kindex V T
20328 @pindex calc-mtrace
20329 @tindex tr
20330 The @kbd{V T} (@code{calc-mtrace}) [@code{tr}] command computes the
20331 trace of a square matrix. This is defined as the sum of the diagonal
20332 elements of the matrix.
20333
20334 @kindex v K
20335 @kindex V K
20336 @pindex calc-kron
20337 @tindex kron
20338 The @kbd{V K} (@code{calc-kron}) [@code{kron}] command computes
20339 the Kronecker product of two matrices.
20340
20341 @node Set Operations, Statistical Operations, Vector and Matrix Arithmetic, Matrix Functions
20342 @section Set Operations using Vectors
20343
20344 @noindent
20345 @cindex Sets, as vectors
20346 Calc includes several commands which interpret vectors as @dfn{sets} of
20347 objects. A set is a collection of objects; any given object can appear
20348 only once in the set. Calc stores sets as vectors of objects in
20349 sorted order. Objects in a Calc set can be any of the usual things,
20350 such as numbers, variables, or formulas. Two set elements are considered
20351 equal if they are identical, except that numerically equal numbers like
20352 the integer 4 and the float 4.0 are considered equal even though they
20353 are not ``identical.'' Variables are treated like plain symbols without
20354 attached values by the set operations; subtracting the set @samp{[b]}
20355 from @samp{[a, b]} always yields the set @samp{[a]} even though if
20356 the variables @samp{a} and @samp{b} both equaled 17, you might
20357 expect the answer @samp{[]}.
20358
20359 If a set contains interval forms, then it is assumed to be a set of
20360 real numbers. In this case, all set operations require the elements
20361 of the set to be only things that are allowed in intervals: Real
20362 numbers, plus and minus infinity, HMS forms, and date forms. If
20363 there are variables or other non-real objects present in a real set,
20364 all set operations on it will be left in unevaluated form.
20365
20366 If the input to a set operation is a plain number or interval form
20367 @var{a}, it is treated like the one-element vector @samp{[@var{a}]}.
20368 The result is always a vector, except that if the set consists of a
20369 single interval, the interval itself is returned instead.
20370
20371 @xref{Logical Operations}, for the @code{in} function which tests if
20372 a certain value is a member of a given set. To test if the set @expr{A}
20373 is a subset of the set @expr{B}, use @samp{vdiff(A, B) = []}.
20374
20375 @kindex v +
20376 @kindex V +
20377 @pindex calc-remove-duplicates
20378 @tindex rdup
20379 The @kbd{V +} (@code{calc-remove-duplicates}) [@code{rdup}] command
20380 converts an arbitrary vector into set notation. It works by sorting
20381 the vector as if by @kbd{V S}, then removing duplicates. (For example,
20382 @kbd{[a, 5, 4, a, 4.0]} is sorted to @samp{[4, 4.0, 5, a, a]} and then
20383 reduced to @samp{[4, 5, a]}). Overlapping intervals are merged as
20384 necessary. You rarely need to use @kbd{V +} explicitly, since all the
20385 other set-based commands apply @kbd{V +} to their inputs before using
20386 them.
20387
20388 @kindex v V
20389 @kindex V V
20390 @pindex calc-set-union
20391 @tindex vunion
20392 The @kbd{V V} (@code{calc-set-union}) [@code{vunion}] command computes
20393 the union of two sets. An object is in the union of two sets if and
20394 only if it is in either (or both) of the input sets. (You could
20395 accomplish the same thing by concatenating the sets with @kbd{|},
20396 then using @kbd{V +}.)
20397
20398 @kindex v ^
20399 @kindex V ^
20400 @pindex calc-set-intersect
20401 @tindex vint
20402 The @kbd{V ^} (@code{calc-set-intersect}) [@code{vint}] command computes
20403 the intersection of two sets. An object is in the intersection if
20404 and only if it is in both of the input sets. Thus if the input
20405 sets are disjoint, i.e., if they share no common elements, the result
20406 will be the empty vector @samp{[]}. Note that the characters @kbd{V}
20407 and @kbd{^} were chosen to be close to the conventional mathematical
20408 notation for set
20409 @texline union@tie{}(@math{A \cup B})
20410 @infoline union
20411 and
20412 @texline intersection@tie{}(@math{A \cap B}).
20413 @infoline intersection.
20414
20415 @kindex v -
20416 @kindex V -
20417 @pindex calc-set-difference
20418 @tindex vdiff
20419 The @kbd{V -} (@code{calc-set-difference}) [@code{vdiff}] command computes
20420 the difference between two sets. An object is in the difference
20421 @expr{A - B} if and only if it is in @expr{A} but not in @expr{B}.
20422 Thus subtracting @samp{[y,z]} from a set will remove the elements
20423 @samp{y} and @samp{z} if they are present. You can also think of this
20424 as a general @dfn{set complement} operator; if @expr{A} is the set of
20425 all possible values, then @expr{A - B} is the ``complement'' of @expr{B}.
20426 Obviously this is only practical if the set of all possible values in
20427 your problem is small enough to list in a Calc vector (or simple
20428 enough to express in a few intervals).
20429
20430 @kindex v X
20431 @kindex V X
20432 @pindex calc-set-xor
20433 @tindex vxor
20434 The @kbd{V X} (@code{calc-set-xor}) [@code{vxor}] command computes
20435 the ``exclusive-or,'' or ``symmetric difference'' of two sets.
20436 An object is in the symmetric difference of two sets if and only
20437 if it is in one, but @emph{not} both, of the sets. Objects that
20438 occur in both sets ``cancel out.''
20439
20440 @kindex v ~
20441 @kindex V ~
20442 @pindex calc-set-complement
20443 @tindex vcompl
20444 The @kbd{V ~} (@code{calc-set-complement}) [@code{vcompl}] command
20445 computes the complement of a set with respect to the real numbers.
20446 Thus @samp{vcompl(x)} is equivalent to @samp{vdiff([-inf .. inf], x)}.
20447 For example, @samp{vcompl([2, (3 .. 4]])} evaluates to
20448 @samp{[[-inf .. 2), (2 .. 3], (4 .. inf]]}.
20449
20450 @kindex v F
20451 @kindex V F
20452 @pindex calc-set-floor
20453 @tindex vfloor
20454 The @kbd{V F} (@code{calc-set-floor}) [@code{vfloor}] command
20455 reinterprets a set as a set of integers. Any non-integer values,
20456 and intervals that do not enclose any integers, are removed. Open
20457 intervals are converted to equivalent closed intervals. Successive
20458 integers are converted into intervals of integers. For example, the
20459 complement of the set @samp{[2, 6, 7, 8]} is messy, but if you wanted
20460 the complement with respect to the set of integers you could type
20461 @kbd{V ~ V F} to get @samp{[[-inf .. 1], [3 .. 5], [9 .. inf]]}.
20462
20463 @kindex v E
20464 @kindex V E
20465 @pindex calc-set-enumerate
20466 @tindex venum
20467 The @kbd{V E} (@code{calc-set-enumerate}) [@code{venum}] command
20468 converts a set of integers into an explicit vector. Intervals in
20469 the set are expanded out to lists of all integers encompassed by
20470 the intervals. This only works for finite sets (i.e., sets which
20471 do not involve @samp{-inf} or @samp{inf}).
20472
20473 @kindex v :
20474 @kindex V :
20475 @pindex calc-set-span
20476 @tindex vspan
20477 The @kbd{V :} (@code{calc-set-span}) [@code{vspan}] command converts any
20478 set of reals into an interval form that encompasses all its elements.
20479 The lower limit will be the smallest element in the set; the upper
20480 limit will be the largest element. For an empty set, @samp{vspan([])}
20481 returns the empty interval @w{@samp{[0 .. 0)}}.
20482
20483 @kindex v #
20484 @kindex V #
20485 @pindex calc-set-cardinality
20486 @tindex vcard
20487 The @kbd{V #} (@code{calc-set-cardinality}) [@code{vcard}] command counts
20488 the number of integers in a set. The result is the length of the vector
20489 that would be produced by @kbd{V E}, although the computation is much
20490 more efficient than actually producing that vector.
20491
20492 @cindex Sets, as binary numbers
20493 Another representation for sets that may be more appropriate in some
20494 cases is binary numbers. If you are dealing with sets of integers
20495 in the range 0 to 49, you can use a 50-bit binary number where a
20496 particular bit is 1 if the corresponding element is in the set.
20497 @xref{Binary Functions}, for a list of commands that operate on
20498 binary numbers. Note that many of the above set operations have
20499 direct equivalents in binary arithmetic: @kbd{b o} (@code{calc-or}),
20500 @kbd{b a} (@code{calc-and}), @kbd{b d} (@code{calc-diff}),
20501 @kbd{b x} (@code{calc-xor}), and @kbd{b n} (@code{calc-not}),
20502 respectively. You can use whatever representation for sets is most
20503 convenient to you.
20504
20505 @kindex b p
20506 @kindex b u
20507 @pindex calc-pack-bits
20508 @pindex calc-unpack-bits
20509 @tindex vpack
20510 @tindex vunpack
20511 The @kbd{b u} (@code{calc-unpack-bits}) [@code{vunpack}] command
20512 converts an integer that represents a set in binary into a set
20513 in vector/interval notation. For example, @samp{vunpack(67)}
20514 returns @samp{[[0 .. 1], 6]}. If the input is negative, the set
20515 it represents is semi-infinite: @samp{vunpack(-4) = [2 .. inf)}.
20516 Use @kbd{V E} afterwards to expand intervals to individual
20517 values if you wish. Note that this command uses the @kbd{b}
20518 (binary) prefix key.
20519
20520 The @kbd{b p} (@code{calc-pack-bits}) [@code{vpack}] command
20521 converts the other way, from a vector or interval representing
20522 a set of nonnegative integers into a binary integer describing
20523 the same set. The set may include positive infinity, but must
20524 not include any negative numbers. The input is interpreted as a
20525 set of integers in the sense of @kbd{V F} (@code{vfloor}). Beware
20526 that a simple input like @samp{[100]} can result in a huge integer
20527 representation
20528 @texline (@math{2^{100}}, a 31-digit integer, in this case).
20529 @infoline (@expr{2^100}, a 31-digit integer, in this case).
20530
20531 @node Statistical Operations, Reducing and Mapping, Set Operations, Matrix Functions
20532 @section Statistical Operations on Vectors
20533
20534 @noindent
20535 @cindex Statistical functions
20536 The commands in this section take vectors as arguments and compute
20537 various statistical measures on the data stored in the vectors. The
20538 references used in the definitions of these functions are Bevington's
20539 @emph{Data Reduction and Error Analysis for the Physical Sciences},
20540 and @emph{Numerical Recipes} by Press, Flannery, Teukolsky and
20541 Vetterling.
20542
20543 The statistical commands use the @kbd{u} prefix key followed by
20544 a shifted letter or other character.
20545
20546 @xref{Manipulating Vectors}, for a description of @kbd{V H}
20547 (@code{calc-histogram}).
20548
20549 @xref{Curve Fitting}, for the @kbd{a F} command for doing
20550 least-squares fits to statistical data.
20551
20552 @xref{Probability Distribution Functions}, for several common
20553 probability distribution functions.
20554
20555 @menu
20556 * Single-Variable Statistics::
20557 * Paired-Sample Statistics::
20558 @end menu
20559
20560 @node Single-Variable Statistics, Paired-Sample Statistics, Statistical Operations, Statistical Operations
20561 @subsection Single-Variable Statistics
20562
20563 @noindent
20564 These functions do various statistical computations on single
20565 vectors. Given a numeric prefix argument, they actually pop
20566 @var{n} objects from the stack and combine them into a data
20567 vector. Each object may be either a number or a vector; if a
20568 vector, any sub-vectors inside it are ``flattened'' as if by
20569 @kbd{v a 0}; @pxref{Manipulating Vectors}. By default one object
20570 is popped, which (in order to be useful) is usually a vector.
20571
20572 If an argument is a variable name, and the value stored in that
20573 variable is a vector, then the stored vector is used. This method
20574 has the advantage that if your data vector is large, you can avoid
20575 the slow process of manipulating it directly on the stack.
20576
20577 These functions are left in symbolic form if any of their arguments
20578 are not numbers or vectors, e.g., if an argument is a formula, or
20579 a non-vector variable. However, formulas embedded within vector
20580 arguments are accepted; the result is a symbolic representation
20581 of the computation, based on the assumption that the formula does
20582 not itself represent a vector. All varieties of numbers such as
20583 error forms and interval forms are acceptable.
20584
20585 Some of the functions in this section also accept a single error form
20586 or interval as an argument. They then describe a property of the
20587 normal or uniform (respectively) statistical distribution described
20588 by the argument. The arguments are interpreted in the same way as
20589 the @var{M} argument of the random number function @kbd{k r}. In
20590 particular, an interval with integer limits is considered an integer
20591 distribution, so that @samp{[2 .. 6)} is the same as @samp{[2 .. 5]}.
20592 An interval with at least one floating-point limit is a continuous
20593 distribution: @samp{[2.0 .. 6.0)} is @emph{not} the same as
20594 @samp{[2.0 .. 5.0]}!
20595
20596 @kindex u #
20597 @pindex calc-vector-count
20598 @tindex vcount
20599 The @kbd{u #} (@code{calc-vector-count}) [@code{vcount}] command
20600 computes the number of data values represented by the inputs.
20601 For example, @samp{vcount(1, [2, 3], [[4, 5], [], x, y])} returns 7.
20602 If the argument is a single vector with no sub-vectors, this
20603 simply computes the length of the vector.
20604
20605 @kindex u +
20606 @kindex u *
20607 @pindex calc-vector-sum
20608 @pindex calc-vector-prod
20609 @tindex vsum
20610 @tindex vprod
20611 @cindex Summations (statistical)
20612 The @kbd{u +} (@code{calc-vector-sum}) [@code{vsum}] command
20613 computes the sum of the data values. The @kbd{u *}
20614 (@code{calc-vector-prod}) [@code{vprod}] command computes the
20615 product of the data values. If the input is a single flat vector,
20616 these are the same as @kbd{V R +} and @kbd{V R *}
20617 (@pxref{Reducing and Mapping}).
20618
20619 @kindex u X
20620 @kindex u N
20621 @pindex calc-vector-max
20622 @pindex calc-vector-min
20623 @tindex vmax
20624 @tindex vmin
20625 The @kbd{u X} (@code{calc-vector-max}) [@code{vmax}] command
20626 computes the maximum of the data values, and the @kbd{u N}
20627 (@code{calc-vector-min}) [@code{vmin}] command computes the minimum.
20628 If the argument is an interval, this finds the minimum or maximum
20629 value in the interval. (Note that @samp{vmax([2..6)) = 5} as
20630 described above.) If the argument is an error form, this returns
20631 plus or minus infinity.
20632
20633 @kindex u M
20634 @pindex calc-vector-mean
20635 @tindex vmean
20636 @cindex Mean of data values
20637 The @kbd{u M} (@code{calc-vector-mean}) [@code{vmean}] command
20638 computes the average (arithmetic mean) of the data values.
20639 If the inputs are error forms
20640 @texline @math{x \pm \sigma},
20641 @infoline @samp{x +/- s},
20642 this is the weighted mean of the @expr{x} values with weights
20643 @texline @math{1 /\sigma^2}.
20644 @infoline @expr{1 / s^2}.
20645 @tex
20646 $$ \mu = { \displaystyle \sum { x_i \over \sigma_i^2 } \over
20647 \displaystyle \sum { 1 \over \sigma_i^2 } } $$
20648 @end tex
20649 If the inputs are not error forms, this is simply the sum of the
20650 values divided by the count of the values.
20651
20652 Note that a plain number can be considered an error form with
20653 error
20654 @texline @math{\sigma = 0}.
20655 @infoline @expr{s = 0}.
20656 If the input to @kbd{u M} is a mixture of
20657 plain numbers and error forms, the result is the mean of the
20658 plain numbers, ignoring all values with non-zero errors. (By the
20659 above definitions it's clear that a plain number effectively
20660 has an infinite weight, next to which an error form with a finite
20661 weight is completely negligible.)
20662
20663 This function also works for distributions (error forms or
20664 intervals). The mean of an error form `@var{a} @tfn{+/-} @var{b}' is simply
20665 @expr{a}. The mean of an interval is the mean of the minimum
20666 and maximum values of the interval.
20667
20668 @kindex I u M
20669 @pindex calc-vector-mean-error
20670 @tindex vmeane
20671 The @kbd{I u M} (@code{calc-vector-mean-error}) [@code{vmeane}]
20672 command computes the mean of the data points expressed as an
20673 error form. This includes the estimated error associated with
20674 the mean. If the inputs are error forms, the error is the square
20675 root of the reciprocal of the sum of the reciprocals of the squares
20676 of the input errors. (I.e., the variance is the reciprocal of the
20677 sum of the reciprocals of the variances.)
20678 @tex
20679 $$ \sigma_\mu^2 = {1 \over \displaystyle \sum {1 \over \sigma_i^2}} $$
20680 @end tex
20681 If the inputs are plain
20682 numbers, the error is equal to the standard deviation of the values
20683 divided by the square root of the number of values. (This works
20684 out to be equivalent to calculating the standard deviation and
20685 then assuming each value's error is equal to this standard
20686 deviation.)
20687 @tex
20688 $$ \sigma_\mu^2 = {\sigma^2 \over N} $$
20689 @end tex
20690
20691 @kindex H u M
20692 @pindex calc-vector-median
20693 @tindex vmedian
20694 @cindex Median of data values
20695 The @kbd{H u M} (@code{calc-vector-median}) [@code{vmedian}]
20696 command computes the median of the data values. The values are
20697 first sorted into numerical order; the median is the middle
20698 value after sorting. (If the number of data values is even,
20699 the median is taken to be the average of the two middle values.)
20700 The median function is different from the other functions in
20701 this section in that the arguments must all be real numbers;
20702 variables are not accepted even when nested inside vectors.
20703 (Otherwise it is not possible to sort the data values.) If
20704 any of the input values are error forms, their error parts are
20705 ignored.
20706
20707 The median function also accepts distributions. For both normal
20708 (error form) and uniform (interval) distributions, the median is
20709 the same as the mean.
20710
20711 @kindex H I u M
20712 @pindex calc-vector-harmonic-mean
20713 @tindex vhmean
20714 @cindex Harmonic mean
20715 The @kbd{H I u M} (@code{calc-vector-harmonic-mean}) [@code{vhmean}]
20716 command computes the harmonic mean of the data values. This is
20717 defined as the reciprocal of the arithmetic mean of the reciprocals
20718 of the values.
20719 @tex
20720 $$ { N \over \displaystyle \sum {1 \over x_i} } $$
20721 @end tex
20722
20723 @kindex u G
20724 @pindex calc-vector-geometric-mean
20725 @tindex vgmean
20726 @cindex Geometric mean
20727 The @kbd{u G} (@code{calc-vector-geometric-mean}) [@code{vgmean}]
20728 command computes the geometric mean of the data values. This
20729 is the @var{n}th root of the product of the values. This is also
20730 equal to the @code{exp} of the arithmetic mean of the logarithms
20731 of the data values.
20732 @tex
20733 $$ \exp \left ( \sum { \ln x_i } \right ) =
20734 \left ( \prod { x_i } \right)^{1 / N} $$
20735 @end tex
20736
20737 @kindex H u G
20738 @tindex agmean
20739 The @kbd{H u G} [@code{agmean}] command computes the ``arithmetic-geometric
20740 mean'' of two numbers taken from the stack. This is computed by
20741 replacing the two numbers with their arithmetic mean and geometric
20742 mean, then repeating until the two values converge.
20743 @tex
20744 $$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$
20745 @end tex
20746
20747 @c @cindex Root-mean-square
20748 @c Another commonly used mean, the RMS (root-mean-square), can be computed
20749 @c for a vector of numbers simply by using the @kbd{A} command.
20750
20751 @kindex u S
20752 @pindex calc-vector-sdev
20753 @tindex vsdev
20754 @cindex Standard deviation
20755 @cindex Sample statistics
20756 The @kbd{u S} (@code{calc-vector-sdev}) [@code{vsdev}] command
20757 computes the standard
20758 @texline deviation@tie{}@math{\sigma}
20759 @infoline deviation
20760 of the data values. If the values are error forms, the errors are used
20761 as weights just as for @kbd{u M}. This is the @emph{sample} standard
20762 deviation, whose value is the square root of the sum of the squares of
20763 the differences between the values and the mean of the @expr{N} values,
20764 divided by @expr{N-1}.
20765 @tex
20766 $$ \sigma^2 = {1 \over N - 1} \sum (x_i - \mu)^2 $$
20767 @end tex
20768
20769 This function also applies to distributions. The standard deviation
20770 of a single error form is simply the error part. The standard deviation
20771 of a continuous interval happens to equal the difference between the
20772 limits, divided by
20773 @texline @math{\sqrt{12}}.
20774 @infoline @expr{sqrt(12)}.
20775 The standard deviation of an integer interval is the same as the
20776 standard deviation of a vector of those integers.
20777
20778 @kindex I u S
20779 @pindex calc-vector-pop-sdev
20780 @tindex vpsdev
20781 @cindex Population statistics
20782 The @kbd{I u S} (@code{calc-vector-pop-sdev}) [@code{vpsdev}]
20783 command computes the @emph{population} standard deviation.
20784 It is defined by the same formula as above but dividing
20785 by @expr{N} instead of by @expr{N-1}. The population standard
20786 deviation is used when the input represents the entire set of
20787 data values in the distribution; the sample standard deviation
20788 is used when the input represents a sample of the set of all
20789 data values, so that the mean computed from the input is itself
20790 only an estimate of the true mean.
20791 @tex
20792 $$ \sigma^2 = {1 \over N} \sum (x_i - \mu)^2 $$
20793 @end tex
20794
20795 For error forms and continuous intervals, @code{vpsdev} works
20796 exactly like @code{vsdev}. For integer intervals, it computes the
20797 population standard deviation of the equivalent vector of integers.
20798
20799 @kindex H u S
20800 @kindex H I u S
20801 @pindex calc-vector-variance
20802 @pindex calc-vector-pop-variance
20803 @tindex vvar
20804 @tindex vpvar
20805 @cindex Variance of data values
20806 The @kbd{H u S} (@code{calc-vector-variance}) [@code{vvar}] and
20807 @kbd{H I u S} (@code{calc-vector-pop-variance}) [@code{vpvar}]
20808 commands compute the variance of the data values. The variance
20809 is the
20810 @texline square@tie{}@math{\sigma^2}
20811 @infoline square
20812 of the standard deviation, i.e., the sum of the
20813 squares of the deviations of the data values from the mean.
20814 (This definition also applies when the argument is a distribution.)
20815
20816 @ignore
20817 @starindex
20818 @end ignore
20819 @tindex vflat
20820 The @code{vflat} algebraic function returns a vector of its
20821 arguments, interpreted in the same way as the other functions
20822 in this section. For example, @samp{vflat(1, [2, [3, 4]], 5)}
20823 returns @samp{[1, 2, 3, 4, 5]}.
20824
20825 @node Paired-Sample Statistics, , Single-Variable Statistics, Statistical Operations
20826 @subsection Paired-Sample Statistics
20827
20828 @noindent
20829 The functions in this section take two arguments, which must be
20830 vectors of equal size. The vectors are each flattened in the same
20831 way as by the single-variable statistical functions. Given a numeric
20832 prefix argument of 1, these functions instead take one object from
20833 the stack, which must be an
20834 @texline @math{N\times2}
20835 @infoline Nx2
20836 matrix of data values. Once again, variable names can be used in place
20837 of actual vectors and matrices.
20838
20839 @kindex u C
20840 @pindex calc-vector-covariance
20841 @tindex vcov
20842 @cindex Covariance
20843 The @kbd{u C} (@code{calc-vector-covariance}) [@code{vcov}] command
20844 computes the sample covariance of two vectors. The covariance
20845 of vectors @var{x} and @var{y} is the sum of the products of the
20846 differences between the elements of @var{x} and the mean of @var{x}
20847 times the differences between the corresponding elements of @var{y}
20848 and the mean of @var{y}, all divided by @expr{N-1}. Note that
20849 the variance of a vector is just the covariance of the vector
20850 with itself. Once again, if the inputs are error forms the
20851 errors are used as weight factors. If both @var{x} and @var{y}
20852 are composed of error forms, the error for a given data point
20853 is taken as the square root of the sum of the squares of the two
20854 input errors.
20855 @tex
20856 $$ \sigma_{x\!y}^2 = {1 \over N-1} \sum (x_i - \mu_x) (y_i - \mu_y) $$
20857 $$ \sigma_{x\!y}^2 =
20858 {\displaystyle {1 \over N-1}
20859 \sum {(x_i - \mu_x) (y_i - \mu_y) \over \sigma_i^2}
20860 \over \displaystyle {1 \over N} \sum {1 \over \sigma_i^2}}
20861 $$
20862 @end tex
20863
20864 @kindex I u C
20865 @pindex calc-vector-pop-covariance
20866 @tindex vpcov
20867 The @kbd{I u C} (@code{calc-vector-pop-covariance}) [@code{vpcov}]
20868 command computes the population covariance, which is the same as the
20869 sample covariance computed by @kbd{u C} except dividing by @expr{N}
20870 instead of @expr{N-1}.
20871
20872 @kindex H u C
20873 @pindex calc-vector-correlation
20874 @tindex vcorr
20875 @cindex Correlation coefficient
20876 @cindex Linear correlation
20877 The @kbd{H u C} (@code{calc-vector-correlation}) [@code{vcorr}]
20878 command computes the linear correlation coefficient of two vectors.
20879 This is defined by the covariance of the vectors divided by the
20880 product of their standard deviations. (There is no difference
20881 between sample or population statistics here.)
20882 @tex
20883 $$ r_{x\!y} = { \sigma_{x\!y}^2 \over \sigma_x^2 \sigma_y^2 } $$
20884 @end tex
20885
20886 @node Reducing and Mapping, Vector and Matrix Formats, Statistical Operations, Matrix Functions
20887 @section Reducing and Mapping Vectors
20888
20889 @noindent
20890 The commands in this section allow for more general operations on the
20891 elements of vectors.
20892
20893 @kindex v A
20894 @kindex V A
20895 @pindex calc-apply
20896 @tindex apply
20897 The simplest of these operations is @kbd{V A} (@code{calc-apply})
20898 [@code{apply}], which applies a given operator to the elements of a vector.
20899 For example, applying the hypothetical function @code{f} to the vector
20900 @w{@samp{[1, 2, 3]}} would produce the function call @samp{f(1, 2, 3)}.
20901 Applying the @code{+} function to the vector @samp{[a, b]} gives
20902 @samp{a + b}. Applying @code{+} to the vector @samp{[a, b, c]} is an
20903 error, since the @code{+} function expects exactly two arguments.
20904
20905 While @kbd{V A} is useful in some cases, you will usually find that either
20906 @kbd{V R} or @kbd{V M}, described below, is closer to what you want.
20907
20908 @menu
20909 * Specifying Operators::
20910 * Mapping::
20911 * Reducing::
20912 * Nesting and Fixed Points::
20913 * Generalized Products::
20914 @end menu
20915
20916 @node Specifying Operators, Mapping, Reducing and Mapping, Reducing and Mapping
20917 @subsection Specifying Operators
20918
20919 @noindent
20920 Commands in this section (like @kbd{V A}) prompt you to press the key
20921 corresponding to the desired operator. Press @kbd{?} for a partial
20922 list of the available operators. Generally, an operator is any key or
20923 sequence of keys that would normally take one or more arguments from
20924 the stack and replace them with a result. For example, @kbd{V A H C}
20925 uses the hyperbolic cosine operator, @code{cosh}. (Since @code{cosh}
20926 expects one argument, @kbd{V A H C} requires a vector with a single
20927 element as its argument.)
20928
20929 You can press @kbd{x} at the operator prompt to select any algebraic
20930 function by name to use as the operator. This includes functions you
20931 have defined yourself using the @kbd{Z F} command. (@xref{Algebraic
20932 Definitions}.) If you give a name for which no function has been
20933 defined, the result is left in symbolic form, as in @samp{f(1, 2, 3)}.
20934 Calc will prompt for the number of arguments the function takes if it
20935 can't figure it out on its own (say, because you named a function that
20936 is currently undefined). It is also possible to type a digit key before
20937 the function name to specify the number of arguments, e.g.,
20938 @kbd{V M 3 x f @key{RET}} calls @code{f} with three arguments even if it
20939 looks like it ought to have only two. This technique may be necessary
20940 if the function allows a variable number of arguments. For example,
20941 the @kbd{v e} [@code{vexp}] function accepts two or three arguments;
20942 if you want to map with the three-argument version, you will have to
20943 type @kbd{V M 3 v e}.
20944
20945 It is also possible to apply any formula to a vector by treating that
20946 formula as a function. When prompted for the operator to use, press
20947 @kbd{'} (the apostrophe) and type your formula as an algebraic entry.
20948 You will then be prompted for the argument list, which defaults to a
20949 list of all variables that appear in the formula, sorted into alphabetic
20950 order. For example, suppose you enter the formula @w{@samp{x + 2y^x}}.
20951 The default argument list would be @samp{(x y)}, which means that if
20952 this function is applied to the arguments @samp{[3, 10]} the result will
20953 be @samp{3 + 2*10^3}. (If you plan to use a certain formula in this
20954 way often, you might consider defining it as a function with @kbd{Z F}.)
20955
20956 Another way to specify the arguments to the formula you enter is with
20957 @kbd{$}, @kbd{$$}, and so on. For example, @kbd{V A ' $$ + 2$^$$}
20958 has the same effect as the previous example. The argument list is
20959 automatically taken to be @samp{($$ $)}. (The order of the arguments
20960 may seem backwards, but it is analogous to the way normal algebraic
20961 entry interacts with the stack.)
20962
20963 If you press @kbd{$} at the operator prompt, the effect is similar to
20964 the apostrophe except that the relevant formula is taken from top-of-stack
20965 instead. The actual vector arguments of the @kbd{V A $} or related command
20966 then start at the second-to-top stack position. You will still be
20967 prompted for an argument list.
20968
20969 @cindex Nameless functions
20970 @cindex Generic functions
20971 A function can be written without a name using the notation @samp{<#1 - #2>},
20972 which means ``a function of two arguments that computes the first
20973 argument minus the second argument.'' The symbols @samp{#1} and @samp{#2}
20974 are placeholders for the arguments. You can use any names for these
20975 placeholders if you wish, by including an argument list followed by a
20976 colon: @samp{<x, y : x - y>}. When you type @kbd{V A ' $$ + 2$^$$ @key{RET}},
20977 Calc builds the nameless function @samp{<#1 + 2 #2^#1>} as the function
20978 to map across the vectors. When you type @kbd{V A ' x + 2y^x @key{RET} @key{RET}},
20979 Calc builds the nameless function @w{@samp{<x, y : x + 2 y^x>}}. In both
20980 cases, Calc also writes the nameless function to the Trail so that you
20981 can get it back later if you wish.
20982
20983 If there is only one argument, you can write @samp{#} in place of @samp{#1}.
20984 (Note that @samp{< >} notation is also used for date forms. Calc tells
20985 that @samp{<@var{stuff}>} is a nameless function by the presence of
20986 @samp{#} signs inside @var{stuff}, or by the fact that @var{stuff}
20987 begins with a list of variables followed by a colon.)
20988
20989 You can type a nameless function directly to @kbd{V A '}, or put one on
20990 the stack and use it with @w{@kbd{V A $}}. Calc will not prompt for an
20991 argument list in this case, since the nameless function specifies the
20992 argument list as well as the function itself. In @kbd{V A '}, you can
20993 omit the @samp{< >} marks if you use @samp{#} notation for the arguments,
20994 so that @kbd{V A ' #1+#2 @key{RET}} is the same as @kbd{V A ' <#1+#2> @key{RET}},
20995 which in turn is the same as @kbd{V A ' $$+$ @key{RET}}.
20996
20997 @cindex Lambda expressions
20998 @ignore
20999 @starindex
21000 @end ignore
21001 @tindex lambda
21002 The internal format for @samp{<x, y : x + y>} is @samp{lambda(x, y, x + y)}.
21003 (The word @code{lambda} derives from Lisp notation and the theory of
21004 functions.) The internal format for @samp{<#1 + #2>} is @samp{lambda(ArgA,
21005 ArgB, ArgA + ArgB)}. Note that there is no actual Calc function called
21006 @code{lambda}; the whole point is that the @code{lambda} expression is
21007 used in its symbolic form, not evaluated for an answer until it is applied
21008 to specific arguments by a command like @kbd{V A} or @kbd{V M}.
21009
21010 (Actually, @code{lambda} does have one special property: Its arguments
21011 are never evaluated; for example, putting @samp{<(2/3) #>} on the stack
21012 will not simplify the @samp{2/3} until the nameless function is actually
21013 called.)
21014
21015 @tindex add
21016 @tindex sub
21017 @ignore
21018 @mindex @idots
21019 @end ignore
21020 @tindex mul
21021 @ignore
21022 @mindex @null
21023 @end ignore
21024 @tindex div
21025 @ignore
21026 @mindex @null
21027 @end ignore
21028 @tindex pow
21029 @ignore
21030 @mindex @null
21031 @end ignore
21032 @tindex neg
21033 @ignore
21034 @mindex @null
21035 @end ignore
21036 @tindex mod
21037 @ignore
21038 @mindex @null
21039 @end ignore
21040 @tindex vconcat
21041 As usual, commands like @kbd{V A} have algebraic function name equivalents.
21042 For example, @kbd{V A k g} with an argument of @samp{v} is equivalent to
21043 @samp{apply(gcd, v)}. The first argument specifies the operator name,
21044 and is either a variable whose name is the same as the function name,
21045 or a nameless function like @samp{<#^3+1>}. Operators that are normally
21046 written as algebraic symbols have the names @code{add}, @code{sub},
21047 @code{mul}, @code{div}, @code{pow}, @code{neg}, @code{mod}, and
21048 @code{vconcat}.
21049
21050 @ignore
21051 @starindex
21052 @end ignore
21053 @tindex call
21054 The @code{call} function builds a function call out of several arguments:
21055 @samp{call(gcd, x, y)} is the same as @samp{apply(gcd, [x, y])}, which
21056 in turn is the same as @samp{gcd(x, y)}. The first argument of @code{call},
21057 like the other functions described here, may be either a variable naming a
21058 function, or a nameless function (@samp{call(<#1+2#2>, x, y)} is the same
21059 as @samp{x + 2y}).
21060
21061 (Experts will notice that it's not quite proper to use a variable to name
21062 a function, since the name @code{gcd} corresponds to the Lisp variable
21063 @code{var-gcd} but to the Lisp function @code{calcFunc-gcd}. Calc
21064 automatically makes this translation, so you don't have to worry
21065 about it.)
21066
21067 @node Mapping, Reducing, Specifying Operators, Reducing and Mapping
21068 @subsection Mapping
21069
21070 @noindent
21071 @kindex v M
21072 @kindex V M
21073 @pindex calc-map
21074 @tindex map
21075 The @kbd{V M} (@code{calc-map}) [@code{map}] command applies a given
21076 operator elementwise to one or more vectors. For example, mapping
21077 @code{A} [@code{abs}] produces a vector of the absolute values of the
21078 elements in the input vector. Mapping @code{+} pops two vectors from
21079 the stack, which must be of equal length, and produces a vector of the
21080 pairwise sums of the elements. If either argument is a non-vector, it
21081 is duplicated for each element of the other vector. For example,
21082 @kbd{[1,2,3] 2 V M ^} squares the elements of the specified vector.
21083 With the 2 listed first, it would have computed a vector of powers of
21084 two. Mapping a user-defined function pops as many arguments from the
21085 stack as the function requires. If you give an undefined name, you will
21086 be prompted for the number of arguments to use.
21087
21088 If any argument to @kbd{V M} is a matrix, the operator is normally mapped
21089 across all elements of the matrix. For example, given the matrix
21090 @expr{[[1, -2, 3], [-4, 5, -6]]}, @kbd{V M A} takes six absolute values to
21091 produce another
21092 @texline @math{3\times2}
21093 @infoline 3x2
21094 matrix, @expr{[[1, 2, 3], [4, 5, 6]]}.
21095
21096 @tindex mapr
21097 The command @kbd{V M _} [@code{mapr}] (i.e., type an underscore at the
21098 operator prompt) maps by rows instead. For example, @kbd{V M _ A} views
21099 the above matrix as a vector of two 3-element row vectors. It produces
21100 a new vector which contains the absolute values of those row vectors,
21101 namely @expr{[3.74, 8.77]}. (Recall, the absolute value of a vector is
21102 defined as the square root of the sum of the squares of the elements.)
21103 Some operators accept vectors and return new vectors; for example,
21104 @kbd{v v} reverses a vector, so @kbd{V M _ v v} would reverse each row
21105 of the matrix to get a new matrix, @expr{[[3, -2, 1], [-6, 5, -4]]}.
21106
21107 Sometimes a vector of vectors (representing, say, strings, sets, or lists)
21108 happens to look like a matrix. If so, remember to use @kbd{V M _} if you
21109 want to map a function across the whole strings or sets rather than across
21110 their individual elements.
21111
21112 @tindex mapc
21113 The command @kbd{V M :} [@code{mapc}] maps by columns. Basically, it
21114 transposes the input matrix, maps by rows, and then, if the result is a
21115 matrix, transposes again. For example, @kbd{V M : A} takes the absolute
21116 values of the three columns of the matrix, treating each as a 2-vector,
21117 and @kbd{V M : v v} reverses the columns to get the matrix
21118 @expr{[[-4, 5, -6], [1, -2, 3]]}.
21119
21120 (The symbols @kbd{_} and @kbd{:} were chosen because they had row-like
21121 and column-like appearances, and were not already taken by useful
21122 operators. Also, they appear shifted on most keyboards so they are easy
21123 to type after @kbd{V M}.)
21124
21125 The @kbd{_} and @kbd{:} modifiers have no effect on arguments that are
21126 not matrices (so if none of the arguments are matrices, they have no
21127 effect at all). If some of the arguments are matrices and others are
21128 plain numbers, the plain numbers are held constant for all rows of the
21129 matrix (so that @kbd{2 V M _ ^} squares every row of a matrix; squaring
21130 a vector takes a dot product of the vector with itself).
21131
21132 If some of the arguments are vectors with the same lengths as the
21133 rows (for @kbd{V M _}) or columns (for @kbd{V M :}) of the matrix
21134 arguments, those vectors are also held constant for every row or
21135 column.
21136
21137 Sometimes it is useful to specify another mapping command as the operator
21138 to use with @kbd{V M}. For example, @kbd{V M _ V A +} applies @kbd{V A +}
21139 to each row of the input matrix, which in turn adds the two values on that
21140 row. If you give another vector-operator command as the operator for
21141 @kbd{V M}, it automatically uses map-by-rows mode if you don't specify
21142 otherwise; thus @kbd{V M V A +} is equivalent to @kbd{V M _ V A +}. (If
21143 you really want to map-by-elements another mapping command, you can use
21144 a triple-nested mapping command: @kbd{V M V M V A +} means to map
21145 @kbd{V M V A +} over the rows of the matrix; in turn, @kbd{V A +} is
21146 mapped over the elements of each row.)
21147
21148 @tindex mapa
21149 @tindex mapd
21150 Previous versions of Calc had ``map across'' and ``map down'' modes
21151 that are now considered obsolete; the old ``map across'' is now simply
21152 @kbd{V M V A}, and ``map down'' is now @kbd{V M : V A}. The algebraic
21153 functions @code{mapa} and @code{mapd} are still supported, though.
21154 Note also that, while the old mapping modes were persistent (once you
21155 set the mode, it would apply to later mapping commands until you reset
21156 it), the new @kbd{:} and @kbd{_} modifiers apply only to the current
21157 mapping command. The default @kbd{V M} always means map-by-elements.
21158
21159 @xref{Algebraic Manipulation}, for the @kbd{a M} command, which is like
21160 @kbd{V M} but for equations and inequalities instead of vectors.
21161 @xref{Storing Variables}, for the @kbd{s m} command which modifies a
21162 variable's stored value using a @kbd{V M}-like operator.
21163
21164 @node Reducing, Nesting and Fixed Points, Mapping, Reducing and Mapping
21165 @subsection Reducing
21166
21167 @noindent
21168 @kindex v R
21169 @kindex V R
21170 @pindex calc-reduce
21171 @tindex reduce
21172 The @kbd{V R} (@code{calc-reduce}) [@code{reduce}] command applies a given
21173 binary operator across all the elements of a vector. A binary operator is
21174 a function such as @code{+} or @code{max} which takes two arguments. For
21175 example, reducing @code{+} over a vector computes the sum of the elements
21176 of the vector. Reducing @code{-} computes the first element minus each of
21177 the remaining elements. Reducing @code{max} computes the maximum element
21178 and so on. In general, reducing @code{f} over the vector @samp{[a, b, c, d]}
21179 produces @samp{f(f(f(a, b), c), d)}.
21180
21181 @kindex I v R
21182 @kindex I V R
21183 @tindex rreduce
21184 The @kbd{I V R} [@code{rreduce}] command is similar to @kbd{V R} except
21185 that works from right to left through the vector. For example, plain
21186 @kbd{V R -} on the vector @samp{[a, b, c, d]} produces @samp{a - b - c - d}
21187 but @kbd{I V R -} on the same vector produces @samp{a - (b - (c - d))},
21188 or @samp{a - b + c - d}. This ``alternating sum'' occurs frequently
21189 in power series expansions.
21190
21191 @kindex v U
21192 @kindex V U
21193 @tindex accum
21194 The @kbd{V U} (@code{calc-accumulate}) [@code{accum}] command does an
21195 accumulation operation. Here Calc does the corresponding reduction
21196 operation, but instead of producing only the final result, it produces
21197 a vector of all the intermediate results. Accumulating @code{+} over
21198 the vector @samp{[a, b, c, d]} produces the vector
21199 @samp{[a, a + b, a + b + c, a + b + c + d]}.
21200
21201 @kindex I v U
21202 @kindex I V U
21203 @tindex raccum
21204 The @kbd{I V U} [@code{raccum}] command does a right-to-left accumulation.
21205 For example, @kbd{I V U -} on the vector @samp{[a, b, c, d]} produces the
21206 vector @samp{[a - b + c - d, b - c + d, c - d, d]}.
21207
21208 @tindex reducea
21209 @tindex rreducea
21210 @tindex reduced
21211 @tindex rreduced
21212 As for @kbd{V M}, @kbd{V R} normally reduces a matrix elementwise. For
21213 example, given the matrix @expr{[[a, b, c], [d, e, f]]}, @kbd{V R +} will
21214 compute @expr{a + b + c + d + e + f}. You can type @kbd{V R _} or
21215 @kbd{V R :} to modify this behavior. The @kbd{V R _} [@code{reducea}]
21216 command reduces ``across'' the matrix; it reduces each row of the matrix
21217 as a vector, then collects the results. Thus @kbd{V R _ +} of this
21218 matrix would produce @expr{[a + b + c, d + e + f]}. Similarly, @kbd{V R :}
21219 [@code{reduced}] reduces down; @kbd{V R : +} would produce @expr{[a + d,
21220 b + e, c + f]}.
21221
21222 @tindex reducer
21223 @tindex rreducer
21224 There is a third ``by rows'' mode for reduction that is occasionally
21225 useful; @kbd{V R =} [@code{reducer}] simply reduces the operator over
21226 the rows of the matrix themselves. Thus @kbd{V R = +} on the above
21227 matrix would get the same result as @kbd{V R : +}, since adding two
21228 row vectors is equivalent to adding their elements. But @kbd{V R = *}
21229 would multiply the two rows (to get a single number, their dot product),
21230 while @kbd{V R : *} would produce a vector of the products of the columns.
21231
21232 These three matrix reduction modes work with @kbd{V R} and @kbd{I V R},
21233 but they are not currently supported with @kbd{V U} or @kbd{I V U}.
21234
21235 @tindex reducec
21236 @tindex rreducec
21237 The obsolete reduce-by-columns function, @code{reducec}, is still
21238 supported but there is no way to get it through the @kbd{V R} command.
21239
21240 The commands @kbd{C-x * :} and @kbd{C-x * _} are equivalent to typing
21241 @kbd{C-x * r} to grab a rectangle of data into Calc, and then typing
21242 @kbd{V R : +} or @kbd{V R _ +}, respectively, to sum the columns or
21243 rows of the matrix. @xref{Grabbing From Buffers}.
21244
21245 @node Nesting and Fixed Points, Generalized Products, Reducing, Reducing and Mapping
21246 @subsection Nesting and Fixed Points
21247
21248 @noindent
21249 @kindex H v R
21250 @kindex H V R
21251 @tindex nest
21252 The @kbd{H V R} [@code{nest}] command applies a function to a given
21253 argument repeatedly. It takes two values, @samp{a} and @samp{n}, from
21254 the stack, where @samp{n} must be an integer. It then applies the
21255 function nested @samp{n} times; if the function is @samp{f} and @samp{n}
21256 is 3, the result is @samp{f(f(f(a)))}. The number @samp{n} may be
21257 negative if Calc knows an inverse for the function @samp{f}; for
21258 example, @samp{nest(sin, a, -2)} returns @samp{arcsin(arcsin(a))}.
21259
21260 @kindex H v U
21261 @kindex H V U
21262 @tindex anest
21263 The @kbd{H V U} [@code{anest}] command is an accumulating version of
21264 @code{nest}: It returns a vector of @samp{n+1} values, e.g.,
21265 @samp{[a, f(a), f(f(a)), f(f(f(a)))]}. If @samp{n} is negative and
21266 @samp{F} is the inverse of @samp{f}, then the result is of the
21267 form @samp{[a, F(a), F(F(a)), F(F(F(a)))]}.
21268
21269 @kindex H I v R
21270 @kindex H I V R
21271 @tindex fixp
21272 @cindex Fixed points
21273 The @kbd{H I V R} [@code{fixp}] command is like @kbd{H V R}, except
21274 that it takes only an @samp{a} value from the stack; the function is
21275 applied until it reaches a ``fixed point,'' i.e., until the result
21276 no longer changes.
21277
21278 @kindex H I v U
21279 @kindex H I V U
21280 @tindex afixp
21281 The @kbd{H I V U} [@code{afixp}] command is an accumulating @code{fixp}.
21282 The first element of the return vector will be the initial value @samp{a};
21283 the last element will be the final result that would have been returned
21284 by @code{fixp}.
21285
21286 For example, 0.739085 is a fixed point of the cosine function (in radians):
21287 @samp{cos(0.739085) = 0.739085}. You can find this value by putting, say,
21288 1.0 on the stack and typing @kbd{H I V U C}. (We use the accumulating
21289 version so we can see the intermediate results: @samp{[1, 0.540302, 0.857553,
21290 0.65329, ...]}. With a precision of six, this command will take 36 steps
21291 to converge to 0.739085.)
21292
21293 Newton's method for finding roots is a classic example of iteration
21294 to a fixed point. To find the square root of five starting with an
21295 initial guess, Newton's method would look for a fixed point of the
21296 function @samp{(x + 5/x) / 2}. Putting a guess of 1 on the stack
21297 and typing @kbd{H I V R ' ($ + 5/$)/2 @key{RET}} quickly yields the result
21298 2.23607. This is equivalent to using the @kbd{a R} (@code{calc-find-root})
21299 command to find a root of the equation @samp{x^2 = 5}.
21300
21301 These examples used numbers for @samp{a} values. Calc keeps applying
21302 the function until two successive results are equal to within the
21303 current precision. For complex numbers, both the real parts and the
21304 imaginary parts must be equal to within the current precision. If
21305 @samp{a} is a formula (say, a variable name), then the function is
21306 applied until two successive results are exactly the same formula.
21307 It is up to you to ensure that the function will eventually converge;
21308 if it doesn't, you may have to press @kbd{C-g} to stop the Calculator.
21309
21310 The algebraic @code{fixp} function takes two optional arguments, @samp{n}
21311 and @samp{tol}. The first is the maximum number of steps to be allowed,
21312 and must be either an integer or the symbol @samp{inf} (infinity, the
21313 default). The second is a convergence tolerance. If a tolerance is
21314 specified, all results during the calculation must be numbers, not
21315 formulas, and the iteration stops when the magnitude of the difference
21316 between two successive results is less than or equal to the tolerance.
21317 (This implies that a tolerance of zero iterates until the results are
21318 exactly equal.)
21319
21320 Putting it all together, @samp{fixp(<(# + A/#)/2>, B, 20, 1e-10)}
21321 computes the square root of @samp{A} given the initial guess @samp{B},
21322 stopping when the result is correct within the specified tolerance, or
21323 when 20 steps have been taken, whichever is sooner.
21324
21325 @node Generalized Products, , Nesting and Fixed Points, Reducing and Mapping
21326 @subsection Generalized Products
21327
21328 @kindex v O
21329 @kindex V O
21330 @pindex calc-outer-product
21331 @tindex outer
21332 The @kbd{V O} (@code{calc-outer-product}) [@code{outer}] command applies
21333 a given binary operator to all possible pairs of elements from two
21334 vectors, to produce a matrix. For example, @kbd{V O *} with @samp{[a, b]}
21335 and @samp{[x, y, z]} on the stack produces a multiplication table:
21336 @samp{[[a x, a y, a z], [b x, b y, b z]]}. Element @var{r},@var{c} of
21337 the result matrix is obtained by applying the operator to element @var{r}
21338 of the lefthand vector and element @var{c} of the righthand vector.
21339
21340 @kindex v I
21341 @kindex V I
21342 @pindex calc-inner-product
21343 @tindex inner
21344 The @kbd{V I} (@code{calc-inner-product}) [@code{inner}] command computes
21345 the generalized inner product of two vectors or matrices, given a
21346 ``multiplicative'' operator and an ``additive'' operator. These can each
21347 actually be any binary operators; if they are @samp{*} and @samp{+},
21348 respectively, the result is a standard matrix multiplication. Element
21349 @var{r},@var{c} of the result matrix is obtained by mapping the
21350 multiplicative operator across row @var{r} of the lefthand matrix and
21351 column @var{c} of the righthand matrix, and then reducing with the additive
21352 operator. Just as for the standard @kbd{*} command, this can also do a
21353 vector-matrix or matrix-vector inner product, or a vector-vector
21354 generalized dot product.
21355
21356 Since @kbd{V I} requires two operators, it prompts twice. In each case,
21357 you can use any of the usual methods for entering the operator. If you
21358 use @kbd{$} twice to take both operator formulas from the stack, the
21359 first (multiplicative) operator is taken from the top of the stack
21360 and the second (additive) operator is taken from second-to-top.
21361
21362 @node Vector and Matrix Formats, , Reducing and Mapping, Matrix Functions
21363 @section Vector and Matrix Display Formats
21364
21365 @noindent
21366 Commands for controlling vector and matrix display use the @kbd{v} prefix
21367 instead of the usual @kbd{d} prefix. But they are display modes; in
21368 particular, they are influenced by the @kbd{I} and @kbd{H} prefix keys
21369 in the same way (@pxref{Display Modes}). Matrix display is also
21370 influenced by the @kbd{d O} (@code{calc-flat-language}) mode;
21371 @pxref{Normal Language Modes}.
21372
21373 @kindex v <
21374 @kindex V <
21375 @pindex calc-matrix-left-justify
21376 @kindex v =
21377 @kindex V =
21378 @pindex calc-matrix-center-justify
21379 @kindex v >
21380 @kindex V >
21381 @pindex calc-matrix-right-justify
21382 The commands @kbd{v <} (@code{calc-matrix-left-justify}), @kbd{v >}
21383 (@code{calc-matrix-right-justify}), and @w{@kbd{v =}}
21384 (@code{calc-matrix-center-justify}) control whether matrix elements
21385 are justified to the left, right, or center of their columns.
21386
21387 @kindex v [
21388 @kindex V [
21389 @pindex calc-vector-brackets
21390 @kindex v @{
21391 @kindex V @{
21392 @pindex calc-vector-braces
21393 @kindex v (
21394 @kindex V (
21395 @pindex calc-vector-parens
21396 The @kbd{v [} (@code{calc-vector-brackets}) command turns the square
21397 brackets that surround vectors and matrices displayed in the stack on
21398 and off. The @kbd{v @{} (@code{calc-vector-braces}) and @kbd{v (}
21399 (@code{calc-vector-parens}) commands use curly braces or parentheses,
21400 respectively, instead of square brackets. For example, @kbd{v @{} might
21401 be used in preparation for yanking a matrix into a buffer running
21402 Mathematica. (In fact, the Mathematica language mode uses this mode;
21403 @pxref{Mathematica Language Mode}.) Note that, regardless of the
21404 display mode, either brackets or braces may be used to enter vectors,
21405 and parentheses may never be used for this purpose.
21406
21407 @kindex V ]
21408 @kindex v ]
21409 @kindex V )
21410 @kindex v )
21411 @kindex V @}
21412 @kindex v @}
21413 @pindex calc-matrix-brackets
21414 The @kbd{v ]} (@code{calc-matrix-brackets}) command controls the
21415 ``big'' style display of matrices, for matrices which have more than
21416 one row. It prompts for a string of code letters; currently
21417 implemented letters are @code{R}, which enables brackets on each row
21418 of the matrix; @code{O}, which enables outer brackets in opposite
21419 corners of the matrix; and @code{C}, which enables commas or
21420 semicolons at the ends of all rows but the last. The default format
21421 is @samp{RO}. (Before Calc 2.00, the format was fixed at @samp{ROC}.)
21422 Here are some example matrices:
21423
21424 @example
21425 @group
21426 [ [ 123, 0, 0 ] [ [ 123, 0, 0 ],
21427 [ 0, 123, 0 ] [ 0, 123, 0 ],
21428 [ 0, 0, 123 ] ] [ 0, 0, 123 ] ]
21429
21430 RO ROC
21431
21432 @end group
21433 @end example
21434 @noindent
21435 @example
21436 @group
21437 [ 123, 0, 0 [ 123, 0, 0 ;
21438 0, 123, 0 0, 123, 0 ;
21439 0, 0, 123 ] 0, 0, 123 ]
21440
21441 O OC
21442
21443 @end group
21444 @end example
21445 @noindent
21446 @example
21447 @group
21448 [ 123, 0, 0 ] 123, 0, 0
21449 [ 0, 123, 0 ] 0, 123, 0
21450 [ 0, 0, 123 ] 0, 0, 123
21451
21452 R @r{blank}
21453 @end group
21454 @end example
21455
21456 @noindent
21457 Note that of the formats shown here, @samp{RO}, @samp{ROC}, and
21458 @samp{OC} are all recognized as matrices during reading, while
21459 the others are useful for display only.
21460
21461 @kindex v ,
21462 @kindex V ,
21463 @pindex calc-vector-commas
21464 The @kbd{v ,} (@code{calc-vector-commas}) command turns commas on and
21465 off in vector and matrix display.
21466
21467 In vectors of length one, and in all vectors when commas have been
21468 turned off, Calc adds extra parentheses around formulas that might
21469 otherwise be ambiguous. For example, @samp{[a b]} could be a vector
21470 of the one formula @samp{a b}, or it could be a vector of two
21471 variables with commas turned off. Calc will display the former
21472 case as @samp{[(a b)]}. You can disable these extra parentheses
21473 (to make the output less cluttered at the expense of allowing some
21474 ambiguity) by adding the letter @code{P} to the control string you
21475 give to @kbd{v ]} (as described above).
21476
21477 @kindex v .
21478 @kindex V .
21479 @pindex calc-full-vectors
21480 The @kbd{v .} (@code{calc-full-vectors}) command turns abbreviated
21481 display of long vectors on and off. In this mode, vectors of six
21482 or more elements, or matrices of six or more rows or columns, will
21483 be displayed in an abbreviated form that displays only the first
21484 three elements and the last element: @samp{[a, b, c, ..., z]}.
21485 When very large vectors are involved this will substantially
21486 improve Calc's display speed.
21487
21488 @kindex t .
21489 @pindex calc-full-trail-vectors
21490 The @kbd{t .} (@code{calc-full-trail-vectors}) command controls a
21491 similar mode for recording vectors in the Trail. If you turn on
21492 this mode, vectors of six or more elements and matrices of six or
21493 more rows or columns will be abbreviated when they are put in the
21494 Trail. The @kbd{t y} (@code{calc-trail-yank}) command will be
21495 unable to recover those vectors. If you are working with very
21496 large vectors, this mode will improve the speed of all operations
21497 that involve the trail.
21498
21499 @kindex v /
21500 @kindex V /
21501 @pindex calc-break-vectors
21502 The @kbd{v /} (@code{calc-break-vectors}) command turns multi-line
21503 vector display on and off. Normally, matrices are displayed with one
21504 row per line but all other types of vectors are displayed in a single
21505 line. This mode causes all vectors, whether matrices or not, to be
21506 displayed with a single element per line. Sub-vectors within the
21507 vectors will still use the normal linear form.
21508
21509 @node Algebra, Units, Matrix Functions, Top
21510 @chapter Algebra
21511
21512 @noindent
21513 This section covers the Calc features that help you work with
21514 algebraic formulas. First, the general sub-formula selection
21515 mechanism is described; this works in conjunction with any Calc
21516 commands. Then, commands for specific algebraic operations are
21517 described. Finally, the flexible @dfn{rewrite rule} mechanism
21518 is discussed.
21519
21520 The algebraic commands use the @kbd{a} key prefix; selection
21521 commands use the @kbd{j} (for ``just a letter that wasn't used
21522 for anything else'') prefix.
21523
21524 @xref{Editing Stack Entries}, to see how to manipulate formulas
21525 using regular Emacs editing commands.
21526
21527 When doing algebraic work, you may find several of the Calculator's
21528 modes to be helpful, including Algebraic Simplification mode (@kbd{m A})
21529 or No-Simplification mode (@kbd{m O}),
21530 Algebraic entry mode (@kbd{m a}), Fraction mode (@kbd{m f}), and
21531 Symbolic mode (@kbd{m s}). @xref{Mode Settings}, for discussions
21532 of these modes. You may also wish to select Big display mode (@kbd{d B}).
21533 @xref{Normal Language Modes}.
21534
21535 @menu
21536 * Selecting Subformulas::
21537 * Algebraic Manipulation::
21538 * Simplifying Formulas::
21539 * Polynomials::
21540 * Calculus::
21541 * Solving Equations::
21542 * Numerical Solutions::
21543 * Curve Fitting::
21544 * Summations::
21545 * Logical Operations::
21546 * Rewrite Rules::
21547 @end menu
21548
21549 @node Selecting Subformulas, Algebraic Manipulation, Algebra, Algebra
21550 @section Selecting Sub-Formulas
21551
21552 @noindent
21553 @cindex Selections
21554 @cindex Sub-formulas
21555 @cindex Parts of formulas
21556 When working with an algebraic formula it is often necessary to
21557 manipulate a portion of the formula rather than the formula as a
21558 whole. Calc allows you to ``select'' a portion of any formula on
21559 the stack. Commands which would normally operate on that stack
21560 entry will now operate only on the sub-formula, leaving the
21561 surrounding part of the stack entry alone.
21562
21563 One common non-algebraic use for selection involves vectors. To work
21564 on one element of a vector in-place, simply select that element as a
21565 ``sub-formula'' of the vector.
21566
21567 @menu
21568 * Making Selections::
21569 * Changing Selections::
21570 * Displaying Selections::
21571 * Operating on Selections::
21572 * Rearranging with Selections::
21573 @end menu
21574
21575 @node Making Selections, Changing Selections, Selecting Subformulas, Selecting Subformulas
21576 @subsection Making Selections
21577
21578 @noindent
21579 @kindex j s
21580 @pindex calc-select-here
21581 To select a sub-formula, move the Emacs cursor to any character in that
21582 sub-formula, and press @w{@kbd{j s}} (@code{calc-select-here}). Calc will
21583 highlight the smallest portion of the formula that contains that
21584 character. By default the sub-formula is highlighted by blanking out
21585 all of the rest of the formula with dots. Selection works in any
21586 display mode but is perhaps easiest in Big mode (@kbd{d B}).
21587 Suppose you enter the following formula:
21588
21589 @smallexample
21590 @group
21591 3 ___
21592 (a + b) + V c
21593 1: ---------------
21594 2 x + 1
21595 @end group
21596 @end smallexample
21597
21598 @noindent
21599 (by typing @kbd{' ((a+b)^3 + sqrt(c)) / (2x+1)}). If you move the
21600 cursor to the letter @samp{b} and press @w{@kbd{j s}}, the display changes
21601 to
21602
21603 @smallexample
21604 @group
21605 . ...
21606 .. . b. . . .
21607 1* ...............
21608 . . . .
21609 @end group
21610 @end smallexample
21611
21612 @noindent
21613 Every character not part of the sub-formula @samp{b} has been changed
21614 to a dot. (If the customizable variable
21615 @code{calc-highlight-selections-with-faces} is non-@code{nil}, then the characters
21616 not part of the sub-formula are de-emphasized by using a less
21617 noticeable face instead of using dots. @pxref{Displaying Selections}.)
21618 The @samp{*} next to the line number is to remind you that
21619 the formula has a portion of it selected. (In this case, it's very
21620 obvious, but it might not always be. If Embedded mode is enabled,
21621 the word @samp{Sel} also appears in the mode line because the stack
21622 may not be visible. @pxref{Embedded Mode}.)
21623
21624 If you had instead placed the cursor on the parenthesis immediately to
21625 the right of the @samp{b}, the selection would have been:
21626
21627 @smallexample
21628 @group
21629 . ...
21630 (a + b) . . .
21631 1* ...............
21632 . . . .
21633 @end group
21634 @end smallexample
21635
21636 @noindent
21637 The portion selected is always large enough to be considered a complete
21638 formula all by itself, so selecting the parenthesis selects the whole
21639 formula that it encloses. Putting the cursor on the @samp{+} sign
21640 would have had the same effect.
21641
21642 (Strictly speaking, the Emacs cursor is really the manifestation of
21643 the Emacs ``point,'' which is a position @emph{between} two characters
21644 in the buffer. So purists would say that Calc selects the smallest
21645 sub-formula which contains the character to the right of ``point.'')
21646
21647 If you supply a numeric prefix argument @var{n}, the selection is
21648 expanded to the @var{n}th enclosing sub-formula. Thus, positioning
21649 the cursor on the @samp{b} and typing @kbd{C-u 1 j s} will select
21650 @samp{a + b}; typing @kbd{C-u 2 j s} will select @samp{(a + b)^3},
21651 and so on.
21652
21653 If the cursor is not on any part of the formula, or if you give a
21654 numeric prefix that is too large, the entire formula is selected.
21655
21656 If the cursor is on the @samp{.} line that marks the top of the stack
21657 (i.e., its normal ``rest position''), this command selects the entire
21658 formula at stack level 1. Most selection commands similarly operate
21659 on the formula at the top of the stack if you haven't positioned the
21660 cursor on any stack entry.
21661
21662 @kindex j a
21663 @pindex calc-select-additional
21664 The @kbd{j a} (@code{calc-select-additional}) command enlarges the
21665 current selection to encompass the cursor. To select the smallest
21666 sub-formula defined by two different points, move to the first and
21667 press @kbd{j s}, then move to the other and press @kbd{j a}. This
21668 is roughly analogous to using @kbd{C-@@} (@code{set-mark-command}) to
21669 select the two ends of a region of text during normal Emacs editing.
21670
21671 @kindex j o
21672 @pindex calc-select-once
21673 The @kbd{j o} (@code{calc-select-once}) command selects a formula in
21674 exactly the same way as @kbd{j s}, except that the selection will
21675 last only as long as the next command that uses it. For example,
21676 @kbd{j o 1 +} is a handy way to add one to the sub-formula indicated
21677 by the cursor.
21678
21679 (A somewhat more precise definition: The @kbd{j o} command sets a flag
21680 such that the next command involving selected stack entries will clear
21681 the selections on those stack entries afterwards. All other selection
21682 commands except @kbd{j a} and @kbd{j O} clear this flag.)
21683
21684 @kindex j S
21685 @kindex j O
21686 @pindex calc-select-here-maybe
21687 @pindex calc-select-once-maybe
21688 The @kbd{j S} (@code{calc-select-here-maybe}) and @kbd{j O}
21689 (@code{calc-select-once-maybe}) commands are equivalent to @kbd{j s}
21690 and @kbd{j o}, respectively, except that if the formula already
21691 has a selection they have no effect. This is analogous to the
21692 behavior of some commands such as @kbd{j r} (@code{calc-rewrite-selection};
21693 @pxref{Selections with Rewrite Rules}) and is mainly intended to be
21694 used in keyboard macros that implement your own selection-oriented
21695 commands.
21696
21697 Selection of sub-formulas normally treats associative terms like
21698 @samp{a + b - c + d} and @samp{x * y * z} as single levels of the formula.
21699 If you place the cursor anywhere inside @samp{a + b - c + d} except
21700 on one of the variable names and use @kbd{j s}, you will select the
21701 entire four-term sum.
21702
21703 @kindex j b
21704 @pindex calc-break-selections
21705 The @kbd{j b} (@code{calc-break-selections}) command controls a mode
21706 in which the ``deep structure'' of these associative formulas shows
21707 through. Calc actually stores the above formulas as
21708 @samp{((a + b) - c) + d} and @samp{x * (y * z)}. (Note that for certain
21709 obscure reasons, by default Calc treats multiplication as
21710 right-associative.) Once you have enabled @kbd{j b} mode, selecting
21711 with the cursor on the @samp{-} sign would only select the @samp{a + b -
21712 c} portion, which makes sense when the deep structure of the sum is
21713 considered. There is no way to select the @samp{b - c + d} portion;
21714 although this might initially look like just as legitimate a sub-formula
21715 as @samp{a + b - c}, the deep structure shows that it isn't. The @kbd{d
21716 U} command can be used to view the deep structure of any formula
21717 (@pxref{Normal Language Modes}).
21718
21719 When @kbd{j b} mode has not been enabled, the deep structure is
21720 generally hidden by the selection commands---what you see is what
21721 you get.
21722
21723 @kindex j u
21724 @pindex calc-unselect
21725 The @kbd{j u} (@code{calc-unselect}) command unselects the formula
21726 that the cursor is on. If there was no selection in the formula,
21727 this command has no effect. With a numeric prefix argument, it
21728 unselects the @var{n}th stack element rather than using the cursor
21729 position.
21730
21731 @kindex j c
21732 @pindex calc-clear-selections
21733 The @kbd{j c} (@code{calc-clear-selections}) command unselects all
21734 stack elements.
21735
21736 @node Changing Selections, Displaying Selections, Making Selections, Selecting Subformulas
21737 @subsection Changing Selections
21738
21739 @noindent
21740 @kindex j m
21741 @pindex calc-select-more
21742 Once you have selected a sub-formula, you can expand it using the
21743 @w{@kbd{j m}} (@code{calc-select-more}) command. If @samp{a + b} is
21744 selected, pressing @w{@kbd{j m}} repeatedly works as follows:
21745
21746 @smallexample
21747 @group
21748 3 ... 3 ___ 3 ___
21749 (a + b) . . . (a + b) + V c (a + b) + V c
21750 1* ............... 1* ............... 1* ---------------
21751 . . . . . . . . 2 x + 1
21752 @end group
21753 @end smallexample
21754
21755 @noindent
21756 In the last example, the entire formula is selected. This is roughly
21757 the same as having no selection at all, but because there are subtle
21758 differences the @samp{*} character is still there on the line number.
21759
21760 With a numeric prefix argument @var{n}, @kbd{j m} expands @var{n}
21761 times (or until the entire formula is selected). Note that @kbd{j s}
21762 with argument @var{n} is equivalent to plain @kbd{j s} followed by
21763 @kbd{j m} with argument @var{n}. If @w{@kbd{j m}} is used when there
21764 is no current selection, it is equivalent to @w{@kbd{j s}}.
21765
21766 Even though @kbd{j m} does not explicitly use the location of the
21767 cursor within the formula, it nevertheless uses the cursor to determine
21768 which stack element to operate on. As usual, @kbd{j m} when the cursor
21769 is not on any stack element operates on the top stack element.
21770
21771 @kindex j l
21772 @pindex calc-select-less
21773 The @kbd{j l} (@code{calc-select-less}) command reduces the current
21774 selection around the cursor position. That is, it selects the
21775 immediate sub-formula of the current selection which contains the
21776 cursor, the opposite of @kbd{j m}. If the cursor is not inside the
21777 current selection, the command de-selects the formula.
21778
21779 @kindex j 1-9
21780 @pindex calc-select-part
21781 The @kbd{j 1} through @kbd{j 9} (@code{calc-select-part}) commands
21782 select the @var{n}th sub-formula of the current selection. They are
21783 like @kbd{j l} (@code{calc-select-less}) except they use counting
21784 rather than the cursor position to decide which sub-formula to select.
21785 For example, if the current selection is @kbd{a + b + c} or
21786 @kbd{f(a, b, c)} or @kbd{[a, b, c]}, then @kbd{j 1} selects @samp{a},
21787 @kbd{j 2} selects @samp{b}, and @kbd{j 3} selects @samp{c}; in each of
21788 these cases, @kbd{j 4} through @kbd{j 9} would be errors.
21789
21790 If there is no current selection, @kbd{j 1} through @kbd{j 9} select
21791 the @var{n}th top-level sub-formula. (In other words, they act as if
21792 the entire stack entry were selected first.) To select the @var{n}th
21793 sub-formula where @var{n} is greater than nine, you must instead invoke
21794 @w{@kbd{j 1}} with @var{n} as a numeric prefix argument.
21795
21796 @kindex j n
21797 @kindex j p
21798 @pindex calc-select-next
21799 @pindex calc-select-previous
21800 The @kbd{j n} (@code{calc-select-next}) and @kbd{j p}
21801 (@code{calc-select-previous}) commands change the current selection
21802 to the next or previous sub-formula at the same level. For example,
21803 if @samp{b} is selected in @w{@samp{2 + a*b*c + x}}, then @kbd{j n}
21804 selects @samp{c}. Further @kbd{j n} commands would be in error because,
21805 even though there is something to the right of @samp{c} (namely, @samp{x}),
21806 it is not at the same level; in this case, it is not a term of the
21807 same product as @samp{b} and @samp{c}. However, @kbd{j m} (to select
21808 the whole product @samp{a*b*c} as a term of the sum) followed by
21809 @w{@kbd{j n}} would successfully select the @samp{x}.
21810
21811 Similarly, @kbd{j p} moves the selection from the @samp{b} in this
21812 sample formula to the @samp{a}. Both commands accept numeric prefix
21813 arguments to move several steps at a time.
21814
21815 It is interesting to compare Calc's selection commands with the
21816 Emacs Info system's commands for navigating through hierarchically
21817 organized documentation. Calc's @kbd{j n} command is completely
21818 analogous to Info's @kbd{n} command. Likewise, @kbd{j p} maps to
21819 @kbd{p}, @kbd{j 2} maps to @kbd{2}, and Info's @kbd{u} is like @kbd{j m}.
21820 (Note that @kbd{j u} stands for @code{calc-unselect}, not ``up''.)
21821 The Info @kbd{m} command is somewhat similar to Calc's @kbd{j s} and
21822 @kbd{j l}; in each case, you can jump directly to a sub-component
21823 of the hierarchy simply by pointing to it with the cursor.
21824
21825 @node Displaying Selections, Operating on Selections, Changing Selections, Selecting Subformulas
21826 @subsection Displaying Selections
21827
21828 @noindent
21829 @kindex j d
21830 @pindex calc-show-selections
21831 @vindex calc-highlight-selections-with-faces
21832 @vindex calc-selected-face
21833 @vindex calc-nonselected-face
21834 The @kbd{j d} (@code{calc-show-selections}) command controls how
21835 selected sub-formulas are displayed. One of the alternatives is
21836 illustrated in the above examples; if we press @kbd{j d} we switch
21837 to the other style in which the selected portion itself is obscured
21838 by @samp{#} signs:
21839
21840 @smallexample
21841 @group
21842 3 ... # ___
21843 (a + b) . . . ## # ## + V c
21844 1* ............... 1* ---------------
21845 . . . . 2 x + 1
21846 @end group
21847 @end smallexample
21848 If the customizable variable
21849 @code{calc-highlight-selections-with-faces} is non-@code{nil}, then the
21850 non-selected portion of the formula will be de-emphasized by using a
21851 less noticeable face (@code{calc-nonselected-face}) instead of dots
21852 and the selected sub-formula will be highlighted by using a more
21853 noticeable face (@code{calc-selected-face}) instead of @samp{#}
21854 signs. (@pxref{Customizing Calc}.)
21855
21856 @node Operating on Selections, Rearranging with Selections, Displaying Selections, Selecting Subformulas
21857 @subsection Operating on Selections
21858
21859 @noindent
21860 Once a selection is made, all Calc commands that manipulate items
21861 on the stack will operate on the selected portions of the items
21862 instead. (Note that several stack elements may have selections
21863 at once, though there can be only one selection at a time in any
21864 given stack element.)
21865
21866 @kindex j e
21867 @pindex calc-enable-selections
21868 The @kbd{j e} (@code{calc-enable-selections}) command disables the
21869 effect that selections have on Calc commands. The current selections
21870 still exist, but Calc commands operate on whole stack elements anyway.
21871 This mode can be identified by the fact that the @samp{*} markers on
21872 the line numbers are gone, even though selections are visible. To
21873 reactivate the selections, press @kbd{j e} again.
21874
21875 To extract a sub-formula as a new formula, simply select the
21876 sub-formula and press @key{RET}. This normally duplicates the top
21877 stack element; here it duplicates only the selected portion of that
21878 element.
21879
21880 To replace a sub-formula with something different, you can enter the
21881 new value onto the stack and press @key{TAB}. This normally exchanges
21882 the top two stack elements; here it swaps the value you entered into
21883 the selected portion of the formula, returning the old selected
21884 portion to the top of the stack.
21885
21886 @smallexample
21887 @group
21888 3 ... ... ___
21889 (a + b) . . . 17 x y . . . 17 x y + V c
21890 2* ............... 2* ............. 2: -------------
21891 . . . . . . . . 2 x + 1
21892
21893 3 3
21894 1: 17 x y 1: (a + b) 1: (a + b)
21895 @end group
21896 @end smallexample
21897
21898 In this example we select a sub-formula of our original example,
21899 enter a new formula, @key{TAB} it into place, then deselect to see
21900 the complete, edited formula.
21901
21902 If you want to swap whole formulas around even though they contain
21903 selections, just use @kbd{j e} before and after.
21904
21905 @kindex j '
21906 @pindex calc-enter-selection
21907 The @kbd{j '} (@code{calc-enter-selection}) command is another way
21908 to replace a selected sub-formula. This command does an algebraic
21909 entry just like the regular @kbd{'} key. When you press @key{RET},
21910 the formula you type replaces the original selection. You can use
21911 the @samp{$} symbol in the formula to refer to the original
21912 selection. If there is no selection in the formula under the cursor,
21913 the cursor is used to make a temporary selection for the purposes of
21914 the command. Thus, to change a term of a formula, all you have to
21915 do is move the Emacs cursor to that term and press @kbd{j '}.
21916
21917 @kindex j `
21918 @pindex calc-edit-selection
21919 The @kbd{j `} (@code{calc-edit-selection}) command is a similar
21920 analogue of the @kbd{`} (@code{calc-edit}) command. It edits the
21921 selected sub-formula in a separate buffer. If there is no
21922 selection, it edits the sub-formula indicated by the cursor.
21923
21924 To delete a sub-formula, press @key{DEL}. This generally replaces
21925 the sub-formula with the constant zero, but in a few suitable contexts
21926 it uses the constant one instead. The @key{DEL} key automatically
21927 deselects and re-simplifies the entire formula afterwards. Thus:
21928
21929 @smallexample
21930 @group
21931 ###
21932 17 x y + # # 17 x y 17 # y 17 y
21933 1* ------------- 1: ------- 1* ------- 1: -------
21934 2 x + 1 2 x + 1 2 x + 1 2 x + 1
21935 @end group
21936 @end smallexample
21937
21938 In this example, we first delete the @samp{sqrt(c)} term; Calc
21939 accomplishes this by replacing @samp{sqrt(c)} with zero and
21940 resimplifying. We then delete the @kbd{x} in the numerator;
21941 since this is part of a product, Calc replaces it with @samp{1}
21942 and resimplifies.
21943
21944 If you select an element of a vector and press @key{DEL}, that
21945 element is deleted from the vector. If you delete one side of
21946 an equation or inequality, only the opposite side remains.
21947
21948 @kindex j @key{DEL}
21949 @pindex calc-del-selection
21950 The @kbd{j @key{DEL}} (@code{calc-del-selection}) command is like
21951 @key{DEL} but with the auto-selecting behavior of @kbd{j '} and
21952 @kbd{j `}. It deletes the selected portion of the formula
21953 indicated by the cursor, or, in the absence of a selection, it
21954 deletes the sub-formula indicated by the cursor position.
21955
21956 @kindex j @key{RET}
21957 @pindex calc-grab-selection
21958 (There is also an auto-selecting @kbd{j @key{RET}} (@code{calc-copy-selection})
21959 command.)
21960
21961 Normal arithmetic operations also apply to sub-formulas. Here we
21962 select the denominator, press @kbd{5 -} to subtract five from the
21963 denominator, press @kbd{n} to negate the denominator, then
21964 press @kbd{Q} to take the square root.
21965
21966 @smallexample
21967 @group
21968 .. . .. . .. . .. .
21969 1* ....... 1* ....... 1* ....... 1* ..........
21970 2 x + 1 2 x - 4 4 - 2 x _________
21971 V 4 - 2 x
21972 @end group
21973 @end smallexample
21974
21975 Certain types of operations on selections are not allowed. For
21976 example, for an arithmetic function like @kbd{-} no more than one of
21977 the arguments may be a selected sub-formula. (As the above example
21978 shows, the result of the subtraction is spliced back into the argument
21979 which had the selection; if there were more than one selection involved,
21980 this would not be well-defined.) If you try to subtract two selections,
21981 the command will abort with an error message.
21982
21983 Operations on sub-formulas sometimes leave the formula as a whole
21984 in an ``un-natural'' state. Consider negating the @samp{2 x} term
21985 of our sample formula by selecting it and pressing @kbd{n}
21986 (@code{calc-change-sign}).
21987
21988 @smallexample
21989 @group
21990 .. . .. .
21991 1* .......... 1* ...........
21992 ......... ..........
21993 . . . 2 x . . . -2 x
21994 @end group
21995 @end smallexample
21996
21997 Unselecting the sub-formula reveals that the minus sign, which would
21998 normally have canceled out with the subtraction automatically, has
21999 not been able to do so because the subtraction was not part of the
22000 selected portion. Pressing @kbd{=} (@code{calc-evaluate}) or doing
22001 any other mathematical operation on the whole formula will cause it
22002 to be simplified.
22003
22004 @smallexample
22005 @group
22006 17 y 17 y
22007 1: ----------- 1: ----------
22008 __________ _________
22009 V 4 - -2 x V 4 + 2 x
22010 @end group
22011 @end smallexample
22012
22013 @node Rearranging with Selections, , Operating on Selections, Selecting Subformulas
22014 @subsection Rearranging Formulas using Selections
22015
22016 @noindent
22017 @kindex j R
22018 @pindex calc-commute-right
22019 The @kbd{j R} (@code{calc-commute-right}) command moves the selected
22020 sub-formula to the right in its surrounding formula. Generally the
22021 selection is one term of a sum or product; the sum or product is
22022 rearranged according to the commutative laws of algebra.
22023
22024 As with @kbd{j '} and @kbd{j @key{DEL}}, the term under the cursor is used
22025 if there is no selection in the current formula. All commands described
22026 in this section share this property. In this example, we place the
22027 cursor on the @samp{a} and type @kbd{j R}, then repeat.
22028
22029 @smallexample
22030 1: a + b - c 1: b + a - c 1: b - c + a
22031 @end smallexample
22032
22033 @noindent
22034 Note that in the final step above, the @samp{a} is switched with
22035 the @samp{c} but the signs are adjusted accordingly. When moving
22036 terms of sums and products, @kbd{j R} will never change the
22037 mathematical meaning of the formula.
22038
22039 The selected term may also be an element of a vector or an argument
22040 of a function. The term is exchanged with the one to its right.
22041 In this case, the ``meaning'' of the vector or function may of
22042 course be drastically changed.
22043
22044 @smallexample
22045 1: [a, b, c] 1: [b, a, c] 1: [b, c, a]
22046
22047 1: f(a, b, c) 1: f(b, a, c) 1: f(b, c, a)
22048 @end smallexample
22049
22050 @kindex j L
22051 @pindex calc-commute-left
22052 The @kbd{j L} (@code{calc-commute-left}) command is like @kbd{j R}
22053 except that it swaps the selected term with the one to its left.
22054
22055 With numeric prefix arguments, these commands move the selected
22056 term several steps at a time. It is an error to try to move a
22057 term left or right past the end of its enclosing formula.
22058 With numeric prefix arguments of zero, these commands move the
22059 selected term as far as possible in the given direction.
22060
22061 @kindex j D
22062 @pindex calc-sel-distribute
22063 The @kbd{j D} (@code{calc-sel-distribute}) command mixes the selected
22064 sum or product into the surrounding formula using the distributive
22065 law. For example, in @samp{a * (b - c)} with the @samp{b - c}
22066 selected, the result is @samp{a b - a c}. This also distributes
22067 products or quotients into surrounding powers, and can also do
22068 transformations like @samp{exp(a + b)} to @samp{exp(a) exp(b)},
22069 where @samp{a + b} is the selected term, and @samp{ln(a ^ b)}
22070 to @samp{ln(a) b}, where @samp{a ^ b} is the selected term.
22071
22072 For multiple-term sums or products, @kbd{j D} takes off one term
22073 at a time: @samp{a * (b + c - d)} goes to @samp{a * (c - d) + a b}
22074 with the @samp{c - d} selected so that you can type @kbd{j D}
22075 repeatedly to expand completely. The @kbd{j D} command allows a
22076 numeric prefix argument which specifies the maximum number of
22077 times to expand at once; the default is one time only.
22078
22079 @vindex DistribRules
22080 The @kbd{j D} command is implemented using rewrite rules.
22081 @xref{Selections with Rewrite Rules}. The rules are stored in
22082 the Calc variable @code{DistribRules}. A convenient way to view
22083 these rules is to use @kbd{s e} (@code{calc-edit-variable}) which
22084 displays and edits the stored value of a variable. Press @kbd{C-c C-c}
22085 to return from editing mode; be careful not to make any actual changes
22086 or else you will affect the behavior of future @kbd{j D} commands!
22087
22088 To extend @kbd{j D} to handle new cases, just edit @code{DistribRules}
22089 as described above. You can then use the @kbd{s p} command to save
22090 this variable's value permanently for future Calc sessions.
22091 @xref{Operations on Variables}.
22092
22093 @kindex j M
22094 @pindex calc-sel-merge
22095 @vindex MergeRules
22096 The @kbd{j M} (@code{calc-sel-merge}) command is the complement
22097 of @kbd{j D}; given @samp{a b - a c} with either @samp{a b} or
22098 @samp{a c} selected, the result is @samp{a * (b - c)}. Once
22099 again, @kbd{j M} can also merge calls to functions like @code{exp}
22100 and @code{ln}; examine the variable @code{MergeRules} to see all
22101 the relevant rules.
22102
22103 @kindex j C
22104 @pindex calc-sel-commute
22105 @vindex CommuteRules
22106 The @kbd{j C} (@code{calc-sel-commute}) command swaps the arguments
22107 of the selected sum, product, or equation. It always behaves as
22108 if @kbd{j b} mode were in effect, i.e., the sum @samp{a + b + c} is
22109 treated as the nested sums @samp{(a + b) + c} by this command.
22110 If you put the cursor on the first @samp{+}, the result is
22111 @samp{(b + a) + c}; if you put the cursor on the second @samp{+}, the
22112 result is @samp{c + (a + b)} (which the default simplifications
22113 will rearrange to @samp{(c + a) + b}). The relevant rules are stored
22114 in the variable @code{CommuteRules}.
22115
22116 You may need to turn default simplifications off (with the @kbd{m O}
22117 command) in order to get the full benefit of @kbd{j C}. For example,
22118 commuting @samp{a - b} produces @samp{-b + a}, but the default
22119 simplifications will ``simplify'' this right back to @samp{a - b} if
22120 you don't turn them off. The same is true of some of the other
22121 manipulations described in this section.
22122
22123 @kindex j N
22124 @pindex calc-sel-negate
22125 @vindex NegateRules
22126 The @kbd{j N} (@code{calc-sel-negate}) command replaces the selected
22127 term with the negative of that term, then adjusts the surrounding
22128 formula in order to preserve the meaning. For example, given
22129 @samp{exp(a - b)} where @samp{a - b} is selected, the result is
22130 @samp{1 / exp(b - a)}. By contrast, selecting a term and using the
22131 regular @kbd{n} (@code{calc-change-sign}) command negates the
22132 term without adjusting the surroundings, thus changing the meaning
22133 of the formula as a whole. The rules variable is @code{NegateRules}.
22134
22135 @kindex j &
22136 @pindex calc-sel-invert
22137 @vindex InvertRules
22138 The @kbd{j &} (@code{calc-sel-invert}) command is similar to @kbd{j N}
22139 except it takes the reciprocal of the selected term. For example,
22140 given @samp{a - ln(b)} with @samp{b} selected, the result is
22141 @samp{a + ln(1/b)}. The rules variable is @code{InvertRules}.
22142
22143 @kindex j E
22144 @pindex calc-sel-jump-equals
22145 @vindex JumpRules
22146 The @kbd{j E} (@code{calc-sel-jump-equals}) command moves the
22147 selected term from one side of an equation to the other. Given
22148 @samp{a + b = c + d} with @samp{c} selected, the result is
22149 @samp{a + b - c = d}. This command also works if the selected
22150 term is part of a @samp{*}, @samp{/}, or @samp{^} formula. The
22151 relevant rules variable is @code{JumpRules}.
22152
22153 @kindex j I
22154 @kindex H j I
22155 @pindex calc-sel-isolate
22156 The @kbd{j I} (@code{calc-sel-isolate}) command isolates the
22157 selected term on its side of an equation. It uses the @kbd{a S}
22158 (@code{calc-solve-for}) command to solve the equation, and the
22159 Hyperbolic flag affects it in the same way. @xref{Solving Equations}.
22160 When it applies, @kbd{j I} is often easier to use than @kbd{j E}.
22161 It understands more rules of algebra, and works for inequalities
22162 as well as equations.
22163
22164 @kindex j *
22165 @kindex j /
22166 @pindex calc-sel-mult-both-sides
22167 @pindex calc-sel-div-both-sides
22168 The @kbd{j *} (@code{calc-sel-mult-both-sides}) command prompts for a
22169 formula using algebraic entry, then multiplies both sides of the
22170 selected quotient or equation by that formula. It performs the
22171 default algebraic simplifications before re-forming the
22172 quotient or equation. You can suppress this simplification by
22173 providing a prefix argument: @kbd{C-u j *}. There is also a @kbd{j /}
22174 (@code{calc-sel-div-both-sides}) which is similar to @kbd{j *} but
22175 dividing instead of multiplying by the factor you enter.
22176
22177 If the selection is a quotient with numerator 1, then Calc's default
22178 simplifications would normally cancel the new factors. To prevent
22179 this, when the @kbd{j *} command is used on a selection whose numerator is
22180 1 or -1, the denominator is expanded at the top level using the
22181 distributive law (as if using the @kbd{C-u 1 a x} command). Suppose the
22182 formula on the stack is @samp{1 / (a + 1)} and you wish to multiplying the
22183 top and bottom by @samp{a - 1}. Calc's default simplifications would
22184 normally change the result @samp{(a - 1) /(a + 1) (a - 1)} back
22185 to the original form by cancellation; when @kbd{j *} is used, Calc
22186 expands the denominator to @samp{a (a - 1) + a - 1} to prevent this.
22187
22188 If you wish the @kbd{j *} command to completely expand the denominator
22189 of a quotient you can call it with a zero prefix: @kbd{C-u 0 j *}. For
22190 example, if the formula on the stack is @samp{1 / (sqrt(a) + 1)}, you may
22191 wish to eliminate the square root in the denominator by multiplying
22192 the top and bottom by @samp{sqrt(a) - 1}. If you did this simply by using
22193 a simple @kbd{j *} command, you would get
22194 @samp{(sqrt(a)-1)/ (sqrt(a) (sqrt(a) - 1) + sqrt(a) - 1)}. Instead,
22195 you would probably want to use @kbd{C-u 0 j *}, which would expand the
22196 bottom and give you the desired result @samp{(sqrt(a)-1)/(a-1)}. More
22197 generally, if @kbd{j *} is called with an argument of a positive
22198 integer @var{n}, then the denominator of the expression will be
22199 expanded @var{n} times (as if with the @kbd{C-u @var{n} a x} command).
22200
22201 If the selection is an inequality, @kbd{j *} and @kbd{j /} will
22202 accept any factor, but will warn unless they can prove the factor
22203 is either positive or negative. (In the latter case the direction
22204 of the inequality will be switched appropriately.) @xref{Declarations},
22205 for ways to inform Calc that a given variable is positive or
22206 negative. If Calc can't tell for sure what the sign of the factor
22207 will be, it will assume it is positive and display a warning
22208 message.
22209
22210 For selections that are not quotients, equations, or inequalities,
22211 these commands pull out a multiplicative factor: They divide (or
22212 multiply) by the entered formula, simplify, then multiply (or divide)
22213 back by the formula.
22214
22215 @kindex j +
22216 @kindex j -
22217 @pindex calc-sel-add-both-sides
22218 @pindex calc-sel-sub-both-sides
22219 The @kbd{j +} (@code{calc-sel-add-both-sides}) and @kbd{j -}
22220 (@code{calc-sel-sub-both-sides}) commands analogously add to or
22221 subtract from both sides of an equation or inequality. For other
22222 types of selections, they extract an additive factor. A numeric
22223 prefix argument suppresses simplification of the intermediate
22224 results.
22225
22226 @kindex j U
22227 @pindex calc-sel-unpack
22228 The @kbd{j U} (@code{calc-sel-unpack}) command replaces the
22229 selected function call with its argument. For example, given
22230 @samp{a + sin(x^2)} with @samp{sin(x^2)} selected, the result
22231 is @samp{a + x^2}. (The @samp{x^2} will remain selected; if you
22232 wanted to change the @code{sin} to @code{cos}, just press @kbd{C}
22233 now to take the cosine of the selected part.)
22234
22235 @kindex j v
22236 @pindex calc-sel-evaluate
22237 The @kbd{j v} (@code{calc-sel-evaluate}) command performs the
22238 basic simplifications on the selected sub-formula.
22239 These simplifications would normally be done automatically
22240 on all results, but may have been partially inhibited by
22241 previous selection-related operations, or turned off altogether
22242 by the @kbd{m O} command. This command is just an auto-selecting
22243 version of the @w{@kbd{a v}} command (@pxref{Algebraic Manipulation}).
22244
22245 With a numeric prefix argument of 2, @kbd{C-u 2 j v} applies
22246 the default algebraic simplifications to the selected
22247 sub-formula. With a prefix argument of 3 or more, e.g., @kbd{C-u j v}
22248 applies the @kbd{a e} (@code{calc-simplify-extended}) command.
22249 @xref{Simplifying Formulas}. With a negative prefix argument
22250 it simplifies at the top level only, just as with @kbd{a v}.
22251 Here the ``top'' level refers to the top level of the selected
22252 sub-formula.
22253
22254 @kindex j "
22255 @pindex calc-sel-expand-formula
22256 The @kbd{j "} (@code{calc-sel-expand-formula}) command is to @kbd{a "}
22257 (@pxref{Algebraic Manipulation}) what @kbd{j v} is to @kbd{a v}.
22258
22259 You can use the @kbd{j r} (@code{calc-rewrite-selection}) command
22260 to define other algebraic operations on sub-formulas. @xref{Rewrite Rules}.
22261
22262 @node Algebraic Manipulation, Simplifying Formulas, Selecting Subformulas, Algebra
22263 @section Algebraic Manipulation
22264
22265 @noindent
22266 The commands in this section perform general-purpose algebraic
22267 manipulations. They work on the whole formula at the top of the
22268 stack (unless, of course, you have made a selection in that
22269 formula).
22270
22271 Many algebra commands prompt for a variable name or formula. If you
22272 answer the prompt with a blank line, the variable or formula is taken
22273 from top-of-stack, and the normal argument for the command is taken
22274 from the second-to-top stack level.
22275
22276 @kindex a v
22277 @pindex calc-alg-evaluate
22278 The @kbd{a v} (@code{calc-alg-evaluate}) command performs the normal
22279 default simplifications on a formula; for example, @samp{a - -b} is
22280 changed to @samp{a + b}. These simplifications are normally done
22281 automatically on all Calc results, so this command is useful only if
22282 you have turned default simplifications off with an @kbd{m O}
22283 command. @xref{Simplification Modes}.
22284
22285 It is often more convenient to type @kbd{=}, which is like @kbd{a v}
22286 but which also substitutes stored values for variables in the formula.
22287 Use @kbd{a v} if you want the variables to ignore their stored values.
22288
22289 If you give a numeric prefix argument of 2 to @kbd{a v}, it simplifies
22290 using Calc's algebraic simplifications; @pxref{Simplifying Formulas}.
22291 If you give a numeric prefix of 3 or more, it uses Extended
22292 Simplification mode (@kbd{a e}).
22293
22294 If you give a negative prefix argument @mathit{-1}, @mathit{-2}, or @mathit{-3},
22295 it simplifies in the corresponding mode but only works on the top-level
22296 function call of the formula. For example, @samp{(2 + 3) * (2 + 3)} will
22297 simplify to @samp{(2 + 3)^2}, without simplifying the sub-formulas
22298 @samp{2 + 3}. As another example, typing @kbd{V R +} to sum the vector
22299 @samp{[1, 2, 3, 4]} produces the formula @samp{reduce(add, [1, 2, 3, 4])}
22300 in No-Simplify mode. Using @kbd{a v} will evaluate this all the way to
22301 10; using @kbd{C-u - a v} will evaluate it only to @samp{1 + 2 + 3 + 4}.
22302 (@xref{Reducing and Mapping}.)
22303
22304 @tindex evalv
22305 @tindex evalvn
22306 The @kbd{=} command corresponds to the @code{evalv} function, and
22307 the related @kbd{N} command, which is like @kbd{=} but temporarily
22308 disables Symbolic mode (@kbd{m s}) during the evaluation, corresponds
22309 to the @code{evalvn} function. (These commands interpret their prefix
22310 arguments differently than @kbd{a v}; @kbd{=} treats the prefix as
22311 the number of stack elements to evaluate at once, and @kbd{N} treats
22312 it as a temporary different working precision.)
22313
22314 The @code{evalvn} function can take an alternate working precision
22315 as an optional second argument. This argument can be either an
22316 integer, to set the precision absolutely, or a vector containing
22317 a single integer, to adjust the precision relative to the current
22318 precision. Note that @code{evalvn} with a larger than current
22319 precision will do the calculation at this higher precision, but the
22320 result will as usual be rounded back down to the current precision
22321 afterward. For example, @samp{evalvn(pi - 3.1415)} at a precision
22322 of 12 will return @samp{9.265359e-5}; @samp{evalvn(pi - 3.1415, 30)}
22323 will return @samp{9.26535897932e-5} (computing a 25-digit result which
22324 is then rounded down to 12); and @samp{evalvn(pi - 3.1415, [-2])}
22325 will return @samp{9.2654e-5}.
22326
22327 @kindex a "
22328 @pindex calc-expand-formula
22329 The @kbd{a "} (@code{calc-expand-formula}) command expands functions
22330 into their defining formulas wherever possible. For example,
22331 @samp{deg(x^2)} is changed to @samp{180 x^2 / pi}. Most functions,
22332 like @code{sin} and @code{gcd}, are not defined by simple formulas
22333 and so are unaffected by this command. One important class of
22334 functions which @emph{can} be expanded is the user-defined functions
22335 created by the @kbd{Z F} command. @xref{Algebraic Definitions}.
22336 Other functions which @kbd{a "} can expand include the probability
22337 distribution functions, most of the financial functions, and the
22338 hyperbolic and inverse hyperbolic functions. A numeric prefix argument
22339 affects @kbd{a "} in the same way as it does @kbd{a v}: A positive
22340 argument expands all functions in the formula and then simplifies in
22341 various ways; a negative argument expands and simplifies only the
22342 top-level function call.
22343
22344 @kindex a M
22345 @pindex calc-map-equation
22346 @tindex mapeq
22347 The @kbd{a M} (@code{calc-map-equation}) [@code{mapeq}] command applies
22348 a given function or operator to one or more equations. It is analogous
22349 to @kbd{V M}, which operates on vectors instead of equations.
22350 @pxref{Reducing and Mapping}. For example, @kbd{a M S} changes
22351 @samp{x = y+1} to @samp{sin(x) = sin(y+1)}, and @kbd{a M +} with
22352 @samp{x = y+1} and @expr{6} on the stack produces @samp{x+6 = y+7}.
22353 With two equations on the stack, @kbd{a M +} would add the lefthand
22354 sides together and the righthand sides together to get the two
22355 respective sides of a new equation.
22356
22357 Mapping also works on inequalities. Mapping two similar inequalities
22358 produces another inequality of the same type. Mapping an inequality
22359 with an equation produces an inequality of the same type. Mapping a
22360 @samp{<=} with a @samp{<} or @samp{!=} (not-equal) produces a @samp{<}.
22361 If inequalities with opposite direction (e.g., @samp{<} and @samp{>})
22362 are mapped, the direction of the second inequality is reversed to
22363 match the first: Using @kbd{a M +} on @samp{a < b} and @samp{a > 2}
22364 reverses the latter to get @samp{2 < a}, which then allows the
22365 combination @samp{a + 2 < b + a}, which the algebraic simplifications
22366 can reduce to @samp{2 < b}.
22367
22368 Using @kbd{a M *}, @kbd{a M /}, @kbd{a M n}, or @kbd{a M &} to negate
22369 or invert an inequality will reverse the direction of the inequality.
22370 Other adjustments to inequalities are @emph{not} done automatically;
22371 @kbd{a M S} will change @w{@samp{x < y}} to @samp{sin(x) < sin(y)} even
22372 though this is not true for all values of the variables.
22373
22374 @kindex H a M
22375 @tindex mapeqp
22376 With the Hyperbolic flag, @kbd{H a M} [@code{mapeqp}] does a plain
22377 mapping operation without reversing the direction of any inequalities.
22378 Thus, @kbd{H a M &} would change @kbd{x > 2} to @kbd{1/x > 0.5}.
22379 (This change is mathematically incorrect, but perhaps you were
22380 fixing an inequality which was already incorrect.)
22381
22382 @kindex I a M
22383 @tindex mapeqr
22384 With the Inverse flag, @kbd{I a M} [@code{mapeqr}] always reverses
22385 the direction of the inequality. You might use @kbd{I a M C} to
22386 change @samp{x < y} to @samp{cos(x) > cos(y)} if you know you are
22387 working with small positive angles.
22388
22389 @kindex a b
22390 @pindex calc-substitute
22391 @tindex subst
22392 The @kbd{a b} (@code{calc-substitute}) [@code{subst}] command substitutes
22393 all occurrences
22394 of some variable or sub-expression of an expression with a new
22395 sub-expression. For example, substituting @samp{sin(x)} with @samp{cos(y)}
22396 in @samp{2 sin(x)^2 + x sin(x) + sin(2 x)} produces
22397 @samp{2 cos(y)^2 + x cos(y) + @w{sin(2 x)}}.
22398 Note that this is a purely structural substitution; the lone @samp{x} and
22399 the @samp{sin(2 x)} stayed the same because they did not look like
22400 @samp{sin(x)}. @xref{Rewrite Rules}, for a more general method for
22401 doing substitutions.
22402
22403 The @kbd{a b} command normally prompts for two formulas, the old
22404 one and the new one. If you enter a blank line for the first
22405 prompt, all three arguments are taken from the stack (new, then old,
22406 then target expression). If you type an old formula but then enter a
22407 blank line for the new one, the new formula is taken from top-of-stack
22408 and the target from second-to-top. If you answer both prompts, the
22409 target is taken from top-of-stack as usual.
22410
22411 Note that @kbd{a b} has no understanding of commutativity or
22412 associativity. The pattern @samp{x+y} will not match the formula
22413 @samp{y+x}. Also, @samp{y+z} will not match inside the formula @samp{x+y+z}
22414 because the @samp{+} operator is left-associative, so the ``deep
22415 structure'' of that formula is @samp{(x+y) + z}. Use @kbd{d U}
22416 (@code{calc-unformatted-language}) mode to see the true structure of
22417 a formula. The rewrite rule mechanism, discussed later, does not have
22418 these limitations.
22419
22420 As an algebraic function, @code{subst} takes three arguments:
22421 Target expression, old, new. Note that @code{subst} is always
22422 evaluated immediately, even if its arguments are variables, so if
22423 you wish to put a call to @code{subst} onto the stack you must
22424 turn the default simplifications off first (with @kbd{m O}).
22425
22426 @node Simplifying Formulas, Polynomials, Algebraic Manipulation, Algebra
22427 @section Simplifying Formulas
22428
22429 @noindent
22430 @kindex a s
22431 @kindex I a s
22432 @kindex H a s
22433 @pindex calc-simplify
22434 @tindex simplify
22435
22436 The sections below describe all the various kinds of
22437 simplifications Calc provides in full detail. None of Calc's
22438 simplification commands are designed to pull rabbits out of hats;
22439 they simply apply certain specific rules to put formulas into
22440 less redundant or more pleasing forms. Serious algebra in Calc
22441 must be done manually, usually with a combination of selections
22442 and rewrite rules. @xref{Rearranging with Selections}.
22443 @xref{Rewrite Rules}.
22444
22445 @xref{Simplification Modes}, for commands to control what level of
22446 simplification occurs automatically. Normally the algebraic
22447 simplifications described below occur. If you have turned on a
22448 simplification mode which does not do these algebraic simplifications,
22449 you can still apply them to a formula with the @kbd{a s}
22450 (@code{calc-simplify}) [@code{simplify}] command.
22451
22452 There are some simplifications that, while sometimes useful, are never
22453 done automatically. For example, the @kbd{I} prefix can be given to
22454 @kbd{a s}; the @kbd{I a s} command will change any trigonometric
22455 function to the appropriate combination of @samp{sin}s and @samp{cos}s
22456 before simplifying. This can be useful in simplifying even mildly
22457 complicated trigonometric expressions. For example, while the algebraic
22458 simplifications can reduce @samp{sin(x) csc(x)} to @samp{1}, they will not
22459 simplify @samp{sin(x)^2 csc(x)}. The command @kbd{I a s} can be used to
22460 simplify this latter expression; it will transform @samp{sin(x)^2
22461 csc(x)} into @samp{sin(x)}. However, @kbd{I a s} will also perform
22462 some ``simplifications'' which may not be desired; for example, it
22463 will transform @samp{tan(x)^2} into @samp{sin(x)^2 / cos(x)^2}. The
22464 Hyperbolic prefix @kbd{H} can be used similarly; the @kbd{H a s} will
22465 replace any hyperbolic functions in the formula with the appropriate
22466 combinations of @samp{sinh}s and @samp{cosh}s before simplifying.
22467
22468
22469 @menu
22470 * Basic Simplifications::
22471 * Algebraic Simplifications::
22472 * Unsafe Simplifications::
22473 * Simplification of Units::
22474 @end menu
22475
22476 @node Basic Simplifications, Algebraic Simplifications, Simplifying Formulas, Simplifying Formulas
22477 @subsection Basic Simplifications
22478
22479 @noindent
22480 @cindex Basic simplifications
22481 This section describes basic simplifications which Calc performs in many
22482 situations. For example, both binary simplifications and algebraic
22483 simplifications begin by performing these basic simplifications. You
22484 can type @kbd{m I} to restrict the simplifications done on the stack to
22485 these simplifications.
22486
22487 The most basic simplification is the evaluation of functions.
22488 For example, @expr{2 + 3} is evaluated to @expr{5}, and @expr{@tfn{sqrt}(9)}
22489 is evaluated to @expr{3}. Evaluation does not occur if the arguments
22490 to a function are somehow of the wrong type @expr{@tfn{tan}([2,3,4])}),
22491 range (@expr{@tfn{tan}(90)}), or number (@expr{@tfn{tan}(3,5)}),
22492 or if the function name is not recognized (@expr{@tfn{f}(5)}), or if
22493 Symbolic mode (@pxref{Symbolic Mode}) prevents evaluation
22494 (@expr{@tfn{sqrt}(2)}).
22495
22496 Calc simplifies (evaluates) the arguments to a function before it
22497 simplifies the function itself. Thus @expr{@tfn{sqrt}(5+4)} is
22498 simplified to @expr{@tfn{sqrt}(9)} before the @code{sqrt} function
22499 itself is applied. There are very few exceptions to this rule:
22500 @code{quote}, @code{lambda}, and @code{condition} (the @code{::}
22501 operator) do not evaluate their arguments, @code{if} (the @code{? :}
22502 operator) does not evaluate all of its arguments, and @code{evalto}
22503 does not evaluate its lefthand argument.
22504
22505 Most commands apply at least these basic simplifications to all
22506 arguments they take from the stack, perform a particular operation,
22507 then simplify the result before pushing it back on the stack. In the
22508 common special case of regular arithmetic commands like @kbd{+} and
22509 @kbd{Q} [@code{sqrt}], the arguments are simply popped from the stack
22510 and collected into a suitable function call, which is then simplified
22511 (the arguments being simplified first as part of the process, as
22512 described above).
22513
22514 Even the basic set of simplifications are too numerous to describe
22515 completely here, but this section will describe the ones that apply to the
22516 major arithmetic operators. This list will be rather technical in
22517 nature, and will probably be interesting to you only if you are
22518 a serious user of Calc's algebra facilities.
22519
22520 @tex
22521 \bigskip
22522 @end tex
22523
22524 As well as the simplifications described here, if you have stored
22525 any rewrite rules in the variable @code{EvalRules} then these rules
22526 will also be applied before any of the basic simplifications.
22527 @xref{Automatic Rewrites}, for details.
22528
22529 @tex
22530 \bigskip
22531 @end tex
22532
22533 And now, on with the basic simplifications:
22534
22535 Arithmetic operators like @kbd{+} and @kbd{*} always take two
22536 arguments in Calc's internal form. Sums and products of three or
22537 more terms are arranged by the associative law of algebra into
22538 a left-associative form for sums, @expr{((a + b) + c) + d}, and
22539 (by default) a right-associative form for products,
22540 @expr{a * (b * (c * d))}. Formulas like @expr{(a + b) + (c + d)} are
22541 rearranged to left-associative form, though this rarely matters since
22542 Calc's algebra commands are designed to hide the inner structure of sums
22543 and products as much as possible. Sums and products in their proper
22544 associative form will be written without parentheses in the examples
22545 below.
22546
22547 Sums and products are @emph{not} rearranged according to the
22548 commutative law (@expr{a + b} to @expr{b + a}) except in a few
22549 special cases described below. Some algebra programs always
22550 rearrange terms into a canonical order, which enables them to
22551 see that @expr{a b + b a} can be simplified to @expr{2 a b}.
22552 If you are using Basic Simplification mode, Calc assumes you have put
22553 the terms into the order you want and generally leaves that order alone,
22554 with the consequence that formulas like the above will only be
22555 simplified if you explicitly give the @kbd{a s} command.
22556 @xref{Algebraic Simplifications}.
22557
22558 Differences @expr{a - b} are treated like sums @expr{a + (-b)}
22559 for purposes of simplification; one of the default simplifications
22560 is to rewrite @expr{a + (-b)} or @expr{(-b) + a}, where @expr{-b}
22561 represents a ``negative-looking'' term, into @expr{a - b} form.
22562 ``Negative-looking'' means negative numbers, negated formulas like
22563 @expr{-x}, and products or quotients in which either term is
22564 negative-looking.
22565
22566 Other simplifications involving negation are @expr{-(-x)} to @expr{x};
22567 @expr{-(a b)} or @expr{-(a/b)} where either @expr{a} or @expr{b} is
22568 negative-looking, simplified by negating that term, or else where
22569 @expr{a} or @expr{b} is any number, by negating that number;
22570 @expr{-(a + b)} to @expr{-a - b}, and @expr{-(b - a)} to @expr{a - b}.
22571 (This, and rewriting @expr{(-b) + a} to @expr{a - b}, are the only
22572 cases where the order of terms in a sum is changed by the default
22573 simplifications.)
22574
22575 The distributive law is used to simplify sums in some cases:
22576 @expr{a x + b x} to @expr{(a + b) x}, where @expr{a} represents
22577 a number or an implicit 1 or @mathit{-1} (as in @expr{x} or @expr{-x})
22578 and similarly for @expr{b}. Use the @kbd{a c}, @w{@kbd{a f}}, or
22579 @kbd{j M} commands to merge sums with non-numeric coefficients
22580 using the distributive law.
22581
22582 The distributive law is only used for sums of two terms, or
22583 for adjacent terms in a larger sum. Thus @expr{a + b + b + c}
22584 is simplified to @expr{a + 2 b + c}, but @expr{a + b + c + b}
22585 is not simplified. The reason is that comparing all terms of a
22586 sum with one another would require time proportional to the
22587 square of the number of terms; Calc omits potentially slow
22588 operations like this in basic simplification mode.
22589
22590 Finally, @expr{a + 0} and @expr{0 + a} are simplified to @expr{a}.
22591 A consequence of the above rules is that @expr{0 - a} is simplified
22592 to @expr{-a}.
22593
22594 @tex
22595 \bigskip
22596 @end tex
22597
22598 The products @expr{1 a} and @expr{a 1} are simplified to @expr{a};
22599 @expr{(-1) a} and @expr{a (-1)} are simplified to @expr{-a};
22600 @expr{0 a} and @expr{a 0} are simplified to @expr{0}, except that
22601 in Matrix mode where @expr{a} is not provably scalar the result
22602 is the generic zero matrix @samp{idn(0)}, and that if @expr{a} is
22603 infinite the result is @samp{nan}.
22604
22605 Also, @expr{(-a) b} and @expr{a (-b)} are simplified to @expr{-(a b)},
22606 where this occurs for negated formulas but not for regular negative
22607 numbers.
22608
22609 Products are commuted only to move numbers to the front:
22610 @expr{a b 2} is commuted to @expr{2 a b}.
22611
22612 The product @expr{a (b + c)} is distributed over the sum only if
22613 @expr{a} and at least one of @expr{b} and @expr{c} are numbers:
22614 @expr{2 (x + 3)} goes to @expr{2 x + 6}. The formula
22615 @expr{(-a) (b - c)}, where @expr{-a} is a negative number, is
22616 rewritten to @expr{a (c - b)}.
22617
22618 The distributive law of products and powers is used for adjacent
22619 terms of the product: @expr{x^a x^b} goes to
22620 @texline @math{x^{a+b}}
22621 @infoline @expr{x^(a+b)}
22622 where @expr{a} is a number, or an implicit 1 (as in @expr{x}),
22623 or the implicit one-half of @expr{@tfn{sqrt}(x)}, and similarly for
22624 @expr{b}. The result is written using @samp{sqrt} or @samp{1/sqrt}
22625 if the sum of the powers is @expr{1/2} or @expr{-1/2}, respectively.
22626 If the sum of the powers is zero, the product is simplified to
22627 @expr{1} or to @samp{idn(1)} if Matrix mode is enabled.
22628
22629 The product of a negative power times anything but another negative
22630 power is changed to use division:
22631 @texline @math{x^{-2} y}
22632 @infoline @expr{x^(-2) y}
22633 goes to @expr{y / x^2} unless Matrix mode is
22634 in effect and neither @expr{x} nor @expr{y} are scalar (in which
22635 case it is considered unsafe to rearrange the order of the terms).
22636
22637 Finally, @expr{a (b/c)} is rewritten to @expr{(a b)/c}, and also
22638 @expr{(a/b) c} is changed to @expr{(a c)/b} unless in Matrix mode.
22639
22640 @tex
22641 \bigskip
22642 @end tex
22643
22644 Simplifications for quotients are analogous to those for products.
22645 The quotient @expr{0 / x} is simplified to @expr{0}, with the same
22646 exceptions that were noted for @expr{0 x}. Likewise, @expr{x / 1}
22647 and @expr{x / (-1)} are simplified to @expr{x} and @expr{-x},
22648 respectively.
22649
22650 The quotient @expr{x / 0} is left unsimplified or changed to an
22651 infinite quantity, as directed by the current infinite mode.
22652 @xref{Infinite Mode}.
22653
22654 The expression
22655 @texline @math{a / b^{-c}}
22656 @infoline @expr{a / b^(-c)}
22657 is changed to @expr{a b^c}, where @expr{-c} is any negative-looking
22658 power. Also, @expr{1 / b^c} is changed to
22659 @texline @math{b^{-c}}
22660 @infoline @expr{b^(-c)}
22661 for any power @expr{c}.
22662
22663 Also, @expr{(-a) / b} and @expr{a / (-b)} go to @expr{-(a/b)};
22664 @expr{(a/b) / c} goes to @expr{a / (b c)}; and @expr{a / (b/c)}
22665 goes to @expr{(a c) / b} unless Matrix mode prevents this
22666 rearrangement. Similarly, @expr{a / (b:c)} is simplified to
22667 @expr{(c:b) a} for any fraction @expr{b:c}.
22668
22669 The distributive law is applied to @expr{(a + b) / c} only if
22670 @expr{c} and at least one of @expr{a} and @expr{b} are numbers.
22671 Quotients of powers and square roots are distributed just as
22672 described for multiplication.
22673
22674 Quotients of products cancel only in the leading terms of the
22675 numerator and denominator. In other words, @expr{a x b / a y b}
22676 is canceled to @expr{x b / y b} but not to @expr{x / y}. Once
22677 again this is because full cancellation can be slow; use @kbd{a s}
22678 to cancel all terms of the quotient.
22679
22680 Quotients of negative-looking values are simplified according
22681 to @expr{(-a) / (-b)} to @expr{a / b}, @expr{(-a) / (b - c)}
22682 to @expr{a / (c - b)}, and @expr{(a - b) / (-c)} to @expr{(b - a) / c}.
22683
22684 @tex
22685 \bigskip
22686 @end tex
22687
22688 The formula @expr{x^0} is simplified to @expr{1}, or to @samp{idn(1)}
22689 in Matrix mode. The formula @expr{0^x} is simplified to @expr{0}
22690 unless @expr{x} is a negative number, complex number or zero.
22691 If @expr{x} is negative, complex or @expr{0.0}, @expr{0^x} is an
22692 infinity or an unsimplified formula according to the current infinite
22693 mode. The expression @expr{0^0} is simplified to @expr{1}.
22694
22695 Powers of products or quotients @expr{(a b)^c}, @expr{(a/b)^c}
22696 are distributed to @expr{a^c b^c}, @expr{a^c / b^c} only if @expr{c}
22697 is an integer, or if either @expr{a} or @expr{b} are nonnegative
22698 real numbers. Powers of powers @expr{(a^b)^c} are simplified to
22699 @texline @math{a^{b c}}
22700 @infoline @expr{a^(b c)}
22701 only when @expr{c} is an integer and @expr{b c} also
22702 evaluates to an integer. Without these restrictions these simplifications
22703 would not be safe because of problems with principal values.
22704 (In other words,
22705 @texline @math{((-3)^{1/2})^2}
22706 @infoline @expr{((-3)^1:2)^2}
22707 is safe to simplify, but
22708 @texline @math{((-3)^2)^{1/2}}
22709 @infoline @expr{((-3)^2)^1:2}
22710 is not.) @xref{Declarations}, for ways to inform Calc that your
22711 variables satisfy these requirements.
22712
22713 As a special case of this rule, @expr{@tfn{sqrt}(x)^n} is simplified to
22714 @texline @math{x^{n/2}}
22715 @infoline @expr{x^(n/2)}
22716 only for even integers @expr{n}.
22717
22718 If @expr{a} is known to be real, @expr{b} is an even integer, and
22719 @expr{c} is a half- or quarter-integer, then @expr{(a^b)^c} is
22720 simplified to @expr{@tfn{abs}(a^(b c))}.
22721
22722 Also, @expr{(-a)^b} is simplified to @expr{a^b} if @expr{b} is an
22723 even integer, or to @expr{-(a^b)} if @expr{b} is an odd integer,
22724 for any negative-looking expression @expr{-a}.
22725
22726 Square roots @expr{@tfn{sqrt}(x)} generally act like one-half powers
22727 @texline @math{x^{1:2}}
22728 @infoline @expr{x^1:2}
22729 for the purposes of the above-listed simplifications.
22730
22731 Also, note that
22732 @texline @math{1 / x^{1:2}}
22733 @infoline @expr{1 / x^1:2}
22734 is changed to
22735 @texline @math{x^{-1:2}},
22736 @infoline @expr{x^(-1:2)},
22737 but @expr{1 / @tfn{sqrt}(x)} is left alone.
22738
22739 @tex
22740 \bigskip
22741 @end tex
22742
22743 Generic identity matrices (@pxref{Matrix Mode}) are simplified by the
22744 following rules: @expr{@tfn{idn}(a) + b} to @expr{a + b} if @expr{b}
22745 is provably scalar, or expanded out if @expr{b} is a matrix;
22746 @expr{@tfn{idn}(a) + @tfn{idn}(b)} to @expr{@tfn{idn}(a + b)};
22747 @expr{-@tfn{idn}(a)} to @expr{@tfn{idn}(-a)}; @expr{a @tfn{idn}(b)} to
22748 @expr{@tfn{idn}(a b)} if @expr{a} is provably scalar, or to @expr{a b}
22749 if @expr{a} is provably non-scalar; @expr{@tfn{idn}(a) @tfn{idn}(b)} to
22750 @expr{@tfn{idn}(a b)}; analogous simplifications for quotients involving
22751 @code{idn}; and @expr{@tfn{idn}(a)^n} to @expr{@tfn{idn}(a^n)} where
22752 @expr{n} is an integer.
22753
22754 @tex
22755 \bigskip
22756 @end tex
22757
22758 The @code{floor} function and other integer truncation functions
22759 vanish if the argument is provably integer-valued, so that
22760 @expr{@tfn{floor}(@tfn{round}(x))} simplifies to @expr{@tfn{round}(x)}.
22761 Also, combinations of @code{float}, @code{floor} and its friends,
22762 and @code{ffloor} and its friends, are simplified in appropriate
22763 ways. @xref{Integer Truncation}.
22764
22765 The expression @expr{@tfn{abs}(-x)} changes to @expr{@tfn{abs}(x)}.
22766 The expression @expr{@tfn{abs}(@tfn{abs}(x))} changes to
22767 @expr{@tfn{abs}(x)}; in fact, @expr{@tfn{abs}(x)} changes to @expr{x} or
22768 @expr{-x} if @expr{x} is provably nonnegative or nonpositive
22769 (@pxref{Declarations}).
22770
22771 While most functions do not recognize the variable @code{i} as an
22772 imaginary number, the @code{arg} function does handle the two cases
22773 @expr{@tfn{arg}(@tfn{i})} and @expr{@tfn{arg}(-@tfn{i})} just for convenience.
22774
22775 The expression @expr{@tfn{conj}(@tfn{conj}(x))} simplifies to @expr{x}.
22776 Various other expressions involving @code{conj}, @code{re}, and
22777 @code{im} are simplified, especially if some of the arguments are
22778 provably real or involve the constant @code{i}. For example,
22779 @expr{@tfn{conj}(a + b i)} is changed to
22780 @expr{@tfn{conj}(a) - @tfn{conj}(b) i}, or to @expr{a - b i} if @expr{a}
22781 and @expr{b} are known to be real.
22782
22783 Functions like @code{sin} and @code{arctan} generally don't have
22784 any default simplifications beyond simply evaluating the functions
22785 for suitable numeric arguments and infinity. The algebraic
22786 simplifications described in the next section do provide some
22787 simplifications for these functions, though.
22788
22789 One important simplification that does occur is that
22790 @expr{@tfn{ln}(@tfn{e})} is simplified to 1, and @expr{@tfn{ln}(@tfn{e}^x)} is
22791 simplified to @expr{x} for any @expr{x}. This occurs even if you have
22792 stored a different value in the Calc variable @samp{e}; but this would
22793 be a bad idea in any case if you were also using natural logarithms!
22794
22795 Among the logical functions, @tfn{!(@var{a} <= @var{b})} changes to
22796 @tfn{@var{a} > @var{b}} and so on. Equations and inequalities where both sides
22797 are either negative-looking or zero are simplified by negating both sides
22798 and reversing the inequality. While it might seem reasonable to simplify
22799 @expr{!!x} to @expr{x}, this would not be valid in general because
22800 @expr{!!2} is 1, not 2.
22801
22802 Most other Calc functions have few if any basic simplifications
22803 defined, aside of course from evaluation when the arguments are
22804 suitable numbers.
22805
22806 @node Algebraic Simplifications, Unsafe Simplifications, Basic Simplifications, Simplifying Formulas
22807 @subsection Algebraic Simplifications
22808
22809 @noindent
22810 @cindex Algebraic simplifications
22811 @kindex a s
22812 @kindex m A
22813 This section describes all simplifications that are performed by
22814 the algebraic simplification mode, which is the default simplification
22815 mode. If you have switched to a different simplification mode, you can
22816 switch back with the @kbd{m A} command. Even in other simplification
22817 modes, the @kbd{a s} command will use these algebraic simplifications to
22818 simplify the formula.
22819
22820 There is a variable, @code{AlgSimpRules}, in which you can put rewrites
22821 to be applied. Its use is analogous to @code{EvalRules},
22822 but without the special restrictions. Basically, the simplifier does
22823 @samp{@w{a r} AlgSimpRules} with an infinite repeat count on the whole
22824 expression being simplified, then it traverses the expression applying
22825 the built-in rules described below. If the result is different from
22826 the original expression, the process repeats with the basic
22827 simplifications (including @code{EvalRules}), then @code{AlgSimpRules},
22828 then the built-in simplifications, and so on.
22829
22830 @tex
22831 \bigskip
22832 @end tex
22833
22834 Sums are simplified in two ways. Constant terms are commuted to the
22835 end of the sum, so that @expr{a + 2 + b} changes to @expr{a + b + 2}.
22836 The only exception is that a constant will not be commuted away
22837 from the first position of a difference, i.e., @expr{2 - x} is not
22838 commuted to @expr{-x + 2}.
22839
22840 Also, terms of sums are combined by the distributive law, as in
22841 @expr{x + y + 2 x} to @expr{y + 3 x}. This always occurs for
22842 adjacent terms, but Calc's algebraic simplifications compare all pairs
22843 of terms including non-adjacent ones.
22844
22845 @tex
22846 \bigskip
22847 @end tex
22848
22849 Products are sorted into a canonical order using the commutative
22850 law. For example, @expr{b c a} is commuted to @expr{a b c}.
22851 This allows easier comparison of products; for example, the basic
22852 simplifications will not change @expr{x y + y x} to @expr{2 x y},
22853 but the algebraic simplifications; it first rewrites the sum to
22854 @expr{x y + x y} which can then be recognized as a sum of identical
22855 terms.
22856
22857 The canonical ordering used to sort terms of products has the
22858 property that real-valued numbers, interval forms and infinities
22859 come first, and are sorted into increasing order. The @kbd{V S}
22860 command uses the same ordering when sorting a vector.
22861
22862 Sorting of terms of products is inhibited when Matrix mode is
22863 turned on; in this case, Calc will never exchange the order of
22864 two terms unless it knows at least one of the terms is a scalar.
22865
22866 Products of powers are distributed by comparing all pairs of
22867 terms, using the same method that the default simplifications
22868 use for adjacent terms of products.
22869
22870 Even though sums are not sorted, the commutative law is still
22871 taken into account when terms of a product are being compared.
22872 Thus @expr{(x + y) (y + x)} will be simplified to @expr{(x + y)^2}.
22873 A subtle point is that @expr{(x - y) (y - x)} will @emph{not}
22874 be simplified to @expr{-(x - y)^2}; Calc does not notice that
22875 one term can be written as a constant times the other, even if
22876 that constant is @mathit{-1}.
22877
22878 A fraction times any expression, @expr{(a:b) x}, is changed to
22879 a quotient involving integers: @expr{a x / b}. This is not
22880 done for floating-point numbers like @expr{0.5}, however. This
22881 is one reason why you may find it convenient to turn Fraction mode
22882 on while doing algebra; @pxref{Fraction Mode}.
22883
22884 @tex
22885 \bigskip
22886 @end tex
22887
22888 Quotients are simplified by comparing all terms in the numerator
22889 with all terms in the denominator for possible cancellation using
22890 the distributive law. For example, @expr{a x^2 b / c x^3 d} will
22891 cancel @expr{x^2} from the top and bottom to get @expr{a b / c x d}.
22892 (The terms in the denominator will then be rearranged to @expr{c d x}
22893 as described above.) If there is any common integer or fractional
22894 factor in the numerator and denominator, it is canceled out;
22895 for example, @expr{(4 x + 6) / 8 x} simplifies to @expr{(2 x + 3) / 4 x}.
22896
22897 Non-constant common factors are not found even by algebraic
22898 simplifications. To cancel the factor @expr{a} in
22899 @expr{(a x + a) / a^2} you could first use @kbd{j M} on the product
22900 @expr{a x} to Merge the numerator to @expr{a (1+x)}, which can then be
22901 simplified successfully.
22902
22903 @tex
22904 \bigskip
22905 @end tex
22906
22907 Integer powers of the variable @code{i} are simplified according
22908 to the identity @expr{i^2 = -1}. If you store a new value other
22909 than the complex number @expr{(0,1)} in @code{i}, this simplification
22910 will no longer occur. This is not done by the basic
22911 simplifications; in case someone (unwisely) wants to use the name
22912 @code{i} for a variable unrelated to complex numbers, they can use
22913 basic simplification mode.
22914
22915 Square roots of integer or rational arguments are simplified in
22916 several ways. (Note that these will be left unevaluated only in
22917 Symbolic mode.) First, square integer or rational factors are
22918 pulled out so that @expr{@tfn{sqrt}(8)} is rewritten as
22919 @texline @math{2\,@tfn{sqrt}(2)}.
22920 @infoline @expr{2 sqrt(2)}.
22921 Conceptually speaking this implies factoring the argument into primes
22922 and moving pairs of primes out of the square root, but for reasons of
22923 efficiency Calc only looks for primes up to 29.
22924
22925 Square roots in the denominator of a quotient are moved to the
22926 numerator: @expr{1 / @tfn{sqrt}(3)} changes to @expr{@tfn{sqrt}(3) / 3}.
22927 The same effect occurs for the square root of a fraction:
22928 @expr{@tfn{sqrt}(2:3)} changes to @expr{@tfn{sqrt}(6) / 3}.
22929
22930 @tex
22931 \bigskip
22932 @end tex
22933
22934 The @code{%} (modulo) operator is simplified in several ways
22935 when the modulus @expr{M} is a positive real number. First, if
22936 the argument is of the form @expr{x + n} for some real number
22937 @expr{n}, then @expr{n} is itself reduced modulo @expr{M}. For
22938 example, @samp{(x - 23) % 10} is simplified to @samp{(x + 7) % 10}.
22939
22940 If the argument is multiplied by a constant, and this constant
22941 has a common integer divisor with the modulus, then this factor is
22942 canceled out. For example, @samp{12 x % 15} is changed to
22943 @samp{3 (4 x % 5)} by factoring out 3. Also, @samp{(12 x + 1) % 15}
22944 is changed to @samp{3 ((4 x + 1:3) % 5)}. While these forms may
22945 not seem ``simpler,'' they allow Calc to discover useful information
22946 about modulo forms in the presence of declarations.
22947
22948 If the modulus is 1, then Calc can use @code{int} declarations to
22949 evaluate the expression. For example, the idiom @samp{x % 2} is
22950 often used to check whether a number is odd or even. As described
22951 above, @w{@samp{2 n % 2}} and @samp{(2 n + 1) % 2} are simplified to
22952 @samp{2 (n % 1)} and @samp{2 ((n + 1:2) % 1)}, respectively; Calc
22953 can simplify these to 0 and 1 (respectively) if @code{n} has been
22954 declared to be an integer.
22955
22956 @tex
22957 \bigskip
22958 @end tex
22959
22960 Trigonometric functions are simplified in several ways. Whenever a
22961 products of two trigonometric functions can be replaced by a single
22962 function, the replacement is made; for example,
22963 @expr{@tfn{tan}(x) @tfn{cos}(x)} is simplified to @expr{@tfn{sin}(x)}.
22964 Reciprocals of trigonometric functions are replaced by their reciprocal
22965 function; for example, @expr{1/@tfn{sec}(x)} is simplified to
22966 @expr{@tfn{cos}(x)}. The corresponding simplifications for the
22967 hyperbolic functions are also handled.
22968
22969 Trigonometric functions of their inverse functions are
22970 simplified. The expression @expr{@tfn{sin}(@tfn{arcsin}(x))} is
22971 simplified to @expr{x}, and similarly for @code{cos} and @code{tan}.
22972 Trigonometric functions of inverses of different trigonometric
22973 functions can also be simplified, as in @expr{@tfn{sin}(@tfn{arccos}(x))}
22974 to @expr{@tfn{sqrt}(1 - x^2)}.
22975
22976 If the argument to @code{sin} is negative-looking, it is simplified to
22977 @expr{-@tfn{sin}(x)}, and similarly for @code{cos} and @code{tan}.
22978 Finally, certain special values of the argument are recognized;
22979 @pxref{Trigonometric and Hyperbolic Functions}.
22980
22981 Hyperbolic functions of their inverses and of negative-looking
22982 arguments are also handled, as are exponentials of inverse
22983 hyperbolic functions.
22984
22985 No simplifications for inverse trigonometric and hyperbolic
22986 functions are known, except for negative arguments of @code{arcsin},
22987 @code{arctan}, @code{arcsinh}, and @code{arctanh}. Note that
22988 @expr{@tfn{arcsin}(@tfn{sin}(x))} can @emph{not} safely change to
22989 @expr{x}, since this only correct within an integer multiple of
22990 @texline @math{2 \pi}
22991 @infoline @expr{2 pi}
22992 radians or 360 degrees. However, @expr{@tfn{arcsinh}(@tfn{sinh}(x))} is
22993 simplified to @expr{x} if @expr{x} is known to be real.
22994
22995 Several simplifications that apply to logarithms and exponentials
22996 are that @expr{@tfn{exp}(@tfn{ln}(x))},
22997 @texline @tfn{e}@math{^{\ln(x)}},
22998 @infoline @expr{e^@tfn{ln}(x)},
22999 and
23000 @texline @math{10^{{\rm log10}(x)}}
23001 @infoline @expr{10^@tfn{log10}(x)}
23002 all reduce to @expr{x}. Also, @expr{@tfn{ln}(@tfn{exp}(x))}, etc., can
23003 reduce to @expr{x} if @expr{x} is provably real. The form
23004 @expr{@tfn{exp}(x)^y} is simplified to @expr{@tfn{exp}(x y)}. If @expr{x}
23005 is a suitable multiple of
23006 @texline @math{\pi i}
23007 @infoline @expr{pi i}
23008 (as described above for the trigonometric functions), then
23009 @expr{@tfn{exp}(x)} or @expr{e^x} will be expanded. Finally,
23010 @expr{@tfn{ln}(x)} is simplified to a form involving @code{pi} and
23011 @code{i} where @expr{x} is provably negative, positive imaginary, or
23012 negative imaginary.
23013
23014 The error functions @code{erf} and @code{erfc} are simplified when
23015 their arguments are negative-looking or are calls to the @code{conj}
23016 function.
23017
23018 @tex
23019 \bigskip
23020 @end tex
23021
23022 Equations and inequalities are simplified by canceling factors
23023 of products, quotients, or sums on both sides. Inequalities
23024 change sign if a negative multiplicative factor is canceled.
23025 Non-constant multiplicative factors as in @expr{a b = a c} are
23026 canceled from equations only if they are provably nonzero (generally
23027 because they were declared so; @pxref{Declarations}). Factors
23028 are canceled from inequalities only if they are nonzero and their
23029 sign is known.
23030
23031 Simplification also replaces an equation or inequality with
23032 1 or 0 (``true'' or ``false'') if it can through the use of
23033 declarations. If @expr{x} is declared to be an integer greater
23034 than 5, then @expr{x < 3}, @expr{x = 3}, and @expr{x = 7.5} are
23035 all simplified to 0, but @expr{x > 3} is simplified to 1.
23036 By a similar analysis, @expr{abs(x) >= 0} is simplified to 1,
23037 as is @expr{x^2 >= 0} if @expr{x} is known to be real.
23038
23039 @node Unsafe Simplifications, Simplification of Units, Algebraic Simplifications, Simplifying Formulas
23040 @subsection ``Unsafe'' Simplifications
23041
23042 @noindent
23043 @cindex Unsafe simplifications
23044 @cindex Extended simplification
23045 @kindex a e
23046 @kindex m E
23047 @pindex calc-simplify-extended
23048 @ignore
23049 @mindex esimpl@idots
23050 @end ignore
23051 @tindex esimplify
23052 Calc is capable of performing some simplifications which may sometimes
23053 be desired but which are not ``safe'' in all cases. The @kbd{a e}
23054 (@code{calc-simplify-extended}) [@code{esimplify}] command
23055 applies the algebraic simplifications as well as these extended, or
23056 ``unsafe'', simplifications. Use this only if you know the values in
23057 your formula lie in the restricted ranges for which these
23058 simplifications are valid. You can use Extended Simplification mode
23059 (@kbd{m E}) to have these simplifications done automatically.
23060
23061 The symbolic integrator uses these extended simplifications; one effect
23062 of this is that the integrator's results must be used with caution.
23063 Where an integral table will often attach conditions like ``for positive
23064 @expr{a} only,'' Calc (like most other symbolic integration programs)
23065 will simply produce an unqualified result.
23066
23067 Because @kbd{a e}'s simplifications are unsafe, it is sometimes better
23068 to type @kbd{C-u -3 a v}, which does extended simplification only
23069 on the top level of the formula without affecting the sub-formulas.
23070 In fact, @kbd{C-u -3 j v} allows you to target extended simplification
23071 to any specific part of a formula.
23072
23073 The variable @code{ExtSimpRules} contains rewrites to be applied when
23074 the extended simplifications are used. These are applied in addition to
23075 @code{EvalRules} and @code{AlgSimpRules}. (The @kbd{a r AlgSimpRules}
23076 step described above is simply followed by an @kbd{a r ExtSimpRules} step.)
23077
23078 Following is a complete list of the ``unsafe'' simplifications.
23079
23080 @tex
23081 \bigskip
23082 @end tex
23083
23084 Inverse trigonometric or hyperbolic functions, called with their
23085 corresponding non-inverse functions as arguments, are simplified.
23086 For example, @expr{@tfn{arcsin}(@tfn{sin}(x))} changes
23087 to @expr{x}. Also, @expr{@tfn{arcsin}(@tfn{cos}(x))} and
23088 @expr{@tfn{arccos}(@tfn{sin}(x))} both change to @expr{@tfn{pi}/2 - x}.
23089 These simplifications are unsafe because they are valid only for
23090 values of @expr{x} in a certain range; outside that range, values
23091 are folded down to the 360-degree range that the inverse trigonometric
23092 functions always produce.
23093
23094 Powers of powers @expr{(x^a)^b} are simplified to
23095 @texline @math{x^{a b}}
23096 @infoline @expr{x^(a b)}
23097 for all @expr{a} and @expr{b}. These results will be valid only
23098 in a restricted range of @expr{x}; for example, in
23099 @texline @math{(x^2)^{1:2}}
23100 @infoline @expr{(x^2)^1:2}
23101 the powers cancel to get @expr{x}, which is valid for positive values
23102 of @expr{x} but not for negative or complex values.
23103
23104 Similarly, @expr{@tfn{sqrt}(x^a)} and @expr{@tfn{sqrt}(x)^a} are both
23105 simplified (possibly unsafely) to
23106 @texline @math{x^{a/2}}.
23107 @infoline @expr{x^(a/2)}.
23108
23109 Forms like @expr{@tfn{sqrt}(1 - sin(x)^2)} are simplified to, e.g.,
23110 @expr{@tfn{cos}(x)}. Calc has identities of this sort for @code{sin},
23111 @code{cos}, @code{tan}, @code{sinh}, and @code{cosh}.
23112
23113 Arguments of square roots are partially factored to look for
23114 squared terms that can be extracted. For example,
23115 @expr{@tfn{sqrt}(a^2 b^3 + a^3 b^2)} simplifies to
23116 @expr{a b @tfn{sqrt}(a+b)}.
23117
23118 The simplifications of @expr{@tfn{ln}(@tfn{exp}(x))},
23119 @expr{@tfn{ln}(@tfn{e}^x)}, and @expr{@tfn{log10}(10^x)} to @expr{x} are also
23120 unsafe because of problems with principal values (although these
23121 simplifications are safe if @expr{x} is known to be real).
23122
23123 Common factors are canceled from products on both sides of an
23124 equation, even if those factors may be zero: @expr{a x / b x}
23125 to @expr{a / b}. Such factors are never canceled from
23126 inequalities: Even the extended simplifications are not bold enough to
23127 reduce @expr{a x < b x} to @expr{a < b} (or @expr{a > b}, depending
23128 on whether you believe @expr{x} is positive or negative).
23129 The @kbd{a M /} command can be used to divide a factor out of
23130 both sides of an inequality.
23131
23132 @node Simplification of Units, , Unsafe Simplifications, Simplifying Formulas
23133 @subsection Simplification of Units
23134
23135 @noindent
23136 The simplifications described in this section (as well as the algebraic
23137 simplifications) are applied when units need to be simplified. They can
23138 be applied using the @kbd{u s} (@code{calc-simplify-units}) command, or
23139 will be done automatically in Units Simplification mode (@kbd{m U}).
23140 @xref{Basic Operations on Units}.
23141
23142 The variable @code{UnitSimpRules} contains rewrites to be applied by
23143 units simplifications. These are applied in addition to @code{EvalRules}
23144 and @code{AlgSimpRules}.
23145
23146 Scalar mode is automatically put into effect when simplifying units.
23147 @xref{Matrix Mode}.
23148
23149 Sums @expr{a + b} involving units are simplified by extracting the
23150 units of @expr{a} as if by the @kbd{u x} command (call the result
23151 @expr{u_a}), then simplifying the expression @expr{b / u_a}
23152 using @kbd{u b} and @kbd{u s}. If the result has units then the sum
23153 is inconsistent and is left alone. Otherwise, it is rewritten
23154 in terms of the units @expr{u_a}.
23155
23156 If units auto-ranging mode is enabled, products or quotients in
23157 which the first argument is a number which is out of range for the
23158 leading unit are modified accordingly.
23159
23160 When canceling and combining units in products and quotients,
23161 Calc accounts for unit names that differ only in the prefix letter.
23162 For example, @samp{2 km m} is simplified to @samp{2000 m^2}.
23163 However, compatible but different units like @code{ft} and @code{in}
23164 are not combined in this way.
23165
23166 Quotients @expr{a / b} are simplified in three additional ways. First,
23167 if @expr{b} is a number or a product beginning with a number, Calc
23168 computes the reciprocal of this number and moves it to the numerator.
23169
23170 Second, for each pair of unit names from the numerator and denominator
23171 of a quotient, if the units are compatible (e.g., they are both
23172 units of area) then they are replaced by the ratio between those
23173 units. For example, in @samp{3 s in N / kg cm} the units
23174 @samp{in / cm} will be replaced by @expr{2.54}.
23175
23176 Third, if the units in the quotient exactly cancel out, so that
23177 a @kbd{u b} command on the quotient would produce a dimensionless
23178 number for an answer, then the quotient simplifies to that number.
23179
23180 For powers and square roots, the ``unsafe'' simplifications
23181 @expr{(a b)^c} to @expr{a^c b^c}, @expr{(a/b)^c} to @expr{a^c / b^c},
23182 and @expr{(a^b)^c} to
23183 @texline @math{a^{b c}}
23184 @infoline @expr{a^(b c)}
23185 are done if the powers are real numbers. (These are safe in the context
23186 of units because all numbers involved can reasonably be assumed to be
23187 real.)
23188
23189 Also, if a unit name is raised to a fractional power, and the
23190 base units in that unit name all occur to powers which are a
23191 multiple of the denominator of the power, then the unit name
23192 is expanded out into its base units, which can then be simplified
23193 according to the previous paragraph. For example, @samp{acre^1.5}
23194 is simplified by noting that @expr{1.5 = 3:2}, that @samp{acre}
23195 is defined in terms of @samp{m^2}, and that the 2 in the power of
23196 @code{m} is a multiple of 2 in @expr{3:2}. Thus, @code{acre^1.5} is
23197 replaced by approximately
23198 @texline @math{(4046 m^2)^{1.5}}
23199 @infoline @expr{(4046 m^2)^1.5},
23200 which is then changed to
23201 @texline @math{4046^{1.5} \, (m^2)^{1.5}},
23202 @infoline @expr{4046^1.5 (m^2)^1.5},
23203 then to @expr{257440 m^3}.
23204
23205 The functions @code{float}, @code{frac}, @code{clean}, @code{abs},
23206 as well as @code{floor} and the other integer truncation functions,
23207 applied to unit names or products or quotients involving units, are
23208 simplified. For example, @samp{round(1.6 in)} is changed to
23209 @samp{round(1.6) round(in)}; the lefthand term evaluates to 2,
23210 and the righthand term simplifies to @code{in}.
23211
23212 The functions @code{sin}, @code{cos}, and @code{tan} with arguments
23213 that have angular units like @code{rad} or @code{arcmin} are
23214 simplified by converting to base units (radians), then evaluating
23215 with the angular mode temporarily set to radians.
23216
23217 @node Polynomials, Calculus, Simplifying Formulas, Algebra
23218 @section Polynomials
23219
23220 A @dfn{polynomial} is a sum of terms which are coefficients times
23221 various powers of a ``base'' variable. For example, @expr{2 x^2 + 3 x - 4}
23222 is a polynomial in @expr{x}. Some formulas can be considered
23223 polynomials in several different variables: @expr{1 + 2 x + 3 y + 4 x y^2}
23224 is a polynomial in both @expr{x} and @expr{y}. Polynomial coefficients
23225 are often numbers, but they may in general be any formulas not
23226 involving the base variable.
23227
23228 @kindex a f
23229 @pindex calc-factor
23230 @tindex factor
23231 The @kbd{a f} (@code{calc-factor}) [@code{factor}] command factors a
23232 polynomial into a product of terms. For example, the polynomial
23233 @expr{x^3 + 2 x^2 + x} is factored into @samp{x*(x+1)^2}. As another
23234 example, @expr{a c + b d + b c + a d} is factored into the product
23235 @expr{(a + b) (c + d)}.
23236
23237 Calc currently has three algorithms for factoring. Formulas which are
23238 linear in several variables, such as the second example above, are
23239 merged according to the distributive law. Formulas which are
23240 polynomials in a single variable, with constant integer or fractional
23241 coefficients, are factored into irreducible linear and/or quadratic
23242 terms. The first example above factors into three linear terms
23243 (@expr{x}, @expr{x+1}, and @expr{x+1} again). Finally, formulas
23244 which do not fit the above criteria are handled by the algebraic
23245 rewrite mechanism.
23246
23247 Calc's polynomial factorization algorithm works by using the general
23248 root-finding command (@w{@kbd{a P}}) to solve for the roots of the
23249 polynomial. It then looks for roots which are rational numbers
23250 or complex-conjugate pairs, and converts these into linear and
23251 quadratic terms, respectively. Because it uses floating-point
23252 arithmetic, it may be unable to find terms that involve large
23253 integers (whose number of digits approaches the current precision).
23254 Also, irreducible factors of degree higher than quadratic are not
23255 found, and polynomials in more than one variable are not treated.
23256 (A more robust factorization algorithm may be included in a future
23257 version of Calc.)
23258
23259 @vindex FactorRules
23260 @ignore
23261 @starindex
23262 @end ignore
23263 @tindex thecoefs
23264 @ignore
23265 @starindex
23266 @end ignore
23267 @ignore
23268 @mindex @idots
23269 @end ignore
23270 @tindex thefactors
23271 The rewrite-based factorization method uses rules stored in the variable
23272 @code{FactorRules}. @xref{Rewrite Rules}, for a discussion of the
23273 operation of rewrite rules. The default @code{FactorRules} are able
23274 to factor quadratic forms symbolically into two linear terms,
23275 @expr{(a x + b) (c x + d)}. You can edit these rules to include other
23276 cases if you wish. To use the rules, Calc builds the formula
23277 @samp{thecoefs(x, [a, b, c, ...])} where @code{x} is the polynomial
23278 base variable and @code{a}, @code{b}, etc., are polynomial coefficients
23279 (which may be numbers or formulas). The constant term is written first,
23280 i.e., in the @code{a} position. When the rules complete, they should have
23281 changed the formula into the form @samp{thefactors(x, [f1, f2, f3, ...])}
23282 where each @code{fi} should be a factored term, e.g., @samp{x - ai}.
23283 Calc then multiplies these terms together to get the complete
23284 factored form of the polynomial. If the rules do not change the
23285 @code{thecoefs} call to a @code{thefactors} call, @kbd{a f} leaves the
23286 polynomial alone on the assumption that it is unfactorable. (Note that
23287 the function names @code{thecoefs} and @code{thefactors} are used only
23288 as placeholders; there are no actual Calc functions by those names.)
23289
23290 @kindex H a f
23291 @tindex factors
23292 The @kbd{H a f} [@code{factors}] command also factors a polynomial,
23293 but it returns a list of factors instead of an expression which is the
23294 product of the factors. Each factor is represented by a sub-vector
23295 of the factor, and the power with which it appears. For example,
23296 @expr{x^5 + x^4 - 33 x^3 + 63 x^2} factors to @expr{(x + 7) x^2 (x - 3)^2}
23297 in @kbd{a f}, or to @expr{[ [x, 2], [x+7, 1], [x-3, 2] ]} in @kbd{H a f}.
23298 If there is an overall numeric factor, it always comes first in the list.
23299 The functions @code{factor} and @code{factors} allow a second argument
23300 when written in algebraic form; @samp{factor(x,v)} factors @expr{x} with
23301 respect to the specific variable @expr{v}. The default is to factor with
23302 respect to all the variables that appear in @expr{x}.
23303
23304 @kindex a c
23305 @pindex calc-collect
23306 @tindex collect
23307 The @kbd{a c} (@code{calc-collect}) [@code{collect}] command rearranges a
23308 formula as a
23309 polynomial in a given variable, ordered in decreasing powers of that
23310 variable. For example, given @expr{1 + 2 x + 3 y + 4 x y^2} on
23311 the stack, @kbd{a c x} would produce @expr{(2 + 4 y^2) x + (1 + 3 y)},
23312 and @kbd{a c y} would produce @expr{(4 x) y^2 + 3 y + (1 + 2 x)}.
23313 The polynomial will be expanded out using the distributive law as
23314 necessary: Collecting @expr{x} in @expr{(x - 1)^3} produces
23315 @expr{x^3 - 3 x^2 + 3 x - 1}. Terms not involving @expr{x} will
23316 not be expanded.
23317
23318 The ``variable'' you specify at the prompt can actually be any
23319 expression: @kbd{a c ln(x+1)} will collect together all terms multiplied
23320 by @samp{ln(x+1)} or integer powers thereof. If @samp{x} also appears
23321 in the formula in a context other than @samp{ln(x+1)}, @kbd{a c} will
23322 treat those occurrences as unrelated to @samp{ln(x+1)}, i.e., as constants.
23323
23324 @kindex a x
23325 @pindex calc-expand
23326 @tindex expand
23327 The @kbd{a x} (@code{calc-expand}) [@code{expand}] command expands an
23328 expression by applying the distributive law everywhere. It applies to
23329 products, quotients, and powers involving sums. By default, it fully
23330 distributes all parts of the expression. With a numeric prefix argument,
23331 the distributive law is applied only the specified number of times, then
23332 the partially expanded expression is left on the stack.
23333
23334 The @kbd{a x} and @kbd{j D} commands are somewhat redundant. Use
23335 @kbd{a x} if you want to expand all products of sums in your formula.
23336 Use @kbd{j D} if you want to expand a particular specified term of
23337 the formula. There is an exactly analogous correspondence between
23338 @kbd{a f} and @kbd{j M}. (The @kbd{j D} and @kbd{j M} commands
23339 also know many other kinds of expansions, such as
23340 @samp{exp(a + b) = exp(a) exp(b)}, which @kbd{a x} and @kbd{a f}
23341 do not do.)
23342
23343 Calc's automatic simplifications will sometimes reverse a partial
23344 expansion. For example, the first step in expanding @expr{(x+1)^3} is
23345 to write @expr{(x+1) (x+1)^2}. If @kbd{a x} stops there and tries
23346 to put this formula onto the stack, though, Calc will automatically
23347 simplify it back to @expr{(x+1)^3} form. The solution is to turn
23348 simplification off first (@pxref{Simplification Modes}), or to run
23349 @kbd{a x} without a numeric prefix argument so that it expands all
23350 the way in one step.
23351
23352 @kindex a a
23353 @pindex calc-apart
23354 @tindex apart
23355 The @kbd{a a} (@code{calc-apart}) [@code{apart}] command expands a
23356 rational function by partial fractions. A rational function is the
23357 quotient of two polynomials; @code{apart} pulls this apart into a
23358 sum of rational functions with simple denominators. In algebraic
23359 notation, the @code{apart} function allows a second argument that
23360 specifies which variable to use as the ``base''; by default, Calc
23361 chooses the base variable automatically.
23362
23363 @kindex a n
23364 @pindex calc-normalize-rat
23365 @tindex nrat
23366 The @kbd{a n} (@code{calc-normalize-rat}) [@code{nrat}] command
23367 attempts to arrange a formula into a quotient of two polynomials.
23368 For example, given @expr{1 + (a + b/c) / d}, the result would be
23369 @expr{(b + a c + c d) / c d}. The quotient is reduced, so that
23370 @kbd{a n} will simplify @expr{(x^2 + 2x + 1) / (x^2 - 1)} by dividing
23371 out the common factor @expr{x + 1}, yielding @expr{(x + 1) / (x - 1)}.
23372
23373 @kindex a \
23374 @pindex calc-poly-div
23375 @tindex pdiv
23376 The @kbd{a \} (@code{calc-poly-div}) [@code{pdiv}] command divides
23377 two polynomials @expr{u} and @expr{v}, yielding a new polynomial
23378 @expr{q}. If several variables occur in the inputs, the inputs are
23379 considered multivariate polynomials. (Calc divides by the variable
23380 with the largest power in @expr{u} first, or, in the case of equal
23381 powers, chooses the variables in alphabetical order.) For example,
23382 dividing @expr{x^2 + 3 x + 2} by @expr{x + 2} yields @expr{x + 1}.
23383 The remainder from the division, if any, is reported at the bottom
23384 of the screen and is also placed in the Trail along with the quotient.
23385
23386 Using @code{pdiv} in algebraic notation, you can specify the particular
23387 variable to be used as the base: @code{pdiv(@var{a},@var{b},@var{x})}.
23388 If @code{pdiv} is given only two arguments (as is always the case with
23389 the @kbd{a \} command), then it does a multivariate division as outlined
23390 above.
23391
23392 @kindex a %
23393 @pindex calc-poly-rem
23394 @tindex prem
23395 The @kbd{a %} (@code{calc-poly-rem}) [@code{prem}] command divides
23396 two polynomials and keeps the remainder @expr{r}. The quotient
23397 @expr{q} is discarded. For any formulas @expr{a} and @expr{b}, the
23398 results of @kbd{a \} and @kbd{a %} satisfy @expr{a = q b + r}.
23399 (This is analogous to plain @kbd{\} and @kbd{%}, which compute the
23400 integer quotient and remainder from dividing two numbers.)
23401
23402 @kindex a /
23403 @kindex H a /
23404 @pindex calc-poly-div-rem
23405 @tindex pdivrem
23406 @tindex pdivide
23407 The @kbd{a /} (@code{calc-poly-div-rem}) [@code{pdivrem}] command
23408 divides two polynomials and reports both the quotient and the
23409 remainder as a vector @expr{[q, r]}. The @kbd{H a /} [@code{pdivide}]
23410 command divides two polynomials and constructs the formula
23411 @expr{q + r/b} on the stack. (Naturally if the remainder is zero,
23412 this will immediately simplify to @expr{q}.)
23413
23414 @kindex a g
23415 @pindex calc-poly-gcd
23416 @tindex pgcd
23417 The @kbd{a g} (@code{calc-poly-gcd}) [@code{pgcd}] command computes
23418 the greatest common divisor of two polynomials. (The GCD actually
23419 is unique only to within a constant multiplier; Calc attempts to
23420 choose a GCD which will be unsurprising.) For example, the @kbd{a n}
23421 command uses @kbd{a g} to take the GCD of the numerator and denominator
23422 of a quotient, then divides each by the result using @kbd{a \}. (The
23423 definition of GCD ensures that this division can take place without
23424 leaving a remainder.)
23425
23426 While the polynomials used in operations like @kbd{a /} and @kbd{a g}
23427 often have integer coefficients, this is not required. Calc can also
23428 deal with polynomials over the rationals or floating-point reals.
23429 Polynomials with modulo-form coefficients are also useful in many
23430 applications; if you enter @samp{(x^2 + 3 x - 1) mod 5}, Calc
23431 automatically transforms this into a polynomial over the field of
23432 integers mod 5: @samp{(1 mod 5) x^2 + (3 mod 5) x + (4 mod 5)}.
23433
23434 Congratulations and thanks go to Ove Ewerlid
23435 (@code{ewerlid@@mizar.DoCS.UU.SE}), who contributed many of the
23436 polynomial routines used in the above commands.
23437
23438 @xref{Decomposing Polynomials}, for several useful functions for
23439 extracting the individual coefficients of a polynomial.
23440
23441 @node Calculus, Solving Equations, Polynomials, Algebra
23442 @section Calculus
23443
23444 @noindent
23445 The following calculus commands do not automatically simplify their
23446 inputs or outputs using @code{calc-simplify}. You may find it helps
23447 to do this by hand by typing @kbd{a s} or @kbd{a e}. It may also help
23448 to use @kbd{a x} and/or @kbd{a c} to arrange a result in the most
23449 readable way.
23450
23451 @menu
23452 * Differentiation::
23453 * Integration::
23454 * Customizing the Integrator::
23455 * Numerical Integration::
23456 * Taylor Series::
23457 @end menu
23458
23459 @node Differentiation, Integration, Calculus, Calculus
23460 @subsection Differentiation
23461
23462 @noindent
23463 @kindex a d
23464 @kindex H a d
23465 @pindex calc-derivative
23466 @tindex deriv
23467 @tindex tderiv
23468 The @kbd{a d} (@code{calc-derivative}) [@code{deriv}] command computes
23469 the derivative of the expression on the top of the stack with respect to
23470 some variable, which it will prompt you to enter. Normally, variables
23471 in the formula other than the specified differentiation variable are
23472 considered constant, i.e., @samp{deriv(y,x)} is reduced to zero. With
23473 the Hyperbolic flag, the @code{tderiv} (total derivative) operation is used
23474 instead, in which derivatives of variables are not reduced to zero
23475 unless those variables are known to be ``constant,'' i.e., independent
23476 of any other variables. (The built-in special variables like @code{pi}
23477 are considered constant, as are variables that have been declared
23478 @code{const}; @pxref{Declarations}.)
23479
23480 With a numeric prefix argument @var{n}, this command computes the
23481 @var{n}th derivative.
23482
23483 When working with trigonometric functions, it is best to switch to
23484 Radians mode first (with @w{@kbd{m r}}). The derivative of @samp{sin(x)}
23485 in degrees is @samp{(pi/180) cos(x)}, probably not the expected
23486 answer!
23487
23488 If you use the @code{deriv} function directly in an algebraic formula,
23489 you can write @samp{deriv(f,x,x0)} which represents the derivative
23490 of @expr{f} with respect to @expr{x}, evaluated at the point
23491 @texline @math{x=x_0}.
23492 @infoline @expr{x=x0}.
23493
23494 If the formula being differentiated contains functions which Calc does
23495 not know, the derivatives of those functions are produced by adding
23496 primes (apostrophe characters). For example, @samp{deriv(f(2x), x)}
23497 produces @samp{2 f'(2 x)}, where the function @code{f'} represents the
23498 derivative of @code{f}.
23499
23500 For functions you have defined with the @kbd{Z F} command, Calc expands
23501 the functions according to their defining formulas unless you have
23502 also defined @code{f'} suitably. For example, suppose we define
23503 @samp{sinc(x) = sin(x)/x} using @kbd{Z F}. If we then differentiate
23504 the formula @samp{sinc(2 x)}, the formula will be expanded to
23505 @samp{sin(2 x) / (2 x)} and differentiated. However, if we also
23506 define @samp{sinc'(x) = dsinc(x)}, say, then Calc will write the
23507 result as @samp{2 dsinc(2 x)}. @xref{Algebraic Definitions}.
23508
23509 For multi-argument functions @samp{f(x,y,z)}, the derivative with respect
23510 to the first argument is written @samp{f'(x,y,z)}; derivatives with
23511 respect to the other arguments are @samp{f'2(x,y,z)} and @samp{f'3(x,y,z)}.
23512 Various higher-order derivatives can be formed in the obvious way, e.g.,
23513 @samp{f'@var{}'(x)} (the second derivative of @code{f}) or
23514 @samp{f'@var{}'2'3(x,y,z)} (@code{f} differentiated with respect to each
23515 argument once).
23516
23517 @node Integration, Customizing the Integrator, Differentiation, Calculus
23518 @subsection Integration
23519
23520 @noindent
23521 @kindex a i
23522 @pindex calc-integral
23523 @tindex integ
23524 The @kbd{a i} (@code{calc-integral}) [@code{integ}] command computes the
23525 indefinite integral of the expression on the top of the stack with
23526 respect to a prompted-for variable. The integrator is not guaranteed to
23527 work for all integrable functions, but it is able to integrate several
23528 large classes of formulas. In particular, any polynomial or rational
23529 function (a polynomial divided by a polynomial) is acceptable.
23530 (Rational functions don't have to be in explicit quotient form, however;
23531 @texline @math{x/(1+x^{-2})}
23532 @infoline @expr{x/(1+x^-2)}
23533 is not strictly a quotient of polynomials, but it is equivalent to
23534 @expr{x^3/(x^2+1)}, which is.) Also, square roots of terms involving
23535 @expr{x} and @expr{x^2} may appear in rational functions being
23536 integrated. Finally, rational functions involving trigonometric or
23537 hyperbolic functions can be integrated.
23538
23539 With an argument (@kbd{C-u a i}), this command will compute the definite
23540 integral of the expression on top of the stack. In this case, the
23541 command will again prompt for an integration variable, then prompt for a
23542 lower limit and an upper limit.
23543
23544 @ifnottex
23545 If you use the @code{integ} function directly in an algebraic formula,
23546 you can also write @samp{integ(f,x,v)} which expresses the resulting
23547 indefinite integral in terms of variable @code{v} instead of @code{x}.
23548 With four arguments, @samp{integ(f(x),x,a,b)} represents a definite
23549 integral from @code{a} to @code{b}.
23550 @end ifnottex
23551 @tex
23552 If you use the @code{integ} function directly in an algebraic formula,
23553 you can also write @samp{integ(f,x,v)} which expresses the resulting
23554 indefinite integral in terms of variable @code{v} instead of @code{x}.
23555 With four arguments, @samp{integ(f(x),x,a,b)} represents a definite
23556 integral $\int_a^b f(x) \, dx$.
23557 @end tex
23558
23559 Please note that the current implementation of Calc's integrator sometimes
23560 produces results that are significantly more complex than they need to
23561 be. For example, the integral Calc finds for
23562 @texline @math{1/(x+\sqrt{x^2+1})}
23563 @infoline @expr{1/(x+sqrt(x^2+1))}
23564 is several times more complicated than the answer Mathematica
23565 returns for the same input, although the two forms are numerically
23566 equivalent. Also, any indefinite integral should be considered to have
23567 an arbitrary constant of integration added to it, although Calc does not
23568 write an explicit constant of integration in its result. For example,
23569 Calc's solution for
23570 @texline @math{1/(1+\tan x)}
23571 @infoline @expr{1/(1+tan(x))}
23572 differs from the solution given in the @emph{CRC Math Tables} by a
23573 constant factor of
23574 @texline @math{\pi i / 2}
23575 @infoline @expr{pi i / 2},
23576 due to a different choice of constant of integration.
23577
23578 The Calculator remembers all the integrals it has done. If conditions
23579 change in a way that would invalidate the old integrals, say, a switch
23580 from Degrees to Radians mode, then they will be thrown out. If you
23581 suspect this is not happening when it should, use the
23582 @code{calc-flush-caches} command; @pxref{Caches}.
23583
23584 @vindex IntegLimit
23585 Calc normally will pursue integration by substitution or integration by
23586 parts up to 3 nested times before abandoning an approach as fruitless.
23587 If the integrator is taking too long, you can lower this limit by storing
23588 a number (like 2) in the variable @code{IntegLimit}. (The @kbd{s I}
23589 command is a convenient way to edit @code{IntegLimit}.) If this variable
23590 has no stored value or does not contain a nonnegative integer, a limit
23591 of 3 is used. The lower this limit is, the greater the chance that Calc
23592 will be unable to integrate a function it could otherwise handle. Raising
23593 this limit allows the Calculator to solve more integrals, though the time
23594 it takes may grow exponentially. You can monitor the integrator's actions
23595 by creating an Emacs buffer called @file{*Trace*}. If such a buffer
23596 exists, the @kbd{a i} command will write a log of its actions there.
23597
23598 If you want to manipulate integrals in a purely symbolic way, you can
23599 set the integration nesting limit to 0 to prevent all but fast
23600 table-lookup solutions of integrals. You might then wish to define
23601 rewrite rules for integration by parts, various kinds of substitutions,
23602 and so on. @xref{Rewrite Rules}.
23603
23604 @node Customizing the Integrator, Numerical Integration, Integration, Calculus
23605 @subsection Customizing the Integrator
23606
23607 @noindent
23608 @vindex IntegRules
23609 Calc has two built-in rewrite rules called @code{IntegRules} and
23610 @code{IntegAfterRules} which you can edit to define new integration
23611 methods. @xref{Rewrite Rules}. At each step of the integration process,
23612 Calc wraps the current integrand in a call to the fictitious function
23613 @samp{integtry(@var{expr},@var{var})}, where @var{expr} is the
23614 integrand and @var{var} is the integration variable. If your rules
23615 rewrite this to be a plain formula (not a call to @code{integtry}), then
23616 Calc will use this formula as the integral of @var{expr}. For example,
23617 the rule @samp{integtry(mysin(x),x) := -mycos(x)} would define a rule to
23618 integrate a function @code{mysin} that acts like the sine function.
23619 Then, putting @samp{4 mysin(2y+1)} on the stack and typing @kbd{a i y}
23620 will produce the integral @samp{-2 mycos(2y+1)}. Note that Calc has
23621 automatically made various transformations on the integral to allow it
23622 to use your rule; integral tables generally give rules for
23623 @samp{mysin(a x + b)}, but you don't need to use this much generality
23624 in your @code{IntegRules}.
23625
23626 @cindex Exponential integral Ei(x)
23627 @ignore
23628 @starindex
23629 @end ignore
23630 @tindex Ei
23631 As a more serious example, the expression @samp{exp(x)/x} cannot be
23632 integrated in terms of the standard functions, so the ``exponential
23633 integral'' function
23634 @texline @math{{\rm Ei}(x)}
23635 @infoline @expr{Ei(x)}
23636 was invented to describe it.
23637 We can get Calc to do this integral in terms of a made-up @code{Ei}
23638 function by adding the rule @samp{[integtry(exp(x)/x, x) := Ei(x)]}
23639 to @code{IntegRules}. Now entering @samp{exp(2x)/x} on the stack
23640 and typing @kbd{a i x} yields @samp{Ei(2 x)}. This new rule will
23641 work with Calc's various built-in integration methods (such as
23642 integration by substitution) to solve a variety of other problems
23643 involving @code{Ei}: For example, now Calc will also be able to
23644 integrate @samp{exp(exp(x))} and @samp{ln(ln(x))} (to get @samp{Ei(exp(x))}
23645 and @samp{x ln(ln(x)) - Ei(ln(x))}, respectively).
23646
23647 Your rule may do further integration by calling @code{integ}. For
23648 example, @samp{integtry(twice(u),x) := twice(integ(u))} allows Calc
23649 to integrate @samp{twice(sin(x))} to get @samp{twice(-cos(x))}.
23650 Note that @code{integ} was called with only one argument. This notation
23651 is allowed only within @code{IntegRules}; it means ``integrate this
23652 with respect to the same integration variable.'' If Calc is unable
23653 to integrate @code{u}, the integration that invoked @code{IntegRules}
23654 also fails. Thus integrating @samp{twice(f(x))} fails, returning the
23655 unevaluated integral @samp{integ(twice(f(x)), x)}. It is still valid
23656 to call @code{integ} with two or more arguments, however; in this case,
23657 if @code{u} is not integrable, @code{twice} itself will still be
23658 integrated: If the above rule is changed to @samp{... := twice(integ(u,x))},
23659 then integrating @samp{twice(f(x))} will yield @samp{twice(integ(f(x),x))}.
23660
23661 If a rule instead produces the formula @samp{integsubst(@var{sexpr},
23662 @var{svar})}, either replacing the top-level @code{integtry} call or
23663 nested anywhere inside the expression, then Calc will apply the
23664 substitution @samp{@var{u} = @var{sexpr}(@var{svar})} to try to
23665 integrate the original @var{expr}. For example, the rule
23666 @samp{sqrt(a) := integsubst(sqrt(x),x)} says that if Calc ever finds
23667 a square root in the integrand, it should attempt the substitution
23668 @samp{u = sqrt(x)}. (This particular rule is unnecessary because
23669 Calc always tries ``obvious'' substitutions where @var{sexpr} actually
23670 appears in the integrand.) The variable @var{svar} may be the same
23671 as the @var{var} that appeared in the call to @code{integtry}, but
23672 it need not be.
23673
23674 When integrating according to an @code{integsubst}, Calc uses the
23675 equation solver to find the inverse of @var{sexpr} (if the integrand
23676 refers to @var{var} anywhere except in subexpressions that exactly
23677 match @var{sexpr}). It uses the differentiator to find the derivative
23678 of @var{sexpr} and/or its inverse (it has two methods that use one
23679 derivative or the other). You can also specify these items by adding
23680 extra arguments to the @code{integsubst} your rules construct; the
23681 general form is @samp{integsubst(@var{sexpr}, @var{svar}, @var{sinv},
23682 @var{sprime})}, where @var{sinv} is the inverse of @var{sexpr} (still
23683 written as a function of @var{svar}), and @var{sprime} is the
23684 derivative of @var{sexpr} with respect to @var{svar}. If you don't
23685 specify these things, and Calc is not able to work them out on its
23686 own with the information it knows, then your substitution rule will
23687 work only in very specific, simple cases.
23688
23689 Calc applies @code{IntegRules} as if by @kbd{C-u 1 a r IntegRules};
23690 in other words, Calc stops rewriting as soon as any rule in your rule
23691 set succeeds. (If it weren't for this, the @samp{integsubst(sqrt(x),x)}
23692 example above would keep on adding layers of @code{integsubst} calls
23693 forever!)
23694
23695 @vindex IntegSimpRules
23696 Another set of rules, stored in @code{IntegSimpRules}, are applied
23697 every time the integrator uses algebraic simplifications to simplify an
23698 intermediate result. For example, putting the rule
23699 @samp{twice(x) := 2 x} into @code{IntegSimpRules} would tell Calc to
23700 convert the @code{twice} function into a form it knows whenever
23701 integration is attempted.
23702
23703 One more way to influence the integrator is to define a function with
23704 the @kbd{Z F} command (@pxref{Algebraic Definitions}). Calc's
23705 integrator automatically expands such functions according to their
23706 defining formulas, even if you originally asked for the function to
23707 be left unevaluated for symbolic arguments. (Certain other Calc
23708 systems, such as the differentiator and the equation solver, also
23709 do this.)
23710
23711 @vindex IntegAfterRules
23712 Sometimes Calc is able to find a solution to your integral, but it
23713 expresses the result in a way that is unnecessarily complicated. If
23714 this happens, you can either use @code{integsubst} as described
23715 above to try to hint at a more direct path to the desired result, or
23716 you can use @code{IntegAfterRules}. This is an extra rule set that
23717 runs after the main integrator returns its result; basically, Calc does
23718 an @kbd{a r IntegAfterRules} on the result before showing it to you.
23719 (It also does algebraic simplifications, without @code{IntegSimpRules},
23720 after that to further simplify the result.) For example, Calc's integrator
23721 sometimes produces expressions of the form @samp{ln(1+x) - ln(1-x)};
23722 the default @code{IntegAfterRules} rewrite this into the more readable
23723 form @samp{2 arctanh(x)}. Note that, unlike @code{IntegRules},
23724 @code{IntegSimpRules} and @code{IntegAfterRules} are applied any number
23725 of times until no further changes are possible. Rewriting by
23726 @code{IntegAfterRules} occurs only after the main integrator has
23727 finished, not at every step as for @code{IntegRules} and
23728 @code{IntegSimpRules}.
23729
23730 @node Numerical Integration, Taylor Series, Customizing the Integrator, Calculus
23731 @subsection Numerical Integration
23732
23733 @noindent
23734 @kindex a I
23735 @pindex calc-num-integral
23736 @tindex ninteg
23737 If you want a purely numerical answer to an integration problem, you can
23738 use the @kbd{a I} (@code{calc-num-integral}) [@code{ninteg}] command. This
23739 command prompts for an integration variable, a lower limit, and an
23740 upper limit. Except for the integration variable, all other variables
23741 that appear in the integrand formula must have stored values. (A stored
23742 value, if any, for the integration variable itself is ignored.)
23743
23744 Numerical integration works by evaluating your formula at many points in
23745 the specified interval. Calc uses an ``open Romberg'' method; this means
23746 that it does not evaluate the formula actually at the endpoints (so that
23747 it is safe to integrate @samp{sin(x)/x} from zero, for example). Also,
23748 the Romberg method works especially well when the function being
23749 integrated is fairly smooth. If the function is not smooth, Calc will
23750 have to evaluate it at quite a few points before it can accurately
23751 determine the value of the integral.
23752
23753 Integration is much faster when the current precision is small. It is
23754 best to set the precision to the smallest acceptable number of digits
23755 before you use @kbd{a I}. If Calc appears to be taking too long, press
23756 @kbd{C-g} to halt it and try a lower precision. If Calc still appears
23757 to need hundreds of evaluations, check to make sure your function is
23758 well-behaved in the specified interval.
23759
23760 It is possible for the lower integration limit to be @samp{-inf} (minus
23761 infinity). Likewise, the upper limit may be plus infinity. Calc
23762 internally transforms the integral into an equivalent one with finite
23763 limits. However, integration to or across singularities is not supported:
23764 The integral of @samp{1/sqrt(x)} from 0 to 1 exists (it can be found
23765 by Calc's symbolic integrator, for example), but @kbd{a I} will fail
23766 because the integrand goes to infinity at one of the endpoints.
23767
23768 @node Taylor Series, , Numerical Integration, Calculus
23769 @subsection Taylor Series
23770
23771 @noindent
23772 @kindex a t
23773 @pindex calc-taylor
23774 @tindex taylor
23775 The @kbd{a t} (@code{calc-taylor}) [@code{taylor}] command computes a
23776 power series expansion or Taylor series of a function. You specify the
23777 variable and the desired number of terms. You may give an expression of
23778 the form @samp{@var{var} = @var{a}} or @samp{@var{var} - @var{a}} instead
23779 of just a variable to produce a Taylor expansion about the point @var{a}.
23780 You may specify the number of terms with a numeric prefix argument;
23781 otherwise the command will prompt you for the number of terms. Note that
23782 many series expansions have coefficients of zero for some terms, so you
23783 may appear to get fewer terms than you asked for.
23784
23785 If the @kbd{a i} command is unable to find a symbolic integral for a
23786 function, you can get an approximation by integrating the function's
23787 Taylor series.
23788
23789 @node Solving Equations, Numerical Solutions, Calculus, Algebra
23790 @section Solving Equations
23791
23792 @noindent
23793 @kindex a S
23794 @pindex calc-solve-for
23795 @tindex solve
23796 @cindex Equations, solving
23797 @cindex Solving equations
23798 The @kbd{a S} (@code{calc-solve-for}) [@code{solve}] command rearranges
23799 an equation to solve for a specific variable. An equation is an
23800 expression of the form @expr{L = R}. For example, the command @kbd{a S x}
23801 will rearrange @expr{y = 3x + 6} to the form, @expr{x = y/3 - 2}. If the
23802 input is not an equation, it is treated like an equation of the
23803 form @expr{X = 0}.
23804
23805 This command also works for inequalities, as in @expr{y < 3x + 6}.
23806 Some inequalities cannot be solved where the analogous equation could
23807 be; for example, solving
23808 @texline @math{a < b \, c}
23809 @infoline @expr{a < b c}
23810 for @expr{b} is impossible
23811 without knowing the sign of @expr{c}. In this case, @kbd{a S} will
23812 produce the result
23813 @texline @math{b \mathbin{\hbox{\code{!=}}} a/c}
23814 @infoline @expr{b != a/c}
23815 (using the not-equal-to operator) to signify that the direction of the
23816 inequality is now unknown. The inequality
23817 @texline @math{a \le b \, c}
23818 @infoline @expr{a <= b c}
23819 is not even partially solved. @xref{Declarations}, for a way to tell
23820 Calc that the signs of the variables in a formula are in fact known.
23821
23822 Two useful commands for working with the result of @kbd{a S} are
23823 @kbd{a .} (@pxref{Logical Operations}), which converts @expr{x = y/3 - 2}
23824 to @expr{y/3 - 2}, and @kbd{s l} (@pxref{Let Command}) which evaluates
23825 another formula with @expr{x} set equal to @expr{y/3 - 2}.
23826
23827 @menu
23828 * Multiple Solutions::
23829 * Solving Systems of Equations::
23830 * Decomposing Polynomials::
23831 @end menu
23832
23833 @node Multiple Solutions, Solving Systems of Equations, Solving Equations, Solving Equations
23834 @subsection Multiple Solutions
23835
23836 @noindent
23837 @kindex H a S
23838 @tindex fsolve
23839 Some equations have more than one solution. The Hyperbolic flag
23840 (@code{H a S}) [@code{fsolve}] tells the solver to report the fully
23841 general family of solutions. It will invent variables @code{n1},
23842 @code{n2}, @dots{}, which represent independent arbitrary integers, and
23843 @code{s1}, @code{s2}, @dots{}, which represent independent arbitrary
23844 signs (either @mathit{+1} or @mathit{-1}). If you don't use the Hyperbolic
23845 flag, Calc will use zero in place of all arbitrary integers, and plus
23846 one in place of all arbitrary signs. Note that variables like @code{n1}
23847 and @code{s1} are not given any special interpretation in Calc except by
23848 the equation solver itself. As usual, you can use the @w{@kbd{s l}}
23849 (@code{calc-let}) command to obtain solutions for various actual values
23850 of these variables.
23851
23852 For example, @kbd{' x^2 = y @key{RET} H a S x @key{RET}} solves to
23853 get @samp{x = s1 sqrt(y)}, indicating that the two solutions to the
23854 equation are @samp{sqrt(y)} and @samp{-sqrt(y)}. Another way to
23855 think about it is that the square-root operation is really a
23856 two-valued function; since every Calc function must return a
23857 single result, @code{sqrt} chooses to return the positive result.
23858 Then @kbd{H a S} doctors this result using @code{s1} to indicate
23859 the full set of possible values of the mathematical square-root.
23860
23861 There is a similar phenomenon going the other direction: Suppose
23862 we solve @samp{sqrt(y) = x} for @code{y}. Calc squares both sides
23863 to get @samp{y = x^2}. This is correct, except that it introduces
23864 some dubious solutions. Consider solving @samp{sqrt(y) = -3}:
23865 Calc will report @expr{y = 9} as a valid solution, which is true
23866 in the mathematical sense of square-root, but false (there is no
23867 solution) for the actual Calc positive-valued @code{sqrt}. This
23868 happens for both @kbd{a S} and @kbd{H a S}.
23869
23870 @cindex @code{GenCount} variable
23871 @vindex GenCount
23872 @ignore
23873 @starindex
23874 @end ignore
23875 @tindex an
23876 @ignore
23877 @starindex
23878 @end ignore
23879 @tindex as
23880 If you store a positive integer in the Calc variable @code{GenCount},
23881 then Calc will generate formulas of the form @samp{as(@var{n})} for
23882 arbitrary signs, and @samp{an(@var{n})} for arbitrary integers,
23883 where @var{n} represents successive values taken by incrementing
23884 @code{GenCount} by one. While the normal arbitrary sign and
23885 integer symbols start over at @code{s1} and @code{n1} with each
23886 new Calc command, the @code{GenCount} approach will give each
23887 arbitrary value a name that is unique throughout the entire Calc
23888 session. Also, the arbitrary values are function calls instead
23889 of variables, which is advantageous in some cases. For example,
23890 you can make a rewrite rule that recognizes all arbitrary signs
23891 using a pattern like @samp{as(n)}. The @kbd{s l} command only works
23892 on variables, but you can use the @kbd{a b} (@code{calc-substitute})
23893 command to substitute actual values for function calls like @samp{as(3)}.
23894
23895 The @kbd{s G} (@code{calc-edit-GenCount}) command is a convenient
23896 way to create or edit this variable. Press @kbd{C-c C-c} to finish.
23897
23898 If you have not stored a value in @code{GenCount}, or if the value
23899 in that variable is not a positive integer, the regular
23900 @code{s1}/@code{n1} notation is used.
23901
23902 @kindex I a S
23903 @kindex H I a S
23904 @tindex finv
23905 @tindex ffinv
23906 With the Inverse flag, @kbd{I a S} [@code{finv}] treats the expression
23907 on top of the stack as a function of the specified variable and solves
23908 to find the inverse function, written in terms of the same variable.
23909 For example, @kbd{I a S x} inverts @expr{2x + 6} to @expr{x/2 - 3}.
23910 You can use both Inverse and Hyperbolic [@code{ffinv}] to obtain a
23911 fully general inverse, as described above.
23912
23913 @kindex a P
23914 @pindex calc-poly-roots
23915 @tindex roots
23916 Some equations, specifically polynomials, have a known, finite number
23917 of solutions. The @kbd{a P} (@code{calc-poly-roots}) [@code{roots}]
23918 command uses @kbd{H a S} to solve an equation in general form, then, for
23919 all arbitrary-sign variables like @code{s1}, and all arbitrary-integer
23920 variables like @code{n1} for which @code{n1} only usefully varies over
23921 a finite range, it expands these variables out to all their possible
23922 values. The results are collected into a vector, which is returned.
23923 For example, @samp{roots(x^4 = 1, x)} returns the four solutions
23924 @samp{[1, -1, (0, 1), (0, -1)]}. Generally an @var{n}th degree
23925 polynomial will always have @var{n} roots on the complex plane.
23926 (If you have given a @code{real} declaration for the solution
23927 variable, then only the real-valued solutions, if any, will be
23928 reported; @pxref{Declarations}.)
23929
23930 Note that because @kbd{a P} uses @kbd{H a S}, it is able to deliver
23931 symbolic solutions if the polynomial has symbolic coefficients. Also
23932 note that Calc's solver is not able to get exact symbolic solutions
23933 to all polynomials. Polynomials containing powers up to @expr{x^4}
23934 can always be solved exactly; polynomials of higher degree sometimes
23935 can be: @expr{x^6 + x^3 + 1} is converted to @expr{(x^3)^2 + (x^3) + 1},
23936 which can be solved for @expr{x^3} using the quadratic equation, and then
23937 for @expr{x} by taking cube roots. But in many cases, like
23938 @expr{x^6 + x + 1}, Calc does not know how to rewrite the polynomial
23939 into a form it can solve. The @kbd{a P} command can still deliver a
23940 list of numerical roots, however, provided that Symbolic mode (@kbd{m s})
23941 is not turned on. (If you work with Symbolic mode on, recall that the
23942 @kbd{N} (@code{calc-eval-num}) key is a handy way to reevaluate the
23943 formula on the stack with Symbolic mode temporarily off.) Naturally,
23944 @kbd{a P} can only provide numerical roots if the polynomial coefficients
23945 are all numbers (real or complex).
23946
23947 @node Solving Systems of Equations, Decomposing Polynomials, Multiple Solutions, Solving Equations
23948 @subsection Solving Systems of Equations
23949
23950 @noindent
23951 @cindex Systems of equations, symbolic
23952 You can also use the commands described above to solve systems of
23953 simultaneous equations. Just create a vector of equations, then
23954 specify a vector of variables for which to solve. (You can omit
23955 the surrounding brackets when entering the vector of variables
23956 at the prompt.)
23957
23958 For example, putting @samp{[x + y = a, x - y = b]} on the stack
23959 and typing @kbd{a S x,y @key{RET}} produces the vector of solutions
23960 @samp{[x = a - (a-b)/2, y = (a-b)/2]}. The result vector will
23961 have the same length as the variables vector, and the variables
23962 will be listed in the same order there. Note that the solutions
23963 are not always simplified as far as possible; the solution for
23964 @expr{x} here could be improved by an application of the @kbd{a n}
23965 command.
23966
23967 Calc's algorithm works by trying to eliminate one variable at a
23968 time by solving one of the equations for that variable and then
23969 substituting into the other equations. Calc will try all the
23970 possibilities, but you can speed things up by noting that Calc
23971 first tries to eliminate the first variable with the first
23972 equation, then the second variable with the second equation,
23973 and so on. It also helps to put the simpler (e.g., more linear)
23974 equations toward the front of the list. Calc's algorithm will
23975 solve any system of linear equations, and also many kinds of
23976 nonlinear systems.
23977
23978 @ignore
23979 @starindex
23980 @end ignore
23981 @tindex elim
23982 Normally there will be as many variables as equations. If you
23983 give fewer variables than equations (an ``over-determined'' system
23984 of equations), Calc will find a partial solution. For example,
23985 typing @kbd{a S y @key{RET}} with the above system of equations
23986 would produce @samp{[y = a - x]}. There are now several ways to
23987 express this solution in terms of the original variables; Calc uses
23988 the first one that it finds. You can control the choice by adding
23989 variable specifiers of the form @samp{elim(@var{v})} to the
23990 variables list. This says that @var{v} should be eliminated from
23991 the equations; the variable will not appear at all in the solution.
23992 For example, typing @kbd{a S y,elim(x)} would yield
23993 @samp{[y = a - (b+a)/2]}.
23994
23995 If the variables list contains only @code{elim} specifiers,
23996 Calc simply eliminates those variables from the equations
23997 and then returns the resulting set of equations. For example,
23998 @kbd{a S elim(x)} produces @samp{[a - 2 y = b]}. Every variable
23999 eliminated will reduce the number of equations in the system
24000 by one.
24001
24002 Again, @kbd{a S} gives you one solution to the system of
24003 equations. If there are several solutions, you can use @kbd{H a S}
24004 to get a general family of solutions, or, if there is a finite
24005 number of solutions, you can use @kbd{a P} to get a list. (In
24006 the latter case, the result will take the form of a matrix where
24007 the rows are different solutions and the columns correspond to the
24008 variables you requested.)
24009
24010 Another way to deal with certain kinds of overdetermined systems of
24011 equations is the @kbd{a F} command, which does least-squares fitting
24012 to satisfy the equations. @xref{Curve Fitting}.
24013
24014 @node Decomposing Polynomials, , Solving Systems of Equations, Solving Equations
24015 @subsection Decomposing Polynomials
24016
24017 @noindent
24018 @ignore
24019 @starindex
24020 @end ignore
24021 @tindex poly
24022 The @code{poly} function takes a polynomial and a variable as
24023 arguments, and returns a vector of polynomial coefficients (constant
24024 coefficient first). For example, @samp{poly(x^3 + 2 x, x)} returns
24025 @expr{[0, 2, 0, 1]}. If the input is not a polynomial in @expr{x},
24026 the call to @code{poly} is left in symbolic form. If the input does
24027 not involve the variable @expr{x}, the input is returned in a list
24028 of length one, representing a polynomial with only a constant
24029 coefficient. The call @samp{poly(x, x)} returns the vector @expr{[0, 1]}.
24030 The last element of the returned vector is guaranteed to be nonzero;
24031 note that @samp{poly(0, x)} returns the empty vector @expr{[]}.
24032 Note also that @expr{x} may actually be any formula; for example,
24033 @samp{poly(sin(x)^2 - sin(x) + 3, sin(x))} returns @expr{[3, -1, 1]}.
24034
24035 @cindex Coefficients of polynomial
24036 @cindex Degree of polynomial
24037 To get the @expr{x^k} coefficient of polynomial @expr{p}, use
24038 @samp{poly(p, x)_(k+1)}. To get the degree of polynomial @expr{p},
24039 use @samp{vlen(poly(p, x)) - 1}. For example, @samp{poly((x+1)^4, x)}
24040 returns @samp{[1, 4, 6, 4, 1]}, so @samp{poly((x+1)^4, x)_(2+1)}
24041 gives the @expr{x^2} coefficient of this polynomial, 6.
24042
24043 @ignore
24044 @starindex
24045 @end ignore
24046 @tindex gpoly
24047 One important feature of the solver is its ability to recognize
24048 formulas which are ``essentially'' polynomials. This ability is
24049 made available to the user through the @code{gpoly} function, which
24050 is used just like @code{poly}: @samp{gpoly(@var{expr}, @var{var})}.
24051 If @var{expr} is a polynomial in some term which includes @var{var}, then
24052 this function will return a vector @samp{[@var{x}, @var{c}, @var{a}]}
24053 where @var{x} is the term that depends on @var{var}, @var{c} is a
24054 vector of polynomial coefficients (like the one returned by @code{poly}),
24055 and @var{a} is a multiplier which is usually 1. Basically,
24056 @samp{@var{expr} = @var{a}*(@var{c}_1 + @var{c}_2 @var{x} +
24057 @var{c}_3 @var{x}^2 + ...)}. The last element of @var{c} is
24058 guaranteed to be non-zero, and @var{c} will not equal @samp{[1]}
24059 (i.e., the trivial decomposition @var{expr} = @var{x} is not
24060 considered a polynomial). One side effect is that @samp{gpoly(x, x)}
24061 and @samp{gpoly(6, x)}, both of which might be expected to recognize
24062 their arguments as polynomials, will not because the decomposition
24063 is considered trivial.
24064
24065 For example, @samp{gpoly((x-2)^2, x)} returns @samp{[x, [4, -4, 1], 1]},
24066 since the expanded form of this polynomial is @expr{4 - 4 x + x^2}.
24067
24068 The term @var{x} may itself be a polynomial in @var{var}. This is
24069 done to reduce the size of the @var{c} vector. For example,
24070 @samp{gpoly(x^4 + x^2 - 1, x)} returns @samp{[x^2, [-1, 1, 1], 1]},
24071 since a quadratic polynomial in @expr{x^2} is easier to solve than
24072 a quartic polynomial in @expr{x}.
24073
24074 A few more examples of the kinds of polynomials @code{gpoly} can
24075 discover:
24076
24077 @smallexample
24078 sin(x) - 1 [sin(x), [-1, 1], 1]
24079 x + 1/x - 1 [x, [1, -1, 1], 1/x]
24080 x + 1/x [x^2, [1, 1], 1/x]
24081 x^3 + 2 x [x^2, [2, 1], x]
24082 x + x^2:3 + sqrt(x) [x^1:6, [1, 1, 0, 1], x^1:2]
24083 x^(2a) + 2 x^a + 5 [x^a, [5, 2, 1], 1]
24084 (exp(-x) + exp(x)) / 2 [e^(2 x), [0.5, 0.5], e^-x]
24085 @end smallexample
24086
24087 The @code{poly} and @code{gpoly} functions accept a third integer argument
24088 which specifies the largest degree of polynomial that is acceptable.
24089 If this is @expr{n}, then only @var{c} vectors of length @expr{n+1}
24090 or less will be returned. Otherwise, the @code{poly} or @code{gpoly}
24091 call will remain in symbolic form. For example, the equation solver
24092 can handle quartics and smaller polynomials, so it calls
24093 @samp{gpoly(@var{expr}, @var{var}, 4)} to discover whether @var{expr}
24094 can be treated by its linear, quadratic, cubic, or quartic formulas.
24095
24096 @ignore
24097 @starindex
24098 @end ignore
24099 @tindex pdeg
24100 The @code{pdeg} function computes the degree of a polynomial;
24101 @samp{pdeg(p,x)} is the highest power of @code{x} that appears in
24102 @code{p}. This is the same as @samp{vlen(poly(p,x))-1}, but is
24103 much more efficient. If @code{p} is constant with respect to @code{x},
24104 then @samp{pdeg(p,x) = 0}. If @code{p} is not a polynomial in @code{x}
24105 (e.g., @samp{pdeg(2 cos(x), x)}, the function remains unevaluated.
24106 It is possible to omit the second argument @code{x}, in which case
24107 @samp{pdeg(p)} returns the highest total degree of any term of the
24108 polynomial, counting all variables that appear in @code{p}. Note
24109 that @code{pdeg(c) = pdeg(c,x) = 0} for any nonzero constant @code{c};
24110 the degree of the constant zero is considered to be @code{-inf}
24111 (minus infinity).
24112
24113 @ignore
24114 @starindex
24115 @end ignore
24116 @tindex plead
24117 The @code{plead} function finds the leading term of a polynomial.
24118 Thus @samp{plead(p,x)} is equivalent to @samp{poly(p,x)_vlen(poly(p,x))},
24119 though again more efficient. In particular, @samp{plead((2x+1)^10, x)}
24120 returns 1024 without expanding out the list of coefficients. The
24121 value of @code{plead(p,x)} will be zero only if @expr{p = 0}.
24122
24123 @ignore
24124 @starindex
24125 @end ignore
24126 @tindex pcont
24127 The @code{pcont} function finds the @dfn{content} of a polynomial. This
24128 is the greatest common divisor of all the coefficients of the polynomial.
24129 With two arguments, @code{pcont(p,x)} effectively uses @samp{poly(p,x)}
24130 to get a list of coefficients, then uses @code{pgcd} (the polynomial
24131 GCD function) to combine these into an answer. For example,
24132 @samp{pcont(4 x y^2 + 6 x^2 y, x)} is @samp{2 y}. The content is
24133 basically the ``biggest'' polynomial that can be divided into @code{p}
24134 exactly. The sign of the content is the same as the sign of the leading
24135 coefficient.
24136
24137 With only one argument, @samp{pcont(p)} computes the numerical
24138 content of the polynomial, i.e., the @code{gcd} of the numerical
24139 coefficients of all the terms in the formula. Note that @code{gcd}
24140 is defined on rational numbers as well as integers; it computes
24141 the @code{gcd} of the numerators and the @code{lcm} of the
24142 denominators. Thus @samp{pcont(4:3 x y^2 + 6 x^2 y)} returns 2:3.
24143 Dividing the polynomial by this number will clear all the
24144 denominators, as well as dividing by any common content in the
24145 numerators. The numerical content of a polynomial is negative only
24146 if all the coefficients in the polynomial are negative.
24147
24148 @ignore
24149 @starindex
24150 @end ignore
24151 @tindex pprim
24152 The @code{pprim} function finds the @dfn{primitive part} of a
24153 polynomial, which is simply the polynomial divided (using @code{pdiv}
24154 if necessary) by its content. If the input polynomial has rational
24155 coefficients, the result will have integer coefficients in simplest
24156 terms.
24157
24158 @node Numerical Solutions, Curve Fitting, Solving Equations, Algebra
24159 @section Numerical Solutions
24160
24161 @noindent
24162 Not all equations can be solved symbolically. The commands in this
24163 section use numerical algorithms that can find a solution to a specific
24164 instance of an equation to any desired accuracy. Note that the
24165 numerical commands are slower than their algebraic cousins; it is a
24166 good idea to try @kbd{a S} before resorting to these commands.
24167
24168 (@xref{Curve Fitting}, for some other, more specialized, operations
24169 on numerical data.)
24170
24171 @menu
24172 * Root Finding::
24173 * Minimization::
24174 * Numerical Systems of Equations::
24175 @end menu
24176
24177 @node Root Finding, Minimization, Numerical Solutions, Numerical Solutions
24178 @subsection Root Finding
24179
24180 @noindent
24181 @kindex a R
24182 @pindex calc-find-root
24183 @tindex root
24184 @cindex Newton's method
24185 @cindex Roots of equations
24186 @cindex Numerical root-finding
24187 The @kbd{a R} (@code{calc-find-root}) [@code{root}] command finds a
24188 numerical solution (or @dfn{root}) of an equation. (This command treats
24189 inequalities the same as equations. If the input is any other kind
24190 of formula, it is interpreted as an equation of the form @expr{X = 0}.)
24191
24192 The @kbd{a R} command requires an initial guess on the top of the
24193 stack, and a formula in the second-to-top position. It prompts for a
24194 solution variable, which must appear in the formula. All other variables
24195 that appear in the formula must have assigned values, i.e., when
24196 a value is assigned to the solution variable and the formula is
24197 evaluated with @kbd{=}, it should evaluate to a number. Any assigned
24198 value for the solution variable itself is ignored and unaffected by
24199 this command.
24200
24201 When the command completes, the initial guess is replaced on the stack
24202 by a vector of two numbers: The value of the solution variable that
24203 solves the equation, and the difference between the lefthand and
24204 righthand sides of the equation at that value. Ordinarily, the second
24205 number will be zero or very nearly zero. (Note that Calc uses a
24206 slightly higher precision while finding the root, and thus the second
24207 number may be slightly different from the value you would compute from
24208 the equation yourself.)
24209
24210 The @kbd{v h} (@code{calc-head}) command is a handy way to extract
24211 the first element of the result vector, discarding the error term.
24212
24213 The initial guess can be a real number, in which case Calc searches
24214 for a real solution near that number, or a complex number, in which
24215 case Calc searches the whole complex plane near that number for a
24216 solution, or it can be an interval form which restricts the search
24217 to real numbers inside that interval.
24218
24219 Calc tries to use @kbd{a d} to take the derivative of the equation.
24220 If this succeeds, it uses Newton's method. If the equation is not
24221 differentiable Calc uses a bisection method. (If Newton's method
24222 appears to be going astray, Calc switches over to bisection if it
24223 can, or otherwise gives up. In this case it may help to try again
24224 with a slightly different initial guess.) If the initial guess is a
24225 complex number, the function must be differentiable.
24226
24227 If the formula (or the difference between the sides of an equation)
24228 is negative at one end of the interval you specify and positive at
24229 the other end, the root finder is guaranteed to find a root.
24230 Otherwise, Calc subdivides the interval into small parts looking for
24231 positive and negative values to bracket the root. When your guess is
24232 an interval, Calc will not look outside that interval for a root.
24233
24234 @kindex H a R
24235 @tindex wroot
24236 The @kbd{H a R} [@code{wroot}] command is similar to @kbd{a R}, except
24237 that if the initial guess is an interval for which the function has
24238 the same sign at both ends, then rather than subdividing the interval
24239 Calc attempts to widen it to enclose a root. Use this mode if
24240 you are not sure if the function has a root in your interval.
24241
24242 If the function is not differentiable, and you give a simple number
24243 instead of an interval as your initial guess, Calc uses this widening
24244 process even if you did not type the Hyperbolic flag. (If the function
24245 @emph{is} differentiable, Calc uses Newton's method which does not
24246 require a bounding interval in order to work.)
24247
24248 If Calc leaves the @code{root} or @code{wroot} function in symbolic
24249 form on the stack, it will normally display an explanation for why
24250 no root was found. If you miss this explanation, press @kbd{w}
24251 (@code{calc-why}) to get it back.
24252
24253 @node Minimization, Numerical Systems of Equations, Root Finding, Numerical Solutions
24254 @subsection Minimization
24255
24256 @noindent
24257 @kindex a N
24258 @kindex H a N
24259 @kindex a X
24260 @kindex H a X
24261 @pindex calc-find-minimum
24262 @pindex calc-find-maximum
24263 @tindex minimize
24264 @tindex maximize
24265 @cindex Minimization, numerical
24266 The @kbd{a N} (@code{calc-find-minimum}) [@code{minimize}] command
24267 finds a minimum value for a formula. It is very similar in operation
24268 to @kbd{a R} (@code{calc-find-root}): You give the formula and an initial
24269 guess on the stack, and are prompted for the name of a variable. The guess
24270 may be either a number near the desired minimum, or an interval enclosing
24271 the desired minimum. The function returns a vector containing the
24272 value of the variable which minimizes the formula's value, along
24273 with the minimum value itself.
24274
24275 Note that this command looks for a @emph{local} minimum. Many functions
24276 have more than one minimum; some, like
24277 @texline @math{x \sin x},
24278 @infoline @expr{x sin(x)},
24279 have infinitely many. In fact, there is no easy way to define the
24280 ``global'' minimum of
24281 @texline @math{x \sin x}
24282 @infoline @expr{x sin(x)}
24283 but Calc can still locate any particular local minimum
24284 for you. Calc basically goes downhill from the initial guess until it
24285 finds a point at which the function's value is greater both to the left
24286 and to the right. Calc does not use derivatives when minimizing a function.
24287
24288 If your initial guess is an interval and it looks like the minimum
24289 occurs at one or the other endpoint of the interval, Calc will return
24290 that endpoint only if that endpoint is closed; thus, minimizing @expr{17 x}
24291 over @expr{[2..3]} will return @expr{[2, 38]}, but minimizing over
24292 @expr{(2..3]} would report no minimum found. In general, you should
24293 use closed intervals to find literally the minimum value in that
24294 range of @expr{x}, or open intervals to find the local minimum, if
24295 any, that happens to lie in that range.
24296
24297 Most functions are smooth and flat near their minimum values. Because
24298 of this flatness, if the current precision is, say, 12 digits, the
24299 variable can only be determined meaningfully to about six digits. Thus
24300 you should set the precision to twice as many digits as you need in your
24301 answer.
24302
24303 @ignore
24304 @mindex wmin@idots
24305 @end ignore
24306 @tindex wminimize
24307 @ignore
24308 @mindex wmax@idots
24309 @end ignore
24310 @tindex wmaximize
24311 The @kbd{H a N} [@code{wminimize}] command, analogously to @kbd{H a R},
24312 expands the guess interval to enclose a minimum rather than requiring
24313 that the minimum lie inside the interval you supply.
24314
24315 The @kbd{a X} (@code{calc-find-maximum}) [@code{maximize}] and
24316 @kbd{H a X} [@code{wmaximize}] commands effectively minimize the
24317 negative of the formula you supply.
24318
24319 The formula must evaluate to a real number at all points inside the
24320 interval (or near the initial guess if the guess is a number). If
24321 the initial guess is a complex number the variable will be minimized
24322 over the complex numbers; if it is real or an interval it will
24323 be minimized over the reals.
24324
24325 @node Numerical Systems of Equations, , Minimization, Numerical Solutions
24326 @subsection Systems of Equations
24327
24328 @noindent
24329 @cindex Systems of equations, numerical
24330 The @kbd{a R} command can also solve systems of equations. In this
24331 case, the equation should instead be a vector of equations, the
24332 guess should instead be a vector of numbers (intervals are not
24333 supported), and the variable should be a vector of variables. You
24334 can omit the brackets while entering the list of variables. Each
24335 equation must be differentiable by each variable for this mode to
24336 work. The result will be a vector of two vectors: The variable
24337 values that solved the system of equations, and the differences
24338 between the sides of the equations with those variable values.
24339 There must be the same number of equations as variables. Since
24340 only plain numbers are allowed as guesses, the Hyperbolic flag has
24341 no effect when solving a system of equations.
24342
24343 It is also possible to minimize over many variables with @kbd{a N}
24344 (or maximize with @kbd{a X}). Once again the variable name should
24345 be replaced by a vector of variables, and the initial guess should
24346 be an equal-sized vector of initial guesses. But, unlike the case of
24347 multidimensional @kbd{a R}, the formula being minimized should
24348 still be a single formula, @emph{not} a vector. Beware that
24349 multidimensional minimization is currently @emph{very} slow.
24350
24351 @node Curve Fitting, Summations, Numerical Solutions, Algebra
24352 @section Curve Fitting
24353
24354 @noindent
24355 The @kbd{a F} command fits a set of data to a @dfn{model formula},
24356 such as @expr{y = m x + b} where @expr{m} and @expr{b} are parameters
24357 to be determined. For a typical set of measured data there will be
24358 no single @expr{m} and @expr{b} that exactly fit the data; in this
24359 case, Calc chooses values of the parameters that provide the closest
24360 possible fit. The model formula can be entered in various ways after
24361 the key sequence @kbd{a F} is pressed.
24362
24363 If the letter @kbd{P} is pressed after @kbd{a F} but before the model
24364 description is entered, the data as well as the model formula will be
24365 plotted after the formula is determined. This will be indicated by a
24366 ``P'' in the minibuffer after the help message.
24367
24368 @menu
24369 * Linear Fits::
24370 * Polynomial and Multilinear Fits::
24371 * Error Estimates for Fits::
24372 * Standard Nonlinear Models::
24373 * Curve Fitting Details::
24374 * Interpolation::
24375 @end menu
24376
24377 @node Linear Fits, Polynomial and Multilinear Fits, Curve Fitting, Curve Fitting
24378 @subsection Linear Fits
24379
24380 @noindent
24381 @kindex a F
24382 @pindex calc-curve-fit
24383 @tindex fit
24384 @cindex Linear regression
24385 @cindex Least-squares fits
24386 The @kbd{a F} (@code{calc-curve-fit}) [@code{fit}] command attempts
24387 to fit a set of data (@expr{x} and @expr{y} vectors of numbers) to a
24388 straight line, polynomial, or other function of @expr{x}. For the
24389 moment we will consider only the case of fitting to a line, and we
24390 will ignore the issue of whether or not the model was in fact a good
24391 fit for the data.
24392
24393 In a standard linear least-squares fit, we have a set of @expr{(x,y)}
24394 data points that we wish to fit to the model @expr{y = m x + b}
24395 by adjusting the parameters @expr{m} and @expr{b} to make the @expr{y}
24396 values calculated from the formula be as close as possible to the actual
24397 @expr{y} values in the data set. (In a polynomial fit, the model is
24398 instead, say, @expr{y = a x^3 + b x^2 + c x + d}. In a multilinear fit,
24399 we have data points of the form @expr{(x_1,x_2,x_3,y)} and our model is
24400 @expr{y = a x_1 + b x_2 + c x_3 + d}. These will be discussed later.)
24401
24402 In the model formula, variables like @expr{x} and @expr{x_2} are called
24403 the @dfn{independent variables}, and @expr{y} is the @dfn{dependent
24404 variable}. Variables like @expr{m}, @expr{a}, and @expr{b} are called
24405 the @dfn{parameters} of the model.
24406
24407 The @kbd{a F} command takes the data set to be fitted from the stack.
24408 By default, it expects the data in the form of a matrix. For example,
24409 for a linear or polynomial fit, this would be a
24410 @texline @math{2\times N}
24411 @infoline 2xN
24412 matrix where the first row is a list of @expr{x} values and the second
24413 row has the corresponding @expr{y} values. For the multilinear fit
24414 shown above, the matrix would have four rows (@expr{x_1}, @expr{x_2},
24415 @expr{x_3}, and @expr{y}, respectively).
24416
24417 If you happen to have an
24418 @texline @math{N\times2}
24419 @infoline Nx2
24420 matrix instead of a
24421 @texline @math{2\times N}
24422 @infoline 2xN
24423 matrix, just press @kbd{v t} first to transpose the matrix.
24424
24425 After you type @kbd{a F}, Calc prompts you to select a model. For a
24426 linear fit, press the digit @kbd{1}.
24427
24428 Calc then prompts for you to name the variables. By default it chooses
24429 high letters like @expr{x} and @expr{y} for independent variables and
24430 low letters like @expr{a} and @expr{b} for parameters. (The dependent
24431 variable doesn't need a name.) The two kinds of variables are separated
24432 by a semicolon. Since you generally care more about the names of the
24433 independent variables than of the parameters, Calc also allows you to
24434 name only those and let the parameters use default names.
24435
24436 For example, suppose the data matrix
24437
24438 @ifnottex
24439 @example
24440 @group
24441 [ [ 1, 2, 3, 4, 5 ]
24442 [ 5, 7, 9, 11, 13 ] ]
24443 @end group
24444 @end example
24445 @end ifnottex
24446 @tex
24447 \beforedisplay
24448 $$ \pmatrix{ 1 & 2 & 3 & 4 & 5 \cr
24449 5 & 7 & 9 & 11 & 13 }
24450 $$
24451 \afterdisplay
24452 @end tex
24453
24454 @noindent
24455 is on the stack and we wish to do a simple linear fit. Type
24456 @kbd{a F}, then @kbd{1} for the model, then @key{RET} to use
24457 the default names. The result will be the formula @expr{3. + 2. x}
24458 on the stack. Calc has created the model expression @kbd{a + b x},
24459 then found the optimal values of @expr{a} and @expr{b} to fit the
24460 data. (In this case, it was able to find an exact fit.) Calc then
24461 substituted those values for @expr{a} and @expr{b} in the model
24462 formula.
24463
24464 The @kbd{a F} command puts two entries in the trail. One is, as
24465 always, a copy of the result that went to the stack; the other is
24466 a vector of the actual parameter values, written as equations:
24467 @expr{[a = 3, b = 2]}, in case you'd rather read them in a list
24468 than pick them out of the formula. (You can type @kbd{t y}
24469 to move this vector to the stack; see @ref{Trail Commands}.
24470
24471 Specifying a different independent variable name will affect the
24472 resulting formula: @kbd{a F 1 k @key{RET}} produces @kbd{3 + 2 k}.
24473 Changing the parameter names (say, @kbd{a F 1 k;b,m @key{RET}}) will affect
24474 the equations that go into the trail.
24475
24476 @tex
24477 \bigskip
24478 @end tex
24479
24480 To see what happens when the fit is not exact, we could change
24481 the number 13 in the data matrix to 14 and try the fit again.
24482 The result is:
24483
24484 @example
24485 2.6 + 2.2 x
24486 @end example
24487
24488 Evaluating this formula, say with @kbd{v x 5 @key{RET} @key{TAB} V M $ @key{RET}}, shows
24489 a reasonably close match to the y-values in the data.
24490
24491 @example
24492 [4.8, 7., 9.2, 11.4, 13.6]
24493 @end example
24494
24495 Since there is no line which passes through all the @var{n} data points,
24496 Calc has chosen a line that best approximates the data points using
24497 the method of least squares. The idea is to define the @dfn{chi-square}
24498 error measure
24499
24500 @ifnottex
24501 @example
24502 chi^2 = sum((y_i - (a + b x_i))^2, i, 1, N)
24503 @end example
24504 @end ifnottex
24505 @tex
24506 \beforedisplay
24507 $$ \chi^2 = \sum_{i=1}^N (y_i - (a + b x_i))^2 $$
24508 \afterdisplay
24509 @end tex
24510
24511 @noindent
24512 which is clearly zero if @expr{a + b x} exactly fits all data points,
24513 and increases as various @expr{a + b x_i} values fail to match the
24514 corresponding @expr{y_i} values. There are several reasons why the
24515 summand is squared, one of them being to ensure that
24516 @texline @math{\chi^2 \ge 0}.
24517 @infoline @expr{chi^2 >= 0}.
24518 Least-squares fitting simply chooses the values of @expr{a} and @expr{b}
24519 for which the error
24520 @texline @math{\chi^2}
24521 @infoline @expr{chi^2}
24522 is as small as possible.
24523
24524 Other kinds of models do the same thing but with a different model
24525 formula in place of @expr{a + b x_i}.
24526
24527 @tex
24528 \bigskip
24529 @end tex
24530
24531 A numeric prefix argument causes the @kbd{a F} command to take the
24532 data in some other form than one big matrix. A positive argument @var{n}
24533 will take @var{N} items from the stack, corresponding to the @var{n} rows
24534 of a data matrix. In the linear case, @var{n} must be 2 since there
24535 is always one independent variable and one dependent variable.
24536
24537 A prefix of zero or plain @kbd{C-u} is a compromise; Calc takes two
24538 items from the stack, an @var{n}-row matrix of @expr{x} values, and a
24539 vector of @expr{y} values. If there is only one independent variable,
24540 the @expr{x} values can be either a one-row matrix or a plain vector,
24541 in which case the @kbd{C-u} prefix is the same as a @w{@kbd{C-u 2}} prefix.
24542
24543 @node Polynomial and Multilinear Fits, Error Estimates for Fits, Linear Fits, Curve Fitting
24544 @subsection Polynomial and Multilinear Fits
24545
24546 @noindent
24547 To fit the data to higher-order polynomials, just type one of the
24548 digits @kbd{2} through @kbd{9} when prompted for a model. For example,
24549 we could fit the original data matrix from the previous section
24550 (with 13, not 14) to a parabola instead of a line by typing
24551 @kbd{a F 2 @key{RET}}.
24552
24553 @example
24554 2.00000000001 x - 1.5e-12 x^2 + 2.99999999999
24555 @end example
24556
24557 Note that since the constant and linear terms are enough to fit the
24558 data exactly, it's no surprise that Calc chose a tiny contribution
24559 for @expr{x^2}. (The fact that it's not exactly zero is due only
24560 to roundoff error. Since our data are exact integers, we could get
24561 an exact answer by typing @kbd{m f} first to get Fraction mode.
24562 Then the @expr{x^2} term would vanish altogether. Usually, though,
24563 the data being fitted will be approximate floats so Fraction mode
24564 won't help.)
24565
24566 Doing the @kbd{a F 2} fit on the data set with 14 instead of 13
24567 gives a much larger @expr{x^2} contribution, as Calc bends the
24568 line slightly to improve the fit.
24569
24570 @example
24571 0.142857142855 x^2 + 1.34285714287 x + 3.59999999998
24572 @end example
24573
24574 An important result from the theory of polynomial fitting is that it
24575 is always possible to fit @var{n} data points exactly using a polynomial
24576 of degree @mathit{@var{n}-1}, sometimes called an @dfn{interpolating polynomial}.
24577 Using the modified (14) data matrix, a model number of 4 gives
24578 a polynomial that exactly matches all five data points:
24579
24580 @example
24581 0.04167 x^4 - 0.4167 x^3 + 1.458 x^2 - 0.08333 x + 4.
24582 @end example
24583
24584 The actual coefficients we get with a precision of 12, like
24585 @expr{0.0416666663588}, clearly suffer from loss of precision.
24586 It is a good idea to increase the working precision to several
24587 digits beyond what you need when you do a fitting operation.
24588 Or, if your data are exact, use Fraction mode to get exact
24589 results.
24590
24591 You can type @kbd{i} instead of a digit at the model prompt to fit
24592 the data exactly to a polynomial. This just counts the number of
24593 columns of the data matrix to choose the degree of the polynomial
24594 automatically.
24595
24596 Fitting data ``exactly'' to high-degree polynomials is not always
24597 a good idea, though. High-degree polynomials have a tendency to
24598 wiggle uncontrollably in between the fitting data points. Also,
24599 if the exact-fit polynomial is going to be used to interpolate or
24600 extrapolate the data, it is numerically better to use the @kbd{a p}
24601 command described below. @xref{Interpolation}.
24602
24603 @tex
24604 \bigskip
24605 @end tex
24606
24607 Another generalization of the linear model is to assume the
24608 @expr{y} values are a sum of linear contributions from several
24609 @expr{x} values. This is a @dfn{multilinear} fit, and it is also
24610 selected by the @kbd{1} digit key. (Calc decides whether the fit
24611 is linear or multilinear by counting the rows in the data matrix.)
24612
24613 Given the data matrix,
24614
24615 @example
24616 @group
24617 [ [ 1, 2, 3, 4, 5 ]
24618 [ 7, 2, 3, 5, 2 ]
24619 [ 14.5, 15, 18.5, 22.5, 24 ] ]
24620 @end group
24621 @end example
24622
24623 @noindent
24624 the command @kbd{a F 1 @key{RET}} will call the first row @expr{x} and the
24625 second row @expr{y}, and will fit the values in the third row to the
24626 model @expr{a + b x + c y}.
24627
24628 @example
24629 8. + 3. x + 0.5 y
24630 @end example
24631
24632 Calc can do multilinear fits with any number of independent variables
24633 (i.e., with any number of data rows).
24634
24635 @tex
24636 \bigskip
24637 @end tex
24638
24639 Yet another variation is @dfn{homogeneous} linear models, in which
24640 the constant term is known to be zero. In the linear case, this
24641 means the model formula is simply @expr{a x}; in the multilinear
24642 case, the model might be @expr{a x + b y + c z}; and in the polynomial
24643 case, the model could be @expr{a x + b x^2 + c x^3}. You can get
24644 a homogeneous linear or multilinear model by pressing the letter
24645 @kbd{h} followed by a regular model key, like @kbd{1} or @kbd{2}.
24646 This will be indicated by an ``h'' in the minibuffer after the help
24647 message.
24648
24649 It is certainly possible to have other constrained linear models,
24650 like @expr{2.3 + a x} or @expr{a - 4 x}. While there is no single
24651 key to select models like these, a later section shows how to enter
24652 any desired model by hand. In the first case, for example, you
24653 would enter @kbd{a F ' 2.3 + a x}.
24654
24655 Another class of models that will work but must be entered by hand
24656 are multinomial fits, e.g., @expr{a + b x + c y + d x^2 + e y^2 + f x y}.
24657
24658 @node Error Estimates for Fits, Standard Nonlinear Models, Polynomial and Multilinear Fits, Curve Fitting
24659 @subsection Error Estimates for Fits
24660
24661 @noindent
24662 @kindex H a F
24663 @tindex efit
24664 With the Hyperbolic flag, @kbd{H a F} [@code{efit}] performs the same
24665 fitting operation as @kbd{a F}, but reports the coefficients as error
24666 forms instead of plain numbers. Fitting our two data matrices (first
24667 with 13, then with 14) to a line with @kbd{H a F} gives the results,
24668
24669 @example
24670 3. + 2. x
24671 2.6 +/- 0.382970843103 + 2.2 +/- 0.115470053838 x
24672 @end example
24673
24674 In the first case the estimated errors are zero because the linear
24675 fit is perfect. In the second case, the errors are nonzero but
24676 moderately small, because the data are still very close to linear.
24677
24678 It is also possible for the @emph{input} to a fitting operation to
24679 contain error forms. The data values must either all include errors
24680 or all be plain numbers. Error forms can go anywhere but generally
24681 go on the numbers in the last row of the data matrix. If the last
24682 row contains error forms
24683 @texline `@var{y_i}@w{ @tfn{+/-} }@math{\sigma_i}',
24684 @infoline `@var{y_i}@w{ @tfn{+/-} }@var{sigma_i}',
24685 then the
24686 @texline @math{\chi^2}
24687 @infoline @expr{chi^2}
24688 statistic is now,
24689
24690 @ifnottex
24691 @example
24692 chi^2 = sum(((y_i - (a + b x_i)) / sigma_i)^2, i, 1, N)
24693 @end example
24694 @end ifnottex
24695 @tex
24696 \beforedisplay
24697 $$ \chi^2 = \sum_{i=1}^N \left(y_i - (a + b x_i) \over \sigma_i\right)^2 $$
24698 \afterdisplay
24699 @end tex
24700
24701 @noindent
24702 so that data points with larger error estimates contribute less to
24703 the fitting operation.
24704
24705 If there are error forms on other rows of the data matrix, all the
24706 errors for a given data point are combined; the square root of the
24707 sum of the squares of the errors forms the
24708 @texline @math{\sigma_i}
24709 @infoline @expr{sigma_i}
24710 used for the data point.
24711
24712 Both @kbd{a F} and @kbd{H a F} can accept error forms in the input
24713 matrix, although if you are concerned about error analysis you will
24714 probably use @kbd{H a F} so that the output also contains error
24715 estimates.
24716
24717 If the input contains error forms but all the
24718 @texline @math{\sigma_i}
24719 @infoline @expr{sigma_i}
24720 values are the same, it is easy to see that the resulting fitted model
24721 will be the same as if the input did not have error forms at all
24722 @texline (@math{\chi^2}
24723 @infoline (@expr{chi^2}
24724 is simply scaled uniformly by
24725 @texline @math{1 / \sigma^2},
24726 @infoline @expr{1 / sigma^2},
24727 which doesn't affect where it has a minimum). But there @emph{will} be
24728 a difference in the estimated errors of the coefficients reported by
24729 @kbd{H a F}.
24730
24731 Consult any text on statistical modeling of data for a discussion
24732 of where these error estimates come from and how they should be
24733 interpreted.
24734
24735 @tex
24736 \bigskip
24737 @end tex
24738
24739 @kindex I a F
24740 @tindex xfit
24741 With the Inverse flag, @kbd{I a F} [@code{xfit}] produces even more
24742 information. The result is a vector of six items:
24743
24744 @enumerate
24745 @item
24746 The model formula with error forms for its coefficients or
24747 parameters. This is the result that @kbd{H a F} would have
24748 produced.
24749
24750 @item
24751 A vector of ``raw'' parameter values for the model. These are the
24752 polynomial coefficients or other parameters as plain numbers, in the
24753 same order as the parameters appeared in the final prompt of the
24754 @kbd{I a F} command. For polynomials of degree @expr{d}, this vector
24755 will have length @expr{M = d+1} with the constant term first.
24756
24757 @item
24758 The covariance matrix @expr{C} computed from the fit. This is
24759 an @var{m}x@var{m} symmetric matrix; the diagonal elements
24760 @texline @math{C_{jj}}
24761 @infoline @expr{C_j_j}
24762 are the variances
24763 @texline @math{\sigma_j^2}
24764 @infoline @expr{sigma_j^2}
24765 of the parameters. The other elements are covariances
24766 @texline @math{\sigma_{ij}^2}
24767 @infoline @expr{sigma_i_j^2}
24768 that describe the correlation between pairs of parameters. (A related
24769 set of numbers, the @dfn{linear correlation coefficients}
24770 @texline @math{r_{ij}},
24771 @infoline @expr{r_i_j},
24772 are defined as
24773 @texline @math{\sigma_{ij}^2 / \sigma_i \, \sigma_j}.)
24774 @infoline @expr{sigma_i_j^2 / sigma_i sigma_j}.)
24775
24776 @item
24777 A vector of @expr{M} ``parameter filter'' functions whose
24778 meanings are described below. If no filters are necessary this
24779 will instead be an empty vector; this is always the case for the
24780 polynomial and multilinear fits described so far.
24781
24782 @item
24783 The value of
24784 @texline @math{\chi^2}
24785 @infoline @expr{chi^2}
24786 for the fit, calculated by the formulas shown above. This gives a
24787 measure of the quality of the fit; statisticians consider
24788 @texline @math{\chi^2 \approx N - M}
24789 @infoline @expr{chi^2 = N - M}
24790 to indicate a moderately good fit (where again @expr{N} is the number of
24791 data points and @expr{M} is the number of parameters).
24792
24793 @item
24794 A measure of goodness of fit expressed as a probability @expr{Q}.
24795 This is computed from the @code{utpc} probability distribution
24796 function using
24797 @texline @math{\chi^2}
24798 @infoline @expr{chi^2}
24799 with @expr{N - M} degrees of freedom. A
24800 value of 0.5 implies a good fit; some texts recommend that often
24801 @expr{Q = 0.1} or even 0.001 can signify an acceptable fit. In
24802 particular,
24803 @texline @math{\chi^2}
24804 @infoline @expr{chi^2}
24805 statistics assume the errors in your inputs
24806 follow a normal (Gaussian) distribution; if they don't, you may
24807 have to accept smaller values of @expr{Q}.
24808
24809 The @expr{Q} value is computed only if the input included error
24810 estimates. Otherwise, Calc will report the symbol @code{nan}
24811 for @expr{Q}. The reason is that in this case the
24812 @texline @math{\chi^2}
24813 @infoline @expr{chi^2}
24814 value has effectively been used to estimate the original errors
24815 in the input, and thus there is no redundant information left
24816 over to use for a confidence test.
24817 @end enumerate
24818
24819 @node Standard Nonlinear Models, Curve Fitting Details, Error Estimates for Fits, Curve Fitting
24820 @subsection Standard Nonlinear Models
24821
24822 @noindent
24823 The @kbd{a F} command also accepts other kinds of models besides
24824 lines and polynomials. Some common models have quick single-key
24825 abbreviations; others must be entered by hand as algebraic formulas.
24826
24827 Here is a complete list of the standard models recognized by @kbd{a F}:
24828
24829 @table @kbd
24830 @item 1
24831 Linear or multilinear. @mathit{a + b x + c y + d z}.
24832 @item 2-9
24833 Polynomials. @mathit{a + b x + c x^2 + d x^3}.
24834 @item e
24835 Exponential. @mathit{a} @tfn{exp}@mathit{(b x)} @tfn{exp}@mathit{(c y)}.
24836 @item E
24837 Base-10 exponential. @mathit{a} @tfn{10^}@mathit{(b x)} @tfn{10^}@mathit{(c y)}.
24838 @item x
24839 Exponential (alternate notation). @tfn{exp}@mathit{(a + b x + c y)}.
24840 @item X
24841 Base-10 exponential (alternate). @tfn{10^}@mathit{(a + b x + c y)}.
24842 @item l
24843 Logarithmic. @mathit{a + b} @tfn{ln}@mathit{(x) + c} @tfn{ln}@mathit{(y)}.
24844 @item L
24845 Base-10 logarithmic. @mathit{a + b} @tfn{log10}@mathit{(x) + c} @tfn{log10}@mathit{(y)}.
24846 @item ^
24847 General exponential. @mathit{a b^x c^y}.
24848 @item p
24849 Power law. @mathit{a x^b y^c}.
24850 @item q
24851 Quadratic. @mathit{a + b (x-c)^2 + d (x-e)^2}.
24852 @item g
24853 Gaussian.
24854 @texline @math{{a \over b \sqrt{2 \pi}} \exp\left( -{1 \over 2} \left( x - c \over b \right)^2 \right)}.
24855 @infoline @mathit{(a / b sqrt(2 pi)) exp(-0.5*((x-c)/b)^2)}.
24856 @item s
24857 Logistic @emph{s} curve.
24858 @texline @math{a/(1+e^{b(x-c)})}.
24859 @infoline @mathit{a/(1 + exp(b (x - c)))}.
24860 @item b
24861 Logistic bell curve.
24862 @texline @math{ae^{b(x-c)}/(1+e^{b(x-c)})^2}.
24863 @infoline @mathit{a exp(b (x - c))/(1 + exp(b (x - c)))^2}.
24864 @item o
24865 Hubbert linearization.
24866 @texline @math{{y \over x} = a(1-x/b)}.
24867 @infoline @mathit{(y/x) = a (1 - x/b)}.
24868 @end table
24869
24870 All of these models are used in the usual way; just press the appropriate
24871 letter at the model prompt, and choose variable names if you wish. The
24872 result will be a formula as shown in the above table, with the best-fit
24873 values of the parameters substituted. (You may find it easier to read
24874 the parameter values from the vector that is placed in the trail.)
24875
24876 All models except Gaussian, logistics, Hubbert and polynomials can
24877 generalize as shown to any number of independent variables. Also, all
24878 the built-in models except for the logistic and Hubbert curves have an
24879 additive or multiplicative parameter shown as @expr{a} in the above table
24880 which can be replaced by zero or one, as appropriate, by typing @kbd{h}
24881 before the model key.
24882
24883 Note that many of these models are essentially equivalent, but express
24884 the parameters slightly differently. For example, @expr{a b^x} and
24885 the other two exponential models are all algebraic rearrangements of
24886 each other. Also, the ``quadratic'' model is just a degree-2 polynomial
24887 with the parameters expressed differently. Use whichever form best
24888 matches the problem.
24889
24890 The HP-28/48 calculators support four different models for curve
24891 fitting, called @code{LIN}, @code{LOG}, @code{EXP}, and @code{PWR}.
24892 These correspond to Calc models @samp{a + b x}, @samp{a + b ln(x)},
24893 @samp{a exp(b x)}, and @samp{a x^b}, respectively. In each case,
24894 @expr{a} is what the HP-48 identifies as the ``intercept,'' and
24895 @expr{b} is what it calls the ``slope.''
24896
24897 @tex
24898 \bigskip
24899 @end tex
24900
24901 If the model you want doesn't appear on this list, press @kbd{'}
24902 (the apostrophe key) at the model prompt to enter any algebraic
24903 formula, such as @kbd{m x - b}, as the model. (Not all models
24904 will work, though---see the next section for details.)
24905
24906 The model can also be an equation like @expr{y = m x + b}.
24907 In this case, Calc thinks of all the rows of the data matrix on
24908 equal terms; this model effectively has two parameters
24909 (@expr{m} and @expr{b}) and two independent variables (@expr{x}
24910 and @expr{y}), with no ``dependent'' variables. Model equations
24911 do not need to take this @expr{y =} form. For example, the
24912 implicit line equation @expr{a x + b y = 1} works fine as a
24913 model.
24914
24915 When you enter a model, Calc makes an alphabetical list of all
24916 the variables that appear in the model. These are used for the
24917 default parameters, independent variables, and dependent variable
24918 (in that order). If you enter a plain formula (not an equation),
24919 Calc assumes the dependent variable does not appear in the formula
24920 and thus does not need a name.
24921
24922 For example, if the model formula has the variables @expr{a,mu,sigma,t,x},
24923 and the data matrix has three rows (meaning two independent variables),
24924 Calc will use @expr{a,mu,sigma} as the default parameters, and the
24925 data rows will be named @expr{t} and @expr{x}, respectively. If you
24926 enter an equation instead of a plain formula, Calc will use @expr{a,mu}
24927 as the parameters, and @expr{sigma,t,x} as the three independent
24928 variables.
24929
24930 You can, of course, override these choices by entering something
24931 different at the prompt. If you leave some variables out of the list,
24932 those variables must have stored values and those stored values will
24933 be used as constants in the model. (Stored values for the parameters
24934 and independent variables are ignored by the @kbd{a F} command.)
24935 If you list only independent variables, all the remaining variables
24936 in the model formula will become parameters.
24937
24938 If there are @kbd{$} signs in the model you type, they will stand
24939 for parameters and all other variables (in alphabetical order)
24940 will be independent. Use @kbd{$} for one parameter, @kbd{$$} for
24941 another, and so on. Thus @kbd{$ x + $$} is another way to describe
24942 a linear model.
24943
24944 If you type a @kbd{$} instead of @kbd{'} at the model prompt itself,
24945 Calc will take the model formula from the stack. (The data must then
24946 appear at the second stack level.) The same conventions are used to
24947 choose which variables in the formula are independent by default and
24948 which are parameters.
24949
24950 Models taken from the stack can also be expressed as vectors of
24951 two or three elements, @expr{[@var{model}, @var{vars}]} or
24952 @expr{[@var{model}, @var{vars}, @var{params}]}. Each of @var{vars}
24953 and @var{params} may be either a variable or a vector of variables.
24954 (If @var{params} is omitted, all variables in @var{model} except
24955 those listed as @var{vars} are parameters.)
24956
24957 When you enter a model manually with @kbd{'}, Calc puts a 3-vector
24958 describing the model in the trail so you can get it back if you wish.
24959
24960 @tex
24961 \bigskip
24962 @end tex
24963
24964 @vindex Model1
24965 @vindex Model2
24966 Finally, you can store a model in one of the Calc variables
24967 @code{Model1} or @code{Model2}, then use this model by typing
24968 @kbd{a F u} or @kbd{a F U} (respectively). The value stored in
24969 the variable can be any of the formats that @kbd{a F $} would
24970 accept for a model on the stack.
24971
24972 @tex
24973 \bigskip
24974 @end tex
24975
24976 Calc uses the principal values of inverse functions like @code{ln}
24977 and @code{arcsin} when doing fits. For example, when you enter
24978 the model @samp{y = sin(a t + b)} Calc actually uses the easier
24979 form @samp{arcsin(y) = a t + b}. The @code{arcsin} function always
24980 returns results in the range from @mathit{-90} to 90 degrees (or the
24981 equivalent range in radians). Suppose you had data that you
24982 believed to represent roughly three oscillations of a sine wave,
24983 so that the argument of the sine might go from zero to
24984 @texline @math{3\times360}
24985 @infoline @mathit{3*360}
24986 degrees.
24987 The above model would appear to be a good way to determine the
24988 true frequency and phase of the sine wave, but in practice it
24989 would fail utterly. The righthand side of the actual model
24990 @samp{arcsin(y) = a t + b} will grow smoothly with @expr{t}, but
24991 the lefthand side will bounce back and forth between @mathit{-90} and 90.
24992 No values of @expr{a} and @expr{b} can make the two sides match,
24993 even approximately.
24994
24995 There is no good solution to this problem at present. You could
24996 restrict your data to small enough ranges so that the above problem
24997 doesn't occur (i.e., not straddling any peaks in the sine wave).
24998 Or, in this case, you could use a totally different method such as
24999 Fourier analysis, which is beyond the scope of the @kbd{a F} command.
25000 (Unfortunately, Calc does not currently have any facilities for
25001 taking Fourier and related transforms.)
25002
25003 @node Curve Fitting Details, Interpolation, Standard Nonlinear Models, Curve Fitting
25004 @subsection Curve Fitting Details
25005
25006 @noindent
25007 Calc's internal least-squares fitter can only handle multilinear
25008 models. More precisely, it can handle any model of the form
25009 @expr{a f(x,y,z) + b g(x,y,z) + c h(x,y,z)}, where @expr{a,b,c}
25010 are the parameters and @expr{x,y,z} are the independent variables
25011 (of course there can be any number of each, not just three).
25012
25013 In a simple multilinear or polynomial fit, it is easy to see how
25014 to convert the model into this form. For example, if the model
25015 is @expr{a + b x + c x^2}, then @expr{f(x) = 1}, @expr{g(x) = x},
25016 and @expr{h(x) = x^2} are suitable functions.
25017
25018 For most other models, Calc uses a variety of algebraic manipulations
25019 to try to put the problem into the form
25020
25021 @smallexample
25022 Y(x,y,z) = A(a,b,c) F(x,y,z) + B(a,b,c) G(x,y,z) + C(a,b,c) H(x,y,z)
25023 @end smallexample
25024
25025 @noindent
25026 where @expr{Y,A,B,C,F,G,H} are arbitrary functions. It computes
25027 @expr{Y}, @expr{F}, @expr{G}, and @expr{H} for all the data points,
25028 does a standard linear fit to find the values of @expr{A}, @expr{B},
25029 and @expr{C}, then uses the equation solver to solve for @expr{a,b,c}
25030 in terms of @expr{A,B,C}.
25031
25032 A remarkable number of models can be cast into this general form.
25033 We'll look at two examples here to see how it works. The power-law
25034 model @expr{y = a x^b} with two independent variables and two parameters
25035 can be rewritten as follows:
25036
25037 @example
25038 y = a x^b
25039 y = a exp(b ln(x))
25040 y = exp(ln(a) + b ln(x))
25041 ln(y) = ln(a) + b ln(x)
25042 @end example
25043
25044 @noindent
25045 which matches the desired form with
25046 @texline @math{Y = \ln(y)},
25047 @infoline @expr{Y = ln(y)},
25048 @texline @math{A = \ln(a)},
25049 @infoline @expr{A = ln(a)},
25050 @expr{F = 1}, @expr{B = b}, and
25051 @texline @math{G = \ln(x)}.
25052 @infoline @expr{G = ln(x)}.
25053 Calc thus computes the logarithms of your @expr{y} and @expr{x} values,
25054 does a linear fit for @expr{A} and @expr{B}, then solves to get
25055 @texline @math{a = \exp(A)}
25056 @infoline @expr{a = exp(A)}
25057 and @expr{b = B}.
25058
25059 Another interesting example is the ``quadratic'' model, which can
25060 be handled by expanding according to the distributive law.
25061
25062 @example
25063 y = a + b*(x - c)^2
25064 y = a + b c^2 - 2 b c x + b x^2
25065 @end example
25066
25067 @noindent
25068 which matches with @expr{Y = y}, @expr{A = a + b c^2}, @expr{F = 1},
25069 @expr{B = -2 b c}, @expr{G = x} (the @mathit{-2} factor could just as easily
25070 have been put into @expr{G} instead of @expr{B}), @expr{C = b}, and
25071 @expr{H = x^2}.
25072
25073 The Gaussian model looks quite complicated, but a closer examination
25074 shows that it's actually similar to the quadratic model but with an
25075 exponential that can be brought to the top and moved into @expr{Y}.
25076
25077 The logistic models cannot be put into general linear form. For these
25078 models, and the Hubbert linearization, Calc computes a rough
25079 approximation for the parameters, then uses the Levenberg-Marquardt
25080 iterative method to refine the approximations.
25081
25082 Another model that cannot be put into general linear
25083 form is a Gaussian with a constant background added on, i.e.,
25084 @expr{d} + the regular Gaussian formula. If you have a model like
25085 this, your best bet is to replace enough of your parameters with
25086 constants to make the model linearizable, then adjust the constants
25087 manually by doing a series of fits. You can compare the fits by
25088 graphing them, by examining the goodness-of-fit measures returned by
25089 @kbd{I a F}, or by some other method suitable to your application.
25090 Note that some models can be linearized in several ways. The
25091 Gaussian-plus-@var{d} model can be linearized by setting @expr{d}
25092 (the background) to a constant, or by setting @expr{b} (the standard
25093 deviation) and @expr{c} (the mean) to constants.
25094
25095 To fit a model with constants substituted for some parameters, just
25096 store suitable values in those parameter variables, then omit them
25097 from the list of parameters when you answer the variables prompt.
25098
25099 @tex
25100 \bigskip
25101 @end tex
25102
25103 A last desperate step would be to use the general-purpose
25104 @code{minimize} function rather than @code{fit}. After all, both
25105 functions solve the problem of minimizing an expression (the
25106 @texline @math{\chi^2}
25107 @infoline @expr{chi^2}
25108 sum) by adjusting certain parameters in the expression. The @kbd{a F}
25109 command is able to use a vastly more efficient algorithm due to its
25110 special knowledge about linear chi-square sums, but the @kbd{a N}
25111 command can do the same thing by brute force.
25112
25113 A compromise would be to pick out a few parameters without which the
25114 fit is linearizable, and use @code{minimize} on a call to @code{fit}
25115 which efficiently takes care of the rest of the parameters. The thing
25116 to be minimized would be the value of
25117 @texline @math{\chi^2}
25118 @infoline @expr{chi^2}
25119 returned as the fifth result of the @code{xfit} function:
25120
25121 @smallexample
25122 minimize(xfit(gaus(a,b,c,d,x), x, [a,b,c], data)_5, d, guess)
25123 @end smallexample
25124
25125 @noindent
25126 where @code{gaus} represents the Gaussian model with background,
25127 @code{data} represents the data matrix, and @code{guess} represents
25128 the initial guess for @expr{d} that @code{minimize} requires.
25129 This operation will only be, shall we say, extraordinarily slow
25130 rather than astronomically slow (as would be the case if @code{minimize}
25131 were used by itself to solve the problem).
25132
25133 @tex
25134 \bigskip
25135 @end tex
25136
25137 The @kbd{I a F} [@code{xfit}] command is somewhat trickier when
25138 nonlinear models are used. The second item in the result is the
25139 vector of ``raw'' parameters @expr{A}, @expr{B}, @expr{C}. The
25140 covariance matrix is written in terms of those raw parameters.
25141 The fifth item is a vector of @dfn{filter} expressions. This
25142 is the empty vector @samp{[]} if the raw parameters were the same
25143 as the requested parameters, i.e., if @expr{A = a}, @expr{B = b},
25144 and so on (which is always true if the model is already linear
25145 in the parameters as written, e.g., for polynomial fits). If the
25146 parameters had to be rearranged, the fifth item is instead a vector
25147 of one formula per parameter in the original model. The raw
25148 parameters are expressed in these ``filter'' formulas as
25149 @samp{fitdummy(1)} for @expr{A}, @samp{fitdummy(2)} for @expr{B},
25150 and so on.
25151
25152 When Calc needs to modify the model to return the result, it replaces
25153 @samp{fitdummy(1)} in all the filters with the first item in the raw
25154 parameters list, and so on for the other raw parameters, then
25155 evaluates the resulting filter formulas to get the actual parameter
25156 values to be substituted into the original model. In the case of
25157 @kbd{H a F} and @kbd{I a F} where the parameters must be error forms,
25158 Calc uses the square roots of the diagonal entries of the covariance
25159 matrix as error values for the raw parameters, then lets Calc's
25160 standard error-form arithmetic take it from there.
25161
25162 If you use @kbd{I a F} with a nonlinear model, be sure to remember
25163 that the covariance matrix is in terms of the raw parameters,
25164 @emph{not} the actual requested parameters. It's up to you to
25165 figure out how to interpret the covariances in the presence of
25166 nontrivial filter functions.
25167
25168 Things are also complicated when the input contains error forms.
25169 Suppose there are three independent and dependent variables, @expr{x},
25170 @expr{y}, and @expr{z}, one or more of which are error forms in the
25171 data. Calc combines all the error values by taking the square root
25172 of the sum of the squares of the errors. It then changes @expr{x}
25173 and @expr{y} to be plain numbers, and makes @expr{z} into an error
25174 form with this combined error. The @expr{Y(x,y,z)} part of the
25175 linearized model is evaluated, and the result should be an error
25176 form. The error part of that result is used for
25177 @texline @math{\sigma_i}
25178 @infoline @expr{sigma_i}
25179 for the data point. If for some reason @expr{Y(x,y,z)} does not return
25180 an error form, the combined error from @expr{z} is used directly for
25181 @texline @math{\sigma_i}.
25182 @infoline @expr{sigma_i}.
25183 Finally, @expr{z} is also stripped of its error
25184 for use in computing @expr{F(x,y,z)}, @expr{G(x,y,z)} and so on;
25185 the righthand side of the linearized model is computed in regular
25186 arithmetic with no error forms.
25187
25188 (While these rules may seem complicated, they are designed to do
25189 the most reasonable thing in the typical case that @expr{Y(x,y,z)}
25190 depends only on the dependent variable @expr{z}, and in fact is
25191 often simply equal to @expr{z}. For common cases like polynomials
25192 and multilinear models, the combined error is simply used as the
25193 @texline @math{\sigma}
25194 @infoline @expr{sigma}
25195 for the data point with no further ado.)
25196
25197 @tex
25198 \bigskip
25199 @end tex
25200
25201 @vindex FitRules
25202 It may be the case that the model you wish to use is linearizable,
25203 but Calc's built-in rules are unable to figure it out. Calc uses
25204 its algebraic rewrite mechanism to linearize a model. The rewrite
25205 rules are kept in the variable @code{FitRules}. You can edit this
25206 variable using the @kbd{s e FitRules} command; in fact, there is
25207 a special @kbd{s F} command just for editing @code{FitRules}.
25208 @xref{Operations on Variables}.
25209
25210 @xref{Rewrite Rules}, for a discussion of rewrite rules.
25211
25212 @ignore
25213 @starindex
25214 @end ignore
25215 @tindex fitvar
25216 @ignore
25217 @starindex
25218 @end ignore
25219 @ignore
25220 @mindex @idots
25221 @end ignore
25222 @tindex fitparam
25223 @ignore
25224 @starindex
25225 @end ignore
25226 @ignore
25227 @mindex @null
25228 @end ignore
25229 @tindex fitmodel
25230 @ignore
25231 @starindex
25232 @end ignore
25233 @ignore
25234 @mindex @null
25235 @end ignore
25236 @tindex fitsystem
25237 @ignore
25238 @starindex
25239 @end ignore
25240 @ignore
25241 @mindex @null
25242 @end ignore
25243 @tindex fitdummy
25244 Calc uses @code{FitRules} as follows. First, it converts the model
25245 to an equation if necessary and encloses the model equation in a
25246 call to the function @code{fitmodel} (which is not actually a defined
25247 function in Calc; it is only used as a placeholder by the rewrite rules).
25248 Parameter variables are renamed to function calls @samp{fitparam(1)},
25249 @samp{fitparam(2)}, and so on, and independent variables are renamed
25250 to @samp{fitvar(1)}, @samp{fitvar(2)}, etc. The dependent variable
25251 is the highest-numbered @code{fitvar}. For example, the power law
25252 model @expr{a x^b} is converted to @expr{y = a x^b}, then to
25253
25254 @smallexample
25255 @group
25256 fitmodel(fitvar(2) = fitparam(1) fitvar(1)^fitparam(2))
25257 @end group
25258 @end smallexample
25259
25260 Calc then applies the rewrites as if by @samp{C-u 0 a r FitRules}.
25261 (The zero prefix means that rewriting should continue until no further
25262 changes are possible.)
25263
25264 When rewriting is complete, the @code{fitmodel} call should have
25265 been replaced by a @code{fitsystem} call that looks like this:
25266
25267 @example
25268 fitsystem(@var{Y}, @var{FGH}, @var{abc})
25269 @end example
25270
25271 @noindent
25272 where @var{Y} is a formula that describes the function @expr{Y(x,y,z)},
25273 @var{FGH} is the vector of formulas @expr{[F(x,y,z), G(x,y,z), H(x,y,z)]},
25274 and @var{abc} is the vector of parameter filters which refer to the
25275 raw parameters as @samp{fitdummy(1)} for @expr{A}, @samp{fitdummy(2)}
25276 for @expr{B}, etc. While the number of raw parameters (the length of
25277 the @var{FGH} vector) is usually the same as the number of original
25278 parameters (the length of the @var{abc} vector), this is not required.
25279
25280 The power law model eventually boils down to
25281
25282 @smallexample
25283 @group
25284 fitsystem(ln(fitvar(2)),
25285 [1, ln(fitvar(1))],
25286 [exp(fitdummy(1)), fitdummy(2)])
25287 @end group
25288 @end smallexample
25289
25290 The actual implementation of @code{FitRules} is complicated; it
25291 proceeds in four phases. First, common rearrangements are done
25292 to try to bring linear terms together and to isolate functions like
25293 @code{exp} and @code{ln} either all the way ``out'' (so that they
25294 can be put into @var{Y}) or all the way ``in'' (so that they can
25295 be put into @var{abc} or @var{FGH}). In particular, all
25296 non-constant powers are converted to logs-and-exponentials form,
25297 and the distributive law is used to expand products of sums.
25298 Quotients are rewritten to use the @samp{fitinv} function, where
25299 @samp{fitinv(x)} represents @expr{1/x} while the @code{FitRules}
25300 are operating. (The use of @code{fitinv} makes recognition of
25301 linear-looking forms easier.) If you modify @code{FitRules}, you
25302 will probably only need to modify the rules for this phase.
25303
25304 Phase two, whose rules can actually also apply during phases one
25305 and three, first rewrites @code{fitmodel} to a two-argument
25306 form @samp{fitmodel(@var{Y}, @var{model})}, where @var{Y} is
25307 initially zero and @var{model} has been changed from @expr{a=b}
25308 to @expr{a-b} form. It then tries to peel off invertible functions
25309 from the outside of @var{model} and put them into @var{Y} instead,
25310 calling the equation solver to invert the functions. Finally, when
25311 this is no longer possible, the @code{fitmodel} is changed to a
25312 four-argument @code{fitsystem}, where the fourth argument is
25313 @var{model} and the @var{FGH} and @var{abc} vectors are initially
25314 empty. (The last vector is really @var{ABC}, corresponding to
25315 raw parameters, for now.)
25316
25317 Phase three converts a sum of items in the @var{model} to a sum
25318 of @samp{fitpart(@var{a}, @var{b}, @var{c})} terms which represent
25319 terms @samp{@var{a}*@var{b}*@var{c}} of the sum, where @var{a}
25320 is all factors that do not involve any variables, @var{b} is all
25321 factors that involve only parameters, and @var{c} is the factors
25322 that involve only independent variables. (If this decomposition
25323 is not possible, the rule set will not complete and Calc will
25324 complain that the model is too complex.) Then @code{fitpart}s
25325 with equal @var{b} or @var{c} components are merged back together
25326 using the distributive law in order to minimize the number of
25327 raw parameters needed.
25328
25329 Phase four moves the @code{fitpart} terms into the @var{FGH} and
25330 @var{ABC} vectors. Also, some of the algebraic expansions that
25331 were done in phase 1 are undone now to make the formulas more
25332 computationally efficient. Finally, it calls the solver one more
25333 time to convert the @var{ABC} vector to an @var{abc} vector, and
25334 removes the fourth @var{model} argument (which by now will be zero)
25335 to obtain the three-argument @code{fitsystem} that the linear
25336 least-squares solver wants to see.
25337
25338 @ignore
25339 @starindex
25340 @end ignore
25341 @ignore
25342 @mindex hasfit@idots
25343 @end ignore
25344 @tindex hasfitparams
25345 @ignore
25346 @starindex
25347 @end ignore
25348 @ignore
25349 @mindex @null
25350 @end ignore
25351 @tindex hasfitvars
25352 Two functions which are useful in connection with @code{FitRules}
25353 are @samp{hasfitparams(x)} and @samp{hasfitvars(x)}, which check
25354 whether @expr{x} refers to any parameters or independent variables,
25355 respectively. Specifically, these functions return ``true'' if the
25356 argument contains any @code{fitparam} (or @code{fitvar}) function
25357 calls, and ``false'' otherwise. (Recall that ``true'' means a
25358 nonzero number, and ``false'' means zero. The actual nonzero number
25359 returned is the largest @var{n} from all the @samp{fitparam(@var{n})}s
25360 or @samp{fitvar(@var{n})}s, respectively, that appear in the formula.)
25361
25362 @tex
25363 \bigskip
25364 @end tex
25365
25366 The @code{fit} function in algebraic notation normally takes four
25367 arguments, @samp{fit(@var{model}, @var{vars}, @var{params}, @var{data})},
25368 where @var{model} is the model formula as it would be typed after
25369 @kbd{a F '}, @var{vars} is the independent variable or a vector of
25370 independent variables, @var{params} likewise gives the parameter(s),
25371 and @var{data} is the data matrix. Note that the length of @var{vars}
25372 must be equal to the number of rows in @var{data} if @var{model} is
25373 an equation, or one less than the number of rows if @var{model} is
25374 a plain formula. (Actually, a name for the dependent variable is
25375 allowed but will be ignored in the plain-formula case.)
25376
25377 If @var{params} is omitted, the parameters are all variables in
25378 @var{model} except those that appear in @var{vars}. If @var{vars}
25379 is also omitted, Calc sorts all the variables that appear in
25380 @var{model} alphabetically and uses the higher ones for @var{vars}
25381 and the lower ones for @var{params}.
25382
25383 Alternatively, @samp{fit(@var{modelvec}, @var{data})} is allowed
25384 where @var{modelvec} is a 2- or 3-vector describing the model
25385 and variables, as discussed previously.
25386
25387 If Calc is unable to do the fit, the @code{fit} function is left
25388 in symbolic form, ordinarily with an explanatory message. The
25389 message will be ``Model expression is too complex'' if the
25390 linearizer was unable to put the model into the required form.
25391
25392 The @code{efit} (corresponding to @kbd{H a F}) and @code{xfit}
25393 (for @kbd{I a F}) functions are completely analogous.
25394
25395 @node Interpolation, , Curve Fitting Details, Curve Fitting
25396 @subsection Polynomial Interpolation
25397
25398 @kindex a p
25399 @pindex calc-poly-interp
25400 @tindex polint
25401 The @kbd{a p} (@code{calc-poly-interp}) [@code{polint}] command does
25402 a polynomial interpolation at a particular @expr{x} value. It takes
25403 two arguments from the stack: A data matrix of the sort used by
25404 @kbd{a F}, and a single number which represents the desired @expr{x}
25405 value. Calc effectively does an exact polynomial fit as if by @kbd{a F i},
25406 then substitutes the @expr{x} value into the result in order to get an
25407 approximate @expr{y} value based on the fit. (Calc does not actually
25408 use @kbd{a F i}, however; it uses a direct method which is both more
25409 efficient and more numerically stable.)
25410
25411 The result of @kbd{a p} is actually a vector of two values: The @expr{y}
25412 value approximation, and an error measure @expr{dy} that reflects Calc's
25413 estimation of the probable error of the approximation at that value of
25414 @expr{x}. If the input @expr{x} is equal to any of the @expr{x} values
25415 in the data matrix, the output @expr{y} will be the corresponding @expr{y}
25416 value from the matrix, and the output @expr{dy} will be exactly zero.
25417
25418 A prefix argument of 2 causes @kbd{a p} to take separate x- and
25419 y-vectors from the stack instead of one data matrix.
25420
25421 If @expr{x} is a vector of numbers, @kbd{a p} will return a matrix of
25422 interpolated results for each of those @expr{x} values. (The matrix will
25423 have two columns, the @expr{y} values and the @expr{dy} values.)
25424 If @expr{x} is a formula instead of a number, the @code{polint} function
25425 remains in symbolic form; use the @kbd{a "} command to expand it out to
25426 a formula that describes the fit in symbolic terms.
25427
25428 In all cases, the @kbd{a p} command leaves the data vectors or matrix
25429 on the stack. Only the @expr{x} value is replaced by the result.
25430
25431 @kindex H a p
25432 @tindex ratint
25433 The @kbd{H a p} [@code{ratint}] command does a rational function
25434 interpolation. It is used exactly like @kbd{a p}, except that it
25435 uses as its model the quotient of two polynomials. If there are
25436 @expr{N} data points, the numerator and denominator polynomials will
25437 each have degree @expr{N/2} (if @expr{N} is odd, the denominator will
25438 have degree one higher than the numerator).
25439
25440 Rational approximations have the advantage that they can accurately
25441 describe functions that have poles (points at which the function's value
25442 goes to infinity, so that the denominator polynomial of the approximation
25443 goes to zero). If @expr{x} corresponds to a pole of the fitted rational
25444 function, then the result will be a division by zero. If Infinite mode
25445 is enabled, the result will be @samp{[uinf, uinf]}.
25446
25447 There is no way to get the actual coefficients of the rational function
25448 used by @kbd{H a p}. (The algorithm never generates these coefficients
25449 explicitly, and quotients of polynomials are beyond @w{@kbd{a F}}'s
25450 capabilities to fit.)
25451
25452 @node Summations, Logical Operations, Curve Fitting, Algebra
25453 @section Summations
25454
25455 @noindent
25456 @cindex Summation of a series
25457 @kindex a +
25458 @pindex calc-summation
25459 @tindex sum
25460 The @kbd{a +} (@code{calc-summation}) [@code{sum}] command computes
25461 the sum of a formula over a certain range of index values. The formula
25462 is taken from the top of the stack; the command prompts for the
25463 name of the summation index variable, the lower limit of the
25464 sum (any formula), and the upper limit of the sum. If you
25465 enter a blank line at any of these prompts, that prompt and
25466 any later ones are answered by reading additional elements from
25467 the stack. Thus, @kbd{' k^2 @key{RET} ' k @key{RET} 1 @key{RET} 5 @key{RET} a + @key{RET}}
25468 produces the result 55.
25469 @tex
25470 $$ \sum_{k=1}^5 k^2 = 55 $$
25471 @end tex
25472
25473 The choice of index variable is arbitrary, but it's best not to
25474 use a variable with a stored value. In particular, while
25475 @code{i} is often a favorite index variable, it should be avoided
25476 in Calc because @code{i} has the imaginary constant @expr{(0, 1)}
25477 as a value. If you pressed @kbd{=} on a sum over @code{i}, it would
25478 be changed to a nonsensical sum over the ``variable'' @expr{(0, 1)}!
25479 If you really want to use @code{i} as an index variable, use
25480 @w{@kbd{s u i @key{RET}}} first to ``unstore'' this variable.
25481 (@xref{Storing Variables}.)
25482
25483 A numeric prefix argument steps the index by that amount rather
25484 than by one. Thus @kbd{' a_k @key{RET} C-u -2 a + k @key{RET} 10 @key{RET} 0 @key{RET}}
25485 yields @samp{a_10 + a_8 + a_6 + a_4 + a_2 + a_0}. A prefix
25486 argument of plain @kbd{C-u} causes @kbd{a +} to prompt for the
25487 step value, in which case you can enter any formula or enter
25488 a blank line to take the step value from the stack. With the
25489 @kbd{C-u} prefix, @kbd{a +} can take up to five arguments from
25490 the stack: The formula, the variable, the lower limit, the
25491 upper limit, and (at the top of the stack), the step value.
25492
25493 Calc knows how to do certain sums in closed form. For example,
25494 @samp{sum(6 k^2, k, 1, n) = @w{2 n^3} + 3 n^2 + n}. In particular,
25495 this is possible if the formula being summed is polynomial or
25496 exponential in the index variable. Sums of logarithms are
25497 transformed into logarithms of products. Sums of trigonometric
25498 and hyperbolic functions are transformed to sums of exponentials
25499 and then done in closed form. Also, of course, sums in which the
25500 lower and upper limits are both numbers can always be evaluated
25501 just by grinding them out, although Calc will use closed forms
25502 whenever it can for the sake of efficiency.
25503
25504 The notation for sums in algebraic formulas is
25505 @samp{sum(@var{expr}, @var{var}, @var{low}, @var{high}, @var{step})}.
25506 If @var{step} is omitted, it defaults to one. If @var{high} is
25507 omitted, @var{low} is actually the upper limit and the lower limit
25508 is one. If @var{low} is also omitted, the limits are @samp{-inf}
25509 and @samp{inf}, respectively.
25510
25511 Infinite sums can sometimes be evaluated: @samp{sum(.5^k, k, 1, inf)}
25512 returns @expr{1}. This is done by evaluating the sum in closed
25513 form (to @samp{1. - 0.5^n} in this case), then evaluating this
25514 formula with @code{n} set to @code{inf}. Calc's usual rules
25515 for ``infinite'' arithmetic can find the answer from there. If
25516 infinite arithmetic yields a @samp{nan}, or if the sum cannot be
25517 solved in closed form, Calc leaves the @code{sum} function in
25518 symbolic form. @xref{Infinities}.
25519
25520 As a special feature, if the limits are infinite (or omitted, as
25521 described above) but the formula includes vectors subscripted by
25522 expressions that involve the iteration variable, Calc narrows
25523 the limits to include only the range of integers which result in
25524 valid subscripts for the vector. For example, the sum
25525 @samp{sum(k [a,b,c,d,e,f,g]_(2k),k)} evaluates to @samp{b + 2 d + 3 f}.
25526
25527 The limits of a sum do not need to be integers. For example,
25528 @samp{sum(a_k, k, 0, 2 n, n)} produces @samp{a_0 + a_n + a_(2 n)}.
25529 Calc computes the number of iterations using the formula
25530 @samp{1 + (@var{high} - @var{low}) / @var{step}}, which must,
25531 after algebraic simplification, evaluate to an integer.
25532
25533 If the number of iterations according to the above formula does
25534 not come out to an integer, the sum is invalid and will be left
25535 in symbolic form. However, closed forms are still supplied, and
25536 you are on your honor not to misuse the resulting formulas by
25537 substituting mismatched bounds into them. For example,
25538 @samp{sum(k, k, 1, 10, 2)} is invalid, but Calc will go ahead and
25539 evaluate the closed form solution for the limits 1 and 10 to get
25540 the rather dubious answer, 29.25.
25541
25542 If the lower limit is greater than the upper limit (assuming a
25543 positive step size), the result is generally zero. However,
25544 Calc only guarantees a zero result when the upper limit is
25545 exactly one step less than the lower limit, i.e., if the number
25546 of iterations is @mathit{-1}. Thus @samp{sum(f(k), k, n, n-1)} is zero
25547 but the sum from @samp{n} to @samp{n-2} may report a nonzero value
25548 if Calc used a closed form solution.
25549
25550 Calc's logical predicates like @expr{a < b} return 1 for ``true''
25551 and 0 for ``false.'' @xref{Logical Operations}. This can be
25552 used to advantage for building conditional sums. For example,
25553 @samp{sum(prime(k)*k^2, k, 1, 20)} is the sum of the squares of all
25554 prime numbers from 1 to 20; the @code{prime} predicate returns 1 if
25555 its argument is prime and 0 otherwise. You can read this expression
25556 as ``the sum of @expr{k^2}, where @expr{k} is prime.'' Indeed,
25557 @samp{sum(prime(k)*k^2, k)} would represent the sum of @emph{all} primes
25558 squared, since the limits default to plus and minus infinity, but
25559 there are no such sums that Calc's built-in rules can do in
25560 closed form.
25561
25562 As another example, @samp{sum((k != k_0) * f(k), k, 1, n)} is the
25563 sum of @expr{f(k)} for all @expr{k} from 1 to @expr{n}, excluding
25564 one value @expr{k_0}. Slightly more tricky is the summand
25565 @samp{(k != k_0) / (k - k_0)}, which is an attempt to describe
25566 the sum of all @expr{1/(k-k_0)} except at @expr{k = k_0}, where
25567 this would be a division by zero. But at @expr{k = k_0}, this
25568 formula works out to the indeterminate form @expr{0 / 0}, which
25569 Calc will not assume is zero. Better would be to use
25570 @samp{(k != k_0) ? 1/(k-k_0) : 0}; the @samp{? :} operator does
25571 an ``if-then-else'' test: This expression says, ``if
25572 @texline @math{k \ne k_0},
25573 @infoline @expr{k != k_0},
25574 then @expr{1/(k-k_0)}, else zero.'' Now the formula @expr{1/(k-k_0)}
25575 will not even be evaluated by Calc when @expr{k = k_0}.
25576
25577 @cindex Alternating sums
25578 @kindex a -
25579 @pindex calc-alt-summation
25580 @tindex asum
25581 The @kbd{a -} (@code{calc-alt-summation}) [@code{asum}] command
25582 computes an alternating sum. Successive terms of the sequence
25583 are given alternating signs, with the first term (corresponding
25584 to the lower index value) being positive. Alternating sums
25585 are converted to normal sums with an extra term of the form
25586 @samp{(-1)^(k-@var{low})}. This formula is adjusted appropriately
25587 if the step value is other than one. For example, the Taylor
25588 series for the sine function is @samp{asum(x^k / k!, k, 1, inf, 2)}.
25589 (Calc cannot evaluate this infinite series, but it can approximate
25590 it if you replace @code{inf} with any particular odd number.)
25591 Calc converts this series to a regular sum with a step of one,
25592 namely @samp{sum((-1)^k x^(2k+1) / (2k+1)!, k, 0, inf)}.
25593
25594 @cindex Product of a sequence
25595 @kindex a *
25596 @pindex calc-product
25597 @tindex prod
25598 The @kbd{a *} (@code{calc-product}) [@code{prod}] command is
25599 the analogous way to take a product of many terms. Calc also knows
25600 some closed forms for products, such as @samp{prod(k, k, 1, n) = n!}.
25601 Conditional products can be written @samp{prod(k^prime(k), k, 1, n)}
25602 or @samp{prod(prime(k) ? k : 1, k, 1, n)}.
25603
25604 @kindex a T
25605 @pindex calc-tabulate
25606 @tindex table
25607 The @kbd{a T} (@code{calc-tabulate}) [@code{table}] command
25608 evaluates a formula at a series of iterated index values, just
25609 like @code{sum} and @code{prod}, but its result is simply a
25610 vector of the results. For example, @samp{table(a_i, i, 1, 7, 2)}
25611 produces @samp{[a_1, a_3, a_5, a_7]}.
25612
25613 @node Logical Operations, Rewrite Rules, Summations, Algebra
25614 @section Logical Operations
25615
25616 @noindent
25617 The following commands and algebraic functions return true/false values,
25618 where 1 represents ``true'' and 0 represents ``false.'' In cases where
25619 a truth value is required (such as for the condition part of a rewrite
25620 rule, or as the condition for a @w{@kbd{Z [ Z ]}} control structure), any
25621 nonzero value is accepted to mean ``true.'' (Specifically, anything
25622 for which @code{dnonzero} returns 1 is ``true,'' and anything for
25623 which @code{dnonzero} returns 0 or cannot decide is assumed ``false.''
25624 Note that this means that @w{@kbd{Z [ Z ]}} will execute the ``then''
25625 portion if its condition is provably true, but it will execute the
25626 ``else'' portion for any condition like @expr{a = b} that is not
25627 provably true, even if it might be true. Algebraic functions that
25628 have conditions as arguments, like @code{? :} and @code{&&}, remain
25629 unevaluated if the condition is neither provably true nor provably
25630 false. @xref{Declarations}.)
25631
25632 @kindex a =
25633 @pindex calc-equal-to
25634 @tindex eq
25635 @tindex =
25636 @tindex ==
25637 The @kbd{a =} (@code{calc-equal-to}) command, or @samp{eq(a,b)} function
25638 (which can also be written @samp{a = b} or @samp{a == b} in an algebraic
25639 formula) is true if @expr{a} and @expr{b} are equal, either because they
25640 are identical expressions, or because they are numbers which are
25641 numerically equal. (Thus the integer 1 is considered equal to the float
25642 1.0.) If the equality of @expr{a} and @expr{b} cannot be determined,
25643 the comparison is left in symbolic form. Note that as a command, this
25644 operation pops two values from the stack and pushes back either a 1 or
25645 a 0, or a formula @samp{a = b} if the values' equality cannot be determined.
25646
25647 Many Calc commands use @samp{=} formulas to represent @dfn{equations}.
25648 For example, the @kbd{a S} (@code{calc-solve-for}) command rearranges
25649 an equation to solve for a given variable. The @kbd{a M}
25650 (@code{calc-map-equation}) command can be used to apply any
25651 function to both sides of an equation; for example, @kbd{2 a M *}
25652 multiplies both sides of the equation by two. Note that just
25653 @kbd{2 *} would not do the same thing; it would produce the formula
25654 @samp{2 (a = b)} which represents 2 if the equality is true or
25655 zero if not.
25656
25657 The @code{eq} function with more than two arguments (e.g., @kbd{C-u 3 a =}
25658 or @samp{a = b = c}) tests if all of its arguments are equal. In
25659 algebraic notation, the @samp{=} operator is unusual in that it is
25660 neither left- nor right-associative: @samp{a = b = c} is not the
25661 same as @samp{(a = b) = c} or @samp{a = (b = c)} (which each compare
25662 one variable with the 1 or 0 that results from comparing two other
25663 variables).
25664
25665 @kindex a #
25666 @pindex calc-not-equal-to
25667 @tindex neq
25668 @tindex !=
25669 The @kbd{a #} (@code{calc-not-equal-to}) command, or @samp{neq(a,b)} or
25670 @samp{a != b} function, is true if @expr{a} and @expr{b} are not equal.
25671 This also works with more than two arguments; @samp{a != b != c != d}
25672 tests that all four of @expr{a}, @expr{b}, @expr{c}, and @expr{d} are
25673 distinct numbers.
25674
25675 @kindex a <
25676 @tindex lt
25677 @ignore
25678 @mindex @idots
25679 @end ignore
25680 @kindex a >
25681 @ignore
25682 @mindex @null
25683 @end ignore
25684 @kindex a [
25685 @ignore
25686 @mindex @null
25687 @end ignore
25688 @kindex a ]
25689 @pindex calc-less-than
25690 @pindex calc-greater-than
25691 @pindex calc-less-equal
25692 @pindex calc-greater-equal
25693 @ignore
25694 @mindex @null
25695 @end ignore
25696 @tindex gt
25697 @ignore
25698 @mindex @null
25699 @end ignore
25700 @tindex leq
25701 @ignore
25702 @mindex @null
25703 @end ignore
25704 @tindex geq
25705 @ignore
25706 @mindex @null
25707 @end ignore
25708 @tindex <
25709 @ignore
25710 @mindex @null
25711 @end ignore
25712 @tindex >
25713 @ignore
25714 @mindex @null
25715 @end ignore
25716 @tindex <=
25717 @ignore
25718 @mindex @null
25719 @end ignore
25720 @tindex >=
25721 The @kbd{a <} (@code{calc-less-than}) [@samp{lt(a,b)} or @samp{a < b}]
25722 operation is true if @expr{a} is less than @expr{b}. Similar functions
25723 are @kbd{a >} (@code{calc-greater-than}) [@samp{gt(a,b)} or @samp{a > b}],
25724 @kbd{a [} (@code{calc-less-equal}) [@samp{leq(a,b)} or @samp{a <= b}], and
25725 @kbd{a ]} (@code{calc-greater-equal}) [@samp{geq(a,b)} or @samp{a >= b}].
25726
25727 While the inequality functions like @code{lt} do not accept more
25728 than two arguments, the syntax @w{@samp{a <= b < c}} is translated to an
25729 equivalent expression involving intervals: @samp{b in [a .. c)}.
25730 (See the description of @code{in} below.) All four combinations
25731 of @samp{<} and @samp{<=} are allowed, or any of the four combinations
25732 of @samp{>} and @samp{>=}. Four-argument constructions like
25733 @samp{a < b < c < d}, and mixtures like @w{@samp{a < b = c}} that
25734 involve both equations and inequalities, are not allowed.
25735
25736 @kindex a .
25737 @pindex calc-remove-equal
25738 @tindex rmeq
25739 The @kbd{a .} (@code{calc-remove-equal}) [@code{rmeq}] command extracts
25740 the righthand side of the equation or inequality on the top of the
25741 stack. It also works elementwise on vectors. For example, if
25742 @samp{[x = 2.34, y = z / 2]} is on the stack, then @kbd{a .} produces
25743 @samp{[2.34, z / 2]}. As a special case, if the righthand side is a
25744 variable and the lefthand side is a number (as in @samp{2.34 = x}), then
25745 Calc keeps the lefthand side instead. Finally, this command works with
25746 assignments @samp{x := 2.34} as well as equations, always taking the
25747 righthand side, and for @samp{=>} (evaluates-to) operators, always
25748 taking the lefthand side.
25749
25750 @kindex a &
25751 @pindex calc-logical-and
25752 @tindex land
25753 @tindex &&
25754 The @kbd{a &} (@code{calc-logical-and}) [@samp{land(a,b)} or @samp{a && b}]
25755 function is true if both of its arguments are true, i.e., are
25756 non-zero numbers. In this case, the result will be either @expr{a} or
25757 @expr{b}, chosen arbitrarily. If either argument is zero, the result is
25758 zero. Otherwise, the formula is left in symbolic form.
25759
25760 @kindex a |
25761 @pindex calc-logical-or
25762 @tindex lor
25763 @tindex ||
25764 The @kbd{a |} (@code{calc-logical-or}) [@samp{lor(a,b)} or @samp{a || b}]
25765 function is true if either or both of its arguments are true (nonzero).
25766 The result is whichever argument was nonzero, choosing arbitrarily if both
25767 are nonzero. If both @expr{a} and @expr{b} are zero, the result is
25768 zero.
25769
25770 @kindex a !
25771 @pindex calc-logical-not
25772 @tindex lnot
25773 @tindex !
25774 The @kbd{a !} (@code{calc-logical-not}) [@samp{lnot(a)} or @samp{!@: a}]
25775 function is true if @expr{a} is false (zero), or false if @expr{a} is
25776 true (nonzero). It is left in symbolic form if @expr{a} is not a
25777 number.
25778
25779 @kindex a :
25780 @pindex calc-logical-if
25781 @tindex if
25782 @ignore
25783 @mindex ? :
25784 @end ignore
25785 @tindex ?
25786 @ignore
25787 @mindex @null
25788 @end ignore
25789 @tindex :
25790 @cindex Arguments, not evaluated
25791 The @kbd{a :} (@code{calc-logical-if}) [@samp{if(a,b,c)} or @samp{a ? b :@: c}]
25792 function is equal to either @expr{b} or @expr{c} if @expr{a} is a nonzero
25793 number or zero, respectively. If @expr{a} is not a number, the test is
25794 left in symbolic form and neither @expr{b} nor @expr{c} is evaluated in
25795 any way. In algebraic formulas, this is one of the few Calc functions
25796 whose arguments are not automatically evaluated when the function itself
25797 is evaluated. The others are @code{lambda}, @code{quote}, and
25798 @code{condition}.
25799
25800 One minor surprise to watch out for is that the formula @samp{a?3:4}
25801 will not work because the @samp{3:4} is parsed as a fraction instead of
25802 as three separate symbols. Type something like @samp{a ? 3 : 4} or
25803 @samp{a?(3):4} instead.
25804
25805 As a special case, if @expr{a} evaluates to a vector, then both @expr{b}
25806 and @expr{c} are evaluated; the result is a vector of the same length
25807 as @expr{a} whose elements are chosen from corresponding elements of
25808 @expr{b} and @expr{c} according to whether each element of @expr{a}
25809 is zero or nonzero. Each of @expr{b} and @expr{c} must be either a
25810 vector of the same length as @expr{a}, or a non-vector which is matched
25811 with all elements of @expr{a}.
25812
25813 @kindex a @{
25814 @pindex calc-in-set
25815 @tindex in
25816 The @kbd{a @{} (@code{calc-in-set}) [@samp{in(a,b)}] function is true if
25817 the number @expr{a} is in the set of numbers represented by @expr{b}.
25818 If @expr{b} is an interval form, @expr{a} must be one of the values
25819 encompassed by the interval. If @expr{b} is a vector, @expr{a} must be
25820 equal to one of the elements of the vector. (If any vector elements are
25821 intervals, @expr{a} must be in any of the intervals.) If @expr{b} is a
25822 plain number, @expr{a} must be numerically equal to @expr{b}.
25823 @xref{Set Operations}, for a group of commands that manipulate sets
25824 of this sort.
25825
25826 @ignore
25827 @starindex
25828 @end ignore
25829 @tindex typeof
25830 The @samp{typeof(a)} function produces an integer or variable which
25831 characterizes @expr{a}. If @expr{a} is a number, vector, or variable,
25832 the result will be one of the following numbers:
25833
25834 @example
25835 1 Integer
25836 2 Fraction
25837 3 Floating-point number
25838 4 HMS form
25839 5 Rectangular complex number
25840 6 Polar complex number
25841 7 Error form
25842 8 Interval form
25843 9 Modulo form
25844 10 Date-only form
25845 11 Date/time form
25846 12 Infinity (inf, uinf, or nan)
25847 100 Variable
25848 101 Vector (but not a matrix)
25849 102 Matrix
25850 @end example
25851
25852 Otherwise, @expr{a} is a formula, and the result is a variable which
25853 represents the name of the top-level function call.
25854
25855 @ignore
25856 @starindex
25857 @end ignore
25858 @tindex integer
25859 @ignore
25860 @starindex
25861 @end ignore
25862 @tindex real
25863 @ignore
25864 @starindex
25865 @end ignore
25866 @tindex constant
25867 The @samp{integer(a)} function returns true if @expr{a} is an integer.
25868 The @samp{real(a)} function
25869 is true if @expr{a} is a real number, either integer, fraction, or
25870 float. The @samp{constant(a)} function returns true if @expr{a} is
25871 any of the objects for which @code{typeof} would produce an integer
25872 code result except for variables, and provided that the components of
25873 an object like a vector or error form are themselves constant.
25874 Note that infinities do not satisfy any of these tests, nor do
25875 special constants like @code{pi} and @code{e}.
25876
25877 @xref{Declarations}, for a set of similar functions that recognize
25878 formulas as well as actual numbers. For example, @samp{dint(floor(x))}
25879 is true because @samp{floor(x)} is provably integer-valued, but
25880 @samp{integer(floor(x))} does not because @samp{floor(x)} is not
25881 literally an integer constant.
25882
25883 @ignore
25884 @starindex
25885 @end ignore
25886 @tindex refers
25887 The @samp{refers(a,b)} function is true if the variable (or sub-expression)
25888 @expr{b} appears in @expr{a}, or false otherwise. Unlike the other
25889 tests described here, this function returns a definite ``no'' answer
25890 even if its arguments are still in symbolic form. The only case where
25891 @code{refers} will be left unevaluated is if @expr{a} is a plain
25892 variable (different from @expr{b}).
25893
25894 @ignore
25895 @starindex
25896 @end ignore
25897 @tindex negative
25898 The @samp{negative(a)} function returns true if @expr{a} ``looks'' negative,
25899 because it is a negative number, because it is of the form @expr{-x},
25900 or because it is a product or quotient with a term that looks negative.
25901 This is most useful in rewrite rules. Beware that @samp{negative(a)}
25902 evaluates to 1 or 0 for @emph{any} argument @expr{a}, so it can only
25903 be stored in a formula if the default simplifications are turned off
25904 first with @kbd{m O} (or if it appears in an unevaluated context such
25905 as a rewrite rule condition).
25906
25907 @ignore
25908 @starindex
25909 @end ignore
25910 @tindex variable
25911 The @samp{variable(a)} function is true if @expr{a} is a variable,
25912 or false if not. If @expr{a} is a function call, this test is left
25913 in symbolic form. Built-in variables like @code{pi} and @code{inf}
25914 are considered variables like any others by this test.
25915
25916 @ignore
25917 @starindex
25918 @end ignore
25919 @tindex nonvar
25920 The @samp{nonvar(a)} function is true if @expr{a} is a non-variable.
25921 If its argument is a variable it is left unsimplified; it never
25922 actually returns zero. However, since Calc's condition-testing
25923 commands consider ``false'' anything not provably true, this is
25924 often good enough.
25925
25926 @ignore
25927 @starindex
25928 @end ignore
25929 @tindex lin
25930 @ignore
25931 @starindex
25932 @end ignore
25933 @tindex linnt
25934 @ignore
25935 @starindex
25936 @end ignore
25937 @tindex islin
25938 @ignore
25939 @starindex
25940 @end ignore
25941 @tindex islinnt
25942 @cindex Linearity testing
25943 The functions @code{lin}, @code{linnt}, @code{islin}, and @code{islinnt}
25944 check if an expression is ``linear,'' i.e., can be written in the form
25945 @expr{a + b x} for some constants @expr{a} and @expr{b}, and some
25946 variable or subformula @expr{x}. The function @samp{islin(f,x)} checks
25947 if formula @expr{f} is linear in @expr{x}, returning 1 if so. For
25948 example, @samp{islin(x,x)}, @samp{islin(-x,x)}, @samp{islin(3,x)}, and
25949 @samp{islin(x y / 3 - 2, x)} all return 1. The @samp{lin(f,x)} function
25950 is similar, except that instead of returning 1 it returns the vector
25951 @expr{[a, b, x]}. For the above examples, this vector would be
25952 @expr{[0, 1, x]}, @expr{[0, -1, x]}, @expr{[3, 0, x]}, and
25953 @expr{[-2, y/3, x]}, respectively. Both @code{lin} and @code{islin}
25954 generally remain unevaluated for expressions which are not linear,
25955 e.g., @samp{lin(2 x^2, x)} and @samp{lin(sin(x), x)}. The second
25956 argument can also be a formula; @samp{islin(2 + 3 sin(x), sin(x))}
25957 returns true.
25958
25959 The @code{linnt} and @code{islinnt} functions perform a similar check,
25960 but require a ``non-trivial'' linear form, which means that the
25961 @expr{b} coefficient must be non-zero. For example, @samp{lin(2,x)}
25962 returns @expr{[2, 0, x]} and @samp{lin(y,x)} returns @expr{[y, 0, x]},
25963 but @samp{linnt(2,x)} and @samp{linnt(y,x)} are left unevaluated
25964 (in other words, these formulas are considered to be only ``trivially''
25965 linear in @expr{x}).
25966
25967 All four linearity-testing functions allow you to omit the second
25968 argument, in which case the input may be linear in any non-constant
25969 formula. Here, the @expr{a=0}, @expr{b=1} case is also considered
25970 trivial, and only constant values for @expr{a} and @expr{b} are
25971 recognized. Thus, @samp{lin(2 x y)} returns @expr{[0, 2, x y]},
25972 @samp{lin(2 - x y)} returns @expr{[2, -1, x y]}, and @samp{lin(x y)}
25973 returns @expr{[0, 1, x y]}. The @code{linnt} function would allow the
25974 first two cases but not the third. Also, neither @code{lin} nor
25975 @code{linnt} accept plain constants as linear in the one-argument
25976 case: @samp{islin(2,x)} is true, but @samp{islin(2)} is false.
25977
25978 @ignore
25979 @starindex
25980 @end ignore
25981 @tindex istrue
25982 The @samp{istrue(a)} function returns 1 if @expr{a} is a nonzero
25983 number or provably nonzero formula, or 0 if @expr{a} is anything else.
25984 Calls to @code{istrue} can only be manipulated if @kbd{m O} mode is
25985 used to make sure they are not evaluated prematurely. (Note that
25986 declarations are used when deciding whether a formula is true;
25987 @code{istrue} returns 1 when @code{dnonzero} would return 1, and
25988 it returns 0 when @code{dnonzero} would return 0 or leave itself
25989 in symbolic form.)
25990
25991 @node Rewrite Rules, , Logical Operations, Algebra
25992 @section Rewrite Rules
25993
25994 @noindent
25995 @cindex Rewrite rules
25996 @cindex Transformations
25997 @cindex Pattern matching
25998 @kindex a r
25999 @pindex calc-rewrite
26000 @tindex rewrite
26001 The @kbd{a r} (@code{calc-rewrite}) [@code{rewrite}] command makes
26002 substitutions in a formula according to a specified pattern or patterns
26003 known as @dfn{rewrite rules}. Whereas @kbd{a b} (@code{calc-substitute})
26004 matches literally, so that substituting @samp{sin(x)} with @samp{cos(x)}
26005 matches only the @code{sin} function applied to the variable @code{x},
26006 rewrite rules match general kinds of formulas; rewriting using the rule
26007 @samp{sin(x) := cos(x)} matches @code{sin} of any argument and replaces
26008 it with @code{cos} of that same argument. The only significance of the
26009 name @code{x} is that the same name is used on both sides of the rule.
26010
26011 Rewrite rules rearrange formulas already in Calc's memory.
26012 @xref{Syntax Tables}, to read about @dfn{syntax rules}, which are
26013 similar to algebraic rewrite rules but operate when new algebraic
26014 entries are being parsed, converting strings of characters into
26015 Calc formulas.
26016
26017 @menu
26018 * Entering Rewrite Rules::
26019 * Basic Rewrite Rules::
26020 * Conditional Rewrite Rules::
26021 * Algebraic Properties of Rewrite Rules::
26022 * Other Features of Rewrite Rules::
26023 * Composing Patterns in Rewrite Rules::
26024 * Nested Formulas with Rewrite Rules::
26025 * Multi-Phase Rewrite Rules::
26026 * Selections with Rewrite Rules::
26027 * Matching Commands::
26028 * Automatic Rewrites::
26029 * Debugging Rewrites::
26030 * Examples of Rewrite Rules::
26031 @end menu
26032
26033 @node Entering Rewrite Rules, Basic Rewrite Rules, Rewrite Rules, Rewrite Rules
26034 @subsection Entering Rewrite Rules
26035
26036 @noindent
26037 Rewrite rules normally use the ``assignment'' operator
26038 @samp{@var{old} := @var{new}}.
26039 This operator is equivalent to the function call @samp{assign(old, new)}.
26040 The @code{assign} function is undefined by itself in Calc, so an
26041 assignment formula such as a rewrite rule will be left alone by ordinary
26042 Calc commands. But certain commands, like the rewrite system, interpret
26043 assignments in special ways.
26044
26045 For example, the rule @samp{sin(x)^2 := 1-cos(x)^2} says to replace
26046 every occurrence of the sine of something, squared, with one minus the
26047 square of the cosine of that same thing. All by itself as a formula
26048 on the stack it does nothing, but when given to the @kbd{a r} command
26049 it turns that command into a sine-squared-to-cosine-squared converter.
26050
26051 To specify a set of rules to be applied all at once, make a vector of
26052 rules.
26053
26054 When @kbd{a r} prompts you to enter the rewrite rules, you can answer
26055 in several ways:
26056
26057 @enumerate
26058 @item
26059 With a rule: @kbd{f(x) := g(x) @key{RET}}.
26060 @item
26061 With a vector of rules: @kbd{[f1(x) := g1(x), f2(x) := g2(x)] @key{RET}}.
26062 (You can omit the enclosing square brackets if you wish.)
26063 @item
26064 With the name of a variable that contains the rule or rules vector:
26065 @kbd{myrules @key{RET}}.
26066 @item
26067 With any formula except a rule, a vector, or a variable name; this
26068 will be interpreted as the @var{old} half of a rewrite rule,
26069 and you will be prompted a second time for the @var{new} half:
26070 @kbd{f(x) @key{RET} g(x) @key{RET}}.
26071 @item
26072 With a blank line, in which case the rule, rules vector, or variable
26073 will be taken from the top of the stack (and the formula to be
26074 rewritten will come from the second-to-top position).
26075 @end enumerate
26076
26077 If you enter the rules directly (as opposed to using rules stored
26078 in a variable), those rules will be put into the Trail so that you
26079 can retrieve them later. @xref{Trail Commands}.
26080
26081 It is most convenient to store rules you use often in a variable and
26082 invoke them by giving the variable name. The @kbd{s e}
26083 (@code{calc-edit-variable}) command is an easy way to create or edit a
26084 rule set stored in a variable. You may also wish to use @kbd{s p}
26085 (@code{calc-permanent-variable}) to save your rules permanently;
26086 @pxref{Operations on Variables}.
26087
26088 Rewrite rules are compiled into a special internal form for faster
26089 matching. If you enter a rule set directly it must be recompiled
26090 every time. If you store the rules in a variable and refer to them
26091 through that variable, they will be compiled once and saved away
26092 along with the variable for later reference. This is another good
26093 reason to store your rules in a variable.
26094
26095 Calc also accepts an obsolete notation for rules, as vectors
26096 @samp{[@var{old}, @var{new}]}. But because it is easily confused with a
26097 vector of two rules, the use of this notation is no longer recommended.
26098
26099 @node Basic Rewrite Rules, Conditional Rewrite Rules, Entering Rewrite Rules, Rewrite Rules
26100 @subsection Basic Rewrite Rules
26101
26102 @noindent
26103 To match a particular formula @expr{x} with a particular rewrite rule
26104 @samp{@var{old} := @var{new}}, Calc compares the structure of @expr{x} with
26105 the structure of @var{old}. Variables that appear in @var{old} are
26106 treated as @dfn{meta-variables}; the corresponding positions in @expr{x}
26107 may contain any sub-formulas. For example, the pattern @samp{f(x,y)}
26108 would match the expression @samp{f(12, a+1)} with the meta-variable
26109 @samp{x} corresponding to 12 and with @samp{y} corresponding to
26110 @samp{a+1}. However, this pattern would not match @samp{f(12)} or
26111 @samp{g(12, a+1)}, since there is no assignment of the meta-variables
26112 that will make the pattern match these expressions. Notice that if
26113 the pattern is a single meta-variable, it will match any expression.
26114
26115 If a given meta-variable appears more than once in @var{old}, the
26116 corresponding sub-formulas of @expr{x} must be identical. Thus
26117 the pattern @samp{f(x,x)} would match @samp{f(12, 12)} and
26118 @samp{f(a+1, a+1)} but not @samp{f(12, a+1)} or @samp{f(a+b, b+a)}.
26119 (@xref{Conditional Rewrite Rules}, for a way to match the latter.)
26120
26121 Things other than variables must match exactly between the pattern
26122 and the target formula. To match a particular variable exactly, use
26123 the pseudo-function @samp{quote(v)} in the pattern. For example, the
26124 pattern @samp{x+quote(y)} matches @samp{x+y}, @samp{2+y}, or
26125 @samp{sin(a)+y}.
26126
26127 The special variable names @samp{e}, @samp{pi}, @samp{i}, @samp{phi},
26128 @samp{gamma}, @samp{inf}, @samp{uinf}, and @samp{nan} always match
26129 literally. Thus the pattern @samp{sin(d + e + f)} acts exactly like
26130 @samp{sin(d + quote(e) + f)}.
26131
26132 If the @var{old} pattern is found to match a given formula, that
26133 formula is replaced by @var{new}, where any occurrences in @var{new}
26134 of meta-variables from the pattern are replaced with the sub-formulas
26135 that they matched. Thus, applying the rule @samp{f(x,y) := g(y+x,x)}
26136 to @samp{f(12, a+1)} would produce @samp{g(a+13, 12)}.
26137
26138 The normal @kbd{a r} command applies rewrite rules over and over
26139 throughout the target formula until no further changes are possible
26140 (up to a limit of 100 times). Use @kbd{C-u 1 a r} to make only one
26141 change at a time.
26142
26143 @node Conditional Rewrite Rules, Algebraic Properties of Rewrite Rules, Basic Rewrite Rules, Rewrite Rules
26144 @subsection Conditional Rewrite Rules
26145
26146 @noindent
26147 A rewrite rule can also be @dfn{conditional}, written in the form
26148 @samp{@var{old} := @var{new} :: @var{cond}}. (There is also the obsolete
26149 form @samp{[@var{old}, @var{new}, @var{cond}]}.) If a @var{cond} part
26150 is present in the
26151 rule, this is an additional condition that must be satisfied before
26152 the rule is accepted. Once @var{old} has been successfully matched
26153 to the target expression, @var{cond} is evaluated (with all the
26154 meta-variables substituted for the values they matched) and simplified
26155 with Calc's algebraic simplifications. If the result is a nonzero
26156 number or any other object known to be nonzero (@pxref{Declarations}),
26157 the rule is accepted. If the result is zero or if it is a symbolic
26158 formula that is not known to be nonzero, the rule is rejected.
26159 @xref{Logical Operations}, for a number of functions that return
26160 1 or 0 according to the results of various tests.
26161
26162 For example, the formula @samp{n > 0} simplifies to 1 or 0 if @expr{n}
26163 is replaced by a positive or nonpositive number, respectively (or if
26164 @expr{n} has been declared to be positive or nonpositive). Thus,
26165 the rule @samp{f(x,y) := g(y+x,x) :: x+y > 0} would apply to
26166 @samp{f(0, 4)} but not to @samp{f(-3, 2)} or @samp{f(12, a+1)}
26167 (assuming no outstanding declarations for @expr{a}). In the case of
26168 @samp{f(-3, 2)}, the condition can be shown not to be satisfied; in
26169 the case of @samp{f(12, a+1)}, the condition merely cannot be shown
26170 to be satisfied, but that is enough to reject the rule.
26171
26172 While Calc will use declarations to reason about variables in the
26173 formula being rewritten, declarations do not apply to meta-variables.
26174 For example, the rule @samp{f(a) := g(a+1)} will match for any values
26175 of @samp{a}, such as complex numbers, vectors, or formulas, even if
26176 @samp{a} has been declared to be real or scalar. If you want the
26177 meta-variable @samp{a} to match only literal real numbers, use
26178 @samp{f(a) := g(a+1) :: real(a)}. If you want @samp{a} to match only
26179 reals and formulas which are provably real, use @samp{dreal(a)} as
26180 the condition.
26181
26182 The @samp{::} operator is a shorthand for the @code{condition}
26183 function; @samp{@var{old} := @var{new} :: @var{cond}} is equivalent to
26184 the formula @samp{condition(assign(@var{old}, @var{new}), @var{cond})}.
26185
26186 If you have several conditions, you can use @samp{... :: c1 :: c2 :: c3}
26187 or @samp{... :: c1 && c2 && c3}. The two are entirely equivalent.
26188
26189 It is also possible to embed conditions inside the pattern:
26190 @samp{f(x :: x>0, y) := g(y+x, x)}. This is purely a notational
26191 convenience, though; where a condition appears in a rule has no
26192 effect on when it is tested. The rewrite-rule compiler automatically
26193 decides when it is best to test each condition while a rule is being
26194 matched.
26195
26196 Certain conditions are handled as special cases by the rewrite rule
26197 system and are tested very efficiently: Where @expr{x} is any
26198 meta-variable, these conditions are @samp{integer(x)}, @samp{real(x)},
26199 @samp{constant(x)}, @samp{negative(x)}, @samp{x >= y} where @expr{y}
26200 is either a constant or another meta-variable and @samp{>=} may be
26201 replaced by any of the six relational operators, and @samp{x % a = b}
26202 where @expr{a} and @expr{b} are constants. Other conditions, like
26203 @samp{x >= y+1} or @samp{dreal(x)}, will be less efficient to check
26204 since Calc must bring the whole evaluator and simplifier into play.
26205
26206 An interesting property of @samp{::} is that neither of its arguments
26207 will be touched by Calc's default simplifications. This is important
26208 because conditions often are expressions that cannot safely be
26209 evaluated early. For example, the @code{typeof} function never
26210 remains in symbolic form; entering @samp{typeof(a)} will put the
26211 number 100 (the type code for variables like @samp{a}) on the stack.
26212 But putting the condition @samp{... :: typeof(a) = 6} on the stack
26213 is safe since @samp{::} prevents the @code{typeof} from being
26214 evaluated until the condition is actually used by the rewrite system.
26215
26216 Since @samp{::} protects its lefthand side, too, you can use a dummy
26217 condition to protect a rule that must itself not evaluate early.
26218 For example, it's not safe to put @samp{a(f,x) := apply(f, [x])} on
26219 the stack because it will immediately evaluate to @samp{a(f,x) := f(x)},
26220 where the meta-variable-ness of @code{f} on the righthand side has been
26221 lost. But @samp{a(f,x) := apply(f, [x]) :: 1} is safe, and of course
26222 the condition @samp{1} is always true (nonzero) so it has no effect on
26223 the functioning of the rule. (The rewrite compiler will ensure that
26224 it doesn't even impact the speed of matching the rule.)
26225
26226 @node Algebraic Properties of Rewrite Rules, Other Features of Rewrite Rules, Conditional Rewrite Rules, Rewrite Rules
26227 @subsection Algebraic Properties of Rewrite Rules
26228
26229 @noindent
26230 The rewrite mechanism understands the algebraic properties of functions
26231 like @samp{+} and @samp{*}. In particular, pattern matching takes
26232 the associativity and commutativity of the following functions into
26233 account:
26234
26235 @smallexample
26236 + - * = != && || and or xor vint vunion vxor gcd lcm max min beta
26237 @end smallexample
26238
26239 For example, the rewrite rule:
26240
26241 @example
26242 a x + b x := (a + b) x
26243 @end example
26244
26245 @noindent
26246 will match formulas of the form,
26247
26248 @example
26249 a x + b x, x a + x b, a x + x b, x a + b x
26250 @end example
26251
26252 Rewrites also understand the relationship between the @samp{+} and @samp{-}
26253 operators. The above rewrite rule will also match the formulas,
26254
26255 @example
26256 a x - b x, x a - x b, a x - x b, x a - b x
26257 @end example
26258
26259 @noindent
26260 by matching @samp{b} in the pattern to @samp{-b} from the formula.
26261
26262 Applied to a sum of many terms like @samp{r + a x + s + b x + t}, this
26263 pattern will check all pairs of terms for possible matches. The rewrite
26264 will take whichever suitable pair it discovers first.
26265
26266 In general, a pattern using an associative operator like @samp{a + b}
26267 will try @var{2 n} different ways to match a sum of @var{n} terms
26268 like @samp{x + y + z - w}. First, @samp{a} is matched against each
26269 of @samp{x}, @samp{y}, @samp{z}, and @samp{-w} in turn, with @samp{b}
26270 being matched to the remainders @samp{y + z - w}, @samp{x + z - w}, etc.
26271 If none of these succeed, then @samp{b} is matched against each of the
26272 four terms with @samp{a} matching the remainder. Half-and-half matches,
26273 like @samp{(x + y) + (z - w)}, are not tried.
26274
26275 Note that @samp{*} is not commutative when applied to matrices, but
26276 rewrite rules pretend that it is. If you type @kbd{m v} to enable
26277 Matrix mode (@pxref{Matrix Mode}), rewrite rules will match @samp{*}
26278 literally, ignoring its usual commutativity property. (In the
26279 current implementation, the associativity also vanishes---it is as
26280 if the pattern had been enclosed in a @code{plain} marker; see below.)
26281 If you are applying rewrites to formulas with matrices, it's best to
26282 enable Matrix mode first to prevent algebraically incorrect rewrites
26283 from occurring.
26284
26285 The pattern @samp{-x} will actually match any expression. For example,
26286 the rule
26287
26288 @example
26289 f(-x) := -f(x)
26290 @end example
26291
26292 @noindent
26293 will rewrite @samp{f(a)} to @samp{-f(-a)}. To avoid this, either use
26294 a @code{plain} marker as described below, or add a @samp{negative(x)}
26295 condition. The @code{negative} function is true if its argument
26296 ``looks'' negative, for example, because it is a negative number or
26297 because it is a formula like @samp{-x}. The new rule using this
26298 condition is:
26299
26300 @example
26301 f(x) := -f(-x) :: negative(x) @r{or, equivalently,}
26302 f(-x) := -f(x) :: negative(-x)
26303 @end example
26304
26305 In the same way, the pattern @samp{x - y} will match the sum @samp{a + b}
26306 by matching @samp{y} to @samp{-b}.
26307
26308 The pattern @samp{a b} will also match the formula @samp{x/y} if
26309 @samp{y} is a number. Thus the rule @samp{a x + @w{b x} := (a+b) x}
26310 will also convert @samp{a x + x / 2} to @samp{(a + 0.5) x} (or
26311 @samp{(a + 1:2) x}, depending on the current fraction mode).
26312
26313 Calc will @emph{not} take other liberties with @samp{*}, @samp{/}, and
26314 @samp{^}. For example, the pattern @samp{f(a b)} will not match
26315 @samp{f(x^2)}, and @samp{f(a + b)} will not match @samp{f(2 x)}, even
26316 though conceivably these patterns could match with @samp{a = b = x}.
26317 Nor will @samp{f(a b)} match @samp{f(x / y)} if @samp{y} is not a
26318 constant, even though it could be considered to match with @samp{a = x}
26319 and @samp{b = 1/y}. The reasons are partly for efficiency, and partly
26320 because while few mathematical operations are substantively different
26321 for addition and subtraction, often it is preferable to treat the cases
26322 of multiplication, division, and integer powers separately.
26323
26324 Even more subtle is the rule set
26325
26326 @example
26327 [ f(a) + f(b) := f(a + b), -f(a) := f(-a) ]
26328 @end example
26329
26330 @noindent
26331 attempting to match @samp{f(x) - f(y)}. You might think that Calc
26332 will view this subtraction as @samp{f(x) + (-f(y))} and then apply
26333 the above two rules in turn, but actually this will not work because
26334 Calc only does this when considering rules for @samp{+} (like the
26335 first rule in this set). So it will see first that @samp{f(x) + (-f(y))}
26336 does not match @samp{f(a) + f(b)} for any assignments of the
26337 meta-variables, and then it will see that @samp{f(x) - f(y)} does
26338 not match @samp{-f(a)} for any assignment of @samp{a}. Because Calc
26339 tries only one rule at a time, it will not be able to rewrite
26340 @samp{f(x) - f(y)} with this rule set. An explicit @samp{f(a) - f(b)}
26341 rule will have to be added.
26342
26343 Another thing patterns will @emph{not} do is break up complex numbers.
26344 The pattern @samp{myconj(a + @w{b i)} := a - b i} will work for formulas
26345 involving the special constant @samp{i} (such as @samp{3 - 4 i}), but
26346 it will not match actual complex numbers like @samp{(3, -4)}. A version
26347 of the above rule for complex numbers would be
26348
26349 @example
26350 myconj(a) := re(a) - im(a) (0,1) :: im(a) != 0
26351 @end example
26352
26353 @noindent
26354 (Because the @code{re} and @code{im} functions understand the properties
26355 of the special constant @samp{i}, this rule will also work for
26356 @samp{3 - 4 i}. In fact, this particular rule would probably be better
26357 without the @samp{im(a) != 0} condition, since if @samp{im(a) = 0} the
26358 righthand side of the rule will still give the correct answer for the
26359 conjugate of a real number.)
26360
26361 It is also possible to specify optional arguments in patterns. The rule
26362
26363 @example
26364 opt(a) x + opt(b) (x^opt(c) + opt(d)) := f(a, b, c, d)
26365 @end example
26366
26367 @noindent
26368 will match the formula
26369
26370 @example
26371 5 (x^2 - 4) + 3 x
26372 @end example
26373
26374 @noindent
26375 in a fairly straightforward manner, but it will also match reduced
26376 formulas like
26377
26378 @example
26379 x + x^2, 2(x + 1) - x, x + x
26380 @end example
26381
26382 @noindent
26383 producing, respectively,
26384
26385 @example
26386 f(1, 1, 2, 0), f(-1, 2, 1, 1), f(1, 1, 1, 0)
26387 @end example
26388
26389 (The latter two formulas can be entered only if default simplifications
26390 have been turned off with @kbd{m O}.)
26391
26392 The default value for a term of a sum is zero. The default value
26393 for a part of a product, for a power, or for the denominator of a
26394 quotient, is one. Also, @samp{-x} matches the pattern @samp{opt(a) b}
26395 with @samp{a = -1}.
26396
26397 In particular, the distributive-law rule can be refined to
26398
26399 @example
26400 opt(a) x + opt(b) x := (a + b) x
26401 @end example
26402
26403 @noindent
26404 so that it will convert, e.g., @samp{a x - x}, to @samp{(a - 1) x}.
26405
26406 The pattern @samp{opt(a) + opt(b) x} matches almost any formulas which
26407 are linear in @samp{x}. You can also use the @code{lin} and @code{islin}
26408 functions with rewrite conditions to test for this; @pxref{Logical
26409 Operations}. These functions are not as convenient to use in rewrite
26410 rules, but they recognize more kinds of formulas as linear:
26411 @samp{x/z} is considered linear with @expr{b = 1/z} by @code{lin},
26412 but it will not match the above pattern because that pattern calls
26413 for a multiplication, not a division.
26414
26415 As another example, the obvious rule to replace @samp{sin(x)^2 + cos(x)^2}
26416 by 1,
26417
26418 @example
26419 sin(x)^2 + cos(x)^2 := 1
26420 @end example
26421
26422 @noindent
26423 misses many cases because the sine and cosine may both be multiplied by
26424 an equal factor. Here's a more successful rule:
26425
26426 @example
26427 opt(a) sin(x)^2 + opt(a) cos(x)^2 := a
26428 @end example
26429
26430 Note that this rule will @emph{not} match @samp{sin(x)^2 + 6 cos(x)^2}
26431 because one @expr{a} would have ``matched'' 1 while the other matched 6.
26432
26433 Calc automatically converts a rule like
26434
26435 @example
26436 f(x-1, x) := g(x)
26437 @end example
26438
26439 @noindent
26440 into the form
26441
26442 @example
26443 f(temp, x) := g(x) :: temp = x-1
26444 @end example
26445
26446 @noindent
26447 (where @code{temp} stands for a new, invented meta-variable that
26448 doesn't actually have a name). This modified rule will successfully
26449 match @samp{f(6, 7)}, binding @samp{temp} and @samp{x} to 6 and 7,
26450 respectively, then verifying that they differ by one even though
26451 @samp{6} does not superficially look like @samp{x-1}.
26452
26453 However, Calc does not solve equations to interpret a rule. The
26454 following rule,
26455
26456 @example
26457 f(x-1, x+1) := g(x)
26458 @end example
26459
26460 @noindent
26461 will not work. That is, it will match @samp{f(a - 1 + b, a + 1 + b)}
26462 but not @samp{f(6, 8)}. Calc always interprets at least one occurrence
26463 of a variable by literal matching. If the variable appears ``isolated''
26464 then Calc is smart enough to use it for literal matching. But in this
26465 last example, Calc is forced to rewrite the rule to @samp{f(x-1, temp)
26466 := g(x) :: temp = x+1} where the @samp{x-1} term must correspond to an
26467 actual ``something-minus-one'' in the target formula.
26468
26469 A successful way to write this would be @samp{f(x, x+2) := g(x+1)}.
26470 You could make this resemble the original form more closely by using
26471 @code{let} notation, which is described in the next section:
26472
26473 @example
26474 f(xm1, x+1) := g(x) :: let(x := xm1+1)
26475 @end example
26476
26477 Calc does this rewriting or ``conditionalizing'' for any sub-pattern
26478 which involves only the functions in the following list, operating
26479 only on constants and meta-variables which have already been matched
26480 elsewhere in the pattern. When matching a function call, Calc is
26481 careful to match arguments which are plain variables before arguments
26482 which are calls to any of the functions below, so that a pattern like
26483 @samp{f(x-1, x)} can be conditionalized even though the isolated
26484 @samp{x} comes after the @samp{x-1}.
26485
26486 @smallexample
26487 + - * / \ % ^ abs sign round rounde roundu trunc floor ceil
26488 max min re im conj arg
26489 @end smallexample
26490
26491 You can suppress all of the special treatments described in this
26492 section by surrounding a function call with a @code{plain} marker.
26493 This marker causes the function call which is its argument to be
26494 matched literally, without regard to commutativity, associativity,
26495 negation, or conditionalization. When you use @code{plain}, the
26496 ``deep structure'' of the formula being matched can show through.
26497 For example,
26498
26499 @example
26500 plain(a - a b) := f(a, b)
26501 @end example
26502
26503 @noindent
26504 will match only literal subtractions. However, the @code{plain}
26505 marker does not affect its arguments' arguments. In this case,
26506 commutativity and associativity is still considered while matching
26507 the @w{@samp{a b}} sub-pattern, so the whole pattern will match
26508 @samp{x - y x} as well as @samp{x - x y}. We could go still
26509 further and use
26510
26511 @example
26512 plain(a - plain(a b)) := f(a, b)
26513 @end example
26514
26515 @noindent
26516 which would do a completely strict match for the pattern.
26517
26518 By contrast, the @code{quote} marker means that not only the
26519 function name but also the arguments must be literally the same.
26520 The above pattern will match @samp{x - x y} but
26521
26522 @example
26523 quote(a - a b) := f(a, b)
26524 @end example
26525
26526 @noindent
26527 will match only the single formula @samp{a - a b}. Also,
26528
26529 @example
26530 quote(a - quote(a b)) := f(a, b)
26531 @end example
26532
26533 @noindent
26534 will match only @samp{a - quote(a b)}---probably not the desired
26535 effect!
26536
26537 A certain amount of algebra is also done when substituting the
26538 meta-variables on the righthand side of a rule. For example,
26539 in the rule
26540
26541 @example
26542 a + f(b) := f(a + b)
26543 @end example
26544
26545 @noindent
26546 matching @samp{f(x) - y} would produce @samp{f((-y) + x)} if
26547 taken literally, but the rewrite mechanism will simplify the
26548 righthand side to @samp{f(x - y)} automatically. (Of course,
26549 the default simplifications would do this anyway, so this
26550 special simplification is only noticeable if you have turned the
26551 default simplifications off.) This rewriting is done only when
26552 a meta-variable expands to a ``negative-looking'' expression.
26553 If this simplification is not desirable, you can use a @code{plain}
26554 marker on the righthand side:
26555
26556 @example
26557 a + f(b) := f(plain(a + b))
26558 @end example
26559
26560 @noindent
26561 In this example, we are still allowing the pattern-matcher to
26562 use all the algebra it can muster, but the righthand side will
26563 always simplify to a literal addition like @samp{f((-y) + x)}.
26564
26565 @node Other Features of Rewrite Rules, Composing Patterns in Rewrite Rules, Algebraic Properties of Rewrite Rules, Rewrite Rules
26566 @subsection Other Features of Rewrite Rules
26567
26568 @noindent
26569 Certain ``function names'' serve as markers in rewrite rules.
26570 Here is a complete list of these markers. First are listed the
26571 markers that work inside a pattern; then come the markers that
26572 work in the righthand side of a rule.
26573
26574 @ignore
26575 @starindex
26576 @end ignore
26577 @tindex import
26578 One kind of marker, @samp{import(x)}, takes the place of a whole
26579 rule. Here @expr{x} is the name of a variable containing another
26580 rule set; those rules are ``spliced into'' the rule set that
26581 imports them. For example, if @samp{[f(a+b) := f(a) + f(b),
26582 f(a b) := a f(b) :: real(a)]} is stored in variable @samp{linearF},
26583 then the rule set @samp{[f(0) := 0, import(linearF)]} will apply
26584 all three rules. It is possible to modify the imported rules
26585 slightly: @samp{import(x, v1, x1, v2, x2, @dots{})} imports
26586 the rule set @expr{x} with all occurrences of
26587 @texline @math{v_1},
26588 @infoline @expr{v1},
26589 as either a variable name or a function name, replaced with
26590 @texline @math{x_1}
26591 @infoline @expr{x1}
26592 and so on. (If
26593 @texline @math{v_1}
26594 @infoline @expr{v1}
26595 is used as a function name, then
26596 @texline @math{x_1}
26597 @infoline @expr{x1}
26598 must be either a function name itself or a @w{@samp{< >}} nameless
26599 function; @pxref{Specifying Operators}.) For example, @samp{[g(0) := 0,
26600 import(linearF, f, g)]} applies the linearity rules to the function
26601 @samp{g} instead of @samp{f}. Imports can be nested, but the
26602 import-with-renaming feature may fail to rename sub-imports properly.
26603
26604 The special functions allowed in patterns are:
26605
26606 @table @samp
26607 @item quote(x)
26608 @ignore
26609 @starindex
26610 @end ignore
26611 @tindex quote
26612 This pattern matches exactly @expr{x}; variable names in @expr{x} are
26613 not interpreted as meta-variables. The only flexibility is that
26614 numbers are compared for numeric equality, so that the pattern
26615 @samp{f(quote(12))} will match both @samp{f(12)} and @samp{f(12.0)}.
26616 (Numbers are always treated this way by the rewrite mechanism:
26617 The rule @samp{f(x,x) := g(x)} will match @samp{f(12, 12.0)}.
26618 The rewrite may produce either @samp{g(12)} or @samp{g(12.0)}
26619 as a result in this case.)
26620
26621 @item plain(x)
26622 @ignore
26623 @starindex
26624 @end ignore
26625 @tindex plain
26626 Here @expr{x} must be a function call @samp{f(x1,x2,@dots{})}. This
26627 pattern matches a call to function @expr{f} with the specified
26628 argument patterns. No special knowledge of the properties of the
26629 function @expr{f} is used in this case; @samp{+} is not commutative or
26630 associative. Unlike @code{quote}, the arguments @samp{x1,x2,@dots{}}
26631 are treated as patterns. If you wish them to be treated ``plainly''
26632 as well, you must enclose them with more @code{plain} markers:
26633 @samp{plain(plain(@w{-a}) + plain(b c))}.
26634
26635 @item opt(x,def)
26636 @ignore
26637 @starindex
26638 @end ignore
26639 @tindex opt
26640 Here @expr{x} must be a variable name. This must appear as an
26641 argument to a function or an element of a vector; it specifies that
26642 the argument or element is optional.
26643 As an argument to @samp{+}, @samp{-}, @samp{*}, @samp{&&}, or @samp{||},
26644 or as the second argument to @samp{/} or @samp{^}, the value @var{def}
26645 may be omitted. The pattern @samp{x + opt(y)} matches a sum by
26646 binding one summand to @expr{x} and the other to @expr{y}, and it
26647 matches anything else by binding the whole expression to @expr{x} and
26648 zero to @expr{y}. The other operators above work similarly.
26649
26650 For general miscellaneous functions, the default value @code{def}
26651 must be specified. Optional arguments are dropped starting with
26652 the rightmost one during matching. For example, the pattern
26653 @samp{f(opt(a,0), b, opt(c,b))} will match @samp{f(b)}, @samp{f(a,b)},
26654 or @samp{f(a,b,c)}. Default values of zero and @expr{b} are
26655 supplied in this example for the omitted arguments. Note that
26656 the literal variable @expr{b} will be the default in the latter
26657 case, @emph{not} the value that matched the meta-variable @expr{b}.
26658 In other words, the default @var{def} is effectively quoted.
26659
26660 @item condition(x,c)
26661 @ignore
26662 @starindex
26663 @end ignore
26664 @tindex condition
26665 @tindex ::
26666 This matches the pattern @expr{x}, with the attached condition
26667 @expr{c}. It is the same as @samp{x :: c}.
26668
26669 @item pand(x,y)
26670 @ignore
26671 @starindex
26672 @end ignore
26673 @tindex pand
26674 @tindex &&&
26675 This matches anything that matches both pattern @expr{x} and
26676 pattern @expr{y}. It is the same as @samp{x &&& y}.
26677 @pxref{Composing Patterns in Rewrite Rules}.
26678
26679 @item por(x,y)
26680 @ignore
26681 @starindex
26682 @end ignore
26683 @tindex por
26684 @tindex |||
26685 This matches anything that matches either pattern @expr{x} or
26686 pattern @expr{y}. It is the same as @w{@samp{x ||| y}}.
26687
26688 @item pnot(x)
26689 @ignore
26690 @starindex
26691 @end ignore
26692 @tindex pnot
26693 @tindex !!!
26694 This matches anything that does not match pattern @expr{x}.
26695 It is the same as @samp{!!! x}.
26696
26697 @item cons(h,t)
26698 @ignore
26699 @mindex cons
26700 @end ignore
26701 @tindex cons (rewrites)
26702 This matches any vector of one or more elements. The first
26703 element is matched to @expr{h}; a vector of the remaining
26704 elements is matched to @expr{t}. Note that vectors of fixed
26705 length can also be matched as actual vectors: The rule
26706 @samp{cons(a,cons(b,[])) := cons(a+b,[])} is equivalent
26707 to the rule @samp{[a,b] := [a+b]}.
26708
26709 @item rcons(t,h)
26710 @ignore
26711 @mindex rcons
26712 @end ignore
26713 @tindex rcons (rewrites)
26714 This is like @code{cons}, except that the @emph{last} element
26715 is matched to @expr{h}, with the remaining elements matched
26716 to @expr{t}.
26717
26718 @item apply(f,args)
26719 @ignore
26720 @mindex apply
26721 @end ignore
26722 @tindex apply (rewrites)
26723 This matches any function call. The name of the function, in
26724 the form of a variable, is matched to @expr{f}. The arguments
26725 of the function, as a vector of zero or more objects, are
26726 matched to @samp{args}. Constants, variables, and vectors
26727 do @emph{not} match an @code{apply} pattern. For example,
26728 @samp{apply(f,x)} matches any function call, @samp{apply(quote(f),x)}
26729 matches any call to the function @samp{f}, @samp{apply(f,[a,b])}
26730 matches any function call with exactly two arguments, and
26731 @samp{apply(quote(f), cons(a,cons(b,x)))} matches any call
26732 to the function @samp{f} with two or more arguments. Another
26733 way to implement the latter, if the rest of the rule does not
26734 need to refer to the first two arguments of @samp{f} by name,
26735 would be @samp{apply(quote(f), x :: vlen(x) >= 2)}.
26736 Here's a more interesting sample use of @code{apply}:
26737
26738 @example
26739 apply(f,[x+n]) := n + apply(f,[x])
26740 :: in(f, [floor,ceil,round,trunc]) :: integer(n)
26741 @end example
26742
26743 Note, however, that this will be slower to match than a rule
26744 set with four separate rules. The reason is that Calc sorts
26745 the rules of a rule set according to top-level function name;
26746 if the top-level function is @code{apply}, Calc must try the
26747 rule for every single formula and sub-formula. If the top-level
26748 function in the pattern is, say, @code{floor}, then Calc invokes
26749 the rule only for sub-formulas which are calls to @code{floor}.
26750
26751 Formulas normally written with operators like @code{+} are still
26752 considered function calls: @code{apply(f,x)} matches @samp{a+b}
26753 with @samp{f = add}, @samp{x = [a,b]}.
26754
26755 You must use @code{apply} for meta-variables with function names
26756 on both sides of a rewrite rule: @samp{apply(f, [x]) := f(x+1)}
26757 is @emph{not} correct, because it rewrites @samp{spam(6)} into
26758 @samp{f(7)}. The righthand side should be @samp{apply(f, [x+1])}.
26759 Also note that you will have to use No-Simplify mode (@kbd{m O})
26760 when entering this rule so that the @code{apply} isn't
26761 evaluated immediately to get the new rule @samp{f(x) := f(x+1)}.
26762 Or, use @kbd{s e} to enter the rule without going through the stack,
26763 or enter the rule as @samp{apply(f, [x]) := apply(f, [x+1]) @w{:: 1}}.
26764 @xref{Conditional Rewrite Rules}.
26765
26766 @item select(x)
26767 @ignore
26768 @starindex
26769 @end ignore
26770 @tindex select
26771 This is used for applying rules to formulas with selections;
26772 @pxref{Selections with Rewrite Rules}.
26773 @end table
26774
26775 Special functions for the righthand sides of rules are:
26776
26777 @table @samp
26778 @item quote(x)
26779 The notation @samp{quote(x)} is changed to @samp{x} when the
26780 righthand side is used. As far as the rewrite rule is concerned,
26781 @code{quote} is invisible. However, @code{quote} has the special
26782 property in Calc that its argument is not evaluated. Thus,
26783 while it will not work to put the rule @samp{t(a) := typeof(a)}
26784 on the stack because @samp{typeof(a)} is evaluated immediately
26785 to produce @samp{t(a) := 100}, you can use @code{quote} to
26786 protect the righthand side: @samp{t(a) := quote(typeof(a))}.
26787 (@xref{Conditional Rewrite Rules}, for another trick for
26788 protecting rules from evaluation.)
26789
26790 @item plain(x)
26791 Special properties of and simplifications for the function call
26792 @expr{x} are not used. One interesting case where @code{plain}
26793 is useful is the rule, @samp{q(x) := quote(x)}, trying to expand a
26794 shorthand notation for the @code{quote} function. This rule will
26795 not work as shown; instead of replacing @samp{q(foo)} with
26796 @samp{quote(foo)}, it will replace it with @samp{foo}! The correct
26797 rule would be @samp{q(x) := plain(quote(x))}.
26798
26799 @item cons(h,t)
26800 Where @expr{t} is a vector, this is converted into an expanded
26801 vector during rewrite processing. Note that @code{cons} is a regular
26802 Calc function which normally does this anyway; the only way @code{cons}
26803 is treated specially by rewrites is that @code{cons} on the righthand
26804 side of a rule will be evaluated even if default simplifications
26805 have been turned off.
26806
26807 @item rcons(t,h)
26808 Analogous to @code{cons} except putting @expr{h} at the @emph{end} of
26809 the vector @expr{t}.
26810
26811 @item apply(f,args)
26812 Where @expr{f} is a variable and @var{args} is a vector, this
26813 is converted to a function call. Once again, note that @code{apply}
26814 is also a regular Calc function.
26815
26816 @item eval(x)
26817 @ignore
26818 @starindex
26819 @end ignore
26820 @tindex eval
26821 The formula @expr{x} is handled in the usual way, then the
26822 default simplifications are applied to it even if they have
26823 been turned off normally. This allows you to treat any function
26824 similarly to the way @code{cons} and @code{apply} are always
26825 treated. However, there is a slight difference: @samp{cons(2+3, [])}
26826 with default simplifications off will be converted to @samp{[2+3]},
26827 whereas @samp{eval(cons(2+3, []))} will be converted to @samp{[5]}.
26828
26829 @item evalsimp(x)
26830 @ignore
26831 @starindex
26832 @end ignore
26833 @tindex evalsimp
26834 The formula @expr{x} has meta-variables substituted in the usual
26835 way, then algebraically simplified.
26836
26837 @item evalextsimp(x)
26838 @ignore
26839 @starindex
26840 @end ignore
26841 @tindex evalextsimp
26842 The formula @expr{x} has meta-variables substituted in the normal
26843 way, then ``extendedly'' simplified as if by the @kbd{a e} command.
26844
26845 @item select(x)
26846 @xref{Selections with Rewrite Rules}.
26847 @end table
26848
26849 There are also some special functions you can use in conditions.
26850
26851 @table @samp
26852 @item let(v := x)
26853 @ignore
26854 @starindex
26855 @end ignore
26856 @tindex let
26857 The expression @expr{x} is evaluated with meta-variables substituted.
26858 The algebraic simplifications are @emph{not} applied by
26859 default, but @expr{x} can include calls to @code{evalsimp} or
26860 @code{evalextsimp} as described above to invoke higher levels
26861 of simplification. The result of @expr{x} is then bound to the
26862 meta-variable @expr{v}. As usual, if this meta-variable has already
26863 been matched to something else the two values must be equal; if the
26864 meta-variable is new then it is bound to the result of the expression.
26865 This variable can then appear in later conditions, and on the righthand
26866 side of the rule.
26867 In fact, @expr{v} may be any pattern in which case the result of
26868 evaluating @expr{x} is matched to that pattern, binding any
26869 meta-variables that appear in that pattern. Note that @code{let}
26870 can only appear by itself as a condition, or as one term of an
26871 @samp{&&} which is a whole condition: It cannot be inside
26872 an @samp{||} term or otherwise buried.
26873
26874 The alternate, equivalent form @samp{let(v, x)} is also recognized.
26875 Note that the use of @samp{:=} by @code{let}, while still being
26876 assignment-like in character, is unrelated to the use of @samp{:=}
26877 in the main part of a rewrite rule.
26878
26879 As an example, @samp{f(a) := g(ia) :: let(ia := 1/a) :: constant(ia)}
26880 replaces @samp{f(a)} with @samp{g} of the inverse of @samp{a}, if
26881 that inverse exists and is constant. For example, if @samp{a} is a
26882 singular matrix the operation @samp{1/a} is left unsimplified and
26883 @samp{constant(ia)} fails, but if @samp{a} is an invertible matrix
26884 then the rule succeeds. Without @code{let} there would be no way
26885 to express this rule that didn't have to invert the matrix twice.
26886 Note that, because the meta-variable @samp{ia} is otherwise unbound
26887 in this rule, the @code{let} condition itself always ``succeeds''
26888 because no matter what @samp{1/a} evaluates to, it can successfully
26889 be bound to @code{ia}.
26890
26891 Here's another example, for integrating cosines of linear
26892 terms: @samp{myint(cos(y),x) := sin(y)/b :: let([a,b,x] := lin(y,x))}.
26893 The @code{lin} function returns a 3-vector if its argument is linear,
26894 or leaves itself unevaluated if not. But an unevaluated @code{lin}
26895 call will not match the 3-vector on the lefthand side of the @code{let},
26896 so this @code{let} both verifies that @code{y} is linear, and binds
26897 the coefficients @code{a} and @code{b} for use elsewhere in the rule.
26898 (It would have been possible to use @samp{sin(a x + b)/b} for the
26899 righthand side instead, but using @samp{sin(y)/b} avoids gratuitous
26900 rearrangement of the argument of the sine.)
26901
26902 @ignore
26903 @starindex
26904 @end ignore
26905 @tindex ierf
26906 Similarly, here is a rule that implements an inverse-@code{erf}
26907 function. It uses @code{root} to search for a solution. If
26908 @code{root} succeeds, it will return a vector of two numbers
26909 where the first number is the desired solution. If no solution
26910 is found, @code{root} remains in symbolic form. So we use
26911 @code{let} to check that the result was indeed a vector.
26912
26913 @example
26914 ierf(x) := y :: let([y,z] := root(erf(a) = x, a, .5))
26915 @end example
26916
26917 @item matches(v,p)
26918 The meta-variable @var{v}, which must already have been matched
26919 to something elsewhere in the rule, is compared against pattern
26920 @var{p}. Since @code{matches} is a standard Calc function, it
26921 can appear anywhere in a condition. But if it appears alone or
26922 as a term of a top-level @samp{&&}, then you get the special
26923 extra feature that meta-variables which are bound to things
26924 inside @var{p} can be used elsewhere in the surrounding rewrite
26925 rule.
26926
26927 The only real difference between @samp{let(p := v)} and
26928 @samp{matches(v, p)} is that the former evaluates @samp{v} using
26929 the default simplifications, while the latter does not.
26930
26931 @item remember
26932 @vindex remember
26933 This is actually a variable, not a function. If @code{remember}
26934 appears as a condition in a rule, then when that rule succeeds
26935 the original expression and rewritten expression are added to the
26936 front of the rule set that contained the rule. If the rule set
26937 was not stored in a variable, @code{remember} is ignored. The
26938 lefthand side is enclosed in @code{quote} in the added rule if it
26939 contains any variables.
26940
26941 For example, the rule @samp{f(n) := n f(n-1) :: remember} applied
26942 to @samp{f(7)} will add the rule @samp{f(7) := 7 f(6)} to the front
26943 of the rule set. The rule set @code{EvalRules} works slightly
26944 differently: There, the evaluation of @samp{f(6)} will complete before
26945 the result is added to the rule set, in this case as @samp{f(7) := 5040}.
26946 Thus @code{remember} is most useful inside @code{EvalRules}.
26947
26948 It is up to you to ensure that the optimization performed by
26949 @code{remember} is safe. For example, the rule @samp{foo(n) := n
26950 :: evalv(eatfoo) > 0 :: remember} is a bad idea (@code{evalv} is
26951 the function equivalent of the @kbd{=} command); if the variable
26952 @code{eatfoo} ever contains 1, rules like @samp{foo(7) := 7} will
26953 be added to the rule set and will continue to operate even if
26954 @code{eatfoo} is later changed to 0.
26955
26956 @item remember(c)
26957 @ignore
26958 @starindex
26959 @end ignore
26960 @tindex remember
26961 Remember the match as described above, but only if condition @expr{c}
26962 is true. For example, @samp{remember(n % 4 = 0)} in the above factorial
26963 rule remembers only every fourth result. Note that @samp{remember(1)}
26964 is equivalent to @samp{remember}, and @samp{remember(0)} has no effect.
26965 @end table
26966
26967 @node Composing Patterns in Rewrite Rules, Nested Formulas with Rewrite Rules, Other Features of Rewrite Rules, Rewrite Rules
26968 @subsection Composing Patterns in Rewrite Rules
26969
26970 @noindent
26971 There are three operators, @samp{&&&}, @samp{|||}, and @samp{!!!},
26972 that combine rewrite patterns to make larger patterns. The
26973 combinations are ``and,'' ``or,'' and ``not,'' respectively, and
26974 these operators are the pattern equivalents of @samp{&&}, @samp{||}
26975 and @samp{!} (which operate on zero-or-nonzero logical values).
26976
26977 Note that @samp{&&&}, @samp{|||}, and @samp{!!!} are left in symbolic
26978 form by all regular Calc features; they have special meaning only in
26979 the context of rewrite rule patterns.
26980
26981 The pattern @samp{@var{p1} &&& @var{p2}} matches anything that
26982 matches both @var{p1} and @var{p2}. One especially useful case is
26983 when one of @var{p1} or @var{p2} is a meta-variable. For example,
26984 here is a rule that operates on error forms:
26985
26986 @example
26987 f(x &&& a +/- b, x) := g(x)
26988 @end example
26989
26990 This does the same thing, but is arguably simpler than, the rule
26991
26992 @example
26993 f(a +/- b, a +/- b) := g(a +/- b)
26994 @end example
26995
26996 @ignore
26997 @starindex
26998 @end ignore
26999 @tindex ends
27000 Here's another interesting example:
27001
27002 @example
27003 ends(cons(a, x) &&& rcons(y, b)) := [a, b]
27004 @end example
27005
27006 @noindent
27007 which effectively clips out the middle of a vector leaving just
27008 the first and last elements. This rule will change a one-element
27009 vector @samp{[a]} to @samp{[a, a]}. The similar rule
27010
27011 @example
27012 ends(cons(a, rcons(y, b))) := [a, b]
27013 @end example
27014
27015 @noindent
27016 would do the same thing except that it would fail to match a
27017 one-element vector.
27018
27019 @tex
27020 \bigskip
27021 @end tex
27022
27023 The pattern @samp{@var{p1} ||| @var{p2}} matches anything that
27024 matches either @var{p1} or @var{p2}. Calc first tries matching
27025 against @var{p1}; if that fails, it goes on to try @var{p2}.
27026
27027 @ignore
27028 @starindex
27029 @end ignore
27030 @tindex curve
27031 A simple example of @samp{|||} is
27032
27033 @example
27034 curve(inf ||| -inf) := 0
27035 @end example
27036
27037 @noindent
27038 which converts both @samp{curve(inf)} and @samp{curve(-inf)} to zero.
27039
27040 Here is a larger example:
27041
27042 @example
27043 log(a, b) ||| (ln(a) :: let(b := e)) := mylog(a, b)
27044 @end example
27045
27046 This matches both generalized and natural logarithms in a single rule.
27047 Note that the @samp{::} term must be enclosed in parentheses because
27048 that operator has lower precedence than @samp{|||} or @samp{:=}.
27049
27050 (In practice this rule would probably include a third alternative,
27051 omitted here for brevity, to take care of @code{log10}.)
27052
27053 While Calc generally treats interior conditions exactly the same as
27054 conditions on the outside of a rule, it does guarantee that if all the
27055 variables in the condition are special names like @code{e}, or already
27056 bound in the pattern to which the condition is attached (say, if
27057 @samp{a} had appeared in this condition), then Calc will process this
27058 condition right after matching the pattern to the left of the @samp{::}.
27059 Thus, we know that @samp{b} will be bound to @samp{e} only if the
27060 @code{ln} branch of the @samp{|||} was taken.
27061
27062 Note that this rule was careful to bind the same set of meta-variables
27063 on both sides of the @samp{|||}. Calc does not check this, but if
27064 you bind a certain meta-variable only in one branch and then use that
27065 meta-variable elsewhere in the rule, results are unpredictable:
27066
27067 @example
27068 f(a,b) ||| g(b) := h(a,b)
27069 @end example
27070
27071 Here if the pattern matches @samp{g(17)}, Calc makes no promises about
27072 the value that will be substituted for @samp{a} on the righthand side.
27073
27074 @tex
27075 \bigskip
27076 @end tex
27077
27078 The pattern @samp{!!! @var{pat}} matches anything that does not
27079 match @var{pat}. Any meta-variables that are bound while matching
27080 @var{pat} remain unbound outside of @var{pat}.
27081
27082 For example,
27083
27084 @example
27085 f(x &&& !!! a +/- b, !!![]) := g(x)
27086 @end example
27087
27088 @noindent
27089 converts @code{f} whose first argument is anything @emph{except} an
27090 error form, and whose second argument is not the empty vector, into
27091 a similar call to @code{g} (but without the second argument).
27092
27093 If we know that the second argument will be a vector (empty or not),
27094 then an equivalent rule would be:
27095
27096 @example
27097 f(x, y) := g(x) :: typeof(x) != 7 :: vlen(y) > 0
27098 @end example
27099
27100 @noindent
27101 where of course 7 is the @code{typeof} code for error forms.
27102 Another final condition, that works for any kind of @samp{y},
27103 would be @samp{!istrue(y == [])}. (The @code{istrue} function
27104 returns an explicit 0 if its argument was left in symbolic form;
27105 plain @samp{!(y == [])} or @samp{y != []} would not work to replace
27106 @samp{!!![]} since these would be left unsimplified, and thus cause
27107 the rule to fail, if @samp{y} was something like a variable name.)
27108
27109 It is possible for a @samp{!!!} to refer to meta-variables bound
27110 elsewhere in the pattern. For example,
27111
27112 @example
27113 f(a, !!!a) := g(a)
27114 @end example
27115
27116 @noindent
27117 matches any call to @code{f} with different arguments, changing
27118 this to @code{g} with only the first argument.
27119
27120 If a function call is to be matched and one of the argument patterns
27121 contains a @samp{!!!} somewhere inside it, that argument will be
27122 matched last. Thus
27123
27124 @example
27125 f(!!!a, a) := g(a)
27126 @end example
27127
27128 @noindent
27129 will be careful to bind @samp{a} to the second argument of @code{f}
27130 before testing the first argument. If Calc had tried to match the
27131 first argument of @code{f} first, the results would have been
27132 disastrous: since @code{a} was unbound so far, the pattern @samp{a}
27133 would have matched anything at all, and the pattern @samp{!!!a}
27134 therefore would @emph{not} have matched anything at all!
27135
27136 @node Nested Formulas with Rewrite Rules, Multi-Phase Rewrite Rules, Composing Patterns in Rewrite Rules, Rewrite Rules
27137 @subsection Nested Formulas with Rewrite Rules
27138
27139 @noindent
27140 When @kbd{a r} (@code{calc-rewrite}) is used, it takes an expression from
27141 the top of the stack and attempts to match any of the specified rules
27142 to any part of the expression, starting with the whole expression
27143 and then, if that fails, trying deeper and deeper sub-expressions.
27144 For each part of the expression, the rules are tried in the order
27145 they appear in the rules vector. The first rule to match the first
27146 sub-expression wins; it replaces the matched sub-expression according
27147 to the @var{new} part of the rule.
27148
27149 Often, the rule set will match and change the formula several times.
27150 The top-level formula is first matched and substituted repeatedly until
27151 it no longer matches the pattern; then, sub-formulas are tried, and
27152 so on. Once every part of the formula has gotten its chance, the
27153 rewrite mechanism starts over again with the top-level formula
27154 (in case a substitution of one of its arguments has caused it again
27155 to match). This continues until no further matches can be made
27156 anywhere in the formula.
27157
27158 It is possible for a rule set to get into an infinite loop. The
27159 most obvious case, replacing a formula with itself, is not a problem
27160 because a rule is not considered to ``succeed'' unless the righthand
27161 side actually comes out to something different than the original
27162 formula or sub-formula that was matched. But if you accidentally
27163 had both @samp{ln(a b) := ln(a) + ln(b)} and the reverse
27164 @samp{ln(a) + ln(b) := ln(a b)} in your rule set, Calc would
27165 run forever switching a formula back and forth between the two
27166 forms.
27167
27168 To avoid disaster, Calc normally stops after 100 changes have been
27169 made to the formula. This will be enough for most multiple rewrites,
27170 but it will keep an endless loop of rewrites from locking up the
27171 computer forever. (On most systems, you can also type @kbd{C-g} to
27172 halt any Emacs command prematurely.)
27173
27174 To change this limit, give a positive numeric prefix argument.
27175 In particular, @kbd{M-1 a r} applies only one rewrite at a time,
27176 useful when you are first testing your rule (or just if repeated
27177 rewriting is not what is called for by your application).
27178
27179 @ignore
27180 @starindex
27181 @end ignore
27182 @ignore
27183 @mindex iter@idots
27184 @end ignore
27185 @tindex iterations
27186 You can also put a ``function call'' @samp{iterations(@var{n})}
27187 in place of a rule anywhere in your rules vector (but usually at
27188 the top). Then, @var{n} will be used instead of 100 as the default
27189 number of iterations for this rule set. You can use
27190 @samp{iterations(inf)} if you want no iteration limit by default.
27191 A prefix argument will override the @code{iterations} limit in the
27192 rule set.
27193
27194 @example
27195 [ iterations(1),
27196 f(x) := f(x+1) ]
27197 @end example
27198
27199 More precisely, the limit controls the number of ``iterations,''
27200 where each iteration is a successful matching of a rule pattern whose
27201 righthand side, after substituting meta-variables and applying the
27202 default simplifications, is different from the original sub-formula
27203 that was matched.
27204
27205 A prefix argument of zero sets the limit to infinity. Use with caution!
27206
27207 Given a negative numeric prefix argument, @kbd{a r} will match and
27208 substitute the top-level expression up to that many times, but
27209 will not attempt to match the rules to any sub-expressions.
27210
27211 In a formula, @code{rewrite(@var{expr}, @var{rules}, @var{n})}
27212 does a rewriting operation. Here @var{expr} is the expression
27213 being rewritten, @var{rules} is the rule, vector of rules, or
27214 variable containing the rules, and @var{n} is the optional
27215 iteration limit, which may be a positive integer, a negative
27216 integer, or @samp{inf} or @samp{-inf}. If @var{n} is omitted
27217 the @code{iterations} value from the rule set is used; if both
27218 are omitted, 100 is used.
27219
27220 @node Multi-Phase Rewrite Rules, Selections with Rewrite Rules, Nested Formulas with Rewrite Rules, Rewrite Rules
27221 @subsection Multi-Phase Rewrite Rules
27222
27223 @noindent
27224 It is possible to separate a rewrite rule set into several @dfn{phases}.
27225 During each phase, certain rules will be enabled while certain others
27226 will be disabled. A @dfn{phase schedule} controls the order in which
27227 phases occur during the rewriting process.
27228
27229 @ignore
27230 @starindex
27231 @end ignore
27232 @tindex phase
27233 @vindex all
27234 If a call to the marker function @code{phase} appears in the rules
27235 vector in place of a rule, all rules following that point will be
27236 members of the phase(s) identified in the arguments to @code{phase}.
27237 Phases are given integer numbers. The markers @samp{phase()} and
27238 @samp{phase(all)} both mean the following rules belong to all phases;
27239 this is the default at the start of the rule set.
27240
27241 If you do not explicitly schedule the phases, Calc sorts all phase
27242 numbers that appear in the rule set and executes the phases in
27243 ascending order. For example, the rule set
27244
27245 @example
27246 @group
27247 [ f0(x) := g0(x),
27248 phase(1),
27249 f1(x) := g1(x),
27250 phase(2),
27251 f2(x) := g2(x),
27252 phase(3),
27253 f3(x) := g3(x),
27254 phase(1,2),
27255 f4(x) := g4(x) ]
27256 @end group
27257 @end example
27258
27259 @noindent
27260 has three phases, 1 through 3. Phase 1 consists of the @code{f0},
27261 @code{f1}, and @code{f4} rules (in that order). Phase 2 consists of
27262 @code{f0}, @code{f2}, and @code{f4}. Phase 3 consists of @code{f0}
27263 and @code{f3}.
27264
27265 When Calc rewrites a formula using this rule set, it first rewrites
27266 the formula using only the phase 1 rules until no further changes are
27267 possible. Then it switches to the phase 2 rule set and continues
27268 until no further changes occur, then finally rewrites with phase 3.
27269 When no more phase 3 rules apply, rewriting finishes. (This is
27270 assuming @kbd{a r} with a large enough prefix argument to allow the
27271 rewriting to run to completion; the sequence just described stops
27272 early if the number of iterations specified in the prefix argument,
27273 100 by default, is reached.)
27274
27275 During each phase, Calc descends through the nested levels of the
27276 formula as described previously. (@xref{Nested Formulas with Rewrite
27277 Rules}.) Rewriting starts at the top of the formula, then works its
27278 way down to the parts, then goes back to the top and works down again.
27279 The phase 2 rules do not begin until no phase 1 rules apply anywhere
27280 in the formula.
27281
27282 @ignore
27283 @starindex
27284 @end ignore
27285 @tindex schedule
27286 A @code{schedule} marker appearing in the rule set (anywhere, but
27287 conventionally at the top) changes the default schedule of phases.
27288 In the simplest case, @code{schedule} has a sequence of phase numbers
27289 for arguments; each phase number is invoked in turn until the
27290 arguments to @code{schedule} are exhausted. Thus adding
27291 @samp{schedule(3,2,1)} at the top of the above rule set would
27292 reverse the order of the phases; @samp{schedule(1,2,3)} would have
27293 no effect since this is the default schedule; and @samp{schedule(1,2,1,3)}
27294 would give phase 1 a second chance after phase 2 has completed, before
27295 moving on to phase 3.
27296
27297 Any argument to @code{schedule} can instead be a vector of phase
27298 numbers (or even of sub-vectors). Then the sub-sequence of phases
27299 described by the vector are tried repeatedly until no change occurs
27300 in any phase in the sequence. For example, @samp{schedule([1, 2], 3)}
27301 tries phase 1, then phase 2, then, if either phase made any changes
27302 to the formula, repeats these two phases until they can make no
27303 further progress. Finally, it goes on to phase 3 for finishing
27304 touches.
27305
27306 Also, items in @code{schedule} can be variable names as well as
27307 numbers. A variable name is interpreted as the name of a function
27308 to call on the whole formula. For example, @samp{schedule(1, simplify)}
27309 says to apply the phase-1 rules (presumably, all of them), then to
27310 call @code{simplify} which is the function name equivalent of @kbd{a s}.
27311 Likewise, @samp{schedule([1, simplify])} says to alternate between
27312 phase 1 and @kbd{a s} until no further changes occur.
27313
27314 Phases can be used purely to improve efficiency; if it is known that
27315 a certain group of rules will apply only at the beginning of rewriting,
27316 and a certain other group will apply only at the end, then rewriting
27317 will be faster if these groups are identified as separate phases.
27318 Once the phase 1 rules are done, Calc can put them aside and no longer
27319 spend any time on them while it works on phase 2.
27320
27321 There are also some problems that can only be solved with several
27322 rewrite phases. For a real-world example of a multi-phase rule set,
27323 examine the set @code{FitRules}, which is used by the curve-fitting
27324 command to convert a model expression to linear form.
27325 @xref{Curve Fitting Details}. This set is divided into four phases.
27326 The first phase rewrites certain kinds of expressions to be more
27327 easily linearizable, but less computationally efficient. After the
27328 linear components have been picked out, the final phase includes the
27329 opposite rewrites to put each component back into an efficient form.
27330 If both sets of rules were included in one big phase, Calc could get
27331 into an infinite loop going back and forth between the two forms.
27332
27333 Elsewhere in @code{FitRules}, the components are first isolated,
27334 then recombined where possible to reduce the complexity of the linear
27335 fit, then finally packaged one component at a time into vectors.
27336 If the packaging rules were allowed to begin before the recombining
27337 rules were finished, some components might be put away into vectors
27338 before they had a chance to recombine. By putting these rules in
27339 two separate phases, this problem is neatly avoided.
27340
27341 @node Selections with Rewrite Rules, Matching Commands, Multi-Phase Rewrite Rules, Rewrite Rules
27342 @subsection Selections with Rewrite Rules
27343
27344 @noindent
27345 If a sub-formula of the current formula is selected (as by @kbd{j s};
27346 @pxref{Selecting Subformulas}), the @kbd{a r} (@code{calc-rewrite})
27347 command applies only to that sub-formula. Together with a negative
27348 prefix argument, you can use this fact to apply a rewrite to one
27349 specific part of a formula without affecting any other parts.
27350
27351 @kindex j r
27352 @pindex calc-rewrite-selection
27353 The @kbd{j r} (@code{calc-rewrite-selection}) command allows more
27354 sophisticated operations on selections. This command prompts for
27355 the rules in the same way as @kbd{a r}, but it then applies those
27356 rules to the whole formula in question even though a sub-formula
27357 of it has been selected. However, the selected sub-formula will
27358 first have been surrounded by a @samp{select( )} function call.
27359 (Calc's evaluator does not understand the function name @code{select};
27360 this is only a tag used by the @kbd{j r} command.)
27361
27362 For example, suppose the formula on the stack is @samp{2 (a + b)^2}
27363 and the sub-formula @samp{a + b} is selected. This formula will
27364 be rewritten to @samp{2 select(a + b)^2} and then the rewrite
27365 rules will be applied in the usual way. The rewrite rules can
27366 include references to @code{select} to tell where in the pattern
27367 the selected sub-formula should appear.
27368
27369 If there is still exactly one @samp{select( )} function call in
27370 the formula after rewriting is done, it indicates which part of
27371 the formula should be selected afterwards. Otherwise, the
27372 formula will be unselected.
27373
27374 You can make @kbd{j r} act much like @kbd{a r} by enclosing both parts
27375 of the rewrite rule with @samp{select()}. However, @kbd{j r}
27376 allows you to use the current selection in more flexible ways.
27377 Suppose you wished to make a rule which removed the exponent from
27378 the selected term; the rule @samp{select(a)^x := select(a)} would
27379 work. In the above example, it would rewrite @samp{2 select(a + b)^2}
27380 to @samp{2 select(a + b)}. This would then be returned to the
27381 stack as @samp{2 (a + b)} with the @samp{a + b} selected.
27382
27383 The @kbd{j r} command uses one iteration by default, unlike
27384 @kbd{a r} which defaults to 100 iterations. A numeric prefix
27385 argument affects @kbd{j r} in the same way as @kbd{a r}.
27386 @xref{Nested Formulas with Rewrite Rules}.
27387
27388 As with other selection commands, @kbd{j r} operates on the stack
27389 entry that contains the cursor. (If the cursor is on the top-of-stack
27390 @samp{.} marker, it works as if the cursor were on the formula
27391 at stack level 1.)
27392
27393 If you don't specify a set of rules, the rules are taken from the
27394 top of the stack, just as with @kbd{a r}. In this case, the
27395 cursor must indicate stack entry 2 or above as the formula to be
27396 rewritten (otherwise the same formula would be used as both the
27397 target and the rewrite rules).
27398
27399 If the indicated formula has no selection, the cursor position within
27400 the formula temporarily selects a sub-formula for the purposes of this
27401 command. If the cursor is not on any sub-formula (e.g., it is in
27402 the line-number area to the left of the formula), the @samp{select( )}
27403 markers are ignored by the rewrite mechanism and the rules are allowed
27404 to apply anywhere in the formula.
27405
27406 As a special feature, the normal @kbd{a r} command also ignores
27407 @samp{select( )} calls in rewrite rules. For example, if you used the
27408 above rule @samp{select(a)^x := select(a)} with @kbd{a r}, it would apply
27409 the rule as if it were @samp{a^x := a}. Thus, you can write general
27410 purpose rules with @samp{select( )} hints inside them so that they
27411 will ``do the right thing'' in both @kbd{a r} and @kbd{j r},
27412 both with and without selections.
27413
27414 @node Matching Commands, Automatic Rewrites, Selections with Rewrite Rules, Rewrite Rules
27415 @subsection Matching Commands
27416
27417 @noindent
27418 @kindex a m
27419 @pindex calc-match
27420 @tindex match
27421 The @kbd{a m} (@code{calc-match}) [@code{match}] function takes a
27422 vector of formulas and a rewrite-rule-style pattern, and produces
27423 a vector of all formulas which match the pattern. The command
27424 prompts you to enter the pattern; as for @kbd{a r}, you can enter
27425 a single pattern (i.e., a formula with meta-variables), or a
27426 vector of patterns, or a variable which contains patterns, or
27427 you can give a blank response in which case the patterns are taken
27428 from the top of the stack. The pattern set will be compiled once
27429 and saved if it is stored in a variable. If there are several
27430 patterns in the set, vector elements are kept if they match any
27431 of the patterns.
27432
27433 For example, @samp{match(a+b, [x, x+y, x-y, 7, x+y+z])}
27434 will return @samp{[x+y, x-y, x+y+z]}.
27435
27436 The @code{import} mechanism is not available for pattern sets.
27437
27438 The @kbd{a m} command can also be used to extract all vector elements
27439 which satisfy any condition: The pattern @samp{x :: x>0} will select
27440 all the positive vector elements.
27441
27442 @kindex I a m
27443 @tindex matchnot
27444 With the Inverse flag [@code{matchnot}], this command extracts all
27445 vector elements which do @emph{not} match the given pattern.
27446
27447 @ignore
27448 @starindex
27449 @end ignore
27450 @tindex matches
27451 There is also a function @samp{matches(@var{x}, @var{p})} which
27452 evaluates to 1 if expression @var{x} matches pattern @var{p}, or
27453 to 0 otherwise. This is sometimes useful for including into the
27454 conditional clauses of other rewrite rules.
27455
27456 @ignore
27457 @starindex
27458 @end ignore
27459 @tindex vmatches
27460 The function @code{vmatches} is just like @code{matches}, except
27461 that if the match succeeds it returns a vector of assignments to
27462 the meta-variables instead of the number 1. For example,
27463 @samp{vmatches(f(1,2), f(a,b))} returns @samp{[a := 1, b := 2]}.
27464 If the match fails, the function returns the number 0.
27465
27466 @node Automatic Rewrites, Debugging Rewrites, Matching Commands, Rewrite Rules
27467 @subsection Automatic Rewrites
27468
27469 @noindent
27470 @cindex @code{EvalRules} variable
27471 @vindex EvalRules
27472 It is possible to get Calc to apply a set of rewrite rules on all
27473 results, effectively adding to the built-in set of default
27474 simplifications. To do this, simply store your rule set in the
27475 variable @code{EvalRules}. There is a convenient @kbd{s E} command
27476 for editing @code{EvalRules}; @pxref{Operations on Variables}.
27477
27478 For example, suppose you want @samp{sin(a + b)} to be expanded out
27479 to @samp{sin(b) cos(a) + cos(b) sin(a)} wherever it appears, and
27480 similarly for @samp{cos(a + b)}. The corresponding rewrite rule
27481 set would be,
27482
27483 @smallexample
27484 @group
27485 [ sin(a + b) := cos(a) sin(b) + sin(a) cos(b),
27486 cos(a + b) := cos(a) cos(b) - sin(a) sin(b) ]
27487 @end group
27488 @end smallexample
27489
27490 To apply these manually, you could put them in a variable called
27491 @code{trigexp} and then use @kbd{a r trigexp} every time you wanted
27492 to expand trig functions. But if instead you store them in the
27493 variable @code{EvalRules}, they will automatically be applied to all
27494 sines and cosines of sums. Then, with @samp{2 x} and @samp{45} on
27495 the stack, typing @kbd{+ S} will (assuming Degrees mode) result in
27496 @samp{0.7071 sin(2 x) + 0.7071 cos(2 x)} automatically.
27497
27498 As each level of a formula is evaluated, the rules from
27499 @code{EvalRules} are applied before the default simplifications.
27500 Rewriting continues until no further @code{EvalRules} apply.
27501 Note that this is different from the usual order of application of
27502 rewrite rules: @code{EvalRules} works from the bottom up, simplifying
27503 the arguments to a function before the function itself, while @kbd{a r}
27504 applies rules from the top down.
27505
27506 Because the @code{EvalRules} are tried first, you can use them to
27507 override the normal behavior of any built-in Calc function.
27508
27509 It is important not to write a rule that will get into an infinite
27510 loop. For example, the rule set @samp{[f(0) := 1, f(n) := n f(n-1)]}
27511 appears to be a good definition of a factorial function, but it is
27512 unsafe. Imagine what happens if @samp{f(2.5)} is simplified. Calc
27513 will continue to subtract 1 from this argument forever without reaching
27514 zero. A safer second rule would be @samp{f(n) := n f(n-1) :: n>0}.
27515 Another dangerous rule is @samp{g(x, y) := g(y, x)}. Rewriting
27516 @samp{g(2, 4)}, this would bounce back and forth between that and
27517 @samp{g(4, 2)} forever. If an infinite loop in @code{EvalRules}
27518 occurs, Emacs will eventually stop with a ``Computation got stuck
27519 or ran too long'' message.
27520
27521 Another subtle difference between @code{EvalRules} and regular rewrites
27522 concerns rules that rewrite a formula into an identical formula. For
27523 example, @samp{f(n) := f(floor(n))} ``fails to match'' when @expr{n} is
27524 already an integer. But in @code{EvalRules} this case is detected only
27525 if the righthand side literally becomes the original formula before any
27526 further simplification. This means that @samp{f(n) := f(floor(n))} will
27527 get into an infinite loop if it occurs in @code{EvalRules}. Calc will
27528 replace @samp{f(6)} with @samp{f(floor(6))}, which is different from
27529 @samp{f(6)}, so it will consider the rule to have matched and will
27530 continue simplifying that formula; first the argument is simplified
27531 to get @samp{f(6)}, then the rule matches again to get @samp{f(floor(6))}
27532 again, ad infinitum. A much safer rule would check its argument first,
27533 say, with @samp{f(n) := f(floor(n)) :: !dint(n)}.
27534
27535 (What really happens is that the rewrite mechanism substitutes the
27536 meta-variables in the righthand side of a rule, compares to see if the
27537 result is the same as the original formula and fails if so, then uses
27538 the default simplifications to simplify the result and compares again
27539 (and again fails if the formula has simplified back to its original
27540 form). The only special wrinkle for the @code{EvalRules} is that the
27541 same rules will come back into play when the default simplifications
27542 are used. What Calc wants to do is build @samp{f(floor(6))}, see that
27543 this is different from the original formula, simplify to @samp{f(6)},
27544 see that this is the same as the original formula, and thus halt the
27545 rewriting. But while simplifying, @samp{f(6)} will again trigger
27546 the same @code{EvalRules} rule and Calc will get into a loop inside
27547 the rewrite mechanism itself.)
27548
27549 The @code{phase}, @code{schedule}, and @code{iterations} markers do
27550 not work in @code{EvalRules}. If the rule set is divided into phases,
27551 only the phase 1 rules are applied, and the schedule is ignored.
27552 The rules are always repeated as many times as possible.
27553
27554 The @code{EvalRules} are applied to all function calls in a formula,
27555 but not to numbers (and other number-like objects like error forms),
27556 nor to vectors or individual variable names. (Though they will apply
27557 to @emph{components} of vectors and error forms when appropriate.) You
27558 might try to make a variable @code{phihat} which automatically expands
27559 to its definition without the need to press @kbd{=} by writing the
27560 rule @samp{quote(phihat) := (1-sqrt(5))/2}, but unfortunately this rule
27561 will not work as part of @code{EvalRules}.
27562
27563 Finally, another limitation is that Calc sometimes calls its built-in
27564 functions directly rather than going through the default simplifications.
27565 When it does this, @code{EvalRules} will not be able to override those
27566 functions. For example, when you take the absolute value of the complex
27567 number @expr{(2, 3)}, Calc computes @samp{sqrt(2*2 + 3*3)} by calling
27568 the multiplication, addition, and square root functions directly rather
27569 than applying the default simplifications to this formula. So an
27570 @code{EvalRules} rule that (perversely) rewrites @samp{sqrt(13) := 6}
27571 would not apply. (However, if you put Calc into Symbolic mode so that
27572 @samp{sqrt(13)} will be left in symbolic form by the built-in square
27573 root function, your rule will be able to apply. But if the complex
27574 number were @expr{(3,4)}, so that @samp{sqrt(25)} must be calculated,
27575 then Symbolic mode will not help because @samp{sqrt(25)} can be
27576 evaluated exactly to 5.)
27577
27578 One subtle restriction that normally only manifests itself with
27579 @code{EvalRules} is that while a given rewrite rule is in the process
27580 of being checked, that same rule cannot be recursively applied. Calc
27581 effectively removes the rule from its rule set while checking the rule,
27582 then puts it back once the match succeeds or fails. (The technical
27583 reason for this is that compiled pattern programs are not reentrant.)
27584 For example, consider the rule @samp{foo(x) := x :: foo(x/2) > 0}
27585 attempting to match @samp{foo(8)}. This rule will be inactive while
27586 the condition @samp{foo(4) > 0} is checked, even though it might be
27587 an integral part of evaluating that condition. Note that this is not
27588 a problem for the more usual recursive type of rule, such as
27589 @samp{foo(x) := foo(x/2)}, because there the rule has succeeded and
27590 been reactivated by the time the righthand side is evaluated.
27591
27592 If @code{EvalRules} has no stored value (its default state), or if
27593 anything but a vector is stored in it, then it is ignored.
27594
27595 Even though Calc's rewrite mechanism is designed to compare rewrite
27596 rules to formulas as quickly as possible, storing rules in
27597 @code{EvalRules} may make Calc run substantially slower. This is
27598 particularly true of rules where the top-level call is a commonly used
27599 function, or is not fixed. The rule @samp{f(n) := n f(n-1) :: n>0} will
27600 only activate the rewrite mechanism for calls to the function @code{f},
27601 but @samp{lg(n) + lg(m) := lg(n m)} will check every @samp{+} operator.
27602
27603 @smallexample
27604 apply(f, [a*b]) := apply(f, [a]) + apply(f, [b]) :: in(f, [ln, log10])
27605 @end smallexample
27606
27607 @noindent
27608 may seem more ``efficient'' than two separate rules for @code{ln} and
27609 @code{log10}, but actually it is vastly less efficient because rules
27610 with @code{apply} as the top-level pattern must be tested against
27611 @emph{every} function call that is simplified.
27612
27613 @cindex @code{AlgSimpRules} variable
27614 @vindex AlgSimpRules
27615 Suppose you want @samp{sin(a + b)} to be expanded out not all the time,
27616 but only when algebraic simplifications are used to simplify the
27617 formula. The variable @code{AlgSimpRules} holds rules for this purpose.
27618 The @kbd{a s} command will apply @code{EvalRules} and
27619 @code{AlgSimpRules} to the formula, as well as all of its built-in
27620 simplifications.
27621
27622 Most of the special limitations for @code{EvalRules} don't apply to
27623 @code{AlgSimpRules}. Calc simply does an @kbd{a r AlgSimpRules}
27624 command with an infinite repeat count as the first step of algebraic
27625 simplifications. It then applies its own built-in simplifications
27626 throughout the formula, and then repeats these two steps (along with
27627 applying the default simplifications) until no further changes are
27628 possible.
27629
27630 @cindex @code{ExtSimpRules} variable
27631 @cindex @code{UnitSimpRules} variable
27632 @vindex ExtSimpRules
27633 @vindex UnitSimpRules
27634 There are also @code{ExtSimpRules} and @code{UnitSimpRules} variables
27635 that are used by @kbd{a e} and @kbd{u s}, respectively; these commands
27636 also apply @code{EvalRules} and @code{AlgSimpRules}. The variable
27637 @code{IntegSimpRules} contains simplification rules that are used
27638 only during integration by @kbd{a i}.
27639
27640 @node Debugging Rewrites, Examples of Rewrite Rules, Automatic Rewrites, Rewrite Rules
27641 @subsection Debugging Rewrites
27642
27643 @noindent
27644 If a buffer named @file{*Trace*} exists, the rewrite mechanism will
27645 record some useful information there as it operates. The original
27646 formula is written there, as is the result of each successful rewrite,
27647 and the final result of the rewriting. All phase changes are also
27648 noted.
27649
27650 Calc always appends to @file{*Trace*}. You must empty this buffer
27651 yourself periodically if it is in danger of growing unwieldy.
27652
27653 Note that the rewriting mechanism is substantially slower when the
27654 @file{*Trace*} buffer exists, even if the buffer is not visible on
27655 the screen. Once you are done, you will probably want to kill this
27656 buffer (with @kbd{C-x k *Trace* @key{RET}}). If you leave it in
27657 existence and forget about it, all your future rewrite commands will
27658 be needlessly slow.
27659
27660 @node Examples of Rewrite Rules, , Debugging Rewrites, Rewrite Rules
27661 @subsection Examples of Rewrite Rules
27662
27663 @noindent
27664 Returning to the example of substituting the pattern
27665 @samp{sin(x)^2 + cos(x)^2} with 1, we saw that the rule
27666 @samp{opt(a) sin(x)^2 + opt(a) cos(x)^2 := a} does a good job of
27667 finding suitable cases. Another solution would be to use the rule
27668 @samp{cos(x)^2 := 1 - sin(x)^2}, followed by algebraic simplification
27669 if necessary. This rule will be the most effective way to do the job,
27670 but at the expense of making some changes that you might not desire.
27671
27672 Another algebraic rewrite rule is @samp{exp(x+y) := exp(x) exp(y)}.
27673 To make this work with the @w{@kbd{j r}} command so that it can be
27674 easily targeted to a particular exponential in a large formula,
27675 you might wish to write the rule as @samp{select(exp(x+y)) :=
27676 select(exp(x) exp(y))}. The @samp{select} markers will be
27677 ignored by the regular @kbd{a r} command
27678 (@pxref{Selections with Rewrite Rules}).
27679
27680 A surprisingly useful rewrite rule is @samp{a/(b-c) := a*(b+c)/(b^2-c^2)}.
27681 This will simplify the formula whenever @expr{b} and/or @expr{c} can
27682 be made simpler by squaring. For example, applying this rule to
27683 @samp{2 / (sqrt(2) + 3)} yields @samp{6:7 - 2:7 sqrt(2)} (assuming
27684 Symbolic mode has been enabled to keep the square root from being
27685 evaluated to a floating-point approximation). This rule is also
27686 useful when working with symbolic complex numbers, e.g.,
27687 @samp{(a + b i) / (c + d i)}.
27688
27689 As another example, we could define our own ``triangular numbers'' function
27690 with the rules @samp{[tri(0) := 0, tri(n) := n + tri(n-1) :: n>0]}. Enter
27691 this vector and store it in a variable: @kbd{@w{s t} trirules}. Now, given
27692 a suitable formula like @samp{tri(5)} on the stack, type @samp{a r trirules}
27693 to apply these rules repeatedly. After six applications, @kbd{a r} will
27694 stop with 15 on the stack. Once these rules are debugged, it would probably
27695 be most useful to add them to @code{EvalRules} so that Calc will evaluate
27696 the new @code{tri} function automatically. We could then use @kbd{Z K} on
27697 the keyboard macro @kbd{' tri($) @key{RET}} to make a command that applies
27698 @code{tri} to the value on the top of the stack. @xref{Programming}.
27699
27700 @cindex Quaternions
27701 The following rule set, contributed by
27702 @texline Fran\c cois
27703 @infoline Francois
27704 Pinard, implements @dfn{quaternions}, a generalization of the concept of
27705 complex numbers. Quaternions have four components, and are here
27706 represented by function calls @samp{quat(@var{w}, [@var{x}, @var{y},
27707 @var{z}])} with ``real part'' @var{w} and the three ``imaginary'' parts
27708 collected into a vector. Various arithmetical operations on quaternions
27709 are supported. To use these rules, either add them to @code{EvalRules},
27710 or create a command based on @kbd{a r} for simplifying quaternion
27711 formulas. A convenient way to enter quaternions would be a command
27712 defined by a keyboard macro containing: @kbd{' quat($$$$, [$$$, $$, $])
27713 @key{RET}}.
27714
27715 @smallexample
27716 [ quat(w, x, y, z) := quat(w, [x, y, z]),
27717 quat(w, [0, 0, 0]) := w,
27718 abs(quat(w, v)) := hypot(w, v),
27719 -quat(w, v) := quat(-w, -v),
27720 r + quat(w, v) := quat(r + w, v) :: real(r),
27721 r - quat(w, v) := quat(r - w, -v) :: real(r),
27722 quat(w1, v1) + quat(w2, v2) := quat(w1 + w2, v1 + v2),
27723 r * quat(w, v) := quat(r * w, r * v) :: real(r),
27724 plain(quat(w1, v1) * quat(w2, v2))
27725 := quat(w1 * w2 - v1 * v2, w1 * v2 + w2 * v1 + cross(v1, v2)),
27726 quat(w1, v1) / r := quat(w1 / r, v1 / r) :: real(r),
27727 z / quat(w, v) := z * quatinv(quat(w, v)),
27728 quatinv(quat(w, v)) := quat(w, -v) / (w^2 + v^2),
27729 quatsqr(quat(w, v)) := quat(w^2 - v^2, 2 * w * v),
27730 quat(w, v)^k := quatsqr(quat(w, v)^(k / 2))
27731 :: integer(k) :: k > 0 :: k % 2 = 0,
27732 quat(w, v)^k := quatsqr(quat(w, v)^((k - 1) / 2)) * quat(w, v)
27733 :: integer(k) :: k > 2,
27734 quat(w, v)^-k := quatinv(quat(w, v)^k) :: integer(k) :: k > 0 ]
27735 @end smallexample
27736
27737 Quaternions, like matrices, have non-commutative multiplication.
27738 In other words, @expr{q1 * q2 = q2 * q1} is not necessarily true if
27739 @expr{q1} and @expr{q2} are @code{quat} forms. The @samp{quat*quat}
27740 rule above uses @code{plain} to prevent Calc from rearranging the
27741 product. It may also be wise to add the line @samp{[quat(), matrix]}
27742 to the @code{Decls} matrix, to ensure that Calc's other algebraic
27743 operations will not rearrange a quaternion product. @xref{Declarations}.
27744
27745 These rules also accept a four-argument @code{quat} form, converting
27746 it to the preferred form in the first rule. If you would rather see
27747 results in the four-argument form, just append the two items
27748 @samp{phase(2), quat(w, [x, y, z]) := quat(w, x, y, z)} to the end
27749 of the rule set. (But remember that multi-phase rule sets don't work
27750 in @code{EvalRules}.)
27751
27752 @node Units, Store and Recall, Algebra, Top
27753 @chapter Operating on Units
27754
27755 @noindent
27756 One special interpretation of algebraic formulas is as numbers with units.
27757 For example, the formula @samp{5 m / s^2} can be read ``five meters
27758 per second squared.'' The commands in this chapter help you
27759 manipulate units expressions in this form. Units-related commands
27760 begin with the @kbd{u} prefix key.
27761
27762 @menu
27763 * Basic Operations on Units::
27764 * The Units Table::
27765 * Predefined Units::
27766 * User-Defined Units::
27767 * Logarithmic Units::
27768 * Musical Notes::
27769 @end menu
27770
27771 @node Basic Operations on Units, The Units Table, Units, Units
27772 @section Basic Operations on Units
27773
27774 @noindent
27775 A @dfn{units expression} is a formula which is basically a number
27776 multiplied and/or divided by one or more @dfn{unit names}, which may
27777 optionally be raised to integer powers. Actually, the value part need not
27778 be a number; any product or quotient involving unit names is a units
27779 expression. Many of the units commands will also accept any formula,
27780 where the command applies to all units expressions which appear in the
27781 formula.
27782
27783 A unit name is a variable whose name appears in the @dfn{unit table},
27784 or a variable whose name is a prefix character like @samp{k} (for ``kilo'')
27785 or @samp{u} (for ``micro'') followed by a name in the unit table.
27786 A substantial table of built-in units is provided with Calc;
27787 @pxref{Predefined Units}. You can also define your own unit names;
27788 @pxref{User-Defined Units}.
27789
27790 Note that if the value part of a units expression is exactly @samp{1},
27791 it will be removed by the Calculator's automatic algebra routines: The
27792 formula @samp{1 mm} is ``simplified'' to @samp{mm}. This is only a
27793 display anomaly, however; @samp{mm} will work just fine as a
27794 representation of one millimeter.
27795
27796 You may find that Algebraic mode (@pxref{Algebraic Entry}) makes working
27797 with units expressions easier. Otherwise, you will have to remember
27798 to hit the apostrophe key every time you wish to enter units.
27799
27800 @kindex u s
27801 @pindex calc-simplify-units
27802 @ignore
27803 @mindex usimpl@idots
27804 @end ignore
27805 @tindex usimplify
27806 The @kbd{u s} (@code{calc-simplify-units}) [@code{usimplify}] command
27807 simplifies a units
27808 expression. It uses Calc's algebraic simplifications to simplify the
27809 expression first as a regular algebraic formula; it then looks for
27810 features that can be further simplified by converting one object's units
27811 to be compatible with another's. For example, @samp{5 m + 23 mm} will
27812 simplify to @samp{5.023 m}. When different but compatible units are
27813 added, the righthand term's units are converted to match those of the
27814 lefthand term. @xref{Simplification Modes}, for a way to have this done
27815 automatically at all times.
27816
27817 Units simplification also handles quotients of two units with the same
27818 dimensionality, as in @w{@samp{2 in s/L cm}} to @samp{5.08 s/L}; fractional
27819 powers of unit expressions, as in @samp{sqrt(9 mm^2)} to @samp{3 mm} and
27820 @samp{sqrt(9 acre)} to a quantity in meters; and @code{floor},
27821 @code{ceil}, @code{round}, @code{rounde}, @code{roundu}, @code{trunc},
27822 @code{float}, @code{frac}, @code{abs}, and @code{clean}
27823 applied to units expressions, in which case
27824 the operation in question is applied only to the numeric part of the
27825 expression. Finally, trigonometric functions of quantities with units
27826 of angle are evaluated, regardless of the current angular mode.
27827
27828 @kindex u c
27829 @pindex calc-convert-units
27830 The @kbd{u c} (@code{calc-convert-units}) command converts a units
27831 expression to new, compatible units. For example, given the units
27832 expression @samp{55 mph}, typing @kbd{u c m/s @key{RET}} produces
27833 @samp{24.5872 m/s}. If you have previously converted a units expression
27834 with the same type of units (in this case, distance over time), you will
27835 be offered the previous choice of new units as a default. Continuing
27836 the above example, entering the units expression @samp{100 km/hr} and
27837 typing @kbd{u c @key{RET}} (without specifying new units) produces
27838 @samp{27.7777777778 m/s}.
27839
27840 @kindex u t
27841 @pindex calc-convert-temperature
27842 @cindex Temperature conversion
27843 The @kbd{u c} command treats temperature units (like @samp{degC} and
27844 @samp{K}) as relative temperatures. For example, @kbd{u c} converts
27845 @samp{10 degC} to @samp{18 degF}: A change of 10 degrees Celsius
27846 corresponds to a change of 18 degrees Fahrenheit. To convert absolute
27847 temperatures, you can use the @kbd{u t}
27848 (@code{calc-convert-temperature}) command. The value on the stack
27849 must be a simple units expression with units of temperature only.
27850 This command would convert @samp{10 degC} to @samp{50 degF}, the
27851 equivalent temperature on the Fahrenheit scale.
27852
27853 While many of Calc's conversion factors are exact, some are necessarily
27854 approximate. If Calc is in fraction mode (@pxref{Fraction Mode}), then
27855 unit conversions will try to give exact, rational conversions, but it
27856 isn't always possible. Given @samp{55 mph} in fraction mode, typing
27857 @kbd{u c m/s @key{RET}} produces @samp{15367:625 m/s}, for example,
27858 while typing @kbd{u c au/yr @key{RET}} produces
27859 @samp{5.18665819999e-3 au/yr}.
27860
27861 If the units you request are inconsistent with the original units, the
27862 number will be converted into your units times whatever ``remainder''
27863 units are left over. For example, converting @samp{55 mph} into acres
27864 produces @samp{6.08e-3 acre / (m s)}. Remainder units are expressed in terms of
27865 ``fundamental'' units like @samp{m} and @samp{s}, regardless of the
27866 input units.
27867
27868 @kindex u n
27869 @pindex calc-convert-exact-units
27870 If you intend that your new units be consistent with the original
27871 units, the @kbd{u n} (@code{calc-convert-exact-units}) command will
27872 check the units before the conversion. For example, to change
27873 @samp{mi/hr} to @samp{km/hr}, you could type @kbd{u c km @key{RET}},
27874 but @kbd{u n km @key{RET}} would signal an error.
27875 You would need to type @kbd{u n km/hr @key{RET}}.
27876
27877 One special exception is that if you specify a single unit name, and
27878 a compatible unit appears somewhere in the units expression, then
27879 that compatible unit will be converted to the new unit and the
27880 remaining units in the expression will be left alone. For example,
27881 given the input @samp{980 cm/s^2}, the command @kbd{u c ms} will
27882 change the @samp{s} to @samp{ms} to get @samp{9.8e-4 cm/ms^2}.
27883 The ``remainder unit'' @samp{cm} is left alone rather than being
27884 changed to the base unit @samp{m}.
27885
27886 You can use explicit unit conversion instead of the @kbd{u s} command
27887 to gain more control over the units of the result of an expression.
27888 For example, given @samp{5 m + 23 mm}, you can type @kbd{u c m} or
27889 @kbd{u c mm} to express the result in either meters or millimeters.
27890 (For that matter, you could type @kbd{u c fath} to express the result
27891 in fathoms, if you preferred!)
27892
27893 In place of a specific set of units, you can also enter one of the
27894 units system names @code{si}, @code{mks} (equivalent), or @code{cgs}.
27895 For example, @kbd{u c si @key{RET}} converts the expression into
27896 International System of Units (SI) base units. Also, @kbd{u c base}
27897 converts to Calc's base units, which are the same as @code{si} units
27898 except that @code{base} uses @samp{g} as the fundamental unit of mass
27899 whereas @code{si} uses @samp{kg}.
27900
27901 @cindex Composite units
27902 The @kbd{u c} command also accepts @dfn{composite units}, which
27903 are expressed as the sum of several compatible unit names. For
27904 example, converting @samp{30.5 in} to units @samp{mi+ft+in} (miles,
27905 feet, and inches) produces @samp{2 ft + 6.5 in}. Calc first
27906 sorts the unit names into order of decreasing relative size.
27907 It then accounts for as much of the input quantity as it can
27908 using an integer number times the largest unit, then moves on
27909 to the next smaller unit, and so on. Only the smallest unit
27910 may have a non-integer amount attached in the result. A few
27911 standard unit names exist for common combinations, such as
27912 @code{mfi} for @samp{mi+ft+in}, and @code{tpo} for @samp{ton+lb+oz}.
27913 Composite units are expanded as if by @kbd{a x}, so that
27914 @samp{(ft+in)/hr} is first converted to @samp{ft/hr+in/hr}.
27915
27916 If the value on the stack does not contain any units, @kbd{u c} will
27917 prompt first for the old units which this value should be considered
27918 to have, then for the new units. (If the value on the stack can be
27919 simplified so that it doesn't contain any units, like @samp{ft/in} can
27920 be simplified to 12, then @kbd{u c} will still prompt for both old
27921 units and new units. Assuming the old and new units you give are
27922 consistent with each other, the result also will not contain any
27923 units. For example, @kbd{@w{u c} cm @key{RET} in @key{RET}} converts
27924 the number 2 on the stack to 5.08.
27925
27926 @kindex u b
27927 @pindex calc-base-units
27928 The @kbd{u b} (@code{calc-base-units}) command is shorthand for
27929 @kbd{u c base}; it converts the units expression on the top of the
27930 stack into @code{base} units. If @kbd{u s} does not simplify a
27931 units expression as far as you would like, try @kbd{u b}.
27932
27933 Like the @kbd{u c} command, the @kbd{u b} command treats temperature
27934 units as relative temperatures.
27935
27936 @kindex u r
27937 @pindex calc-remove-units
27938 @kindex u x
27939 @pindex calc-extract-units
27940 The @kbd{u r} (@code{calc-remove-units}) command removes units from the
27941 formula at the top of the stack. The @kbd{u x}
27942 (@code{calc-extract-units}) command extracts only the units portion of a
27943 formula. These commands essentially replace every term of the formula
27944 that does or doesn't (respectively) look like a unit name by the
27945 constant 1, then resimplify the formula.
27946
27947 @kindex u a
27948 @pindex calc-autorange-units
27949 The @kbd{u a} (@code{calc-autorange-units}) command turns on and off a
27950 mode in which unit prefixes like @code{k} (``kilo'') are automatically
27951 applied to keep the numeric part of a units expression in a reasonable
27952 range. This mode affects @kbd{u s} and all units conversion commands
27953 except @kbd{u b}. For example, with autoranging on, @samp{12345 Hz}
27954 will be simplified to @samp{12.345 kHz}. Autoranging is useful for
27955 some kinds of units (like @code{Hz} and @code{m}), but is probably
27956 undesirable for non-metric units like @code{ft} and @code{tbsp}.
27957 (Composite units are more appropriate for those; see above.)
27958
27959 Autoranging always applies the prefix to the leftmost unit name.
27960 Calc chooses the largest prefix that causes the number to be greater
27961 than or equal to 1.0. Thus an increasing sequence of adjusted times
27962 would be @samp{1 ms, 10 ms, 100 ms, 1 s, 10 s, 100 s, 1 ks}.
27963 Generally the rule of thumb is that the number will be adjusted
27964 to be in the interval @samp{[1 .. 1000)}, although there are several
27965 exceptions to this rule. First, if the unit has a power then this
27966 is not possible; @samp{0.1 s^2} simplifies to @samp{100000 ms^2}.
27967 Second, the ``centi-'' prefix is allowed to form @code{cm} (centimeters),
27968 but will not apply to other units. The ``deci-,'' ``deka-,'' and
27969 ``hecto-'' prefixes are never used. Thus the allowable interval is
27970 @samp{[1 .. 10)} for millimeters and @samp{[1 .. 100)} for centimeters.
27971 Finally, a prefix will not be added to a unit if the resulting name
27972 is also the actual name of another unit; @samp{1e-15 t} would normally
27973 be considered a ``femto-ton,'' but it is written as @samp{1000 at}
27974 (1000 atto-tons) instead because @code{ft} would be confused with feet.
27975
27976 @node The Units Table, Predefined Units, Basic Operations on Units, Units
27977 @section The Units Table
27978
27979 @noindent
27980 @kindex u v
27981 @pindex calc-enter-units-table
27982 The @kbd{u v} (@code{calc-enter-units-table}) command displays the units table
27983 in another buffer called @file{*Units Table*}. Each entry in this table
27984 gives the unit name as it would appear in an expression, the definition
27985 of the unit in terms of simpler units, and a full name or description of
27986 the unit. Fundamental units are defined as themselves; these are the
27987 units produced by the @kbd{u b} command. The fundamental units are
27988 meters, seconds, grams, kelvins, amperes, candelas, moles, radians,
27989 and steradians.
27990
27991 The Units Table buffer also displays the Unit Prefix Table. Note that
27992 two prefixes, ``kilo'' and ``hecto,'' accept either upper- or lower-case
27993 prefix letters. @samp{Meg} is also accepted as a synonym for the @samp{M}
27994 prefix. Whenever a unit name can be interpreted as either a built-in name
27995 or a prefix followed by another built-in name, the former interpretation
27996 wins. For example, @samp{2 pt} means two pints, not two pico-tons.
27997
27998 The Units Table buffer, once created, is not rebuilt unless you define
27999 new units. To force the buffer to be rebuilt, give any numeric prefix
28000 argument to @kbd{u v}.
28001
28002 @kindex u V
28003 @pindex calc-view-units-table
28004 The @kbd{u V} (@code{calc-view-units-table}) command is like @kbd{u v} except
28005 that the cursor is not moved into the Units Table buffer. You can
28006 type @kbd{u V} again to remove the Units Table from the display. To
28007 return from the Units Table buffer after a @kbd{u v}, type @kbd{C-x * c}
28008 again or use the regular Emacs @w{@kbd{C-x o}} (@code{other-window})
28009 command. You can also kill the buffer with @kbd{C-x k} if you wish;
28010 the actual units table is safely stored inside the Calculator.
28011
28012 @kindex u g
28013 @pindex calc-get-unit-definition
28014 The @kbd{u g} (@code{calc-get-unit-definition}) command retrieves a unit's
28015 defining expression and pushes it onto the Calculator stack. For example,
28016 @kbd{u g in} will produce the expression @samp{2.54 cm}. This is the
28017 same definition for the unit that would appear in the Units Table buffer.
28018 Note that this command works only for actual unit names; @kbd{u g km}
28019 will report that no such unit exists, for example, because @code{km} is
28020 really the unit @code{m} with a @code{k} (``kilo'') prefix. To see a
28021 definition of a unit in terms of base units, it is easier to push the
28022 unit name on the stack and then reduce it to base units with @kbd{u b}.
28023
28024 @kindex u e
28025 @pindex calc-explain-units
28026 The @kbd{u e} (@code{calc-explain-units}) command displays an English
28027 description of the units of the expression on the stack. For example,
28028 for the expression @samp{62 km^2 g / s^2 mol K}, the description is
28029 ``Square-Kilometer Gram per (Second-squared Mole Degree-Kelvin).'' This
28030 command uses the English descriptions that appear in the righthand
28031 column of the Units Table.
28032
28033 @node Predefined Units, User-Defined Units, The Units Table, Units
28034 @section Predefined Units
28035
28036 @noindent
28037 The definitions of many units have changed over the years. For example,
28038 the meter was originally defined in 1791 as one ten-millionth of the
28039 distance from the equator to the north pole. In order to be more
28040 precise, the definition was adjusted several times, and now a meter is
28041 defined as the distance that light will travel in a vacuum in
28042 1/299792458 of a second; consequently, the speed of light in a
28043 vacuum is exactly 299792458 m/s. Many other units have been
28044 redefined in terms of fundamental physical processes; a second, for
28045 example, is currently defined as 9192631770 periods of a certain
28046 radiation related to the cesium-133 atom. The only SI unit that is not
28047 based on a fundamental physical process (although there are efforts to
28048 change this) is the kilogram, which was originally defined as the mass
28049 of one liter of water, but is now defined as the mass of the
28050 international prototype of the kilogram (IPK), a cylinder of platinum-iridium
28051 kept at the Bureau international des poids et mesures in S@`evres,
28052 France. (There are several copies of the IPK throughout the world.)
28053 The British imperial units, once defined in terms of physical objects,
28054 were redefined in 1963 in terms of SI units. The US customary units,
28055 which were the same as British units until the British imperial system
28056 was created in 1824, were also defined in terms of the SI units in 1893.
28057 Because of these redefinitions, conversions between metric, British
28058 Imperial, and US customary units can often be done precisely.
28059
28060 Since the exact definitions of many kinds of units have evolved over the
28061 years, and since certain countries sometimes have local differences in
28062 their definitions, it is a good idea to examine Calc's definition of a
28063 unit before depending on its exact value. For example, there are three
28064 different units for gallons, corresponding to the US (@code{gal}),
28065 Canadian (@code{galC}), and British (@code{galUK}) definitions. Also,
28066 note that @code{oz} is a standard ounce of mass, @code{ozt} is a Troy
28067 ounce, and @code{ozfl} is a fluid ounce.
28068
28069 The temperature units corresponding to degrees Kelvin and Centigrade
28070 (Celsius) are the same in this table, since most units commands treat
28071 temperatures as being relative. The @code{calc-convert-temperature}
28072 command has special rules for handling the different absolute magnitudes
28073 of the various temperature scales.
28074
28075 The unit of volume ``liters'' can be referred to by either the lower-case
28076 @code{l} or the upper-case @code{L}.
28077
28078 The unit @code{A} stands for Amperes; the name @code{Ang} is used
28079 @tex
28080 for \AA ngstroms.
28081 @end tex
28082 @ifnottex
28083 for Angstroms.
28084 @end ifnottex
28085
28086 The unit @code{pt} stands for pints; the name @code{point} stands for
28087 a typographical point, defined by @samp{72 point = 1 in}. This is
28088 slightly different than the point defined by the American Typefounder's
28089 Association in 1886, but the point used by Calc has become standard
28090 largely due to its use by the PostScript page description language.
28091 There is also @code{texpt}, which stands for a printer's point as
28092 defined by the @TeX{} typesetting system: @samp{72.27 texpt = 1 in}.
28093 Other units used by @TeX{} are available; they are @code{texpc} (a pica),
28094 @code{texbp} (a ``big point'', equal to a standard point which is larger
28095 than the point used by @TeX{}), @code{texdd} (a Didot point),
28096 @code{texcc} (a Cicero) and @code{texsp} (a scaled @TeX{} point,
28097 all dimensions representable in @TeX{} are multiples of this value).
28098
28099 When Calc is using the @TeX{} or @LaTeX{} language mode (@pxref{TeX
28100 and LaTeX Language Modes}), the @TeX{} specific unit names will not
28101 use the @samp{tex} prefix; the unit name for a @TeX{} point will be
28102 @samp{pt} instead of @samp{texpt}, for example. To avoid conflicts,
28103 the unit names for pint and parsec will simply be @samp{pint} and
28104 @samp{parsec} instead of @samp{pt} and @samp{pc}.
28105
28106
28107 The unit @code{e} stands for the elementary (electron) unit of charge;
28108 because algebra command could mistake this for the special constant
28109 @expr{e}, Calc provides the alternate unit name @code{ech} which is
28110 preferable to @code{e}.
28111
28112 The name @code{g} stands for one gram of mass; there is also @code{gf},
28113 one gram of force. (Likewise for @kbd{lb}, pounds, and @kbd{lbf}.)
28114 Meanwhile, one ``@expr{g}'' of acceleration is denoted @code{ga}.
28115
28116 The unit @code{ton} is a U.S. ton of @samp{2000 lb}, and @code{t} is
28117 a metric ton of @samp{1000 kg}.
28118
28119 The names @code{s} (or @code{sec}) and @code{min} refer to units of
28120 time; @code{arcsec} and @code{arcmin} are units of angle.
28121
28122 Some ``units'' are really physical constants; for example, @code{c}
28123 represents the speed of light, and @code{h} represents Planck's
28124 constant. You can use these just like other units: converting
28125 @samp{.5 c} to @samp{m/s} expresses one-half the speed of light in
28126 meters per second. You can also use this merely as a handy reference;
28127 the @kbd{u g} command gets the definition of one of these constants
28128 in its normal terms, and @kbd{u b} expresses the definition in base
28129 units.
28130
28131 Two units, @code{pi} and @code{alpha} (the fine structure constant,
28132 approximately @mathit{1/137}) are dimensionless. The units simplification
28133 commands simply treat these names as equivalent to their corresponding
28134 values. However you can, for example, use @kbd{u c} to convert a pure
28135 number into multiples of the fine structure constant, or @kbd{u b} to
28136 convert this back into a pure number. (When @kbd{u c} prompts for the
28137 ``old units,'' just enter a blank line to signify that the value
28138 really is unitless.)
28139
28140 @c Describe angular units, luminosity vs. steradians problem.
28141
28142 @node User-Defined Units, Logarithmic Units, Predefined Units, Units
28143 @section User-Defined Units
28144
28145 @noindent
28146 Calc provides ways to get quick access to your selected ``favorite''
28147 units, as well as ways to define your own new units.
28148
28149 @kindex u 0-9
28150 @pindex calc-quick-units
28151 @vindex Units
28152 @cindex @code{Units} variable
28153 @cindex Quick units
28154 To select your favorite units, store a vector of unit names or
28155 expressions in the Calc variable @code{Units}. The @kbd{u 1}
28156 through @kbd{u 9} commands (@code{calc-quick-units}) provide access
28157 to these units. If the value on the top of the stack is a plain
28158 number (with no units attached), then @kbd{u 1} gives it the
28159 specified units. (Basically, it multiplies the number by the
28160 first item in the @code{Units} vector.) If the number on the
28161 stack @emph{does} have units, then @kbd{u 1} converts that number
28162 to the new units. For example, suppose the vector @samp{[in, ft]}
28163 is stored in @code{Units}. Then @kbd{30 u 1} will create the
28164 expression @samp{30 in}, and @kbd{u 2} will convert that expression
28165 to @samp{2.5 ft}.
28166
28167 The @kbd{u 0} command accesses the tenth element of @code{Units}.
28168 Only ten quick units may be defined at a time. If the @code{Units}
28169 variable has no stored value (the default), or if its value is not
28170 a vector, then the quick-units commands will not function. The
28171 @kbd{s U} command is a convenient way to edit the @code{Units}
28172 variable; @pxref{Operations on Variables}.
28173
28174 @kindex u d
28175 @pindex calc-define-unit
28176 @cindex User-defined units
28177 The @kbd{u d} (@code{calc-define-unit}) command records the units
28178 expression on the top of the stack as the definition for a new,
28179 user-defined unit. For example, putting @samp{16.5 ft} on the stack and
28180 typing @kbd{u d rod} defines the new unit @samp{rod} to be equivalent to
28181 16.5 feet. The unit conversion and simplification commands will now
28182 treat @code{rod} just like any other unit of length. You will also be
28183 prompted for an optional English description of the unit, which will
28184 appear in the Units Table. If you wish the definition of this unit to
28185 be displayed in a special way in the Units Table buffer (such as with an
28186 asterisk to indicate an approximate value), then you can call this
28187 command with an argument, @kbd{C-u u d}; you will then also be prompted
28188 for a string that will be used to display the definition.
28189
28190 @kindex u u
28191 @pindex calc-undefine-unit
28192 The @kbd{u u} (@code{calc-undefine-unit}) command removes a user-defined
28193 unit. It is not possible to remove one of the predefined units,
28194 however.
28195
28196 If you define a unit with an existing unit name, your new definition
28197 will replace the original definition of that unit. If the unit was a
28198 predefined unit, the old definition will not be replaced, only
28199 ``shadowed.'' The built-in definition will reappear if you later use
28200 @kbd{u u} to remove the shadowing definition.
28201
28202 To create a new fundamental unit, use either 1 or the unit name itself
28203 as the defining expression. Otherwise the expression can involve any
28204 other units that you like (except for composite units like @samp{mfi}).
28205 You can create a new composite unit with a sum of other units as the
28206 defining expression. The next unit operation like @kbd{u c} or @kbd{u v}
28207 will rebuild the internal unit table incorporating your modifications.
28208 Note that erroneous definitions (such as two units defined in terms of
28209 each other) will not be detected until the unit table is next rebuilt;
28210 @kbd{u v} is a convenient way to force this to happen.
28211
28212 Temperature units are treated specially inside the Calculator; it is not
28213 possible to create user-defined temperature units.
28214
28215 @kindex u p
28216 @pindex calc-permanent-units
28217 @cindex Calc init file, user-defined units
28218 The @kbd{u p} (@code{calc-permanent-units}) command stores the user-defined
28219 units in your Calc init file (the file given by the variable
28220 @code{calc-settings-file}, typically @file{~/.emacs.d/calc.el}), so that the
28221 units will still be available in subsequent Emacs sessions. If there
28222 was already a set of user-defined units in your Calc init file, it
28223 is replaced by the new set. (@xref{General Mode Commands}, for a way to
28224 tell Calc to use a different file for the Calc init file.)
28225
28226 @node Logarithmic Units, Musical Notes, User-Defined Units, Units
28227 @section Logarithmic Units
28228
28229 The units @code{dB} (decibels) and @code{Np} (nepers) are logarithmic
28230 units which are manipulated differently than standard units. Calc
28231 provides commands to work with these logarithmic units.
28232
28233 Decibels and nepers are used to measure power quantities as well as
28234 field quantities (quantities whose squares are proportional to power);
28235 these two types of quantities are handled slightly different from each
28236 other. By default the Calc commands work as if power quantities are
28237 being used; with the @kbd{H} prefix the Calc commands work as if field
28238 quantities are being used.
28239
28240 The decibel level of a power
28241 @infoline @math{P1},
28242 @texline @math{P_1},
28243 relative to a reference power
28244 @infoline @math{P0},
28245 @texline @math{P_0},
28246 is defined to be
28247 @infoline @math{10 log10(P1/P0) dB}.
28248 @texline @math{10 \log_{10}(P_{1}/P_{0}) {\rm dB}}.
28249 (The factor of 10 is because a decibel, as its name implies, is
28250 one-tenth of a bel. The bel, named after Alexander Graham Bell, was
28251 considered to be too large of a unit and was effectively replaced by
28252 the decibel.) If @math{F} is a field quantity with power
28253 @math{P=k F^2}, then a reference quantity of
28254 @infoline @math{F0}
28255 @texline @math{F_0}
28256 would correspond to a power of
28257 @infoline @math{P0=k F0^2}.
28258 @texline @math{P_{0}=kF_{0}^2}.
28259 If
28260 @infoline @math{P1=k F1^2},
28261 @texline @math{P_{1}=kF_{1}^2},
28262 then
28263
28264 @ifnottex
28265 @example
28266 10 log10(P1/P0) = 10 log10(F1^2/F0^2) = 20 log10(F1/F0).
28267 @end example
28268 @end ifnottex
28269 @tex
28270 $$ 10 \log_{10}(P_1/P_0) = 10 \log_{10}(F_1^2/F_0^2) = 20
28271 \log_{10}(F_1/F_0)$$
28272 @end tex
28273
28274 @noindent
28275 In order to get the same decibel level regardless of whether a field
28276 quantity or the corresponding power quantity is used, the decibel
28277 level of a field quantity
28278 @infoline @math{F1},
28279 @texline @math{F_1},
28280 relative to a reference
28281 @infoline @math{F0},
28282 @texline @math{F_0},
28283 is defined as
28284 @infoline @math{20 log10(F1/F0) dB}.
28285 @texline @math{20 \log_{10}(F_{1}/F_{0}) {\rm dB}}.
28286 For example, the decibel value of a sound pressure level of
28287 @infoline @math{60 uPa}
28288 @texline @math{60 \mu{\rm Pa}}
28289 relative to
28290 @infoline @math{20 uPa}
28291 @texline @math{20 \mu{\rm Pa}}
28292 (the threshold of human hearing) is
28293 @infoline @math{20 log10(60 uPa/ 20 uPa) dB = 20 log10(3) dB},
28294 @texline @math{20 \log_{10}(60 \mu{\rm Pa}/20 \mu{\rm Pa}) {\rm dB} = 20 \log_{10}(3) {\rm dB}},
28295 which is about
28296 @infoline @math{9.54 dB}.
28297 @texline @math{9.54 {\rm dB}}.
28298 Note that in taking the ratio, the original units cancel and so these
28299 logarithmic units are dimensionless.
28300
28301 Nepers (named after John Napier, who is credited with inventing the
28302 logarithm) are similar to bels except they use natural logarithms instead
28303 of common logarithms. The neper level of a power
28304 @infoline @math{P1},
28305 @texline @math{P_1},
28306 relative to a reference power
28307 @infoline @math{P0},
28308 @texline @math{P_0},
28309 is
28310 @infoline @math{(1/2) ln(P1/P0) Np}.
28311 @texline @math{(1/2) \ln(P_1/P_0) {\rm Np}}.
28312 The neper level of a field
28313 @infoline @math{F1},
28314 @texline @math{F_1},
28315 relative to a reference field
28316 @infoline @math{F0},
28317 @texline @math{F_0},
28318 is
28319 @infoline @math{ln(F1/F0) Np}.
28320 @texline @math{\ln(F_1/F_0) {\rm Np}}.
28321
28322 @vindex calc-lu-power-reference
28323 @vindex calc-lu-field-reference
28324 For power quantities, Calc uses
28325 @infoline @math{1 mW}
28326 @texline @math{1 {\rm mW}}
28327 as the default reference quantity; this default can be changed by changing
28328 the value of the customizable variable
28329 @code{calc-lu-power-reference} (@pxref{Customizing Calc}).
28330 For field quantities, Calc uses
28331 @infoline @math{20 uPa}
28332 @texline @math{20 \mu{\rm Pa}}
28333 as the default reference quantity; this is the value used in acoustics
28334 which is where decibels are commonly encountered. This default can be
28335 changed by changing the value of the customizable variable
28336 @code{calc-lu-field-reference} (@pxref{Customizing Calc}). A
28337 non-default reference quantity will be read from the stack if the
28338 capital @kbd{O} prefix is used.
28339
28340 @kindex l q
28341 @pindex calc-lu-quant
28342 @tindex lupquant
28343 @tindex lufquant
28344 The @kbd{l q} (@code{calc-lu-quant}) [@code{lupquant}]
28345 command computes the power quantity corresponding to a given number of
28346 logarithmic units. With the capital @kbd{O} prefix, @kbd{O l q}, the
28347 reference level will be read from the top of the stack. (In an
28348 algebraic formula, @code{lupquant} can be given an optional second
28349 argument which will be used for the reference level.) For example,
28350 @code{20 dB @key{RET} l q} will return @code{100 mW};
28351 @code{20 dB @key{RET} 4 W @key{RET} O l q} will return @code{400 W}.
28352 The @kbd{H l q} [@code{lufquant}] command behaves like @kbd{l q} but
28353 computes field quantities instead of power quantities.
28354
28355 @kindex l d
28356 @pindex calc-db
28357 @tindex dbpower
28358 @tindex dbfield
28359 @kindex l n
28360 @pindex calc-np
28361 @tindex nppower
28362 @tindex npfield
28363 The @kbd{l d} (@code{calc-db}) [@code{dbpower}] command will compute
28364 the decibel level of a power quantity using the default reference
28365 level; @kbd{H l d} [@code{dbfield}] will compute the decibel level of
28366 a field quantity. The commands @kbd{l n} (@code{calc-np})
28367 [@code{nppower}] and @kbd{H l n} [@code{npfield}] will similarly
28368 compute neper levels. With the capital @kbd{O} prefix these commands
28369 will read a reference level from the stack; in an algebraic formula
28370 the reference level can be given as an optional second argument.
28371
28372 @kindex l +
28373 @pindex calc-lu-plus
28374 @tindex lupadd
28375 @tindex lufadd
28376 @kindex l -
28377 @pindex calc-lu-minus
28378 @tindex lupsub
28379 @tindex lufsub
28380 @kindex l *
28381 @pindex calc-lu-times
28382 @tindex lupmul
28383 @tindex lufmul
28384 @kindex l /
28385 @pindex calc-lu-divide
28386 @tindex lupdiv
28387 @tindex lufdiv
28388 The sum of two power or field quantities doesn't correspond to the sum
28389 of the corresponding decibel or neper levels. If the powers
28390 corresponding to decibel levels
28391 @infoline @math{D1}
28392 @texline @math{D_1}
28393 and
28394 @infoline @math{D2}
28395 @texline @math{D_2}
28396 are added, the corresponding decibel level ``sum'' will be
28397
28398 @ifnottex
28399 @example
28400 10 log10(10^(D1/10) + 10^(D2/10)) dB.
28401 @end example
28402 @end ifnottex
28403 @tex
28404 $$ 10 \log_{10}(10^{D_1/10} + 10^{D_2/10}) {\rm dB}.$$
28405 @end tex
28406
28407 @noindent
28408 When field quantities are combined, it often means the corresponding
28409 powers are added and so the above formula might be used. In
28410 acoustics, for example, the sound pressure level is a field quantity
28411 and so the decibels are often defined using the field formula, but the
28412 sound pressure levels are combined as the sound power levels, and so
28413 the above formula should be used. If two field quantities themselves
28414 are added, the new decibel level will be
28415
28416 @ifnottex
28417 @example
28418 20 log10(10^(D1/20) + 10^(D2/20)) dB.
28419 @end example
28420 @end ifnottex
28421 @tex
28422 $$ 20 \log_{10}(10^{D_1/20} + 10^{D_2/20}) {\rm dB}.$$
28423 @end tex
28424
28425 @noindent
28426 If the power corresponding to @math{D} dB is multiplied by a number @math{N},
28427 then the corresponding decibel level will be
28428
28429 @ifnottex
28430 @example
28431 D + 10 log10(N) dB,
28432 @end example
28433 @end ifnottex
28434 @tex
28435 $$ D + 10 \log_{10}(N) {\rm dB},$$
28436 @end tex
28437
28438 @noindent
28439 if a field quantity is multiplied by @math{N} the corresponding decibel level
28440 will be
28441
28442 @ifnottex
28443 @example
28444 D + 20 log10(N) dB.
28445 @end example
28446 @end ifnottex
28447 @tex
28448 $$ D + 20 \log_{10}(N) {\rm dB}.$$
28449 @end tex
28450
28451 @noindent
28452 There are similar formulas for combining nepers. The @kbd{l +}
28453 (@code{calc-lu-plus}) [@code{lupadd}] command will ``add'' two
28454 logarithmic unit power levels this way; with the @kbd{H} prefix,
28455 @kbd{H l +} [@code{lufadd}] will add logarithmic unit field levels.
28456 Similarly, logarithmic units can be ``subtracted'' with @kbd{l -}
28457 (@code{calc-lu-minus}) [@code{lupsub}] or @kbd{H l -} [@code{lufsub}].
28458 The @kbd{l *} (@code{calc-lu-times}) [@code{lupmul}] and @kbd{H l *}
28459 [@code{lufmul}] commands will ``multiply'' a logarithmic unit by a
28460 number; the @kbd{l /} (@code{calc-lu-divide}) [@code{lupdiv}] and
28461 @kbd{H l /} [@code{lufdiv}] commands will ``divide'' a logarithmic
28462 unit by a number. Note that the reference quantities don't play a role
28463 in this arithmetic.
28464
28465 @node Musical Notes, , Logarithmic Units, Units
28466 @section Musical Notes
28467
28468 Calc can convert between musical notes and their associated
28469 frequencies. Notes can be given using either scientific pitch
28470 notation or midi numbers. Since these note systems are basically
28471 logarithmic scales, Calc uses the @kbd{l} prefix for functions
28472 operating on notes.
28473
28474 Scientific pitch notation refers to a note by giving a letter
28475 A through G, possibly followed by a flat or sharp) with a subscript
28476 indicating an octave number. Each octave starts with C and ends with
28477 B and
28478 @c increasing each note by a semitone will result
28479 @c in the sequence @expr{C}, @expr{C} sharp, @expr{D}, @expr{E} flat, @expr{E},
28480 @c @expr{F}, @expr{F} sharp, @expr{G}, @expr{A} flat, @expr{A}, @expr{B}
28481 @c flat and @expr{B}.
28482 the octave numbered 0 was chosen to correspond to the lowest
28483 audible frequency. Using this system, middle C (about 261.625 Hz)
28484 corresponds to the note @expr{C} in octave 4 and is denoted
28485 @expr{C_4}. Any frequency can be described by giving a note plus an
28486 offset in cents (where a cent is a ratio of frequencies so that a
28487 semitone consists of 100 cents).
28488
28489 The midi note number system assigns numbers to notes so that
28490 @expr{C_(-1)} corresponds to the midi note number 0 and @expr{G_9}
28491 corresponds to the midi note number 127. A midi controller can have
28492 up to 128 keys and each midi note number from 0 to 127 corresponds to
28493 a possible key.
28494
28495 @kindex l s
28496 @pindex calc-spn
28497 @tindex spn
28498 The @kbd{l s} (@code{calc-spn}) [@code{spn}] command converts either
28499 a frequency or a midi number to scientific pitch notation. For
28500 example, @code{500 Hz} gets converted to
28501 @code{B_4 + 21.3094853649 cents} and @code{84} to @code{C_6}.
28502
28503
28504 @kindex l m
28505 @pindex calc-midi
28506 @tindex midi
28507 The @kbd{l m} (@code{calc-midi}) [@code{midi}] command converts either
28508 a frequency or a note given in scientific pitch notation to the
28509 corresponding midi number. For example, @code{C_6} gets converted to 84
28510 and @code{440 Hz} to 69.
28511
28512 @kindex l f
28513 @pindex calc-freq
28514 @tindex freq
28515 The @kbd{l f} (@code{calc-freq}) [@code{freq}] command converts either
28516 either a midi number or a note given in scientific pitch notation to
28517 the corresponding frequency. For example, @code{Asharp_2 + 30 cents}
28518 gets converted to @code{118.578040134 Hz} and @code{55} to
28519 @code{195.99771799 Hz}.
28520
28521 Since the frequencies of notes are not usually given exactly (and are
28522 typically irrational), the customizable variable
28523 @code{calc-note-threshold} determines how close (in cents) a frequency
28524 needs to be to a note to be recognized as that note
28525 (@pxref{Customizing Calc}). This variable has a default value of
28526 @code{1}. For example, middle @var{C} is approximately
28527 @expr{261.625565302 Hz}; this frequency is often shortened to
28528 @expr{261.625 Hz}. Without @code{calc-note-threshold} (or a value of
28529 @expr{0}), Calc would convert @code{261.625 Hz} to scientific pitch
28530 notation @code{B_3 + 99.9962592773 cents}; with the default value of
28531 @code{1}, Calc converts @code{261.625 Hz} to @code{C_4}.
28532
28533
28534
28535 @node Store and Recall, Graphics, Units, Top
28536 @chapter Storing and Recalling
28537
28538 @noindent
28539 Calculator variables are really just Lisp variables that contain numbers
28540 or formulas in a form that Calc can understand. The commands in this
28541 section allow you to manipulate variables conveniently. Commands related
28542 to variables use the @kbd{s} prefix key.
28543
28544 @menu
28545 * Storing Variables::
28546 * Recalling Variables::
28547 * Operations on Variables::
28548 * Let Command::
28549 * Evaluates-To Operator::
28550 @end menu
28551
28552 @node Storing Variables, Recalling Variables, Store and Recall, Store and Recall
28553 @section Storing Variables
28554
28555 @noindent
28556 @kindex s s
28557 @pindex calc-store
28558 @cindex Storing variables
28559 @cindex Quick variables
28560 @vindex q0
28561 @vindex q9
28562 The @kbd{s s} (@code{calc-store}) command stores the value at the top of
28563 the stack into a specified variable. It prompts you to enter the
28564 name of the variable. If you press a single digit, the value is stored
28565 immediately in one of the ``quick'' variables @code{q0} through
28566 @code{q9}. Or you can enter any variable name.
28567
28568 @kindex s t
28569 @pindex calc-store-into
28570 The @kbd{s s} command leaves the stored value on the stack. There is
28571 also an @kbd{s t} (@code{calc-store-into}) command, which removes a
28572 value from the stack and stores it in a variable.
28573
28574 If the top of stack value is an equation @samp{a = 7} or assignment
28575 @samp{a := 7} with a variable on the lefthand side, then Calc will
28576 assign that variable with that value by default, i.e., if you type
28577 @kbd{s s @key{RET}} or @kbd{s t @key{RET}}. In this example, the
28578 value 7 would be stored in the variable @samp{a}. (If you do type
28579 a variable name at the prompt, the top-of-stack value is stored in
28580 its entirety, even if it is an equation: @samp{s s b @key{RET}}
28581 with @samp{a := 7} on the stack stores @samp{a := 7} in @code{b}.)
28582
28583 In fact, the top of stack value can be a vector of equations or
28584 assignments with different variables on their lefthand sides; the
28585 default will be to store all the variables with their corresponding
28586 righthand sides simultaneously.
28587
28588 It is also possible to type an equation or assignment directly at
28589 the prompt for the @kbd{s s} or @kbd{s t} command: @kbd{s s foo = 7}.
28590 In this case the expression to the right of the @kbd{=} or @kbd{:=}
28591 symbol is evaluated as if by the @kbd{=} command, and that value is
28592 stored in the variable. No value is taken from the stack; @kbd{s s}
28593 and @kbd{s t} are equivalent when used in this way.
28594
28595 @kindex s 0-9
28596 @kindex t 0-9
28597 The prefix keys @kbd{s} and @kbd{t} may be followed immediately by a
28598 digit; @kbd{s 9} is equivalent to @kbd{s s 9}, and @kbd{t 9} is
28599 equivalent to @kbd{s t 9}. (The @kbd{t} prefix is otherwise used
28600 for trail and time/date commands.)
28601
28602 @kindex s +
28603 @kindex s -
28604 @ignore
28605 @mindex @idots
28606 @end ignore
28607 @kindex s *
28608 @ignore
28609 @mindex @null
28610 @end ignore
28611 @kindex s /
28612 @ignore
28613 @mindex @null
28614 @end ignore
28615 @kindex s ^
28616 @ignore
28617 @mindex @null
28618 @end ignore
28619 @kindex s |
28620 @ignore
28621 @mindex @null
28622 @end ignore
28623 @kindex s n
28624 @ignore
28625 @mindex @null
28626 @end ignore
28627 @kindex s &
28628 @ignore
28629 @mindex @null
28630 @end ignore
28631 @kindex s [
28632 @ignore
28633 @mindex @null
28634 @end ignore
28635 @kindex s ]
28636 @pindex calc-store-plus
28637 @pindex calc-store-minus
28638 @pindex calc-store-times
28639 @pindex calc-store-div
28640 @pindex calc-store-power
28641 @pindex calc-store-concat
28642 @pindex calc-store-neg
28643 @pindex calc-store-inv
28644 @pindex calc-store-decr
28645 @pindex calc-store-incr
28646 There are also several ``arithmetic store'' commands. For example,
28647 @kbd{s +} removes a value from the stack and adds it to the specified
28648 variable. The other arithmetic stores are @kbd{s -}, @kbd{s *}, @kbd{s /},
28649 @kbd{s ^}, and @w{@kbd{s |}} (vector concatenation), plus @kbd{s n} and
28650 @kbd{s &} which negate or invert the value in a variable, and @w{@kbd{s [}}
28651 and @kbd{s ]} which decrease or increase a variable by one.
28652
28653 All the arithmetic stores accept the Inverse prefix to reverse the
28654 order of the operands. If @expr{v} represents the contents of the
28655 variable, and @expr{a} is the value drawn from the stack, then regular
28656 @w{@kbd{s -}} assigns
28657 @texline @math{v \coloneq v - a},
28658 @infoline @expr{v := v - a},
28659 but @kbd{I s -} assigns
28660 @texline @math{v \coloneq a - v}.
28661 @infoline @expr{v := a - v}.
28662 While @kbd{I s *} might seem pointless, it is
28663 useful if matrix multiplication is involved. Actually, all the
28664 arithmetic stores use formulas designed to behave usefully both
28665 forwards and backwards:
28666
28667 @example
28668 @group
28669 s + v := v + a v := a + v
28670 s - v := v - a v := a - v
28671 s * v := v * a v := a * v
28672 s / v := v / a v := a / v
28673 s ^ v := v ^ a v := a ^ v
28674 s | v := v | a v := a | v
28675 s n v := v / (-1) v := (-1) / v
28676 s & v := v ^ (-1) v := (-1) ^ v
28677 s [ v := v - 1 v := 1 - v
28678 s ] v := v - (-1) v := (-1) - v
28679 @end group
28680 @end example
28681
28682 In the last four cases, a numeric prefix argument will be used in
28683 place of the number one. (For example, @kbd{M-2 s ]} increases
28684 a variable by 2, and @kbd{M-2 I s ]} replaces a variable by
28685 minus-two minus the variable.
28686
28687 The first six arithmetic stores can also be typed @kbd{s t +}, @kbd{s t -},
28688 etc. The commands @kbd{s s +}, @kbd{s s -}, and so on are analogous
28689 arithmetic stores that don't remove the value @expr{a} from the stack.
28690
28691 All arithmetic stores report the new value of the variable in the
28692 Trail for your information. They signal an error if the variable
28693 previously had no stored value. If default simplifications have been
28694 turned off, the arithmetic stores temporarily turn them on for numeric
28695 arguments only (i.e., they temporarily do an @kbd{m N} command).
28696 @xref{Simplification Modes}. Large vectors put in the trail by
28697 these commands always use abbreviated (@kbd{t .}) mode.
28698
28699 @kindex s m
28700 @pindex calc-store-map
28701 The @kbd{s m} command is a general way to adjust a variable's value
28702 using any Calc function. It is a ``mapping'' command analogous to
28703 @kbd{V M}, @kbd{V R}, etc. @xref{Reducing and Mapping}, to see
28704 how to specify a function for a mapping command. Basically,
28705 all you do is type the Calc command key that would invoke that
28706 function normally. For example, @kbd{s m n} applies the @kbd{n}
28707 key to negate the contents of the variable, so @kbd{s m n} is
28708 equivalent to @kbd{s n}. Also, @kbd{s m Q} takes the square root
28709 of the value stored in a variable, @kbd{s m v v} uses @kbd{v v} to
28710 reverse the vector stored in the variable, and @kbd{s m H I S}
28711 takes the hyperbolic arcsine of the variable contents.
28712
28713 If the mapping function takes two or more arguments, the additional
28714 arguments are taken from the stack; the old value of the variable
28715 is provided as the first argument. Thus @kbd{s m -} with @expr{a}
28716 on the stack computes @expr{v - a}, just like @kbd{s -}. With the
28717 Inverse prefix, the variable's original value becomes the @emph{last}
28718 argument instead of the first. Thus @kbd{I s m -} is also
28719 equivalent to @kbd{I s -}.
28720
28721 @kindex s x
28722 @pindex calc-store-exchange
28723 The @kbd{s x} (@code{calc-store-exchange}) command exchanges the value
28724 of a variable with the value on the top of the stack. Naturally, the
28725 variable must already have a stored value for this to work.
28726
28727 You can type an equation or assignment at the @kbd{s x} prompt. The
28728 command @kbd{s x a=6} takes no values from the stack; instead, it
28729 pushes the old value of @samp{a} on the stack and stores @samp{a = 6}.
28730
28731 @kindex s u
28732 @pindex calc-unstore
28733 @cindex Void variables
28734 @cindex Un-storing variables
28735 Until you store something in them, most variables are ``void,'' that is,
28736 they contain no value at all. If they appear in an algebraic formula
28737 they will be left alone even if you press @kbd{=} (@code{calc-evaluate}).
28738 The @kbd{s u} (@code{calc-unstore}) command returns a variable to the
28739 void state.
28740
28741 @kindex s c
28742 @pindex calc-copy-variable
28743 The @kbd{s c} (@code{calc-copy-variable}) command copies the stored
28744 value of one variable to another. One way it differs from a simple
28745 @kbd{s r} followed by an @kbd{s t} (aside from saving keystrokes) is
28746 that the value never goes on the stack and thus is never rounded,
28747 evaluated, or simplified in any way; it is not even rounded down to the
28748 current precision.
28749
28750 The only variables with predefined values are the ``special constants''
28751 @code{pi}, @code{e}, @code{i}, @code{phi}, and @code{gamma}. You are free
28752 to unstore these variables or to store new values into them if you like,
28753 although some of the algebraic-manipulation functions may assume these
28754 variables represent their standard values. Calc displays a warning if
28755 you change the value of one of these variables, or of one of the other
28756 special variables @code{inf}, @code{uinf}, and @code{nan} (which are
28757 normally void).
28758
28759 Note that @code{pi} doesn't actually have 3.14159265359 stored in it,
28760 but rather a special magic value that evaluates to @cpi{} at the current
28761 precision. Likewise @code{e}, @code{i}, and @code{phi} evaluate
28762 according to the current precision or polar mode. If you recall a value
28763 from @code{pi} and store it back, this magic property will be lost. The
28764 magic property is preserved, however, when a variable is copied with
28765 @kbd{s c}.
28766
28767 @kindex s k
28768 @pindex calc-copy-special-constant
28769 If one of the ``special constants'' is redefined (or undefined) so that
28770 it no longer has its magic property, the property can be restored with
28771 @kbd{s k} (@code{calc-copy-special-constant}). This command will prompt
28772 for a special constant and a variable to store it in, and so a special
28773 constant can be stored in any variable. Here, the special constant that
28774 you enter doesn't depend on the value of the corresponding variable;
28775 @code{pi} will represent 3.14159@dots{} regardless of what is currently
28776 stored in the Calc variable @code{pi}. If one of the other special
28777 variables, @code{inf}, @code{uinf} or @code{nan}, is given a value, its
28778 original behavior can be restored by voiding it with @kbd{s u}.
28779
28780 @node Recalling Variables, Operations on Variables, Storing Variables, Store and Recall
28781 @section Recalling Variables
28782
28783 @noindent
28784 @kindex s r
28785 @pindex calc-recall
28786 @cindex Recalling variables
28787 The most straightforward way to extract the stored value from a variable
28788 is to use the @kbd{s r} (@code{calc-recall}) command. This command prompts
28789 for a variable name (similarly to @code{calc-store}), looks up the value
28790 of the specified variable, and pushes that value onto the stack. It is
28791 an error to try to recall a void variable.
28792
28793 It is also possible to recall the value from a variable by evaluating a
28794 formula containing that variable. For example, @kbd{' a @key{RET} =} is
28795 the same as @kbd{s r a @key{RET}} except that if the variable is void, the
28796 former will simply leave the formula @samp{a} on the stack whereas the
28797 latter will produce an error message.
28798
28799 @kindex r 0-9
28800 The @kbd{r} prefix may be followed by a digit, so that @kbd{r 9} is
28801 equivalent to @kbd{s r 9}.
28802
28803 @node Operations on Variables, Let Command, Recalling Variables, Store and Recall
28804 @section Other Operations on Variables
28805
28806 @noindent
28807 @kindex s e
28808 @pindex calc-edit-variable
28809 The @kbd{s e} (@code{calc-edit-variable}) command edits the stored
28810 value of a variable without ever putting that value on the stack
28811 or simplifying or evaluating the value. It prompts for the name of
28812 the variable to edit. If the variable has no stored value, the
28813 editing buffer will start out empty. If the editing buffer is
28814 empty when you press @kbd{C-c C-c} to finish, the variable will
28815 be made void. @xref{Editing Stack Entries}, for a general
28816 description of editing.
28817
28818 The @kbd{s e} command is especially useful for creating and editing
28819 rewrite rules which are stored in variables. Sometimes these rules
28820 contain formulas which must not be evaluated until the rules are
28821 actually used. (For example, they may refer to @samp{deriv(x,y)},
28822 where @code{x} will someday become some expression involving @code{y};
28823 if you let Calc evaluate the rule while you are defining it, Calc will
28824 replace @samp{deriv(x,y)} with 0 because the formula @code{x} does
28825 not itself refer to @code{y}.) By contrast, recalling the variable,
28826 editing with @kbd{`}, and storing will evaluate the variable's value
28827 as a side effect of putting the value on the stack.
28828
28829 @kindex s A
28830 @kindex s D
28831 @ignore
28832 @mindex @idots
28833 @end ignore
28834 @kindex s E
28835 @ignore
28836 @mindex @null
28837 @end ignore
28838 @kindex s F
28839 @ignore
28840 @mindex @null
28841 @end ignore
28842 @kindex s G
28843 @ignore
28844 @mindex @null
28845 @end ignore
28846 @kindex s H
28847 @ignore
28848 @mindex @null
28849 @end ignore
28850 @kindex s I
28851 @ignore
28852 @mindex @null
28853 @end ignore
28854 @kindex s L
28855 @ignore
28856 @mindex @null
28857 @end ignore
28858 @kindex s P
28859 @ignore
28860 @mindex @null
28861 @end ignore
28862 @kindex s R
28863 @ignore
28864 @mindex @null
28865 @end ignore
28866 @kindex s T
28867 @ignore
28868 @mindex @null
28869 @end ignore
28870 @kindex s U
28871 @ignore
28872 @mindex @null
28873 @end ignore
28874 @kindex s X
28875 @pindex calc-store-AlgSimpRules
28876 @pindex calc-store-Decls
28877 @pindex calc-store-EvalRules
28878 @pindex calc-store-FitRules
28879 @pindex calc-store-GenCount
28880 @pindex calc-store-Holidays
28881 @pindex calc-store-IntegLimit
28882 @pindex calc-store-LineStyles
28883 @pindex calc-store-PointStyles
28884 @pindex calc-store-PlotRejects
28885 @pindex calc-store-TimeZone
28886 @pindex calc-store-Units
28887 @pindex calc-store-ExtSimpRules
28888 There are several special-purpose variable-editing commands that
28889 use the @kbd{s} prefix followed by a shifted letter:
28890
28891 @table @kbd
28892 @item s A
28893 Edit @code{AlgSimpRules}. @xref{Algebraic Simplifications}.
28894 @item s D
28895 Edit @code{Decls}. @xref{Declarations}.
28896 @item s E
28897 Edit @code{EvalRules}. @xref{Basic Simplifications}.
28898 @item s F
28899 Edit @code{FitRules}. @xref{Curve Fitting}.
28900 @item s G
28901 Edit @code{GenCount}. @xref{Solving Equations}.
28902 @item s H
28903 Edit @code{Holidays}. @xref{Business Days}.
28904 @item s I
28905 Edit @code{IntegLimit}. @xref{Calculus}.
28906 @item s L
28907 Edit @code{LineStyles}. @xref{Graphics}.
28908 @item s P
28909 Edit @code{PointStyles}. @xref{Graphics}.
28910 @item s R
28911 Edit @code{PlotRejects}. @xref{Graphics}.
28912 @item s T
28913 Edit @code{TimeZone}. @xref{Time Zones}.
28914 @item s U
28915 Edit @code{Units}. @xref{User-Defined Units}.
28916 @item s X
28917 Edit @code{ExtSimpRules}. @xref{Unsafe Simplifications}.
28918 @end table
28919
28920 These commands are just versions of @kbd{s e} that use fixed variable
28921 names rather than prompting for the variable name.
28922
28923 @kindex s p
28924 @pindex calc-permanent-variable
28925 @cindex Storing variables
28926 @cindex Permanent variables
28927 @cindex Calc init file, variables
28928 The @kbd{s p} (@code{calc-permanent-variable}) command saves a
28929 variable's value permanently in your Calc init file (the file given by
28930 the variable @code{calc-settings-file}, typically @file{~/.emacs.d/calc.el}), so
28931 that its value will still be available in future Emacs sessions. You
28932 can re-execute @w{@kbd{s p}} later on to update the saved value, but the
28933 only way to remove a saved variable is to edit your calc init file
28934 by hand. (@xref{General Mode Commands}, for a way to tell Calc to
28935 use a different file for the Calc init file.)
28936
28937 If you do not specify the name of a variable to save (i.e.,
28938 @kbd{s p @key{RET}}), all Calc variables with defined values
28939 are saved except for the special constants @code{pi}, @code{e},
28940 @code{i}, @code{phi}, and @code{gamma}; the variables @code{TimeZone}
28941 and @code{PlotRejects};
28942 @code{FitRules}, @code{DistribRules}, and other built-in rewrite
28943 rules; and @code{PlotData@var{n}} variables generated
28944 by the graphics commands. (You can still save these variables by
28945 explicitly naming them in an @kbd{s p} command.)
28946
28947 @kindex s i
28948 @pindex calc-insert-variables
28949 The @kbd{s i} (@code{calc-insert-variables}) command writes
28950 the values of all Calc variables into a specified buffer.
28951 The variables are written with the prefix @code{var-} in the form of
28952 Lisp @code{setq} commands
28953 which store the values in string form. You can place these commands
28954 in your Calc init file (or @file{.emacs}) if you wish, though in this case it
28955 would be easier to use @kbd{s p @key{RET}}. (Note that @kbd{s i}
28956 omits the same set of variables as @w{@kbd{s p @key{RET}}}; the difference
28957 is that @kbd{s i} will store the variables in any buffer, and it also
28958 stores in a more human-readable format.)
28959
28960 @node Let Command, Evaluates-To Operator, Operations on Variables, Store and Recall
28961 @section The Let Command
28962
28963 @noindent
28964 @kindex s l
28965 @pindex calc-let
28966 @cindex Variables, temporary assignment
28967 @cindex Temporary assignment to variables
28968 If you have an expression like @samp{a+b^2} on the stack and you wish to
28969 compute its value where @expr{b=3}, you can simply store 3 in @expr{b} and
28970 then press @kbd{=} to reevaluate the formula. This has the side-effect
28971 of leaving the stored value of 3 in @expr{b} for future operations.
28972
28973 The @kbd{s l} (@code{calc-let}) command evaluates a formula under a
28974 @emph{temporary} assignment of a variable. It stores the value on the
28975 top of the stack into the specified variable, then evaluates the
28976 second-to-top stack entry, then restores the original value (or lack of one)
28977 in the variable. Thus after @kbd{'@w{ }a+b^2 @key{RET} 3 s l b @key{RET}},
28978 the stack will contain the formula @samp{a + 9}. The subsequent command
28979 @kbd{@w{5 s l a} @key{RET}} will replace this formula with the number 14.
28980 The variables @samp{a} and @samp{b} are not permanently affected in any way
28981 by these commands.
28982
28983 The value on the top of the stack may be an equation or assignment, or
28984 a vector of equations or assignments, in which case the default will be
28985 analogous to the case of @kbd{s t @key{RET}}. @xref{Storing Variables}.
28986
28987 Also, you can answer the variable-name prompt with an equation or
28988 assignment: @kbd{s l b=3 @key{RET}} is the same as storing 3 on the stack
28989 and typing @kbd{s l b @key{RET}}.
28990
28991 The @kbd{a b} (@code{calc-substitute}) command is another way to substitute
28992 a variable with a value in a formula. It does an actual substitution
28993 rather than temporarily assigning the variable and evaluating. For
28994 example, letting @expr{n=2} in @samp{f(n pi)} with @kbd{a b} will
28995 produce @samp{f(2 pi)}, whereas @kbd{s l} would give @samp{f(6.28)}
28996 since the evaluation step will also evaluate @code{pi}.
28997
28998 @node Evaluates-To Operator, , Let Command, Store and Recall
28999 @section The Evaluates-To Operator
29000
29001 @noindent
29002 @tindex evalto
29003 @tindex =>
29004 @cindex Evaluates-to operator
29005 @cindex @samp{=>} operator
29006 The special algebraic symbol @samp{=>} is known as the @dfn{evaluates-to
29007 operator}. (It will show up as an @code{evalto} function call in
29008 other language modes like Pascal and @LaTeX{}.) This is a binary
29009 operator, that is, it has a lefthand and a righthand argument,
29010 although it can be entered with the righthand argument omitted.
29011
29012 A formula like @samp{@var{a} => @var{b}} is evaluated by Calc as
29013 follows: First, @var{a} is not simplified or modified in any
29014 way. The previous value of argument @var{b} is thrown away; the
29015 formula @var{a} is then copied and evaluated as if by the @kbd{=}
29016 command according to all current modes and stored variable values,
29017 and the result is installed as the new value of @var{b}.
29018
29019 For example, suppose you enter the algebraic formula @samp{2 + 3 => 17}.
29020 The number 17 is ignored, and the lefthand argument is left in its
29021 unevaluated form; the result is the formula @samp{2 + 3 => 5}.
29022
29023 @kindex s =
29024 @pindex calc-evalto
29025 You can enter an @samp{=>} formula either directly using algebraic
29026 entry (in which case the righthand side may be omitted since it is
29027 going to be replaced right away anyhow), or by using the @kbd{s =}
29028 (@code{calc-evalto}) command, which takes @var{a} from the stack
29029 and replaces it with @samp{@var{a} => @var{b}}.
29030
29031 Calc keeps track of all @samp{=>} operators on the stack, and
29032 recomputes them whenever anything changes that might affect their
29033 values, i.e., a mode setting or variable value. This occurs only
29034 if the @samp{=>} operator is at the top level of the formula, or
29035 if it is part of a top-level vector. In other words, pushing
29036 @samp{2 + (a => 17)} will change the 17 to the actual value of
29037 @samp{a} when you enter the formula, but the result will not be
29038 dynamically updated when @samp{a} is changed later because the
29039 @samp{=>} operator is buried inside a sum. However, a vector
29040 of @samp{=>} operators will be recomputed, since it is convenient
29041 to push a vector like @samp{[a =>, b =>, c =>]} on the stack to
29042 make a concise display of all the variables in your problem.
29043 (Another way to do this would be to use @samp{[a, b, c] =>},
29044 which provides a slightly different format of display. You
29045 can use whichever you find easiest to read.)
29046
29047 @kindex m C
29048 @pindex calc-auto-recompute
29049 The @kbd{m C} (@code{calc-auto-recompute}) command allows you to
29050 turn this automatic recomputation on or off. If you turn
29051 recomputation off, you must explicitly recompute an @samp{=>}
29052 operator on the stack in one of the usual ways, such as by
29053 pressing @kbd{=}. Turning recomputation off temporarily can save
29054 a lot of time if you will be changing several modes or variables
29055 before you look at the @samp{=>} entries again.
29056
29057 Most commands are not especially useful with @samp{=>} operators
29058 as arguments. For example, given @samp{x + 2 => 17}, it won't
29059 work to type @kbd{1 +} to get @samp{x + 3 => 18}. If you want
29060 to operate on the lefthand side of the @samp{=>} operator on
29061 the top of the stack, type @kbd{j 1} (that's the digit ``one'')
29062 to select the lefthand side, execute your commands, then type
29063 @kbd{j u} to unselect.
29064
29065 All current modes apply when an @samp{=>} operator is computed,
29066 including the current simplification mode. Recall that the
29067 formula @samp{arcsin(sin(x))} will not be handled by Calc's algebraic
29068 simplifications, but Calc's unsafe simplifications will reduce it to
29069 @samp{x}. If you enter @samp{arcsin(sin(x)) =>} normally, the result
29070 will be @samp{arcsin(sin(x)) => arcsin(sin(x))}. If you change to
29071 Extended Simplification mode, the result will be
29072 @samp{arcsin(sin(x)) => x}. However, just pressing @kbd{a e}
29073 once will have no effect on @samp{arcsin(sin(x)) => arcsin(sin(x))},
29074 because the righthand side depends only on the lefthand side
29075 and the current mode settings, and the lefthand side is not
29076 affected by commands like @kbd{a e}.
29077
29078 The ``let'' command (@kbd{s l}) has an interesting interaction
29079 with the @samp{=>} operator. The @kbd{s l} command evaluates the
29080 second-to-top stack entry with the top stack entry supplying
29081 a temporary value for a given variable. As you might expect,
29082 if that stack entry is an @samp{=>} operator its righthand
29083 side will temporarily show this value for the variable. In
29084 fact, all @samp{=>}s on the stack will be updated if they refer
29085 to that variable. But this change is temporary in the sense
29086 that the next command that causes Calc to look at those stack
29087 entries will make them revert to the old variable value.
29088
29089 @smallexample
29090 @group
29091 2: a => a 2: a => 17 2: a => a
29092 1: a + 1 => a + 1 1: a + 1 => 18 1: a + 1 => a + 1
29093 . . .
29094
29095 17 s l a @key{RET} p 8 @key{RET}
29096 @end group
29097 @end smallexample
29098
29099 Here the @kbd{p 8} command changes the current precision,
29100 thus causing the @samp{=>} forms to be recomputed after the
29101 influence of the ``let'' is gone. The @kbd{d @key{SPC}} command
29102 (@code{calc-refresh}) is a handy way to force the @samp{=>}
29103 operators on the stack to be recomputed without any other
29104 side effects.
29105
29106 @kindex s :
29107 @pindex calc-assign
29108 @tindex assign
29109 @tindex :=
29110 Embedded mode also uses @samp{=>} operators. In Embedded mode,
29111 the lefthand side of an @samp{=>} operator can refer to variables
29112 assigned elsewhere in the file by @samp{:=} operators. The
29113 assignment operator @samp{a := 17} does not actually do anything
29114 by itself. But Embedded mode recognizes it and marks it as a sort
29115 of file-local definition of the variable. You can enter @samp{:=}
29116 operators in Algebraic mode, or by using the @kbd{s :}
29117 (@code{calc-assign}) [@code{assign}] command which takes a variable
29118 and value from the stack and replaces them with an assignment.
29119
29120 @xref{TeX and LaTeX Language Modes}, for the way @samp{=>} appears in
29121 @TeX{} language output. The @dfn{eqn} mode gives similar
29122 treatment to @samp{=>}.
29123
29124 @node Graphics, Kill and Yank, Store and Recall, Top
29125 @chapter Graphics
29126
29127 @noindent
29128 The commands for graphing data begin with the @kbd{g} prefix key. Calc
29129 uses GNUPLOT 2.0 or later to do graphics. These commands will only work
29130 if GNUPLOT is available on your system. (While GNUPLOT sounds like
29131 a relative of GNU Emacs, it is actually completely unrelated.
29132 However, it is free software. It can be obtained from
29133 @samp{http://www.gnuplot.info}.)
29134
29135 @vindex calc-gnuplot-name
29136 If you have GNUPLOT installed on your system but Calc is unable to
29137 find it, you may need to set the @code{calc-gnuplot-name} variable in
29138 your Calc init file or @file{.emacs}. You may also need to set some
29139 Lisp variables to show Calc how to run GNUPLOT on your system; these
29140 are described under @kbd{g D} and @kbd{g O} below. If you are using
29141 the X window system or MS-Windows, Calc will configure GNUPLOT for you
29142 automatically. If you have GNUPLOT 3.0 or later and you are using a
29143 Unix or GNU system without X, Calc will configure GNUPLOT to display
29144 graphs using simple character graphics that will work on any
29145 Posix-compatible terminal.
29146
29147 @menu
29148 * Basic Graphics::
29149 * Three Dimensional Graphics::
29150 * Managing Curves::
29151 * Graphics Options::
29152 * Devices::
29153 @end menu
29154
29155 @node Basic Graphics, Three Dimensional Graphics, Graphics, Graphics
29156 @section Basic Graphics
29157
29158 @noindent
29159 @kindex g f
29160 @pindex calc-graph-fast
29161 The easiest graphics command is @kbd{g f} (@code{calc-graph-fast}).
29162 This command takes two vectors of equal length from the stack.
29163 The vector at the top of the stack represents the ``y'' values of
29164 the various data points. The vector in the second-to-top position
29165 represents the corresponding ``x'' values. This command runs
29166 GNUPLOT (if it has not already been started by previous graphing
29167 commands) and displays the set of data points. The points will
29168 be connected by lines, and there will also be some kind of symbol
29169 to indicate the points themselves.
29170
29171 The ``x'' entry may instead be an interval form, in which case suitable
29172 ``x'' values are interpolated between the minimum and maximum values of
29173 the interval (whether the interval is open or closed is ignored).
29174
29175 The ``x'' entry may also be a number, in which case Calc uses the
29176 sequence of ``x'' values @expr{x}, @expr{x+1}, @expr{x+2}, etc.
29177 (Generally the number 0 or 1 would be used for @expr{x} in this case.)
29178
29179 The ``y'' entry may be any formula instead of a vector. Calc effectively
29180 uses @kbd{N} (@code{calc-eval-num}) to evaluate variables in the formula;
29181 the result of this must be a formula in a single (unassigned) variable.
29182 The formula is plotted with this variable taking on the various ``x''
29183 values. Graphs of formulas by default use lines without symbols at the
29184 computed data points. Note that if neither ``x'' nor ``y'' is a vector,
29185 Calc guesses at a reasonable number of data points to use. See the
29186 @kbd{g N} command below. (The ``x'' values must be either a vector
29187 or an interval if ``y'' is a formula.)
29188
29189 @ignore
29190 @starindex
29191 @end ignore
29192 @tindex xy
29193 If ``y'' is (or evaluates to) a formula of the form
29194 @samp{xy(@var{x}, @var{y})} then the result is a
29195 parametric plot. The two arguments of the fictitious @code{xy} function
29196 are used as the ``x'' and ``y'' coordinates of the curve, respectively.
29197 In this case the ``x'' vector or interval you specified is not directly
29198 visible in the graph. For example, if ``x'' is the interval @samp{[0..360]}
29199 and ``y'' is the formula @samp{xy(sin(t), cos(t))}, the resulting graph
29200 will be a circle.
29201
29202 Also, ``x'' and ``y'' may each be variable names, in which case Calc
29203 looks for suitable vectors, intervals, or formulas stored in those
29204 variables.
29205
29206 The ``x'' and ``y'' values for the data points (as pulled from the vectors,
29207 calculated from the formulas, or interpolated from the intervals) should
29208 be real numbers (integers, fractions, or floats). One exception to this
29209 is that the ``y'' entry can consist of a vector of numbers combined with
29210 error forms, in which case the points will be plotted with the
29211 appropriate error bars. Other than this, if either the ``x''
29212 value or the ``y'' value of a given data point is not a real number, that
29213 data point will be omitted from the graph. The points on either side
29214 of the invalid point will @emph{not} be connected by a line.
29215
29216 See the documentation for @kbd{g a} below for a description of the way
29217 numeric prefix arguments affect @kbd{g f}.
29218
29219 @cindex @code{PlotRejects} variable
29220 @vindex PlotRejects
29221 If you store an empty vector in the variable @code{PlotRejects}
29222 (i.e., @kbd{[ ] s t PlotRejects}), Calc will append information to
29223 this vector for every data point which was rejected because its
29224 ``x'' or ``y'' values were not real numbers. The result will be
29225 a matrix where each row holds the curve number, data point number,
29226 ``x'' value, and ``y'' value for a rejected data point.
29227 @xref{Evaluates-To Operator}, for a handy way to keep tabs on the
29228 current value of @code{PlotRejects}. @xref{Operations on Variables},
29229 for the @kbd{s R} command which is another easy way to examine
29230 @code{PlotRejects}.
29231
29232 @kindex g c
29233 @pindex calc-graph-clear
29234 To clear the graphics display, type @kbd{g c} (@code{calc-graph-clear}).
29235 If the GNUPLOT output device is an X window, the window will go away.
29236 Effects on other kinds of output devices will vary. You don't need
29237 to use @kbd{g c} if you don't want to---if you give another @kbd{g f}
29238 or @kbd{g p} command later on, it will reuse the existing graphics
29239 window if there is one.
29240
29241 @node Three Dimensional Graphics, Managing Curves, Basic Graphics, Graphics
29242 @section Three-Dimensional Graphics
29243
29244 @kindex g F
29245 @pindex calc-graph-fast-3d
29246 The @kbd{g F} (@code{calc-graph-fast-3d}) command makes a three-dimensional
29247 graph. It works only if you have GNUPLOT 3.0 or later; with GNUPLOT 2.0,
29248 you will see a GNUPLOT error message if you try this command.
29249
29250 The @kbd{g F} command takes three values from the stack, called ``x'',
29251 ``y'', and ``z'', respectively. As was the case for 2D graphs, there
29252 are several options for these values.
29253
29254 In the first case, ``x'' and ``y'' are each vectors (not necessarily of
29255 the same length); either or both may instead be interval forms. The
29256 ``z'' value must be a matrix with the same number of rows as elements
29257 in ``x'', and the same number of columns as elements in ``y''. The
29258 result is a surface plot where
29259 @texline @math{z_{ij}}
29260 @infoline @expr{z_ij}
29261 is the height of the point
29262 at coordinate @expr{(x_i, y_j)} on the surface. The 3D graph will
29263 be displayed from a certain default viewpoint; you can change this
29264 viewpoint by adding a @samp{set view} to the @file{*Gnuplot Commands*}
29265 buffer as described later. See the GNUPLOT documentation for a
29266 description of the @samp{set view} command.
29267
29268 Each point in the matrix will be displayed as a dot in the graph,
29269 and these points will be connected by a grid of lines (@dfn{isolines}).
29270
29271 In the second case, ``x'', ``y'', and ``z'' are all vectors of equal
29272 length. The resulting graph displays a 3D line instead of a surface,
29273 where the coordinates of points along the line are successive triplets
29274 of values from the input vectors.
29275
29276 In the third case, ``x'' and ``y'' are vectors or interval forms, and
29277 ``z'' is any formula involving two variables (not counting variables
29278 with assigned values). These variables are sorted into alphabetical
29279 order; the first takes on values from ``x'' and the second takes on
29280 values from ``y'' to form a matrix of results that are graphed as a
29281 3D surface.
29282
29283 @ignore
29284 @starindex
29285 @end ignore
29286 @tindex xyz
29287 If the ``z'' formula evaluates to a call to the fictitious function
29288 @samp{xyz(@var{x}, @var{y}, @var{z})}, then the result is a
29289 ``parametric surface.'' In this case, the axes of the graph are
29290 taken from the @var{x} and @var{y} values in these calls, and the
29291 ``x'' and ``y'' values from the input vectors or intervals are used only
29292 to specify the range of inputs to the formula. For example, plotting
29293 @samp{[0..360], [0..180], xyz(sin(x)*sin(y), cos(x)*sin(y), cos(y))}
29294 will draw a sphere. (Since the default resolution for 3D plots is
29295 5 steps in each of ``x'' and ``y'', this will draw a very crude
29296 sphere. You could use the @kbd{g N} command, described below, to
29297 increase this resolution, or specify the ``x'' and ``y'' values as
29298 vectors with more than 5 elements.
29299
29300 It is also possible to have a function in a regular @kbd{g f} plot
29301 evaluate to an @code{xyz} call. Since @kbd{g f} plots a line, not
29302 a surface, the result will be a 3D parametric line. For example,
29303 @samp{[[0..720], xyz(sin(x), cos(x), x)]} will plot two turns of a
29304 helix (a three-dimensional spiral).
29305
29306 As for @kbd{g f}, each of ``x'', ``y'', and ``z'' may instead be
29307 variables containing the relevant data.
29308
29309 @node Managing Curves, Graphics Options, Three Dimensional Graphics, Graphics
29310 @section Managing Curves
29311
29312 @noindent
29313 The @kbd{g f} command is really shorthand for the following commands:
29314 @kbd{C-u g d g a g p}. Likewise, @w{@kbd{g F}} is shorthand for
29315 @kbd{C-u g d g A g p}. You can gain more control over your graph
29316 by using these commands directly.
29317
29318 @kindex g a
29319 @pindex calc-graph-add
29320 The @kbd{g a} (@code{calc-graph-add}) command adds the ``curve''
29321 represented by the two values on the top of the stack to the current
29322 graph. You can have any number of curves in the same graph. When
29323 you give the @kbd{g p} command, all the curves will be drawn superimposed
29324 on the same axes.
29325
29326 The @kbd{g a} command (and many others that affect the current graph)
29327 will cause a special buffer, @file{*Gnuplot Commands*}, to be displayed
29328 in another window. This buffer is a template of the commands that will
29329 be sent to GNUPLOT when it is time to draw the graph. The first
29330 @kbd{g a} command adds a @code{plot} command to this buffer. Succeeding
29331 @kbd{g a} commands add extra curves onto that @code{plot} command.
29332 Other graph-related commands put other GNUPLOT commands into this
29333 buffer. In normal usage you never need to work with this buffer
29334 directly, but you can if you wish. The only constraint is that there
29335 must be only one @code{plot} command, and it must be the last command
29336 in the buffer. If you want to save and later restore a complete graph
29337 configuration, you can use regular Emacs commands to save and restore
29338 the contents of the @file{*Gnuplot Commands*} buffer.
29339
29340 @vindex PlotData1
29341 @vindex PlotData2
29342 If the values on the stack are not variable names, @kbd{g a} will invent
29343 variable names for them (of the form @samp{PlotData@var{n}}) and store
29344 the values in those variables. The ``x'' and ``y'' variables are what
29345 go into the @code{plot} command in the template. If you add a curve
29346 that uses a certain variable and then later change that variable, you
29347 can replot the graph without having to delete and re-add the curve.
29348 That's because the variable name, not the vector, interval or formula
29349 itself, is what was added by @kbd{g a}.
29350
29351 A numeric prefix argument on @kbd{g a} or @kbd{g f} changes the way
29352 stack entries are interpreted as curves. With a positive prefix
29353 argument @expr{n}, the top @expr{n} stack entries are ``y'' values
29354 for @expr{n} different curves which share a common ``x'' value in
29355 the @expr{n+1}st stack entry. (Thus @kbd{g a} with no prefix
29356 argument is equivalent to @kbd{C-u 1 g a}.)
29357
29358 A prefix of zero or plain @kbd{C-u} means to take two stack entries,
29359 ``x'' and ``y'' as usual, but to interpret ``y'' as a vector of
29360 ``y'' values for several curves that share a common ``x''.
29361
29362 A negative prefix argument tells Calc to read @expr{n} vectors from
29363 the stack; each vector @expr{[x, y]} describes an independent curve.
29364 This is the only form of @kbd{g a} that creates several curves at once
29365 that don't have common ``x'' values. (Of course, the range of ``x''
29366 values covered by all the curves ought to be roughly the same if
29367 they are to look nice on the same graph.)
29368
29369 For example, to plot
29370 @texline @math{\sin n x}
29371 @infoline @expr{sin(n x)}
29372 for integers @expr{n}
29373 from 1 to 5, you could use @kbd{v x} to create a vector of integers
29374 (@expr{n}), then @kbd{V M '} or @kbd{V M $} to map @samp{sin(n x)}
29375 across this vector. The resulting vector of formulas is suitable
29376 for use as the ``y'' argument to a @kbd{C-u g a} or @kbd{C-u g f}
29377 command.
29378
29379 @kindex g A
29380 @pindex calc-graph-add-3d
29381 The @kbd{g A} (@code{calc-graph-add-3d}) command adds a 3D curve
29382 to the graph. It is not valid to intermix 2D and 3D curves in a
29383 single graph. This command takes three arguments, ``x'', ``y'',
29384 and ``z'', from the stack. With a positive prefix @expr{n}, it
29385 takes @expr{n+2} arguments (common ``x'' and ``y'', plus @expr{n}
29386 separate ``z''s). With a zero prefix, it takes three stack entries
29387 but the ``z'' entry is a vector of curve values. With a negative
29388 prefix @expr{-n}, it takes @expr{n} vectors of the form @expr{[x, y, z]}.
29389 The @kbd{g A} command works by adding a @code{splot} (surface-plot)
29390 command to the @file{*Gnuplot Commands*} buffer.
29391
29392 (Although @kbd{g a} adds a 2D @code{plot} command to the
29393 @file{*Gnuplot Commands*} buffer, Calc changes this to @code{splot}
29394 before sending it to GNUPLOT if it notices that the data points are
29395 evaluating to @code{xyz} calls. It will not work to mix 2D and 3D
29396 @kbd{g a} curves in a single graph, although Calc does not currently
29397 check for this.)
29398
29399 @kindex g d
29400 @pindex calc-graph-delete
29401 The @kbd{g d} (@code{calc-graph-delete}) command deletes the most
29402 recently added curve from the graph. It has no effect if there are
29403 no curves in the graph. With a numeric prefix argument of any kind,
29404 it deletes all of the curves from the graph.
29405
29406 @kindex g H
29407 @pindex calc-graph-hide
29408 The @kbd{g H} (@code{calc-graph-hide}) command ``hides'' or ``unhides''
29409 the most recently added curve. A hidden curve will not appear in
29410 the actual plot, but information about it such as its name and line and
29411 point styles will be retained.
29412
29413 @kindex g j
29414 @pindex calc-graph-juggle
29415 The @kbd{g j} (@code{calc-graph-juggle}) command moves the curve
29416 at the end of the list (the ``most recently added curve'') to the
29417 front of the list. The next-most-recent curve is thus exposed for
29418 @w{@kbd{g d}} or similar commands to use. With @kbd{g j} you can work
29419 with any curve in the graph even though curve-related commands only
29420 affect the last curve in the list.
29421
29422 @kindex g p
29423 @pindex calc-graph-plot
29424 The @kbd{g p} (@code{calc-graph-plot}) command uses GNUPLOT to draw
29425 the graph described in the @file{*Gnuplot Commands*} buffer. Any
29426 GNUPLOT parameters which are not defined by commands in this buffer
29427 are reset to their default values. The variables named in the @code{plot}
29428 command are written to a temporary data file and the variable names
29429 are then replaced by the file name in the template. The resulting
29430 plotting commands are fed to the GNUPLOT program. See the documentation
29431 for the GNUPLOT program for more specific information. All temporary
29432 files are removed when Emacs or GNUPLOT exits.
29433
29434 If you give a formula for ``y'', Calc will remember all the values that
29435 it calculates for the formula so that later plots can reuse these values.
29436 Calc throws out these saved values when you change any circumstances
29437 that may affect the data, such as switching from Degrees to Radians
29438 mode, or changing the value of a parameter in the formula. You can
29439 force Calc to recompute the data from scratch by giving a negative
29440 numeric prefix argument to @kbd{g p}.
29441
29442 Calc uses a fairly rough step size when graphing formulas over intervals.
29443 This is to ensure quick response. You can ``refine'' a plot by giving
29444 a positive numeric prefix argument to @kbd{g p}. Calc goes through
29445 the data points it has computed and saved from previous plots of the
29446 function, and computes and inserts a new data point midway between
29447 each of the existing points. You can refine a plot any number of times,
29448 but beware that the amount of calculation involved doubles each time.
29449
29450 Calc does not remember computed values for 3D graphs. This means the
29451 numerix prefix argument, if any, to @kbd{g p} is effectively ignored if
29452 the current graph is three-dimensional.
29453
29454 @kindex g P
29455 @pindex calc-graph-print
29456 The @kbd{g P} (@code{calc-graph-print}) command is like @kbd{g p},
29457 except that it sends the output to a printer instead of to the
29458 screen. More precisely, @kbd{g p} looks for @samp{set terminal}
29459 or @samp{set output} commands in the @file{*Gnuplot Commands*} buffer;
29460 lacking these it uses the default settings. However, @kbd{g P}
29461 ignores @samp{set terminal} and @samp{set output} commands and
29462 uses a different set of default values. All of these values are
29463 controlled by the @kbd{g D} and @kbd{g O} commands discussed below.
29464 Provided everything is set up properly, @kbd{g p} will plot to
29465 the screen unless you have specified otherwise and @kbd{g P} will
29466 always plot to the printer.
29467
29468 @node Graphics Options, Devices, Managing Curves, Graphics
29469 @section Graphics Options
29470
29471 @noindent
29472 @kindex g g
29473 @pindex calc-graph-grid
29474 The @kbd{g g} (@code{calc-graph-grid}) command turns the ``grid''
29475 on and off. It is off by default; tick marks appear only at the
29476 edges of the graph. With the grid turned on, dotted lines appear
29477 across the graph at each tick mark. Note that this command only
29478 changes the setting in @file{*Gnuplot Commands*}; to see the effects
29479 of the change you must give another @kbd{g p} command.
29480
29481 @kindex g b
29482 @pindex calc-graph-border
29483 The @kbd{g b} (@code{calc-graph-border}) command turns the border
29484 (the box that surrounds the graph) on and off. It is on by default.
29485 This command will only work with GNUPLOT 3.0 and later versions.
29486
29487 @kindex g k
29488 @pindex calc-graph-key
29489 The @kbd{g k} (@code{calc-graph-key}) command turns the ``key''
29490 on and off. The key is a chart in the corner of the graph that
29491 shows the correspondence between curves and line styles. It is
29492 off by default, and is only really useful if you have several
29493 curves on the same graph.
29494
29495 @kindex g N
29496 @pindex calc-graph-num-points
29497 The @kbd{g N} (@code{calc-graph-num-points}) command allows you
29498 to select the number of data points in the graph. This only affects
29499 curves where neither ``x'' nor ``y'' is specified as a vector.
29500 Enter a blank line to revert to the default value (initially 15).
29501 With no prefix argument, this command affects only the current graph.
29502 With a positive prefix argument this command changes or, if you enter
29503 a blank line, displays the default number of points used for all
29504 graphs created by @kbd{g a} that don't specify the resolution explicitly.
29505 With a negative prefix argument, this command changes or displays
29506 the default value (initially 5) used for 3D graphs created by @kbd{g A}.
29507 Note that a 3D setting of 5 means that a total of @expr{5^2 = 25} points
29508 will be computed for the surface.
29509
29510 Data values in the graph of a function are normally computed to a
29511 precision of five digits, regardless of the current precision at the
29512 time. This is usually more than adequate, but there are cases where
29513 it will not be. For example, plotting @expr{1 + x} with @expr{x} in the
29514 interval @samp{[0 ..@: 1e-6]} will round all the data points down
29515 to 1.0! Putting the command @samp{set precision @var{n}} in the
29516 @file{*Gnuplot Commands*} buffer will cause the data to be computed
29517 at precision @var{n} instead of 5. Since this is such a rare case,
29518 there is no keystroke-based command to set the precision.
29519
29520 @kindex g h
29521 @pindex calc-graph-header
29522 The @kbd{g h} (@code{calc-graph-header}) command sets the title
29523 for the graph. This will show up centered above the graph.
29524 The default title is blank (no title).
29525
29526 @kindex g n
29527 @pindex calc-graph-name
29528 The @kbd{g n} (@code{calc-graph-name}) command sets the title of an
29529 individual curve. Like the other curve-manipulating commands, it
29530 affects the most recently added curve, i.e., the last curve on the
29531 list in the @file{*Gnuplot Commands*} buffer. To set the title of
29532 the other curves you must first juggle them to the end of the list
29533 with @kbd{g j}, or edit the @file{*Gnuplot Commands*} buffer by hand.
29534 Curve titles appear in the key; if the key is turned off they are
29535 not used.
29536
29537 @kindex g t
29538 @kindex g T
29539 @pindex calc-graph-title-x
29540 @pindex calc-graph-title-y
29541 The @kbd{g t} (@code{calc-graph-title-x}) and @kbd{g T}
29542 (@code{calc-graph-title-y}) commands set the titles on the ``x''
29543 and ``y'' axes, respectively. These titles appear next to the
29544 tick marks on the left and bottom edges of the graph, respectively.
29545 Calc does not have commands to control the tick marks themselves,
29546 but you can edit them into the @file{*Gnuplot Commands*} buffer if
29547 you wish. See the GNUPLOT documentation for details.
29548
29549 @kindex g r
29550 @kindex g R
29551 @pindex calc-graph-range-x
29552 @pindex calc-graph-range-y
29553 The @kbd{g r} (@code{calc-graph-range-x}) and @kbd{g R}
29554 (@code{calc-graph-range-y}) commands set the range of values on the
29555 ``x'' and ``y'' axes, respectively. You are prompted to enter a
29556 suitable range. This should be either a pair of numbers of the
29557 form, @samp{@var{min}:@var{max}}, or a blank line to revert to the
29558 default behavior of setting the range based on the range of values
29559 in the data, or @samp{$} to take the range from the top of the stack.
29560 Ranges on the stack can be represented as either interval forms or
29561 vectors: @samp{[@var{min} ..@: @var{max}]} or @samp{[@var{min}, @var{max}]}.
29562
29563 @kindex g l
29564 @kindex g L
29565 @pindex calc-graph-log-x
29566 @pindex calc-graph-log-y
29567 The @kbd{g l} (@code{calc-graph-log-x}) and @kbd{g L} (@code{calc-graph-log-y})
29568 commands allow you to set either or both of the axes of the graph to
29569 be logarithmic instead of linear.
29570
29571 @kindex g C-l
29572 @kindex g C-r
29573 @kindex g C-t
29574 @pindex calc-graph-log-z
29575 @pindex calc-graph-range-z
29576 @pindex calc-graph-title-z
29577 For 3D plots, @kbd{g C-t}, @kbd{g C-r}, and @kbd{g C-l} (those are
29578 letters with the Control key held down) are the corresponding commands
29579 for the ``z'' axis.
29580
29581 @kindex g z
29582 @kindex g Z
29583 @pindex calc-graph-zero-x
29584 @pindex calc-graph-zero-y
29585 The @kbd{g z} (@code{calc-graph-zero-x}) and @kbd{g Z}
29586 (@code{calc-graph-zero-y}) commands control whether a dotted line is
29587 drawn to indicate the ``x'' and/or ``y'' zero axes. (These are the same
29588 dotted lines that would be drawn there anyway if you used @kbd{g g} to
29589 turn the ``grid'' feature on.) Zero-axis lines are on by default, and
29590 may be turned off only in GNUPLOT 3.0 and later versions. They are
29591 not available for 3D plots.
29592
29593 @kindex g s
29594 @pindex calc-graph-line-style
29595 The @kbd{g s} (@code{calc-graph-line-style}) command turns the connecting
29596 lines on or off for the most recently added curve, and optionally selects
29597 the style of lines to be used for that curve. Plain @kbd{g s} simply
29598 toggles the lines on and off. With a numeric prefix argument, @kbd{g s}
29599 turns lines on and sets a particular line style. Line style numbers
29600 start at one and their meanings vary depending on the output device.
29601 GNUPLOT guarantees that there will be at least six different line styles
29602 available for any device.
29603
29604 @kindex g S
29605 @pindex calc-graph-point-style
29606 The @kbd{g S} (@code{calc-graph-point-style}) command similarly turns
29607 the symbols at the data points on or off, or sets the point style.
29608 If you turn both lines and points off, the data points will show as
29609 tiny dots. If the ``y'' values being plotted contain error forms and
29610 the connecting lines are turned off, then this command will also turn
29611 the error bars on or off.
29612
29613 @cindex @code{LineStyles} variable
29614 @cindex @code{PointStyles} variable
29615 @vindex LineStyles
29616 @vindex PointStyles
29617 Another way to specify curve styles is with the @code{LineStyles} and
29618 @code{PointStyles} variables. These variables initially have no stored
29619 values, but if you store a vector of integers in one of these variables,
29620 the @kbd{g a} and @kbd{g f} commands will use those style numbers
29621 instead of the defaults for new curves that are added to the graph.
29622 An entry should be a positive integer for a specific style, or 0 to let
29623 the style be chosen automatically, or @mathit{-1} to turn off lines or points
29624 altogether. If there are more curves than elements in the vector, the
29625 last few curves will continue to have the default styles. Of course,
29626 you can later use @kbd{g s} and @kbd{g S} to change any of these styles.
29627
29628 For example, @kbd{'[2 -1 3] @key{RET} s t LineStyles} causes the first curve
29629 to have lines in style number 2, the second curve to have no connecting
29630 lines, and the third curve to have lines in style 3. Point styles will
29631 still be assigned automatically, but you could store another vector in
29632 @code{PointStyles} to define them, too.
29633
29634 @node Devices, , Graphics Options, Graphics
29635 @section Graphical Devices
29636
29637 @noindent
29638 @kindex g D
29639 @pindex calc-graph-device
29640 The @kbd{g D} (@code{calc-graph-device}) command sets the device name
29641 (or ``terminal name'' in GNUPLOT lingo) to be used by @kbd{g p} commands
29642 on this graph. It does not affect the permanent default device name.
29643 If you enter a blank name, the device name reverts to the default.
29644 Enter @samp{?} to see a list of supported devices.
29645
29646 With a positive numeric prefix argument, @kbd{g D} instead sets
29647 the default device name, used by all plots in the future which do
29648 not override it with a plain @kbd{g D} command. If you enter a
29649 blank line this command shows you the current default. The special
29650 name @code{default} signifies that Calc should choose @code{x11} if
29651 the X window system is in use (as indicated by the presence of a
29652 @code{DISPLAY} environment variable), @code{windows} on MS-Windows, or
29653 otherwise @code{dumb} under GNUPLOT 3.0 and later, or
29654 @code{postscript} under GNUPLOT 2.0. This is the initial default
29655 value.
29656
29657 The @code{dumb} device is an interface to ``dumb terminals,'' i.e.,
29658 terminals with no special graphics facilities. It writes a crude
29659 picture of the graph composed of characters like @code{-} and @code{|}
29660 to a buffer called @file{*Gnuplot Trail*}, which Calc then displays.
29661 The graph is made the same size as the Emacs screen, which on most
29662 dumb terminals will be
29663 @texline @math{80\times24}
29664 @infoline 80x24
29665 characters. The graph is displayed in
29666 an Emacs ``recursive edit''; type @kbd{q} or @kbd{C-c C-c} to exit
29667 the recursive edit and return to Calc. Note that the @code{dumb}
29668 device is present only in GNUPLOT 3.0 and later versions.
29669
29670 The word @code{dumb} may be followed by two numbers separated by
29671 spaces. These are the desired width and height of the graph in
29672 characters. Also, the device name @code{big} is like @code{dumb}
29673 but creates a graph four times the width and height of the Emacs
29674 screen. You will then have to scroll around to view the entire
29675 graph. In the @file{*Gnuplot Trail*} buffer, @key{SPC}, @key{DEL},
29676 @kbd{<}, and @kbd{>} are defined to scroll by one screenful in each
29677 of the four directions.
29678
29679 With a negative numeric prefix argument, @kbd{g D} sets or displays
29680 the device name used by @kbd{g P} (@code{calc-graph-print}). This
29681 is initially @code{postscript}. If you don't have a PostScript
29682 printer, you may decide once again to use @code{dumb} to create a
29683 plot on any text-only printer.
29684
29685 @kindex g O
29686 @pindex calc-graph-output
29687 The @kbd{g O} (@code{calc-graph-output}) command sets the name of the
29688 output file used by GNUPLOT@. For some devices, notably @code{x11} and
29689 @code{windows}, there is no output file and this information is not
29690 used. Many other ``devices'' are really file formats like
29691 @code{postscript}; in these cases the output in the desired format
29692 goes into the file you name with @kbd{g O}. Type @kbd{g O stdout
29693 @key{RET}} to set GNUPLOT to write to its standard output stream,
29694 i.e., to @file{*Gnuplot Trail*}. This is the default setting.
29695
29696 Another special output name is @code{tty}, which means that GNUPLOT
29697 is going to write graphics commands directly to its standard output,
29698 which you wish Emacs to pass through to your terminal. Tektronix
29699 graphics terminals, among other devices, operate this way. Calc does
29700 this by telling GNUPLOT to write to a temporary file, then running a
29701 sub-shell executing the command @samp{cat tempfile >/dev/tty}. On
29702 typical Unix systems, this will copy the temporary file directly to
29703 the terminal, bypassing Emacs entirely. You will have to type @kbd{C-l}
29704 to Emacs afterwards to refresh the screen.
29705
29706 Once again, @kbd{g O} with a positive or negative prefix argument
29707 sets the default or printer output file names, respectively. In each
29708 case you can specify @code{auto}, which causes Calc to invent a temporary
29709 file name for each @kbd{g p} (or @kbd{g P}) command. This temporary file
29710 will be deleted once it has been displayed or printed. If the output file
29711 name is not @code{auto}, the file is not automatically deleted.
29712
29713 The default and printer devices and output files can be saved
29714 permanently by the @kbd{m m} (@code{calc-save-modes}) command. The
29715 default number of data points (see @kbd{g N}) and the X geometry
29716 (see @kbd{g X}) are also saved. Other graph information is @emph{not}
29717 saved; you can save a graph's configuration simply by saving the contents
29718 of the @file{*Gnuplot Commands*} buffer.
29719
29720 @vindex calc-gnuplot-plot-command
29721 @vindex calc-gnuplot-default-device
29722 @vindex calc-gnuplot-default-output
29723 @vindex calc-gnuplot-print-command
29724 @vindex calc-gnuplot-print-device
29725 @vindex calc-gnuplot-print-output
29726 You may wish to configure the default and
29727 printer devices and output files for the whole system. The relevant
29728 Lisp variables are @code{calc-gnuplot-default-device} and @code{-output},
29729 and @code{calc-gnuplot-print-device} and @code{-output}. The output
29730 file names must be either strings as described above, or Lisp
29731 expressions which are evaluated on the fly to get the output file names.
29732
29733 Other important Lisp variables are @code{calc-gnuplot-plot-command} and
29734 @code{calc-gnuplot-print-command}, which give the system commands to
29735 display or print the output of GNUPLOT, respectively. These may be
29736 @code{nil} if no command is necessary, or strings which can include
29737 @samp{%s} to signify the name of the file to be displayed or printed.
29738 Or, these variables may contain Lisp expressions which are evaluated
29739 to display or print the output. These variables are customizable
29740 (@pxref{Customizing Calc}).
29741
29742 @kindex g x
29743 @pindex calc-graph-display
29744 The @kbd{g x} (@code{calc-graph-display}) command lets you specify
29745 on which X window system display your graphs should be drawn. Enter
29746 a blank line to see the current display name. This command has no
29747 effect unless the current device is @code{x11}.
29748
29749 @kindex g X
29750 @pindex calc-graph-geometry
29751 The @kbd{g X} (@code{calc-graph-geometry}) command is a similar
29752 command for specifying the position and size of the X window.
29753 The normal value is @code{default}, which generally means your
29754 window manager will let you place the window interactively.
29755 Entering @samp{800x500+0+0} would create an 800-by-500 pixel
29756 window in the upper-left corner of the screen. This command has no
29757 effect if the current device is @code{windows}.
29758
29759 The buffer called @file{*Gnuplot Trail*} holds a transcript of the
29760 session with GNUPLOT@. This shows the commands Calc has ``typed'' to
29761 GNUPLOT and the responses it has received. Calc tries to notice when an
29762 error message has appeared here and display the buffer for you when
29763 this happens. You can check this buffer yourself if you suspect
29764 something has gone wrong@footnote{
29765 On MS-Windows, due to the peculiarities of how the Windows version of
29766 GNUPLOT (called @command{wgnuplot}) works, the GNUPLOT responses are
29767 not communicated back to Calc. Instead, you need to look them up in
29768 the GNUPLOT command window that is displayed as in normal interactive
29769 usage of GNUPLOT.
29770 }.
29771
29772 @kindex g C
29773 @pindex calc-graph-command
29774 The @kbd{g C} (@code{calc-graph-command}) command prompts you to
29775 enter any line of text, then simply sends that line to the current
29776 GNUPLOT process. The @file{*Gnuplot Trail*} buffer looks deceptively
29777 like a Shell buffer but you can't type commands in it yourself.
29778 Instead, you must use @kbd{g C} for this purpose.
29779
29780 @kindex g v
29781 @kindex g V
29782 @pindex calc-graph-view-commands
29783 @pindex calc-graph-view-trail
29784 The @kbd{g v} (@code{calc-graph-view-commands}) and @kbd{g V}
29785 (@code{calc-graph-view-trail}) commands display the @file{*Gnuplot Commands*}
29786 and @file{*Gnuplot Trail*} buffers, respectively, in another window.
29787 This happens automatically when Calc thinks there is something you
29788 will want to see in either of these buffers. If you type @kbd{g v}
29789 or @kbd{g V} when the relevant buffer is already displayed, the
29790 buffer is hidden again. (Note that on MS-Windows, the @file{*Gnuplot
29791 Trail*} buffer will usually show nothing of interest, because
29792 GNUPLOT's responses are not communicated back to Calc.)
29793
29794 One reason to use @kbd{g v} is to add your own commands to the
29795 @file{*Gnuplot Commands*} buffer. Press @kbd{g v}, then use
29796 @kbd{C-x o} to switch into that window. For example, GNUPLOT has
29797 @samp{set label} and @samp{set arrow} commands that allow you to
29798 annotate your plots. Since Calc doesn't understand these commands,
29799 you have to add them to the @file{*Gnuplot Commands*} buffer
29800 yourself, then use @w{@kbd{g p}} to replot using these new commands. Note
29801 that your commands must appear @emph{before} the @code{plot} command.
29802 To get help on any GNUPLOT feature, type, e.g., @kbd{g C help set label}.
29803 You may have to type @kbd{g C @key{RET}} a few times to clear the
29804 ``press return for more'' or ``subtopic of @dots{}'' requests.
29805 Note that Calc always sends commands (like @samp{set nolabel}) to
29806 reset all plotting parameters to the defaults before each plot, so
29807 to delete a label all you need to do is delete the @samp{set label}
29808 line you added (or comment it out with @samp{#}) and then replot
29809 with @kbd{g p}.
29810
29811 @kindex g q
29812 @pindex calc-graph-quit
29813 You can use @kbd{g q} (@code{calc-graph-quit}) to kill the GNUPLOT
29814 process that is running. The next graphing command you give will
29815 start a fresh GNUPLOT process. The word @samp{Graph} appears in
29816 the Calc window's mode line whenever a GNUPLOT process is currently
29817 running. The GNUPLOT process is automatically killed when you
29818 exit Emacs if you haven't killed it manually by then.
29819
29820 @kindex g K
29821 @pindex calc-graph-kill
29822 The @kbd{g K} (@code{calc-graph-kill}) command is like @kbd{g q}
29823 except that it also views the @file{*Gnuplot Trail*} buffer so that
29824 you can see the process being killed. This is better if you are
29825 killing GNUPLOT because you think it has gotten stuck.
29826
29827 @node Kill and Yank, Keypad Mode, Graphics, Top
29828 @chapter Kill and Yank Functions
29829
29830 @noindent
29831 The commands in this chapter move information between the Calculator and
29832 other Emacs editing buffers.
29833
29834 In many cases Embedded mode is an easier and more natural way to
29835 work with Calc from a regular editing buffer. @xref{Embedded Mode}.
29836
29837 @menu
29838 * Killing From Stack::
29839 * Yanking Into Stack::
29840 * Saving Into Registers::
29841 * Inserting From Registers::
29842 * Grabbing From Buffers::
29843 * Yanking Into Buffers::
29844 * X Cut and Paste::
29845 @end menu
29846
29847 @node Killing From Stack, Yanking Into Stack, Kill and Yank, Kill and Yank
29848 @section Killing from the Stack
29849
29850 @noindent
29851 @kindex C-k
29852 @pindex calc-kill
29853 @kindex M-k
29854 @pindex calc-copy-as-kill
29855 @kindex C-w
29856 @pindex calc-kill-region
29857 @kindex M-w
29858 @pindex calc-copy-region-as-kill
29859 @kindex M-C-w
29860 @cindex Kill ring
29861 @dfn{Kill} commands are Emacs commands that insert text into the ``kill
29862 ring,'' from which it can later be ``yanked'' by a @kbd{C-y} command.
29863 Three common kill commands in normal Emacs are @kbd{C-k}, which kills
29864 one line, @kbd{C-w}, which kills the region between mark and point, and
29865 @kbd{M-w}, which puts the region into the kill ring without actually
29866 deleting it. All of these commands work in the Calculator, too,
29867 although in the Calculator they operate on whole stack entries, so they
29868 ``round up'' the specified region to encompass full lines. (To copy
29869 only parts of lines, the @kbd{M-C-w} command in the Calculator will copy
29870 the region to the kill ring without any ``rounding up'', just like the
29871 @kbd{M-w} command in normal Emacs.) Also, @kbd{M-k} has been provided
29872 to complete the set; it puts the current line into the kill ring without
29873 deleting anything.
29874
29875 The kill commands are unusual in that they pay attention to the location
29876 of the cursor in the Calculator buffer. If the cursor is on or below
29877 the bottom line, the kill commands operate on the top of the stack.
29878 Otherwise, they operate on whatever stack element the cursor is on. The
29879 text is copied into the kill ring exactly as it appears on the screen,
29880 including line numbers if they are enabled.
29881
29882 A numeric prefix argument to @kbd{C-k} or @kbd{M-k} affects the number
29883 of lines killed. A positive argument kills the current line and @expr{n-1}
29884 lines below it. A negative argument kills the @expr{-n} lines above the
29885 current line. Again this mirrors the behavior of the standard Emacs
29886 @kbd{C-k} command. Although a whole line is always deleted, @kbd{C-k}
29887 with no argument copies only the number itself into the kill ring, whereas
29888 @kbd{C-k} with a prefix argument of 1 copies the number with its trailing
29889 newline.
29890
29891 @node Yanking Into Stack, Saving Into Registers, Killing From Stack, Kill and Yank
29892 @section Yanking into the Stack
29893
29894 @noindent
29895 @kindex C-y
29896 @pindex calc-yank
29897 The @kbd{C-y} command yanks the most recently killed text back into the
29898 Calculator. It pushes this value onto the top of the stack regardless of
29899 the cursor position. In general it re-parses the killed text as a number
29900 or formula (or a list of these separated by commas or newlines). However if
29901 the thing being yanked is something that was just killed from the Calculator
29902 itself, its full internal structure is yanked. For example, if you have
29903 set the floating-point display mode to show only four significant digits,
29904 then killing and re-yanking 3.14159 (which displays as 3.142) will yank the
29905 full 3.14159, even though yanking it into any other buffer would yank the
29906 number in its displayed form, 3.142. (Since the default display modes
29907 show all objects to their full precision, this feature normally makes no
29908 difference.)
29909
29910 @node Saving Into Registers, Inserting From Registers, Yanking Into Stack, Kill and Yank
29911 @section Saving into Registers
29912
29913 @noindent
29914 @kindex r s
29915 @pindex calc-copy-to-register
29916 @pindex calc-prepend-to-register
29917 @pindex calc-append-to-register
29918 @cindex Registers
29919 An alternative to killing and yanking stack entries is using
29920 registers in Calc. Saving stack entries in registers is like
29921 saving text in normal Emacs registers; although, like Calc's kill
29922 commands, register commands always operate on whole stack
29923 entries.
29924
29925 Registers in Calc are places to store stack entries for later use;
29926 each register is indexed by a single character. To store the current
29927 region (rounded up, of course, to include full stack entries) into a
29928 register, use the command @kbd{r s} (@code{calc-copy-to-register}).
29929 You will then be prompted for a register to use, the next character
29930 you type will be the index for the register. To store the region in
29931 register @var{r}, the full command will be @kbd{r s @var{r}}. With an
29932 argument, @kbd{C-u r s @var{r}}, the region being copied to the
29933 register will be deleted from the Calc buffer.
29934
29935 It is possible to add additional stack entries to a register. The
29936 command @kbd{M-x calc-append-to-register} will prompt for a register,
29937 then add the stack entries in the region to the end of the register
29938 contents. The command @kbd{M-x calc-prepend-to-register} will
29939 similarly prompt for a register and add the stack entries in the
29940 region to the beginning of the register contents. Both commands take
29941 @kbd{C-u} arguments, which will cause the region to be deleted after being
29942 added to the register.
29943
29944 @node Inserting From Registers, Grabbing From Buffers, Saving Into Registers, Kill and Yank
29945 @section Inserting from Registers
29946 @noindent
29947 @kindex r i
29948 @pindex calc-insert-register
29949 The command @kbd{r i} (@code{calc-insert-register}) will prompt for a
29950 register, then insert the contents of that register into the
29951 Calculator. If the contents of the register were placed there from
29952 within Calc, then the full internal structure of the contents will be
29953 inserted into the Calculator, otherwise whatever text is in the
29954 register is reparsed and then inserted into the Calculator.
29955
29956 @node Grabbing From Buffers, Yanking Into Buffers, Inserting From Registers, Kill and Yank
29957 @section Grabbing from Other Buffers
29958
29959 @noindent
29960 @kindex C-x * g
29961 @pindex calc-grab-region
29962 The @kbd{C-x * g} (@code{calc-grab-region}) command takes the text between
29963 point and mark in the current buffer and attempts to parse it as a
29964 vector of values. Basically, it wraps the text in vector brackets
29965 @samp{[ ]} unless the text already is enclosed in vector brackets,
29966 then reads the text as if it were an algebraic entry. The contents
29967 of the vector may be numbers, formulas, or any other Calc objects.
29968 If the @kbd{C-x * g} command works successfully, it does an automatic
29969 @kbd{C-x * c} to enter the Calculator buffer.
29970
29971 A numeric prefix argument grabs the specified number of lines around
29972 point, ignoring the mark. A positive prefix grabs from point to the
29973 @expr{n}th following newline (so that @kbd{M-1 C-x * g} grabs from point
29974 to the end of the current line); a negative prefix grabs from point
29975 back to the @expr{n+1}st preceding newline. In these cases the text
29976 that is grabbed is exactly the same as the text that @kbd{C-k} would
29977 delete given that prefix argument.
29978
29979 A prefix of zero grabs the current line; point may be anywhere on the
29980 line.
29981
29982 A plain @kbd{C-u} prefix interprets the region between point and mark
29983 as a single number or formula rather than a vector. For example,
29984 @kbd{C-x * g} on the text @samp{2 a b} produces the vector of three
29985 values @samp{[2, a, b]}, but @kbd{C-u C-x * g} on the same region
29986 reads a formula which is a product of three things: @samp{2 a b}.
29987 (The text @samp{a + b}, on the other hand, will be grabbed as a
29988 vector of one element by plain @kbd{C-x * g} because the interpretation
29989 @samp{[a, +, b]} would be a syntax error.)
29990
29991 If a different language has been specified (@pxref{Language Modes}),
29992 the grabbed text will be interpreted according to that language.
29993
29994 @kindex C-x * r
29995 @pindex calc-grab-rectangle
29996 The @kbd{C-x * r} (@code{calc-grab-rectangle}) command takes the text between
29997 point and mark and attempts to parse it as a matrix. If point and mark
29998 are both in the leftmost column, the lines in between are parsed in their
29999 entirety. Otherwise, point and mark define the corners of a rectangle
30000 whose contents are parsed.
30001
30002 Each line of the grabbed area becomes a row of the matrix. The result
30003 will actually be a vector of vectors, which Calc will treat as a matrix
30004 only if every row contains the same number of values.
30005
30006 If a line contains a portion surrounded by square brackets (or curly
30007 braces), that portion is interpreted as a vector which becomes a row
30008 of the matrix. Any text surrounding the bracketed portion on the line
30009 is ignored.
30010
30011 Otherwise, the entire line is interpreted as a row vector as if it
30012 were surrounded by square brackets. Leading line numbers (in the
30013 format used in the Calc stack buffer) are ignored. If you wish to
30014 force this interpretation (even if the line contains bracketed
30015 portions), give a negative numeric prefix argument to the
30016 @kbd{C-x * r} command.
30017
30018 If you give a numeric prefix argument of zero or plain @kbd{C-u}, each
30019 line is instead interpreted as a single formula which is converted into
30020 a one-element vector. Thus the result of @kbd{C-u C-x * r} will be a
30021 one-column matrix. For example, suppose one line of the data is the
30022 expression @samp{2 a}. A plain @w{@kbd{C-x * r}} will interpret this as
30023 @samp{[2 a]}, which in turn is read as a two-element vector that forms
30024 one row of the matrix. But a @kbd{C-u C-x * r} will interpret this row
30025 as @samp{[2*a]}.
30026
30027 If you give a positive numeric prefix argument @var{n}, then each line
30028 will be split up into columns of width @var{n}; each column is parsed
30029 separately as a matrix element. If a line contained
30030 @w{@samp{2 +/- 3 4 +/- 5}}, then grabbing with a prefix argument of 8
30031 would correctly split the line into two error forms.
30032
30033 @xref{Matrix Functions}, to see how to pull the matrix apart into its
30034 constituent rows and columns. (If it is a
30035 @texline @math{1\times1}
30036 @infoline 1x1
30037 matrix, just hit @kbd{v u} (@code{calc-unpack}) twice.)
30038
30039 @kindex C-x * :
30040 @kindex C-x * _
30041 @pindex calc-grab-sum-across
30042 @pindex calc-grab-sum-down
30043 @cindex Summing rows and columns of data
30044 The @kbd{C-x * :} (@code{calc-grab-sum-down}) command is a handy way to
30045 grab a rectangle of data and sum its columns. It is equivalent to
30046 typing @kbd{C-x * r}, followed by @kbd{V R : +} (the vector reduction
30047 command that sums the columns of a matrix; @pxref{Reducing}). The
30048 result of the command will be a vector of numbers, one for each column
30049 in the input data. The @kbd{C-x * _} (@code{calc-grab-sum-across}) command
30050 similarly grabs a rectangle and sums its rows by executing @w{@kbd{V R _ +}}.
30051
30052 As well as being more convenient, @kbd{C-x * :} and @kbd{C-x * _} are also
30053 much faster because they don't actually place the grabbed vector on
30054 the stack. In a @kbd{C-x * r V R : +} sequence, formatting the vector
30055 for display on the stack takes a large fraction of the total time
30056 (unless you have planned ahead and used @kbd{v .} and @kbd{t .} modes).
30057
30058 For example, suppose we have a column of numbers in a file which we
30059 wish to sum. Go to one corner of the column and press @kbd{C-@@} to
30060 set the mark; go to the other corner and type @kbd{C-x * :}. Since there
30061 is only one column, the result will be a vector of one number, the sum.
30062 (You can type @kbd{v u} to unpack this vector into a plain number if
30063 you want to do further arithmetic with it.)
30064
30065 To compute the product of the column of numbers, we would have to do
30066 it ``by hand'' since there's no special grab-and-multiply command.
30067 Use @kbd{C-x * r} to grab the column of numbers into the calculator in
30068 the form of a column matrix. The statistics command @kbd{u *} is a
30069 handy way to find the product of a vector or matrix of numbers.
30070 @xref{Statistical Operations}. Another approach would be to use
30071 an explicit column reduction command, @kbd{V R : *}.
30072
30073 @node Yanking Into Buffers, X Cut and Paste, Grabbing From Buffers, Kill and Yank
30074 @section Yanking into Other Buffers
30075
30076 @noindent
30077 @kindex y
30078 @pindex calc-copy-to-buffer
30079 The plain @kbd{y} (@code{calc-copy-to-buffer}) command inserts the number
30080 at the top of the stack into the most recently used normal editing buffer.
30081 (More specifically, this is the most recently used buffer which is displayed
30082 in a window and whose name does not begin with @samp{*}. If there is no
30083 such buffer, this is the most recently used buffer except for Calculator
30084 and Calc Trail buffers.) The number is inserted exactly as it appears and
30085 without a newline. (If line-numbering is enabled, the line number is
30086 normally not included.) The number is @emph{not} removed from the stack.
30087
30088 With a prefix argument, @kbd{y} inserts several numbers, one per line.
30089 A positive argument inserts the specified number of values from the top
30090 of the stack. A negative argument inserts the @expr{n}th value from the
30091 top of the stack. An argument of zero inserts the entire stack. Note
30092 that @kbd{y} with an argument of 1 is slightly different from @kbd{y}
30093 with no argument; the former always copies full lines, whereas the
30094 latter strips off the trailing newline.
30095
30096 With a lone @kbd{C-u} as a prefix argument, @kbd{y} @emph{replaces} the
30097 region in the other buffer with the yanked text, then quits the
30098 Calculator, leaving you in that buffer. A typical use would be to use
30099 @kbd{C-x * g} to read a region of data into the Calculator, operate on the
30100 data to produce a new matrix, then type @kbd{C-u y} to replace the
30101 original data with the new data. One might wish to alter the matrix
30102 display style (@pxref{Vector and Matrix Formats}) or change the current
30103 display language (@pxref{Language Modes}) before doing this. Also, note
30104 that this command replaces a linear region of text (as grabbed by
30105 @kbd{C-x * g}), not a rectangle (as grabbed by @kbd{C-x * r}).
30106
30107 If the editing buffer is in overwrite (as opposed to insert) mode,
30108 and the @kbd{C-u} prefix was not used, then the yanked number will
30109 overwrite the characters following point rather than being inserted
30110 before those characters. The usual conventions of overwrite mode
30111 are observed; for example, characters will be inserted at the end of
30112 a line rather than overflowing onto the next line. Yanking a multi-line
30113 object such as a matrix in overwrite mode overwrites the next @var{n}
30114 lines in the buffer, lengthening or shortening each line as necessary.
30115 Finally, if the thing being yanked is a simple integer or floating-point
30116 number (like @samp{-1.2345e-3}) and the characters following point also
30117 make up such a number, then Calc will replace that number with the new
30118 number, lengthening or shortening as necessary. The concept of
30119 ``overwrite mode'' has thus been generalized from overwriting characters
30120 to overwriting one complete number with another.
30121
30122 @kindex C-x * y
30123 The @kbd{C-x * y} key sequence is equivalent to @kbd{y} except that
30124 it can be typed anywhere, not just in Calc. This provides an easy
30125 way to guarantee that Calc knows which editing buffer you want to use!
30126
30127 @node X Cut and Paste, , Yanking Into Buffers, Kill and Yank
30128 @section X Cut and Paste
30129
30130 @noindent
30131 If you are using Emacs with the X window system, there is an easier
30132 way to move small amounts of data into and out of the calculator:
30133 Use the mouse-oriented cut and paste facilities of X.
30134
30135 The default bindings for a three-button mouse cause the left button
30136 to move the Emacs cursor to the given place, the right button to
30137 select the text between the cursor and the clicked location, and
30138 the middle button to yank the selection into the buffer at the
30139 clicked location. So, if you have a Calc window and an editing
30140 window on your Emacs screen, you can use left-click/right-click
30141 to select a number, vector, or formula from one window, then
30142 middle-click to paste that value into the other window. When you
30143 paste text into the Calc window, Calc interprets it as an algebraic
30144 entry. It doesn't matter where you click in the Calc window; the
30145 new value is always pushed onto the top of the stack.
30146
30147 The @code{xterm} program that is typically used for general-purpose
30148 shell windows in X interprets the mouse buttons in the same way.
30149 So you can use the mouse to move data between Calc and any other
30150 Unix program. One nice feature of @code{xterm} is that a double
30151 left-click selects one word, and a triple left-click selects a
30152 whole line. So you can usually transfer a single number into Calc
30153 just by double-clicking on it in the shell, then middle-clicking
30154 in the Calc window.
30155
30156 @node Keypad Mode, Embedded Mode, Kill and Yank, Top
30157 @chapter Keypad Mode
30158
30159 @noindent
30160 @kindex C-x * k
30161 @pindex calc-keypad
30162 The @kbd{C-x * k} (@code{calc-keypad}) command starts the Calculator
30163 and displays a picture of a calculator-style keypad. If you are using
30164 the X window system, you can click on any of the ``keys'' in the
30165 keypad using the left mouse button to operate the calculator.
30166 The original window remains the selected window; in Keypad mode
30167 you can type in your file while simultaneously performing
30168 calculations with the mouse.
30169
30170 @pindex full-calc-keypad
30171 If you have used @kbd{C-x * b} first, @kbd{C-x * k} instead invokes
30172 the @code{full-calc-keypad} command, which takes over the whole
30173 Emacs screen and displays the keypad, the Calc stack, and the Calc
30174 trail all at once. This mode would normally be used when running
30175 Calc standalone (@pxref{Standalone Operation}).
30176
30177 If you aren't using the X window system, you must switch into
30178 the @file{*Calc Keypad*} window, place the cursor on the desired
30179 ``key,'' and type @key{SPC} or @key{RET}. If you think this
30180 is easier than using Calc normally, go right ahead.
30181
30182 Calc commands are more or less the same in Keypad mode. Certain
30183 keypad keys differ slightly from the corresponding normal Calc
30184 keystrokes; all such deviations are described below.
30185
30186 Keypad mode includes many more commands than will fit on the keypad
30187 at once. Click the right mouse button [@code{calc-keypad-menu}]
30188 to switch to the next menu. The bottom five rows of the keypad
30189 stay the same; the top three rows change to a new set of commands.
30190 To return to earlier menus, click the middle mouse button
30191 [@code{calc-keypad-menu-back}] or simply advance through the menus
30192 until you wrap around. Typing @key{TAB} inside the keypad window
30193 is equivalent to clicking the right mouse button there.
30194
30195 You can always click the @key{EXEC} button and type any normal
30196 Calc key sequence. This is equivalent to switching into the
30197 Calc buffer, typing the keys, then switching back to your
30198 original buffer.
30199
30200 @menu
30201 * Keypad Main Menu::
30202 * Keypad Functions Menu::
30203 * Keypad Binary Menu::
30204 * Keypad Vectors Menu::
30205 * Keypad Modes Menu::
30206 @end menu
30207
30208 @node Keypad Main Menu, Keypad Functions Menu, Keypad Mode, Keypad Mode
30209 @section Main Menu
30210
30211 @smallexample
30212 @group
30213 |----+----+--Calc---+----+----1
30214 |FLR |CEIL|RND |TRNC|CLN2|FLT |
30215 |----+----+----+----+----+----|
30216 | LN |EXP | |ABS |IDIV|MOD |
30217 |----+----+----+----+----+----|
30218 |SIN |COS |TAN |SQRT|y^x |1/x |
30219 |----+----+----+----+----+----|
30220 | ENTER |+/- |EEX |UNDO| <- |
30221 |-----+---+-+--+--+-+---++----|
30222 | INV | 7 | 8 | 9 | / |
30223 |-----+-----+-----+-----+-----|
30224 | HYP | 4 | 5 | 6 | * |
30225 |-----+-----+-----+-----+-----|
30226 |EXEC | 1 | 2 | 3 | - |
30227 |-----+-----+-----+-----+-----|
30228 | OFF | 0 | . | PI | + |
30229 |-----+-----+-----+-----+-----+
30230 @end group
30231 @end smallexample
30232
30233 @noindent
30234 This is the menu that appears the first time you start Keypad mode.
30235 It will show up in a vertical window on the right side of your screen.
30236 Above this menu is the traditional Calc stack display. On a 24-line
30237 screen you will be able to see the top three stack entries.
30238
30239 The ten digit keys, decimal point, and @key{EEX} key are used for
30240 entering numbers in the obvious way. @key{EEX} begins entry of an
30241 exponent in scientific notation. Just as with regular Calc, the
30242 number is pushed onto the stack as soon as you press @key{ENTER}
30243 or any other function key.
30244
30245 The @key{+/-} key corresponds to normal Calc's @kbd{n} key. During
30246 numeric entry it changes the sign of the number or of the exponent.
30247 At other times it changes the sign of the number on the top of the
30248 stack.
30249
30250 The @key{INV} and @key{HYP} keys modify other keys. As well as
30251 having the effects described elsewhere in this manual, Keypad mode
30252 defines several other ``inverse'' operations. These are described
30253 below and in the following sections.
30254
30255 The @key{ENTER} key finishes the current numeric entry, or otherwise
30256 duplicates the top entry on the stack.
30257
30258 The @key{UNDO} key undoes the most recent Calc operation.
30259 @kbd{INV UNDO} is the ``redo'' command, and @kbd{HYP UNDO} is
30260 ``last arguments'' (@kbd{M-@key{RET}}).
30261
30262 The @key{<-} key acts as a ``backspace'' during numeric entry.
30263 At other times it removes the top stack entry. @kbd{INV <-}
30264 clears the entire stack. @kbd{HYP <-} takes an integer from
30265 the stack, then removes that many additional stack elements.
30266
30267 The @key{EXEC} key prompts you to enter any keystroke sequence
30268 that would normally work in Calc mode. This can include a
30269 numeric prefix if you wish. It is also possible simply to
30270 switch into the Calc window and type commands in it; there is
30271 nothing ``magic'' about this window when Keypad mode is active.
30272
30273 The other keys in this display perform their obvious calculator
30274 functions. @key{CLN2} rounds the top-of-stack by temporarily
30275 reducing the precision by 2 digits. @key{FLT} converts an
30276 integer or fraction on the top of the stack to floating-point.
30277
30278 The @key{INV} and @key{HYP} keys combined with several of these keys
30279 give you access to some common functions even if the appropriate menu
30280 is not displayed. Obviously you don't need to learn these keys
30281 unless you find yourself wasting time switching among the menus.
30282
30283 @table @kbd
30284 @item INV +/-
30285 is the same as @key{1/x}.
30286 @item INV +
30287 is the same as @key{SQRT}.
30288 @item INV -
30289 is the same as @key{CONJ}.
30290 @item INV *
30291 is the same as @key{y^x}.
30292 @item INV /
30293 is the same as @key{INV y^x} (the @expr{x}th root of @expr{y}).
30294 @item HYP/INV 1
30295 are the same as @key{SIN} / @kbd{INV SIN}.
30296 @item HYP/INV 2
30297 are the same as @key{COS} / @kbd{INV COS}.
30298 @item HYP/INV 3
30299 are the same as @key{TAN} / @kbd{INV TAN}.
30300 @item INV/HYP 4
30301 are the same as @key{LN} / @kbd{HYP LN}.
30302 @item INV/HYP 5
30303 are the same as @key{EXP} / @kbd{HYP EXP}.
30304 @item INV 6
30305 is the same as @key{ABS}.
30306 @item INV 7
30307 is the same as @key{RND} (@code{calc-round}).
30308 @item INV 8
30309 is the same as @key{CLN2}.
30310 @item INV 9
30311 is the same as @key{FLT} (@code{calc-float}).
30312 @item INV 0
30313 is the same as @key{IMAG}.
30314 @item INV .
30315 is the same as @key{PREC}.
30316 @item INV ENTER
30317 is the same as @key{SWAP}.
30318 @item HYP ENTER
30319 is the same as @key{RLL3}.
30320 @item INV HYP ENTER
30321 is the same as @key{OVER}.
30322 @item HYP +/-
30323 packs the top two stack entries as an error form.
30324 @item HYP EEX
30325 packs the top two stack entries as a modulo form.
30326 @item INV EEX
30327 creates an interval form; this removes an integer which is one
30328 of 0 @samp{[]}, 1 @samp{[)}, 2 @samp{(]} or 3 @samp{()}, followed
30329 by the two limits of the interval.
30330 @end table
30331
30332 The @kbd{OFF} key turns Calc off; typing @kbd{C-x * k} or @kbd{C-x * *}
30333 again has the same effect. This is analogous to typing @kbd{q} or
30334 hitting @kbd{C-x * c} again in the normal calculator. If Calc is
30335 running standalone (the @code{full-calc-keypad} command appeared in the
30336 command line that started Emacs), then @kbd{OFF} is replaced with
30337 @kbd{EXIT}; clicking on this actually exits Emacs itself.
30338
30339 @node Keypad Functions Menu, Keypad Binary Menu, Keypad Main Menu, Keypad Mode
30340 @section Functions Menu
30341
30342 @smallexample
30343 @group
30344 |----+----+----+----+----+----2
30345 |IGAM|BETA|IBET|ERF |BESJ|BESY|
30346 |----+----+----+----+----+----|
30347 |IMAG|CONJ| RE |ATN2|RAND|RAGN|
30348 |----+----+----+----+----+----|
30349 |GCD |FACT|DFCT|BNOM|PERM|NXTP|
30350 |----+----+----+----+----+----|
30351 @end group
30352 @end smallexample
30353
30354 @noindent
30355 This menu provides various operations from the @kbd{f} and @kbd{k}
30356 prefix keys.
30357
30358 @key{IMAG} multiplies the number on the stack by the imaginary
30359 number @expr{i = (0, 1)}.
30360
30361 @key{RE} extracts the real part a complex number. @kbd{INV RE}
30362 extracts the imaginary part.
30363
30364 @key{RAND} takes a number from the top of the stack and computes
30365 a random number greater than or equal to zero but less than that
30366 number. (@xref{Random Numbers}.) @key{RAGN} is the ``random
30367 again'' command; it computes another random number using the
30368 same limit as last time.
30369
30370 @key{INV GCD} computes the LCM (least common multiple) function.
30371
30372 @key{INV FACT} is the gamma function.
30373 @texline @math{\Gamma(x) = (x-1)!}.
30374 @infoline @expr{gamma(x) = (x-1)!}.
30375
30376 @key{PERM} is the number-of-permutations function, which is on the
30377 @kbd{H k c} key in normal Calc.
30378
30379 @key{NXTP} finds the next prime after a number. @kbd{INV NXTP}
30380 finds the previous prime.
30381
30382 @node Keypad Binary Menu, Keypad Vectors Menu, Keypad Functions Menu, Keypad Mode
30383 @section Binary Menu
30384
30385 @smallexample
30386 @group
30387 |----+----+----+----+----+----3
30388 |AND | OR |XOR |NOT |LSH |RSH |
30389 |----+----+----+----+----+----|
30390 |DEC |HEX |OCT |BIN |WSIZ|ARSH|
30391 |----+----+----+----+----+----|
30392 | A | B | C | D | E | F |
30393 |----+----+----+----+----+----|
30394 @end group
30395 @end smallexample
30396
30397 @noindent
30398 The keys in this menu perform operations on binary integers.
30399 Note that both logical and arithmetic right-shifts are provided.
30400 @key{INV LSH} rotates one bit to the left.
30401
30402 The ``difference'' function (normally on @kbd{b d}) is on @key{INV AND}.
30403 The ``clip'' function (normally on @w{@kbd{b c}}) is on @key{INV NOT}.
30404
30405 The @key{DEC}, @key{HEX}, @key{OCT}, and @key{BIN} keys select the
30406 current radix for display and entry of numbers: Decimal, hexadecimal,
30407 octal, or binary. The six letter keys @key{A} through @key{F} are used
30408 for entering hexadecimal numbers.
30409
30410 The @key{WSIZ} key displays the current word size for binary operations
30411 and allows you to enter a new word size. You can respond to the prompt
30412 using either the keyboard or the digits and @key{ENTER} from the keypad.
30413 The initial word size is 32 bits.
30414
30415 @node Keypad Vectors Menu, Keypad Modes Menu, Keypad Binary Menu, Keypad Mode
30416 @section Vectors Menu
30417
30418 @smallexample
30419 @group
30420 |----+----+----+----+----+----4
30421 |SUM |PROD|MAX |MAP*|MAP^|MAP$|
30422 |----+----+----+----+----+----|
30423 |MINV|MDET|MTRN|IDNT|CRSS|"x" |
30424 |----+----+----+----+----+----|
30425 |PACK|UNPK|INDX|BLD |LEN |... |
30426 |----+----+----+----+----+----|
30427 @end group
30428 @end smallexample
30429
30430 @noindent
30431 The keys in this menu operate on vectors and matrices.
30432
30433 @key{PACK} removes an integer @var{n} from the top of the stack;
30434 the next @var{n} stack elements are removed and packed into a vector,
30435 which is replaced onto the stack. Thus the sequence
30436 @kbd{1 ENTER 3 ENTER 5 ENTER 3 PACK} enters the vector
30437 @samp{[1, 3, 5]} onto the stack. To enter a matrix, build each row
30438 on the stack as a vector, then use a final @key{PACK} to collect the
30439 rows into a matrix.
30440
30441 @key{UNPK} unpacks the vector on the stack, pushing each of its
30442 components separately.
30443
30444 @key{INDX} removes an integer @var{n}, then builds a vector of
30445 integers from 1 to @var{n}. @kbd{INV INDX} takes three numbers
30446 from the stack: The vector size @var{n}, the starting number,
30447 and the increment. @kbd{BLD} takes an integer @var{n} and any
30448 value @var{x} and builds a vector of @var{n} copies of @var{x}.
30449
30450 @key{IDNT} removes an integer @var{n}, then builds an @var{n}-by-@var{n}
30451 identity matrix.
30452
30453 @key{LEN} replaces a vector by its length, an integer.
30454
30455 @key{...} turns on or off ``abbreviated'' display mode for large vectors.
30456
30457 @key{MINV}, @key{MDET}, @key{MTRN}, and @key{CROSS} are the matrix
30458 inverse, determinant, and transpose, and vector cross product.
30459
30460 @key{SUM} replaces a vector by the sum of its elements. It is
30461 equivalent to @kbd{u +} in normal Calc (@pxref{Statistical Operations}).
30462 @key{PROD} computes the product of the elements of a vector, and
30463 @key{MAX} computes the maximum of all the elements of a vector.
30464
30465 @key{INV SUM} computes the alternating sum of the first element
30466 minus the second, plus the third, minus the fourth, and so on.
30467 @key{INV MAX} computes the minimum of the vector elements.
30468
30469 @key{HYP SUM} computes the mean of the vector elements.
30470 @key{HYP PROD} computes the sample standard deviation.
30471 @key{HYP MAX} computes the median.
30472
30473 @key{MAP*} multiplies two vectors elementwise. It is equivalent
30474 to the @kbd{V M *} command. @key{MAP^} computes powers elementwise.
30475 The arguments must be vectors of equal length, or one must be a vector
30476 and the other must be a plain number. For example, @kbd{2 MAP^} squares
30477 all the elements of a vector.
30478
30479 @key{MAP$} maps the formula on the top of the stack across the
30480 vector in the second-to-top position. If the formula contains
30481 several variables, Calc takes that many vectors starting at the
30482 second-to-top position and matches them to the variables in
30483 alphabetical order. The result is a vector of the same size as
30484 the input vectors, whose elements are the formula evaluated with
30485 the variables set to the various sets of numbers in those vectors.
30486 For example, you could simulate @key{MAP^} using @key{MAP$} with
30487 the formula @samp{x^y}.
30488
30489 The @kbd{"x"} key pushes the variable name @expr{x} onto the
30490 stack. To build the formula @expr{x^2 + 6}, you would use the
30491 key sequence @kbd{"x" 2 y^x 6 +}. This formula would then be
30492 suitable for use with the @key{MAP$} key described above.
30493 With @key{INV}, @key{HYP}, or @key{INV} and @key{HYP}, the
30494 @kbd{"x"} key pushes the variable names @expr{y}, @expr{z}, and
30495 @expr{t}, respectively.
30496
30497 @node Keypad Modes Menu, , Keypad Vectors Menu, Keypad Mode
30498 @section Modes Menu
30499
30500 @smallexample
30501 @group
30502 |----+----+----+----+----+----5
30503 |FLT |FIX |SCI |ENG |GRP | |
30504 |----+----+----+----+----+----|
30505 |RAD |DEG |FRAC|POLR|SYMB|PREC|
30506 |----+----+----+----+----+----|
30507 |SWAP|RLL3|RLL4|OVER|STO |RCL |
30508 |----+----+----+----+----+----|
30509 @end group
30510 @end smallexample
30511
30512 @noindent
30513 The keys in this menu manipulate modes, variables, and the stack.
30514
30515 The @key{FLT}, @key{FIX}, @key{SCI}, and @key{ENG} keys select
30516 floating-point, fixed-point, scientific, or engineering notation.
30517 @key{FIX} displays two digits after the decimal by default; the
30518 others display full precision. With the @key{INV} prefix, these
30519 keys pop a number-of-digits argument from the stack.
30520
30521 The @key{GRP} key turns grouping of digits with commas on or off.
30522 @kbd{INV GRP} enables grouping to the right of the decimal point as
30523 well as to the left.
30524
30525 The @key{RAD} and @key{DEG} keys switch between radians and degrees
30526 for trigonometric functions.
30527
30528 The @key{FRAC} key turns Fraction mode on or off. This affects
30529 whether commands like @kbd{/} with integer arguments produce
30530 fractional or floating-point results.
30531
30532 The @key{POLR} key turns Polar mode on or off, determining whether
30533 polar or rectangular complex numbers are used by default.
30534
30535 The @key{SYMB} key turns Symbolic mode on or off, in which
30536 operations that would produce inexact floating-point results
30537 are left unevaluated as algebraic formulas.
30538
30539 The @key{PREC} key selects the current precision. Answer with
30540 the keyboard or with the keypad digit and @key{ENTER} keys.
30541
30542 The @key{SWAP} key exchanges the top two stack elements.
30543 The @key{RLL3} key rotates the top three stack elements upwards.
30544 The @key{RLL4} key rotates the top four stack elements upwards.
30545 The @key{OVER} key duplicates the second-to-top stack element.
30546
30547 The @key{STO} and @key{RCL} keys are analogous to @kbd{s t} and
30548 @kbd{s r} in regular Calc. @xref{Store and Recall}. Click the
30549 @key{STO} or @key{RCL} key, then one of the ten digits. (Named
30550 variables are not available in Keypad mode.) You can also use,
30551 for example, @kbd{STO + 3} to add to register 3.
30552
30553 @node Embedded Mode, Programming, Keypad Mode, Top
30554 @chapter Embedded Mode
30555
30556 @noindent
30557 Embedded mode in Calc provides an alternative to copying numbers
30558 and formulas back and forth between editing buffers and the Calc
30559 stack. In Embedded mode, your editing buffer becomes temporarily
30560 linked to the stack and this copying is taken care of automatically.
30561
30562 @menu
30563 * Basic Embedded Mode::
30564 * More About Embedded Mode::
30565 * Assignments in Embedded Mode::
30566 * Mode Settings in Embedded Mode::
30567 * Customizing Embedded Mode::
30568 @end menu
30569
30570 @node Basic Embedded Mode, More About Embedded Mode, Embedded Mode, Embedded Mode
30571 @section Basic Embedded Mode
30572
30573 @noindent
30574 @kindex C-x * e
30575 @pindex calc-embedded
30576 To enter Embedded mode, position the Emacs point (cursor) on a
30577 formula in any buffer and press @kbd{C-x * e} (@code{calc-embedded}).
30578 Note that @kbd{C-x * e} is not to be used in the Calc stack buffer
30579 like most Calc commands, but rather in regular editing buffers that
30580 are visiting your own files.
30581
30582 Calc will try to guess an appropriate language based on the major mode
30583 of the editing buffer. (@xref{Language Modes}.) If the current buffer is
30584 in @code{latex-mode}, for example, Calc will set its language to @LaTeX{}.
30585 Similarly, Calc will use @TeX{} language for @code{tex-mode},
30586 @code{plain-tex-mode} and @code{context-mode}, C language for
30587 @code{c-mode} and @code{c++-mode}, FORTRAN language for
30588 @code{fortran-mode} and @code{f90-mode}, Pascal for @code{pascal-mode},
30589 and eqn for @code{nroff-mode} (@pxref{Customizing Calc}).
30590 These can be overridden with Calc's mode
30591 changing commands (@pxref{Mode Settings in Embedded Mode}). If no
30592 suitable language is available, Calc will continue with its current language.
30593
30594 Calc normally scans backward and forward in the buffer for the
30595 nearest opening and closing @dfn{formula delimiters}. The simplest
30596 delimiters are blank lines. Other delimiters that Embedded mode
30597 understands are:
30598
30599 @enumerate
30600 @item
30601 The @TeX{} and @LaTeX{} math delimiters @samp{$ $}, @samp{$$ $$},
30602 @samp{\[ \]}, and @samp{\( \)};
30603 @item
30604 Lines beginning with @samp{\begin} and @samp{\end} (except matrix delimiters);
30605 @item
30606 Lines beginning with @samp{@@} (Texinfo delimiters).
30607 @item
30608 Lines beginning with @samp{.EQ} and @samp{.EN} (@dfn{eqn} delimiters);
30609 @item
30610 Lines containing a single @samp{%} or @samp{.\"} symbol and nothing else.
30611 @end enumerate
30612
30613 @xref{Customizing Embedded Mode}, to see how to make Calc recognize
30614 your own favorite delimiters. Delimiters like @samp{$ $} can appear
30615 on their own separate lines or in-line with the formula.
30616
30617 If you give a positive or negative numeric prefix argument, Calc
30618 instead uses the current point as one end of the formula, and includes
30619 that many lines forward or backward (respectively, including the current
30620 line). Explicit delimiters are not necessary in this case.
30621
30622 With a prefix argument of zero, Calc uses the current region (delimited
30623 by point and mark) instead of formula delimiters. With a prefix
30624 argument of @kbd{C-u} only, Calc uses the current line as the formula.
30625
30626 @kindex C-x * w
30627 @pindex calc-embedded-word
30628 The @kbd{C-x * w} (@code{calc-embedded-word}) command will start Embedded
30629 mode on the current ``word''; in this case Calc will scan for the first
30630 non-numeric character (i.e., the first character that is not a digit,
30631 sign, decimal point, or upper- or lower-case @samp{e}) forward and
30632 backward to delimit the formula.
30633
30634 When you enable Embedded mode for a formula, Calc reads the text
30635 between the delimiters and tries to interpret it as a Calc formula.
30636 Calc can generally identify @TeX{} formulas and
30637 Big-style formulas even if the language mode is wrong. If Calc
30638 can't make sense of the formula, it beeps and refuses to enter
30639 Embedded mode. But if the current language is wrong, Calc can
30640 sometimes parse the formula successfully (but incorrectly);
30641 for example, the C expression @samp{atan(a[1])} can be parsed
30642 in Normal language mode, but the @code{atan} won't correspond to
30643 the built-in @code{arctan} function, and the @samp{a[1]} will be
30644 interpreted as @samp{a} times the vector @samp{[1]}!
30645
30646 If you press @kbd{C-x * e} or @kbd{C-x * w} to activate an embedded
30647 formula which is blank, say with the cursor on the space between
30648 the two delimiters @samp{$ $}, Calc will immediately prompt for
30649 an algebraic entry.
30650
30651 Only one formula in one buffer can be enabled at a time. If you
30652 move to another area of the current buffer and give Calc commands,
30653 Calc turns Embedded mode off for the old formula and then tries
30654 to restart Embedded mode at the new position. Other buffers are
30655 not affected by Embedded mode.
30656
30657 When Embedded mode begins, Calc pushes the current formula onto
30658 the stack. No Calc stack window is created; however, Calc copies
30659 the top-of-stack position into the original buffer at all times.
30660 You can create a Calc window by hand with @kbd{C-x * o} if you
30661 find you need to see the entire stack.
30662
30663 For example, typing @kbd{C-x * e} while somewhere in the formula
30664 @samp{n>2} in the following line enables Embedded mode on that
30665 inequality:
30666
30667 @example
30668 We define $F_n = F_(n-1)+F_(n-2)$ for all $n>2$.
30669 @end example
30670
30671 @noindent
30672 The formula @expr{n>2} will be pushed onto the Calc stack, and
30673 the top of stack will be copied back into the editing buffer.
30674 This means that spaces will appear around the @samp{>} symbol
30675 to match Calc's usual display style:
30676
30677 @example
30678 We define $F_n = F_(n-1)+F_(n-2)$ for all $n > 2$.
30679 @end example
30680
30681 @noindent
30682 No spaces have appeared around the @samp{+} sign because it's
30683 in a different formula, one which we have not yet touched with
30684 Embedded mode.
30685
30686 Now that Embedded mode is enabled, keys you type in this buffer
30687 are interpreted as Calc commands. At this point we might use
30688 the ``commute'' command @kbd{j C} to reverse the inequality.
30689 This is a selection-based command for which we first need to
30690 move the cursor onto the operator (@samp{>} in this case) that
30691 needs to be commuted.
30692
30693 @example
30694 We define $F_n = F_(n-1)+F_(n-2)$ for all $2 < n$.
30695 @end example
30696
30697 The @kbd{C-x * o} command is a useful way to open a Calc window
30698 without actually selecting that window. Giving this command
30699 verifies that @samp{2 < n} is also on the Calc stack. Typing
30700 @kbd{17 @key{RET}} would produce:
30701
30702 @example
30703 We define $F_n = F_(n-1)+F_(n-2)$ for all $17$.
30704 @end example
30705
30706 @noindent
30707 with @samp{2 < n} and @samp{17} on the stack; typing @key{TAB}
30708 at this point will exchange the two stack values and restore
30709 @samp{2 < n} to the embedded formula. Even though you can't
30710 normally see the stack in Embedded mode, it is still there and
30711 it still operates in the same way. But, as with old-fashioned
30712 RPN calculators, you can only see the value at the top of the
30713 stack at any given time (unless you use @kbd{C-x * o}).
30714
30715 Typing @kbd{C-x * e} again turns Embedded mode off. The Calc
30716 window reveals that the formula @w{@samp{2 < n}} is automatically
30717 removed from the stack, but the @samp{17} is not. Entering
30718 Embedded mode always pushes one thing onto the stack, and
30719 leaving Embedded mode always removes one thing. Anything else
30720 that happens on the stack is entirely your business as far as
30721 Embedded mode is concerned.
30722
30723 If you press @kbd{C-x * e} in the wrong place by accident, it is
30724 possible that Calc will be able to parse the nearby text as a
30725 formula and will mangle that text in an attempt to redisplay it
30726 ``properly'' in the current language mode. If this happens,
30727 press @kbd{C-x * e} again to exit Embedded mode, then give the
30728 regular Emacs ``undo'' command (@kbd{C-_} or @kbd{C-x u}) to put
30729 the text back the way it was before Calc edited it. Note that Calc's
30730 own Undo command (typed before you turn Embedded mode back off)
30731 will not do you any good, because as far as Calc is concerned
30732 you haven't done anything with this formula yet.
30733
30734 @node More About Embedded Mode, Assignments in Embedded Mode, Basic Embedded Mode, Embedded Mode
30735 @section More About Embedded Mode
30736
30737 @noindent
30738 When Embedded mode ``activates'' a formula, i.e., when it examines
30739 the formula for the first time since the buffer was created or
30740 loaded, Calc tries to sense the language in which the formula was
30741 written. If the formula contains any @LaTeX{}-like @samp{\} sequences,
30742 it is parsed (i.e., read) in @LaTeX{} mode. If the formula appears to
30743 be written in multi-line Big mode, it is parsed in Big mode. Otherwise,
30744 it is parsed according to the current language mode.
30745
30746 Note that Calc does not change the current language mode according
30747 the formula it reads in. Even though it can read a @LaTeX{} formula when
30748 not in @LaTeX{} mode, it will immediately rewrite this formula using
30749 whatever language mode is in effect.
30750
30751 @tex
30752 \bigskip
30753 @end tex
30754
30755 @kindex d p
30756 @pindex calc-show-plain
30757 Calc's parser is unable to read certain kinds of formulas. For
30758 example, with @kbd{v ]} (@code{calc-matrix-brackets}) you can
30759 specify matrix display styles which the parser is unable to
30760 recognize as matrices. The @kbd{d p} (@code{calc-show-plain})
30761 command turns on a mode in which a ``plain'' version of a
30762 formula is placed in front of the fully-formatted version.
30763 When Calc reads a formula that has such a plain version in
30764 front, it reads the plain version and ignores the formatted
30765 version.
30766
30767 Plain formulas are preceded and followed by @samp{%%%} signs
30768 by default. This notation has the advantage that the @samp{%}
30769 character begins a comment in @TeX{} and @LaTeX{}, so if your formula is
30770 embedded in a @TeX{} or @LaTeX{} document its plain version will be
30771 invisible in the final printed copy. Certain major modes have different
30772 delimiters to ensure that the ``plain'' version will be
30773 in a comment for those modes, also.
30774 See @ref{Customizing Embedded Mode} to see how to change the ``plain''
30775 formula delimiters.
30776
30777 There are several notations which Calc's parser for ``big''
30778 formatted formulas can't yet recognize. In particular, it can't
30779 read the large symbols for @code{sum}, @code{prod}, and @code{integ},
30780 and it can't handle @samp{=>} with the righthand argument omitted.
30781 Also, Calc won't recognize special formats you have defined with
30782 the @kbd{Z C} command (@pxref{User-Defined Compositions}). In
30783 these cases it is important to use ``plain'' mode to make sure
30784 Calc will be able to read your formula later.
30785
30786 Another example where ``plain'' mode is important is if you have
30787 specified a float mode with few digits of precision. Normally
30788 any digits that are computed but not displayed will simply be
30789 lost when you save and re-load your embedded buffer, but ``plain''
30790 mode allows you to make sure that the complete number is present
30791 in the file as well as the rounded-down number.
30792
30793 @tex
30794 \bigskip
30795 @end tex
30796
30797 Embedded buffers remember active formulas for as long as they
30798 exist in Emacs memory. Suppose you have an embedded formula
30799 which is @cpi{} to the normal 12 decimal places, and then
30800 type @w{@kbd{C-u 5 d n}} to display only five decimal places.
30801 If you then type @kbd{d n}, all 12 places reappear because the
30802 full number is still there on the Calc stack. More surprisingly,
30803 even if you exit Embedded mode and later re-enter it for that
30804 formula, typing @kbd{d n} will restore all 12 places because
30805 each buffer remembers all its active formulas. However, if you
30806 save the buffer in a file and reload it in a new Emacs session,
30807 all non-displayed digits will have been lost unless you used
30808 ``plain'' mode.
30809
30810 @tex
30811 \bigskip
30812 @end tex
30813
30814 In some applications of Embedded mode, you will want to have a
30815 sequence of copies of a formula that show its evolution as you
30816 work on it. For example, you might want to have a sequence
30817 like this in your file (elaborating here on the example from
30818 the ``Getting Started'' chapter):
30819
30820 @smallexample
30821 The derivative of
30822
30823 ln(ln(x))
30824
30825 is
30826
30827 @r{(the derivative of }ln(ln(x))@r{)}
30828
30829 whose value at x = 2 is
30830
30831 @r{(the value)}
30832
30833 and at x = 3 is
30834
30835 @r{(the value)}
30836 @end smallexample
30837
30838 @kindex C-x * d
30839 @pindex calc-embedded-duplicate
30840 The @kbd{C-x * d} (@code{calc-embedded-duplicate}) command is a
30841 handy way to make sequences like this. If you type @kbd{C-x * d},
30842 the formula under the cursor (which may or may not have Embedded
30843 mode enabled for it at the time) is copied immediately below and
30844 Embedded mode is then enabled for that copy.
30845
30846 For this example, you would start with just
30847
30848 @smallexample
30849 The derivative of
30850
30851 ln(ln(x))
30852 @end smallexample
30853
30854 @noindent
30855 and press @kbd{C-x * d} with the cursor on this formula. The result
30856 is
30857
30858 @smallexample
30859 The derivative of
30860
30861 ln(ln(x))
30862
30863
30864 ln(ln(x))
30865 @end smallexample
30866
30867 @noindent
30868 with the second copy of the formula enabled in Embedded mode.
30869 You can now press @kbd{a d x @key{RET}} to take the derivative, and
30870 @kbd{C-x * d C-x * d} to make two more copies of the derivative.
30871 To complete the computations, type @kbd{3 s l x @key{RET}} to evaluate
30872 the last formula, then move up to the second-to-last formula
30873 and type @kbd{2 s l x @key{RET}}.
30874
30875 Finally, you would want to press @kbd{C-x * e} to exit Embedded
30876 mode, then go up and insert the necessary text in between the
30877 various formulas and numbers.
30878
30879 @tex
30880 \bigskip
30881 @end tex
30882
30883 @kindex C-x * f
30884 @kindex C-x * '
30885 @pindex calc-embedded-new-formula
30886 The @kbd{C-x * f} (@code{calc-embedded-new-formula}) command
30887 creates a new embedded formula at the current point. It inserts
30888 some default delimiters, which are usually just blank lines,
30889 and then does an algebraic entry to get the formula (which is
30890 then enabled for Embedded mode). This is just shorthand for
30891 typing the delimiters yourself, positioning the cursor between
30892 the new delimiters, and pressing @kbd{C-x * e}. The key sequence
30893 @kbd{C-x * '} is equivalent to @kbd{C-x * f}.
30894
30895 @kindex C-x * n
30896 @kindex C-x * p
30897 @pindex calc-embedded-next
30898 @pindex calc-embedded-previous
30899 The @kbd{C-x * n} (@code{calc-embedded-next}) and @kbd{C-x * p}
30900 (@code{calc-embedded-previous}) commands move the cursor to the
30901 next or previous active embedded formula in the buffer. They
30902 can take positive or negative prefix arguments to move by several
30903 formulas. Note that these commands do not actually examine the
30904 text of the buffer looking for formulas; they only see formulas
30905 which have previously been activated in Embedded mode. In fact,
30906 @kbd{C-x * n} and @kbd{C-x * p} are a useful way to tell which
30907 embedded formulas are currently active. Also, note that these
30908 commands do not enable Embedded mode on the next or previous
30909 formula, they just move the cursor.
30910
30911 @kindex C-x * `
30912 @pindex calc-embedded-edit
30913 The @kbd{C-x * `} (@code{calc-embedded-edit}) command edits the
30914 embedded formula at the current point as if by @kbd{`} (@code{calc-edit}).
30915 Embedded mode does not have to be enabled for this to work. Press
30916 @kbd{C-c C-c} to finish the edit, or @kbd{C-x k} to cancel.
30917
30918 @node Assignments in Embedded Mode, Mode Settings in Embedded Mode, More About Embedded Mode, Embedded Mode
30919 @section Assignments in Embedded Mode
30920
30921 @noindent
30922 The @samp{:=} (assignment) and @samp{=>} (``evaluates-to'') operators
30923 are especially useful in Embedded mode. They allow you to make
30924 a definition in one formula, then refer to that definition in
30925 other formulas embedded in the same buffer.
30926
30927 An embedded formula which is an assignment to a variable, as in
30928
30929 @example
30930 foo := 5
30931 @end example
30932
30933 @noindent
30934 records @expr{5} as the stored value of @code{foo} for the
30935 purposes of Embedded mode operations in the current buffer. It
30936 does @emph{not} actually store @expr{5} as the ``global'' value
30937 of @code{foo}, however. Regular Calc operations, and Embedded
30938 formulas in other buffers, will not see this assignment.
30939
30940 One way to use this assigned value is simply to create an
30941 Embedded formula elsewhere that refers to @code{foo}, and to press
30942 @kbd{=} in that formula. However, this permanently replaces the
30943 @code{foo} in the formula with its current value. More interesting
30944 is to use @samp{=>} elsewhere:
30945
30946 @example
30947 foo + 7 => 12
30948 @end example
30949
30950 @xref{Evaluates-To Operator}, for a general discussion of @samp{=>}.
30951
30952 If you move back and change the assignment to @code{foo}, any
30953 @samp{=>} formulas which refer to it are automatically updated.
30954
30955 @example
30956 foo := 17
30957
30958 foo + 7 => 24
30959 @end example
30960
30961 The obvious question then is, @emph{how} can one easily change the
30962 assignment to @code{foo}? If you simply select the formula in
30963 Embedded mode and type 17, the assignment itself will be replaced
30964 by the 17. The effect on the other formula will be that the
30965 variable @code{foo} becomes unassigned:
30966
30967 @example
30968 17
30969
30970 foo + 7 => foo + 7
30971 @end example
30972
30973 The right thing to do is first to use a selection command (@kbd{j 2}
30974 will do the trick) to select the righthand side of the assignment.
30975 Then, @kbd{17 @key{TAB} @key{DEL}} will swap the 17 into place (@pxref{Selecting
30976 Subformulas}, to see how this works).
30977
30978 @kindex C-x * j
30979 @pindex calc-embedded-select
30980 The @kbd{C-x * j} (@code{calc-embedded-select}) command provides an
30981 easy way to operate on assignments. It is just like @kbd{C-x * e},
30982 except that if the enabled formula is an assignment, it uses
30983 @kbd{j 2} to select the righthand side. If the enabled formula
30984 is an evaluates-to, it uses @kbd{j 1} to select the lefthand side.
30985 A formula can also be a combination of both:
30986
30987 @example
30988 bar := foo + 3 => 20
30989 @end example
30990
30991 @noindent
30992 in which case @kbd{C-x * j} will select the middle part (@samp{foo + 3}).
30993
30994 The formula is automatically deselected when you leave Embedded
30995 mode.
30996
30997 @kindex C-x * u
30998 @pindex calc-embedded-update-formula
30999 Another way to change the assignment to @code{foo} would simply be
31000 to edit the number using regular Emacs editing rather than Embedded
31001 mode. Then, we have to find a way to get Embedded mode to notice
31002 the change. The @kbd{C-x * u} (@code{calc-embedded-update-formula})
31003 command is a convenient way to do this.
31004
31005 @example
31006 foo := 6
31007
31008 foo + 7 => 13
31009 @end example
31010
31011 Pressing @kbd{C-x * u} is much like pressing @kbd{C-x * e = C-x * e}, that
31012 is, temporarily enabling Embedded mode for the formula under the
31013 cursor and then evaluating it with @kbd{=}. But @kbd{C-x * u} does
31014 not actually use @kbd{C-x * e}, and in fact another formula somewhere
31015 else can be enabled in Embedded mode while you use @kbd{C-x * u} and
31016 that formula will not be disturbed.
31017
31018 With a numeric prefix argument, @kbd{C-x * u} updates all active
31019 @samp{=>} formulas in the buffer. Formulas which have not yet
31020 been activated in Embedded mode, and formulas which do not have
31021 @samp{=>} as their top-level operator, are not affected by this.
31022 (This is useful only if you have used @kbd{m C}; see below.)
31023
31024 With a plain @kbd{C-u} prefix, @kbd{C-u C-x * u} updates only in the
31025 region between mark and point rather than in the whole buffer.
31026
31027 @kbd{C-x * u} is also a handy way to activate a formula, such as an
31028 @samp{=>} formula that has freshly been typed in or loaded from a
31029 file.
31030
31031 @kindex C-x * a
31032 @pindex calc-embedded-activate
31033 The @kbd{C-x * a} (@code{calc-embedded-activate}) command scans
31034 through the current buffer and activates all embedded formulas
31035 that contain @samp{:=} or @samp{=>} symbols. This does not mean
31036 that Embedded mode is actually turned on, but only that the
31037 formulas' positions are registered with Embedded mode so that
31038 the @samp{=>} values can be properly updated as assignments are
31039 changed.
31040
31041 It is a good idea to type @kbd{C-x * a} right after loading a file
31042 that uses embedded @samp{=>} operators. Emacs includes a nifty
31043 ``buffer-local variables'' feature that you can use to do this
31044 automatically. The idea is to place near the end of your file
31045 a few lines that look like this:
31046
31047 @example
31048 --- Local Variables: ---
31049 --- eval:(calc-embedded-activate) ---
31050 --- End: ---
31051 @end example
31052
31053 @noindent
31054 where the leading and trailing @samp{---} can be replaced by
31055 any suitable strings (which must be the same on all three lines)
31056 or omitted altogether; in a @TeX{} or @LaTeX{} file, @samp{%} would be a good
31057 leading string and no trailing string would be necessary. In a
31058 C program, @samp{/*} and @samp{*/} would be good leading and
31059 trailing strings.
31060
31061 When Emacs loads a file into memory, it checks for a Local Variables
31062 section like this one at the end of the file. If it finds this
31063 section, it does the specified things (in this case, running
31064 @kbd{C-x * a} automatically) before editing of the file begins.
31065 The Local Variables section must be within 3000 characters of the
31066 end of the file for Emacs to find it, and it must be in the last
31067 page of the file if the file has any page separators.
31068 @xref{File Variables, , Local Variables in Files, emacs, the
31069 Emacs manual}.
31070
31071 Note that @kbd{C-x * a} does not update the formulas it finds.
31072 To do this, type, say, @kbd{M-1 C-x * u} after @w{@kbd{C-x * a}}.
31073 Generally this should not be a problem, though, because the
31074 formulas will have been up-to-date already when the file was
31075 saved.
31076
31077 Normally, @kbd{C-x * a} activates all the formulas it finds, but
31078 any previous active formulas remain active as well. With a
31079 positive numeric prefix argument, @kbd{C-x * a} first deactivates
31080 all current active formulas, then actives the ones it finds in
31081 its scan of the buffer. With a negative prefix argument,
31082 @kbd{C-x * a} simply deactivates all formulas.
31083
31084 Embedded mode has two symbols, @samp{Active} and @samp{~Active},
31085 which it puts next to the major mode name in a buffer's mode line.
31086 It puts @samp{Active} if it has reason to believe that all
31087 formulas in the buffer are active, because you have typed @kbd{C-x * a}
31088 and Calc has not since had to deactivate any formulas (which can
31089 happen if Calc goes to update an @samp{=>} formula somewhere because
31090 a variable changed, and finds that the formula is no longer there
31091 due to some kind of editing outside of Embedded mode). Calc puts
31092 @samp{~Active} in the mode line if some, but probably not all,
31093 formulas in the buffer are active. This happens if you activate
31094 a few formulas one at a time but never use @kbd{C-x * a}, or if you
31095 used @kbd{C-x * a} but then Calc had to deactivate a formula
31096 because it lost track of it. If neither of these symbols appears
31097 in the mode line, no embedded formulas are active in the buffer
31098 (e.g., before Embedded mode has been used, or after a @kbd{M-- C-x * a}).
31099
31100 Embedded formulas can refer to assignments both before and after them
31101 in the buffer. If there are several assignments to a variable, the
31102 nearest preceding assignment is used if there is one, otherwise the
31103 following assignment is used.
31104
31105 @example
31106 x => 1
31107
31108 x := 1
31109
31110 x => 1
31111
31112 x := 2
31113
31114 x => 2
31115 @end example
31116
31117 As well as simple variables, you can also assign to subscript
31118 expressions of the form @samp{@var{var}_@var{number}} (as in
31119 @code{x_0}), or @samp{@var{var}_@var{var}} (as in @code{x_max}).
31120 Assignments to other kinds of objects can be represented by Calc,
31121 but the automatic linkage between assignments and references works
31122 only for plain variables and these two kinds of subscript expressions.
31123
31124 If there are no assignments to a given variable, the global
31125 stored value for the variable is used (@pxref{Storing Variables}),
31126 or, if no value is stored, the variable is left in symbolic form.
31127 Note that global stored values will be lost when the file is saved
31128 and loaded in a later Emacs session, unless you have used the
31129 @kbd{s p} (@code{calc-permanent-variable}) command to save them;
31130 @pxref{Operations on Variables}.
31131
31132 The @kbd{m C} (@code{calc-auto-recompute}) command turns automatic
31133 recomputation of @samp{=>} forms on and off. If you turn automatic
31134 recomputation off, you will have to use @kbd{C-x * u} to update these
31135 formulas manually after an assignment has been changed. If you
31136 plan to change several assignments at once, it may be more efficient
31137 to type @kbd{m C}, change all the assignments, then use @kbd{M-1 C-x * u}
31138 to update the entire buffer afterwards. The @kbd{m C} command also
31139 controls @samp{=>} formulas on the stack; @pxref{Evaluates-To
31140 Operator}. When you turn automatic recomputation back on, the
31141 stack will be updated but the Embedded buffer will not; you must
31142 use @kbd{C-x * u} to update the buffer by hand.
31143
31144 @node Mode Settings in Embedded Mode, Customizing Embedded Mode, Assignments in Embedded Mode, Embedded Mode
31145 @section Mode Settings in Embedded Mode
31146
31147 @kindex m e
31148 @pindex calc-embedded-preserve-modes
31149 @noindent
31150 The mode settings can be changed while Calc is in embedded mode, but
31151 by default they will revert to their original values when embedded mode
31152 is ended. However, the modes saved when the mode-recording mode is
31153 @code{Save} (see below) and the modes in effect when the @kbd{m e}
31154 (@code{calc-embedded-preserve-modes}) command is given
31155 will be preserved when embedded mode is ended.
31156
31157 Embedded mode has a rather complicated mechanism for handling mode
31158 settings in Embedded formulas. It is possible to put annotations
31159 in the file that specify mode settings either global to the entire
31160 file or local to a particular formula or formulas. In the latter
31161 case, different modes can be specified for use when a formula
31162 is the enabled Embedded mode formula.
31163
31164 When you give any mode-setting command, like @kbd{m f} (for Fraction
31165 mode) or @kbd{d s} (for scientific notation), Embedded mode adds
31166 a line like the following one to the file just before the opening
31167 delimiter of the formula.
31168
31169 @example
31170 % [calc-mode: fractions: t]
31171 % [calc-mode: float-format: (sci 0)]
31172 @end example
31173
31174 When Calc interprets an embedded formula, it scans the text before
31175 the formula for mode-setting annotations like these and sets the
31176 Calc buffer to match these modes. Modes not explicitly described
31177 in the file are not changed. Calc scans all the way to the top of
31178 the file, or up to a line of the form
31179
31180 @example
31181 % [calc-defaults]
31182 @end example
31183
31184 @noindent
31185 which you can insert at strategic places in the file if this backward
31186 scan is getting too slow, or just to provide a barrier between one
31187 ``zone'' of mode settings and another.
31188
31189 If the file contains several annotations for the same mode, the
31190 closest one before the formula is used. Annotations after the
31191 formula are never used (except for global annotations, described
31192 below).
31193
31194 The scan does not look for the leading @samp{% }, only for the
31195 square brackets and the text they enclose. In fact, the leading
31196 characters are different for different major modes. You can edit the
31197 mode annotations to a style that works better in context if you wish.
31198 @xref{Customizing Embedded Mode}, to see how to change the style
31199 that Calc uses when it generates the annotations. You can write
31200 mode annotations into the file yourself if you know the syntax;
31201 the easiest way to find the syntax for a given mode is to let
31202 Calc write the annotation for it once and see what it does.
31203
31204 If you give a mode-changing command for a mode that already has
31205 a suitable annotation just above the current formula, Calc will
31206 modify that annotation rather than generating a new, conflicting
31207 one.
31208
31209 Mode annotations have three parts, separated by colons. (Spaces
31210 after the colons are optional.) The first identifies the kind
31211 of mode setting, the second is a name for the mode itself, and
31212 the third is the value in the form of a Lisp symbol, number,
31213 or list. Annotations with unrecognizable text in the first or
31214 second parts are ignored. The third part is not checked to make
31215 sure the value is of a valid type or range; if you write an
31216 annotation by hand, be sure to give a proper value or results
31217 will be unpredictable. Mode-setting annotations are case-sensitive.
31218
31219 While Embedded mode is enabled, the word @code{Local} appears in
31220 the mode line. This is to show that mode setting commands generate
31221 annotations that are ``local'' to the current formula or set of
31222 formulas. The @kbd{m R} (@code{calc-mode-record-mode}) command
31223 causes Calc to generate different kinds of annotations. Pressing
31224 @kbd{m R} repeatedly cycles through the possible modes.
31225
31226 @code{LocEdit} and @code{LocPerm} modes generate annotations
31227 that look like this, respectively:
31228
31229 @example
31230 % [calc-edit-mode: float-format: (sci 0)]
31231 % [calc-perm-mode: float-format: (sci 5)]
31232 @end example
31233
31234 The first kind of annotation will be used only while a formula
31235 is enabled in Embedded mode. The second kind will be used only
31236 when the formula is @emph{not} enabled. (Whether the formula
31237 is ``active'' or not, i.e., whether Calc has seen this formula
31238 yet, is not relevant here.)
31239
31240 @code{Global} mode generates an annotation like this at the end
31241 of the file:
31242
31243 @example
31244 % [calc-global-mode: fractions t]
31245 @end example
31246
31247 Global mode annotations affect all formulas throughout the file,
31248 and may appear anywhere in the file. This allows you to tuck your
31249 mode annotations somewhere out of the way, say, on a new page of
31250 the file, as long as those mode settings are suitable for all
31251 formulas in the file.
31252
31253 Enabling a formula with @kbd{C-x * e} causes a fresh scan for local
31254 mode annotations; you will have to use this after adding annotations
31255 above a formula by hand to get the formula to notice them. Updating
31256 a formula with @kbd{C-x * u} will also re-scan the local modes, but
31257 global modes are only re-scanned by @kbd{C-x * a}.
31258
31259 Another way that modes can get out of date is if you add a local
31260 mode annotation to a formula that has another formula after it.
31261 In this example, we have used the @kbd{d s} command while the
31262 first of the two embedded formulas is active. But the second
31263 formula has not changed its style to match, even though by the
31264 rules of reading annotations the @samp{(sci 0)} applies to it, too.
31265
31266 @example
31267 % [calc-mode: float-format: (sci 0)]
31268 1.23e2
31269
31270 456.
31271 @end example
31272
31273 We would have to go down to the other formula and press @kbd{C-x * u}
31274 on it in order to get it to notice the new annotation.
31275
31276 Two more mode-recording modes selectable by @kbd{m R} are available
31277 which are also available outside of Embedded mode.
31278 (@pxref{General Mode Commands}.) They are @code{Save}, in which mode
31279 settings are recorded permanently in your Calc init file (the file given
31280 by the variable @code{calc-settings-file}, typically @file{~/.emacs.d/calc.el})
31281 rather than by annotating the current document, and no-recording
31282 mode (where there is no symbol like @code{Save} or @code{Local} in
31283 the mode line), in which mode-changing commands do not leave any
31284 annotations at all.
31285
31286 When Embedded mode is not enabled, mode-recording modes except
31287 for @code{Save} have no effect.
31288
31289 @node Customizing Embedded Mode, , Mode Settings in Embedded Mode, Embedded Mode
31290 @section Customizing Embedded Mode
31291
31292 @noindent
31293 You can modify Embedded mode's behavior by setting various Lisp
31294 variables described here. These variables are customizable
31295 (@pxref{Customizing Calc}), or you can use @kbd{M-x set-variable}
31296 or @kbd{M-x edit-options} to adjust a variable on the fly.
31297 (Another possibility would be to use a file-local variable annotation at
31298 the end of the file;
31299 @pxref{File Variables, , Local Variables in Files, emacs, the Emacs manual}.)
31300 Many of the variables given mentioned here can be set to depend on the
31301 major mode of the editing buffer (@pxref{Customizing Calc}).
31302
31303 @vindex calc-embedded-open-formula
31304 The @code{calc-embedded-open-formula} variable holds a regular
31305 expression for the opening delimiter of a formula. @xref{Regexp Search,
31306 , Regular Expression Search, emacs, the Emacs manual}, to see
31307 how regular expressions work. Basically, a regular expression is a
31308 pattern that Calc can search for. A regular expression that considers
31309 blank lines, @samp{$}, and @samp{$$} to be opening delimiters is
31310 @code{"\\`\\|^\n\\|\\$\\$?"}. Just in case the meaning of this
31311 regular expression is not completely plain, let's go through it
31312 in detail.
31313
31314 The surrounding @samp{" "} marks quote the text between them as a
31315 Lisp string. If you left them off, @code{set-variable} or
31316 @code{edit-options} would try to read the regular expression as a
31317 Lisp program.
31318
31319 The most obvious property of this regular expression is that it
31320 contains indecently many backslashes. There are actually two levels
31321 of backslash usage going on here. First, when Lisp reads a quoted
31322 string, all pairs of characters beginning with a backslash are
31323 interpreted as special characters. Here, @code{\n} changes to a
31324 new-line character, and @code{\\} changes to a single backslash.
31325 So the actual regular expression seen by Calc is
31326 @samp{\`\|^ @r{(newline)} \|\$\$?}.
31327
31328 Regular expressions also consider pairs beginning with backslash
31329 to have special meanings. Sometimes the backslash is used to quote
31330 a character that otherwise would have a special meaning in a regular
31331 expression, like @samp{$}, which normally means ``end-of-line,''
31332 or @samp{?}, which means that the preceding item is optional. So
31333 @samp{\$\$?} matches either one or two dollar signs.
31334
31335 The other codes in this regular expression are @samp{^}, which matches
31336 ``beginning-of-line,'' @samp{\|}, which means ``or,'' and @samp{\`},
31337 which matches ``beginning-of-buffer.'' So the whole pattern means
31338 that a formula begins at the beginning of the buffer, or on a newline
31339 that occurs at the beginning of a line (i.e., a blank line), or at
31340 one or two dollar signs.
31341
31342 The default value of @code{calc-embedded-open-formula} looks just
31343 like this example, with several more alternatives added on to
31344 recognize various other common kinds of delimiters.
31345
31346 By the way, the reason to use @samp{^\n} rather than @samp{^$}
31347 or @samp{\n\n}, which also would appear to match blank lines,
31348 is that the former expression actually ``consumes'' only one
31349 newline character as @emph{part of} the delimiter, whereas the
31350 latter expressions consume zero or two newlines, respectively.
31351 The former choice gives the most natural behavior when Calc
31352 must operate on a whole formula including its delimiters.
31353
31354 See the Emacs manual for complete details on regular expressions.
31355 But just for your convenience, here is a list of all characters
31356 which must be quoted with backslash (like @samp{\$}) to avoid
31357 some special interpretation: @samp{. * + ? [ ] ^ $ \}. (Note
31358 the backslash in this list; for example, to match @samp{\[} you
31359 must use @code{"\\\\\\["}. An exercise for the reader is to
31360 account for each of these six backslashes!)
31361
31362 @vindex calc-embedded-close-formula
31363 The @code{calc-embedded-close-formula} variable holds a regular
31364 expression for the closing delimiter of a formula. A closing
31365 regular expression to match the above example would be
31366 @code{"\\'\\|\n$\\|\\$\\$?"}. This is almost the same as the
31367 other one, except it now uses @samp{\'} (``end-of-buffer'') and
31368 @samp{\n$} (newline occurring at end of line, yet another way
31369 of describing a blank line that is more appropriate for this
31370 case).
31371
31372 @vindex calc-embedded-word-regexp
31373 The @code{calc-embedded-word-regexp} variable holds a regular expression
31374 used to define an expression to look for (a ``word'') when you type
31375 @kbd{C-x * w} to enable Embedded mode.
31376
31377 @vindex calc-embedded-open-plain
31378 The @code{calc-embedded-open-plain} variable is a string which
31379 begins a ``plain'' formula written in front of the formatted
31380 formula when @kbd{d p} mode is turned on. Note that this is an
31381 actual string, not a regular expression, because Calc must be able
31382 to write this string into a buffer as well as to recognize it.
31383 The default string is @code{"%%% "} (note the trailing space), but may
31384 be different for certain major modes.
31385
31386 @vindex calc-embedded-close-plain
31387 The @code{calc-embedded-close-plain} variable is a string which
31388 ends a ``plain'' formula. The default is @code{" %%%\n"}, but may be
31389 different for different major modes. Without
31390 the trailing newline here, the first line of a Big mode formula
31391 that followed might be shifted over with respect to the other lines.
31392
31393 @vindex calc-embedded-open-new-formula
31394 The @code{calc-embedded-open-new-formula} variable is a string
31395 which is inserted at the front of a new formula when you type
31396 @kbd{C-x * f}. Its default value is @code{"\n\n"}. If this
31397 string begins with a newline character and the @kbd{C-x * f} is
31398 typed at the beginning of a line, @kbd{C-x * f} will skip this
31399 first newline to avoid introducing unnecessary blank lines in
31400 the file.
31401
31402 @vindex calc-embedded-close-new-formula
31403 The @code{calc-embedded-close-new-formula} variable is the corresponding
31404 string which is inserted at the end of a new formula. Its default
31405 value is also @code{"\n\n"}. The final newline is omitted by
31406 @w{@kbd{C-x * f}} if typed at the end of a line. (It follows that if
31407 @kbd{C-x * f} is typed on a blank line, both a leading opening
31408 newline and a trailing closing newline are omitted.)
31409
31410 @vindex calc-embedded-announce-formula
31411 The @code{calc-embedded-announce-formula} variable is a regular
31412 expression which is sure to be followed by an embedded formula.
31413 The @kbd{C-x * a} command searches for this pattern as well as for
31414 @samp{=>} and @samp{:=} operators. Note that @kbd{C-x * a} will
31415 not activate just anything surrounded by formula delimiters; after
31416 all, blank lines are considered formula delimiters by default!
31417 But if your language includes a delimiter which can only occur
31418 actually in front of a formula, you can take advantage of it here.
31419 The default pattern is @code{"%Embed\n\\(% .*\n\\)*"}, but may be
31420 different for different major modes.
31421 This pattern will check for @samp{%Embed} followed by any number of
31422 lines beginning with @samp{%} and a space. This last is important to
31423 make Calc consider mode annotations part of the pattern, so that the
31424 formula's opening delimiter really is sure to follow the pattern.
31425
31426 @vindex calc-embedded-open-mode
31427 The @code{calc-embedded-open-mode} variable is a string (not a
31428 regular expression) which should precede a mode annotation.
31429 Calc never scans for this string; Calc always looks for the
31430 annotation itself. But this is the string that is inserted before
31431 the opening bracket when Calc adds an annotation on its own.
31432 The default is @code{"% "}, but may be different for different major
31433 modes.
31434
31435 @vindex calc-embedded-close-mode
31436 The @code{calc-embedded-close-mode} variable is a string which
31437 follows a mode annotation written by Calc. Its default value
31438 is simply a newline, @code{"\n"}, but may be different for different
31439 major modes. If you change this, it is a good idea still to end with a
31440 newline so that mode annotations will appear on lines by themselves.
31441
31442 @node Programming, Copying, Embedded Mode, Top
31443 @chapter Programming
31444
31445 @noindent
31446 There are several ways to ``program'' the Emacs Calculator, depending
31447 on the nature of the problem you need to solve.
31448
31449 @enumerate
31450 @item
31451 @dfn{Keyboard macros} allow you to record a sequence of keystrokes
31452 and play them back at a later time. This is just the standard Emacs
31453 keyboard macro mechanism, dressed up with a few more features such
31454 as loops and conditionals.
31455
31456 @item
31457 @dfn{Algebraic definitions} allow you to use any formula to define a
31458 new function. This function can then be used in algebraic formulas or
31459 as an interactive command.
31460
31461 @item
31462 @dfn{Rewrite rules} are discussed in the section on algebra commands.
31463 @xref{Rewrite Rules}. If you put your rewrite rules in the variable
31464 @code{EvalRules}, they will be applied automatically to all Calc
31465 results in just the same way as an internal ``rule'' is applied to
31466 evaluate @samp{sqrt(9)} to 3 and so on. @xref{Automatic Rewrites}.
31467
31468 @item
31469 @dfn{Lisp} is the programming language that Calc (and most of Emacs)
31470 is written in. If the above techniques aren't powerful enough, you
31471 can write Lisp functions to do anything that built-in Calc commands
31472 can do. Lisp code is also somewhat faster than keyboard macros or
31473 rewrite rules.
31474 @end enumerate
31475
31476 @kindex z
31477 Programming features are available through the @kbd{z} and @kbd{Z}
31478 prefix keys. New commands that you define are two-key sequences
31479 beginning with @kbd{z}. Commands for managing these definitions
31480 use the shift-@kbd{Z} prefix. (The @kbd{Z T} (@code{calc-timing})
31481 command is described elsewhere; @pxref{Troubleshooting Commands}.
31482 The @kbd{Z C} (@code{calc-user-define-composition}) command is also
31483 described elsewhere; @pxref{User-Defined Compositions}.)
31484
31485 @menu
31486 * Creating User Keys::
31487 * Keyboard Macros::
31488 * Invocation Macros::
31489 * Algebraic Definitions::
31490 * Lisp Definitions::
31491 @end menu
31492
31493 @node Creating User Keys, Keyboard Macros, Programming, Programming
31494 @section Creating User Keys
31495
31496 @noindent
31497 @kindex Z D
31498 @pindex calc-user-define
31499 Any Calculator command may be bound to a key using the @kbd{Z D}
31500 (@code{calc-user-define}) command. Actually, it is bound to a two-key
31501 sequence beginning with the lower-case @kbd{z} prefix.
31502
31503 The @kbd{Z D} command first prompts for the key to define. For example,
31504 press @kbd{Z D a} to define the new key sequence @kbd{z a}. You are then
31505 prompted for the name of the Calculator command that this key should
31506 run. For example, the @code{calc-sincos} command is not normally
31507 available on a key. Typing @kbd{Z D s sincos @key{RET}} programs the
31508 @kbd{z s} key sequence to run @code{calc-sincos}. This definition will remain
31509 in effect for the rest of this Emacs session, or until you redefine
31510 @kbd{z s} to be something else.
31511
31512 You can actually bind any Emacs command to a @kbd{z} key sequence by
31513 backspacing over the @samp{calc-} when you are prompted for the command name.
31514
31515 As with any other prefix key, you can type @kbd{z ?} to see a list of
31516 all the two-key sequences you have defined that start with @kbd{z}.
31517 Initially, no @kbd{z} sequences (except @kbd{z ?} itself) are defined.
31518
31519 User keys are typically letters, but may in fact be any key.
31520 (@key{META}-keys are not permitted, nor are a terminal's special
31521 function keys which generate multi-character sequences when pressed.)
31522 You can define different commands on the shifted and unshifted versions
31523 of a letter if you wish.
31524
31525 @kindex Z U
31526 @pindex calc-user-undefine
31527 The @kbd{Z U} (@code{calc-user-undefine}) command unbinds a user key.
31528 For example, the key sequence @kbd{Z U s} will undefine the @code{sincos}
31529 key we defined above.
31530
31531 @kindex Z P
31532 @pindex calc-user-define-permanent
31533 @cindex Storing user definitions
31534 @cindex Permanent user definitions
31535 @cindex Calc init file, user-defined commands
31536 The @kbd{Z P} (@code{calc-user-define-permanent}) command makes a key
31537 binding permanent so that it will remain in effect even in future Emacs
31538 sessions. (It does this by adding a suitable bit of Lisp code into
31539 your Calc init file; that is, the file given by the variable
31540 @code{calc-settings-file}, typically @file{~/.emacs.d/calc.el}.) For example,
31541 @kbd{Z P s} would register our @code{sincos} command permanently. If
31542 you later wish to unregister this command you must edit your Calc init
31543 file by hand. (@xref{General Mode Commands}, for a way to tell Calc to
31544 use a different file for the Calc init file.)
31545
31546 The @kbd{Z P} command also saves the user definition, if any, for the
31547 command bound to the key. After @kbd{Z F} and @kbd{Z C}, a given user
31548 key could invoke a command, which in turn calls an algebraic function,
31549 which might have one or more special display formats. A single @kbd{Z P}
31550 command will save all of these definitions.
31551 To save an algebraic function, type @kbd{'} (the apostrophe)
31552 when prompted for a key, and type the function name. To save a command
31553 without its key binding, type @kbd{M-x} and enter a function name. (The
31554 @samp{calc-} prefix will automatically be inserted for you.)
31555 (If the command you give implies a function, the function will be saved,
31556 and if the function has any display formats, those will be saved, but
31557 not the other way around: Saving a function will not save any commands
31558 or key bindings associated with the function.)
31559
31560 @kindex Z E
31561 @pindex calc-user-define-edit
31562 @cindex Editing user definitions
31563 The @kbd{Z E} (@code{calc-user-define-edit}) command edits the definition
31564 of a user key. This works for keys that have been defined by either
31565 keyboard macros or formulas; further details are contained in the relevant
31566 following sections.
31567
31568 @node Keyboard Macros, Invocation Macros, Creating User Keys, Programming
31569 @section Programming with Keyboard Macros
31570
31571 @noindent
31572 @kindex X
31573 @cindex Programming with keyboard macros
31574 @cindex Keyboard macros
31575 The easiest way to ``program'' the Emacs Calculator is to use standard
31576 keyboard macros. Press @w{@kbd{C-x (}} to begin recording a macro. From
31577 this point on, keystrokes you type will be saved away as well as
31578 performing their usual functions. Press @kbd{C-x )} to end recording.
31579 Press shift-@kbd{X} (or the standard Emacs key sequence @kbd{C-x e}) to
31580 execute your keyboard macro by replaying the recorded keystrokes.
31581 @xref{Keyboard Macros, , , emacs, the Emacs Manual}, for further
31582 information.
31583
31584 When you use @kbd{X} to invoke a keyboard macro, the entire macro is
31585 treated as a single command by the undo and trail features. The stack
31586 display buffer is not updated during macro execution, but is instead
31587 fixed up once the macro completes. Thus, commands defined with keyboard
31588 macros are convenient and efficient. The @kbd{C-x e} command, on the
31589 other hand, invokes the keyboard macro with no special treatment: Each
31590 command in the macro will record its own undo information and trail entry,
31591 and update the stack buffer accordingly. If your macro uses features
31592 outside of Calc's control to operate on the contents of the Calc stack
31593 buffer, or if it includes Undo, Redo, or last-arguments commands, you
31594 must use @kbd{C-x e} to make sure the buffer and undo list are up-to-date
31595 at all times. You could also consider using @kbd{K} (@code{calc-keep-args})
31596 instead of @kbd{M-@key{RET}} (@code{calc-last-args}).
31597
31598 Calc extends the standard Emacs keyboard macros in several ways.
31599 Keyboard macros can be used to create user-defined commands. Keyboard
31600 macros can include conditional and iteration structures, somewhat
31601 analogous to those provided by a traditional programmable calculator.
31602
31603 @menu
31604 * Naming Keyboard Macros::
31605 * Conditionals in Macros::
31606 * Loops in Macros::
31607 * Local Values in Macros::
31608 * Queries in Macros::
31609 @end menu
31610
31611 @node Naming Keyboard Macros, Conditionals in Macros, Keyboard Macros, Keyboard Macros
31612 @subsection Naming Keyboard Macros
31613
31614 @noindent
31615 @kindex Z K
31616 @pindex calc-user-define-kbd-macro
31617 Once you have defined a keyboard macro, you can bind it to a @kbd{z}
31618 key sequence with the @kbd{Z K} (@code{calc-user-define-kbd-macro}) command.
31619 This command prompts first for a key, then for a command name. For
31620 example, if you type @kbd{C-x ( n @key{TAB} n @key{TAB} C-x )} you will
31621 define a keyboard macro which negates the top two numbers on the stack
31622 (@key{TAB} swaps the top two stack elements). Now you can type
31623 @kbd{Z K n @key{RET}} to define this keyboard macro onto the @kbd{z n} key
31624 sequence. The default command name (if you answer the second prompt with
31625 just the @key{RET} key as in this example) will be something like
31626 @samp{calc-User-n}. The keyboard macro will now be available as both
31627 @kbd{z n} and @kbd{M-x calc-User-n}. You can backspace and enter a more
31628 descriptive command name if you wish.
31629
31630 Macros defined by @kbd{Z K} act like single commands; they are executed
31631 in the same way as by the @kbd{X} key. If you wish to define the macro
31632 as a standard no-frills Emacs macro (to be executed as if by @kbd{C-x e}),
31633 give a negative prefix argument to @kbd{Z K}.
31634
31635 Once you have bound your keyboard macro to a key, you can use
31636 @kbd{Z P} to register it permanently with Emacs. @xref{Creating User Keys}.
31637
31638 @cindex Keyboard macros, editing
31639 The @kbd{Z E} (@code{calc-user-define-edit}) command on a key that has
31640 been defined by a keyboard macro tries to use the @code{edmacro} package
31641 edit the macro. Type @kbd{C-c C-c} to finish editing and update
31642 the definition stored on the key, or, to cancel the edit, kill the
31643 buffer with @kbd{C-x k}.
31644 The special characters @code{RET}, @code{LFD}, @code{TAB}, @code{SPC},
31645 @code{DEL}, and @code{NUL} must be entered as these three character
31646 sequences, written in all uppercase, as must the prefixes @code{C-} and
31647 @code{M-}. Spaces and line breaks are ignored. Other characters are
31648 copied verbatim into the keyboard macro. Basically, the notation is the
31649 same as is used in all of this manual's examples, except that the manual
31650 takes some liberties with spaces: When we say @kbd{' [1 2 3] @key{RET}},
31651 we take it for granted that it is clear we really mean
31652 @kbd{' [1 @key{SPC} 2 @key{SPC} 3] @key{RET}}.
31653
31654 @kindex C-x * m
31655 @pindex read-kbd-macro
31656 The @kbd{C-x * m} (@code{read-kbd-macro}) command reads an Emacs ``region''
31657 of spelled-out keystrokes and defines it as the current keyboard macro.
31658 It is a convenient way to define a keyboard macro that has been stored
31659 in a file, or to define a macro without executing it at the same time.
31660
31661 @node Conditionals in Macros, Loops in Macros, Naming Keyboard Macros, Keyboard Macros
31662 @subsection Conditionals in Keyboard Macros
31663
31664 @noindent
31665 @kindex Z [
31666 @kindex Z ]
31667 @pindex calc-kbd-if
31668 @pindex calc-kbd-else
31669 @pindex calc-kbd-else-if
31670 @pindex calc-kbd-end-if
31671 @cindex Conditional structures
31672 The @kbd{Z [} (@code{calc-kbd-if}) and @kbd{Z ]} (@code{calc-kbd-end-if})
31673 commands allow you to put simple tests in a keyboard macro. When Calc
31674 sees the @kbd{Z [}, it pops an object from the stack and, if the object is
31675 a non-zero value, continues executing keystrokes. But if the object is
31676 zero, or if it is not provably nonzero, Calc skips ahead to the matching
31677 @kbd{Z ]} keystroke. @xref{Logical Operations}, for a set of commands for
31678 performing tests which conveniently produce 1 for true and 0 for false.
31679
31680 For example, @kbd{@key{RET} 0 a < Z [ n Z ]} implements an absolute-value
31681 function in the form of a keyboard macro. This macro duplicates the
31682 number on the top of the stack, pushes zero and compares using @kbd{a <}
31683 (@code{calc-less-than}), then, if the number was less than zero,
31684 executes @kbd{n} (@code{calc-change-sign}). Otherwise, the change-sign
31685 command is skipped.
31686
31687 To program this macro, type @kbd{C-x (}, type the above sequence of
31688 keystrokes, then type @kbd{C-x )}. Note that the keystrokes will be
31689 executed while you are making the definition as well as when you later
31690 re-execute the macro by typing @kbd{X}. Thus you should make sure a
31691 suitable number is on the stack before defining the macro so that you
31692 don't get a stack-underflow error during the definition process.
31693
31694 Conditionals can be nested arbitrarily. However, there should be exactly
31695 one @kbd{Z ]} for each @kbd{Z [} in a keyboard macro.
31696
31697 @kindex Z :
31698 The @kbd{Z :} (@code{calc-kbd-else}) command allows you to choose between
31699 two keystroke sequences. The general format is @kbd{@var{cond} Z [
31700 @var{then-part} Z : @var{else-part} Z ]}. If @var{cond} is true
31701 (i.e., if the top of stack contains a non-zero number after @var{cond}
31702 has been executed), the @var{then-part} will be executed and the
31703 @var{else-part} will be skipped. Otherwise, the @var{then-part} will
31704 be skipped and the @var{else-part} will be executed.
31705
31706 @kindex Z |
31707 The @kbd{Z |} (@code{calc-kbd-else-if}) command allows you to choose
31708 between any number of alternatives. For example,
31709 @kbd{@var{cond1} Z [ @var{part1} Z : @var{cond2} Z | @var{part2} Z :
31710 @var{part3} Z ]} will execute @var{part1} if @var{cond1} is true,
31711 otherwise it will execute @var{part2} if @var{cond2} is true, otherwise
31712 it will execute @var{part3}.
31713
31714 More precisely, @kbd{Z [} pops a number and conditionally skips to the
31715 next matching @kbd{Z :} or @kbd{Z ]} key. @w{@kbd{Z ]}} has no effect when
31716 actually executed. @kbd{Z :} skips to the next matching @kbd{Z ]}.
31717 @kbd{Z |} pops a number and conditionally skips to the next matching
31718 @kbd{Z :} or @kbd{Z ]}; thus, @kbd{Z [} and @kbd{Z |} are functionally
31719 equivalent except that @kbd{Z [} participates in nesting but @kbd{Z |}
31720 does not.
31721
31722 Calc's conditional and looping constructs work by scanning the
31723 keyboard macro for occurrences of character sequences like @samp{Z:}
31724 and @samp{Z]}. One side-effect of this is that if you use these
31725 constructs you must be careful that these character pairs do not
31726 occur by accident in other parts of the macros. Since Calc rarely
31727 uses shift-@kbd{Z} for any purpose except as a prefix character, this
31728 is not likely to be a problem. Another side-effect is that it will
31729 not work to define your own custom key bindings for these commands.
31730 Only the standard shift-@kbd{Z} bindings will work correctly.
31731
31732 @kindex Z C-g
31733 If Calc gets stuck while skipping characters during the definition of a
31734 macro, type @kbd{Z C-g} to cancel the definition. (Typing plain @kbd{C-g}
31735 actually adds a @kbd{C-g} keystroke to the macro.)
31736
31737 @node Loops in Macros, Local Values in Macros, Conditionals in Macros, Keyboard Macros
31738 @subsection Loops in Keyboard Macros
31739
31740 @noindent
31741 @kindex Z <
31742 @kindex Z >
31743 @pindex calc-kbd-repeat
31744 @pindex calc-kbd-end-repeat
31745 @cindex Looping structures
31746 @cindex Iterative structures
31747 The @kbd{Z <} (@code{calc-kbd-repeat}) and @kbd{Z >}
31748 (@code{calc-kbd-end-repeat}) commands pop a number from the stack,
31749 which must be an integer, then repeat the keystrokes between the brackets
31750 the specified number of times. If the integer is zero or negative, the
31751 body is skipped altogether. For example, @kbd{1 @key{TAB} Z < 2 * Z >}
31752 computes two to a nonnegative integer power. First, we push 1 on the
31753 stack and then swap the integer argument back to the top. The @kbd{Z <}
31754 pops that argument leaving the 1 back on top of the stack. Then, we
31755 repeat a multiply-by-two step however many times.
31756
31757 Once again, the keyboard macro is executed as it is being entered.
31758 In this case it is especially important to set up reasonable initial
31759 conditions before making the definition: Suppose the integer 1000 just
31760 happened to be sitting on the stack before we typed the above definition!
31761 Another approach is to enter a harmless dummy definition for the macro,
31762 then go back and edit in the real one with a @kbd{Z E} command. Yet
31763 another approach is to type the macro as written-out keystroke names
31764 in a buffer, then use @kbd{C-x * m} (@code{read-kbd-macro}) to read the
31765 macro.
31766
31767 @kindex Z /
31768 @pindex calc-break
31769 The @kbd{Z /} (@code{calc-kbd-break}) command allows you to break out
31770 of a keyboard macro loop prematurely. It pops an object from the stack;
31771 if that object is true (a non-zero number), control jumps out of the
31772 innermost enclosing @kbd{Z <} @dots{} @kbd{Z >} loop and continues
31773 after the @kbd{Z >}. If the object is false, the @kbd{Z /} has no
31774 effect. Thus @kbd{@var{cond} Z /} is similar to @samp{if (@var{cond}) break;}
31775 in the C language.
31776
31777 @kindex Z (
31778 @kindex Z )
31779 @pindex calc-kbd-for
31780 @pindex calc-kbd-end-for
31781 The @kbd{Z (} (@code{calc-kbd-for}) and @kbd{Z )} (@code{calc-kbd-end-for})
31782 commands are similar to @kbd{Z <} and @kbd{Z >}, except that they make the
31783 value of the counter available inside the loop. The general layout is
31784 @kbd{@var{init} @var{final} Z ( @var{body} @var{step} Z )}. The @kbd{Z (}
31785 command pops initial and final values from the stack. It then creates
31786 a temporary internal counter and initializes it with the value @var{init}.
31787 The @kbd{Z (} command then repeatedly pushes the counter value onto the
31788 stack and executes @var{body} and @var{step}, adding @var{step} to the
31789 counter each time until the loop finishes.
31790
31791 @cindex Summations (by keyboard macros)
31792 By default, the loop finishes when the counter becomes greater than (or
31793 less than) @var{final}, assuming @var{initial} is less than (greater
31794 than) @var{final}. If @var{initial} is equal to @var{final}, the body
31795 executes exactly once. The body of the loop always executes at least
31796 once. For example, @kbd{0 1 10 Z ( 2 ^ + 1 Z )} computes the sum of the
31797 squares of the integers from 1 to 10, in steps of 1.
31798
31799 If you give a numeric prefix argument of 1 to @kbd{Z (}, the loop is
31800 forced to use upward-counting conventions. In this case, if @var{initial}
31801 is greater than @var{final} the body will not be executed at all.
31802 Note that @var{step} may still be negative in this loop; the prefix
31803 argument merely constrains the loop-finished test. Likewise, a prefix
31804 argument of @mathit{-1} forces downward-counting conventions.
31805
31806 @kindex Z @{
31807 @kindex Z @}
31808 @pindex calc-kbd-loop
31809 @pindex calc-kbd-end-loop
31810 The @kbd{Z @{} (@code{calc-kbd-loop}) and @kbd{Z @}}
31811 (@code{calc-kbd-end-loop}) commands are similar to @kbd{Z <} and
31812 @kbd{Z >}, except that they do not pop a count from the stack---they
31813 effectively create an infinite loop. Every @kbd{Z @{} @dots{} @kbd{Z @}}
31814 loop ought to include at least one @kbd{Z /} to make sure the loop
31815 doesn't run forever. (If any error message occurs which causes Emacs
31816 to beep, the keyboard macro will also be halted; this is a standard
31817 feature of Emacs. You can also generally press @kbd{C-g} to halt a
31818 running keyboard macro, although not all versions of Unix support
31819 this feature.)
31820
31821 The conditional and looping constructs are not actually tied to
31822 keyboard macros, but they are most often used in that context.
31823 For example, the keystrokes @kbd{10 Z < 23 @key{RET} Z >} push
31824 ten copies of 23 onto the stack. This can be typed ``live'' just
31825 as easily as in a macro definition.
31826
31827 @xref{Conditionals in Macros}, for some additional notes about
31828 conditional and looping commands.
31829
31830 @node Local Values in Macros, Queries in Macros, Loops in Macros, Keyboard Macros
31831 @subsection Local Values in Macros
31832
31833 @noindent
31834 @cindex Local variables
31835 @cindex Restoring saved modes
31836 Keyboard macros sometimes want to operate under known conditions
31837 without affecting surrounding conditions. For example, a keyboard
31838 macro may wish to turn on Fraction mode, or set a particular
31839 precision, independent of the user's normal setting for those
31840 modes.
31841
31842 @kindex Z `
31843 @kindex Z '
31844 @pindex calc-kbd-push
31845 @pindex calc-kbd-pop
31846 Macros also sometimes need to use local variables. Assignments to
31847 local variables inside the macro should not affect any variables
31848 outside the macro. The @kbd{Z `} (@code{calc-kbd-push}) and @kbd{Z '}
31849 (@code{calc-kbd-pop}) commands give you both of these capabilities.
31850
31851 When you type @kbd{Z `} (with a grave accent),
31852 the values of various mode settings are saved away. The ten ``quick''
31853 variables @code{q0} through @code{q9} are also saved. When
31854 you type @w{@kbd{Z '}} (with an apostrophe), these values are restored.
31855 Pairs of @kbd{Z `} and @kbd{Z '} commands may be nested.
31856
31857 If a keyboard macro halts due to an error in between a @kbd{Z `} and
31858 a @kbd{Z '}, the saved values will be restored correctly even though
31859 the macro never reaches the @kbd{Z '} command. Thus you can use
31860 @kbd{Z `} and @kbd{Z '} without having to worry about what happens
31861 in exceptional conditions.
31862
31863 If you type @kbd{Z `} ``live'' (not in a keyboard macro), Calc puts
31864 you into a ``recursive edit.'' You can tell you are in a recursive
31865 edit because there will be extra square brackets in the mode line,
31866 as in @samp{[(Calculator)]}. These brackets will go away when you
31867 type the matching @kbd{Z '} command. The modes and quick variables
31868 will be saved and restored in just the same way as if actual keyboard
31869 macros were involved.
31870
31871 The modes saved by @kbd{Z `} and @kbd{Z '} are the current precision
31872 and binary word size, the angular mode (Deg, Rad, or HMS), the
31873 simplification mode, Algebraic mode, Symbolic mode, Infinite mode,
31874 Matrix or Scalar mode, Fraction mode, and the current complex mode
31875 (Polar or Rectangular). The ten ``quick'' variables' values (or lack
31876 thereof) are also saved.
31877
31878 Most mode-setting commands act as toggles, but with a numeric prefix
31879 they force the mode either on (positive prefix) or off (negative
31880 or zero prefix). Since you don't know what the environment might
31881 be when you invoke your macro, it's best to use prefix arguments
31882 for all mode-setting commands inside the macro.
31883
31884 In fact, @kbd{C-u Z `} is like @kbd{Z `} except that it sets the modes
31885 listed above to their default values. As usual, the matching @kbd{Z '}
31886 will restore the modes to their settings from before the @kbd{C-u Z `}.
31887 Also, @w{@kbd{Z `}} with a negative prefix argument resets the algebraic mode
31888 to its default (off) but leaves the other modes the same as they were
31889 outside the construct.
31890
31891 The contents of the stack and trail, values of non-quick variables, and
31892 other settings such as the language mode and the various display modes,
31893 are @emph{not} affected by @kbd{Z `} and @kbd{Z '}.
31894
31895 @node Queries in Macros, , Local Values in Macros, Keyboard Macros
31896 @subsection Queries in Keyboard Macros
31897
31898 @c @noindent
31899 @c @kindex Z =
31900 @c @pindex calc-kbd-report
31901 @c The @kbd{Z =} (@code{calc-kbd-report}) command displays an informative
31902 @c message including the value on the top of the stack. You are prompted
31903 @c to enter a string. That string, along with the top-of-stack value,
31904 @c is displayed unless @kbd{m w} (@code{calc-working}) has been used
31905 @c to turn such messages off.
31906
31907 @noindent
31908 @kindex Z #
31909 @pindex calc-kbd-query
31910 The @kbd{Z #} (@code{calc-kbd-query}) command prompts for an algebraic
31911 entry which takes its input from the keyboard, even during macro
31912 execution. All the normal conventions of algebraic input, including the
31913 use of @kbd{$} characters, are supported. The prompt message itself is
31914 taken from the top of the stack, and so must be entered (as a string)
31915 before the @kbd{Z #} command. (Recall, as a string it can be entered by
31916 pressing the @kbd{"} key and will appear as a vector when it is put on
31917 the stack. The prompt message is only put on the stack to provide a
31918 prompt for the @kbd{Z #} command; it will not play any role in any
31919 subsequent calculations.) This command allows your keyboard macros to
31920 accept numbers or formulas as interactive input.
31921
31922 As an example,
31923 @kbd{2 @key{RET} "Power: " @key{RET} Z # 3 @key{RET} ^} will prompt for
31924 input with ``Power: '' in the minibuffer, then return 2 to the provided
31925 power. (The response to the prompt that's given, 3 in this example,
31926 will not be part of the macro.)
31927
31928 @xref{Keyboard Macro Query, , , emacs, the Emacs Manual}, for a description of
31929 @kbd{C-x q} (@code{kbd-macro-query}), the standard Emacs way to accept
31930 keyboard input during a keyboard macro. In particular, you can use
31931 @kbd{C-x q} to enter a recursive edit, which allows the user to perform
31932 any Calculator operations interactively before pressing @kbd{C-M-c} to
31933 return control to the keyboard macro.
31934
31935 @node Invocation Macros, Algebraic Definitions, Keyboard Macros, Programming
31936 @section Invocation Macros
31937
31938 @kindex C-x * z
31939 @kindex Z I
31940 @pindex calc-user-invocation
31941 @pindex calc-user-define-invocation
31942 Calc provides one special keyboard macro, called up by @kbd{C-x * z}
31943 (@code{calc-user-invocation}), that is intended to allow you to define
31944 your own special way of starting Calc. To define this ``invocation
31945 macro,'' create the macro in the usual way with @kbd{C-x (} and
31946 @kbd{C-x )}, then type @kbd{Z I} (@code{calc-user-define-invocation}).
31947 There is only one invocation macro, so you don't need to type any
31948 additional letters after @kbd{Z I}. From now on, you can type
31949 @kbd{C-x * z} at any time to execute your invocation macro.
31950
31951 For example, suppose you find yourself often grabbing rectangles of
31952 numbers into Calc and multiplying their columns. You can do this
31953 by typing @kbd{C-x * r} to grab, and @kbd{V R : *} to multiply columns.
31954 To make this into an invocation macro, just type @kbd{C-x ( C-x * r
31955 V R : * C-x )}, then @kbd{Z I}. Then, to multiply a rectangle of data,
31956 just mark the data in its buffer in the usual way and type @kbd{C-x * z}.
31957
31958 Invocation macros are treated like regular Emacs keyboard macros;
31959 all the special features described above for @kbd{Z K}-style macros
31960 do not apply. @kbd{C-x * z} is just like @kbd{C-x e}, except that it
31961 uses the macro that was last stored by @kbd{Z I}. (In fact, the
31962 macro does not even have to have anything to do with Calc!)
31963
31964 The @kbd{m m} command saves the last invocation macro defined by
31965 @kbd{Z I} along with all the other Calc mode settings.
31966 @xref{General Mode Commands}.
31967
31968 @node Algebraic Definitions, Lisp Definitions, Invocation Macros, Programming
31969 @section Programming with Formulas
31970
31971 @noindent
31972 @kindex Z F
31973 @pindex calc-user-define-formula
31974 @cindex Programming with algebraic formulas
31975 Another way to create a new Calculator command uses algebraic formulas.
31976 The @kbd{Z F} (@code{calc-user-define-formula}) command stores the
31977 formula at the top of the stack as the definition for a key. This
31978 command prompts for five things: The key, the command name, the function
31979 name, the argument list, and the behavior of the command when given
31980 non-numeric arguments.
31981
31982 For example, suppose we type @kbd{' a+2b @key{RET}} to push the formula
31983 @samp{a + 2*b} onto the stack. We now type @kbd{Z F m} to define this
31984 formula on the @kbd{z m} key sequence. The next prompt is for a command
31985 name, beginning with @samp{calc-}, which should be the long (@kbd{M-x}) form
31986 for the new command. If you simply press @key{RET}, a default name like
31987 @code{calc-User-m} will be constructed. In our example, suppose we enter
31988 @kbd{spam @key{RET}} to define the new command as @code{calc-spam}.
31989
31990 If you want to give the formula a long-style name only, you can press
31991 @key{SPC} or @key{RET} when asked which single key to use. For example
31992 @kbd{Z F @key{RET} spam @key{RET}} defines the new command as
31993 @kbd{M-x calc-spam}, with no keyboard equivalent.
31994
31995 The third prompt is for an algebraic function name. The default is to
31996 use the same name as the command name but without the @samp{calc-}
31997 prefix. (If this is of the form @samp{User-m}, the hyphen is removed so
31998 it won't be taken for a minus sign in algebraic formulas.)
31999 This is the name you will use if you want to enter your
32000 new function in an algebraic formula. Suppose we enter @kbd{yow @key{RET}}.
32001 Then the new function can be invoked by pushing two numbers on the
32002 stack and typing @kbd{z m} or @kbd{x spam}, or by entering the algebraic
32003 formula @samp{yow(x,y)}.
32004
32005 The fourth prompt is for the function's argument list. This is used to
32006 associate values on the stack with the variables that appear in the formula.
32007 The default is a list of all variables which appear in the formula, sorted
32008 into alphabetical order. In our case, the default would be @samp{(a b)}.
32009 This means that, when the user types @kbd{z m}, the Calculator will remove
32010 two numbers from the stack, substitute these numbers for @samp{a} and
32011 @samp{b} (respectively) in the formula, then simplify the formula and
32012 push the result on the stack. In other words, @kbd{10 @key{RET} 100 z m}
32013 would replace the 10 and 100 on the stack with the number 210, which is
32014 @expr{a + 2 b} with @expr{a=10} and @expr{b=100}. Likewise, the formula
32015 @samp{yow(10, 100)} will be evaluated by substituting @expr{a=10} and
32016 @expr{b=100} in the definition.
32017
32018 You can rearrange the order of the names before pressing @key{RET} to
32019 control which stack positions go to which variables in the formula. If
32020 you remove a variable from the argument list, that variable will be left
32021 in symbolic form by the command. Thus using an argument list of @samp{(b)}
32022 for our function would cause @kbd{10 z m} to replace the 10 on the stack
32023 with the formula @samp{a + 20}. If we had used an argument list of
32024 @samp{(b a)}, the result with inputs 10 and 100 would have been 120.
32025
32026 You can also put a nameless function on the stack instead of just a
32027 formula, as in @samp{<a, b : a + 2 b>}. @xref{Specifying Operators}.
32028 In this example, the command will be defined by the formula @samp{a + 2 b}
32029 using the argument list @samp{(a b)}.
32030
32031 The final prompt is a y-or-n question concerning what to do if symbolic
32032 arguments are given to your function. If you answer @kbd{y}, then
32033 executing @kbd{z m} (using the original argument list @samp{(a b)}) with
32034 arguments @expr{10} and @expr{x} will leave the function in symbolic
32035 form, i.e., @samp{yow(10,x)}. On the other hand, if you answer @kbd{n},
32036 then the formula will always be expanded, even for non-constant
32037 arguments: @samp{10 + 2 x}. If you never plan to feed algebraic
32038 formulas to your new function, it doesn't matter how you answer this
32039 question.
32040
32041 If you answered @kbd{y} to this question you can still cause a function
32042 call to be expanded by typing @kbd{a "} (@code{calc-expand-formula}).
32043 Also, Calc will expand the function if necessary when you take a
32044 derivative or integral or solve an equation involving the function.
32045
32046 @kindex Z G
32047 @pindex calc-get-user-defn
32048 Once you have defined a formula on a key, you can retrieve this formula
32049 with the @kbd{Z G} (@code{calc-user-define-get-defn}) command. Press a
32050 key, and this command pushes the formula that was used to define that
32051 key onto the stack. Actually, it pushes a nameless function that
32052 specifies both the argument list and the defining formula. You will get
32053 an error message if the key is undefined, or if the key was not defined
32054 by a @kbd{Z F} command.
32055
32056 The @kbd{Z E} (@code{calc-user-define-edit}) command on a key that has
32057 been defined by a formula uses a variant of the @code{calc-edit} command
32058 to edit the defining formula. Press @kbd{C-c C-c} to finish editing and
32059 store the new formula back in the definition, or kill the buffer with
32060 @kbd{C-x k} to
32061 cancel the edit. (The argument list and other properties of the
32062 definition are unchanged; to adjust the argument list, you can use
32063 @kbd{Z G} to grab the function onto the stack, edit with @kbd{`}, and
32064 then re-execute the @kbd{Z F} command.)
32065
32066 As usual, the @kbd{Z P} command records your definition permanently.
32067 In this case it will permanently record all three of the relevant
32068 definitions: the key, the command, and the function.
32069
32070 You may find it useful to turn off the default simplifications with
32071 @kbd{m O} (@code{calc-no-simplify-mode}) when entering a formula to be
32072 used as a function definition. For example, the formula @samp{deriv(a^2,v)}
32073 which might be used to define a new function @samp{dsqr(a,v)} will be
32074 ``simplified'' to 0 immediately upon entry since @code{deriv} considers
32075 @expr{a} to be constant with respect to @expr{v}. Turning off
32076 default simplifications cures this problem: The definition will be stored
32077 in symbolic form without ever activating the @code{deriv} function. Press
32078 @kbd{m D} to turn the default simplifications back on afterwards.
32079
32080 @node Lisp Definitions, , Algebraic Definitions, Programming
32081 @section Programming with Lisp
32082
32083 @noindent
32084 The Calculator can be programmed quite extensively in Lisp. All you
32085 do is write a normal Lisp function definition, but with @code{defmath}
32086 in place of @code{defun}. This has the same form as @code{defun}, but it
32087 automagically replaces calls to standard Lisp functions like @code{+} and
32088 @code{zerop} with calls to the corresponding functions in Calc's own library.
32089 Thus you can write natural-looking Lisp code which operates on all of the
32090 standard Calculator data types. You can then use @kbd{Z D} if you wish to
32091 bind your new command to a @kbd{z}-prefix key sequence. The @kbd{Z E} command
32092 will not edit a Lisp-based definition.
32093
32094 Emacs Lisp is described in the GNU Emacs Lisp Reference Manual. This section
32095 assumes a familiarity with Lisp programming concepts; if you do not know
32096 Lisp, you may find keyboard macros or rewrite rules to be an easier way
32097 to program the Calculator.
32098
32099 This section first discusses ways to write commands, functions, or
32100 small programs to be executed inside of Calc. Then it discusses how
32101 your own separate programs are able to call Calc from the outside.
32102 Finally, there is a list of internal Calc functions and data structures
32103 for the true Lisp enthusiast.
32104
32105 @menu
32106 * Defining Functions::
32107 * Defining Simple Commands::
32108 * Defining Stack Commands::
32109 * Argument Qualifiers::
32110 * Example Definitions::
32111
32112 * Calling Calc from Your Programs::
32113 * Internals::
32114 @end menu
32115
32116 @node Defining Functions, Defining Simple Commands, Lisp Definitions, Lisp Definitions
32117 @subsection Defining New Functions
32118
32119 @noindent
32120 @findex defmath
32121 The @code{defmath} function (actually a Lisp macro) is like @code{defun}
32122 except that code in the body of the definition can make use of the full
32123 range of Calculator data types. The prefix @samp{calcFunc-} is added
32124 to the specified name to get the actual Lisp function name. As a simple
32125 example,
32126
32127 @example
32128 (defmath myfact (n)
32129 (if (> n 0)
32130 (* n (myfact (1- n)))
32131 1))
32132 @end example
32133
32134 @noindent
32135 This actually expands to the code,
32136
32137 @example
32138 (defun calcFunc-myfact (n)
32139 (if (math-posp n)
32140 (math-mul n (calcFunc-myfact (math-add n -1)))
32141 1))
32142 @end example
32143
32144 @noindent
32145 This function can be used in algebraic expressions, e.g., @samp{myfact(5)}.
32146
32147 The @samp{myfact} function as it is defined above has the bug that an
32148 expression @samp{myfact(a+b)} will be simplified to 1 because the
32149 formula @samp{a+b} is not considered to be @code{posp}. A robust
32150 factorial function would be written along the following lines:
32151
32152 @smallexample
32153 (defmath myfact (n)
32154 (if (> n 0)
32155 (* n (myfact (1- n)))
32156 (if (= n 0)
32157 1
32158 nil))) ; this could be simplified as: (and (= n 0) 1)
32159 @end smallexample
32160
32161 If a function returns @code{nil}, it is left unsimplified by the Calculator
32162 (except that its arguments will be simplified). Thus, @samp{myfact(a+1+2)}
32163 will be simplified to @samp{myfact(a+3)} but no further. Beware that every
32164 time the Calculator reexamines this formula it will attempt to resimplify
32165 it, so your function ought to detect the returning-@code{nil} case as
32166 efficiently as possible.
32167
32168 The following standard Lisp functions are treated by @code{defmath}:
32169 @code{+}, @code{-}, @code{*}, @code{/}, @code{%}, @code{^} or
32170 @code{expt}, @code{=}, @code{<}, @code{>}, @code{<=}, @code{>=},
32171 @code{/=}, @code{1+}, @code{1-}, @code{logand}, @code{logior}, @code{logxor},
32172 @code{logandc2}, @code{lognot}. Also, @code{~=} is an abbreviation for
32173 @code{math-nearly-equal}, which is useful in implementing Taylor series.
32174
32175 For other functions @var{func}, if a function by the name
32176 @samp{calcFunc-@var{func}} exists it is used, otherwise if a function by the
32177 name @samp{math-@var{func}} exists it is used, otherwise if @var{func} itself
32178 is defined as a function it is used, otherwise @samp{calcFunc-@var{func}} is
32179 used on the assumption that this is a to-be-defined math function. Also, if
32180 the function name is quoted as in @samp{('integerp a)} the function name is
32181 always used exactly as written (but not quoted).
32182
32183 Variable names have @samp{var-} prepended to them unless they appear in
32184 the function's argument list or in an enclosing @code{let}, @code{let*},
32185 @code{for}, or @code{foreach} form,
32186 or their names already contain a @samp{-} character. Thus a reference to
32187 @samp{foo} is the same as a reference to @samp{var-foo}.
32188
32189 A few other Lisp extensions are available in @code{defmath} definitions:
32190
32191 @itemize @bullet
32192 @item
32193 The @code{elt} function accepts any number of index variables.
32194 Note that Calc vectors are stored as Lisp lists whose first
32195 element is the symbol @code{vec}; thus, @samp{(elt v 2)} yields
32196 the second element of vector @code{v}, and @samp{(elt m i j)}
32197 yields one element of a Calc matrix.
32198
32199 @item
32200 The @code{setq} function has been extended to act like the Common
32201 Lisp @code{setf} function. (The name @code{setf} is recognized as
32202 a synonym of @code{setq}.) Specifically, the first argument of
32203 @code{setq} can be an @code{nth}, @code{elt}, @code{car}, or @code{cdr} form,
32204 in which case the effect is to store into the specified
32205 element of a list. Thus, @samp{(setq (elt m i j) x)} stores @expr{x}
32206 into one element of a matrix.
32207
32208 @item
32209 A @code{for} looping construct is available. For example,
32210 @samp{(for ((i 0 10)) body)} executes @code{body} once for each
32211 binding of @expr{i} from zero to 10. This is like a @code{let}
32212 form in that @expr{i} is temporarily bound to the loop count
32213 without disturbing its value outside the @code{for} construct.
32214 Nested loops, as in @samp{(for ((i 0 10) (j 0 (1- i) 2)) body)},
32215 are also available. For each value of @expr{i} from zero to 10,
32216 @expr{j} counts from 0 to @expr{i-1} in steps of two. Note that
32217 @code{for} has the same general outline as @code{let*}, except
32218 that each element of the header is a list of three or four
32219 things, not just two.
32220
32221 @item
32222 The @code{foreach} construct loops over elements of a list.
32223 For example, @samp{(foreach ((x (cdr v))) body)} executes
32224 @code{body} with @expr{x} bound to each element of Calc vector
32225 @expr{v} in turn. The purpose of @code{cdr} here is to skip over
32226 the initial @code{vec} symbol in the vector.
32227
32228 @item
32229 The @code{break} function breaks out of the innermost enclosing
32230 @code{while}, @code{for}, or @code{foreach} loop. If given a
32231 value, as in @samp{(break x)}, this value is returned by the
32232 loop. (Lisp loops otherwise always return @code{nil}.)
32233
32234 @item
32235 The @code{return} function prematurely returns from the enclosing
32236 function. For example, @samp{(return (+ x y))} returns @expr{x+y}
32237 as the value of a function. You can use @code{return} anywhere
32238 inside the body of the function.
32239 @end itemize
32240
32241 Non-integer numbers (and extremely large integers) cannot be included
32242 directly into a @code{defmath} definition. This is because the Lisp
32243 reader will fail to parse them long before @code{defmath} ever gets control.
32244 Instead, use the notation, @samp{:"3.1415"}. In fact, any algebraic
32245 formula can go between the quotes. For example,
32246
32247 @smallexample
32248 (defmath sqexp (x) ; sqexp(x) == sqrt(exp(x)) == exp(x*0.5)
32249 (and (numberp x)
32250 (exp :"x * 0.5")))
32251 @end smallexample
32252
32253 expands to
32254
32255 @smallexample
32256 (defun calcFunc-sqexp (x)
32257 (and (math-numberp x)
32258 (calcFunc-exp (math-mul x '(float 5 -1)))))
32259 @end smallexample
32260
32261 Note the use of @code{numberp} as a guard to ensure that the argument is
32262 a number first, returning @code{nil} if not. The exponential function
32263 could itself have been included in the expression, if we had preferred:
32264 @samp{:"exp(x * 0.5)"}. As another example, the multiplication-and-recursion
32265 step of @code{myfact} could have been written
32266
32267 @example
32268 :"n * myfact(n-1)"
32269 @end example
32270
32271 A good place to put your @code{defmath} commands is your Calc init file
32272 (the file given by @code{calc-settings-file}, typically
32273 @file{~/.emacs.d/calc.el}), which will not be loaded until Calc starts.
32274 If a file named @file{.emacs} exists in your home directory, Emacs reads
32275 and executes the Lisp forms in this file as it starts up. While it may
32276 seem reasonable to put your favorite @code{defmath} commands there,
32277 this has the unfortunate side-effect that parts of the Calculator must be
32278 loaded in to process the @code{defmath} commands whether or not you will
32279 actually use the Calculator! If you want to put the @code{defmath}
32280 commands there (for example, if you redefine @code{calc-settings-file}
32281 to be @file{.emacs}), a better effect can be had by writing
32282
32283 @example
32284 (put 'calc-define 'thing '(progn
32285 (defmath ... )
32286 (defmath ... )
32287 ))
32288 @end example
32289
32290 @noindent
32291 @vindex calc-define
32292 The @code{put} function adds a @dfn{property} to a symbol. Each Lisp
32293 symbol has a list of properties associated with it. Here we add a
32294 property with a name of @code{thing} and a @samp{(progn ...)} form as
32295 its value. When Calc starts up, and at the start of every Calc command,
32296 the property list for the symbol @code{calc-define} is checked and the
32297 values of any properties found are evaluated as Lisp forms. The
32298 properties are removed as they are evaluated. The property names
32299 (like @code{thing}) are not used; you should choose something like the
32300 name of your project so as not to conflict with other properties.
32301
32302 The net effect is that you can put the above code in your @file{.emacs}
32303 file and it will not be executed until Calc is loaded. Or, you can put
32304 that same code in another file which you load by hand either before or
32305 after Calc itself is loaded.
32306
32307 The properties of @code{calc-define} are evaluated in the same order
32308 that they were added. They can assume that the Calc modules @file{calc.el},
32309 @file{calc-ext.el}, and @file{calc-macs.el} have been fully loaded, and
32310 that the @file{*Calculator*} buffer will be the current buffer.
32311
32312 If your @code{calc-define} property only defines algebraic functions,
32313 you can be sure that it will have been evaluated before Calc tries to
32314 call your function, even if the file defining the property is loaded
32315 after Calc is loaded. But if the property defines commands or key
32316 sequences, it may not be evaluated soon enough. (Suppose it defines the
32317 new command @code{tweak-calc}; the user can load your file, then type
32318 @kbd{M-x tweak-calc} before Calc has had chance to do anything.) To
32319 protect against this situation, you can put
32320
32321 @example
32322 (run-hooks 'calc-check-defines)
32323 @end example
32324
32325 @findex calc-check-defines
32326 @noindent
32327 at the end of your file. The @code{calc-check-defines} function is what
32328 looks for and evaluates properties on @code{calc-define}; @code{run-hooks}
32329 has the advantage that it is quietly ignored if @code{calc-check-defines}
32330 is not yet defined because Calc has not yet been loaded.
32331
32332 Examples of things that ought to be enclosed in a @code{calc-define}
32333 property are @code{defmath} calls, @code{define-key} calls that modify
32334 the Calc key map, and any calls that redefine things defined inside Calc.
32335 Ordinary @code{defun}s need not be enclosed with @code{calc-define}.
32336
32337 @node Defining Simple Commands, Defining Stack Commands, Defining Functions, Lisp Definitions
32338 @subsection Defining New Simple Commands
32339
32340 @noindent
32341 @findex interactive
32342 If a @code{defmath} form contains an @code{interactive} clause, it defines
32343 a Calculator command. Actually such a @code{defmath} results in @emph{two}
32344 function definitions: One, a @samp{calcFunc-} function as was just described,
32345 with the @code{interactive} clause removed. Two, a @samp{calc-} function
32346 with a suitable @code{interactive} clause and some sort of wrapper to make
32347 the command work in the Calc environment.
32348
32349 In the simple case, the @code{interactive} clause has the same form as
32350 for normal Emacs Lisp commands:
32351
32352 @smallexample
32353 (defmath increase-precision (delta)
32354 "Increase precision by DELTA." ; This is the "documentation string"
32355 (interactive "p") ; Register this as a M-x-able command
32356 (setq calc-internal-prec (+ calc-internal-prec delta)))
32357 @end smallexample
32358
32359 This expands to the pair of definitions,
32360
32361 @smallexample
32362 (defun calc-increase-precision (delta)
32363 "Increase precision by DELTA."
32364 (interactive "p")
32365 (calc-wrapper
32366 (setq calc-internal-prec (math-add calc-internal-prec delta))))
32367
32368 (defun calcFunc-increase-precision (delta)
32369 "Increase precision by DELTA."
32370 (setq calc-internal-prec (math-add calc-internal-prec delta)))
32371 @end smallexample
32372
32373 @noindent
32374 where in this case the latter function would never really be used! Note
32375 that since the Calculator stores small integers as plain Lisp integers,
32376 the @code{math-add} function will work just as well as the native
32377 @code{+} even when the intent is to operate on native Lisp integers.
32378
32379 @findex calc-wrapper
32380 The @samp{calc-wrapper} call invokes a macro which surrounds the body of
32381 the function with code that looks roughly like this:
32382
32383 @smallexample
32384 (let ((calc-command-flags nil))
32385 (unwind-protect
32386 (save-current-buffer
32387 (calc-select-buffer)
32388 @emph{body of function}
32389 @emph{renumber stack}
32390 @emph{clear} Working @emph{message})
32391 @emph{realign cursor and window}
32392 @emph{clear Inverse, Hyperbolic, and Keep Args flags}
32393 @emph{update Emacs mode line}))
32394 @end smallexample
32395
32396 @findex calc-select-buffer
32397 The @code{calc-select-buffer} function selects the @file{*Calculator*}
32398 buffer if necessary, say, because the command was invoked from inside
32399 the @file{*Calc Trail*} window.
32400
32401 @findex calc-set-command-flag
32402 You can call, for example, @code{(calc-set-command-flag 'no-align)} to
32403 set the above-mentioned command flags. Calc routines recognize the
32404 following command flags:
32405
32406 @table @code
32407 @item renum-stack
32408 Stack line numbers @samp{1:}, @samp{2:}, and so on must be renumbered
32409 after this command completes. This is set by routines like
32410 @code{calc-push}.
32411
32412 @item clear-message
32413 Calc should call @samp{(message "")} if this command completes normally
32414 (to clear a ``Working@dots{}'' message out of the echo area).
32415
32416 @item no-align
32417 Do not move the cursor back to the @samp{.} top-of-stack marker.
32418
32419 @item position-point
32420 Use the variables @code{calc-position-point-line} and
32421 @code{calc-position-point-column} to position the cursor after
32422 this command finishes.
32423
32424 @item keep-flags
32425 Do not clear @code{calc-inverse-flag}, @code{calc-hyperbolic-flag},
32426 and @code{calc-keep-args-flag} at the end of this command.
32427
32428 @item do-edit
32429 Switch to buffer @file{*Calc Edit*} after this command.
32430
32431 @item hold-trail
32432 Do not move trail pointer to end of trail when something is recorded
32433 there.
32434 @end table
32435
32436 @kindex Y
32437 @kindex Y ?
32438 @vindex calc-Y-help-msgs
32439 Calc reserves a special prefix key, shift-@kbd{Y}, for user-written
32440 extensions to Calc. There are no built-in commands that work with
32441 this prefix key; you must call @code{define-key} from Lisp (probably
32442 from inside a @code{calc-define} property) to add to it. Initially only
32443 @kbd{Y ?} is defined; it takes help messages from a list of strings
32444 (initially @code{nil}) in the variable @code{calc-Y-help-msgs}. All
32445 other undefined keys except for @kbd{Y} are reserved for use by
32446 future versions of Calc.
32447
32448 If you are writing a Calc enhancement which you expect to give to
32449 others, it is best to minimize the number of @kbd{Y}-key sequences
32450 you use. In fact, if you have more than one key sequence you should
32451 consider defining three-key sequences with a @kbd{Y}, then a key that
32452 stands for your package, then a third key for the particular command
32453 within your package.
32454
32455 Users may wish to install several Calc enhancements, and it is possible
32456 that several enhancements will choose to use the same key. In the
32457 example below, a variable @code{inc-prec-base-key} has been defined
32458 to contain the key that identifies the @code{inc-prec} package. Its
32459 value is initially @code{"P"}, but a user can change this variable
32460 if necessary without having to modify the file.
32461
32462 Here is a complete file, @file{inc-prec.el}, which makes a @kbd{Y P I}
32463 command that increases the precision, and a @kbd{Y P D} command that
32464 decreases the precision.
32465
32466 @smallexample
32467 ;;; Increase and decrease Calc precision. Dave Gillespie, 5/31/91.
32468 ;; (Include copyright or copyleft stuff here.)
32469
32470 (defvar inc-prec-base-key "P"
32471 "Base key for inc-prec.el commands.")
32472
32473 (put 'calc-define 'inc-prec '(progn
32474
32475 (define-key calc-mode-map (format "Y%sI" inc-prec-base-key)
32476 'increase-precision)
32477 (define-key calc-mode-map (format "Y%sD" inc-prec-base-key)
32478 'decrease-precision)
32479
32480 (setq calc-Y-help-msgs
32481 (cons (format "%s + Inc-prec, Dec-prec" inc-prec-base-key)
32482 calc-Y-help-msgs))
32483
32484 (defmath increase-precision (delta)
32485 "Increase precision by DELTA."
32486 (interactive "p")
32487 (setq calc-internal-prec (+ calc-internal-prec delta)))
32488
32489 (defmath decrease-precision (delta)
32490 "Decrease precision by DELTA."
32491 (interactive "p")
32492 (setq calc-internal-prec (- calc-internal-prec delta)))
32493
32494 )) ; end of calc-define property
32495
32496 (run-hooks 'calc-check-defines)
32497 @end smallexample
32498
32499 @node Defining Stack Commands, Argument Qualifiers, Defining Simple Commands, Lisp Definitions
32500 @subsection Defining New Stack-Based Commands
32501
32502 @noindent
32503 To define a new computational command which takes and/or leaves arguments
32504 on the stack, a special form of @code{interactive} clause is used.
32505
32506 @example
32507 (interactive @var{num} @var{tag})
32508 @end example
32509
32510 @noindent
32511 where @var{num} is an integer, and @var{tag} is a string. The effect is
32512 to pop @var{num} values off the stack, resimplify them by calling
32513 @code{calc-normalize}, and hand them to your function according to the
32514 function's argument list. Your function may include @code{&optional} and
32515 @code{&rest} parameters, so long as calling the function with @var{num}
32516 parameters is valid.
32517
32518 Your function must return either a number or a formula in a form
32519 acceptable to Calc, or a list of such numbers or formulas. These value(s)
32520 are pushed onto the stack when the function completes. They are also
32521 recorded in the Calc Trail buffer on a line beginning with @var{tag},
32522 a string of (normally) four characters or less. If you omit @var{tag}
32523 or use @code{nil} as a tag, the result is not recorded in the trail.
32524
32525 As an example, the definition
32526
32527 @smallexample
32528 (defmath myfact (n)
32529 "Compute the factorial of the integer at the top of the stack."
32530 (interactive 1 "fact")
32531 (if (> n 0)
32532 (* n (myfact (1- n)))
32533 (and (= n 0) 1)))
32534 @end smallexample
32535
32536 @noindent
32537 is a version of the factorial function shown previously which can be used
32538 as a command as well as an algebraic function. It expands to
32539
32540 @smallexample
32541 (defun calc-myfact ()
32542 "Compute the factorial of the integer at the top of the stack."
32543 (interactive)
32544 (calc-slow-wrapper
32545 (calc-enter-result 1 "fact"
32546 (cons 'calcFunc-myfact (calc-top-list-n 1)))))
32547
32548 (defun calcFunc-myfact (n)
32549 "Compute the factorial of the integer at the top of the stack."
32550 (if (math-posp n)
32551 (math-mul n (calcFunc-myfact (math-add n -1)))
32552 (and (math-zerop n) 1)))
32553 @end smallexample
32554
32555 @findex calc-slow-wrapper
32556 The @code{calc-slow-wrapper} function is a version of @code{calc-wrapper}
32557 that automatically puts up a @samp{Working...} message before the
32558 computation begins. (This message can be turned off by the user
32559 with an @kbd{m w} (@code{calc-working}) command.)
32560
32561 @findex calc-top-list-n
32562 The @code{calc-top-list-n} function returns a list of the specified number
32563 of values from the top of the stack. It resimplifies each value by
32564 calling @code{calc-normalize}. If its argument is zero it returns an
32565 empty list. It does not actually remove these values from the stack.
32566
32567 @findex calc-enter-result
32568 The @code{calc-enter-result} function takes an integer @var{num} and string
32569 @var{tag} as described above, plus a third argument which is either a
32570 Calculator data object or a list of such objects. These objects are
32571 resimplified and pushed onto the stack after popping the specified number
32572 of values from the stack. If @var{tag} is non-@code{nil}, the values
32573 being pushed are also recorded in the trail.
32574
32575 Note that if @code{calcFunc-myfact} returns @code{nil} this represents
32576 ``leave the function in symbolic form.'' To return an actual empty list,
32577 in the sense that @code{calc-enter-result} will push zero elements back
32578 onto the stack, you should return the special value @samp{'(nil)}, a list
32579 containing the single symbol @code{nil}.
32580
32581 The @code{interactive} declaration can actually contain a limited
32582 Emacs-style code string as well which comes just before @var{num} and
32583 @var{tag}. Currently the only Emacs code supported is @samp{"p"}, as in
32584
32585 @example
32586 (defmath foo (a b &optional c)
32587 (interactive "p" 2 "foo")
32588 @var{body})
32589 @end example
32590
32591 In this example, the command @code{calc-foo} will evaluate the expression
32592 @samp{foo(a,b)} if executed with no argument, or @samp{foo(a,b,n)} if
32593 executed with a numeric prefix argument of @expr{n}.
32594
32595 The other code string allowed is @samp{"m"} (unrelated to the usual @samp{"m"}
32596 code as used with @code{defun}). It uses the numeric prefix argument as the
32597 number of objects to remove from the stack and pass to the function.
32598 In this case, the integer @var{num} serves as a default number of
32599 arguments to be used when no prefix is supplied.
32600
32601 @node Argument Qualifiers, Example Definitions, Defining Stack Commands, Lisp Definitions
32602 @subsection Argument Qualifiers
32603
32604 @noindent
32605 Anywhere a parameter name can appear in the parameter list you can also use
32606 an @dfn{argument qualifier}. Thus the general form of a definition is:
32607
32608 @example
32609 (defmath @var{name} (@var{param} @var{param...}
32610 &optional @var{param} @var{param...}
32611 &rest @var{param})
32612 @var{body})
32613 @end example
32614
32615 @noindent
32616 where each @var{param} is either a symbol or a list of the form
32617
32618 @example
32619 (@var{qual} @var{param})
32620 @end example
32621
32622 The following qualifiers are recognized:
32623
32624 @table @samp
32625 @item complete
32626 @findex complete
32627 The argument must not be an incomplete vector, interval, or complex number.
32628 (This is rarely needed since the Calculator itself will never call your
32629 function with an incomplete argument. But there is nothing stopping your
32630 own Lisp code from calling your function with an incomplete argument.)
32631
32632 @item integer
32633 @findex integer
32634 The argument must be an integer. If it is an integer-valued float
32635 it will be accepted but converted to integer form. Non-integers and
32636 formulas are rejected.
32637
32638 @item natnum
32639 @findex natnum
32640 Like @samp{integer}, but the argument must be non-negative.
32641
32642 @item fixnum
32643 @findex fixnum
32644 Like @samp{integer}, but the argument must fit into a native Lisp integer,
32645 which on most systems means less than 2^23 in absolute value. The
32646 argument is converted into Lisp-integer form if necessary.
32647
32648 @item float
32649 @findex float
32650 The argument is converted to floating-point format if it is a number or
32651 vector. If it is a formula it is left alone. (The argument is never
32652 actually rejected by this qualifier.)
32653
32654 @item @var{pred}
32655 The argument must satisfy predicate @var{pred}, which is one of the
32656 standard Calculator predicates. @xref{Predicates}.
32657
32658 @item not-@var{pred}
32659 The argument must @emph{not} satisfy predicate @var{pred}.
32660 @end table
32661
32662 For example,
32663
32664 @example
32665 (defmath foo (a (constp (not-matrixp b)) &optional (float c)
32666 &rest (integer d))
32667 @var{body})
32668 @end example
32669
32670 @noindent
32671 expands to
32672
32673 @example
32674 (defun calcFunc-foo (a b &optional c &rest d)
32675 (and (math-matrixp b)
32676 (math-reject-arg b 'not-matrixp))
32677 (or (math-constp b)
32678 (math-reject-arg b 'constp))
32679 (and c (setq c (math-check-float c)))
32680 (setq d (mapcar 'math-check-integer d))
32681 @var{body})
32682 @end example
32683
32684 @noindent
32685 which performs the necessary checks and conversions before executing the
32686 body of the function.
32687
32688 @node Example Definitions, Calling Calc from Your Programs, Argument Qualifiers, Lisp Definitions
32689 @subsection Example Definitions
32690
32691 @noindent
32692 This section includes some Lisp programming examples on a larger scale.
32693 These programs make use of some of the Calculator's internal functions;
32694 @pxref{Internals}.
32695
32696 @menu
32697 * Bit Counting Example::
32698 * Sine Example::
32699 @end menu
32700
32701 @node Bit Counting Example, Sine Example, Example Definitions, Example Definitions
32702 @subsubsection Bit-Counting
32703
32704 @noindent
32705 @ignore
32706 @starindex
32707 @end ignore
32708 @tindex bcount
32709 Calc does not include a built-in function for counting the number of
32710 ``one'' bits in a binary integer. It's easy to invent one using @kbd{b u}
32711 to convert the integer to a set, and @kbd{V #} to count the elements of
32712 that set; let's write a function that counts the bits without having to
32713 create an intermediate set.
32714
32715 @smallexample
32716 (defmath bcount ((natnum n))
32717 (interactive 1 "bcnt")
32718 (let ((count 0))
32719 (while (> n 0)
32720 (if (oddp n)
32721 (setq count (1+ count)))
32722 (setq n (lsh n -1)))
32723 count))
32724 @end smallexample
32725
32726 @noindent
32727 When this is expanded by @code{defmath}, it will become the following
32728 Emacs Lisp function:
32729
32730 @smallexample
32731 (defun calcFunc-bcount (n)
32732 (setq n (math-check-natnum n))
32733 (let ((count 0))
32734 (while (math-posp n)
32735 (if (math-oddp n)
32736 (setq count (math-add count 1)))
32737 (setq n (calcFunc-lsh n -1)))
32738 count))
32739 @end smallexample
32740
32741 If the input numbers are large, this function involves a fair amount
32742 of arithmetic. A binary right shift is essentially a division by two;
32743 recall that Calc stores integers in decimal form so bit shifts must
32744 involve actual division.
32745
32746 To gain a bit more efficiency, we could divide the integer into
32747 @var{n}-bit chunks, each of which can be handled quickly because
32748 they fit into Lisp integers. It turns out that Calc's arithmetic
32749 routines are especially fast when dividing by an integer less than
32750 1000, so we can set @var{n = 9} bits and use repeated division by 512:
32751
32752 @smallexample
32753 (defmath bcount ((natnum n))
32754 (interactive 1 "bcnt")
32755 (let ((count 0))
32756 (while (not (fixnump n))
32757 (let ((qr (idivmod n 512)))
32758 (setq count (+ count (bcount-fixnum (cdr qr)))
32759 n (car qr))))
32760 (+ count (bcount-fixnum n))))
32761
32762 (defun bcount-fixnum (n)
32763 (let ((count 0))
32764 (while (> n 0)
32765 (setq count (+ count (logand n 1))
32766 n (lsh n -1)))
32767 count))
32768 @end smallexample
32769
32770 @noindent
32771 Note that the second function uses @code{defun}, not @code{defmath}.
32772 Because this function deals only with native Lisp integers (``fixnums''),
32773 it can use the actual Emacs @code{+} and related functions rather
32774 than the slower but more general Calc equivalents which @code{defmath}
32775 uses.
32776
32777 The @code{idivmod} function does an integer division, returning both
32778 the quotient and the remainder at once. Again, note that while it
32779 might seem that @samp{(logand n 511)} and @samp{(lsh n -9)} are
32780 more efficient ways to split off the bottom nine bits of @code{n},
32781 actually they are less efficient because each operation is really
32782 a division by 512 in disguise; @code{idivmod} allows us to do the
32783 same thing with a single division by 512.
32784
32785 @node Sine Example, , Bit Counting Example, Example Definitions
32786 @subsubsection The Sine Function
32787
32788 @noindent
32789 @ignore
32790 @starindex
32791 @end ignore
32792 @tindex mysin
32793 A somewhat limited sine function could be defined as follows, using the
32794 well-known Taylor series expansion for
32795 @texline @math{\sin x}:
32796 @infoline @samp{sin(x)}:
32797
32798 @smallexample
32799 (defmath mysin ((float (anglep x)))
32800 (interactive 1 "mysn")
32801 (setq x (to-radians x)) ; Convert from current angular mode.
32802 (let ((sum x) ; Initial term of Taylor expansion of sin.
32803 newsum
32804 (nfact 1) ; "nfact" equals "n" factorial at all times.
32805 (xnegsqr :"-(x^2)")) ; "xnegsqr" equals -x^2.
32806 (for ((n 3 100 2)) ; Upper limit of 100 is a good precaution.
32807 (working "mysin" sum) ; Display "Working" message, if enabled.
32808 (setq nfact (* nfact (1- n) n)
32809 x (* x xnegsqr)
32810 newsum (+ sum (/ x nfact)))
32811 (if (~= newsum sum) ; If newsum is "nearly equal to" sum,
32812 (break)) ; then we are done.
32813 (setq sum newsum))
32814 sum))
32815 @end smallexample
32816
32817 The actual @code{sin} function in Calc works by first reducing the problem
32818 to a sine or cosine of a nonnegative number less than @cpiover{4}. This
32819 ensures that the Taylor series will converge quickly. Also, the calculation
32820 is carried out with two extra digits of precision to guard against cumulative
32821 round-off in @samp{sum}. Finally, complex arguments are allowed and handled
32822 by a separate algorithm.
32823
32824 @smallexample
32825 (defmath mysin ((float (scalarp x)))
32826 (interactive 1 "mysn")
32827 (setq x (to-radians x)) ; Convert from current angular mode.
32828 (with-extra-prec 2 ; Evaluate with extra precision.
32829 (cond ((complexp x)
32830 (mysin-complex x))
32831 ((< x 0)
32832 (- (mysin-raw (- x))) ; Always call mysin-raw with x >= 0.
32833 (t (mysin-raw x))))))
32834
32835 (defmath mysin-raw (x)
32836 (cond ((>= x 7)
32837 (mysin-raw (% x (two-pi)))) ; Now x < 7.
32838 ((> x (pi-over-2))
32839 (- (mysin-raw (- x (pi))))) ; Now -pi/2 <= x <= pi/2.
32840 ((> x (pi-over-4))
32841 (mycos-raw (- x (pi-over-2)))) ; Now -pi/2 <= x <= pi/4.
32842 ((< x (- (pi-over-4)))
32843 (- (mycos-raw (+ x (pi-over-2))))) ; Now -pi/4 <= x <= pi/4,
32844 (t (mysin-series x)))) ; so the series will be efficient.
32845 @end smallexample
32846
32847 @noindent
32848 where @code{mysin-complex} is an appropriate function to handle complex
32849 numbers, @code{mysin-series} is the routine to compute the sine Taylor
32850 series as before, and @code{mycos-raw} is a function analogous to
32851 @code{mysin-raw} for cosines.
32852
32853 The strategy is to ensure that @expr{x} is nonnegative before calling
32854 @code{mysin-raw}. This function then recursively reduces its argument
32855 to a suitable range, namely, plus-or-minus @cpiover{4}. Note that each
32856 test, and particularly the first comparison against 7, is designed so
32857 that small roundoff errors cannot produce an infinite loop. (Suppose
32858 we compared with @samp{(two-pi)} instead; if due to roundoff problems
32859 the modulo operator ever returned @samp{(two-pi)} exactly, an infinite
32860 recursion could result!) We use modulo only for arguments that will
32861 clearly get reduced, knowing that the next rule will catch any reductions
32862 that this rule misses.
32863
32864 If a program is being written for general use, it is important to code
32865 it carefully as shown in this second example. For quick-and-dirty programs,
32866 when you know that your own use of the sine function will never encounter
32867 a large argument, a simpler program like the first one shown is fine.
32868
32869 @node Calling Calc from Your Programs, Internals, Example Definitions, Lisp Definitions
32870 @subsection Calling Calc from Your Lisp Programs
32871
32872 @noindent
32873 A later section (@pxref{Internals}) gives a full description of
32874 Calc's internal Lisp functions. It's not hard to call Calc from
32875 inside your programs, but the number of these functions can be daunting.
32876 So Calc provides one special ``programmer-friendly'' function called
32877 @code{calc-eval} that can be made to do just about everything you
32878 need. It's not as fast as the low-level Calc functions, but it's
32879 much simpler to use!
32880
32881 It may seem that @code{calc-eval} itself has a daunting number of
32882 options, but they all stem from one simple operation.
32883
32884 In its simplest manifestation, @samp{(calc-eval "1+2")} parses the
32885 string @code{"1+2"} as if it were a Calc algebraic entry and returns
32886 the result formatted as a string: @code{"3"}.
32887
32888 Since @code{calc-eval} is on the list of recommended @code{autoload}
32889 functions, you don't need to make any special preparations to load
32890 Calc before calling @code{calc-eval} the first time. Calc will be
32891 loaded and initialized for you.
32892
32893 All the Calc modes that are currently in effect will be used when
32894 evaluating the expression and formatting the result.
32895
32896 @ifinfo
32897 @example
32898
32899 @end example
32900 @end ifinfo
32901 @subsubsection Additional Arguments to @code{calc-eval}
32902
32903 @noindent
32904 If the input string parses to a list of expressions, Calc returns
32905 the results separated by @code{", "}. You can specify a different
32906 separator by giving a second string argument to @code{calc-eval}:
32907 @samp{(calc-eval "1+2,3+4" ";")} returns @code{"3;7"}.
32908
32909 The ``separator'' can also be any of several Lisp symbols which
32910 request other behaviors from @code{calc-eval}. These are discussed
32911 one by one below.
32912
32913 You can give additional arguments to be substituted for
32914 @samp{$}, @samp{$$}, and so on in the main expression. For
32915 example, @samp{(calc-eval "$/$$" nil "7" "1+1")} evaluates the
32916 expression @code{"7/(1+1)"} to yield the result @code{"3.5"}
32917 (assuming Fraction mode is not in effect). Note the @code{nil}
32918 used as a placeholder for the item-separator argument.
32919
32920 @ifinfo
32921 @example
32922
32923 @end example
32924 @end ifinfo
32925 @subsubsection Error Handling
32926
32927 @noindent
32928 If @code{calc-eval} encounters an error, it returns a list containing
32929 the character position of the error, plus a suitable message as a
32930 string. Note that @samp{1 / 0} is @emph{not} an error by Calc's
32931 standards; it simply returns the string @code{"1 / 0"} which is the
32932 division left in symbolic form. But @samp{(calc-eval "1/")} will
32933 return the list @samp{(2 "Expected a number")}.
32934
32935 If you bind the variable @code{calc-eval-error} to @code{t}
32936 using a @code{let} form surrounding the call to @code{calc-eval},
32937 errors instead call the Emacs @code{error} function which aborts
32938 to the Emacs command loop with a beep and an error message.
32939
32940 If you bind this variable to the symbol @code{string}, error messages
32941 are returned as strings instead of lists. The character position is
32942 ignored.
32943
32944 As a courtesy to other Lisp code which may be using Calc, be sure
32945 to bind @code{calc-eval-error} using @code{let} rather than changing
32946 it permanently with @code{setq}.
32947
32948 @ifinfo
32949 @example
32950
32951 @end example
32952 @end ifinfo
32953 @subsubsection Numbers Only
32954
32955 @noindent
32956 Sometimes it is preferable to treat @samp{1 / 0} as an error
32957 rather than returning a symbolic result. If you pass the symbol
32958 @code{num} as the second argument to @code{calc-eval}, results
32959 that are not constants are treated as errors. The error message
32960 reported is the first @code{calc-why} message if there is one,
32961 or otherwise ``Number expected.''
32962
32963 A result is ``constant'' if it is a number, vector, or other
32964 object that does not include variables or function calls. If it
32965 is a vector, the components must themselves be constants.
32966
32967 @ifinfo
32968 @example
32969
32970 @end example
32971 @end ifinfo
32972 @subsubsection Default Modes
32973
32974 @noindent
32975 If the first argument to @code{calc-eval} is a list whose first
32976 element is a formula string, then @code{calc-eval} sets all the
32977 various Calc modes to their default values while the formula is
32978 evaluated and formatted. For example, the precision is set to 12
32979 digits, digit grouping is turned off, and the Normal language
32980 mode is used.
32981
32982 This same principle applies to the other options discussed below.
32983 If the first argument would normally be @var{x}, then it can also
32984 be the list @samp{(@var{x})} to use the default mode settings.
32985
32986 If there are other elements in the list, they are taken as
32987 variable-name/value pairs which override the default mode
32988 settings. Look at the documentation at the front of the
32989 @file{calc.el} file to find the names of the Lisp variables for
32990 the various modes. The mode settings are restored to their
32991 original values when @code{calc-eval} is done.
32992
32993 For example, @samp{(calc-eval '("$+$$" calc-internal-prec 8) 'num a b)}
32994 computes the sum of two numbers, requiring a numeric result, and
32995 using default mode settings except that the precision is 8 instead
32996 of the default of 12.
32997
32998 It's usually best to use this form of @code{calc-eval} unless your
32999 program actually considers the interaction with Calc's mode settings
33000 to be a feature. This will avoid all sorts of potential ``gotchas'';
33001 consider what happens with @samp{(calc-eval "sqrt(2)" 'num)}
33002 when the user has left Calc in Symbolic mode or No-Simplify mode.
33003
33004 As another example, @samp{(equal (calc-eval '("$<$$") nil a b) "1")}
33005 checks if the number in string @expr{a} is less than the one in
33006 string @expr{b}. Without using a list, the integer 1 might
33007 come out in a variety of formats which would be hard to test for
33008 conveniently: @code{"1"}, @code{"8#1"}, @code{"00001"}. (But
33009 see ``Predicates'' mode, below.)
33010
33011 @ifinfo
33012 @example
33013
33014 @end example
33015 @end ifinfo
33016 @subsubsection Raw Numbers
33017
33018 @noindent
33019 Normally all input and output for @code{calc-eval} is done with strings.
33020 You can do arithmetic with, say, @samp{(calc-eval "$+$$" nil a b)}
33021 in place of @samp{(+ a b)}, but this is very inefficient since the
33022 numbers must be converted to and from string format as they are passed
33023 from one @code{calc-eval} to the next.
33024
33025 If the separator is the symbol @code{raw}, the result will be returned
33026 as a raw Calc data structure rather than a string. You can read about
33027 how these objects look in the following sections, but usually you can
33028 treat them as ``black box'' objects with no important internal
33029 structure.
33030
33031 There is also a @code{rawnum} symbol, which is a combination of
33032 @code{raw} (returning a raw Calc object) and @code{num} (signaling
33033 an error if that object is not a constant).
33034
33035 You can pass a raw Calc object to @code{calc-eval} in place of a
33036 string, either as the formula itself or as one of the @samp{$}
33037 arguments. Thus @samp{(calc-eval "$+$$" 'raw a b)} is an
33038 addition function that operates on raw Calc objects. Of course
33039 in this case it would be easier to call the low-level @code{math-add}
33040 function in Calc, if you can remember its name.
33041
33042 In particular, note that a plain Lisp integer is acceptable to Calc
33043 as a raw object. (All Lisp integers are accepted on input, but
33044 integers of more than six decimal digits are converted to ``big-integer''
33045 form for output. @xref{Data Type Formats}.)
33046
33047 When it comes time to display the object, just use @samp{(calc-eval a)}
33048 to format it as a string.
33049
33050 It is an error if the input expression evaluates to a list of
33051 values. The separator symbol @code{list} is like @code{raw}
33052 except that it returns a list of one or more raw Calc objects.
33053
33054 Note that a Lisp string is not a valid Calc object, nor is a list
33055 containing a string. Thus you can still safely distinguish all the
33056 various kinds of error returns discussed above.
33057
33058 @ifinfo
33059 @example
33060
33061 @end example
33062 @end ifinfo
33063 @subsubsection Predicates
33064
33065 @noindent
33066 If the separator symbol is @code{pred}, the result of the formula is
33067 treated as a true/false value; @code{calc-eval} returns @code{t} or
33068 @code{nil}, respectively. A value is considered ``true'' if it is a
33069 non-zero number, or false if it is zero or if it is not a number.
33070
33071 For example, @samp{(calc-eval "$<$$" 'pred a b)} tests whether
33072 one value is less than another.
33073
33074 As usual, it is also possible for @code{calc-eval} to return one of
33075 the error indicators described above. Lisp will interpret such an
33076 indicator as ``true'' if you don't check for it explicitly. If you
33077 wish to have an error register as ``false'', use something like
33078 @samp{(eq (calc-eval ...) t)}.
33079
33080 @ifinfo
33081 @example
33082
33083 @end example
33084 @end ifinfo
33085 @subsubsection Variable Values
33086
33087 @noindent
33088 Variables in the formula passed to @code{calc-eval} are not normally
33089 replaced by their values. If you wish this, you can use the
33090 @code{evalv} function (@pxref{Algebraic Manipulation}). For example,
33091 if 4 is stored in Calc variable @code{a} (i.e., in Lisp variable
33092 @code{var-a}), then @samp{(calc-eval "a+pi")} will return the
33093 formula @code{"a + pi"}, but @samp{(calc-eval "evalv(a+pi)")}
33094 will return @code{"7.14159265359"}.
33095
33096 To store in a Calc variable, just use @code{setq} to store in the
33097 corresponding Lisp variable. (This is obtained by prepending
33098 @samp{var-} to the Calc variable name.) Calc routines will
33099 understand either string or raw form values stored in variables,
33100 although raw data objects are much more efficient. For example,
33101 to increment the Calc variable @code{a}:
33102
33103 @example
33104 (setq var-a (calc-eval "evalv(a+1)" 'raw))
33105 @end example
33106
33107 @ifinfo
33108 @example
33109
33110 @end example
33111 @end ifinfo
33112 @subsubsection Stack Access
33113
33114 @noindent
33115 If the separator symbol is @code{push}, the formula argument is
33116 evaluated (with possible @samp{$} expansions, as usual). The
33117 result is pushed onto the Calc stack. The return value is @code{nil}
33118 (unless there is an error from evaluating the formula, in which
33119 case the return value depends on @code{calc-eval-error} in the
33120 usual way).
33121
33122 If the separator symbol is @code{pop}, the first argument to
33123 @code{calc-eval} must be an integer instead of a string. That
33124 many values are popped from the stack and thrown away. A negative
33125 argument deletes the entry at that stack level. The return value
33126 is the number of elements remaining in the stack after popping;
33127 @samp{(calc-eval 0 'pop)} is a good way to measure the size of
33128 the stack.
33129
33130 If the separator symbol is @code{top}, the first argument to
33131 @code{calc-eval} must again be an integer. The value at that
33132 stack level is formatted as a string and returned. Thus
33133 @samp{(calc-eval 1 'top)} returns the top-of-stack value. If the
33134 integer is out of range, @code{nil} is returned.
33135
33136 The separator symbol @code{rawtop} is just like @code{top} except
33137 that the stack entry is returned as a raw Calc object instead of
33138 as a string.
33139
33140 In all of these cases the first argument can be made a list in
33141 order to force the default mode settings, as described above.
33142 Thus @samp{(calc-eval '(2 calc-number-radix 16) 'top)} returns the
33143 second-to-top stack entry, formatted as a string using the default
33144 instead of current display modes, except that the radix is
33145 hexadecimal instead of decimal.
33146
33147 It is, of course, polite to put the Calc stack back the way you
33148 found it when you are done, unless the user of your program is
33149 actually expecting it to affect the stack.
33150
33151 Note that you do not actually have to switch into the @file{*Calculator*}
33152 buffer in order to use @code{calc-eval}; it temporarily switches into
33153 the stack buffer if necessary.
33154
33155 @ifinfo
33156 @example
33157
33158 @end example
33159 @end ifinfo
33160 @subsubsection Keyboard Macros
33161
33162 @noindent
33163 If the separator symbol is @code{macro}, the first argument must be a
33164 string of characters which Calc can execute as a sequence of keystrokes.
33165 This switches into the Calc buffer for the duration of the macro.
33166 For example, @samp{(calc-eval "vx5\rVR+" 'macro)} pushes the
33167 vector @samp{[1,2,3,4,5]} on the stack and then replaces it
33168 with the sum of those numbers. Note that @samp{\r} is the Lisp
33169 notation for the carriage-return, @key{RET}, character.
33170
33171 If your keyboard macro wishes to pop the stack, @samp{\C-d} is
33172 safer than @samp{\177} (the @key{DEL} character) because some
33173 installations may have switched the meanings of @key{DEL} and
33174 @kbd{C-h}. Calc always interprets @kbd{C-d} as a synonym for
33175 ``pop-stack'' regardless of key mapping.
33176
33177 If you provide a third argument to @code{calc-eval}, evaluation
33178 of the keyboard macro will leave a record in the Trail using
33179 that argument as a tag string. Normally the Trail is unaffected.
33180
33181 The return value in this case is always @code{nil}.
33182
33183 @ifinfo
33184 @example
33185
33186 @end example
33187 @end ifinfo
33188 @subsubsection Lisp Evaluation
33189
33190 @noindent
33191 Finally, if the separator symbol is @code{eval}, then the Lisp
33192 @code{eval} function is called on the first argument, which must
33193 be a Lisp expression rather than a Calc formula. Remember to
33194 quote the expression so that it is not evaluated until inside
33195 @code{calc-eval}.
33196
33197 The difference from plain @code{eval} is that @code{calc-eval}
33198 switches to the Calc buffer before evaluating the expression.
33199 For example, @samp{(calc-eval '(setq calc-internal-prec 17) 'eval)}
33200 will correctly affect the buffer-local Calc precision variable.
33201
33202 An alternative would be @samp{(calc-eval '(calc-precision 17) 'eval)}.
33203 This is evaluating a call to the function that is normally invoked
33204 by the @kbd{p} key, giving it 17 as its ``numeric prefix argument.''
33205 Note that this function will leave a message in the echo area as
33206 a side effect. Also, all Calc functions switch to the Calc buffer
33207 automatically if not invoked from there, so the above call is
33208 also equivalent to @samp{(calc-precision 17)} by itself.
33209 In all cases, Calc uses @code{save-excursion} to switch back to
33210 your original buffer when it is done.
33211
33212 As usual the first argument can be a list that begins with a Lisp
33213 expression to use default instead of current mode settings.
33214
33215 The result of @code{calc-eval} in this usage is just the result
33216 returned by the evaluated Lisp expression.
33217
33218 @ifinfo
33219 @example
33220
33221 @end example
33222 @end ifinfo
33223 @subsubsection Example
33224
33225 @noindent
33226 @findex convert-temp
33227 Here is a sample Emacs command that uses @code{calc-eval}. Suppose
33228 you have a document with lots of references to temperatures on the
33229 Fahrenheit scale, say ``98.6 F'', and you wish to convert these
33230 references to Centigrade. The following command does this conversion.
33231 Place the Emacs cursor right after the letter ``F'' and invoke the
33232 command to change ``98.6 F'' to ``37 C''. Or, if the temperature is
33233 already in Centigrade form, the command changes it back to Fahrenheit.
33234
33235 @example
33236 (defun convert-temp ()
33237 (interactive)
33238 (save-excursion
33239 (re-search-backward "[^-.0-9]\\([-.0-9]+\\) *\\([FC]\\)")
33240 (let* ((top1 (match-beginning 1))
33241 (bot1 (match-end 1))
33242 (number (buffer-substring top1 bot1))
33243 (top2 (match-beginning 2))
33244 (bot2 (match-end 2))
33245 (type (buffer-substring top2 bot2)))
33246 (if (equal type "F")
33247 (setq type "C"
33248 number (calc-eval "($ - 32)*5/9" nil number))
33249 (setq type "F"
33250 number (calc-eval "$*9/5 + 32" nil number)))
33251 (goto-char top2)
33252 (delete-region top2 bot2)
33253 (insert-before-markers type)
33254 (goto-char top1)
33255 (delete-region top1 bot1)
33256 (if (string-match "\\.$" number) ; change "37." to "37"
33257 (setq number (substring number 0 -1)))
33258 (insert number))))
33259 @end example
33260
33261 Note the use of @code{insert-before-markers} when changing between
33262 ``F'' and ``C'', so that the character winds up before the cursor
33263 instead of after it.
33264
33265 @node Internals, , Calling Calc from Your Programs, Lisp Definitions
33266 @subsection Calculator Internals
33267
33268 @noindent
33269 This section describes the Lisp functions defined by the Calculator that
33270 may be of use to user-written Calculator programs (as described in the
33271 rest of this chapter). These functions are shown by their names as they
33272 conventionally appear in @code{defmath}. Their full Lisp names are
33273 generally gotten by prepending @samp{calcFunc-} or @samp{math-} to their
33274 apparent names. (Names that begin with @samp{calc-} are already in
33275 their full Lisp form.) You can use the actual full names instead if you
33276 prefer them, or if you are calling these functions from regular Lisp.
33277
33278 The functions described here are scattered throughout the various
33279 Calc component files. Note that @file{calc.el} includes @code{autoload}s
33280 for only a few component files; when Calc wants to call an advanced
33281 function it calls @samp{(calc-extensions)} first; this function
33282 autoloads @file{calc-ext.el}, which in turn autoloads all the functions
33283 in the remaining component files.
33284
33285 Because @code{defmath} itself uses the extensions, user-written code
33286 generally always executes with the extensions already loaded, so
33287 normally you can use any Calc function and be confident that it will
33288 be autoloaded for you when necessary. If you are doing something
33289 special, check carefully to make sure each function you are using is
33290 from @file{calc.el} or its components, and call @samp{(calc-extensions)}
33291 before using any function based in @file{calc-ext.el} if you can't
33292 prove this file will already be loaded.
33293
33294 @menu
33295 * Data Type Formats::
33296 * Interactive Lisp Functions::
33297 * Stack Lisp Functions::
33298 * Predicates::
33299 * Computational Lisp Functions::
33300 * Vector Lisp Functions::
33301 * Symbolic Lisp Functions::
33302 * Formatting Lisp Functions::
33303 * Hooks::
33304 @end menu
33305
33306 @node Data Type Formats, Interactive Lisp Functions, Internals, Internals
33307 @subsubsection Data Type Formats
33308
33309 @noindent
33310 Integers are stored in either of two ways, depending on their magnitude.
33311 Integers less than one million in absolute value are stored as standard
33312 Lisp integers. This is the only storage format for Calc data objects
33313 which is not a Lisp list.
33314
33315 Large integers are stored as lists of the form @samp{(bigpos @var{d0}
33316 @var{d1} @var{d2} @dots{})} for sufficiently large positive integers
33317 (where ``sufficiently large'' depends on the machine), or
33318 @samp{(bigneg @var{d0} @var{d1} @var{d2} @dots{})} for negative
33319 integers. Each @var{d} is a base-@expr{10^n} ``digit'' (where again,
33320 @expr{n} depends on the machine), a Lisp integer from 0 to
33321 99@dots{}9. The least significant digit is @var{d0}; the last digit,
33322 @var{dn}, which is always nonzero, is the most significant digit. For
33323 example, the integer @mathit{-12345678} might be stored as
33324 @samp{(bigneg 678 345 12)}.
33325
33326 The distinction between small and large integers is entirely hidden from
33327 the user. In @code{defmath} definitions, the Lisp predicate @code{integerp}
33328 returns true for either kind of integer, and in general both big and small
33329 integers are accepted anywhere the word ``integer'' is used in this manual.
33330 If the distinction must be made, native Lisp integers are called @dfn{fixnums}
33331 and large integers are called @dfn{bignums}.
33332
33333 Fractions are stored as a list of the form, @samp{(frac @var{n} @var{d})}
33334 where @var{n} is an integer (big or small) numerator, @var{d} is an
33335 integer denominator greater than one, and @var{n} and @var{d} are relatively
33336 prime. Note that fractions where @var{d} is one are automatically converted
33337 to plain integers by all math routines; fractions where @var{d} is negative
33338 are normalized by negating the numerator and denominator.
33339
33340 Floating-point numbers are stored in the form, @samp{(float @var{mant}
33341 @var{exp})}, where @var{mant} (the ``mantissa'') is an integer less than
33342 @samp{10^@var{p}} in absolute value (@var{p} represents the current
33343 precision), and @var{exp} (the ``exponent'') is a fixnum. The value of
33344 the float is @samp{@var{mant} * 10^@var{exp}}. For example, the number
33345 @mathit{-3.14} is stored as @samp{(float -314 -2) = -314*10^-2}. Other constraints
33346 are that the number 0.0 is always stored as @samp{(float 0 0)}, and,
33347 except for the 0.0 case, the rightmost base-10 digit of @var{mant} is
33348 always nonzero. (If the rightmost digit is zero, the number is
33349 rearranged by dividing @var{mant} by ten and incrementing @var{exp}.)
33350
33351 Rectangular complex numbers are stored in the form @samp{(cplx @var{re}
33352 @var{im})}, where @var{re} and @var{im} are each real numbers, either
33353 integers, fractions, or floats. The value is @samp{@var{re} + @var{im}i}.
33354 The @var{im} part is nonzero; complex numbers with zero imaginary
33355 components are converted to real numbers automatically.
33356
33357 Polar complex numbers are stored in the form @samp{(polar @var{r}
33358 @var{theta})}, where @var{r} is a positive real value and @var{theta}
33359 is a real value or HMS form representing an angle. This angle is
33360 usually normalized to lie in the interval @samp{(-180 ..@: 180)} degrees,
33361 or @samp{(-pi ..@: pi)} radians, according to the current angular mode.
33362 If the angle is 0 the value is converted to a real number automatically.
33363 (If the angle is 180 degrees, the value is usually also converted to a
33364 negative real number.)
33365
33366 Hours-minutes-seconds forms are stored as @samp{(hms @var{h} @var{m}
33367 @var{s})}, where @var{h} is an integer or an integer-valued float (i.e.,
33368 a float with @samp{@var{exp} >= 0}), @var{m} is an integer or integer-valued
33369 float in the range @w{@samp{[0 ..@: 60)}}, and @var{s} is any real number
33370 in the range @samp{[0 ..@: 60)}.
33371
33372 Date forms are stored as @samp{(date @var{n})}, where @var{n} is
33373 a real number that counts days since midnight on the morning of
33374 January 1, 1 AD@. If @var{n} is an integer, this is a pure date
33375 form. If @var{n} is a fraction or float, this is a date/time form.
33376
33377 Modulo forms are stored as @samp{(mod @var{n} @var{m})}, where @var{m} is a
33378 positive real number or HMS form, and @var{n} is a real number or HMS
33379 form in the range @samp{[0 ..@: @var{m})}.
33380
33381 Error forms are stored as @samp{(sdev @var{x} @var{sigma})}, where @var{x}
33382 is the mean value and @var{sigma} is the standard deviation. Each
33383 component is either a number, an HMS form, or a symbolic object
33384 (a variable or function call). If @var{sigma} is zero, the value is
33385 converted to a plain real number. If @var{sigma} is negative or
33386 complex, it is automatically normalized to be a positive real.
33387
33388 Interval forms are stored as @samp{(intv @var{mask} @var{lo} @var{hi})},
33389 where @var{mask} is one of the integers 0, 1, 2, or 3, and @var{lo} and
33390 @var{hi} are real numbers, HMS forms, or symbolic objects. The @var{mask}
33391 is a binary integer where 1 represents the fact that the interval is
33392 closed on the high end, and 2 represents the fact that it is closed on
33393 the low end. (Thus 3 represents a fully closed interval.) The interval
33394 @w{@samp{(intv 3 @var{x} @var{x})}} is converted to the plain number @var{x};
33395 intervals @samp{(intv @var{mask} @var{x} @var{x})} for any other @var{mask}
33396 represent empty intervals. If @var{hi} is less than @var{lo}, the interval
33397 is converted to a standard empty interval by replacing @var{hi} with @var{lo}.
33398
33399 Vectors are stored as @samp{(vec @var{v1} @var{v2} @dots{})}, where @var{v1}
33400 is the first element of the vector, @var{v2} is the second, and so on.
33401 An empty vector is stored as @samp{(vec)}. A matrix is simply a vector
33402 where all @var{v}'s are themselves vectors of equal lengths. Note that
33403 Calc vectors are unrelated to the Emacs Lisp ``vector'' type, which is
33404 generally unused by Calc data structures.
33405
33406 Variables are stored as @samp{(var @var{name} @var{sym})}, where
33407 @var{name} is a Lisp symbol whose print name is used as the visible name
33408 of the variable, and @var{sym} is a Lisp symbol in which the variable's
33409 value is actually stored. Thus, @samp{(var pi var-pi)} represents the
33410 special constant @samp{pi}. Almost always, the form is @samp{(var
33411 @var{v} var-@var{v})}. If the variable name was entered with @code{#}
33412 signs (which are converted to hyphens internally), the form is
33413 @samp{(var @var{u} @var{v})}, where @var{u} is a symbol whose name
33414 contains @code{#} characters, and @var{v} is a symbol that contains
33415 @code{-} characters instead. The value of a variable is the Calc
33416 object stored in its @var{sym} symbol's value cell. If the symbol's
33417 value cell is void or if it contains @code{nil}, the variable has no
33418 value. Special constants have the form @samp{(special-const
33419 @var{value})} stored in their value cell, where @var{value} is a formula
33420 which is evaluated when the constant's value is requested. Variables
33421 which represent units are not stored in any special way; they are units
33422 only because their names appear in the units table. If the value
33423 cell contains a string, it is parsed to get the variable's value when
33424 the variable is used.
33425
33426 A Lisp list with any other symbol as the first element is a function call.
33427 The symbols @code{+}, @code{-}, @code{*}, @code{/}, @code{%}, @code{^},
33428 and @code{|} represent special binary operators; these lists are always
33429 of the form @samp{(@var{op} @var{lhs} @var{rhs})} where @var{lhs} is the
33430 sub-formula on the lefthand side and @var{rhs} is the sub-formula on the
33431 right. The symbol @code{neg} represents unary negation; this list is always
33432 of the form @samp{(neg @var{arg})}. Any other symbol @var{func} represents a
33433 function that would be displayed in function-call notation; the symbol
33434 @var{func} is in general always of the form @samp{calcFunc-@var{name}}.
33435 The function cell of the symbol @var{func} should contain a Lisp function
33436 for evaluating a call to @var{func}. This function is passed the remaining
33437 elements of the list (themselves already evaluated) as arguments; such
33438 functions should return @code{nil} or call @code{reject-arg} to signify
33439 that they should be left in symbolic form, or they should return a Calc
33440 object which represents their value, or a list of such objects if they
33441 wish to return multiple values. (The latter case is allowed only for
33442 functions which are the outer-level call in an expression whose value is
33443 about to be pushed on the stack; this feature is considered obsolete
33444 and is not used by any built-in Calc functions.)
33445
33446 @node Interactive Lisp Functions, Stack Lisp Functions, Data Type Formats, Internals
33447 @subsubsection Interactive Functions
33448
33449 @noindent
33450 The functions described here are used in implementing interactive Calc
33451 commands. Note that this list is not exhaustive! If there is an
33452 existing command that behaves similarly to the one you want to define,
33453 you may find helpful tricks by checking the source code for that command.
33454
33455 @defun calc-set-command-flag flag
33456 Set the command flag @var{flag}. This is generally a Lisp symbol, but
33457 may in fact be anything. The effect is to add @var{flag} to the list
33458 stored in the variable @code{calc-command-flags}, unless it is already
33459 there. @xref{Defining Simple Commands}.
33460 @end defun
33461
33462 @defun calc-clear-command-flag flag
33463 If @var{flag} appears among the list of currently-set command flags,
33464 remove it from that list.
33465 @end defun
33466
33467 @defun calc-record-undo rec
33468 Add the ``undo record'' @var{rec} to the list of steps to take if the
33469 current operation should need to be undone. Stack push and pop functions
33470 automatically call @code{calc-record-undo}, so the kinds of undo records
33471 you might need to create take the form @samp{(set @var{sym} @var{value})},
33472 which says that the Lisp variable @var{sym} was changed and had previously
33473 contained @var{value}; @samp{(store @var{var} @var{value})} which says that
33474 the Calc variable @var{var} (a string which is the name of the symbol that
33475 contains the variable's value) was stored and its previous value was
33476 @var{value} (either a Calc data object, or @code{nil} if the variable was
33477 previously void); or @samp{(eval @var{undo} @var{redo} @var{args} @dots{})},
33478 which means that to undo requires calling the function @samp{(@var{undo}
33479 @var{args} @dots{})} and, if the undo is later redone, calling
33480 @samp{(@var{redo} @var{args} @dots{})}.
33481 @end defun
33482
33483 @defun calc-record-why msg args
33484 Record the error or warning message @var{msg}, which is normally a string.
33485 This message will be replayed if the user types @kbd{w} (@code{calc-why});
33486 if the message string begins with a @samp{*}, it is considered important
33487 enough to display even if the user doesn't type @kbd{w}. If one or more
33488 @var{args} are present, the displayed message will be of the form,
33489 @samp{@var{msg}: @var{arg1}, @var{arg2}, @dots{}}, where the arguments are
33490 formatted on the assumption that they are either strings or Calc objects of
33491 some sort. If @var{msg} is a symbol, it is the name of a Calc predicate
33492 (such as @code{integerp} or @code{numvecp}) which the arguments did not
33493 satisfy; it is expanded to a suitable string such as ``Expected an
33494 integer.'' The @code{reject-arg} function calls @code{calc-record-why}
33495 automatically; @pxref{Predicates}.
33496 @end defun
33497
33498 @defun calc-is-inverse
33499 This predicate returns true if the current command is inverse,
33500 i.e., if the Inverse (@kbd{I} key) flag was set.
33501 @end defun
33502
33503 @defun calc-is-hyperbolic
33504 This predicate is the analogous function for the @kbd{H} key.
33505 @end defun
33506
33507 @node Stack Lisp Functions, Predicates, Interactive Lisp Functions, Internals
33508 @subsubsection Stack-Oriented Functions
33509
33510 @noindent
33511 The functions described here perform various operations on the Calc
33512 stack and trail. They are to be used in interactive Calc commands.
33513
33514 @defun calc-push-list vals n
33515 Push the Calc objects in list @var{vals} onto the stack at stack level
33516 @var{n}. If @var{n} is omitted it defaults to 1, so that the elements
33517 are pushed at the top of the stack. If @var{n} is greater than 1, the
33518 elements will be inserted into the stack so that the last element will
33519 end up at level @var{n}, the next-to-last at level @var{n}+1, etc.
33520 The elements of @var{vals} are assumed to be valid Calc objects, and
33521 are not evaluated, rounded, or renormalized in any way. If @var{vals}
33522 is an empty list, nothing happens.
33523
33524 The stack elements are pushed without any sub-formula selections.
33525 You can give an optional third argument to this function, which must
33526 be a list the same size as @var{vals} of selections. Each selection
33527 must be @code{eq} to some sub-formula of the corresponding formula
33528 in @var{vals}, or @code{nil} if that formula should have no selection.
33529 @end defun
33530
33531 @defun calc-top-list n m
33532 Return a list of the @var{n} objects starting at level @var{m} of the
33533 stack. If @var{m} is omitted it defaults to 1, so that the elements are
33534 taken from the top of the stack. If @var{n} is omitted, it also
33535 defaults to 1, so that the top stack element (in the form of a
33536 one-element list) is returned. If @var{m} is greater than 1, the
33537 @var{m}th stack element will be at the end of the list, the @var{m}+1st
33538 element will be next-to-last, etc. If @var{n} or @var{m} are out of
33539 range, the command is aborted with a suitable error message. If @var{n}
33540 is zero, the function returns an empty list. The stack elements are not
33541 evaluated, rounded, or renormalized.
33542
33543 If any stack elements contain selections, and selections have not
33544 been disabled by the @kbd{j e} (@code{calc-enable-selections}) command,
33545 this function returns the selected portions rather than the entire
33546 stack elements. It can be given a third ``selection-mode'' argument
33547 which selects other behaviors. If it is the symbol @code{t}, then
33548 a selection in any of the requested stack elements produces an
33549 ``invalid operation on selections'' error. If it is the symbol @code{full},
33550 the whole stack entry is always returned regardless of selections.
33551 If it is the symbol @code{sel}, the selected portion is always returned,
33552 or @code{nil} if there is no selection. (This mode ignores the @kbd{j e}
33553 command.) If the symbol is @code{entry}, the complete stack entry in
33554 list form is returned; the first element of this list will be the whole
33555 formula, and the third element will be the selection (or @code{nil}).
33556 @end defun
33557
33558 @defun calc-pop-stack n m
33559 Remove the specified elements from the stack. The parameters @var{n}
33560 and @var{m} are defined the same as for @code{calc-top-list}. The return
33561 value of @code{calc-pop-stack} is uninteresting.
33562
33563 If there are any selected sub-formulas among the popped elements, and
33564 @kbd{j e} has not been used to disable selections, this produces an
33565 error without changing the stack. If you supply an optional third
33566 argument of @code{t}, the stack elements are popped even if they
33567 contain selections.
33568 @end defun
33569
33570 @defun calc-record-list vals tag
33571 This function records one or more results in the trail. The @var{vals}
33572 are a list of strings or Calc objects. The @var{tag} is the four-character
33573 tag string to identify the values. If @var{tag} is omitted, a blank tag
33574 will be used.
33575 @end defun
33576
33577 @defun calc-normalize n
33578 This function takes a Calc object and ``normalizes'' it. At the very
33579 least this involves re-rounding floating-point values according to the
33580 current precision and other similar jobs. Also, unless the user has
33581 selected No-Simplify mode (@pxref{Simplification Modes}), this involves
33582 actually evaluating a formula object by executing the function calls
33583 it contains, and possibly also doing algebraic simplification, etc.
33584 @end defun
33585
33586 @defun calc-top-list-n n m
33587 This function is identical to @code{calc-top-list}, except that it calls
33588 @code{calc-normalize} on the values that it takes from the stack. They
33589 are also passed through @code{check-complete}, so that incomplete
33590 objects will be rejected with an error message. All computational
33591 commands should use this in preference to @code{calc-top-list}; the only
33592 standard Calc commands that operate on the stack without normalizing
33593 are stack management commands like @code{calc-enter} and @code{calc-roll-up}.
33594 This function accepts the same optional selection-mode argument as
33595 @code{calc-top-list}.
33596 @end defun
33597
33598 @defun calc-top-n m
33599 This function is a convenient form of @code{calc-top-list-n} in which only
33600 a single element of the stack is taken and returned, rather than a list
33601 of elements. This also accepts an optional selection-mode argument.
33602 @end defun
33603
33604 @defun calc-enter-result n tag vals
33605 This function is a convenient interface to most of the above functions.
33606 The @var{vals} argument should be either a single Calc object, or a list
33607 of Calc objects; the object or objects are normalized, and the top @var{n}
33608 stack entries are replaced by the normalized objects. If @var{tag} is
33609 non-@code{nil}, the normalized objects are also recorded in the trail.
33610 A typical stack-based computational command would take the form,
33611
33612 @smallexample
33613 (calc-enter-result @var{n} @var{tag} (cons 'calcFunc-@var{func}
33614 (calc-top-list-n @var{n})))
33615 @end smallexample
33616
33617 If any of the @var{n} stack elements replaced contain sub-formula
33618 selections, and selections have not been disabled by @kbd{j e},
33619 this function takes one of two courses of action. If @var{n} is
33620 equal to the number of elements in @var{vals}, then each element of
33621 @var{vals} is spliced into the corresponding selection; this is what
33622 happens when you use the @key{TAB} key, or when you use a unary
33623 arithmetic operation like @code{sqrt}. If @var{vals} has only one
33624 element but @var{n} is greater than one, there must be only one
33625 selection among the top @var{n} stack elements; the element from
33626 @var{vals} is spliced into that selection. This is what happens when
33627 you use a binary arithmetic operation like @kbd{+}. Any other
33628 combination of @var{n} and @var{vals} is an error when selections
33629 are present.
33630 @end defun
33631
33632 @defun calc-unary-op tag func arg
33633 This function implements a unary operator that allows a numeric prefix
33634 argument to apply the operator over many stack entries. If the prefix
33635 argument @var{arg} is @code{nil}, this uses @code{calc-enter-result}
33636 as outlined above. Otherwise, it maps the function over several stack
33637 elements; @pxref{Prefix Arguments}. For example,
33638
33639 @smallexample
33640 (defun calc-zeta (arg)
33641 (interactive "P")
33642 (calc-unary-op "zeta" 'calcFunc-zeta arg))
33643 @end smallexample
33644 @end defun
33645
33646 @defun calc-binary-op tag func arg ident unary
33647 This function implements a binary operator, analogously to
33648 @code{calc-unary-op}. The optional @var{ident} and @var{unary}
33649 arguments specify the behavior when the prefix argument is zero or
33650 one, respectively. If the prefix is zero, the value @var{ident}
33651 is pushed onto the stack, if specified, otherwise an error message
33652 is displayed. If the prefix is one, the unary function @var{unary}
33653 is applied to the top stack element, or, if @var{unary} is not
33654 specified, nothing happens. When the argument is two or more,
33655 the binary function @var{func} is reduced across the top @var{arg}
33656 stack elements; when the argument is negative, the function is
33657 mapped between the next-to-top @mathit{-@var{arg}} stack elements and the
33658 top element.
33659 @end defun
33660
33661 @defun calc-stack-size
33662 Return the number of elements on the stack as an integer. This count
33663 does not include elements that have been temporarily hidden by stack
33664 truncation; @pxref{Truncating the Stack}.
33665 @end defun
33666
33667 @defun calc-cursor-stack-index n
33668 Move the point to the @var{n}th stack entry. If @var{n} is zero, this
33669 will be the @samp{.} line. If @var{n} is from 1 to the current stack size,
33670 this will be the beginning of the first line of that stack entry's display.
33671 If line numbers are enabled, this will move to the first character of the
33672 line number, not the stack entry itself.
33673 @end defun
33674
33675 @defun calc-substack-height n
33676 Return the number of lines between the beginning of the @var{n}th stack
33677 entry and the bottom of the buffer. If @var{n} is zero, this
33678 will be one (assuming no stack truncation). If all stack entries are
33679 one line long (i.e., no matrices are displayed), the return value will
33680 be equal @var{n}+1 as long as @var{n} is in range. (Note that in Big
33681 mode, the return value includes the blank lines that separate stack
33682 entries.)
33683 @end defun
33684
33685 @defun calc-refresh
33686 Erase the @file{*Calculator*} buffer and reformat its contents from memory.
33687 This must be called after changing any parameter, such as the current
33688 display radix, which might change the appearance of existing stack
33689 entries. (During a keyboard macro invoked by the @kbd{X} key, refreshing
33690 is suppressed, but a flag is set so that the entire stack will be refreshed
33691 rather than just the top few elements when the macro finishes.)
33692 @end defun
33693
33694 @node Predicates, Computational Lisp Functions, Stack Lisp Functions, Internals
33695 @subsubsection Predicates
33696
33697 @noindent
33698 The functions described here are predicates, that is, they return a
33699 true/false value where @code{nil} means false and anything else means
33700 true. These predicates are expanded by @code{defmath}, for example,
33701 from @code{zerop} to @code{math-zerop}. In many cases they correspond
33702 to native Lisp functions by the same name, but are extended to cover
33703 the full range of Calc data types.
33704
33705 @defun zerop x
33706 Returns true if @var{x} is numerically zero, in any of the Calc data
33707 types. (Note that for some types, such as error forms and intervals,
33708 it never makes sense to return true.) In @code{defmath}, the expression
33709 @samp{(= x 0)} will automatically be converted to @samp{(math-zerop x)},
33710 and @samp{(/= x 0)} will be converted to @samp{(not (math-zerop x))}.
33711 @end defun
33712
33713 @defun negp x
33714 Returns true if @var{x} is negative. This accepts negative real numbers
33715 of various types, negative HMS and date forms, and intervals in which
33716 all included values are negative. In @code{defmath}, the expression
33717 @samp{(< x 0)} will automatically be converted to @samp{(math-negp x)},
33718 and @samp{(>= x 0)} will be converted to @samp{(not (math-negp x))}.
33719 @end defun
33720
33721 @defun posp x
33722 Returns true if @var{x} is positive (and non-zero). For complex
33723 numbers, none of these three predicates will return true.
33724 @end defun
33725
33726 @defun looks-negp x
33727 Returns true if @var{x} is ``negative-looking.'' This returns true if
33728 @var{x} is a negative number, or a formula with a leading minus sign
33729 such as @samp{-a/b}. In other words, this is an object which can be
33730 made simpler by calling @code{(- @var{x})}.
33731 @end defun
33732
33733 @defun integerp x
33734 Returns true if @var{x} is an integer of any size.
33735 @end defun
33736
33737 @defun fixnump x
33738 Returns true if @var{x} is a native Lisp integer.
33739 @end defun
33740
33741 @defun natnump x
33742 Returns true if @var{x} is a nonnegative integer of any size.
33743 @end defun
33744
33745 @defun fixnatnump x
33746 Returns true if @var{x} is a nonnegative Lisp integer.
33747 @end defun
33748
33749 @defun num-integerp x
33750 Returns true if @var{x} is numerically an integer, i.e., either a
33751 true integer or a float with no significant digits to the right of
33752 the decimal point.
33753 @end defun
33754
33755 @defun messy-integerp x
33756 Returns true if @var{x} is numerically, but not literally, an integer.
33757 A value is @code{num-integerp} if it is @code{integerp} or
33758 @code{messy-integerp} (but it is never both at once).
33759 @end defun
33760
33761 @defun num-natnump x
33762 Returns true if @var{x} is numerically a nonnegative integer.
33763 @end defun
33764
33765 @defun evenp x
33766 Returns true if @var{x} is an even integer.
33767 @end defun
33768
33769 @defun looks-evenp x
33770 Returns true if @var{x} is an even integer, or a formula with a leading
33771 multiplicative coefficient which is an even integer.
33772 @end defun
33773
33774 @defun oddp x
33775 Returns true if @var{x} is an odd integer.
33776 @end defun
33777
33778 @defun ratp x
33779 Returns true if @var{x} is a rational number, i.e., an integer or a
33780 fraction.
33781 @end defun
33782
33783 @defun realp x
33784 Returns true if @var{x} is a real number, i.e., an integer, fraction,
33785 or floating-point number.
33786 @end defun
33787
33788 @defun anglep x
33789 Returns true if @var{x} is a real number or HMS form.
33790 @end defun
33791
33792 @defun floatp x
33793 Returns true if @var{x} is a float, or a complex number, error form,
33794 interval, date form, or modulo form in which at least one component
33795 is a float.
33796 @end defun
33797
33798 @defun complexp x
33799 Returns true if @var{x} is a rectangular or polar complex number
33800 (but not a real number).
33801 @end defun
33802
33803 @defun rect-complexp x
33804 Returns true if @var{x} is a rectangular complex number.
33805 @end defun
33806
33807 @defun polar-complexp x
33808 Returns true if @var{x} is a polar complex number.
33809 @end defun
33810
33811 @defun numberp x
33812 Returns true if @var{x} is a real number or a complex number.
33813 @end defun
33814
33815 @defun scalarp x
33816 Returns true if @var{x} is a real or complex number or an HMS form.
33817 @end defun
33818
33819 @defun vectorp x
33820 Returns true if @var{x} is a vector (this simply checks if its argument
33821 is a list whose first element is the symbol @code{vec}).
33822 @end defun
33823
33824 @defun numvecp x
33825 Returns true if @var{x} is a number or vector.
33826 @end defun
33827
33828 @defun matrixp x
33829 Returns true if @var{x} is a matrix, i.e., a vector of one or more vectors,
33830 all of the same size.
33831 @end defun
33832
33833 @defun square-matrixp x
33834 Returns true if @var{x} is a square matrix.
33835 @end defun
33836
33837 @defun objectp x
33838 Returns true if @var{x} is any numeric Calc object, including real and
33839 complex numbers, HMS forms, date forms, error forms, intervals, and
33840 modulo forms. (Note that error forms and intervals may include formulas
33841 as their components; see @code{constp} below.)
33842 @end defun
33843
33844 @defun objvecp x
33845 Returns true if @var{x} is an object or a vector. This also accepts
33846 incomplete objects, but it rejects variables and formulas (except as
33847 mentioned above for @code{objectp}).
33848 @end defun
33849
33850 @defun primp x
33851 Returns true if @var{x} is a ``primitive'' or ``atomic'' Calc object,
33852 i.e., one whose components cannot be regarded as sub-formulas. This
33853 includes variables, and all @code{objectp} types except error forms
33854 and intervals.
33855 @end defun
33856
33857 @defun constp x
33858 Returns true if @var{x} is constant, i.e., a real or complex number,
33859 HMS form, date form, or error form, interval, or vector all of whose
33860 components are @code{constp}.
33861 @end defun
33862
33863 @defun lessp x y
33864 Returns true if @var{x} is numerically less than @var{y}. Returns false
33865 if @var{x} is greater than or equal to @var{y}, or if the order is
33866 undefined or cannot be determined. Generally speaking, this works
33867 by checking whether @samp{@var{x} - @var{y}} is @code{negp}. In
33868 @code{defmath}, the expression @samp{(< x y)} will automatically be
33869 converted to @samp{(lessp x y)}; expressions involving @code{>}, @code{<=},
33870 and @code{>=} are similarly converted in terms of @code{lessp}.
33871 @end defun
33872
33873 @defun beforep x y
33874 Returns true if @var{x} comes before @var{y} in a canonical ordering
33875 of Calc objects. If @var{x} and @var{y} are both real numbers, this
33876 will be the same as @code{lessp}. But whereas @code{lessp} considers
33877 other types of objects to be unordered, @code{beforep} puts any two
33878 objects into a definite, consistent order. The @code{beforep}
33879 function is used by the @kbd{V S} vector-sorting command, and also
33880 by Calc's algebraic simplifications to put the terms of a product into
33881 canonical order: This allows @samp{x y + y x} to be simplified easily to
33882 @samp{2 x y}.
33883 @end defun
33884
33885 @defun equal x y
33886 This is the standard Lisp @code{equal} predicate; it returns true if
33887 @var{x} and @var{y} are structurally identical. This is the usual way
33888 to compare numbers for equality, but note that @code{equal} will treat
33889 0 and 0.0 as different.
33890 @end defun
33891
33892 @defun math-equal x y
33893 Returns true if @var{x} and @var{y} are numerically equal, either because
33894 they are @code{equal}, or because their difference is @code{zerop}. In
33895 @code{defmath}, the expression @samp{(= x y)} will automatically be
33896 converted to @samp{(math-equal x y)}.
33897 @end defun
33898
33899 @defun equal-int x n
33900 Returns true if @var{x} and @var{n} are numerically equal, where @var{n}
33901 is a fixnum which is not a multiple of 10. This will automatically be
33902 used by @code{defmath} in place of the more general @code{math-equal}
33903 whenever possible.
33904 @end defun
33905
33906 @defun nearly-equal x y
33907 Returns true if @var{x} and @var{y}, as floating-point numbers, are
33908 equal except possibly in the last decimal place. For example,
33909 314.159 and 314.166 are considered nearly equal if the current
33910 precision is 6 (since they differ by 7 units), but not if the current
33911 precision is 7 (since they differ by 70 units). Most functions which
33912 use series expansions use @code{with-extra-prec} to evaluate the
33913 series with 2 extra digits of precision, then use @code{nearly-equal}
33914 to decide when the series has converged; this guards against cumulative
33915 error in the series evaluation without doing extra work which would be
33916 lost when the result is rounded back down to the current precision.
33917 In @code{defmath}, this can be written @samp{(~= @var{x} @var{y})}.
33918 The @var{x} and @var{y} can be numbers of any kind, including complex.
33919 @end defun
33920
33921 @defun nearly-zerop x y
33922 Returns true if @var{x} is nearly zero, compared to @var{y}. This
33923 checks whether @var{x} plus @var{y} would by be @code{nearly-equal}
33924 to @var{y} itself, to within the current precision, in other words,
33925 if adding @var{x} to @var{y} would have a negligible effect on @var{y}
33926 due to roundoff error. @var{X} may be a real or complex number, but
33927 @var{y} must be real.
33928 @end defun
33929
33930 @defun is-true x
33931 Return true if the formula @var{x} represents a true value in
33932 Calc, not Lisp, terms. It tests if @var{x} is a non-zero number
33933 or a provably non-zero formula.
33934 @end defun
33935
33936 @defun reject-arg val pred
33937 Abort the current function evaluation due to unacceptable argument values.
33938 This calls @samp{(calc-record-why @var{pred} @var{val})}, then signals a
33939 Lisp error which @code{normalize} will trap. The net effect is that the
33940 function call which led here will be left in symbolic form.
33941 @end defun
33942
33943 @defun inexact-value
33944 If Symbolic mode is enabled, this will signal an error that causes
33945 @code{normalize} to leave the formula in symbolic form, with the message
33946 ``Inexact result.'' (This function has no effect when not in Symbolic mode.)
33947 Note that if your function calls @samp{(sin 5)} in Symbolic mode, the
33948 @code{sin} function will call @code{inexact-value}, which will cause your
33949 function to be left unsimplified. You may instead wish to call
33950 @samp{(normalize (list 'calcFunc-sin 5))}, which in Symbolic mode will
33951 return the formula @samp{sin(5)} to your function.
33952 @end defun
33953
33954 @defun overflow
33955 This signals an error that will be reported as a floating-point overflow.
33956 @end defun
33957
33958 @defun underflow
33959 This signals a floating-point underflow.
33960 @end defun
33961
33962 @node Computational Lisp Functions, Vector Lisp Functions, Predicates, Internals
33963 @subsubsection Computational Functions
33964
33965 @noindent
33966 The functions described here do the actual computational work of the
33967 Calculator. In addition to these, note that any function described in
33968 the main body of this manual may be called from Lisp; for example, if
33969 the documentation refers to the @code{calc-sqrt} [@code{sqrt}] command,
33970 this means @code{calc-sqrt} is an interactive stack-based square-root
33971 command and @code{sqrt} (which @code{defmath} expands to @code{calcFunc-sqrt})
33972 is the actual Lisp function for taking square roots.
33973
33974 The functions @code{math-add}, @code{math-sub}, @code{math-mul},
33975 @code{math-div}, @code{math-mod}, and @code{math-neg} are not included
33976 in this list, since @code{defmath} allows you to write native Lisp
33977 @code{+}, @code{-}, @code{*}, @code{/}, @code{%}, and unary @code{-},
33978 respectively, instead.
33979
33980 @defun normalize val
33981 (Full form: @code{math-normalize}.)
33982 Reduce the value @var{val} to standard form. For example, if @var{val}
33983 is a fixnum, it will be converted to a bignum if it is too large, and
33984 if @var{val} is a bignum it will be normalized by clipping off trailing
33985 (i.e., most-significant) zero digits and converting to a fixnum if it is
33986 small. All the various data types are similarly converted to their standard
33987 forms. Variables are left alone, but function calls are actually evaluated
33988 in formulas. For example, normalizing @samp{(+ 2 (calcFunc-abs -4))} will
33989 return 6.
33990
33991 If a function call fails, because the function is void or has the wrong
33992 number of parameters, or because it returns @code{nil} or calls
33993 @code{reject-arg} or @code{inexact-result}, @code{normalize} returns
33994 the formula still in symbolic form.
33995
33996 If the current simplification mode is ``none'' or ``numeric arguments
33997 only,'' @code{normalize} will act appropriately. However, the more
33998 powerful simplification modes (like Algebraic Simplification) are
33999 not handled by @code{normalize}. They are handled by @code{calc-normalize},
34000 which calls @code{normalize} and possibly some other routines, such
34001 as @code{simplify} or @code{simplify-units}. Programs generally will
34002 never call @code{calc-normalize} except when popping or pushing values
34003 on the stack.
34004 @end defun
34005
34006 @defun evaluate-expr expr
34007 Replace all variables in @var{expr} that have values with their values,
34008 then use @code{normalize} to simplify the result. This is what happens
34009 when you press the @kbd{=} key interactively.
34010 @end defun
34011
34012 @defmac with-extra-prec n body
34013 Evaluate the Lisp forms in @var{body} with precision increased by @var{n}
34014 digits. This is a macro which expands to
34015
34016 @smallexample
34017 (math-normalize
34018 (let ((calc-internal-prec (+ calc-internal-prec @var{n})))
34019 @var{body}))
34020 @end smallexample
34021
34022 The surrounding call to @code{math-normalize} causes a floating-point
34023 result to be rounded down to the original precision afterwards. This
34024 is important because some arithmetic operations assume a number's
34025 mantissa contains no more digits than the current precision allows.
34026 @end defmac
34027
34028 @defun make-frac n d
34029 Build a fraction @samp{@var{n}:@var{d}}. This is equivalent to calling
34030 @samp{(normalize (list 'frac @var{n} @var{d}))}, but more efficient.
34031 @end defun
34032
34033 @defun make-float mant exp
34034 Build a floating-point value out of @var{mant} and @var{exp}, both
34035 of which are arbitrary integers. This function will return a
34036 properly normalized float value, or signal an overflow or underflow
34037 if @var{exp} is out of range.
34038 @end defun
34039
34040 @defun make-sdev x sigma
34041 Build an error form out of @var{x} and the absolute value of @var{sigma}.
34042 If @var{sigma} is zero, the result is the number @var{x} directly.
34043 If @var{sigma} is negative or complex, its absolute value is used.
34044 If @var{x} or @var{sigma} is not a valid type of object for use in
34045 error forms, this calls @code{reject-arg}.
34046 @end defun
34047
34048 @defun make-intv mask lo hi
34049 Build an interval form out of @var{mask} (which is assumed to be an
34050 integer from 0 to 3), and the limits @var{lo} and @var{hi}. If
34051 @var{lo} is greater than @var{hi}, an empty interval form is returned.
34052 This calls @code{reject-arg} if @var{lo} or @var{hi} is unsuitable.
34053 @end defun
34054
34055 @defun sort-intv mask lo hi
34056 Build an interval form, similar to @code{make-intv}, except that if
34057 @var{lo} is less than @var{hi} they are simply exchanged, and the
34058 bits of @var{mask} are swapped accordingly.
34059 @end defun
34060
34061 @defun make-mod n m
34062 Build a modulo form out of @var{n} and the modulus @var{m}. Since modulo
34063 forms do not allow formulas as their components, if @var{n} or @var{m}
34064 is not a real number or HMS form the result will be a formula which
34065 is a call to @code{makemod}, the algebraic version of this function.
34066 @end defun
34067
34068 @defun float x
34069 Convert @var{x} to floating-point form. Integers and fractions are
34070 converted to numerically equivalent floats; components of complex
34071 numbers, vectors, HMS forms, date forms, error forms, intervals, and
34072 modulo forms are recursively floated. If the argument is a variable
34073 or formula, this calls @code{reject-arg}.
34074 @end defun
34075
34076 @defun compare x y
34077 Compare the numbers @var{x} and @var{y}, and return @mathit{-1} if
34078 @samp{(lessp @var{x} @var{y})}, 1 if @samp{(lessp @var{y} @var{x})},
34079 0 if @samp{(math-equal @var{x} @var{y})}, or 2 if the order is
34080 undefined or cannot be determined.
34081 @end defun
34082
34083 @defun numdigs n
34084 Return the number of digits of integer @var{n}, effectively
34085 @samp{ceil(log10(@var{n}))}, but much more efficient. Zero is
34086 considered to have zero digits.
34087 @end defun
34088
34089 @defun scale-int x n
34090 Shift integer @var{x} left @var{n} decimal digits, or right @mathit{-@var{n}}
34091 digits with truncation toward zero.
34092 @end defun
34093
34094 @defun scale-rounding x n
34095 Like @code{scale-int}, except that a right shift rounds to the nearest
34096 integer rather than truncating.
34097 @end defun
34098
34099 @defun fixnum n
34100 Return the integer @var{n} as a fixnum, i.e., a native Lisp integer.
34101 If @var{n} is outside the permissible range for Lisp integers (usually
34102 24 binary bits) the result is undefined.
34103 @end defun
34104
34105 @defun sqr x
34106 Compute the square of @var{x}; short for @samp{(* @var{x} @var{x})}.
34107 @end defun
34108
34109 @defun quotient x y
34110 Divide integer @var{x} by integer @var{y}; return an integer quotient
34111 and discard the remainder. If @var{x} or @var{y} is negative, the
34112 direction of rounding is undefined.
34113 @end defun
34114
34115 @defun idiv x y
34116 Perform an integer division; if @var{x} and @var{y} are both nonnegative
34117 integers, this uses the @code{quotient} function, otherwise it computes
34118 @samp{floor(@var{x}/@var{y})}. Thus the result is well-defined but
34119 slower than for @code{quotient}.
34120 @end defun
34121
34122 @defun imod x y
34123 Divide integer @var{x} by integer @var{y}; return the integer remainder
34124 and discard the quotient. Like @code{quotient}, this works only for
34125 integer arguments and is not well-defined for negative arguments.
34126 For a more well-defined result, use @samp{(% @var{x} @var{y})}.
34127 @end defun
34128
34129 @defun idivmod x y
34130 Divide integer @var{x} by integer @var{y}; return a cons cell whose
34131 @code{car} is @samp{(quotient @var{x} @var{y})} and whose @code{cdr}
34132 is @samp{(imod @var{x} @var{y})}.
34133 @end defun
34134
34135 @defun pow x y
34136 Compute @var{x} to the power @var{y}. In @code{defmath} code, this can
34137 also be written @samp{(^ @var{x} @var{y})} or
34138 @w{@samp{(expt @var{x} @var{y})}}.
34139 @end defun
34140
34141 @defun abs-approx x
34142 Compute a fast approximation to the absolute value of @var{x}. For
34143 example, for a rectangular complex number the result is the sum of
34144 the absolute values of the components.
34145 @end defun
34146
34147 @findex e
34148 @findex gamma-const
34149 @findex ln-2
34150 @findex ln-10
34151 @findex phi
34152 @findex pi-over-2
34153 @findex pi-over-4
34154 @findex pi-over-180
34155 @findex sqrt-two-pi
34156 @findex sqrt-e
34157 @findex two-pi
34158 @defun pi
34159 The function @samp{(pi)} computes @samp{pi} to the current precision.
34160 Other related constant-generating functions are @code{two-pi},
34161 @code{pi-over-2}, @code{pi-over-4}, @code{pi-over-180}, @code{sqrt-two-pi},
34162 @code{e}, @code{sqrt-e}, @code{ln-2}, @code{ln-10}, @code{phi} and
34163 @code{gamma-const}. Each function returns a floating-point value in the
34164 current precision, and each uses caching so that all calls after the
34165 first are essentially free.
34166 @end defun
34167
34168 @defmac math-defcache @var{func} @var{initial} @var{form}
34169 This macro, usually used as a top-level call like @code{defun} or
34170 @code{defvar}, defines a new cached constant analogous to @code{pi}, etc.
34171 It defines a function @code{func} which returns the requested value;
34172 if @var{initial} is non-@code{nil} it must be a @samp{(float @dots{})}
34173 form which serves as an initial value for the cache. If @var{func}
34174 is called when the cache is empty or does not have enough digits to
34175 satisfy the current precision, the Lisp expression @var{form} is evaluated
34176 with the current precision increased by four, and the result minus its
34177 two least significant digits is stored in the cache. For example,
34178 calling @samp{(pi)} with a precision of 30 computes @samp{pi} to 34
34179 digits, rounds it down to 32 digits for future use, then rounds it
34180 again to 30 digits for use in the present request.
34181 @end defmac
34182
34183 @findex half-circle
34184 @findex quarter-circle
34185 @defun full-circle symb
34186 If the current angular mode is Degrees or HMS, this function returns the
34187 integer 360. In Radians mode, this function returns either the
34188 corresponding value in radians to the current precision, or the formula
34189 @samp{2*pi}, depending on the Symbolic mode. There are also similar
34190 function @code{half-circle} and @code{quarter-circle}.
34191 @end defun
34192
34193 @defun power-of-2 n
34194 Compute two to the integer power @var{n}, as a (potentially very large)
34195 integer. Powers of two are cached, so only the first call for a
34196 particular @var{n} is expensive.
34197 @end defun
34198
34199 @defun integer-log2 n
34200 Compute the base-2 logarithm of @var{n}, which must be an integer which
34201 is a power of two. If @var{n} is not a power of two, this function will
34202 return @code{nil}.
34203 @end defun
34204
34205 @defun div-mod a b m
34206 Divide @var{a} by @var{b}, modulo @var{m}. This returns @code{nil} if
34207 there is no solution, or if any of the arguments are not integers.
34208 @end defun
34209
34210 @defun pow-mod a b m
34211 Compute @var{a} to the power @var{b}, modulo @var{m}. If @var{a},
34212 @var{b}, and @var{m} are integers, this uses an especially efficient
34213 algorithm. Otherwise, it simply computes @samp{(% (^ a b) m)}.
34214 @end defun
34215
34216 @defun isqrt n
34217 Compute the integer square root of @var{n}. This is the square root
34218 of @var{n} rounded down toward zero, i.e., @samp{floor(sqrt(@var{n}))}.
34219 If @var{n} is itself an integer, the computation is especially efficient.
34220 @end defun
34221
34222 @defun to-hms a ang
34223 Convert the argument @var{a} into an HMS form. If @var{ang} is specified,
34224 it is the angular mode in which to interpret @var{a}, either @code{deg}
34225 or @code{rad}. Otherwise, the current angular mode is used. If @var{a}
34226 is already an HMS form it is returned as-is.
34227 @end defun
34228
34229 @defun from-hms a ang
34230 Convert the HMS form @var{a} into a real number. If @var{ang} is specified,
34231 it is the angular mode in which to express the result, otherwise the
34232 current angular mode is used. If @var{a} is already a real number, it
34233 is returned as-is.
34234 @end defun
34235
34236 @defun to-radians a
34237 Convert the number or HMS form @var{a} to radians from the current
34238 angular mode.
34239 @end defun
34240
34241 @defun from-radians a
34242 Convert the number @var{a} from radians to the current angular mode.
34243 If @var{a} is a formula, this returns the formula @samp{deg(@var{a})}.
34244 @end defun
34245
34246 @defun to-radians-2 a
34247 Like @code{to-radians}, except that in Symbolic mode a degrees to
34248 radians conversion yields a formula like @samp{@var{a}*pi/180}.
34249 @end defun
34250
34251 @defun from-radians-2 a
34252 Like @code{from-radians}, except that in Symbolic mode a radians to
34253 degrees conversion yields a formula like @samp{@var{a}*180/pi}.
34254 @end defun
34255
34256 @defun random-digit
34257 Produce a random base-1000 digit in the range 0 to 999.
34258 @end defun
34259
34260 @defun random-digits n
34261 Produce a random @var{n}-digit integer; this will be an integer
34262 in the interval @samp{[0, 10^@var{n})}.
34263 @end defun
34264
34265 @defun random-float
34266 Produce a random float in the interval @samp{[0, 1)}.
34267 @end defun
34268
34269 @defun prime-test n iters
34270 Determine whether the integer @var{n} is prime. Return a list which has
34271 one of these forms: @samp{(nil @var{f})} means the number is non-prime
34272 because it was found to be divisible by @var{f}; @samp{(nil)} means it
34273 was found to be non-prime by table look-up (so no factors are known);
34274 @samp{(nil unknown)} means it is definitely non-prime but no factors
34275 are known because @var{n} was large enough that Fermat's probabilistic
34276 test had to be used; @samp{(t)} means the number is definitely prime;
34277 and @samp{(maybe @var{i} @var{p})} means that Fermat's test, after @var{i}
34278 iterations, is @var{p} percent sure that the number is prime. The
34279 @var{iters} parameter is the number of Fermat iterations to use, in the
34280 case that this is necessary. If @code{prime-test} returns ``maybe,''
34281 you can call it again with the same @var{n} to get a greater certainty;
34282 @code{prime-test} remembers where it left off.
34283 @end defun
34284
34285 @defun to-simple-fraction f
34286 If @var{f} is a floating-point number which can be represented exactly
34287 as a small rational number, return that number, else return @var{f}.
34288 For example, 0.75 would be converted to 3:4. This function is very
34289 fast.
34290 @end defun
34291
34292 @defun to-fraction f tol
34293 Find a rational approximation to floating-point number @var{f} to within
34294 a specified tolerance @var{tol}; this corresponds to the algebraic
34295 function @code{frac}, and can be rather slow.
34296 @end defun
34297
34298 @defun quarter-integer n
34299 If @var{n} is an integer or integer-valued float, this function
34300 returns zero. If @var{n} is a half-integer (i.e., an integer plus
34301 @mathit{1:2} or 0.5), it returns 2. If @var{n} is a quarter-integer,
34302 it returns 1 or 3. If @var{n} is anything else, this function
34303 returns @code{nil}.
34304 @end defun
34305
34306 @node Vector Lisp Functions, Symbolic Lisp Functions, Computational Lisp Functions, Internals
34307 @subsubsection Vector Functions
34308
34309 @noindent
34310 The functions described here perform various operations on vectors and
34311 matrices.
34312
34313 @defun math-concat x y
34314 Do a vector concatenation; this operation is written @samp{@var{x} | @var{y}}
34315 in a symbolic formula. @xref{Building Vectors}.
34316 @end defun
34317
34318 @defun vec-length v
34319 Return the length of vector @var{v}. If @var{v} is not a vector, the
34320 result is zero. If @var{v} is a matrix, this returns the number of
34321 rows in the matrix.
34322 @end defun
34323
34324 @defun mat-dimens m
34325 Determine the dimensions of vector or matrix @var{m}. If @var{m} is not
34326 a vector, the result is an empty list. If @var{m} is a plain vector
34327 but not a matrix, the result is a one-element list containing the length
34328 of the vector. If @var{m} is a matrix with @var{r} rows and @var{c} columns,
34329 the result is the list @samp{(@var{r} @var{c})}. Higher-order tensors
34330 produce lists of more than two dimensions. Note that the object
34331 @samp{[[1, 2, 3], [4, 5]]} is a vector of vectors not all the same size,
34332 and is treated by this and other Calc routines as a plain vector of two
34333 elements.
34334 @end defun
34335
34336 @defun dimension-error
34337 Abort the current function with a message of ``Dimension error.''
34338 The Calculator will leave the function being evaluated in symbolic
34339 form; this is really just a special case of @code{reject-arg}.
34340 @end defun
34341
34342 @defun build-vector args
34343 Return a Calc vector with @var{args} as elements.
34344 For example, @samp{(build-vector 1 2 3)} returns the Calc vector
34345 @samp{[1, 2, 3]}, stored internally as the list @samp{(vec 1 2 3)}.
34346 @end defun
34347
34348 @defun make-vec obj dims
34349 Return a Calc vector or matrix all of whose elements are equal to
34350 @var{obj}. For example, @samp{(make-vec 27 3 4)} returns a 3x4 matrix
34351 filled with 27's.
34352 @end defun
34353
34354 @defun row-matrix v
34355 If @var{v} is a plain vector, convert it into a row matrix, i.e.,
34356 a matrix whose single row is @var{v}. If @var{v} is already a matrix,
34357 leave it alone.
34358 @end defun
34359
34360 @defun col-matrix v
34361 If @var{v} is a plain vector, convert it into a column matrix, i.e., a
34362 matrix with each element of @var{v} as a separate row. If @var{v} is
34363 already a matrix, leave it alone.
34364 @end defun
34365
34366 @defun map-vec f v
34367 Map the Lisp function @var{f} over the Calc vector @var{v}. For example,
34368 @samp{(map-vec 'math-floor v)} returns a vector of the floored components
34369 of vector @var{v}.
34370 @end defun
34371
34372 @defun map-vec-2 f a b
34373 Map the Lisp function @var{f} over the two vectors @var{a} and @var{b}.
34374 If @var{a} and @var{b} are vectors of equal length, the result is a
34375 vector of the results of calling @samp{(@var{f} @var{ai} @var{bi})}
34376 for each pair of elements @var{ai} and @var{bi}. If either @var{a} or
34377 @var{b} is a scalar, it is matched with each value of the other vector.
34378 For example, @samp{(map-vec-2 'math-add v 1)} returns the vector @var{v}
34379 with each element increased by one. Note that using @samp{'+} would not
34380 work here, since @code{defmath} does not expand function names everywhere,
34381 just where they are in the function position of a Lisp expression.
34382 @end defun
34383
34384 @defun reduce-vec f v
34385 Reduce the function @var{f} over the vector @var{v}. For example, if
34386 @var{v} is @samp{[10, 20, 30, 40]}, this calls @samp{(f (f (f 10 20) 30) 40)}.
34387 If @var{v} is a matrix, this reduces over the rows of @var{v}.
34388 @end defun
34389
34390 @defun reduce-cols f m
34391 Reduce the function @var{f} over the columns of matrix @var{m}. For
34392 example, if @var{m} is @samp{[[1, 2], [3, 4], [5, 6]]}, the result
34393 is a vector of the two elements @samp{(f (f 1 3) 5)} and @samp{(f (f 2 4) 6)}.
34394 @end defun
34395
34396 @defun mat-row m n
34397 Return the @var{n}th row of matrix @var{m}. This is equivalent to
34398 @samp{(elt m n)}. For a slower but safer version, use @code{mrow}.
34399 (@xref{Extracting Elements}.)
34400 @end defun
34401
34402 @defun mat-col m n
34403 Return the @var{n}th column of matrix @var{m}, in the form of a vector.
34404 The arguments are not checked for correctness.
34405 @end defun
34406
34407 @defun mat-less-row m n
34408 Return a copy of matrix @var{m} with its @var{n}th row deleted. The
34409 number @var{n} must be in range from 1 to the number of rows in @var{m}.
34410 @end defun
34411
34412 @defun mat-less-col m n
34413 Return a copy of matrix @var{m} with its @var{n}th column deleted.
34414 @end defun
34415
34416 @defun transpose m
34417 Return the transpose of matrix @var{m}.
34418 @end defun
34419
34420 @defun flatten-vector v
34421 Flatten nested vector @var{v} into a vector of scalars. For example,
34422 if @var{v} is @samp{[[1, 2, 3], [4, 5]]} the result is @samp{[1, 2, 3, 4, 5]}.
34423 @end defun
34424
34425 @defun copy-matrix m
34426 If @var{m} is a matrix, return a copy of @var{m}. This maps
34427 @code{copy-sequence} over the rows of @var{m}; in Lisp terms, each
34428 element of the result matrix will be @code{eq} to the corresponding
34429 element of @var{m}, but none of the @code{cons} cells that make up
34430 the structure of the matrix will be @code{eq}. If @var{m} is a plain
34431 vector, this is the same as @code{copy-sequence}.
34432 @end defun
34433
34434 @defun swap-rows m r1 r2
34435 Exchange rows @var{r1} and @var{r2} of matrix @var{m} in-place. In
34436 other words, unlike most of the other functions described here, this
34437 function changes @var{m} itself rather than building up a new result
34438 matrix. The return value is @var{m}, i.e., @samp{(eq (swap-rows m 1 2) m)}
34439 is true, with the side effect of exchanging the first two rows of
34440 @var{m}.
34441 @end defun
34442
34443 @node Symbolic Lisp Functions, Formatting Lisp Functions, Vector Lisp Functions, Internals
34444 @subsubsection Symbolic Functions
34445
34446 @noindent
34447 The functions described here operate on symbolic formulas in the
34448 Calculator.
34449
34450 @defun calc-prepare-selection num
34451 Prepare a stack entry for selection operations. If @var{num} is
34452 omitted, the stack entry containing the cursor is used; otherwise,
34453 it is the number of the stack entry to use. This function stores
34454 useful information about the current stack entry into a set of
34455 variables. @code{calc-selection-cache-num} contains the number of
34456 the stack entry involved (equal to @var{num} if you specified it);
34457 @code{calc-selection-cache-entry} contains the stack entry as a
34458 list (such as @code{calc-top-list} would return with @code{entry}
34459 as the selection mode); and @code{calc-selection-cache-comp} contains
34460 a special ``tagged'' composition (@pxref{Formatting Lisp Functions})
34461 which allows Calc to relate cursor positions in the buffer with
34462 their corresponding sub-formulas.
34463
34464 A slight complication arises in the selection mechanism because
34465 formulas may contain small integers. For example, in the vector
34466 @samp{[1, 2, 1]} the first and last elements are @code{eq} to each
34467 other; selections are recorded as the actual Lisp object that
34468 appears somewhere in the tree of the whole formula, but storing
34469 @code{1} would falsely select both @code{1}'s in the vector. So
34470 @code{calc-prepare-selection} also checks the stack entry and
34471 replaces any plain integers with ``complex number'' lists of the form
34472 @samp{(cplx @var{n} 0)}. This list will be displayed the same as a
34473 plain @var{n} and the change will be completely invisible to the
34474 user, but it will guarantee that no two sub-formulas of the stack
34475 entry will be @code{eq} to each other. Next time the stack entry
34476 is involved in a computation, @code{calc-normalize} will replace
34477 these lists with plain numbers again, again invisibly to the user.
34478 @end defun
34479
34480 @defun calc-encase-atoms x
34481 This modifies the formula @var{x} to ensure that each part of the
34482 formula is a unique atom, using the @samp{(cplx @var{n} 0)} trick
34483 described above. This function may use @code{setcar} to modify
34484 the formula in-place.
34485 @end defun
34486
34487 @defun calc-find-selected-part
34488 Find the smallest sub-formula of the current formula that contains
34489 the cursor. This assumes @code{calc-prepare-selection} has been
34490 called already. If the cursor is not actually on any part of the
34491 formula, this returns @code{nil}.
34492 @end defun
34493
34494 @defun calc-change-current-selection selection
34495 Change the currently prepared stack element's selection to
34496 @var{selection}, which should be @code{eq} to some sub-formula
34497 of the stack element, or @code{nil} to unselect the formula.
34498 The stack element's appearance in the Calc buffer is adjusted
34499 to reflect the new selection.
34500 @end defun
34501
34502 @defun calc-find-nth-part expr n
34503 Return the @var{n}th sub-formula of @var{expr}. This function is used
34504 by the selection commands, and (unless @kbd{j b} has been used) treats
34505 sums and products as flat many-element formulas. Thus if @var{expr}
34506 is @samp{((a + b) - c) + d}, calling @code{calc-find-nth-part} with
34507 @var{n} equal to four will return @samp{d}.
34508 @end defun
34509
34510 @defun calc-find-parent-formula expr part
34511 Return the sub-formula of @var{expr} which immediately contains
34512 @var{part}. If @var{expr} is @samp{a*b + (c+1)*d} and @var{part}
34513 is @code{eq} to the @samp{c+1} term of @var{expr}, then this function
34514 will return @samp{(c+1)*d}. If @var{part} turns out not to be a
34515 sub-formula of @var{expr}, the function returns @code{nil}. If
34516 @var{part} is @code{eq} to @var{expr}, the function returns @code{t}.
34517 This function does not take associativity into account.
34518 @end defun
34519
34520 @defun calc-find-assoc-parent-formula expr part
34521 This is the same as @code{calc-find-parent-formula}, except that
34522 (unless @kbd{j b} has been used) it continues widening the selection
34523 to contain a complete level of the formula. Given @samp{a} from
34524 @samp{((a + b) - c) + d}, @code{calc-find-parent-formula} will
34525 return @samp{a + b} but @code{calc-find-assoc-parent-formula} will
34526 return the whole expression.
34527 @end defun
34528
34529 @defun calc-grow-assoc-formula expr part
34530 This expands sub-formula @var{part} of @var{expr} to encompass a
34531 complete level of the formula. If @var{part} and its immediate
34532 parent are not compatible associative operators, or if @kbd{j b}
34533 has been used, this simply returns @var{part}.
34534 @end defun
34535
34536 @defun calc-find-sub-formula expr part
34537 This finds the immediate sub-formula of @var{expr} which contains
34538 @var{part}. It returns an index @var{n} such that
34539 @samp{(calc-find-nth-part @var{expr} @var{n})} would return @var{part}.
34540 If @var{part} is not a sub-formula of @var{expr}, it returns @code{nil}.
34541 If @var{part} is @code{eq} to @var{expr}, it returns @code{t}. This
34542 function does not take associativity into account.
34543 @end defun
34544
34545 @defun calc-replace-sub-formula expr old new
34546 This function returns a copy of formula @var{expr}, with the
34547 sub-formula that is @code{eq} to @var{old} replaced by @var{new}.
34548 @end defun
34549
34550 @defun simplify expr
34551 Simplify the expression @var{expr} by applying Calc's algebraic
34552 simplifications. This always returns a copy of the expression; the
34553 structure @var{expr} points to remains unchanged in memory.
34554
34555 More precisely, here is what @code{simplify} does: The expression is
34556 first normalized and evaluated by calling @code{normalize}. If any
34557 @code{AlgSimpRules} have been defined, they are then applied. Then
34558 the expression is traversed in a depth-first, bottom-up fashion; at
34559 each level, any simplifications that can be made are made until no
34560 further changes are possible. Once the entire formula has been
34561 traversed in this way, it is compared with the original formula (from
34562 before the call to @code{normalize}) and, if it has changed,
34563 the entire procedure is repeated (starting with @code{normalize})
34564 until no further changes occur. Usually only two iterations are
34565 needed: one to simplify the formula, and another to verify that no
34566 further simplifications were possible.
34567 @end defun
34568
34569 @defun simplify-extended expr
34570 Simplify the expression @var{expr}, with additional rules enabled that
34571 help do a more thorough job, while not being entirely ``safe'' in all
34572 circumstances. (For example, this mode will simplify @samp{sqrt(x^2)}
34573 to @samp{x}, which is only valid when @var{x} is positive.) This is
34574 implemented by temporarily binding the variable @code{math-living-dangerously}
34575 to @code{t} (using a @code{let} form) and calling @code{simplify}.
34576 Dangerous simplification rules are written to check this variable
34577 before taking any action.
34578 @end defun
34579
34580 @defun simplify-units expr
34581 Simplify the expression @var{expr}, treating variable names as units
34582 whenever possible. This works by binding the variable
34583 @code{math-simplifying-units} to @code{t} while calling @code{simplify}.
34584 @end defun
34585
34586 @defmac math-defsimplify funcs body
34587 Register a new simplification rule; this is normally called as a top-level
34588 form, like @code{defun} or @code{defmath}. If @var{funcs} is a symbol
34589 (like @code{+} or @code{calcFunc-sqrt}), this simplification rule is
34590 applied to the formulas which are calls to the specified function. Or,
34591 @var{funcs} can be a list of such symbols; the rule applies to all
34592 functions on the list. The @var{body} is written like the body of a
34593 function with a single argument called @code{expr}. The body will be
34594 executed with @code{expr} bound to a formula which is a call to one of
34595 the functions @var{funcs}. If the function body returns @code{nil}, or
34596 if it returns a result @code{equal} to the original @code{expr}, it is
34597 ignored and Calc goes on to try the next simplification rule that applies.
34598 If the function body returns something different, that new formula is
34599 substituted for @var{expr} in the original formula.
34600
34601 At each point in the formula, rules are tried in the order of the
34602 original calls to @code{math-defsimplify}; the search stops after the
34603 first rule that makes a change. Thus later rules for that same
34604 function will not have a chance to trigger until the next iteration
34605 of the main @code{simplify} loop.
34606
34607 Note that, since @code{defmath} is not being used here, @var{body} must
34608 be written in true Lisp code without the conveniences that @code{defmath}
34609 provides. If you prefer, you can have @var{body} simply call another
34610 function (defined with @code{defmath}) which does the real work.
34611
34612 The arguments of a function call will already have been simplified
34613 before any rules for the call itself are invoked. Since a new argument
34614 list is consed up when this happens, this means that the rule's body is
34615 allowed to rearrange the function's arguments destructively if that is
34616 convenient. Here is a typical example of a simplification rule:
34617
34618 @smallexample
34619 (math-defsimplify calcFunc-arcsinh
34620 (or (and (math-looks-negp (nth 1 expr))
34621 (math-neg (list 'calcFunc-arcsinh
34622 (math-neg (nth 1 expr)))))
34623 (and (eq (car-safe (nth 1 expr)) 'calcFunc-sinh)
34624 (or math-living-dangerously
34625 (math-known-realp (nth 1 (nth 1 expr))))
34626 (nth 1 (nth 1 expr)))))
34627 @end smallexample
34628
34629 This is really a pair of rules written with one @code{math-defsimplify}
34630 for convenience; the first replaces @samp{arcsinh(-x)} with
34631 @samp{-arcsinh(x)}, and the second, which is safe only for real @samp{x},
34632 replaces @samp{arcsinh(sinh(x))} with @samp{x}.
34633 @end defmac
34634
34635 @defun common-constant-factor expr
34636 Check @var{expr} to see if it is a sum of terms all multiplied by the
34637 same rational value. If so, return this value. If not, return @code{nil}.
34638 For example, if called on @samp{6x + 9y + 12z}, it would return 3, since
34639 3 is a common factor of all the terms.
34640 @end defun
34641
34642 @defun cancel-common-factor expr factor
34643 Assuming @var{expr} is a sum with @var{factor} as a common factor,
34644 divide each term of the sum by @var{factor}. This is done by
34645 destructively modifying parts of @var{expr}, on the assumption that
34646 it is being used by a simplification rule (where such things are
34647 allowed; see above). For example, consider this built-in rule for
34648 square roots:
34649
34650 @smallexample
34651 (math-defsimplify calcFunc-sqrt
34652 (let ((fac (math-common-constant-factor (nth 1 expr))))
34653 (and fac (not (eq fac 1))
34654 (math-mul (math-normalize (list 'calcFunc-sqrt fac))
34655 (math-normalize
34656 (list 'calcFunc-sqrt
34657 (math-cancel-common-factor
34658 (nth 1 expr) fac)))))))
34659 @end smallexample
34660 @end defun
34661
34662 @defun frac-gcd a b
34663 Compute a ``rational GCD'' of @var{a} and @var{b}, which must both be
34664 rational numbers. This is the fraction composed of the GCD of the
34665 numerators of @var{a} and @var{b}, over the GCD of the denominators.
34666 It is used by @code{common-constant-factor}. Note that the standard
34667 @code{gcd} function uses the LCM to combine the denominators.
34668 @end defun
34669
34670 @defun map-tree func expr many
34671 Try applying Lisp function @var{func} to various sub-expressions of
34672 @var{expr}. Initially, call @var{func} with @var{expr} itself as an
34673 argument. If this returns an expression which is not @code{equal} to
34674 @var{expr}, apply @var{func} again until eventually it does return
34675 @var{expr} with no changes. Then, if @var{expr} is a function call,
34676 recursively apply @var{func} to each of the arguments. This keeps going
34677 until no changes occur anywhere in the expression; this final expression
34678 is returned by @code{map-tree}. Note that, unlike simplification rules,
34679 @var{func} functions may @emph{not} make destructive changes to
34680 @var{expr}. If a third argument @var{many} is provided, it is an
34681 integer which says how many times @var{func} may be applied; the
34682 default, as described above, is infinitely many times.
34683 @end defun
34684
34685 @defun compile-rewrites rules
34686 Compile the rewrite rule set specified by @var{rules}, which should
34687 be a formula that is either a vector or a variable name. If the latter,
34688 the compiled rules are saved so that later @code{compile-rules} calls
34689 for that same variable can return immediately. If there are problems
34690 with the rules, this function calls @code{error} with a suitable
34691 message.
34692 @end defun
34693
34694 @defun apply-rewrites expr crules heads
34695 Apply the compiled rewrite rule set @var{crules} to the expression
34696 @var{expr}. This will make only one rewrite and only checks at the
34697 top level of the expression. The result @code{nil} if no rules
34698 matched, or if the only rules that matched did not actually change
34699 the expression. The @var{heads} argument is optional; if is given,
34700 it should be a list of all function names that (may) appear in
34701 @var{expr}. The rewrite compiler tags each rule with the
34702 rarest-looking function name in the rule; if you specify @var{heads},
34703 @code{apply-rewrites} can use this information to narrow its search
34704 down to just a few rules in the rule set.
34705 @end defun
34706
34707 @defun rewrite-heads expr
34708 Compute a @var{heads} list for @var{expr} suitable for use with
34709 @code{apply-rewrites}, as discussed above.
34710 @end defun
34711
34712 @defun rewrite expr rules many
34713 This is an all-in-one rewrite function. It compiles the rule set
34714 specified by @var{rules}, then uses @code{map-tree} to apply the
34715 rules throughout @var{expr} up to @var{many} (default infinity)
34716 times.
34717 @end defun
34718
34719 @defun match-patterns pat vec not-flag
34720 Given a Calc vector @var{vec} and an uncompiled pattern set or
34721 pattern set variable @var{pat}, this function returns a new vector
34722 of all elements of @var{vec} which do (or don't, if @var{not-flag} is
34723 non-@code{nil}) match any of the patterns in @var{pat}.
34724 @end defun
34725
34726 @defun deriv expr var value symb
34727 Compute the derivative of @var{expr} with respect to variable @var{var}
34728 (which may actually be any sub-expression). If @var{value} is specified,
34729 the derivative is evaluated at the value of @var{var}; otherwise, the
34730 derivative is left in terms of @var{var}. If the expression contains
34731 functions for which no derivative formula is known, new derivative
34732 functions are invented by adding primes to the names; @pxref{Calculus}.
34733 However, if @var{symb} is non-@code{nil}, the presence of nondifferentiable
34734 functions in @var{expr} instead cancels the whole differentiation, and
34735 @code{deriv} returns @code{nil} instead.
34736
34737 Derivatives of an @var{n}-argument function can be defined by
34738 adding a @code{math-derivative-@var{n}} property to the property list
34739 of the symbol for the function's derivative, which will be the
34740 function name followed by an apostrophe. The value of the property
34741 should be a Lisp function; it is called with the same arguments as the
34742 original function call that is being differentiated. It should return
34743 a formula for the derivative. For example, the derivative of @code{ln}
34744 is defined by
34745
34746 @smallexample
34747 (put 'calcFunc-ln\' 'math-derivative-1
34748 (function (lambda (u) (math-div 1 u))))
34749 @end smallexample
34750
34751 The two-argument @code{log} function has two derivatives,
34752 @smallexample
34753 (put 'calcFunc-log\' 'math-derivative-2 ; d(log(x,b)) / dx
34754 (function (lambda (x b) ... )))
34755 (put 'calcFunc-log\'2 'math-derivative-2 ; d(log(x,b)) / db
34756 (function (lambda (x b) ... )))
34757 @end smallexample
34758 @end defun
34759
34760 @defun tderiv expr var value symb
34761 Compute the total derivative of @var{expr}. This is the same as
34762 @code{deriv}, except that variables other than @var{var} are not
34763 assumed to be constant with respect to @var{var}.
34764 @end defun
34765
34766 @defun integ expr var low high
34767 Compute the integral of @var{expr} with respect to @var{var}.
34768 @xref{Calculus}, for further details.
34769 @end defun
34770
34771 @defmac math-defintegral funcs body
34772 Define a rule for integrating a function or functions of one argument;
34773 this macro is very similar in format to @code{math-defsimplify}.
34774 The main difference is that here @var{body} is the body of a function
34775 with a single argument @code{u} which is bound to the argument to the
34776 function being integrated, not the function call itself. Also, the
34777 variable of integration is available as @code{math-integ-var}. If
34778 evaluation of the integral requires doing further integrals, the body
34779 should call @samp{(math-integral @var{x})} to find the integral of
34780 @var{x} with respect to @code{math-integ-var}; this function returns
34781 @code{nil} if the integral could not be done. Some examples:
34782
34783 @smallexample
34784 (math-defintegral calcFunc-conj
34785 (let ((int (math-integral u)))
34786 (and int
34787 (list 'calcFunc-conj int))))
34788
34789 (math-defintegral calcFunc-cos
34790 (and (equal u math-integ-var)
34791 (math-from-radians-2 (list 'calcFunc-sin u))))
34792 @end smallexample
34793
34794 In the @code{cos} example, we define only the integral of @samp{cos(x) dx},
34795 relying on the general integration-by-substitution facility to handle
34796 cosines of more complicated arguments. An integration rule should return
34797 @code{nil} if it can't do the integral; if several rules are defined for
34798 the same function, they are tried in order until one returns a non-@code{nil}
34799 result.
34800 @end defmac
34801
34802 @defmac math-defintegral-2 funcs body
34803 Define a rule for integrating a function or functions of two arguments.
34804 This is exactly analogous to @code{math-defintegral}, except that @var{body}
34805 is written as the body of a function with two arguments, @var{u} and
34806 @var{v}.
34807 @end defmac
34808
34809 @defun solve-for lhs rhs var full
34810 Attempt to solve the equation @samp{@var{lhs} = @var{rhs}} by isolating
34811 the variable @var{var} on the lefthand side; return the resulting righthand
34812 side, or @code{nil} if the equation cannot be solved. The variable
34813 @var{var} must appear at least once in @var{lhs} or @var{rhs}. Note that
34814 the return value is a formula which does not contain @var{var}; this is
34815 different from the user-level @code{solve} and @code{finv} functions,
34816 which return a rearranged equation or a functional inverse, respectively.
34817 If @var{full} is non-@code{nil}, a full solution including dummy signs
34818 and dummy integers will be produced. User-defined inverses are provided
34819 as properties in a manner similar to derivatives:
34820
34821 @smallexample
34822 (put 'calcFunc-ln 'math-inverse
34823 (function (lambda (x) (list 'calcFunc-exp x))))
34824 @end smallexample
34825
34826 This function can call @samp{(math-solve-get-sign @var{x})} to create
34827 a new arbitrary sign variable, returning @var{x} times that sign, and
34828 @samp{(math-solve-get-int @var{x})} to create a new arbitrary integer
34829 variable multiplied by @var{x}. These functions simply return @var{x}
34830 if the caller requested a non-``full'' solution.
34831 @end defun
34832
34833 @defun solve-eqn expr var full
34834 This version of @code{solve-for} takes an expression which will
34835 typically be an equation or inequality. (If it is not, it will be
34836 interpreted as the equation @samp{@var{expr} = 0}.) It returns an
34837 equation or inequality, or @code{nil} if no solution could be found.
34838 @end defun
34839
34840 @defun solve-system exprs vars full
34841 This function solves a system of equations. Generally, @var{exprs}
34842 and @var{vars} will be vectors of equal length.
34843 @xref{Solving Systems of Equations}, for other options.
34844 @end defun
34845
34846 @defun expr-contains expr var
34847 Returns a non-@code{nil} value if @var{var} occurs as a subexpression
34848 of @var{expr}.
34849
34850 This function might seem at first to be identical to
34851 @code{calc-find-sub-formula}. The key difference is that
34852 @code{expr-contains} uses @code{equal} to test for matches, whereas
34853 @code{calc-find-sub-formula} uses @code{eq}. In the formula
34854 @samp{f(a, a)}, the two @samp{a}s will be @code{equal} but not
34855 @code{eq} to each other.
34856 @end defun
34857
34858 @defun expr-contains-count expr var
34859 Returns the number of occurrences of @var{var} as a subexpression
34860 of @var{expr}, or @code{nil} if there are no occurrences.
34861 @end defun
34862
34863 @defun expr-depends expr var
34864 Returns true if @var{expr} refers to any variable the occurs in @var{var}.
34865 In other words, it checks if @var{expr} and @var{var} have any variables
34866 in common.
34867 @end defun
34868
34869 @defun expr-contains-vars expr
34870 Return true if @var{expr} contains any variables, or @code{nil} if @var{expr}
34871 contains only constants and functions with constant arguments.
34872 @end defun
34873
34874 @defun expr-subst expr old new
34875 Returns a copy of @var{expr}, with all occurrences of @var{old} replaced
34876 by @var{new}. This treats @code{lambda} forms specially with respect
34877 to the dummy argument variables, so that the effect is always to return
34878 @var{expr} evaluated at @var{old} = @var{new}.
34879 @end defun
34880
34881 @defun multi-subst expr old new
34882 This is like @code{expr-subst}, except that @var{old} and @var{new}
34883 are lists of expressions to be substituted simultaneously. If one
34884 list is shorter than the other, trailing elements of the longer list
34885 are ignored.
34886 @end defun
34887
34888 @defun expr-weight expr
34889 Returns the ``weight'' of @var{expr}, basically a count of the total
34890 number of objects and function calls that appear in @var{expr}. For
34891 ``primitive'' objects, this will be one.
34892 @end defun
34893
34894 @defun expr-height expr
34895 Returns the ``height'' of @var{expr}, which is the deepest level to
34896 which function calls are nested. (Note that @samp{@var{a} + @var{b}}
34897 counts as a function call.) For primitive objects, this returns zero.
34898 @end defun
34899
34900 @defun polynomial-p expr var
34901 Check if @var{expr} is a polynomial in variable (or sub-expression)
34902 @var{var}. If so, return the degree of the polynomial, that is, the
34903 highest power of @var{var} that appears in @var{expr}. For example,
34904 for @samp{(x^2 + 3)^3 + 4} this would return 6. This function returns
34905 @code{nil} unless @var{expr}, when expanded out by @kbd{a x}
34906 (@code{calc-expand}), would consist of a sum of terms in which @var{var}
34907 appears only raised to nonnegative integer powers. Note that if
34908 @var{var} does not occur in @var{expr}, then @var{expr} is considered
34909 a polynomial of degree 0.
34910 @end defun
34911
34912 @defun is-polynomial expr var degree loose
34913 Check if @var{expr} is a polynomial in variable or sub-expression
34914 @var{var}, and, if so, return a list representation of the polynomial
34915 where the elements of the list are coefficients of successive powers of
34916 @var{var}: @samp{@var{a} + @var{b} x + @var{c} x^3} would produce the
34917 list @samp{(@var{a} @var{b} 0 @var{c})}, and @samp{(x + 1)^2} would
34918 produce the list @samp{(1 2 1)}. The highest element of the list will
34919 be non-zero, with the special exception that if @var{expr} is the
34920 constant zero, the returned value will be @samp{(0)}. Return @code{nil}
34921 if @var{expr} is not a polynomial in @var{var}. If @var{degree} is
34922 specified, this will not consider polynomials of degree higher than that
34923 value. This is a good precaution because otherwise an input of
34924 @samp{(x+1)^1000} will cause a huge coefficient list to be built. If
34925 @var{loose} is non-@code{nil}, then a looser definition of a polynomial
34926 is used in which coefficients are no longer required not to depend on
34927 @var{var}, but are only required not to take the form of polynomials
34928 themselves. For example, @samp{sin(x) x^2 + cos(x)} is a loose
34929 polynomial with coefficients @samp{((calcFunc-cos x) 0 (calcFunc-sin
34930 x))}. The result will never be @code{nil} in loose mode, since any
34931 expression can be interpreted as a ``constant'' loose polynomial.
34932 @end defun
34933
34934 @defun polynomial-base expr pred
34935 Check if @var{expr} is a polynomial in any variable that occurs in it;
34936 if so, return that variable. (If @var{expr} is a multivariate polynomial,
34937 this chooses one variable arbitrarily.) If @var{pred} is specified, it should
34938 be a Lisp function which is called as @samp{(@var{pred} @var{subexpr})},
34939 and which should return true if @code{mpb-top-expr} (a global name for
34940 the original @var{expr}) is a suitable polynomial in @var{subexpr}.
34941 The default predicate uses @samp{(polynomial-p mpb-top-expr @var{subexpr})};
34942 you can use @var{pred} to specify additional conditions. Or, you could
34943 have @var{pred} build up a list of every suitable @var{subexpr} that
34944 is found.
34945 @end defun
34946
34947 @defun poly-simplify poly
34948 Simplify polynomial coefficient list @var{poly} by (destructively)
34949 clipping off trailing zeros.
34950 @end defun
34951
34952 @defun poly-mix a ac b bc
34953 Mix two polynomial lists @var{a} and @var{b} (in the form returned by
34954 @code{is-polynomial}) in a linear combination with coefficient expressions
34955 @var{ac} and @var{bc}. The result is a (not necessarily simplified)
34956 polynomial list representing @samp{@var{ac} @var{a} + @var{bc} @var{b}}.
34957 @end defun
34958
34959 @defun poly-mul a b
34960 Multiply two polynomial coefficient lists @var{a} and @var{b}. The
34961 result will be in simplified form if the inputs were simplified.
34962 @end defun
34963
34964 @defun build-polynomial-expr poly var
34965 Construct a Calc formula which represents the polynomial coefficient
34966 list @var{poly} applied to variable @var{var}. The @kbd{a c}
34967 (@code{calc-collect}) command uses @code{is-polynomial} to turn an
34968 expression into a coefficient list, then @code{build-polynomial-expr}
34969 to turn the list back into an expression in regular form.
34970 @end defun
34971
34972 @defun check-unit-name var
34973 Check if @var{var} is a variable which can be interpreted as a unit
34974 name. If so, return the units table entry for that unit. This
34975 will be a list whose first element is the unit name (not counting
34976 prefix characters) as a symbol and whose second element is the
34977 Calc expression which defines the unit. (Refer to the Calc sources
34978 for details on the remaining elements of this list.) If @var{var}
34979 is not a variable or is not a unit name, return @code{nil}.
34980 @end defun
34981
34982 @defun units-in-expr-p expr sub-exprs
34983 Return true if @var{expr} contains any variables which can be
34984 interpreted as units. If @var{sub-exprs} is @code{t}, the entire
34985 expression is searched. If @var{sub-exprs} is @code{nil}, this
34986 checks whether @var{expr} is directly a units expression.
34987 @end defun
34988
34989 @defun single-units-in-expr-p expr
34990 Check whether @var{expr} contains exactly one units variable. If so,
34991 return the units table entry for the variable. If @var{expr} does
34992 not contain any units, return @code{nil}. If @var{expr} contains
34993 two or more units, return the symbol @code{wrong}.
34994 @end defun
34995
34996 @defun to-standard-units expr which
34997 Convert units expression @var{expr} to base units. If @var{which}
34998 is @code{nil}, use Calc's native base units. Otherwise, @var{which}
34999 can specify a units system, which is a list of two-element lists,
35000 where the first element is a Calc base symbol name and the second
35001 is an expression to substitute for it.
35002 @end defun
35003
35004 @defun remove-units expr
35005 Return a copy of @var{expr} with all units variables replaced by ones.
35006 This expression is generally normalized before use.
35007 @end defun
35008
35009 @defun extract-units expr
35010 Return a copy of @var{expr} with everything but units variables replaced
35011 by ones.
35012 @end defun
35013
35014 @node Formatting Lisp Functions, Hooks, Symbolic Lisp Functions, Internals
35015 @subsubsection I/O and Formatting Functions
35016
35017 @noindent
35018 The functions described here are responsible for parsing and formatting
35019 Calc numbers and formulas.
35020
35021 @defun calc-eval str sep arg1 arg2 @dots{}
35022 This is the simplest interface to the Calculator from another Lisp program.
35023 @xref{Calling Calc from Your Programs}.
35024 @end defun
35025
35026 @defun read-number str
35027 If string @var{str} contains a valid Calc number, either integer,
35028 fraction, float, or HMS form, this function parses and returns that
35029 number. Otherwise, it returns @code{nil}.
35030 @end defun
35031
35032 @defun read-expr str
35033 Read an algebraic expression from string @var{str}. If @var{str} does
35034 not have the form of a valid expression, return a list of the form
35035 @samp{(error @var{pos} @var{msg})} where @var{pos} is an integer index
35036 into @var{str} of the general location of the error, and @var{msg} is
35037 a string describing the problem.
35038 @end defun
35039
35040 @defun read-exprs str
35041 Read a list of expressions separated by commas, and return it as a
35042 Lisp list. If an error occurs in any expressions, an error list as
35043 shown above is returned instead.
35044 @end defun
35045
35046 @defun calc-do-alg-entry initial prompt no-norm
35047 Read an algebraic formula or formulas using the minibuffer. All
35048 conventions of regular algebraic entry are observed. The return value
35049 is a list of Calc formulas; there will be more than one if the user
35050 entered a list of values separated by commas. The result is @code{nil}
35051 if the user presses Return with a blank line. If @var{initial} is
35052 given, it is a string which the minibuffer will initially contain.
35053 If @var{prompt} is given, it is the prompt string to use; the default
35054 is ``Algebraic:''. If @var{no-norm} is @code{t}, the formulas will
35055 be returned exactly as parsed; otherwise, they will be passed through
35056 @code{calc-normalize} first.
35057
35058 To support the use of @kbd{$} characters in the algebraic entry, use
35059 @code{let} to bind @code{calc-dollar-values} to a list of the values
35060 to be substituted for @kbd{$}, @kbd{$$}, and so on, and bind
35061 @code{calc-dollar-used} to 0. Upon return, @code{calc-dollar-used}
35062 will have been changed to the highest number of consecutive @kbd{$}s
35063 that actually appeared in the input.
35064 @end defun
35065
35066 @defun format-number a
35067 Convert the real or complex number or HMS form @var{a} to string form.
35068 @end defun
35069
35070 @defun format-flat-expr a prec
35071 Convert the arbitrary Calc number or formula @var{a} to string form,
35072 in the style used by the trail buffer and the @code{calc-edit} command.
35073 This is a simple format designed
35074 mostly to guarantee the string is of a form that can be re-parsed by
35075 @code{read-expr}. Most formatting modes, such as digit grouping,
35076 complex number format, and point character, are ignored to ensure the
35077 result will be re-readable. The @var{prec} parameter is normally 0; if
35078 you pass a large integer like 1000 instead, the expression will be
35079 surrounded by parentheses unless it is a plain number or variable name.
35080 @end defun
35081
35082 @defun format-nice-expr a width
35083 This is like @code{format-flat-expr} (with @var{prec} equal to 0),
35084 except that newlines will be inserted to keep lines down to the
35085 specified @var{width}, and vectors that look like matrices or rewrite
35086 rules are written in a pseudo-matrix format. The @code{calc-edit}
35087 command uses this when only one stack entry is being edited.
35088 @end defun
35089
35090 @defun format-value a width
35091 Convert the Calc number or formula @var{a} to string form, using the
35092 format seen in the stack buffer. Beware the string returned may
35093 not be re-readable by @code{read-expr}, for example, because of digit
35094 grouping. Multi-line objects like matrices produce strings that
35095 contain newline characters to separate the lines. The @var{w}
35096 parameter, if given, is the target window size for which to format
35097 the expressions. If @var{w} is omitted, the width of the Calculator
35098 window is used.
35099 @end defun
35100
35101 @defun compose-expr a prec
35102 Format the Calc number or formula @var{a} according to the current
35103 language mode, returning a ``composition.'' To learn about the
35104 structure of compositions, see the comments in the Calc source code.
35105 You can specify the format of a given type of function call by putting
35106 a @code{math-compose-@var{lang}} property on the function's symbol,
35107 whose value is a Lisp function that takes @var{a} and @var{prec} as
35108 arguments and returns a composition. Here @var{lang} is a language
35109 mode name, one of @code{normal}, @code{big}, @code{c}, @code{pascal},
35110 @code{fortran}, @code{tex}, @code{eqn}, @code{math}, or @code{maple}.
35111 In Big mode, Calc actually tries @code{math-compose-big} first, then
35112 tries @code{math-compose-normal}. If this property does not exist,
35113 or if the function returns @code{nil}, the function is written in the
35114 normal function-call notation for that language.
35115 @end defun
35116
35117 @defun composition-to-string c w
35118 Convert a composition structure returned by @code{compose-expr} into
35119 a string. Multi-line compositions convert to strings containing
35120 newline characters. The target window size is given by @var{w}.
35121 The @code{format-value} function basically calls @code{compose-expr}
35122 followed by @code{composition-to-string}.
35123 @end defun
35124
35125 @defun comp-width c
35126 Compute the width in characters of composition @var{c}.
35127 @end defun
35128
35129 @defun comp-height c
35130 Compute the height in lines of composition @var{c}.
35131 @end defun
35132
35133 @defun comp-ascent c
35134 Compute the portion of the height of composition @var{c} which is on or
35135 above the baseline. For a one-line composition, this will be one.
35136 @end defun
35137
35138 @defun comp-descent c
35139 Compute the portion of the height of composition @var{c} which is below
35140 the baseline. For a one-line composition, this will be zero.
35141 @end defun
35142
35143 @defun comp-first-char c
35144 If composition @var{c} is a ``flat'' composition, return the first
35145 (leftmost) character of the composition as an integer. Otherwise,
35146 return @code{nil}.
35147 @end defun
35148
35149 @defun comp-last-char c
35150 If composition @var{c} is a ``flat'' composition, return the last
35151 (rightmost) character, otherwise return @code{nil}.
35152 @end defun
35153
35154 @comment @node Lisp Variables, Hooks, Formatting Lisp Functions, Internals
35155 @comment @subsubsection Lisp Variables
35156 @comment
35157 @comment @noindent
35158 @comment (This section is currently unfinished.)
35159
35160 @node Hooks, , Formatting Lisp Functions, Internals
35161 @subsubsection Hooks
35162
35163 @noindent
35164 Hooks are variables which contain Lisp functions (or lists of functions)
35165 which are called at various times. Calc defines a number of hooks
35166 that help you to customize it in various ways. Calc uses the Lisp
35167 function @code{run-hooks} to invoke the hooks shown below. Several
35168 other customization-related variables are also described here.
35169
35170 @defvar calc-load-hook
35171 This hook is called at the end of @file{calc.el}, after the file has
35172 been loaded, before any functions in it have been called, but after
35173 @code{calc-mode-map} and similar variables have been set up.
35174 @end defvar
35175
35176 @defvar calc-ext-load-hook
35177 This hook is called at the end of @file{calc-ext.el}.
35178 @end defvar
35179
35180 @defvar calc-start-hook
35181 This hook is called as the last step in a @kbd{M-x calc} command.
35182 At this point, the Calc buffer has been created and initialized if
35183 necessary, the Calc window and trail window have been created,
35184 and the ``Welcome to Calc'' message has been displayed.
35185 @end defvar
35186
35187 @defvar calc-mode-hook
35188 This hook is called when the Calc buffer is being created. Usually
35189 this will only happen once per Emacs session. The hook is called
35190 after Emacs has switched to the new buffer, the mode-settings file
35191 has been read if necessary, and all other buffer-local variables
35192 have been set up. After this hook returns, Calc will perform a
35193 @code{calc-refresh} operation, set up the mode line display, then
35194 evaluate any deferred @code{calc-define} properties that have not
35195 been evaluated yet.
35196 @end defvar
35197
35198 @defvar calc-trail-mode-hook
35199 This hook is called when the Calc Trail buffer is being created.
35200 It is called as the very last step of setting up the Trail buffer.
35201 Like @code{calc-mode-hook}, this will normally happen only once
35202 per Emacs session.
35203 @end defvar
35204
35205 @defvar calc-end-hook
35206 This hook is called by @code{calc-quit}, generally because the user
35207 presses @kbd{q} or @kbd{C-x * c} while in Calc. The Calc buffer will
35208 be the current buffer. The hook is called as the very first
35209 step, before the Calc window is destroyed.
35210 @end defvar
35211
35212 @defvar calc-window-hook
35213 If this hook is non-@code{nil}, it is called to create the Calc window.
35214 Upon return, this new Calc window should be the current window.
35215 (The Calc buffer will already be the current buffer when the
35216 hook is called.) If the hook is not defined, Calc will
35217 generally use @code{split-window}, @code{set-window-buffer},
35218 and @code{select-window} to create the Calc window.
35219 @end defvar
35220
35221 @defvar calc-trail-window-hook
35222 If this hook is non-@code{nil}, it is called to create the Calc Trail
35223 window. The variable @code{calc-trail-buffer} will contain the buffer
35224 which the window should use. Unlike @code{calc-window-hook}, this hook
35225 must @emph{not} switch into the new window.
35226 @end defvar
35227
35228 @defvar calc-embedded-mode-hook
35229 This hook is called the first time that Embedded mode is entered.
35230 @end defvar
35231
35232 @defvar calc-embedded-new-buffer-hook
35233 This hook is called each time that Embedded mode is entered in a
35234 new buffer.
35235 @end defvar
35236
35237 @defvar calc-embedded-new-formula-hook
35238 This hook is called each time that Embedded mode is enabled for a
35239 new formula.
35240 @end defvar
35241
35242 @defvar calc-edit-mode-hook
35243 This hook is called by @code{calc-edit} (and the other ``edit''
35244 commands) when the temporary editing buffer is being created.
35245 The buffer will have been selected and set up to be in
35246 @code{calc-edit-mode}, but will not yet have been filled with
35247 text. (In fact it may still have leftover text from a previous
35248 @code{calc-edit} command.)
35249 @end defvar
35250
35251 @defvar calc-mode-save-hook
35252 This hook is called by the @code{calc-save-modes} command,
35253 after Calc's own mode features have been inserted into the
35254 Calc init file and just before the ``End of mode settings''
35255 message is inserted.
35256 @end defvar
35257
35258 @defvar calc-reset-hook
35259 This hook is called after @kbd{C-x * 0} (@code{calc-reset}) has
35260 reset all modes. The Calc buffer will be the current buffer.
35261 @end defvar
35262
35263 @defvar calc-other-modes
35264 This variable contains a list of strings. The strings are
35265 concatenated at the end of the modes portion of the Calc
35266 mode line (after standard modes such as ``Deg'', ``Inv'' and
35267 ``Hyp''). Each string should be a short, single word followed
35268 by a space. The variable is @code{nil} by default.
35269 @end defvar
35270
35271 @defvar calc-mode-map
35272 This is the keymap that is used by Calc mode. The best time
35273 to adjust it is probably in a @code{calc-mode-hook}. If the
35274 Calc extensions package (@file{calc-ext.el}) has not yet been
35275 loaded, many of these keys will be bound to @code{calc-missing-key},
35276 which is a command that loads the extensions package and
35277 ``retypes'' the key. If your @code{calc-mode-hook} rebinds
35278 one of these keys, it will probably be overridden when the
35279 extensions are loaded.
35280 @end defvar
35281
35282 @defvar calc-digit-map
35283 This is the keymap that is used during numeric entry. Numeric
35284 entry uses the minibuffer, but this map binds every non-numeric
35285 key to @code{calcDigit-nondigit} which generally calls
35286 @code{exit-minibuffer} and ``retypes'' the key.
35287 @end defvar
35288
35289 @defvar calc-alg-ent-map
35290 This is the keymap that is used during algebraic entry. This is
35291 mostly a copy of @code{minibuffer-local-map}.
35292 @end defvar
35293
35294 @defvar calc-store-var-map
35295 This is the keymap that is used during entry of variable names for
35296 commands like @code{calc-store} and @code{calc-recall}. This is
35297 mostly a copy of @code{minibuffer-local-completion-map}.
35298 @end defvar
35299
35300 @defvar calc-edit-mode-map
35301 This is the (sparse) keymap used by @code{calc-edit} and other
35302 temporary editing commands. It binds @key{RET}, @key{LFD},
35303 and @kbd{C-c C-c} to @code{calc-edit-finish}.
35304 @end defvar
35305
35306 @defvar calc-mode-var-list
35307 This is a list of variables which are saved by @code{calc-save-modes}.
35308 Each entry is a list of two items, the variable (as a Lisp symbol)
35309 and its default value. When modes are being saved, each variable
35310 is compared with its default value (using @code{equal}) and any
35311 non-default variables are written out.
35312 @end defvar
35313
35314 @defvar calc-local-var-list
35315 This is a list of variables which should be buffer-local to the
35316 Calc buffer. Each entry is a variable name (as a Lisp symbol).
35317 These variables also have their default values manipulated by
35318 the @code{calc} and @code{calc-quit} commands; @pxref{Multiple Calculators}.
35319 Since @code{calc-mode-hook} is called after this list has been
35320 used the first time, your hook should add a variable to the
35321 list and also call @code{make-local-variable} itself.
35322 @end defvar
35323
35324 @node Copying, GNU Free Documentation License, Programming, Top
35325 @appendix GNU GENERAL PUBLIC LICENSE
35326 @include gpl.texi
35327
35328 @node GNU Free Documentation License, Customizing Calc, Copying, Top
35329 @appendix GNU Free Documentation License
35330 @include doclicense.texi
35331
35332 @node Customizing Calc, Reporting Bugs, GNU Free Documentation License, Top
35333 @appendix Customizing Calc
35334
35335 The usual prefix for Calc is the key sequence @kbd{C-x *}. If you wish
35336 to use a different prefix, you can put
35337
35338 @example
35339 (global-set-key "NEWPREFIX" 'calc-dispatch)
35340 @end example
35341
35342 @noindent
35343 in your .emacs file.
35344 (@xref{Key Bindings,,Customizing Key Bindings,emacs,
35345 The GNU Emacs Manual}, for more information on binding keys.)
35346 A convenient way to start Calc is with @kbd{C-x * *}; to make it equally
35347 convenient for users who use a different prefix, the prefix can be
35348 followed by @kbd{=}, @kbd{&}, @kbd{#}, @kbd{\}, @kbd{/}, @kbd{+} or
35349 @kbd{-} as well as @kbd{*} to start Calc, and so in many cases the last
35350 character of the prefix can simply be typed twice.
35351
35352 Calc is controlled by many variables, most of which can be reset
35353 from within Calc. Some variables are less involved with actual
35354 calculation and can be set outside of Calc using Emacs's
35355 customization facilities. These variables are listed below.
35356 Typing @kbd{M-x customize-variable RET @var{variable-name} RET}
35357 will bring up a buffer in which the variable's value can be redefined.
35358 Typing @kbd{M-x customize-group RET calc RET} will bring up a buffer which
35359 contains all of Calc's customizable variables. (These variables can
35360 also be reset by putting the appropriate lines in your .emacs file;
35361 @xref{Init File, ,Init File, emacs, The GNU Emacs Manual}.)
35362
35363 Some of the customizable variables are regular expressions. A regular
35364 expression is basically a pattern that Calc can search for.
35365 See @ref{Regexp Search,, Regular Expression Search, emacs, The GNU Emacs Manual}
35366 to see how regular expressions work.
35367
35368 @defvar calc-settings-file
35369 The variable @code{calc-settings-file} holds the file name in
35370 which commands like @kbd{m m} and @kbd{Z P} store ``permanent''
35371 definitions.
35372 If @code{calc-settings-file} is not your user init file (typically
35373 @file{~/.emacs}) and if the variable @code{calc-loaded-settings-file} is
35374 @code{nil}, then Calc will automatically load your settings file (if it
35375 exists) the first time Calc is invoked.
35376
35377 The default value for this variable is @code{"~/.emacs.d/calc.el"}
35378 unless the file @file{~/.calc.el} exists, in which case the default
35379 value will be @code{"~/.calc.el"}.
35380 @end defvar
35381
35382 @defvar calc-gnuplot-name
35383 See @ref{Graphics}.@*
35384 The variable @code{calc-gnuplot-name} should be the name of the
35385 GNUPLOT program (a string). If you have GNUPLOT installed on your
35386 system but Calc is unable to find it, you may need to set this
35387 variable. You may also need to set some Lisp variables to show Calc how
35388 to run GNUPLOT on your system, see @ref{Devices, ,Graphical Devices} .
35389 The default value of @code{calc-gnuplot-name} is @code{"gnuplot"}.
35390 @end defvar
35391
35392 @defvar calc-gnuplot-plot-command
35393 @defvarx calc-gnuplot-print-command
35394 See @ref{Devices, ,Graphical Devices}.@*
35395 The variables @code{calc-gnuplot-plot-command} and
35396 @code{calc-gnuplot-print-command} represent system commands to
35397 display and print the output of GNUPLOT, respectively. These may be
35398 @code{nil} if no command is necessary, or strings which can include
35399 @samp{%s} to signify the name of the file to be displayed or printed.
35400 Or, these variables may contain Lisp expressions which are evaluated
35401 to display or print the output.
35402
35403 The default value of @code{calc-gnuplot-plot-command} is @code{nil},
35404 and the default value of @code{calc-gnuplot-print-command} is
35405 @code{"lp %s"}.
35406 @end defvar
35407
35408 @defvar calc-language-alist
35409 See @ref{Basic Embedded Mode}.@*
35410 The variable @code{calc-language-alist} controls the languages that
35411 Calc will associate with major modes. When Calc embedded mode is
35412 enabled, it will try to use the current major mode to
35413 determine what language should be used. (This can be overridden using
35414 Calc's mode changing commands, @xref{Mode Settings in Embedded Mode}.)
35415 The variable @code{calc-language-alist} consists of a list of pairs of
35416 the form @code{(@var{MAJOR-MODE} . @var{LANGUAGE})}; for example,
35417 @code{(latex-mode . latex)} is one such pair. If Calc embedded is
35418 activated in a buffer whose major mode is @var{MAJOR-MODE}, it will set itself
35419 to use the language @var{LANGUAGE}.
35420
35421 The default value of @code{calc-language-alist} is
35422 @example
35423 ((latex-mode . latex)
35424 (tex-mode . tex)
35425 (plain-tex-mode . tex)
35426 (context-mode . tex)
35427 (nroff-mode . eqn)
35428 (pascal-mode . pascal)
35429 (c-mode . c)
35430 (c++-mode . c)
35431 (fortran-mode . fortran)
35432 (f90-mode . fortran))
35433 @end example
35434 @end defvar
35435
35436 @defvar calc-embedded-announce-formula
35437 @defvarx calc-embedded-announce-formula-alist
35438 See @ref{Customizing Embedded Mode}.@*
35439 The variable @code{calc-embedded-announce-formula} helps determine
35440 what formulas @kbd{C-x * a} will activate in a buffer. It is a
35441 regular expression, and when activating embedded formulas with
35442 @kbd{C-x * a}, it will tell Calc that what follows is a formula to be
35443 activated. (Calc also uses other patterns to find formulas, such as
35444 @samp{=>} and @samp{:=}.)
35445
35446 The default pattern is @code{"%Embed\n\\(% .*\n\\)*"}, which checks
35447 for @samp{%Embed} followed by any number of lines beginning with
35448 @samp{%} and a space.
35449
35450 The variable @code{calc-embedded-announce-formula-alist} is used to
35451 set @code{calc-embedded-announce-formula} to different regular
35452 expressions depending on the major mode of the editing buffer.
35453 It consists of a list of pairs of the form @code{(@var{MAJOR-MODE} .
35454 @var{REGEXP})}, and its default value is
35455 @example
35456 ((c++-mode . "//Embed\n\\(// .*\n\\)*")
35457 (c-mode . "/\\*Embed\\*/\n\\(/\\* .*\\*/\n\\)*")
35458 (f90-mode . "!Embed\n\\(! .*\n\\)*")
35459 (fortran-mode . "C Embed\n\\(C .*\n\\)*")
35460 (html-helper-mode . "<!-- Embed -->\n\\(<!-- .* -->\n\\)*")
35461 (html-mode . "<!-- Embed -->\n\\(<!-- .* -->\n\\)*")
35462 (nroff-mode . "\\\\\"Embed\n\\(\\\\\" .*\n\\)*")
35463 (pascal-mode . "@{Embed@}\n\\(@{.*@}\n\\)*")
35464 (sgml-mode . "<!-- Embed -->\n\\(<!-- .* -->\n\\)*")
35465 (xml-mode . "<!-- Embed -->\n\\(<!-- .* -->\n\\)*")
35466 (texinfo-mode . "@@c Embed\n\\(@@c .*\n\\)*"))
35467 @end example
35468 Any major modes added to @code{calc-embedded-announce-formula-alist}
35469 should also be added to @code{calc-embedded-open-close-plain-alist}
35470 and @code{calc-embedded-open-close-mode-alist}.
35471 @end defvar
35472
35473 @defvar calc-embedded-open-formula
35474 @defvarx calc-embedded-close-formula
35475 @defvarx calc-embedded-open-close-formula-alist
35476 See @ref{Customizing Embedded Mode}.@*
35477 The variables @code{calc-embedded-open-formula} and
35478 @code{calc-embedded-close-formula} control the region that Calc will
35479 activate as a formula when Embedded mode is entered with @kbd{C-x * e}.
35480 They are regular expressions;
35481 Calc normally scans backward and forward in the buffer for the
35482 nearest text matching these regular expressions to be the ``formula
35483 delimiters''.
35484
35485 The simplest delimiters are blank lines. Other delimiters that
35486 Embedded mode understands by default are:
35487 @enumerate
35488 @item
35489 The @TeX{} and @LaTeX{} math delimiters @samp{$ $}, @samp{$$ $$},
35490 @samp{\[ \]}, and @samp{\( \)};
35491 @item
35492 Lines beginning with @samp{\begin} and @samp{\end} (except matrix delimiters);
35493 @item
35494 Lines beginning with @samp{@@} (Texinfo delimiters).
35495 @item
35496 Lines beginning with @samp{.EQ} and @samp{.EN} (@dfn{eqn} delimiters);
35497 @item
35498 Lines containing a single @samp{%} or @samp{.\"} symbol and nothing else.
35499 @end enumerate
35500
35501 The variable @code{calc-embedded-open-close-formula-alist} is used to
35502 set @code{calc-embedded-open-formula} and
35503 @code{calc-embedded-close-formula} to different regular
35504 expressions depending on the major mode of the editing buffer.
35505 It consists of a list of lists of the form
35506 @code{(@var{MAJOR-MODE} @var{OPEN-FORMULA-REGEXP}
35507 @var{CLOSE-FORMULA-REGEXP})}, and its default value is
35508 @code{nil}.
35509 @end defvar
35510
35511 @defvar calc-embedded-word-regexp
35512 @defvarx calc-embedded-word-regexp-alist
35513 See @ref{Customizing Embedded Mode}.@*
35514 The variable @code{calc-embedded-word-regexp} determines the expression
35515 that Calc will activate when Embedded mode is entered with @kbd{C-x *
35516 w}. It is a regular expressions.
35517
35518 The default value of @code{calc-embedded-word-regexp} is
35519 @code{"[-+]?[0-9]+\\(\\.[0-9]+\\)?\\([eE][-+]?[0-9]+\\)?"}.
35520
35521 The variable @code{calc-embedded-word-regexp-alist} is used to
35522 set @code{calc-embedded-word-regexp} to a different regular
35523 expression depending on the major mode of the editing buffer.
35524 It consists of a list of lists of the form
35525 @code{(@var{MAJOR-MODE} @var{WORD-REGEXP})}, and its default value is
35526 @code{nil}.
35527 @end defvar
35528
35529 @defvar calc-embedded-open-plain
35530 @defvarx calc-embedded-close-plain
35531 @defvarx calc-embedded-open-close-plain-alist
35532 See @ref{Customizing Embedded Mode}.@*
35533 The variables @code{calc-embedded-open-plain} and
35534 @code{calc-embedded-open-plain} are used to delimit ``plain''
35535 formulas. Note that these are actual strings, not regular
35536 expressions, because Calc must be able to write these string into a
35537 buffer as well as to recognize them.
35538
35539 The default string for @code{calc-embedded-open-plain} is
35540 @code{"%%% "}, note the trailing space. The default string for
35541 @code{calc-embedded-close-plain} is @code{" %%%\n"}, without
35542 the trailing newline here, the first line of a Big mode formula
35543 that followed might be shifted over with respect to the other lines.
35544
35545 The variable @code{calc-embedded-open-close-plain-alist} is used to
35546 set @code{calc-embedded-open-plain} and
35547 @code{calc-embedded-close-plain} to different strings
35548 depending on the major mode of the editing buffer.
35549 It consists of a list of lists of the form
35550 @code{(@var{MAJOR-MODE} @var{OPEN-PLAIN-STRING}
35551 @var{CLOSE-PLAIN-STRING})}, and its default value is
35552 @example
35553 ((c++-mode "// %% " " %%\n")
35554 (c-mode "/* %% " " %% */\n")
35555 (f90-mode "! %% " " %%\n")
35556 (fortran-mode "C %% " " %%\n")
35557 (html-helper-mode "<!-- %% " " %% -->\n")
35558 (html-mode "<!-- %% " " %% -->\n")
35559 (nroff-mode "\\\" %% " " %%\n")
35560 (pascal-mode "@{%% " " %%@}\n")
35561 (sgml-mode "<!-- %% " " %% -->\n")
35562 (xml-mode "<!-- %% " " %% -->\n")
35563 (texinfo-mode "@@c %% " " %%\n"))
35564 @end example
35565 Any major modes added to @code{calc-embedded-open-close-plain-alist}
35566 should also be added to @code{calc-embedded-announce-formula-alist}
35567 and @code{calc-embedded-open-close-mode-alist}.
35568 @end defvar
35569
35570 @defvar calc-embedded-open-new-formula
35571 @defvarx calc-embedded-close-new-formula
35572 @defvarx calc-embedded-open-close-new-formula-alist
35573 See @ref{Customizing Embedded Mode}.@*
35574 The variables @code{calc-embedded-open-new-formula} and
35575 @code{calc-embedded-close-new-formula} are strings which are
35576 inserted before and after a new formula when you type @kbd{C-x * f}.
35577
35578 The default value of @code{calc-embedded-open-new-formula} is
35579 @code{"\n\n"}. If this string begins with a newline character and the
35580 @kbd{C-x * f} is typed at the beginning of a line, @kbd{C-x * f} will skip
35581 this first newline to avoid introducing unnecessary blank lines in the
35582 file. The default value of @code{calc-embedded-close-new-formula} is
35583 also @code{"\n\n"}. The final newline is omitted by @w{@kbd{C-x * f}}
35584 if typed at the end of a line. (It follows that if @kbd{C-x * f} is
35585 typed on a blank line, both a leading opening newline and a trailing
35586 closing newline are omitted.)
35587
35588 The variable @code{calc-embedded-open-close-new-formula-alist} is used to
35589 set @code{calc-embedded-open-new-formula} and
35590 @code{calc-embedded-close-new-formula} to different strings
35591 depending on the major mode of the editing buffer.
35592 It consists of a list of lists of the form
35593 @code{(@var{MAJOR-MODE} @var{OPEN-NEW-FORMULA-STRING}
35594 @var{CLOSE-NEW-FORMULA-STRING})}, and its default value is
35595 @code{nil}.
35596 @end defvar
35597
35598 @defvar calc-embedded-open-mode
35599 @defvarx calc-embedded-close-mode
35600 @defvarx calc-embedded-open-close-mode-alist
35601 See @ref{Customizing Embedded Mode}.@*
35602 The variables @code{calc-embedded-open-mode} and
35603 @code{calc-embedded-close-mode} are strings which Calc will place before
35604 and after any mode annotations that it inserts. Calc never scans for
35605 these strings; Calc always looks for the annotation itself, so it is not
35606 necessary to add them to user-written annotations.
35607
35608 The default value of @code{calc-embedded-open-mode} is @code{"% "}
35609 and the default value of @code{calc-embedded-close-mode} is
35610 @code{"\n"}.
35611 If you change the value of @code{calc-embedded-close-mode}, it is a good
35612 idea still to end with a newline so that mode annotations will appear on
35613 lines by themselves.
35614
35615 The variable @code{calc-embedded-open-close-mode-alist} is used to
35616 set @code{calc-embedded-open-mode} and
35617 @code{calc-embedded-close-mode} to different strings
35618 expressions depending on the major mode of the editing buffer.
35619 It consists of a list of lists of the form
35620 @code{(@var{MAJOR-MODE} @var{OPEN-MODE-STRING}
35621 @var{CLOSE-MODE-STRING})}, and its default value is
35622 @example
35623 ((c++-mode "// " "\n")
35624 (c-mode "/* " " */\n")
35625 (f90-mode "! " "\n")
35626 (fortran-mode "C " "\n")
35627 (html-helper-mode "<!-- " " -->\n")
35628 (html-mode "<!-- " " -->\n")
35629 (nroff-mode "\\\" " "\n")
35630 (pascal-mode "@{ " " @}\n")
35631 (sgml-mode "<!-- " " -->\n")
35632 (xml-mode "<!-- " " -->\n")
35633 (texinfo-mode "@@c " "\n"))
35634 @end example
35635 Any major modes added to @code{calc-embedded-open-close-mode-alist}
35636 should also be added to @code{calc-embedded-announce-formula-alist}
35637 and @code{calc-embedded-open-close-plain-alist}.
35638 @end defvar
35639
35640 @defvar calc-lu-power-reference
35641 @defvarx calc-lu-field-reference
35642 See @ref{Logarithmic Units}.@*
35643 The variables @code{calc-lu-power-reference} and
35644 @code{calc-lu-field-reference} are unit expressions (written as
35645 strings) which Calc will use as reference quantities for logarithmic
35646 units.
35647
35648 The default value of @code{calc-lu-power-reference} is @code{"mW"}
35649 and the default value of @code{calc-lu-field-reference} is
35650 @code{"20 uPa"}.
35651 @end defvar
35652
35653 @defvar calc-note-threshold
35654 See @ref{Musical Notes}.@*
35655 The variable @code{calc-note-threshold} is a number (written as a
35656 string) which determines how close (in cents) a frequency needs to be
35657 to a note to be recognized as that note.
35658
35659 The default value of @code{calc-note-threshold} is 1.
35660 @end defvar
35661
35662 @defvar calc-highlight-selections-with-faces
35663 @defvarx calc-selected-face
35664 @defvarx calc-nonselected-face
35665 See @ref{Displaying Selections}.@*
35666 The variable @code{calc-highlight-selections-with-faces}
35667 determines how selected sub-formulas are distinguished.
35668 If @code{calc-highlight-selections-with-faces} is nil, then
35669 a selected sub-formula is distinguished either by changing every
35670 character not part of the sub-formula with a dot or by changing every
35671 character in the sub-formula with a @samp{#} sign.
35672 If @code{calc-highlight-selections-with-faces} is t,
35673 then a selected sub-formula is distinguished either by displaying the
35674 non-selected portion of the formula with @code{calc-nonselected-face}
35675 or by displaying the selected sub-formula with
35676 @code{calc-nonselected-face}.
35677 @end defvar
35678
35679 @defvar calc-multiplication-has-precedence
35680 The variable @code{calc-multiplication-has-precedence} determines
35681 whether multiplication has precedence over division in algebraic
35682 formulas in normal language modes. If
35683 @code{calc-multiplication-has-precedence} is non-@code{nil}, then
35684 multiplication has precedence (and, for certain obscure reasons, is
35685 right associative), and so for example @samp{a/b*c} will be interpreted
35686 as @samp{a/(b*c)}. If @code{calc-multiplication-has-precedence} is
35687 @code{nil}, then multiplication has the same precedence as division
35688 (and, like division, is left associative), and so for example
35689 @samp{a/b*c} will be interpreted as @samp{(a/b)*c}. The default value
35690 of @code{calc-multiplication-has-precedence} is @code{t}.
35691 @end defvar
35692
35693 @defvar calc-context-sensitive-enter
35694 The commands @code{calc-enter} and @code{calc-pop} will typically
35695 duplicate the top of the stack. If
35696 @code{calc-context-sensitive-enter} is non-@code{nil}, then the
35697 @code{calc-enter} will copy the element at the cursor to the
35698 top of the stack and @code{calc-pop} will delete the element at the
35699 cursor. The default value of @code{calc-context-sensitive-enter} is
35700 @code{nil}.
35701 @end defvar
35702
35703 @defvar calc-undo-length
35704 The variable @code{calc-undo-length} determines the number of undo
35705 steps that Calc will keep track of when @code{calc-quit} is called.
35706 If @code{calc-undo-length} is a non-negative integer, then this is the
35707 number of undo steps that will be preserved; if
35708 @code{calc-undo-length} has any other value, then all undo steps will
35709 be preserved. The default value of @code{calc-undo-length} is @expr{100}.
35710 @end defvar
35711
35712 @defvar calc-gregorian-switch
35713 See @ref{Date Forms}.@*
35714 The variable @code{calc-gregorian-switch} is either a list of integers
35715 @code{(@var{YEAR} @var{MONTH} @var{DAY})} or @code{nil}.
35716 If it is @code{nil}, then Calc's date forms always represent Gregorian dates.
35717 Otherwise, @code{calc-gregorian-switch} represents the date that the
35718 calendar switches from Julian dates to Gregorian dates;
35719 @code{(@var{YEAR} @var{MONTH} @var{DAY})} will be the first Gregorian
35720 date. The customization buffer will offer several standard dates to
35721 choose from, or the user can enter their own date.
35722
35723 The default value of @code{calc-gregorian-switch} is @code{nil}.
35724 @end defvar
35725
35726 @node Reporting Bugs, Summary, Customizing Calc, Top
35727 @appendix Reporting Bugs
35728
35729 @noindent
35730 If you find a bug in Calc, send e-mail to Jay Belanger,
35731
35732 @example
35733 jay.p.belanger@@gmail.com
35734 @end example
35735
35736 @noindent
35737 There is an automatic command @kbd{M-x report-calc-bug} which helps
35738 you to report bugs. This command prompts you for a brief subject
35739 line, then leaves you in a mail editing buffer. Type @kbd{C-c C-c} to
35740 send your mail. Make sure your subject line indicates that you are
35741 reporting a Calc bug; this command sends mail to the maintainer's
35742 regular mailbox.
35743
35744 If you have suggestions for additional features for Calc, please send
35745 them. Some have dared to suggest that Calc is already top-heavy with
35746 features; this obviously cannot be the case, so if you have ideas, send
35747 them right in.
35748
35749 At the front of the source file, @file{calc.el}, is a list of ideas for
35750 future work. If any enthusiastic souls wish to take it upon themselves
35751 to work on these, please send a message (using @kbd{M-x report-calc-bug})
35752 so any efforts can be coordinated.
35753
35754 The latest version of Calc is available from Savannah, in the Emacs
35755 repository. See @uref{http://savannah.gnu.org/projects/emacs}.
35756
35757 @c [summary]
35758 @node Summary, Key Index, Reporting Bugs, Top
35759 @appendix Calc Summary
35760
35761 @noindent
35762 This section includes a complete list of Calc keystroke commands.
35763 Each line lists the stack entries used by the command (top-of-stack
35764 last), the keystrokes themselves, the prompts asked by the command,
35765 and the result of the command (also with top-of-stack last).
35766 The result is expressed using the equivalent algebraic function.
35767 Commands which put no results on the stack show the full @kbd{M-x}
35768 command name in that position. Numbers preceding the result or
35769 command name refer to notes at the end.
35770
35771 Algebraic functions and @kbd{M-x} commands that don't have corresponding
35772 keystrokes are not listed in this summary.
35773 @xref{Command Index}. @xref{Function Index}.
35774
35775 @iftex
35776 @begingroup
35777 @tex
35778 \vskip-2\baselineskip \null
35779 \gdef\sumrow#1{\sumrowx#1\relax}%
35780 \gdef\sumrowx#1\:#2\:#3\:#4\:#5\:#6\relax{%
35781 \leavevmode%
35782 {\smallfonts
35783 \hbox to5em{\sl\hss#1}%
35784 \hbox to5em{\tt#2\hss}%
35785 \hbox to4em{\sl#3\hss}%
35786 \hbox to5em{\rm\hss#4}%
35787 \thinspace%
35788 {\tt#5}%
35789 {\sl#6}%
35790 }}%
35791 \gdef\sumlpar{{\rm(}}%
35792 \gdef\sumrpar{{\rm)}}%
35793 \gdef\sumcomma{{\rm,\thinspace}}%
35794 \gdef\sumexcl{{\rm!}}%
35795 \gdef\sumbreak{\vskip-2.5\baselineskip\goodbreak}%
35796 \gdef\minus#1{{\tt-}}%
35797 @end tex
35798 @let@:=@sumsep
35799 @let@r=@sumrow
35800 @catcode`@(=@active @let(=@sumlpar
35801 @catcode`@)=@active @let)=@sumrpar
35802 @catcode`@,=@active @let,=@sumcomma
35803 @catcode`@!=@active @let!=@sumexcl
35804 @end iftex
35805 @format
35806 @iftex
35807 @advance@baselineskip-2.5pt
35808 @let@c@sumbreak
35809 @end iftex
35810 @r{ @: C-x * a @: @: 33 @:calc-embedded-activate@:}
35811 @r{ @: C-x * b @: @: @:calc-big-or-small@:}
35812 @r{ @: C-x * c @: @: @:calc@:}
35813 @r{ @: C-x * d @: @: @:calc-embedded-duplicate@:}
35814 @r{ @: C-x * e @: @: 34 @:calc-embedded@:}
35815 @r{ @: C-x * f @:formula @: @:calc-embedded-new-formula@:}
35816 @r{ @: C-x * g @: @: 35 @:calc-grab-region@:}
35817 @r{ @: C-x * i @: @: @:calc-info@:}
35818 @r{ @: C-x * j @: @: @:calc-embedded-select@:}
35819 @r{ @: C-x * k @: @: @:calc-keypad@:}
35820 @r{ @: C-x * l @: @: @:calc-load-everything@:}
35821 @r{ @: C-x * m @: @: @:read-kbd-macro@:}
35822 @r{ @: C-x * n @: @: 4 @:calc-embedded-next@:}
35823 @r{ @: C-x * o @: @: @:calc-other-window@:}
35824 @r{ @: C-x * p @: @: 4 @:calc-embedded-previous@:}
35825 @r{ @: C-x * q @:formula @: @:quick-calc@:}
35826 @r{ @: C-x * r @: @: 36 @:calc-grab-rectangle@:}
35827 @r{ @: C-x * s @: @: @:calc-info-summary@:}
35828 @r{ @: C-x * t @: @: @:calc-tutorial@:}
35829 @r{ @: C-x * u @: @: @:calc-embedded-update-formula@:}
35830 @r{ @: C-x * w @: @: @:calc-embedded-word@:}
35831 @r{ @: C-x * x @: @: @:calc-quit@:}
35832 @r{ @: C-x * y @: @:1,28,49 @:calc-copy-to-buffer@:}
35833 @r{ @: C-x * z @: @: @:calc-user-invocation@:}
35834 @r{ @: C-x * : @: @: 36 @:calc-grab-sum-down@:}
35835 @r{ @: C-x * _ @: @: 36 @:calc-grab-sum-across@:}
35836 @r{ @: C-x * ` @:editing @: 30 @:calc-embedded-edit@:}
35837 @r{ @: C-x * 0 @:(zero) @: @:calc-reset@:}
35838
35839 @c
35840 @r{ @: 0-9 @:number @: @:@:number}
35841 @r{ @: . @:number @: @:@:0.number}
35842 @r{ @: _ @:number @: @:-@:number}
35843 @r{ @: e @:number @: @:@:1e number}
35844 @r{ @: # @:number @: @:@:current-radix@tfn{#}number}
35845 @r{ @: P @:(in number) @: @:+/-@:}
35846 @r{ @: M @:(in number) @: @:mod@:}
35847 @r{ @: @@ ' " @: (in number)@: @:@:HMS form}
35848 @r{ @: h m s @: (in number)@: @:@:HMS form}
35849
35850 @c
35851 @r{ @: ' @:formula @: 37,46 @:@:formula}
35852 @r{ @: $ @:formula @: 37,46 @:$@:formula}
35853 @r{ @: " @:string @: 37,46 @:@:string}
35854
35855 @c
35856 @r{ a b@: + @: @: 2 @:add@:(a,b) a+b}
35857 @r{ a b@: - @: @: 2 @:sub@:(a,b) a@minus{}b}
35858 @r{ a b@: * @: @: 2 @:mul@:(a,b) a b, a*b}
35859 @r{ a b@: / @: @: 2 @:div@:(a,b) a/b}
35860 @r{ a b@: ^ @: @: 2 @:pow@:(a,b) a^b}
35861 @r{ a b@: I ^ @: @: 2 @:nroot@:(a,b) a^(1/b)}
35862 @r{ a b@: % @: @: 2 @:mod@:(a,b) a%b}
35863 @r{ a b@: \ @: @: 2 @:idiv@:(a,b) a\b}
35864 @r{ a b@: : @: @: 2 @:fdiv@:(a,b)}
35865 @r{ a b@: | @: @: 2 @:vconcat@:(a,b) a|b}
35866 @r{ a b@: I | @: @: @:vconcat@:(b,a) b|a}
35867 @r{ a b@: H | @: @: 2 @:append@:(a,b)}
35868 @r{ a b@: I H | @: @: @:append@:(b,a)}
35869 @r{ a@: & @: @: 1 @:inv@:(a) 1/a}
35870 @r{ a@: ! @: @: 1 @:fact@:(a) a!}
35871 @r{ a@: = @: @: 1 @:evalv@:(a)}
35872 @r{ a@: M-% @: @: @:percent@:(a) a%}
35873
35874 @c
35875 @r{ ... a@: @summarykey{RET} @: @: 1 @:@:... a a}
35876 @r{ ... a@: @summarykey{SPC} @: @: 1 @:@:... a a}
35877 @r{... a b@: @summarykey{TAB} @: @: 3 @:@:... b a}
35878 @r{. a b c@: M-@summarykey{TAB} @: @: 3 @:@:... b c a}
35879 @r{... a b@: @summarykey{LFD} @: @: 1 @:@:... a b a}
35880 @r{ ... a@: @summarykey{DEL} @: @: 1 @:@:...}
35881 @r{... a b@: M-@summarykey{DEL} @: @: 1 @:@:... b}
35882 @r{ @: M-@summarykey{RET} @: @: 4 @:calc-last-args@:}
35883 @r{ a@: ` @:editing @: 1,30 @:calc-edit@:}
35884
35885 @c
35886 @r{ ... a@: C-d @: @: 1 @:@:...}
35887 @r{ @: C-k @: @: 27 @:calc-kill@:}
35888 @r{ @: C-w @: @: 27 @:calc-kill-region@:}
35889 @r{ @: C-y @: @: @:calc-yank@:}
35890 @r{ @: C-_ @: @: 4 @:calc-undo@:}
35891 @r{ @: M-k @: @: 27 @:calc-copy-as-kill@:}
35892 @r{ @: M-w @: @: 27 @:calc-copy-region-as-kill@:}
35893
35894 @c
35895 @r{ @: [ @: @: @:@:[...}
35896 @r{[.. a b@: ] @: @: @:@:[a,b]}
35897 @r{ @: ( @: @: @:@:(...}
35898 @r{(.. a b@: ) @: @: @:@:(a,b)}
35899 @r{ @: , @: @: @:@:vector or rect complex}
35900 @r{ @: ; @: @: @:@:matrix or polar complex}
35901 @r{ @: .. @: @: @:@:interval}
35902
35903 @c
35904 @r{ @: ~ @: @: @:calc-num-prefix@:}
35905 @r{ @: < @: @: 4 @:calc-scroll-left@:}
35906 @r{ @: > @: @: 4 @:calc-scroll-right@:}
35907 @r{ @: @{ @: @: 4 @:calc-scroll-down@:}
35908 @r{ @: @} @: @: 4 @:calc-scroll-up@:}
35909 @r{ @: ? @: @: @:calc-help@:}
35910
35911 @c
35912 @r{ a@: n @: @: 1 @:neg@:(a) @minus{}a}
35913 @r{ @: o @: @: 4 @:calc-realign@:}
35914 @r{ @: p @:precision @: 31 @:calc-precision@:}
35915 @r{ @: q @: @: @:calc-quit@:}
35916 @r{ @: w @: @: @:calc-why@:}
35917 @r{ @: x @:command @: @:M-x calc-@:command}
35918 @r{ a@: y @: @:1,28,49 @:calc-copy-to-buffer@:}
35919
35920 @c
35921 @r{ a@: A @: @: 1 @:abs@:(a)}
35922 @r{ a b@: B @: @: 2 @:log@:(a,b)}
35923 @r{ a b@: I B @: @: 2 @:alog@:(a,b) b^a}
35924 @r{ a@: C @: @: 1 @:cos@:(a)}
35925 @r{ a@: I C @: @: 1 @:arccos@:(a)}
35926 @r{ a@: H C @: @: 1 @:cosh@:(a)}
35927 @r{ a@: I H C @: @: 1 @:arccosh@:(a)}
35928 @r{ @: D @: @: 4 @:calc-redo@:}
35929 @r{ a@: E @: @: 1 @:exp@:(a)}
35930 @r{ a@: H E @: @: 1 @:exp10@:(a) 10.^a}
35931 @r{ a@: F @: @: 1,11 @:floor@:(a,d)}
35932 @r{ a@: I F @: @: 1,11 @:ceil@:(a,d)}
35933 @r{ a@: H F @: @: 1,11 @:ffloor@:(a,d)}
35934 @r{ a@: I H F @: @: 1,11 @:fceil@:(a,d)}
35935 @r{ a@: G @: @: 1 @:arg@:(a)}
35936 @r{ @: H @:command @: 32 @:@:Hyperbolic}
35937 @r{ @: I @:command @: 32 @:@:Inverse}
35938 @r{ a@: J @: @: 1 @:conj@:(a)}
35939 @r{ @: K @:command @: 32 @:@:Keep-args}
35940 @r{ a@: L @: @: 1 @:ln@:(a)}
35941 @r{ a@: H L @: @: 1 @:log10@:(a)}
35942 @r{ @: M @: @: @:calc-more-recursion-depth@:}
35943 @r{ @: I M @: @: @:calc-less-recursion-depth@:}
35944 @r{ a@: N @: @: 5 @:evalvn@:(a)}
35945 @r{ @: O @:command @: 32 @:@:Option}
35946 @r{ @: P @: @: @:@:pi}
35947 @r{ @: I P @: @: @:@:gamma}
35948 @r{ @: H P @: @: @:@:e}
35949 @r{ @: I H P @: @: @:@:phi}
35950 @r{ a@: Q @: @: 1 @:sqrt@:(a)}
35951 @r{ a@: I Q @: @: 1 @:sqr@:(a) a^2}
35952 @r{ a@: R @: @: 1,11 @:round@:(a,d)}
35953 @r{ a@: I R @: @: 1,11 @:trunc@:(a,d)}
35954 @r{ a@: H R @: @: 1,11 @:fround@:(a,d)}
35955 @r{ a@: I H R @: @: 1,11 @:ftrunc@:(a,d)}
35956 @r{ a@: S @: @: 1 @:sin@:(a)}
35957 @r{ a@: I S @: @: 1 @:arcsin@:(a)}
35958 @r{ a@: H S @: @: 1 @:sinh@:(a)}
35959 @r{ a@: I H S @: @: 1 @:arcsinh@:(a)}
35960 @r{ a@: T @: @: 1 @:tan@:(a)}
35961 @r{ a@: I T @: @: 1 @:arctan@:(a)}
35962 @r{ a@: H T @: @: 1 @:tanh@:(a)}
35963 @r{ a@: I H T @: @: 1 @:arctanh@:(a)}
35964 @r{ @: U @: @: 4 @:calc-undo@:}
35965 @r{ @: X @: @: 4 @:calc-call-last-kbd-macro@:}
35966
35967 @c
35968 @r{ a b@: a = @: @: 2 @:eq@:(a,b) a=b}
35969 @r{ a b@: a # @: @: 2 @:neq@:(a,b) a!=b}
35970 @r{ a b@: a < @: @: 2 @:lt@:(a,b) a<b}
35971 @r{ a b@: a > @: @: 2 @:gt@:(a,b) a>b}
35972 @r{ a b@: a [ @: @: 2 @:leq@:(a,b) a<=b}
35973 @r{ a b@: a ] @: @: 2 @:geq@:(a,b) a>=b}
35974 @r{ a b@: a @{ @: @: 2 @:in@:(a,b)}
35975 @r{ a b@: a & @: @: 2,45 @:land@:(a,b) a&&b}
35976 @r{ a b@: a | @: @: 2,45 @:lor@:(a,b) a||b}
35977 @r{ a@: a ! @: @: 1,45 @:lnot@:(a) !a}
35978 @r{ a b c@: a : @: @: 45 @:if@:(a,b,c) a?b:c}
35979 @r{ a@: a . @: @: 1 @:rmeq@:(a)}
35980 @r{ a@: a " @: @: 7,8 @:calc-expand-formula@:}
35981
35982 @c
35983 @r{ a@: a + @:i, l, h @: 6,38 @:sum@:(a,i,l,h)}
35984 @r{ a@: a - @:i, l, h @: 6,38 @:asum@:(a,i,l,h)}
35985 @r{ a@: a * @:i, l, h @: 6,38 @:prod@:(a,i,l,h)}
35986 @r{ a b@: a _ @: @: 2 @:subscr@:(a,b) a_b}
35987
35988 @c
35989 @r{ a b@: a \ @: @: 2 @:pdiv@:(a,b)}
35990 @r{ a b@: a % @: @: 2 @:prem@:(a,b)}
35991 @r{ a b@: a / @: @: 2 @:pdivrem@:(a,b) [q,r]}
35992 @r{ a b@: H a / @: @: 2 @:pdivide@:(a,b) q+r/b}
35993
35994 @c
35995 @r{ a@: a a @: @: 1 @:apart@:(a)}
35996 @r{ a@: a b @:old, new @: 38 @:subst@:(a,old,new)}
35997 @r{ a@: a c @:v @: 38 @:collect@:(a,v)}
35998 @r{ a@: a d @:v @: 4,38 @:deriv@:(a,v)}
35999 @r{ a@: H a d @:v @: 4,38 @:tderiv@:(a,v)}
36000 @r{ a@: a e @: @: @:esimplify@:(a)}
36001 @r{ a@: a f @: @: 1 @:factor@:(a)}
36002 @r{ a@: H a f @: @: 1 @:factors@:(a)}
36003 @r{ a b@: a g @: @: 2 @:pgcd@:(a,b)}
36004 @r{ a@: a i @:v @: 38 @:integ@:(a,v)}
36005 @r{ a@: a m @:pats @: 38 @:match@:(a,pats)}
36006 @r{ a@: I a m @:pats @: 38 @:matchnot@:(a,pats)}
36007 @r{ data x@: a p @: @: 28 @:polint@:(data,x)}
36008 @r{ data x@: H a p @: @: 28 @:ratint@:(data,x)}
36009 @r{ a@: a n @: @: 1 @:nrat@:(a)}
36010 @r{ a@: a r @:rules @:4,8,38 @:rewrite@:(a,rules,n)}
36011 @r{ a@: a s @: @: @:simplify@:(a)}
36012 @r{ a@: a t @:v, n @: 31,39 @:taylor@:(a,v,n)}
36013 @r{ a@: a v @: @: 7,8 @:calc-alg-evaluate@:}
36014 @r{ a@: a x @: @: 4,8 @:expand@:(a)}
36015
36016 @c
36017 @r{ data@: a F @:model, vars @: 48 @:fit@:(m,iv,pv,data)}
36018 @r{ data@: I a F @:model, vars @: 48 @:xfit@:(m,iv,pv,data)}
36019 @r{ data@: H a F @:model, vars @: 48 @:efit@:(m,iv,pv,data)}
36020 @r{ a@: a I @:v, l, h @: 38 @:ninteg@:(a,v,l,h)}
36021 @r{ a b@: a M @:op @: 22 @:mapeq@:(op,a,b)}
36022 @r{ a b@: I a M @:op @: 22 @:mapeqr@:(op,a,b)}
36023 @r{ a b@: H a M @:op @: 22 @:mapeqp@:(op,a,b)}
36024 @r{ a g@: a N @:v @: 38 @:minimize@:(a,v,g)}
36025 @r{ a g@: H a N @:v @: 38 @:wminimize@:(a,v,g)}
36026 @r{ a@: a P @:v @: 38 @:roots@:(a,v)}
36027 @r{ a g@: a R @:v @: 38 @:root@:(a,v,g)}
36028 @r{ a g@: H a R @:v @: 38 @:wroot@:(a,v,g)}
36029 @r{ a@: a S @:v @: 38 @:solve@:(a,v)}
36030 @r{ a@: I a S @:v @: 38 @:finv@:(a,v)}
36031 @r{ a@: H a S @:v @: 38 @:fsolve@:(a,v)}
36032 @r{ a@: I H a S @:v @: 38 @:ffinv@:(a,v)}
36033 @r{ a@: a T @:i, l, h @: 6,38 @:table@:(a,i,l,h)}
36034 @r{ a g@: a X @:v @: 38 @:maximize@:(a,v,g)}
36035 @r{ a g@: H a X @:v @: 38 @:wmaximize@:(a,v,g)}
36036
36037 @c
36038 @r{ a b@: b a @: @: 9 @:and@:(a,b,w)}
36039 @r{ a@: b c @: @: 9 @:clip@:(a,w)}
36040 @r{ a b@: b d @: @: 9 @:diff@:(a,b,w)}
36041 @r{ a@: b l @: @: 10 @:lsh@:(a,n,w)}
36042 @r{ a n@: H b l @: @: 9 @:lsh@:(a,n,w)}
36043 @r{ a@: b n @: @: 9 @:not@:(a,w)}
36044 @r{ a b@: b o @: @: 9 @:or@:(a,b,w)}
36045 @r{ v@: b p @: @: 1 @:vpack@:(v)}
36046 @r{ a@: b r @: @: 10 @:rsh@:(a,n,w)}
36047 @r{ a n@: H b r @: @: 9 @:rsh@:(a,n,w)}
36048 @r{ a@: b t @: @: 10 @:rot@:(a,n,w)}
36049 @r{ a n@: H b t @: @: 9 @:rot@:(a,n,w)}
36050 @r{ a@: b u @: @: 1 @:vunpack@:(a)}
36051 @r{ @: b w @:w @: 9,50 @:calc-word-size@:}
36052 @r{ a b@: b x @: @: 9 @:xor@:(a,b,w)}
36053
36054 @c
36055 @r{c s l p@: b D @: @: @:ddb@:(c,s,l,p)}
36056 @r{ r n p@: b F @: @: @:fv@:(r,n,p)}
36057 @r{ r n p@: I b F @: @: @:fvb@:(r,n,p)}
36058 @r{ r n p@: H b F @: @: @:fvl@:(r,n,p)}
36059 @r{ v@: b I @: @: 19 @:irr@:(v)}
36060 @r{ v@: I b I @: @: 19 @:irrb@:(v)}
36061 @r{ a@: b L @: @: 10 @:ash@:(a,n,w)}
36062 @r{ a n@: H b L @: @: 9 @:ash@:(a,n,w)}
36063 @r{ r n a@: b M @: @: @:pmt@:(r,n,a)}
36064 @r{ r n a@: I b M @: @: @:pmtb@:(r,n,a)}
36065 @r{ r n a@: H b M @: @: @:pmtl@:(r,n,a)}
36066 @r{ r v@: b N @: @: 19 @:npv@:(r,v)}
36067 @r{ r v@: I b N @: @: 19 @:npvb@:(r,v)}
36068 @r{ r n p@: b P @: @: @:pv@:(r,n,p)}
36069 @r{ r n p@: I b P @: @: @:pvb@:(r,n,p)}
36070 @r{ r n p@: H b P @: @: @:pvl@:(r,n,p)}
36071 @r{ a@: b R @: @: 10 @:rash@:(a,n,w)}
36072 @r{ a n@: H b R @: @: 9 @:rash@:(a,n,w)}
36073 @r{ c s l@: b S @: @: @:sln@:(c,s,l)}
36074 @r{ n p a@: b T @: @: @:rate@:(n,p,a)}
36075 @r{ n p a@: I b T @: @: @:rateb@:(n,p,a)}
36076 @r{ n p a@: H b T @: @: @:ratel@:(n,p,a)}
36077 @r{c s l p@: b Y @: @: @:syd@:(c,s,l,p)}
36078
36079 @r{ r p a@: b # @: @: @:nper@:(r,p,a)}
36080 @r{ r p a@: I b # @: @: @:nperb@:(r,p,a)}
36081 @r{ r p a@: H b # @: @: @:nperl@:(r,p,a)}
36082 @r{ a b@: b % @: @: @:relch@:(a,b)}
36083
36084 @c
36085 @r{ a@: c c @: @: 5 @:pclean@:(a,p)}
36086 @r{ a@: c 0-9 @: @: @:pclean@:(a,p)}
36087 @r{ a@: H c c @: @: 5 @:clean@:(a,p)}
36088 @r{ a@: H c 0-9 @: @: @:clean@:(a,p)}
36089 @r{ a@: c d @: @: 1 @:deg@:(a)}
36090 @r{ a@: c f @: @: 1 @:pfloat@:(a)}
36091 @r{ a@: H c f @: @: 1 @:float@:(a)}
36092 @r{ a@: c h @: @: 1 @:hms@:(a)}
36093 @r{ a@: c p @: @: @:polar@:(a)}
36094 @r{ a@: I c p @: @: @:rect@:(a)}
36095 @r{ a@: c r @: @: 1 @:rad@:(a)}
36096
36097 @c
36098 @r{ a@: c F @: @: 5 @:pfrac@:(a,p)}
36099 @r{ a@: H c F @: @: 5 @:frac@:(a,p)}
36100
36101 @c
36102 @r{ a@: c % @: @: @:percent@:(a*100)}
36103
36104 @c
36105 @r{ @: d . @:char @: 50 @:calc-point-char@:}
36106 @r{ @: d , @:char @: 50 @:calc-group-char@:}
36107 @r{ @: d < @: @: 13,50 @:calc-left-justify@:}
36108 @r{ @: d = @: @: 13,50 @:calc-center-justify@:}
36109 @r{ @: d > @: @: 13,50 @:calc-right-justify@:}
36110 @r{ @: d @{ @:label @: 50 @:calc-left-label@:}
36111 @r{ @: d @} @:label @: 50 @:calc-right-label@:}
36112 @r{ @: d [ @: @: 4 @:calc-truncate-up@:}
36113 @r{ @: d ] @: @: 4 @:calc-truncate-down@:}
36114 @r{ @: d " @: @: 12,50 @:calc-display-strings@:}
36115 @r{ @: d @summarykey{SPC} @: @: @:calc-refresh@:}
36116 @r{ @: d @summarykey{RET} @: @: 1 @:calc-refresh-top@:}
36117
36118 @c
36119 @r{ @: d 0 @: @: 50 @:calc-decimal-radix@:}
36120 @r{ @: d 2 @: @: 50 @:calc-binary-radix@:}
36121 @r{ @: d 6 @: @: 50 @:calc-hex-radix@:}
36122 @r{ @: d 8 @: @: 50 @:calc-octal-radix@:}
36123
36124 @c
36125 @r{ @: d b @: @:12,13,50 @:calc-line-breaking@:}
36126 @r{ @: d c @: @: 50 @:calc-complex-notation@:}
36127 @r{ @: d d @:format @: 50 @:calc-date-notation@:}
36128 @r{ @: d e @: @: 5,50 @:calc-eng-notation@:}
36129 @r{ @: d f @:num @: 31,50 @:calc-fix-notation@:}
36130 @r{ @: d g @: @:12,13,50 @:calc-group-digits@:}
36131 @r{ @: d h @:format @: 50 @:calc-hms-notation@:}
36132 @r{ @: d i @: @: 50 @:calc-i-notation@:}
36133 @r{ @: d j @: @: 50 @:calc-j-notation@:}
36134 @r{ @: d l @: @: 12,50 @:calc-line-numbering@:}
36135 @r{ @: d n @: @: 5,50 @:calc-normal-notation@:}
36136 @r{ @: d o @:format @: 50 @:calc-over-notation@:}
36137 @r{ @: d p @: @: 12,50 @:calc-show-plain@:}
36138 @r{ @: d r @:radix @: 31,50 @:calc-radix@:}
36139 @r{ @: d s @: @: 5,50 @:calc-sci-notation@:}
36140 @r{ @: d t @: @: 27 @:calc-truncate-stack@:}
36141 @r{ @: d w @: @: 12,13 @:calc-auto-why@:}
36142 @r{ @: d z @: @: 12,50 @:calc-leading-zeros@:}
36143
36144 @c
36145 @r{ @: d B @: @: 50 @:calc-big-language@:}
36146 @r{ @: d C @: @: 50 @:calc-c-language@:}
36147 @r{ @: d E @: @: 50 @:calc-eqn-language@:}
36148 @r{ @: d F @: @: 50 @:calc-fortran-language@:}
36149 @r{ @: d M @: @: 50 @:calc-mathematica-language@:}
36150 @r{ @: d N @: @: 50 @:calc-normal-language@:}
36151 @r{ @: d O @: @: 50 @:calc-flat-language@:}
36152 @r{ @: d P @: @: 50 @:calc-pascal-language@:}
36153 @r{ @: d T @: @: 50 @:calc-tex-language@:}
36154 @r{ @: d L @: @: 50 @:calc-latex-language@:}
36155 @r{ @: d U @: @: 50 @:calc-unformatted-language@:}
36156 @r{ @: d W @: @: 50 @:calc-maple-language@:}
36157
36158 @c
36159 @r{ a@: f [ @: @: 4 @:decr@:(a,n)}
36160 @r{ a@: f ] @: @: 4 @:incr@:(a,n)}
36161
36162 @c
36163 @r{ a b@: f b @: @: 2 @:beta@:(a,b)}
36164 @r{ a@: f e @: @: 1 @:erf@:(a)}
36165 @r{ a@: I f e @: @: 1 @:erfc@:(a)}
36166 @r{ a@: f g @: @: 1 @:gamma@:(a)}
36167 @r{ a b@: f h @: @: 2 @:hypot@:(a,b)}
36168 @r{ a@: f i @: @: 1 @:im@:(a)}
36169 @r{ n a@: f j @: @: 2 @:besJ@:(n,a)}
36170 @r{ a b@: f n @: @: 2 @:min@:(a,b)}
36171 @r{ a@: f r @: @: 1 @:re@:(a)}
36172 @r{ a@: f s @: @: 1 @:sign@:(a)}
36173 @r{ a b@: f x @: @: 2 @:max@:(a,b)}
36174 @r{ n a@: f y @: @: 2 @:besY@:(n,a)}
36175
36176 @c
36177 @r{ a@: f A @: @: 1 @:abssqr@:(a)}
36178 @r{ x a b@: f B @: @: @:betaI@:(x,a,b)}
36179 @r{ x a b@: H f B @: @: @:betaB@:(x,a,b)}
36180 @r{ a@: f E @: @: 1 @:expm1@:(a)}
36181 @r{ a x@: f G @: @: 2 @:gammaP@:(a,x)}
36182 @r{ a x@: I f G @: @: 2 @:gammaQ@:(a,x)}
36183 @r{ a x@: H f G @: @: 2 @:gammag@:(a,x)}
36184 @r{ a x@: I H f G @: @: 2 @:gammaG@:(a,x)}
36185 @r{ a b@: f I @: @: 2 @:ilog@:(a,b)}
36186 @r{ a b@: I f I @: @: 2 @:alog@:(a,b) b^a}
36187 @r{ a@: f L @: @: 1 @:lnp1@:(a)}
36188 @r{ a@: f M @: @: 1 @:mant@:(a)}
36189 @r{ a@: f Q @: @: 1 @:isqrt@:(a)}
36190 @r{ a@: I f Q @: @: 1 @:sqr@:(a) a^2}
36191 @r{ a n@: f S @: @: 2 @:scf@:(a,n)}
36192 @r{ y x@: f T @: @: @:arctan2@:(y,x)}
36193 @r{ a@: f X @: @: 1 @:xpon@:(a)}
36194
36195 @c
36196 @r{ x y@: g a @: @: 28,40 @:calc-graph-add@:}
36197 @r{ @: g b @: @: 12 @:calc-graph-border@:}
36198 @r{ @: g c @: @: @:calc-graph-clear@:}
36199 @r{ @: g d @: @: 41 @:calc-graph-delete@:}
36200 @r{ x y@: g f @: @: 28,40 @:calc-graph-fast@:}
36201 @r{ @: g g @: @: 12 @:calc-graph-grid@:}
36202 @r{ @: g h @:title @: @:calc-graph-header@:}
36203 @r{ @: g j @: @: 4 @:calc-graph-juggle@:}
36204 @r{ @: g k @: @: 12 @:calc-graph-key@:}
36205 @r{ @: g l @: @: 12 @:calc-graph-log-x@:}
36206 @r{ @: g n @:name @: @:calc-graph-name@:}
36207 @r{ @: g p @: @: 42 @:calc-graph-plot@:}
36208 @r{ @: g q @: @: @:calc-graph-quit@:}
36209 @r{ @: g r @:range @: @:calc-graph-range-x@:}
36210 @r{ @: g s @: @: 12,13 @:calc-graph-line-style@:}
36211 @r{ @: g t @:title @: @:calc-graph-title-x@:}
36212 @r{ @: g v @: @: @:calc-graph-view-commands@:}
36213 @r{ @: g x @:display @: @:calc-graph-display@:}
36214 @r{ @: g z @: @: 12 @:calc-graph-zero-x@:}
36215
36216 @c
36217 @r{ x y z@: g A @: @: 28,40 @:calc-graph-add-3d@:}
36218 @r{ @: g C @:command @: @:calc-graph-command@:}
36219 @r{ @: g D @:device @: 43,44 @:calc-graph-device@:}
36220 @r{ x y z@: g F @: @: 28,40 @:calc-graph-fast-3d@:}
36221 @r{ @: g H @: @: 12 @:calc-graph-hide@:}
36222 @r{ @: g K @: @: @:calc-graph-kill@:}
36223 @r{ @: g L @: @: 12 @:calc-graph-log-y@:}
36224 @r{ @: g N @:number @: 43,51 @:calc-graph-num-points@:}
36225 @r{ @: g O @:filename @: 43,44 @:calc-graph-output@:}
36226 @r{ @: g P @: @: 42 @:calc-graph-print@:}
36227 @r{ @: g R @:range @: @:calc-graph-range-y@:}
36228 @r{ @: g S @: @: 12,13 @:calc-graph-point-style@:}
36229 @r{ @: g T @:title @: @:calc-graph-title-y@:}
36230 @r{ @: g V @: @: @:calc-graph-view-trail@:}
36231 @r{ @: g X @:format @: @:calc-graph-geometry@:}
36232 @r{ @: g Z @: @: 12 @:calc-graph-zero-y@:}
36233
36234 @c
36235 @r{ @: g C-l @: @: 12 @:calc-graph-log-z@:}
36236 @r{ @: g C-r @:range @: @:calc-graph-range-z@:}
36237 @r{ @: g C-t @:title @: @:calc-graph-title-z@:}
36238
36239 @c
36240 @r{ @: h b @: @: @:calc-describe-bindings@:}
36241 @r{ @: h c @:key @: @:calc-describe-key-briefly@:}
36242 @r{ @: h f @:function @: @:calc-describe-function@:}
36243 @r{ @: h h @: @: @:calc-full-help@:}
36244 @r{ @: h i @: @: @:calc-info@:}
36245 @r{ @: h k @:key @: @:calc-describe-key@:}
36246 @r{ @: h n @: @: @:calc-view-news@:}
36247 @r{ @: h s @: @: @:calc-info-summary@:}
36248 @r{ @: h t @: @: @:calc-tutorial@:}
36249 @r{ @: h v @:var @: @:calc-describe-variable@:}
36250
36251 @c
36252 @r{ @: j 1-9 @: @: @:calc-select-part@:}
36253 @r{ @: j @summarykey{RET} @: @: 27 @:calc-copy-selection@:}
36254 @r{ @: j @summarykey{DEL} @: @: 27 @:calc-del-selection@:}
36255 @r{ @: j ' @:formula @: 27 @:calc-enter-selection@:}
36256 @r{ @: j ` @:editing @: 27,30 @:calc-edit-selection@:}
36257 @r{ @: j " @: @: 7,27 @:calc-sel-expand-formula@:}
36258
36259 @c
36260 @r{ @: j + @:formula @: 27 @:calc-sel-add-both-sides@:}
36261 @r{ @: j - @:formula @: 27 @:calc-sel-sub-both-sides@:}
36262 @r{ @: j * @:formula @: 27 @:calc-sel-mul-both-sides@:}
36263 @r{ @: j / @:formula @: 27 @:calc-sel-div-both-sides@:}
36264 @r{ @: j & @: @: 27 @:calc-sel-invert@:}
36265
36266 @c
36267 @r{ @: j a @: @: 27 @:calc-select-additional@:}
36268 @r{ @: j b @: @: 12 @:calc-break-selections@:}
36269 @r{ @: j c @: @: @:calc-clear-selections@:}
36270 @r{ @: j d @: @: 12,50 @:calc-show-selections@:}
36271 @r{ @: j e @: @: 12 @:calc-enable-selections@:}
36272 @r{ @: j l @: @: 4,27 @:calc-select-less@:}
36273 @r{ @: j m @: @: 4,27 @:calc-select-more@:}
36274 @r{ @: j n @: @: 4 @:calc-select-next@:}
36275 @r{ @: j o @: @: 4,27 @:calc-select-once@:}
36276 @r{ @: j p @: @: 4 @:calc-select-previous@:}
36277 @r{ @: j r @:rules @:4,8,27 @:calc-rewrite-selection@:}
36278 @r{ @: j s @: @: 4,27 @:calc-select-here@:}
36279 @r{ @: j u @: @: 27 @:calc-unselect@:}
36280 @r{ @: j v @: @: 7,27 @:calc-sel-evaluate@:}
36281
36282 @c
36283 @r{ @: j C @: @: 27 @:calc-sel-commute@:}
36284 @r{ @: j D @: @: 4,27 @:calc-sel-distribute@:}
36285 @r{ @: j E @: @: 27 @:calc-sel-jump-equals@:}
36286 @r{ @: j I @: @: 27 @:calc-sel-isolate@:}
36287 @r{ @: H j I @: @: 27 @:calc-sel-isolate@: (full)}
36288 @r{ @: j L @: @: 4,27 @:calc-commute-left@:}
36289 @r{ @: j M @: @: 27 @:calc-sel-merge@:}
36290 @r{ @: j N @: @: 27 @:calc-sel-negate@:}
36291 @r{ @: j O @: @: 4,27 @:calc-select-once-maybe@:}
36292 @r{ @: j R @: @: 4,27 @:calc-commute-right@:}
36293 @r{ @: j S @: @: 4,27 @:calc-select-here-maybe@:}
36294 @r{ @: j U @: @: 27 @:calc-sel-unpack@:}
36295
36296 @c
36297 @r{ @: k a @: @: @:calc-random-again@:}
36298 @r{ n@: k b @: @: 1 @:bern@:(n)}
36299 @r{ n x@: H k b @: @: 2 @:bern@:(n,x)}
36300 @r{ n m@: k c @: @: 2 @:choose@:(n,m)}
36301 @r{ n m@: H k c @: @: 2 @:perm@:(n,m)}
36302 @r{ n@: k d @: @: 1 @:dfact@:(n) n!!}
36303 @r{ n@: k e @: @: 1 @:euler@:(n)}
36304 @r{ n x@: H k e @: @: 2 @:euler@:(n,x)}
36305 @r{ n@: k f @: @: 4 @:prfac@:(n)}
36306 @r{ n m@: k g @: @: 2 @:gcd@:(n,m)}
36307 @r{ m n@: k h @: @: 14 @:shuffle@:(n,m)}
36308 @r{ n m@: k l @: @: 2 @:lcm@:(n,m)}
36309 @r{ n@: k m @: @: 1 @:moebius@:(n)}
36310 @r{ n@: k n @: @: 4 @:nextprime@:(n)}
36311 @r{ n@: I k n @: @: 4 @:prevprime@:(n)}
36312 @r{ n@: k p @: @: 4,28 @:calc-prime-test@:}
36313 @r{ m@: k r @: @: 14 @:random@:(m)}
36314 @r{ n m@: k s @: @: 2 @:stir1@:(n,m)}
36315 @r{ n m@: H k s @: @: 2 @:stir2@:(n,m)}
36316 @r{ n@: k t @: @: 1 @:totient@:(n)}
36317
36318 @c
36319 @r{ n p x@: k B @: @: @:utpb@:(x,n,p)}
36320 @r{ n p x@: I k B @: @: @:ltpb@:(x,n,p)}
36321 @r{ v x@: k C @: @: @:utpc@:(x,v)}
36322 @r{ v x@: I k C @: @: @:ltpc@:(x,v)}
36323 @r{ n m@: k E @: @: @:egcd@:(n,m)}
36324 @r{v1 v2 x@: k F @: @: @:utpf@:(x,v1,v2)}
36325 @r{v1 v2 x@: I k F @: @: @:ltpf@:(x,v1,v2)}
36326 @r{ m s x@: k N @: @: @:utpn@:(x,m,s)}
36327 @r{ m s x@: I k N @: @: @:ltpn@:(x,m,s)}
36328 @r{ m x@: k P @: @: @:utpp@:(x,m)}
36329 @r{ m x@: I k P @: @: @:ltpp@:(x,m)}
36330 @r{ v x@: k T @: @: @:utpt@:(x,v)}
36331 @r{ v x@: I k T @: @: @:ltpt@:(x,v)}
36332
36333 @c
36334 @r{ a b@: l + @: @: @:lupadd@:(a,b)}
36335 @r{ a b@: H l + @: @: @:lufadd@:(a,b)}
36336 @r{ a b@: l - @: @: @:lupsub@:(a,b)}
36337 @r{ a b@: H l - @: @: @:lufsub@:(a,b)}
36338 @r{ a b@: l * @: @: @:lupmul@:(a,b)}
36339 @r{ a b@: H l * @: @: @:lufmul@:(a,b)}
36340 @r{ a b@: l / @: @: @:lupdiv@:(a,b)}
36341 @r{ a b@: H l / @: @: @:lufdiv@:(a,b)}
36342 @r{ a@: l d @: @: @:dbpower@:(a)}
36343 @r{ a b@: O l d @: @: @:dbpower@:(a,b)}
36344 @r{ a@: H l d @: @: @:dbfield@:(a)}
36345 @r{ a b@: O H l d @: @: @:dbfield@:(a,b)}
36346 @r{ a@: l n @: @: @:nppower@:(a)}
36347 @r{ a b@: O l n @: @: @:nppower@:(a,b)}
36348 @r{ a@: H l n @: @: @:npfield@:(a)}
36349 @r{ a b@: O H l n @: @: @:npfield@:(a,b)}
36350 @r{ a@: l q @: @: @:lupquant@:(a)}
36351 @r{ a b@: O l q @: @: @:lupquant@:(a,b)}
36352 @r{ a@: H l q @: @: @:lufquant@:(a)}
36353 @r{ a b@: O H l q @: @: @:lufquant@:(a,b)}
36354 @r{ a@: l s @: @: @:spn@:(a)}
36355 @r{ a@: l m @: @: @:midi@:(a)}
36356 @r{ a@: l f @: @: @:freq@:(a)}
36357
36358 @c
36359 @r{ @: m a @: @: 12,13 @:calc-algebraic-mode@:}
36360 @r{ @: m d @: @: @:calc-degrees-mode@:}
36361 @r{ @: m e @: @: @:calc-embedded-preserve-modes@:}
36362 @r{ @: m f @: @: 12 @:calc-frac-mode@:}
36363 @r{ @: m g @: @: 52 @:calc-get-modes@:}
36364 @r{ @: m h @: @: @:calc-hms-mode@:}
36365 @r{ @: m i @: @: 12,13 @:calc-infinite-mode@:}
36366 @r{ @: m m @: @: @:calc-save-modes@:}
36367 @r{ @: m p @: @: 12 @:calc-polar-mode@:}
36368 @r{ @: m r @: @: @:calc-radians-mode@:}
36369 @r{ @: m s @: @: 12 @:calc-symbolic-mode@:}
36370 @r{ @: m t @: @: 12 @:calc-total-algebraic-mode@:}
36371 @r{ @: m v @: @: 12,13 @:calc-matrix-mode@:}
36372 @r{ @: m w @: @: 13 @:calc-working@:}
36373 @r{ @: m x @: @: @:calc-always-load-extensions@:}
36374
36375 @c
36376 @r{ @: m A @: @: 12 @:calc-alg-simplify-mode@:}
36377 @r{ @: m B @: @: 12 @:calc-bin-simplify-mode@:}
36378 @r{ @: m C @: @: 12 @:calc-auto-recompute@:}
36379 @r{ @: m D @: @: @:calc-default-simplify-mode@:}
36380 @r{ @: m E @: @: 12 @:calc-ext-simplify-mode@:}
36381 @r{ @: m F @:filename @: 13 @:calc-settings-file-name@:}
36382 @r{ @: m N @: @: 12 @:calc-num-simplify-mode@:}
36383 @r{ @: m O @: @: 12 @:calc-no-simplify-mode@:}
36384 @r{ @: m R @: @: 12,13 @:calc-mode-record-mode@:}
36385 @r{ @: m S @: @: 12 @:calc-shift-prefix@:}
36386 @r{ @: m U @: @: 12 @:calc-units-simplify-mode@:}
36387
36388 @c
36389 @r{ @: r s @:register @: 27 @:calc-copy-to-register@:}
36390 @r{ @: r i @:register @: @:calc-insert-register@:}
36391
36392 @c
36393 @r{ @: s c @:var1, var2 @: 29 @:calc-copy-variable@:}
36394 @r{ @: s d @:var, decl @: @:calc-declare-variable@:}
36395 @r{ @: s e @:var, editing @: 29,30 @:calc-edit-variable@:}
36396 @r{ @: s i @:buffer @: @:calc-insert-variables@:}
36397 @r{ @: s k @:const, var @: 29 @:calc-copy-special-constant@:}
36398 @r{ a b@: s l @:var @: 29 @:@:a (letting var=b)}
36399 @r{ a ...@: s m @:op, var @: 22,29 @:calc-store-map@:}
36400 @r{ @: s n @:var @: 29,47 @:calc-store-neg@: (v/-1)}
36401 @r{ @: s p @:var @: 29 @:calc-permanent-variable@:}
36402 @r{ @: s r @:var @: 29 @:@:v (recalled value)}
36403 @r{ @: r 0-9 @: @: @:calc-recall-quick@:}
36404 @r{ a@: s s @:var @: 28,29 @:calc-store@:}
36405 @r{ a@: s 0-9 @: @: @:calc-store-quick@:}
36406 @r{ a@: s t @:var @: 29 @:calc-store-into@:}
36407 @r{ a@: t 0-9 @: @: @:calc-store-into-quick@:}
36408 @r{ @: s u @:var @: 29 @:calc-unstore@:}
36409 @r{ a@: s x @:var @: 29 @:calc-store-exchange@:}
36410
36411 @c
36412 @r{ @: s A @:editing @: 30 @:calc-edit-AlgSimpRules@:}
36413 @r{ @: s D @:editing @: 30 @:calc-edit-Decls@:}
36414 @r{ @: s E @:editing @: 30 @:calc-edit-EvalRules@:}
36415 @r{ @: s F @:editing @: 30 @:calc-edit-FitRules@:}
36416 @r{ @: s G @:editing @: 30 @:calc-edit-GenCount@:}
36417 @r{ @: s H @:editing @: 30 @:calc-edit-Holidays@:}
36418 @r{ @: s I @:editing @: 30 @:calc-edit-IntegLimit@:}
36419 @r{ @: s L @:editing @: 30 @:calc-edit-LineStyles@:}
36420 @r{ @: s P @:editing @: 30 @:calc-edit-PointStyles@:}
36421 @r{ @: s R @:editing @: 30 @:calc-edit-PlotRejects@:}
36422 @r{ @: s T @:editing @: 30 @:calc-edit-TimeZone@:}
36423 @r{ @: s U @:editing @: 30 @:calc-edit-Units@:}
36424 @r{ @: s X @:editing @: 30 @:calc-edit-ExtSimpRules@:}
36425
36426 @c
36427 @r{ a@: s + @:var @: 29,47 @:calc-store-plus@: (v+a)}
36428 @r{ a@: s - @:var @: 29,47 @:calc-store-minus@: (v-a)}
36429 @r{ a@: s * @:var @: 29,47 @:calc-store-times@: (v*a)}
36430 @r{ a@: s / @:var @: 29,47 @:calc-store-div@: (v/a)}
36431 @r{ a@: s ^ @:var @: 29,47 @:calc-store-power@: (v^a)}
36432 @r{ a@: s | @:var @: 29,47 @:calc-store-concat@: (v|a)}
36433 @r{ @: s & @:var @: 29,47 @:calc-store-inv@: (v^-1)}
36434 @r{ @: s [ @:var @: 29,47 @:calc-store-decr@: (v-1)}
36435 @r{ @: s ] @:var @: 29,47 @:calc-store-incr@: (v-(-1))}
36436 @r{ a b@: s : @: @: 2 @:assign@:(a,b) a @tfn{:=} b}
36437 @r{ a@: s = @: @: 1 @:evalto@:(a,b) a @tfn{=>}}
36438
36439 @c
36440 @r{ @: t [ @: @: 4 @:calc-trail-first@:}
36441 @r{ @: t ] @: @: 4 @:calc-trail-last@:}
36442 @r{ @: t < @: @: 4 @:calc-trail-scroll-left@:}
36443 @r{ @: t > @: @: 4 @:calc-trail-scroll-right@:}
36444 @r{ @: t . @: @: 12 @:calc-full-trail-vectors@:}
36445
36446 @c
36447 @r{ @: t b @: @: 4 @:calc-trail-backward@:}
36448 @r{ @: t d @: @: 12,50 @:calc-trail-display@:}
36449 @r{ @: t f @: @: 4 @:calc-trail-forward@:}
36450 @r{ @: t h @: @: @:calc-trail-here@:}
36451 @r{ @: t i @: @: @:calc-trail-in@:}
36452 @r{ @: t k @: @: 4 @:calc-trail-kill@:}
36453 @r{ @: t m @:string @: @:calc-trail-marker@:}
36454 @r{ @: t n @: @: 4 @:calc-trail-next@:}
36455 @r{ @: t o @: @: @:calc-trail-out@:}
36456 @r{ @: t p @: @: 4 @:calc-trail-previous@:}
36457 @r{ @: t r @:string @: @:calc-trail-isearch-backward@:}
36458 @r{ @: t s @:string @: @:calc-trail-isearch-forward@:}
36459 @r{ @: t y @: @: 4 @:calc-trail-yank@:}
36460
36461 @c
36462 @r{ d@: t C @:oz, nz @: @:tzconv@:(d,oz,nz)}
36463 @r{d oz nz@: t C @:$ @: @:tzconv@:(d,oz,nz)}
36464 @r{ d@: t D @: @: 15 @:date@:(d)}
36465 @r{ d@: t I @: @: 4 @:incmonth@:(d,n)}
36466 @r{ d@: t J @: @: 16 @:julian@:(d,z)}
36467 @r{ d@: t M @: @: 17 @:newmonth@:(d,n)}
36468 @r{ @: t N @: @: 16 @:now@:(z)}
36469 @r{ d@: t P @:1 @: 31 @:year@:(d)}
36470 @r{ d@: t P @:2 @: 31 @:month@:(d)}
36471 @r{ d@: t P @:3 @: 31 @:day@:(d)}
36472 @r{ d@: t P @:4 @: 31 @:hour@:(d)}
36473 @r{ d@: t P @:5 @: 31 @:minute@:(d)}
36474 @r{ d@: t P @:6 @: 31 @:second@:(d)}
36475 @r{ d@: t P @:7 @: 31 @:weekday@:(d)}
36476 @r{ d@: t P @:8 @: 31 @:yearday@:(d)}
36477 @r{ d@: t P @:9 @: 31 @:time@:(d)}
36478 @r{ d@: t U @: @: 16 @:unixtime@:(d,z)}
36479 @r{ d@: t W @: @: 17 @:newweek@:(d,w)}
36480 @r{ d@: t Y @: @: 17 @:newyear@:(d,n)}
36481
36482 @c
36483 @r{ a b@: t + @: @: 2 @:badd@:(a,b)}
36484 @r{ a b@: t - @: @: 2 @:bsub@:(a,b)}
36485
36486 @c
36487 @r{ @: u a @: @: 12 @:calc-autorange-units@:}
36488 @r{ a@: u b @: @: @:calc-base-units@:}
36489 @r{ a@: u c @:units @: 18 @:calc-convert-units@:}
36490 @r{ defn@: u d @:unit, descr @: @:calc-define-unit@:}
36491 @r{ @: u e @: @: @:calc-explain-units@:}
36492 @r{ @: u g @:unit @: @:calc-get-unit-definition@:}
36493 @r{ @: u n @:units @: 18 @:calc-convert-exact-units@:}
36494 @r{ @: u p @: @: @:calc-permanent-units@:}
36495 @r{ a@: u r @: @: @:calc-remove-units@:}
36496 @r{ a@: u s @: @: @:usimplify@:(a)}
36497 @r{ a@: u t @:units @: 18 @:calc-convert-temperature@:}
36498 @r{ @: u u @:unit @: @:calc-undefine-unit@:}
36499 @r{ @: u v @: @: @:calc-enter-units-table@:}
36500 @r{ a@: u x @: @: @:calc-extract-units@:}
36501 @r{ a@: u 0-9 @: @: @:calc-quick-units@:}
36502
36503 @c
36504 @r{ v1 v2@: u C @: @: 20 @:vcov@:(v1,v2)}
36505 @r{ v1 v2@: I u C @: @: 20 @:vpcov@:(v1,v2)}
36506 @r{ v1 v2@: H u C @: @: 20 @:vcorr@:(v1,v2)}
36507 @r{ v@: u G @: @: 19 @:vgmean@:(v)}
36508 @r{ a b@: H u G @: @: 2 @:agmean@:(a,b)}
36509 @r{ v@: u M @: @: 19 @:vmean@:(v)}
36510 @r{ v@: I u M @: @: 19 @:vmeane@:(v)}
36511 @r{ v@: H u M @: @: 19 @:vmedian@:(v)}
36512 @r{ v@: I H u M @: @: 19 @:vhmean@:(v)}
36513 @r{ v@: u N @: @: 19 @:vmin@:(v)}
36514 @r{ v@: u S @: @: 19 @:vsdev@:(v)}
36515 @r{ v@: I u S @: @: 19 @:vpsdev@:(v)}
36516 @r{ v@: H u S @: @: 19 @:vvar@:(v)}
36517 @r{ v@: I H u S @: @: 19 @:vpvar@:(v)}
36518 @r{ @: u V @: @: @:calc-view-units-table@:}
36519 @r{ v@: u X @: @: 19 @:vmax@:(v)}
36520
36521 @c
36522 @r{ v@: u + @: @: 19 @:vsum@:(v)}
36523 @r{ v@: u * @: @: 19 @:vprod@:(v)}
36524 @r{ v@: u # @: @: 19 @:vcount@:(v)}
36525
36526 @c
36527 @r{ @: V ( @: @: 50 @:calc-vector-parens@:}
36528 @r{ @: V @{ @: @: 50 @:calc-vector-braces@:}
36529 @r{ @: V [ @: @: 50 @:calc-vector-brackets@:}
36530 @r{ @: V ] @:ROCP @: 50 @:calc-matrix-brackets@:}
36531 @r{ @: V , @: @: 50 @:calc-vector-commas@:}
36532 @r{ @: V < @: @: 50 @:calc-matrix-left-justify@:}
36533 @r{ @: V = @: @: 50 @:calc-matrix-center-justify@:}
36534 @r{ @: V > @: @: 50 @:calc-matrix-right-justify@:}
36535 @r{ @: V / @: @: 12,50 @:calc-break-vectors@:}
36536 @r{ @: V . @: @: 12,50 @:calc-full-vectors@:}
36537
36538 @c
36539 @r{ s t@: V ^ @: @: 2 @:vint@:(s,t)}
36540 @r{ s t@: V - @: @: 2 @:vdiff@:(s,t)}
36541 @r{ s@: V ~ @: @: 1 @:vcompl@:(s)}
36542 @r{ s@: V # @: @: 1 @:vcard@:(s)}
36543 @r{ s@: V : @: @: 1 @:vspan@:(s)}
36544 @r{ s@: V + @: @: 1 @:rdup@:(s)}
36545
36546 @c
36547 @r{ m@: V & @: @: 1 @:inv@:(m) 1/m}
36548
36549 @c
36550 @r{ v@: v a @:n @: @:arrange@:(v,n)}
36551 @r{ a@: v b @:n @: @:cvec@:(a,n)}
36552 @r{ v@: v c @:n >0 @: 21,31 @:mcol@:(v,n)}
36553 @r{ v@: v c @:n <0 @: 31 @:mrcol@:(v,-n)}
36554 @r{ m@: v c @:0 @: 31 @:getdiag@:(m)}
36555 @r{ v@: v d @: @: 25 @:diag@:(v,n)}
36556 @r{ v m@: v e @: @: 2 @:vexp@:(v,m)}
36557 @r{ v m f@: H v e @: @: 2 @:vexp@:(v,m,f)}
36558 @r{ v a@: v f @: @: 26 @:find@:(v,a,n)}
36559 @r{ v@: v h @: @: 1 @:head@:(v)}
36560 @r{ v@: I v h @: @: 1 @:tail@:(v)}
36561 @r{ v@: H v h @: @: 1 @:rhead@:(v)}
36562 @r{ v@: I H v h @: @: 1 @:rtail@:(v)}
36563 @r{ @: v i @:n @: 31 @:idn@:(1,n)}
36564 @r{ @: v i @:0 @: 31 @:idn@:(1)}
36565 @r{ h t@: v k @: @: 2 @:cons@:(h,t)}
36566 @r{ h t@: H v k @: @: 2 @:rcons@:(h,t)}
36567 @r{ v@: v l @: @: 1 @:vlen@:(v)}
36568 @r{ v@: H v l @: @: 1 @:mdims@:(v)}
36569 @r{ v m@: v m @: @: 2 @:vmask@:(v,m)}
36570 @r{ v@: v n @: @: 1 @:rnorm@:(v)}
36571 @r{ a b c@: v p @: @: 24 @:calc-pack@:}
36572 @r{ v@: v r @:n >0 @: 21,31 @:mrow@:(v,n)}
36573 @r{ v@: v r @:n <0 @: 31 @:mrrow@:(v,-n)}
36574 @r{ m@: v r @:0 @: 31 @:getdiag@:(m)}
36575 @r{ v i j@: v s @: @: @:subvec@:(v,i,j)}
36576 @r{ v i j@: I v s @: @: @:rsubvec@:(v,i,j)}
36577 @r{ m@: v t @: @: 1 @:trn@:(m)}
36578 @r{ v@: v u @: @: 24 @:calc-unpack@:}
36579 @r{ v@: v v @: @: 1 @:rev@:(v)}
36580 @r{ @: v x @:n @: 31 @:index@:(n)}
36581 @r{ n s i@: C-u v x @: @: @:index@:(n,s,i)}
36582
36583 @c
36584 @r{ v@: V A @:op @: 22 @:apply@:(op,v)}
36585 @r{ v1 v2@: V C @: @: 2 @:cross@:(v1,v2)}
36586 @r{ m@: V D @: @: 1 @:det@:(m)}
36587 @r{ s@: V E @: @: 1 @:venum@:(s)}
36588 @r{ s@: V F @: @: 1 @:vfloor@:(s)}
36589 @r{ v@: V G @: @: @:grade@:(v)}
36590 @r{ v@: I V G @: @: @:rgrade@:(v)}
36591 @r{ v@: V H @:n @: 31 @:histogram@:(v,n)}
36592 @r{ v w@: H V H @:n @: 31 @:histogram@:(v,w,n)}
36593 @r{ v1 v2@: V I @:mop aop @: 22 @:inner@:(mop,aop,v1,v2)}
36594 @r{ m@: V J @: @: 1 @:ctrn@:(m)}
36595 @r{ m1 m2@: V K @: @: @:kron@:(m1,m2)}
36596 @r{ m@: V L @: @: 1 @:lud@:(m)}
36597 @r{ v@: V M @:op @: 22,23 @:map@:(op,v)}
36598 @r{ v@: V N @: @: 1 @:cnorm@:(v)}
36599 @r{ v1 v2@: V O @:op @: 22 @:outer@:(op,v1,v2)}
36600 @r{ v@: V R @:op @: 22,23 @:reduce@:(op,v)}
36601 @r{ v@: I V R @:op @: 22,23 @:rreduce@:(op,v)}
36602 @r{ a n@: H V R @:op @: 22 @:nest@:(op,a,n)}
36603 @r{ a@: I H V R @:op @: 22 @:fixp@:(op,a)}
36604 @r{ v@: V S @: @: @:sort@:(v)}
36605 @r{ v@: I V S @: @: @:rsort@:(v)}
36606 @r{ m@: V T @: @: 1 @:tr@:(m)}
36607 @r{ v@: V U @:op @: 22 @:accum@:(op,v)}
36608 @r{ v@: I V U @:op @: 22 @:raccum@:(op,v)}
36609 @r{ a n@: H V U @:op @: 22 @:anest@:(op,a,n)}
36610 @r{ a@: I H V U @:op @: 22 @:afixp@:(op,a)}
36611 @r{ s t@: V V @: @: 2 @:vunion@:(s,t)}
36612 @r{ s t@: V X @: @: 2 @:vxor@:(s,t)}
36613
36614 @c
36615 @r{ @: Y @: @: @:@:user commands}
36616
36617 @c
36618 @r{ @: z @: @: @:@:user commands}
36619
36620 @c
36621 @r{ c@: Z [ @: @: 45 @:calc-kbd-if@:}
36622 @r{ c@: Z | @: @: 45 @:calc-kbd-else-if@:}
36623 @r{ @: Z : @: @: @:calc-kbd-else@:}
36624 @r{ @: Z ] @: @: @:calc-kbd-end-if@:}
36625
36626 @c
36627 @r{ @: Z @{ @: @: 4 @:calc-kbd-loop@:}
36628 @r{ c@: Z / @: @: 45 @:calc-kbd-break@:}
36629 @r{ @: Z @} @: @: @:calc-kbd-end-loop@:}
36630 @r{ n@: Z < @: @: @:calc-kbd-repeat@:}
36631 @r{ @: Z > @: @: @:calc-kbd-end-repeat@:}
36632 @r{ n m@: Z ( @: @: @:calc-kbd-for@:}
36633 @r{ s@: Z ) @: @: @:calc-kbd-end-for@:}
36634
36635 @c
36636 @r{ @: Z C-g @: @: @:@:cancel if/loop command}
36637
36638 @c
36639 @r{ @: Z ` @: @: @:calc-kbd-push@:}
36640 @r{ @: Z ' @: @: @:calc-kbd-pop@:}
36641 @r{ @: Z # @: @: @:calc-kbd-query@:}
36642
36643 @c
36644 @r{ comp@: Z C @:func, args @: 50 @:calc-user-define-composition@:}
36645 @r{ @: Z D @:key, command @: @:calc-user-define@:}
36646 @r{ @: Z E @:key, editing @: 30 @:calc-user-define-edit@:}
36647 @r{ defn@: Z F @:k, c, f, a, n@: 28 @:calc-user-define-formula@:}
36648 @r{ @: Z G @:key @: @:calc-get-user-defn@:}
36649 @r{ @: Z I @: @: @:calc-user-define-invocation@:}
36650 @r{ @: Z K @:key, command @: @:calc-user-define-kbd-macro@:}
36651 @r{ @: Z P @:key @: @:calc-user-define-permanent@:}
36652 @r{ @: Z S @: @: 30 @:calc-edit-user-syntax@:}
36653 @r{ @: Z T @: @: 12 @:calc-timing@:}
36654 @r{ @: Z U @:key @: @:calc-user-undefine@:}
36655
36656 @end format
36657
36658 @c Avoid '@:' from here on, as it now means \sumsep in tex mode.
36659
36660 @noindent
36661 NOTES
36662
36663 @enumerate
36664 @c 1
36665 @item
36666 Positive prefix arguments apply to @expr{n} stack entries.
36667 Negative prefix arguments apply to the @expr{-n}th stack entry.
36668 A prefix of zero applies to the entire stack. (For @key{LFD} and
36669 @kbd{M-@key{DEL}}, the meaning of the sign is reversed.)
36670
36671 @c 2
36672 @item
36673 Positive prefix arguments apply to @expr{n} stack entries.
36674 Negative prefix arguments apply to the top stack entry
36675 and the next @expr{-n} stack entries.
36676
36677 @c 3
36678 @item
36679 Positive prefix arguments rotate top @expr{n} stack entries by one.
36680 Negative prefix arguments rotate the entire stack by @expr{-n}.
36681 A prefix of zero reverses the entire stack.
36682
36683 @c 4
36684 @item
36685 Prefix argument specifies a repeat count or distance.
36686
36687 @c 5
36688 @item
36689 Positive prefix arguments specify a precision @expr{p}.
36690 Negative prefix arguments reduce the current precision by @expr{-p}.
36691
36692 @c 6
36693 @item
36694 A prefix argument is interpreted as an additional step-size parameter.
36695 A plain @kbd{C-u} prefix means to prompt for the step size.
36696
36697 @c 7
36698 @item
36699 A prefix argument specifies simplification level and depth.
36700 1=Basic simplifications, 2=Algebraic simplifications, 3=Extended simplifications
36701
36702 @c 8
36703 @item
36704 A negative prefix operates only on the top level of the input formula.
36705
36706 @c 9
36707 @item
36708 Positive prefix arguments specify a word size of @expr{w} bits, unsigned.
36709 Negative prefix arguments specify a word size of @expr{w} bits, signed.
36710
36711 @c 10
36712 @item
36713 Prefix arguments specify the shift amount @expr{n}. The @expr{w} argument
36714 cannot be specified in the keyboard version of this command.
36715
36716 @c 11
36717 @item
36718 From the keyboard, @expr{d} is omitted and defaults to zero.
36719
36720 @c 12
36721 @item
36722 Mode is toggled; a positive prefix always sets the mode, and a negative
36723 prefix always clears the mode.
36724
36725 @c 13
36726 @item
36727 Some prefix argument values provide special variations of the mode.
36728
36729 @c 14
36730 @item
36731 A prefix argument, if any, is used for @expr{m} instead of taking
36732 @expr{m} from the stack. @expr{M} may take any of these values:
36733 @iftex
36734 {@advance@tableindent10pt
36735 @end iftex
36736 @table @asis
36737 @item Integer
36738 Random integer in the interval @expr{[0 .. m)}.
36739 @item Float
36740 Random floating-point number in the interval @expr{[0 .. m)}.
36741 @item 0.0
36742 Gaussian with mean 1 and standard deviation 0.
36743 @item Error form
36744 Gaussian with specified mean and standard deviation.
36745 @item Interval
36746 Random integer or floating-point number in that interval.
36747 @item Vector
36748 Random element from the vector.
36749 @end table
36750 @iftex
36751 }
36752 @end iftex
36753
36754 @c 15
36755 @item
36756 A prefix argument from 1 to 6 specifies number of date components
36757 to remove from the stack. @xref{Date Conversions}.
36758
36759 @c 16
36760 @item
36761 A prefix argument specifies a time zone; @kbd{C-u} says to take the
36762 time zone number or name from the top of the stack. @xref{Time Zones}.
36763
36764 @c 17
36765 @item
36766 A prefix argument specifies a day number (0--6, 0--31, or 0--366).
36767
36768 @c 18
36769 @item
36770 If the input has no units, you will be prompted for both the old and
36771 the new units.
36772
36773 @c 19
36774 @item
36775 With a prefix argument, collect that many stack entries to form the
36776 input data set. Each entry may be a single value or a vector of values.
36777
36778 @c 20
36779 @item
36780 With a prefix argument of 1, take a single
36781 @texline @var{n}@math{\times2}
36782 @infoline @mathit{@var{N}x2}
36783 matrix from the stack instead of two separate data vectors.
36784
36785 @c 21
36786 @item
36787 The row or column number @expr{n} may be given as a numeric prefix
36788 argument instead. A plain @kbd{C-u} prefix says to take @expr{n}
36789 from the top of the stack. If @expr{n} is a vector or interval,
36790 a subvector/submatrix of the input is created.
36791
36792 @c 22
36793 @item
36794 The @expr{op} prompt can be answered with the key sequence for the
36795 desired function, or with @kbd{x} or @kbd{z} followed by a function name,
36796 or with @kbd{$} to take a formula from the top of the stack, or with
36797 @kbd{'} and a typed formula. In the last two cases, the formula may
36798 be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}; or it
36799 may include @kbd{$}, @kbd{$$}, etc., where @kbd{$} will correspond to the
36800 last argument of the created function; or otherwise you will be
36801 prompted for an argument list. The number of vectors popped from the
36802 stack by @kbd{V M} depends on the number of arguments of the function.
36803
36804 @c 23
36805 @item
36806 One of the mapping direction keys @kbd{_} (horizontal, i.e., map
36807 by rows or reduce across), @kbd{:} (vertical, i.e., map by columns or
36808 reduce down), or @kbd{=} (map or reduce by rows) may be used before
36809 entering @expr{op}; these modify the function name by adding the letter
36810 @code{r} for ``rows,'' @code{c} for ``columns,'' @code{a} for ``across,''
36811 or @code{d} for ``down.''
36812
36813 @c 24
36814 @item
36815 The prefix argument specifies a packing mode. A nonnegative mode
36816 is the number of items (for @kbd{v p}) or the number of levels
36817 (for @kbd{v u}). A negative mode is as described below. With no
36818 prefix argument, the mode is taken from the top of the stack and
36819 may be an integer or a vector of integers.
36820 @iftex
36821 {@advance@tableindent-20pt
36822 @end iftex
36823 @table @cite
36824 @item -1
36825 (@var{2}) Rectangular complex number.
36826 @item -2
36827 (@var{2}) Polar complex number.
36828 @item -3
36829 (@var{3}) HMS form.
36830 @item -4
36831 (@var{2}) Error form.
36832 @item -5
36833 (@var{2}) Modulo form.
36834 @item -6
36835 (@var{2}) Closed interval.
36836 @item -7
36837 (@var{2}) Closed .. open interval.
36838 @item -8
36839 (@var{2}) Open .. closed interval.
36840 @item -9
36841 (@var{2}) Open interval.
36842 @item -10
36843 (@var{2}) Fraction.
36844 @item -11
36845 (@var{2}) Float with integer mantissa.
36846 @item -12
36847 (@var{2}) Float with mantissa in @expr{[1 .. 10)}.
36848 @item -13
36849 (@var{1}) Date form (using date numbers).
36850 @item -14
36851 (@var{3}) Date form (using year, month, day).
36852 @item -15
36853 (@var{6}) Date form (using year, month, day, hour, minute, second).
36854 @end table
36855 @iftex
36856 }
36857 @end iftex
36858
36859 @c 25
36860 @item
36861 A prefix argument specifies the size @expr{n} of the matrix. With no
36862 prefix argument, @expr{n} is omitted and the size is inferred from
36863 the input vector.
36864
36865 @c 26
36866 @item
36867 The prefix argument specifies the starting position @expr{n} (default 1).
36868
36869 @c 27
36870 @item
36871 Cursor position within stack buffer affects this command.
36872
36873 @c 28
36874 @item
36875 Arguments are not actually removed from the stack by this command.
36876
36877 @c 29
36878 @item
36879 Variable name may be a single digit or a full name.
36880
36881 @c 30
36882 @item
36883 Editing occurs in a separate buffer. Press @kbd{C-c C-c} (or
36884 @key{LFD}, or in some cases @key{RET}) to finish the edit, or kill the
36885 buffer with @kbd{C-x k} to cancel the edit. The @key{LFD} key prevents evaluation
36886 of the result of the edit.
36887
36888 @c 31
36889 @item
36890 The number prompted for can also be provided as a prefix argument.
36891
36892 @c 32
36893 @item
36894 Press this key a second time to cancel the prefix.
36895
36896 @c 33
36897 @item
36898 With a negative prefix, deactivate all formulas. With a positive
36899 prefix, deactivate and then reactivate from scratch.
36900
36901 @c 34
36902 @item
36903 Default is to scan for nearest formula delimiter symbols. With a
36904 prefix of zero, formula is delimited by mark and point. With a
36905 non-zero prefix, formula is delimited by scanning forward or
36906 backward by that many lines.
36907
36908 @c 35
36909 @item
36910 Parse the region between point and mark as a vector. A nonzero prefix
36911 parses @var{n} lines before or after point as a vector. A zero prefix
36912 parses the current line as a vector. A @kbd{C-u} prefix parses the
36913 region between point and mark as a single formula.
36914
36915 @c 36
36916 @item
36917 Parse the rectangle defined by point and mark as a matrix. A positive
36918 prefix @var{n} divides the rectangle into columns of width @var{n}.
36919 A zero or @kbd{C-u} prefix parses each line as one formula. A negative
36920 prefix suppresses special treatment of bracketed portions of a line.
36921
36922 @c 37
36923 @item
36924 A numeric prefix causes the current language mode to be ignored.
36925
36926 @c 38
36927 @item
36928 Responding to a prompt with a blank line answers that and all
36929 later prompts by popping additional stack entries.
36930
36931 @c 39
36932 @item
36933 Answer for @expr{v} may also be of the form @expr{v = v_0} or
36934 @expr{v - v_0}.
36935
36936 @c 40
36937 @item
36938 With a positive prefix argument, stack contains many @expr{y}'s and one
36939 common @expr{x}. With a zero prefix, stack contains a vector of
36940 @expr{y}s and a common @expr{x}. With a negative prefix, stack
36941 contains many @expr{[x,y]} vectors. (For 3D plots, substitute
36942 @expr{z} for @expr{y} and @expr{x,y} for @expr{x}.)
36943
36944 @c 41
36945 @item
36946 With any prefix argument, all curves in the graph are deleted.
36947
36948 @c 42
36949 @item
36950 With a positive prefix, refines an existing plot with more data points.
36951 With a negative prefix, forces recomputation of the plot data.
36952
36953 @c 43
36954 @item
36955 With any prefix argument, set the default value instead of the
36956 value for this graph.
36957
36958 @c 44
36959 @item
36960 With a negative prefix argument, set the value for the printer.
36961
36962 @c 45
36963 @item
36964 Condition is considered ``true'' if it is a nonzero real or complex
36965 number, or a formula whose value is known to be nonzero; it is ``false''
36966 otherwise.
36967
36968 @c 46
36969 @item
36970 Several formulas separated by commas are pushed as multiple stack
36971 entries. Trailing @kbd{)}, @kbd{]}, @kbd{@}}, @kbd{>}, and @kbd{"}
36972 delimiters may be omitted. The notation @kbd{$$$} refers to the value
36973 in stack level three, and causes the formula to replace the top three
36974 stack levels. The notation @kbd{$3} refers to stack level three without
36975 causing that value to be removed from the stack. Use @key{LFD} in place
36976 of @key{RET} to prevent evaluation; use @kbd{M-=} in place of @key{RET}
36977 to evaluate variables.
36978
36979 @c 47
36980 @item
36981 The variable is replaced by the formula shown on the right. The
36982 Inverse flag reverses the order of the operands, e.g., @kbd{I s - x}
36983 assigns
36984 @texline @math{x \coloneq a-x}.
36985 @infoline @expr{x := a-x}.
36986
36987 @c 48
36988 @item
36989 Press @kbd{?} repeatedly to see how to choose a model. Answer the
36990 variables prompt with @expr{iv} or @expr{iv;pv} to specify
36991 independent and parameter variables. A positive prefix argument
36992 takes @mathit{@var{n}+1} vectors from the stack; a zero prefix takes a matrix
36993 and a vector from the stack.
36994
36995 @c 49
36996 @item
36997 With a plain @kbd{C-u} prefix, replace the current region of the
36998 destination buffer with the yanked text instead of inserting.
36999
37000 @c 50
37001 @item
37002 All stack entries are reformatted; the @kbd{H} prefix inhibits this.
37003 The @kbd{I} prefix sets the mode temporarily, redraws the top stack
37004 entry, then restores the original setting of the mode.
37005
37006 @c 51
37007 @item
37008 A negative prefix sets the default 3D resolution instead of the
37009 default 2D resolution.
37010
37011 @c 52
37012 @item
37013 This grabs a vector of the form [@var{prec}, @var{wsize}, @var{ssize},
37014 @var{radix}, @var{flfmt}, @var{ang}, @var{frac}, @var{symb}, @var{polar},
37015 @var{matrix}, @var{simp}, @var{inf}]. A prefix argument from 1 to 12
37016 grabs the @var{n}th mode value only.
37017 @end enumerate
37018
37019 @iftex
37020 (Space is provided below for you to keep your own written notes.)
37021 @page
37022 @endgroup
37023 @end iftex
37024
37025
37026 @c [end-summary]
37027
37028 @node Key Index, Command Index, Summary, Top
37029 @unnumbered Index of Key Sequences
37030
37031 @printindex ky
37032
37033 @node Command Index, Function Index, Key Index, Top
37034 @unnumbered Index of Calculator Commands
37035
37036 Since all Calculator commands begin with the prefix @samp{calc-}, the
37037 @kbd{x} key has been provided as a variant of @kbd{M-x} which automatically
37038 types @samp{calc-} for you. Thus, @kbd{x last-args} is short for
37039 @kbd{M-x calc-last-args}.
37040
37041 @printindex pg
37042
37043 @node Function Index, Concept Index, Command Index, Top
37044 @unnumbered Index of Algebraic Functions
37045
37046 This is a list of built-in functions and operators usable in algebraic
37047 expressions. Their full Lisp names are derived by adding the prefix
37048 @samp{calcFunc-}, as in @code{calcFunc-sqrt}.
37049 @iftex
37050 All functions except those noted with ``*'' have corresponding
37051 Calc keystrokes and can also be found in the Calc Summary.
37052 @end iftex
37053
37054 @printindex tp
37055
37056 @node Concept Index, Variable Index, Function Index, Top
37057 @unnumbered Concept Index
37058
37059 @printindex cp
37060
37061 @node Variable Index, Lisp Function Index, Concept Index, Top
37062 @unnumbered Index of Variables
37063
37064 The variables in this list that do not contain dashes are accessible
37065 as Calc variables. Add a @samp{var-} prefix to get the name of the
37066 corresponding Lisp variable.
37067
37068 The remaining variables are Lisp variables suitable for @code{setq}ing
37069 in your Calc init file or @file{.emacs} file.
37070
37071 @printindex vr
37072
37073 @node Lisp Function Index, , Variable Index, Top
37074 @unnumbered Index of Lisp Math Functions
37075
37076 The following functions are meant to be used with @code{defmath}, not
37077 @code{defun} definitions. For names that do not start with @samp{calc-},
37078 the corresponding full Lisp name is derived by adding a prefix of
37079 @samp{math-}.
37080
37081 @printindex fn
37082
37083 @bye