calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
[bpt/emacs.git] / doc / misc / calc.texi
CommitLineData
4009494e
GM
1\input texinfo @c -*-texinfo-*-
2@comment %**start of header (This is for running Texinfo on a region.)
3@c smallbook
db78a8cb 4@setfilename ../../info/calc
4009494e 5@c [title]
5a83c46e 6@settitle GNU Emacs Calc Manual
4009494e
GM
7@setchapternewpage odd
8@comment %**end of header (This is for running Texinfo on a region.)
9
10@c The following macros are used for conditional output for single lines.
11@c @texline foo
12@c `foo' will appear only in TeX output
13@c @infoline foo
14@c `foo' will appear only in non-TeX output
15
16@c @expr{expr} will typeset an expression;
17@c $x$ in TeX, @samp{x} otherwise.
18
19@iftex
20@macro texline
21@end macro
22@alias infoline=comment
23@alias expr=math
24@alias tfn=code
25@alias mathit=expr
8dc6104d 26@alias summarykey=key
4009494e
GM
27@macro cpi{}
28@math{@pi{}}
29@end macro
30@macro cpiover{den}
31@math{@pi/\den\}
32@end macro
33@end iftex
34
35@ifnottex
36@alias texline=comment
37@macro infoline{stuff}
38\stuff\
39@end macro
40@alias expr=samp
41@alias tfn=t
42@alias mathit=i
8dc6104d
JB
43@macro summarykey{ky}
44\ky\
45@end macro
4009494e
GM
46@macro cpi{}
47@expr{pi}
48@end macro
49@macro cpiover{den}
50@expr{pi/\den\}
51@end macro
52@end ifnottex
53
54
55@tex
56% Suggested by Karl Berry <karl@@freefriends.org>
57\gdef\!{\mskip-\thinmuskip}
58@end tex
59
60@c Fix some other things specifically for this manual.
61@iftex
62@finalout
63@mathcode`@:=`@: @c Make Calc fractions come out right in math mode
64@tex
65\gdef\coloneq{\mathrel{\mathord:\mathord=}}
66
67\gdef\beforedisplay{\vskip-10pt}
68\gdef\afterdisplay{\vskip-5pt}
69\gdef\beforedisplayh{\vskip-25pt}
70\gdef\afterdisplayh{\vskip-10pt}
71@end tex
72@newdimen@kyvpos @kyvpos=0pt
73@newdimen@kyhpos @kyhpos=0pt
74@newcount@calcclubpenalty @calcclubpenalty=1000
75@ignore
76@newcount@calcpageno
77@newtoks@calcoldeverypar @calcoldeverypar=@everypar
78@everypar={@calceverypar@the@calcoldeverypar}
79@ifx@turnoffactive@undefinedzzz@def@turnoffactive{}@fi
80@ifx@ninett@undefinedzzz@font@ninett=cmtt9@fi
81@catcode`@\=0 \catcode`\@=11
82\r@ggedbottomtrue
83\catcode`\@=0 @catcode`@\=@active
84@end ignore
85@end iftex
86
87@copying
5a83c46e 88@ifinfo
4009494e 89This file documents Calc, the GNU Emacs calculator.
5a83c46e
JB
90@end ifinfo
91@ifnotinfo
92This file documents Calc, the GNU Emacs calculator, included with GNU Emacs 23.1.
93@end ifnotinfo
4009494e
GM
94
95Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004,
6ed161e1 962005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4009494e
GM
97
98@quotation
99Permission is granted to copy, distribute and/or modify this document
6a2c4aec 100under the terms of the GNU Free Documentation License, Version 1.3 or
4009494e
GM
101any later version published by the Free Software Foundation; with the
102Invariant Sections being just ``GNU GENERAL PUBLIC LICENSE'', with the
103Front-Cover texts being ``A GNU Manual,'' and with the Back-Cover
104Texts as in (a) below. A copy of the license is included in the section
105entitled ``GNU Free Documentation License.''
106
6f093307
GM
107(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
108modify this GNU manual. Buying copies from the FSF supports it in
109developing GNU and promoting software freedom.''
4009494e
GM
110@end quotation
111@end copying
112
113@dircategory Emacs
114@direntry
115* Calc: (calc). Advanced desk calculator and mathematical tool.
116@end direntry
117
118@titlepage
119@sp 6
120@center @titlefont{Calc Manual}
121@sp 4
5a83c46e 122@center GNU Emacs Calc
4009494e
GM
123@c [volume]
124@sp 5
125@center Dave Gillespie
126@center daveg@@synaptics.com
127@page
128
129@vskip 0pt plus 1filll
4009494e
GM
130@insertcopying
131@end titlepage
132
133
134@summarycontents
135
136@c [end]
137
138@contents
139
140@c [begin]
141@ifnottex
142@node Top, Getting Started, (dir), (dir)
143@chapter The GNU Emacs Calculator
144
145@noindent
146@dfn{Calc} is an advanced desk calculator and mathematical tool
147written by Dave Gillespie that runs as part of the GNU Emacs environment.
148
149This manual, also written (mostly) by Dave Gillespie, is divided into
150three major parts: ``Getting Started,'' the ``Calc Tutorial,'' and the
151``Calc Reference.'' The Tutorial introduces all the major aspects of
152Calculator use in an easy, hands-on way. The remainder of the manual is
153a complete reference to the features of the Calculator.
154@end ifnottex
155
156@ifinfo
157For help in the Emacs Info system (which you are using to read this
158file), type @kbd{?}. (You can also type @kbd{h} to run through a
159longer Info tutorial.)
160@end ifinfo
161
5dc584b5
KB
162@insertcopying
163
4009494e
GM
164@menu
165* Getting Started:: General description and overview.
166@ifinfo
167* Interactive Tutorial::
168@end ifinfo
169* Tutorial:: A step-by-step introduction for beginners.
170
171* Introduction:: Introduction to the Calc reference manual.
172* Data Types:: Types of objects manipulated by Calc.
173* Stack and Trail:: Manipulating the stack and trail buffers.
174* Mode Settings:: Adjusting display format and other modes.
175* Arithmetic:: Basic arithmetic functions.
176* Scientific Functions:: Transcendentals and other scientific functions.
177* Matrix Functions:: Operations on vectors and matrices.
178* Algebra:: Manipulating expressions algebraically.
179* Units:: Operations on numbers with units.
180* Store and Recall:: Storing and recalling variables.
181* Graphics:: Commands for making graphs of data.
182* Kill and Yank:: Moving data into and out of Calc.
183* Keypad Mode:: Operating Calc from a keypad.
184* Embedded Mode:: Working with formulas embedded in a file.
185* Programming:: Calc as a programmable calculator.
186
187* Copying:: How you can copy and share Calc.
188* GNU Free Documentation License:: The license for this documentation.
189* Customizing Calc:: Customizing Calc.
190* Reporting Bugs:: How to report bugs and make suggestions.
191
192* Summary:: Summary of Calc commands and functions.
193
194* Key Index:: The standard Calc key sequences.
195* Command Index:: The interactive Calc commands.
196* Function Index:: Functions (in algebraic formulas).
197* Concept Index:: General concepts.
198* Variable Index:: Variables used by Calc (both user and internal).
199* Lisp Function Index:: Internal Lisp math functions.
200@end menu
201
202@ifinfo
203@node Getting Started, Interactive Tutorial, Top, Top
204@end ifinfo
205@ifnotinfo
206@node Getting Started, Tutorial, Top, Top
207@end ifnotinfo
208@chapter Getting Started
209@noindent
210This chapter provides a general overview of Calc, the GNU Emacs
211Calculator: What it is, how to start it and how to exit from it,
212and what are the various ways that it can be used.
213
214@menu
215* What is Calc::
216* About This Manual::
217* Notations Used in This Manual::
218* Demonstration of Calc::
219* Using Calc::
220* History and Acknowledgements::
221@end menu
222
223@node What is Calc, About This Manual, Getting Started, Getting Started
224@section What is Calc?
225
226@noindent
227@dfn{Calc} is an advanced calculator and mathematical tool that runs as
228part of the GNU Emacs environment. Very roughly based on the HP-28/48
229series of calculators, its many features include:
230
231@itemize @bullet
232@item
233Choice of algebraic or RPN (stack-based) entry of calculations.
234
235@item
236Arbitrary precision integers and floating-point numbers.
237
238@item
239Arithmetic on rational numbers, complex numbers (rectangular and polar),
240error forms with standard deviations, open and closed intervals, vectors
241and matrices, dates and times, infinities, sets, quantities with units,
242and algebraic formulas.
243
244@item
245Mathematical operations such as logarithms and trigonometric functions.
246
247@item
248Programmer's features (bitwise operations, non-decimal numbers).
249
250@item
251Financial functions such as future value and internal rate of return.
252
253@item
254Number theoretical features such as prime factorization and arithmetic
255modulo @var{m} for any @var{m}.
256
257@item
258Algebraic manipulation features, including symbolic calculus.
259
260@item
261Moving data to and from regular editing buffers.
262
263@item
264Embedded mode for manipulating Calc formulas and data directly
265inside any editing buffer.
266
267@item
268Graphics using GNUPLOT, a versatile (and free) plotting program.
269
270@item
271Easy programming using keyboard macros, algebraic formulas,
272algebraic rewrite rules, or extended Emacs Lisp.
273@end itemize
274
275Calc tries to include a little something for everyone; as a result it is
276large and might be intimidating to the first-time user. If you plan to
277use Calc only as a traditional desk calculator, all you really need to
278read is the ``Getting Started'' chapter of this manual and possibly the
279first few sections of the tutorial. As you become more comfortable with
280the program you can learn its additional features. Calc does not
281have the scope and depth of a fully-functional symbolic math package,
282but Calc has the advantages of convenience, portability, and freedom.
283
284@node About This Manual, Notations Used in This Manual, What is Calc, Getting Started
285@section About This Manual
286
287@noindent
288This document serves as a complete description of the GNU Emacs
3bf8054f 289Calculator. It works both as an introduction for novices and as
4009494e
GM
290a reference for experienced users. While it helps to have some
291experience with GNU Emacs in order to get the most out of Calc,
292this manual ought to be readable even if you don't know or use Emacs
293regularly.
294
3bf8054f 295This manual is divided into three major parts:@: the ``Getting
4ce54f6b
CY
296Started'' chapter you are reading now, the Calc tutorial, and the Calc
297reference manual.
4009494e
GM
298@c [when-split]
299@c This manual has been printed in two volumes, the @dfn{Tutorial} and the
300@c @dfn{Reference}. Both volumes include a copy of the ``Getting Started''
301@c chapter.
302
303If you are in a hurry to use Calc, there is a brief ``demonstration''
304below which illustrates the major features of Calc in just a couple of
305pages. If you don't have time to go through the full tutorial, this
306will show you everything you need to know to begin.
307@xref{Demonstration of Calc}.
308
309The tutorial chapter walks you through the various parts of Calc
310with lots of hands-on examples and explanations. If you are new
311to Calc and you have some time, try going through at least the
312beginning of the tutorial. The tutorial includes about 70 exercises
313with answers. These exercises give you some guided practice with
314Calc, as well as pointing out some interesting and unusual ways
315to use its features.
316
317The reference section discusses Calc in complete depth. You can read
318the reference from start to finish if you want to learn every aspect
319of Calc. Or, you can look in the table of contents or the Concept
320Index to find the parts of the manual that discuss the things you
321need to know.
322
17587b1b 323@c @cindex Marginal notes
4009494e
GM
324Every Calc keyboard command is listed in the Calc Summary, and also
325in the Key Index. Algebraic functions, @kbd{M-x} commands, and
326variables also have their own indices.
17587b1b
JB
327@c @texline Each
328@c @infoline In the printed manual, each
329@c paragraph that is referenced in the Key or Function Index is marked
330@c in the margin with its index entry.
4009494e
GM
331
332@c [fix-ref Help Commands]
3bf8054f
JB
333You can access this manual on-line at any time within Calc by pressing
334the @kbd{h i} key sequence. Outside of the Calc window, you can press
335@kbd{C-x * i} to read the manual on-line. From within Calc the command
336@kbd{h t} will jump directly to the Tutorial; from outside of Calc the
337command @kbd{C-x * t} will jump to the Tutorial and start Calc if
338necessary. Pressing @kbd{h s} or @kbd{C-x * s} will take you directly
339to the Calc Summary. Within Calc, you can also go to the part of the
340manual describing any Calc key, function, or variable using
341@w{@kbd{h k}}, @kbd{h f}, or @kbd{h v}, respectively. @xref{Help Commands}.
4009494e
GM
342
343@ifnottex
344The Calc manual can be printed, but because the manual is so large, you
345should only make a printed copy if you really need it. To print the
346manual, you will need the @TeX{} typesetting program (this is a free
347program by Donald Knuth at Stanford University) as well as the
348@file{texindex} program and @file{texinfo.tex} file, both of which can
349be obtained from the FSF as part of the @code{texinfo} package.
350To print the Calc manual in one huge tome, you will need the
351source code to this manual, @file{calc.texi}, available as part of the
352Emacs source. Once you have this file, type @kbd{texi2dvi calc.texi}.
353Alternatively, change to the @file{man} subdirectory of the Emacs
354source distribution, and type @kbd{make calc.dvi}. (Don't worry if you
355get some ``overfull box'' warnings while @TeX{} runs.)
356The result will be a device-independent output file called
357@file{calc.dvi}, which you must print in whatever way is right
358for your system. On many systems, the command is
359
360@example
361lpr -d calc.dvi
362@end example
363
364@noindent
365or
366
367@example
368dvips calc.dvi
369@end example
370@end ifnottex
371@c Printed copies of this manual are also available from the Free Software
372@c Foundation.
373
374@node Notations Used in This Manual, Demonstration of Calc, About This Manual, Getting Started
375@section Notations Used in This Manual
376
377@noindent
378This section describes the various notations that are used
379throughout the Calc manual.
380
381In keystroke sequences, uppercase letters mean you must hold down
382the shift key while typing the letter. Keys pressed with Control
383held down are shown as @kbd{C-x}. Keys pressed with Meta held down
384are shown as @kbd{M-x}. Other notations are @key{RET} for the
385Return key, @key{SPC} for the space bar, @key{TAB} for the Tab key,
386@key{DEL} for the Delete key, and @key{LFD} for the Line-Feed key.
387The @key{DEL} key is called Backspace on some keyboards, it is
388whatever key you would use to correct a simple typing error when
389regularly using Emacs.
390
391(If you don't have the @key{LFD} or @key{TAB} keys on your keyboard,
392the @kbd{C-j} and @kbd{C-i} keys are equivalent to them, respectively.
393If you don't have a Meta key, look for Alt or Extend Char. You can
394also press @key{ESC} or @kbd{C-[} first to get the same effect, so
395that @kbd{M-x}, @kbd{@key{ESC} x}, and @kbd{C-[ x} are all equivalent.)
396
397Sometimes the @key{RET} key is not shown when it is ``obvious''
398that you must press @key{RET} to proceed. For example, the @key{RET}
399is usually omitted in key sequences like @kbd{M-x calc-keypad @key{RET}}.
400
401Commands are generally shown like this: @kbd{p} (@code{calc-precision})
402or @kbd{C-x * k} (@code{calc-keypad}). This means that the command is
403normally used by pressing the @kbd{p} key or @kbd{C-x * k} key sequence,
404but it also has the full-name equivalent shown, e.g., @kbd{M-x calc-precision}.
405
406Commands that correspond to functions in algebraic notation
407are written: @kbd{C} (@code{calc-cos}) [@code{cos}]. This means
408the @kbd{C} key is equivalent to @kbd{M-x calc-cos}, and that
409the corresponding function in an algebraic-style formula would
410be @samp{cos(@var{x})}.
411
412A few commands don't have key equivalents: @code{calc-sincos}
413[@code{sincos}].
414
415@node Demonstration of Calc, Using Calc, Notations Used in This Manual, Getting Started
416@section A Demonstration of Calc
417
418@noindent
419@cindex Demonstration of Calc
420This section will show some typical small problems being solved with
421Calc. The focus is more on demonstration than explanation, but
422everything you see here will be covered more thoroughly in the
423Tutorial.
424
425To begin, start Emacs if necessary (usually the command @code{emacs}
426does this), and type @kbd{C-x * c} to start the
427Calculator. (You can also use @kbd{M-x calc} if this doesn't work.
428@xref{Starting Calc}, for various ways of starting the Calculator.)
429
430Be sure to type all the sample input exactly, especially noting the
431difference between lower-case and upper-case letters. Remember,
432@key{RET}, @key{TAB}, @key{DEL}, and @key{SPC} are the Return, Tab,
433Delete, and Space keys.
434
435@strong{RPN calculation.} In RPN, you type the input number(s) first,
436then the command to operate on the numbers.
437
438@noindent
439Type @kbd{2 @key{RET} 3 + Q} to compute
440@texline @math{\sqrt{2+3} = 2.2360679775}.
441@infoline the square root of 2+3, which is 2.2360679775.
442
443@noindent
444Type @kbd{P 2 ^} to compute
445@texline @math{\pi^2 = 9.86960440109}.
446@infoline the value of `pi' squared, 9.86960440109.
447
448@noindent
449Type @key{TAB} to exchange the order of these two results.
450
451@noindent
452Type @kbd{- I H S} to subtract these results and compute the Inverse
453Hyperbolic sine of the difference, 2.72996136574.
454
455@noindent
456Type @key{DEL} to erase this result.
457
458@strong{Algebraic calculation.} You can also enter calculations using
459conventional ``algebraic'' notation. To enter an algebraic formula,
460use the apostrophe key.
461
462@noindent
463Type @kbd{' sqrt(2+3) @key{RET}} to compute
464@texline @math{\sqrt{2+3}}.
465@infoline the square root of 2+3.
466
467@noindent
468Type @kbd{' pi^2 @key{RET}} to enter
469@texline @math{\pi^2}.
470@infoline `pi' squared.
471To evaluate this symbolic formula as a number, type @kbd{=}.
472
473@noindent
474Type @kbd{' arcsinh($ - $$) @key{RET}} to subtract the second-most-recent
475result from the most-recent and compute the Inverse Hyperbolic sine.
476
477@strong{Keypad mode.} If you are using the X window system, press
478@w{@kbd{C-x * k}} to get Keypad mode. (If you don't use X, skip to
479the next section.)
480
481@noindent
482Click on the @key{2}, @key{ENTER}, @key{3}, @key{+}, and @key{SQRT}
483``buttons'' using your left mouse button.
484
485@noindent
486Click on @key{PI}, @key{2}, and @tfn{y^x}.
487
488@noindent
489Click on @key{INV}, then @key{ENTER} to swap the two results.
490
491@noindent
492Click on @key{-}, @key{INV}, @key{HYP}, and @key{SIN}.
493
494@noindent
495Click on @key{<-} to erase the result, then click @key{OFF} to turn
496the Keypad Calculator off.
497
498@strong{Grabbing data.} Type @kbd{C-x * x} if necessary to exit Calc.
499Now select the following numbers as an Emacs region: ``Mark'' the
500front of the list by typing @kbd{C-@key{SPC}} or @kbd{C-@@} there,
501then move to the other end of the list. (Either get this list from
502the on-line copy of this manual, accessed by @w{@kbd{C-x * i}}, or just
503type these numbers into a scratch file.) Now type @kbd{C-x * g} to
504``grab'' these numbers into Calc.
505
506@example
507@group
5081.23 1.97
5091.6 2
5101.19 1.08
511@end group
512@end example
513
514@noindent
515The result @samp{[1.23, 1.97, 1.6, 2, 1.19, 1.08]} is a Calc ``vector.''
516Type @w{@kbd{V R +}} to compute the sum of these numbers.
517
518@noindent
519Type @kbd{U} to Undo this command, then type @kbd{V R *} to compute
520the product of the numbers.
521
522@noindent
523You can also grab data as a rectangular matrix. Place the cursor on
524the upper-leftmost @samp{1} and set the mark, then move to just after
525the lower-right @samp{8} and press @kbd{C-x * r}.
526
527@noindent
528Type @kbd{v t} to transpose this
529@texline @math{3\times2}
530@infoline 3x2
531matrix into a
532@texline @math{2\times3}
533@infoline 2x3
534matrix. Type @w{@kbd{v u}} to unpack the rows into two separate
535vectors. Now type @w{@kbd{V R + @key{TAB} V R +}} to compute the sums
536of the two original columns. (There is also a special
537grab-and-sum-columns command, @kbd{C-x * :}.)
538
539@strong{Units conversion.} Units are entered algebraically.
540Type @w{@kbd{' 43 mi/hr @key{RET}}} to enter the quantity 43 miles-per-hour.
541Type @w{@kbd{u c km/hr @key{RET}}}. Type @w{@kbd{u c m/s @key{RET}}}.
542
543@strong{Date arithmetic.} Type @kbd{t N} to get the current date and
544time. Type @kbd{90 +} to find the date 90 days from now. Type
545@kbd{' <25 dec 87> @key{RET}} to enter a date, then @kbd{- 7 /} to see how
546many weeks have passed since then.
547
548@strong{Algebra.} Algebraic entries can also include formulas
549or equations involving variables. Type @kbd{@w{' [x + y} = a, x y = 1] @key{RET}}
550to enter a pair of equations involving three variables.
551(Note the leading apostrophe in this example; also, note that the space
3bf8054f 552in @samp{x y} is required.) Type @w{@kbd{a S x,y @key{RET}}} to solve
4009494e
GM
553these equations for the variables @expr{x} and @expr{y}.
554
555@noindent
556Type @kbd{d B} to view the solutions in more readable notation.
557Type @w{@kbd{d C}} to view them in C language notation, @kbd{d T}
558to view them in the notation for the @TeX{} typesetting system,
559and @kbd{d L} to view them in the notation for the La@TeX{} typesetting
560system. Type @kbd{d N} to return to normal notation.
561
562@noindent
563Type @kbd{7.5}, then @kbd{s l a @key{RET}} to let @expr{a = 7.5} in these formulas.
3bf8054f 564(That's the letter @kbd{l}, not the numeral @kbd{1}.)
4009494e
GM
565
566@ifnotinfo
567@strong{Help functions.} You can read about any command in the on-line
568manual. Type @kbd{C-x * c} to return to Calc after each of these
569commands: @kbd{h k t N} to read about the @kbd{t N} command,
570@kbd{h f sqrt @key{RET}} to read about the @code{sqrt} function, and
571@kbd{h s} to read the Calc summary.
572@end ifnotinfo
573@ifinfo
574@strong{Help functions.} You can read about any command in the on-line
575manual. Remember to type the letter @kbd{l}, then @kbd{C-x * c}, to
576return here after each of these commands: @w{@kbd{h k t N}} to read
577about the @w{@kbd{t N}} command, @kbd{h f sqrt @key{RET}} to read about the
578@code{sqrt} function, and @kbd{h s} to read the Calc summary.
579@end ifinfo
580
581Press @key{DEL} repeatedly to remove any leftover results from the stack.
582To exit from Calc, press @kbd{q} or @kbd{C-x * c} again.
583
584@node Using Calc, History and Acknowledgements, Demonstration of Calc, Getting Started
585@section Using Calc
586
587@noindent
588Calc has several user interfaces that are specialized for
589different kinds of tasks. As well as Calc's standard interface,
590there are Quick mode, Keypad mode, and Embedded mode.
591
592@menu
593* Starting Calc::
594* The Standard Interface::
595* Quick Mode Overview::
596* Keypad Mode Overview::
597* Standalone Operation::
598* Embedded Mode Overview::
599* Other C-x * Commands::
600@end menu
601
602@node Starting Calc, The Standard Interface, Using Calc, Using Calc
603@subsection Starting Calc
604
605@noindent
606On most systems, you can type @kbd{C-x *} to start the Calculator.
607The key sequence @kbd{C-x *} is bound to the command @code{calc-dispatch},
608which can be rebound if convenient (@pxref{Customizing Calc}).
609
610When you press @kbd{C-x *}, Emacs waits for you to press a second key to
611complete the command. In this case, you will follow @kbd{C-x *} with a
612letter (upper- or lower-case, it doesn't matter for @kbd{C-x *}) that says
613which Calc interface you want to use.
614
615To get Calc's standard interface, type @kbd{C-x * c}. To get
616Keypad mode, type @kbd{C-x * k}. Type @kbd{C-x * ?} to get a brief
617list of the available options, and type a second @kbd{?} to get
618a complete list.
619
620To ease typing, @kbd{C-x * *} also works to start Calc. It starts the
621same interface (either @kbd{C-x * c} or @w{@kbd{C-x * k}}) that you last
622used, selecting the @kbd{C-x * c} interface by default.
623
624If @kbd{C-x *} doesn't work for you, you can always type explicit
625commands like @kbd{M-x calc} (for the standard user interface) or
626@w{@kbd{M-x calc-keypad}} (for Keypad mode). First type @kbd{M-x}
627(that's Meta with the letter @kbd{x}), then, at the prompt,
628type the full command (like @kbd{calc-keypad}) and press Return.
629
630The same commands (like @kbd{C-x * c} or @kbd{C-x * *}) that start
631the Calculator also turn it off if it is already on.
632
633@node The Standard Interface, Quick Mode Overview, Starting Calc, Using Calc
634@subsection The Standard Calc Interface
635
636@noindent
637@cindex Standard user interface
638Calc's standard interface acts like a traditional RPN calculator,
639operated by the normal Emacs keyboard. When you type @kbd{C-x * c}
640to start the Calculator, the Emacs screen splits into two windows
641with the file you were editing on top and Calc on the bottom.
642
643@smallexample
644@group
645
646...
647--**-Emacs: myfile (Fundamental)----All----------------------
648--- Emacs Calculator Mode --- |Emacs Calculator Trail
6492: 17.3 | 17.3
6501: -5 | 3
651 . | 2
652 | 4
653 | * 8
654 | ->-5
655 |
92e15881 656--%*-Calc: 12 Deg (Calculator)----All----- --%*- *Calc Trail*
4009494e
GM
657@end group
658@end smallexample
659
660In this figure, the mode-line for @file{myfile} has moved up and the
661``Calculator'' window has appeared below it. As you can see, Calc
662actually makes two windows side-by-side. The lefthand one is
663called the @dfn{stack window} and the righthand one is called the
664@dfn{trail window.} The stack holds the numbers involved in the
665calculation you are currently performing. The trail holds a complete
666record of all calculations you have done. In a desk calculator with
667a printer, the trail corresponds to the paper tape that records what
668you do.
669
670In this case, the trail shows that four numbers (17.3, 3, 2, and 4)
671were first entered into the Calculator, then the 2 and 4 were
672multiplied to get 8, then the 3 and 8 were subtracted to get @mathit{-5}.
673(The @samp{>} symbol shows that this was the most recent calculation.)
674The net result is the two numbers 17.3 and @mathit{-5} sitting on the stack.
675
676Most Calculator commands deal explicitly with the stack only, but
677there is a set of commands that allow you to search back through
678the trail and retrieve any previous result.
679
680Calc commands use the digits, letters, and punctuation keys.
681Shifted (i.e., upper-case) letters are different from lowercase
682letters. Some letters are @dfn{prefix} keys that begin two-letter
683commands. For example, @kbd{e} means ``enter exponent'' and shifted
684@kbd{E} means @expr{e^x}. With the @kbd{d} (``display modes'') prefix
685the letter ``e'' takes on very different meanings: @kbd{d e} means
686``engineering notation'' and @kbd{d E} means ``@dfn{eqn} language mode.''
687
688There is nothing stopping you from switching out of the Calc
689window and back into your editing window, say by using the Emacs
690@w{@kbd{C-x o}} (@code{other-window}) command. When the cursor is
691inside a regular window, Emacs acts just like normal. When the
692cursor is in the Calc stack or trail windows, keys are interpreted
693as Calc commands.
694
695When you quit by pressing @kbd{C-x * c} a second time, the Calculator
696windows go away but the actual Stack and Trail are not gone, just
697hidden. When you press @kbd{C-x * c} once again you will get the
698same stack and trail contents you had when you last used the
699Calculator.
700
701The Calculator does not remember its state between Emacs sessions.
702Thus if you quit Emacs and start it again, @kbd{C-x * c} will give you
703a fresh stack and trail. There is a command (@kbd{m m}) that lets
704you save your favorite mode settings between sessions, though.
705One of the things it saves is which user interface (standard or
706Keypad) you last used; otherwise, a freshly started Emacs will
707always treat @kbd{C-x * *} the same as @kbd{C-x * c}.
708
709The @kbd{q} key is another equivalent way to turn the Calculator off.
710
711If you type @kbd{C-x * b} first and then @kbd{C-x * c}, you get a
712full-screen version of Calc (@code{full-calc}) in which the stack and
713trail windows are still side-by-side but are now as tall as the whole
714Emacs screen. When you press @kbd{q} or @kbd{C-x * c} again to quit,
715the file you were editing before reappears. The @kbd{C-x * b} key
716switches back and forth between ``big'' full-screen mode and the
717normal partial-screen mode.
718
719Finally, @kbd{C-x * o} (@code{calc-other-window}) is like @kbd{C-x * c}
720except that the Calc window is not selected. The buffer you were
3bf8054f
JB
721editing before remains selected instead. If you are in a Calc window,
722then @kbd{C-x * o} will switch you out of it, being careful not to
723switch you to the Calc Trail window. So @kbd{C-x * o} is a handy
724way to switch out of Calc momentarily to edit your file; you can then
725type @kbd{C-x * c} to switch back into Calc when you are done.
4009494e
GM
726
727@node Quick Mode Overview, Keypad Mode Overview, The Standard Interface, Using Calc
728@subsection Quick Mode (Overview)
729
730@noindent
731@dfn{Quick mode} is a quick way to use Calc when you don't need the
732full complexity of the stack and trail. To use it, type @kbd{C-x * q}
733(@code{quick-calc}) in any regular editing buffer.
734
735Quick mode is very simple: It prompts you to type any formula in
736standard algebraic notation (like @samp{4 - 2/3}) and then displays
737the result at the bottom of the Emacs screen (@mathit{3.33333333333}
738in this case). You are then back in the same editing buffer you
739were in before, ready to continue editing or to type @kbd{C-x * q}
740again to do another quick calculation. The result of the calculation
741will also be in the Emacs ``kill ring'' so that a @kbd{C-y} command
742at this point will yank the result into your editing buffer.
743
744Calc mode settings affect Quick mode, too, though you will have to
745go into regular Calc (with @kbd{C-x * c}) to change the mode settings.
746
747@c [fix-ref Quick Calculator mode]
748@xref{Quick Calculator}, for further information.
749
750@node Keypad Mode Overview, Standalone Operation, Quick Mode Overview, Using Calc
751@subsection Keypad Mode (Overview)
752
753@noindent
754@dfn{Keypad mode} is a mouse-based interface to the Calculator.
755It is designed for use with terminals that support a mouse. If you
756don't have a mouse, you will have to operate Keypad mode with your
757arrow keys (which is probably more trouble than it's worth).
758
759Type @kbd{C-x * k} to turn Keypad mode on or off. Once again you
760get two new windows, this time on the righthand side of the screen
761instead of at the bottom. The upper window is the familiar Calc
762Stack; the lower window is a picture of a typical calculator keypad.
763
764@tex
765\dimen0=\pagetotal%
766\advance \dimen0 by 24\baselineskip%
767\ifdim \dimen0>\pagegoal \vfill\eject \fi%
768\medskip
769@end tex
770@smallexample
771@group
772|--- Emacs Calculator Mode ---
773|2: 17.3
774|1: -5
775| .
92e15881 776|--%*-Calc: 12 Deg (Calcul
5a83c46e 777|----+----+--Calc---+----+----1
4009494e
GM
778|FLR |CEIL|RND |TRNC|CLN2|FLT |
779|----+----+----+----+----+----|
780| LN |EXP | |ABS |IDIV|MOD |
781|----+----+----+----+----+----|
782|SIN |COS |TAN |SQRT|y^x |1/x |
783|----+----+----+----+----+----|
784| ENTER |+/- |EEX |UNDO| <- |
785|-----+---+-+--+--+-+---++----|
786| INV | 7 | 8 | 9 | / |
787|-----+-----+-----+-----+-----|
788| HYP | 4 | 5 | 6 | * |
789|-----+-----+-----+-----+-----|
790|EXEC | 1 | 2 | 3 | - |
791|-----+-----+-----+-----+-----|
792| OFF | 0 | . | PI | + |
793|-----+-----+-----+-----+-----+
794@end group
795@end smallexample
796
797Keypad mode is much easier for beginners to learn, because there
798is no need to memorize lots of obscure key sequences. But not all
799commands in regular Calc are available on the Keypad. You can
800always switch the cursor into the Calc stack window to use
801standard Calc commands if you need. Serious Calc users, though,
802often find they prefer the standard interface over Keypad mode.
803
804To operate the Calculator, just click on the ``buttons'' of the
805keypad using your left mouse button. To enter the two numbers
806shown here you would click @w{@kbd{1 7 .@: 3 ENTER 5 +/- ENTER}}; to
807add them together you would then click @kbd{+} (to get 12.3 on
808the stack).
809
810If you click the right mouse button, the top three rows of the
811keypad change to show other sets of commands, such as advanced
812math functions, vector operations, and operations on binary
813numbers.
814
815Because Keypad mode doesn't use the regular keyboard, Calc leaves
816the cursor in your original editing buffer. You can type in
817this buffer in the usual way while also clicking on the Calculator
818keypad. One advantage of Keypad mode is that you don't need an
819explicit command to switch between editing and calculating.
820
821If you press @kbd{C-x * b} first, you get a full-screen Keypad mode
822(@code{full-calc-keypad}) with three windows: The keypad in the lower
823left, the stack in the lower right, and the trail on top.
824
825@c [fix-ref Keypad Mode]
826@xref{Keypad Mode}, for further information.
827
828@node Standalone Operation, Embedded Mode Overview, Keypad Mode Overview, Using Calc
829@subsection Standalone Operation
830
831@noindent
832@cindex Standalone Operation
833If you are not in Emacs at the moment but you wish to use Calc,
834you must start Emacs first. If all you want is to run Calc, you
835can give the commands:
836
837@example
838emacs -f full-calc
839@end example
840
841@noindent
842or
843
844@example
845emacs -f full-calc-keypad
846@end example
847
848@noindent
849which run a full-screen Calculator (as if by @kbd{C-x * b C-x * c}) or
850a full-screen X-based Calculator (as if by @kbd{C-x * b C-x * k}).
851In standalone operation, quitting the Calculator (by pressing
852@kbd{q} or clicking on the keypad @key{EXIT} button) quits Emacs
853itself.
854
855@node Embedded Mode Overview, Other C-x * Commands, Standalone Operation, Using Calc
856@subsection Embedded Mode (Overview)
857
858@noindent
859@dfn{Embedded mode} is a way to use Calc directly from inside an
860editing buffer. Suppose you have a formula written as part of a
861document like this:
862
863@smallexample
864@group
865The derivative of
866
867 ln(ln(x))
868
869is
870@end group
871@end smallexample
872
873@noindent
874and you wish to have Calc compute and format the derivative for
875you and store this derivative in the buffer automatically. To
876do this with Embedded mode, first copy the formula down to where
3bf8054f
JB
877you want the result to be, leaving a blank line before and after the
878formula:
4009494e
GM
879
880@smallexample
881@group
882The derivative of
883
884 ln(ln(x))
885
886is
887
888 ln(ln(x))
889@end group
890@end smallexample
891
892Now, move the cursor onto this new formula and press @kbd{C-x * e}.
3bf8054f
JB
893Calc will read the formula (using the surrounding blank lines to tell
894how much text to read), then push this formula (invisibly) onto the Calc
895stack. The cursor will stay on the formula in the editing buffer, but
896the line with the formula will now appear as it would on the Calc stack
897(in this case, it will be left-aligned) and the buffer's mode line will
898change to look like the Calc mode line (with mode indicators like
899@samp{12 Deg} and so on). Even though you are still in your editing
900buffer, the keyboard now acts like the Calc keyboard, and any new result
901you get is copied from the stack back into the buffer. To take the
902derivative, you would type @kbd{a d x @key{RET}}.
4009494e
GM
903
904@smallexample
905@group
906The derivative of
907
908 ln(ln(x))
909
910is
911
9121 / ln(x) x
913@end group
914@end smallexample
915
5fafc247
JB
916(Note that by default, Calc gives division lower precedence than multiplication,
917so that @samp{1 / ln(x) x} is equivalent to @samp{1 / (ln(x) x)}.)
3bf8054f 918
4009494e
GM
919To make this look nicer, you might want to press @kbd{d =} to center
920the formula, and even @kbd{d B} to use Big display mode.
921
922@smallexample
923@group
924The derivative of
925
926 ln(ln(x))
927
928is
929% [calc-mode: justify: center]
930% [calc-mode: language: big]
931
932 1
933 -------
934 ln(x) x
935@end group
936@end smallexample
937
938Calc has added annotations to the file to help it remember the modes
939that were used for this formula. They are formatted like comments
940in the @TeX{} typesetting language, just in case you are using @TeX{} or
941La@TeX{}. (In this example @TeX{} is not being used, so you might want
942to move these comments up to the top of the file or otherwise put them
943out of the way.)
944
945As an extra flourish, we can add an equation number using a
946righthand label: Type @kbd{d @} (1) @key{RET}}.
947
948@smallexample
949@group
950% [calc-mode: justify: center]
951% [calc-mode: language: big]
952% [calc-mode: right-label: " (1)"]
953
954 1
955 ------- (1)
956 ln(x) x
957@end group
958@end smallexample
959
960To leave Embedded mode, type @kbd{C-x * e} again. The mode line
961and keyboard will revert to the way they were before.
962
963The related command @kbd{C-x * w} operates on a single word, which
4a65fb7a
JB
964generally means a single number, inside text. It searches for an
965expression which ``looks'' like a number containing the point.
966Here's an example of its use:
4009494e
GM
967
968@smallexample
969A slope of one-third corresponds to an angle of 1 degrees.
970@end smallexample
971
972Place the cursor on the @samp{1}, then type @kbd{C-x * w} to enable
973Embedded mode on that number. Now type @kbd{3 /} (to get one-third),
974and @kbd{I T} (the Inverse Tangent converts a slope into an angle),
975then @w{@kbd{C-x * w}} again to exit Embedded mode.
976
977@smallexample
978A slope of one-third corresponds to an angle of 18.4349488229 degrees.
979@end smallexample
980
981@c [fix-ref Embedded Mode]
982@xref{Embedded Mode}, for full details.
983
984@node Other C-x * Commands, , Embedded Mode Overview, Using Calc
985@subsection Other @kbd{C-x *} Commands
986
987@noindent
988Two more Calc-related commands are @kbd{C-x * g} and @kbd{C-x * r},
989which ``grab'' data from a selected region of a buffer into the
990Calculator. The region is defined in the usual Emacs way, by
991a ``mark'' placed at one end of the region, and the Emacs
992cursor or ``point'' placed at the other.
993
994The @kbd{C-x * g} command reads the region in the usual left-to-right,
995top-to-bottom order. The result is packaged into a Calc vector
996of numbers and placed on the stack. Calc (in its standard
997user interface) is then started. Type @kbd{v u} if you want
998to unpack this vector into separate numbers on the stack. Also,
999@kbd{C-u C-x * g} interprets the region as a single number or
1000formula.
1001
1002The @kbd{C-x * r} command reads a rectangle, with the point and
1003mark defining opposite corners of the rectangle. The result
1004is a matrix of numbers on the Calculator stack.
1005
1006Complementary to these is @kbd{C-x * y}, which ``yanks'' the
1007value at the top of the Calc stack back into an editing buffer.
1008If you type @w{@kbd{C-x * y}} while in such a buffer, the value is
1009yanked at the current position. If you type @kbd{C-x * y} while
1010in the Calc buffer, Calc makes an educated guess as to which
1011editing buffer you want to use. The Calc window does not have
1012to be visible in order to use this command, as long as there
1013is something on the Calc stack.
1014
1015Here, for reference, is the complete list of @kbd{C-x *} commands.
1016The shift, control, and meta keys are ignored for the keystroke
1017following @kbd{C-x *}.
1018
1019@noindent
1020Commands for turning Calc on and off:
1021
1022@table @kbd
1023@item *
1024Turn Calc on or off, employing the same user interface as last time.
1025
1026@item =, +, -, /, \, &, #
1027Alternatives for @kbd{*}.
1028
1029@item C
1030Turn Calc on or off using its standard bottom-of-the-screen
1031interface. If Calc is already turned on but the cursor is not
1032in the Calc window, move the cursor into the window.
1033
1034@item O
1035Same as @kbd{C}, but don't select the new Calc window. If
1036Calc is already turned on and the cursor is in the Calc window,
1037move it out of that window.
1038
1039@item B
1040Control whether @kbd{C-x * c} and @kbd{C-x * k} use the full screen.
1041
1042@item Q
1043Use Quick mode for a single short calculation.
1044
1045@item K
1046Turn Calc Keypad mode on or off.
1047
1048@item E
1049Turn Calc Embedded mode on or off at the current formula.
1050
1051@item J
1052Turn Calc Embedded mode on or off, select the interesting part.
1053
1054@item W
1055Turn Calc Embedded mode on or off at the current word (number).
1056
1057@item Z
1058Turn Calc on in a user-defined way, as defined by a @kbd{Z I} command.
1059
1060@item X
1061Quit Calc; turn off standard, Keypad, or Embedded mode if on.
1062(This is like @kbd{q} or @key{OFF} inside of Calc.)
1063@end table
1064@iftex
1065@sp 2
1066@end iftex
1067
1068@noindent
1069Commands for moving data into and out of the Calculator:
1070
1071@table @kbd
1072@item G
1073Grab the region into the Calculator as a vector.
1074
1075@item R
1076Grab the rectangular region into the Calculator as a matrix.
1077
1078@item :
1079Grab the rectangular region and compute the sums of its columns.
1080
1081@item _
1082Grab the rectangular region and compute the sums of its rows.
1083
1084@item Y
1085Yank a value from the Calculator into the current editing buffer.
1086@end table
1087@iftex
1088@sp 2
1089@end iftex
1090
1091@noindent
1092Commands for use with Embedded mode:
1093
1094@table @kbd
1095@item A
1096``Activate'' the current buffer. Locate all formulas that
1097contain @samp{:=} or @samp{=>} symbols and record their locations
1098so that they can be updated automatically as variables are changed.
1099
1100@item D
1101Duplicate the current formula immediately below and select
1102the duplicate.
1103
1104@item F
1105Insert a new formula at the current point.
1106
1107@item N
1108Move the cursor to the next active formula in the buffer.
1109
1110@item P
1111Move the cursor to the previous active formula in the buffer.
1112
1113@item U
1114Update (i.e., as if by the @kbd{=} key) the formula at the current point.
1115
1116@item `
1117Edit (as if by @code{calc-edit}) the formula at the current point.
1118@end table
1119@iftex
1120@sp 2
1121@end iftex
1122
1123@noindent
1124Miscellaneous commands:
1125
1126@table @kbd
1127@item I
1128Run the Emacs Info system to read the Calc manual.
1129(This is the same as @kbd{h i} inside of Calc.)
1130
1131@item T
1132Run the Emacs Info system to read the Calc Tutorial.
1133
1134@item S
1135Run the Emacs Info system to read the Calc Summary.
1136
1137@item L
1138Load Calc entirely into memory. (Normally the various parts
1139are loaded only as they are needed.)
1140
1141@item M
1142Read a region of written keystroke names (like @kbd{C-n a b c @key{RET}})
1143and record them as the current keyboard macro.
1144
1145@item 0
1146(This is the ``zero'' digit key.) Reset the Calculator to
1147its initial state: Empty stack, and initial mode settings.
1148@end table
1149
1150@node History and Acknowledgements, , Using Calc, Getting Started
1151@section History and Acknowledgements
1152
1153@noindent
1154Calc was originally started as a two-week project to occupy a lull
1155in the author's schedule. Basically, a friend asked if I remembered
1156the value of
1157@texline @math{2^{32}}.
1158@infoline @expr{2^32}.
1159I didn't offhand, but I said, ``that's easy, just call up an
1160@code{xcalc}.'' @code{Xcalc} duly reported that the answer to our
1161question was @samp{4.294967e+09}---with no way to see the full ten
1162digits even though we knew they were there in the program's memory! I
1163was so annoyed, I vowed to write a calculator of my own, once and for
1164all.
1165
1166I chose Emacs Lisp, a) because I had always been curious about it
1167and b) because, being only a text editor extension language after
1168all, Emacs Lisp would surely reach its limits long before the project
1169got too far out of hand.
1170
1171To make a long story short, Emacs Lisp turned out to be a distressingly
1172solid implementation of Lisp, and the humble task of calculating
1173turned out to be more open-ended than one might have expected.
1174
1175Emacs Lisp didn't have built-in floating point math (now it does), so
4bb49b43
JB
1176this had to be simulated in software. In fact, Emacs integers would
1177only comfortably fit six decimal digits or so---not enough for a decent
1178calculator. So I had to write my own high-precision integer code as
1179well, and once I had this I figured that arbitrary-size integers were
1180just as easy as large integers. Arbitrary floating-point precision was
1181the logical next step. Also, since the large integer arithmetic was
1182there anyway it seemed only fair to give the user direct access to it,
1183which in turn made it practical to support fractions as well as floats.
1184All these features inspired me to look around for other data types that
1185might be worth having.
4009494e
GM
1186
1187Around this time, my friend Rick Koshi showed me his nifty new HP-28
1188calculator. It allowed the user to manipulate formulas as well as
1189numerical quantities, and it could also operate on matrices. I
1190decided that these would be good for Calc to have, too. And once
1191things had gone this far, I figured I might as well take a look at
1192serious algebra systems for further ideas. Since these systems did
1193far more than I could ever hope to implement, I decided to focus on
1194rewrite rules and other programming features so that users could
1195implement what they needed for themselves.
1196
1197Rick complained that matrices were hard to read, so I put in code to
1198format them in a 2D style. Once these routines were in place, Big mode
1199was obligatory. Gee, what other language modes would be useful?
1200
1201Scott Hemphill and Allen Knutson, two friends with a strong mathematical
1202bent, contributed ideas and algorithms for a number of Calc features
1203including modulo forms, primality testing, and float-to-fraction conversion.
1204
1205Units were added at the eager insistence of Mass Sivilotti. Later,
1206Ulrich Mueller at CERN and Przemek Klosowski at NIST provided invaluable
1207expert assistance with the units table. As far as I can remember, the
1208idea of using algebraic formulas and variables to represent units dates
1209back to an ancient article in Byte magazine about muMath, an early
1210algebra system for microcomputers.
1211
1212Many people have contributed to Calc by reporting bugs and suggesting
1213features, large and small. A few deserve special mention: Tim Peters,
1214who helped develop the ideas that led to the selection commands, rewrite
1215rules, and many other algebra features;
1216@texline Fran\c{c}ois
1217@infoline Francois
1218Pinard, who contributed an early prototype of the Calc Summary appendix
1219as well as providing valuable suggestions in many other areas of Calc;
1220Carl Witty, whose eagle eyes discovered many typographical and factual
1221errors in the Calc manual; Tim Kay, who drove the development of
1222Embedded mode; Ove Ewerlid, who made many suggestions relating to the
1223algebra commands and contributed some code for polynomial operations;
f10d0e80 1224Randal Schwartz, who suggested the @code{calc-eval} function; Juha
4009494e 1225Sarlin, who first worked out how to split Calc into quickly-loading
f10d0e80
JB
1226parts; Bob Weiner, who helped immensely with the Lucid Emacs port; and
1227Robert J. Chassell, who suggested the Calc Tutorial and exercises as
1228well as many other things.
4009494e
GM
1229
1230@cindex Bibliography
1231@cindex Knuth, Art of Computer Programming
1232@cindex Numerical Recipes
1233@c Should these be expanded into more complete references?
1234Among the books used in the development of Calc were Knuth's @emph{Art
1235of Computer Programming} (especially volume II, @emph{Seminumerical
1236Algorithms}); @emph{Numerical Recipes} by Press, Flannery, Teukolsky,
1237and Vetterling; Bevington's @emph{Data Reduction and Error Analysis
1238for the Physical Sciences}; @emph{Concrete Mathematics} by Graham,
1239Knuth, and Patashnik; Steele's @emph{Common Lisp, the Language}; the
1240@emph{CRC Standard Math Tables} (William H. Beyer, ed.); and
1241Abramowitz and Stegun's venerable @emph{Handbook of Mathematical
1242Functions}. Also, of course, Calc could not have been written without
1243the excellent @emph{GNU Emacs Lisp Reference Manual}, by Bil Lewis and
1244Dan LaLiberte.
1245
1246Final thanks go to Richard Stallman, without whose fine implementations
1247of the Emacs editor, language, and environment, Calc would have been
1248finished in two weeks.
1249
1250@c [tutorial]
1251
1252@ifinfo
1253@c This node is accessed by the `C-x * t' command.
1254@node Interactive Tutorial, Tutorial, Getting Started, Top
1255@chapter Tutorial
1256
1257@noindent
1258Some brief instructions on using the Emacs Info system for this tutorial:
1259
1260Press the space bar and Delete keys to go forward and backward in a
1261section by screenfuls (or use the regular Emacs scrolling commands
1262for this).
1263
1264Press @kbd{n} or @kbd{p} to go to the Next or Previous section.
1265If the section has a @dfn{menu}, press a digit key like @kbd{1}
1266or @kbd{2} to go to a sub-section from the menu. Press @kbd{u} to
1267go back up from a sub-section to the menu it is part of.
1268
1269Exercises in the tutorial all have cross-references to the
1270appropriate page of the ``answers'' section. Press @kbd{f}, then
1271the exercise number, to see the answer to an exercise. After
1272you have followed a cross-reference, you can press the letter
1273@kbd{l} to return to where you were before.
1274
1275You can press @kbd{?} at any time for a brief summary of Info commands.
1276
59ee4113 1277Press the number @kbd{1} now to enter the first section of the Tutorial.
4009494e
GM
1278
1279@menu
1280* Tutorial::
1281@end menu
1282
1283@node Tutorial, Introduction, Interactive Tutorial, Top
1284@end ifinfo
1285@ifnotinfo
1286@node Tutorial, Introduction, Getting Started, Top
1287@end ifnotinfo
1288@chapter Tutorial
1289
1290@noindent
1291This chapter explains how to use Calc and its many features, in
1292a step-by-step, tutorial way. You are encouraged to run Calc and
1293work along with the examples as you read (@pxref{Starting Calc}).
1294If you are already familiar with advanced calculators, you may wish
1295@c [not-split]
1296to skip on to the rest of this manual.
1297@c [when-split]
1298@c to skip on to volume II of this manual, the @dfn{Calc Reference}.
1299
1300@c [fix-ref Embedded Mode]
1301This tutorial describes the standard user interface of Calc only.
1302The Quick mode and Keypad mode interfaces are fairly
1303self-explanatory. @xref{Embedded Mode}, for a description of
1304the Embedded mode interface.
1305
1306The easiest way to read this tutorial on-line is to have two windows on
59ee4113
JB
1307your Emacs screen, one with Calc and one with the Info system. Press
1308@kbd{C-x * t} to set this up; the on-line tutorial will be opened in the
1309current window and Calc will be started in another window. From the
1310Info window, the command @kbd{C-x * c} can be used to switch to the Calc
1311window and @kbd{C-x * o} can be used to switch back to the Info window.
1312(If you have a printed copy of the manual you can use that instead; in
1313that case you only need to press @kbd{C-x * c} to start Calc.)
4009494e
GM
1314
1315This tutorial is designed to be done in sequence. But the rest of this
1316manual does not assume you have gone through the tutorial. The tutorial
1317does not cover everything in the Calculator, but it touches on most
1318general areas.
1319
1320@ifnottex
1321You may wish to print out a copy of the Calc Summary and keep notes on
1322it as you learn Calc. @xref{About This Manual}, to see how to make a
1323printed summary. @xref{Summary}.
1324@end ifnottex
1325@iftex
1326The Calc Summary at the end of the reference manual includes some blank
1327space for your own use. You may wish to keep notes there as you learn
1328Calc.
1329@end iftex
1330
1331@menu
1332* Basic Tutorial::
1333* Arithmetic Tutorial::
1334* Vector/Matrix Tutorial::
1335* Types Tutorial::
1336* Algebra Tutorial::
1337* Programming Tutorial::
1338
1339* Answers to Exercises::
1340@end menu
1341
1342@node Basic Tutorial, Arithmetic Tutorial, Tutorial, Tutorial
1343@section Basic Tutorial
1344
1345@noindent
1346In this section, we learn how RPN and algebraic-style calculations
1347work, how to undo and redo an operation done by mistake, and how
1348to control various modes of the Calculator.
1349
1350@menu
1351* RPN Tutorial:: Basic operations with the stack.
1352* Algebraic Tutorial:: Algebraic entry; variables.
1353* Undo Tutorial:: If you make a mistake: Undo and the trail.
1354* Modes Tutorial:: Common mode-setting commands.
1355@end menu
1356
1357@node RPN Tutorial, Algebraic Tutorial, Basic Tutorial, Basic Tutorial
1358@subsection RPN Calculations and the Stack
1359
1360@cindex RPN notation
1361@ifnottex
1362@noindent
1363Calc normally uses RPN notation. You may be familiar with the RPN
1364system from Hewlett-Packard calculators, FORTH, or PostScript.
1365(Reverse Polish Notation, RPN, is named after the Polish mathematician
1366Jan Lukasiewicz.)
1367@end ifnottex
1368@tex
1369\noindent
1370Calc normally uses RPN notation. You may be familiar with the RPN
1371system from Hewlett-Packard calculators, FORTH, or PostScript.
1372(Reverse Polish Notation, RPN, is named after the Polish mathematician
1373Jan \L ukasiewicz.)
1374@end tex
1375
1376The central component of an RPN calculator is the @dfn{stack}. A
1377calculator stack is like a stack of dishes. New dishes (numbers) are
1378added at the top of the stack, and numbers are normally only removed
1379from the top of the stack.
1380
1381@cindex Operators
1382@cindex Operands
1383In an operation like @expr{2+3}, the 2 and 3 are called the @dfn{operands}
1384and the @expr{+} is the @dfn{operator}. In an RPN calculator you always
1385enter the operands first, then the operator. Each time you type a
1386number, Calc adds or @dfn{pushes} it onto the top of the Stack.
1387When you press an operator key like @kbd{+}, Calc @dfn{pops} the appropriate
1388number of operands from the stack and pushes back the result.
1389
1390Thus we could add the numbers 2 and 3 in an RPN calculator by typing:
1391@kbd{2 @key{RET} 3 @key{RET} +}. (The @key{RET} key, Return, corresponds to
1392the @key{ENTER} key on traditional RPN calculators.) Try this now if
1393you wish; type @kbd{C-x * c} to switch into the Calc window (you can type
1394@kbd{C-x * c} again or @kbd{C-x * o} to switch back to the Tutorial window).
1395The first four keystrokes ``push'' the numbers 2 and 3 onto the stack.
1396The @kbd{+} key ``pops'' the top two numbers from the stack, adds them,
1397and pushes the result (5) back onto the stack. Here's how the stack
1398will look at various points throughout the calculation:
1399
1400@smallexample
1401@group
1402 . 1: 2 2: 2 1: 5 .
1403 . 1: 3 .
1404 .
1405
1406 C-x * c 2 @key{RET} 3 @key{RET} + @key{DEL}
1407@end group
1408@end smallexample
1409
1410The @samp{.} symbol is a marker that represents the top of the stack.
1411Note that the ``top'' of the stack is really shown at the bottom of
1412the Stack window. This may seem backwards, but it turns out to be
1413less distracting in regular use.
1414
1415@cindex Stack levels
1416@cindex Levels of stack
1417The numbers @samp{1:} and @samp{2:} on the left are @dfn{stack level
1418numbers}. Old RPN calculators always had four stack levels called
1419@expr{x}, @expr{y}, @expr{z}, and @expr{t}. Calc's stack can grow
1420as large as you like, so it uses numbers instead of letters. Some
1421stack-manipulation commands accept a numeric argument that says
1422which stack level to work on. Normal commands like @kbd{+} always
1423work on the top few levels of the stack.
1424
1425@c [fix-ref Truncating the Stack]
1426The Stack buffer is just an Emacs buffer, and you can move around in
1427it using the regular Emacs motion commands. But no matter where the
1428cursor is, even if you have scrolled the @samp{.} marker out of
1429view, most Calc commands always move the cursor back down to level 1
1430before doing anything. It is possible to move the @samp{.} marker
1431upwards through the stack, temporarily ``hiding'' some numbers from
1432commands like @kbd{+}. This is called @dfn{stack truncation} and
1433we will not cover it in this tutorial; @pxref{Truncating the Stack},
1434if you are interested.
1435
1436You don't really need the second @key{RET} in @kbd{2 @key{RET} 3
1437@key{RET} +}. That's because if you type any operator name or
1438other non-numeric key when you are entering a number, the Calculator
1439automatically enters that number and then does the requested command.
1440Thus @kbd{2 @key{RET} 3 +} will work just as well.
1441
1442Examples in this tutorial will often omit @key{RET} even when the
1443stack displays shown would only happen if you did press @key{RET}:
1444
1445@smallexample
1446@group
14471: 2 2: 2 1: 5
1448 . 1: 3 .
1449 .
1450
1451 2 @key{RET} 3 +
1452@end group
1453@end smallexample
1454
1455@noindent
1456Here, after pressing @kbd{3} the stack would really show @samp{1: 2}
1457with @samp{Calc:@: 3} in the minibuffer. In these situations, you can
1458press the optional @key{RET} to see the stack as the figure shows.
1459
1460(@bullet{}) @strong{Exercise 1.} (This tutorial will include exercises
1461at various points. Try them if you wish. Answers to all the exercises
1462are located at the end of the Tutorial chapter. Each exercise will
1463include a cross-reference to its particular answer. If you are
1464reading with the Emacs Info system, press @kbd{f} and the
1465exercise number to go to the answer, then the letter @kbd{l} to
1466return to where you were.)
1467
1468@noindent
1469Here's the first exercise: What will the keystrokes @kbd{1 @key{RET} 2
1470@key{RET} 3 @key{RET} 4 + * -} compute? (@samp{*} is the symbol for
1471multiplication.) Figure it out by hand, then try it with Calc to see
1472if you're right. @xref{RPN Answer 1, 1}. (@bullet{})
1473
1474(@bullet{}) @strong{Exercise 2.} Compute
1475@texline @math{(2\times4) + (7\times9.4) + {5\over4}}
1476@infoline @expr{2*4 + 7*9.5 + 5/4}
1477using the stack. @xref{RPN Answer 2, 2}. (@bullet{})
1478
1479The @key{DEL} key is called Backspace on some keyboards. It is
1480whatever key you would use to correct a simple typing error when
1481regularly using Emacs. The @key{DEL} key pops and throws away the
1482top value on the stack. (You can still get that value back from
1483the Trail if you should need it later on.) There are many places
1484in this tutorial where we assume you have used @key{DEL} to erase the
1485results of the previous example at the beginning of a new example.
1486In the few places where it is really important to use @key{DEL} to
1487clear away old results, the text will remind you to do so.
1488
1489(It won't hurt to let things accumulate on the stack, except that
1490whenever you give a display-mode-changing command Calc will have to
1491spend a long time reformatting such a large stack.)
1492
1493Since the @kbd{-} key is also an operator (it subtracts the top two
1494stack elements), how does one enter a negative number? Calc uses
1495the @kbd{_} (underscore) key to act like the minus sign in a number.
1496So, typing @kbd{-5 @key{RET}} won't work because the @kbd{-} key
1497will try to do a subtraction, but @kbd{_5 @key{RET}} works just fine.
1498
1499You can also press @kbd{n}, which means ``change sign.'' It changes
1500the number at the top of the stack (or the number being entered)
1501from positive to negative or vice-versa: @kbd{5 n @key{RET}}.
1502
1503@cindex Duplicating a stack entry
1504If you press @key{RET} when you're not entering a number, the effect
1505is to duplicate the top number on the stack. Consider this calculation:
1506
1507@smallexample
1508@group
15091: 3 2: 3 1: 9 2: 9 1: 81
1510 . 1: 3 . 1: 9 .
1511 . .
1512
1513 3 @key{RET} @key{RET} * @key{RET} *
1514@end group
1515@end smallexample
1516
1517@noindent
1518(Of course, an easier way to do this would be @kbd{3 @key{RET} 4 ^},
1519to raise 3 to the fourth power.)
1520
1521The space-bar key (denoted @key{SPC} here) performs the same function
1522as @key{RET}; you could replace all three occurrences of @key{RET} in
1523the above example with @key{SPC} and the effect would be the same.
1524
1525@cindex Exchanging stack entries
1526Another stack manipulation key is @key{TAB}. This exchanges the top
1527two stack entries. Suppose you have computed @kbd{2 @key{RET} 3 +}
1528to get 5, and then you realize what you really wanted to compute
1529was @expr{20 / (2+3)}.
1530
1531@smallexample
1532@group
15331: 5 2: 5 2: 20 1: 4
1534 . 1: 20 1: 5 .
1535 . .
1536
1537 2 @key{RET} 3 + 20 @key{TAB} /
1538@end group
1539@end smallexample
1540
1541@noindent
1542Planning ahead, the calculation would have gone like this:
1543
1544@smallexample
1545@group
15461: 20 2: 20 3: 20 2: 20 1: 4
1547 . 1: 2 2: 2 1: 5 .
1548 . 1: 3 .
1549 .
1550
1551 20 @key{RET} 2 @key{RET} 3 + /
1552@end group
1553@end smallexample
1554
1555A related stack command is @kbd{M-@key{TAB}} (hold @key{META} and type
1556@key{TAB}). It rotates the top three elements of the stack upward,
1557bringing the object in level 3 to the top.
1558
1559@smallexample
1560@group
15611: 10 2: 10 3: 10 3: 20 3: 30
1562 . 1: 20 2: 20 2: 30 2: 10
1563 . 1: 30 1: 10 1: 20
1564 . . .
1565
1566 10 @key{RET} 20 @key{RET} 30 @key{RET} M-@key{TAB} M-@key{TAB}
1567@end group
1568@end smallexample
1569
1570(@bullet{}) @strong{Exercise 3.} Suppose the numbers 10, 20, and 30 are
1571on the stack. Figure out how to add one to the number in level 2
1572without affecting the rest of the stack. Also figure out how to add
1573one to the number in level 3. @xref{RPN Answer 3, 3}. (@bullet{})
1574
1575Operations like @kbd{+}, @kbd{-}, @kbd{*}, @kbd{/}, and @kbd{^} pop two
1576arguments from the stack and push a result. Operations like @kbd{n} and
1577@kbd{Q} (square root) pop a single number and push the result. You can
1578think of them as simply operating on the top element of the stack.
1579
1580@smallexample
1581@group
15821: 3 1: 9 2: 9 1: 25 1: 5
1583 . . 1: 16 . .
1584 .
1585
1586 3 @key{RET} @key{RET} * 4 @key{RET} @key{RET} * + Q
1587@end group
1588@end smallexample
1589
1590@noindent
1591(Note that capital @kbd{Q} means to hold down the Shift key while
1592typing @kbd{q}. Remember, plain unshifted @kbd{q} is the Quit command.)
1593
1594@cindex Pythagorean Theorem
1595Here we've used the Pythagorean Theorem to determine the hypotenuse of a
1596right triangle. Calc actually has a built-in command for that called
1597@kbd{f h}, but let's suppose we can't remember the necessary keystrokes.
1598We can still enter it by its full name using @kbd{M-x} notation:
1599
1600@smallexample
1601@group
16021: 3 2: 3 1: 5
1603 . 1: 4 .
1604 .
1605
1606 3 @key{RET} 4 @key{RET} M-x calc-hypot
1607@end group
1608@end smallexample
1609
1610All Calculator commands begin with the word @samp{calc-}. Since it
1611gets tiring to type this, Calc provides an @kbd{x} key which is just
1612like the regular Emacs @kbd{M-x} key except that it types the @samp{calc-}
1613prefix for you:
1614
1615@smallexample
1616@group
16171: 3 2: 3 1: 5
1618 . 1: 4 .
1619 .
1620
1621 3 @key{RET} 4 @key{RET} x hypot
1622@end group
1623@end smallexample
1624
1625What happens if you take the square root of a negative number?
1626
1627@smallexample
1628@group
16291: 4 1: -4 1: (0, 2)
1630 . . .
1631
1632 4 @key{RET} n Q
1633@end group
1634@end smallexample
1635
1636@noindent
1637The notation @expr{(a, b)} represents a complex number.
1638Complex numbers are more traditionally written @expr{a + b i};
1639Calc can display in this format, too, but for now we'll stick to the
1640@expr{(a, b)} notation.
1641
1642If you don't know how complex numbers work, you can safely ignore this
1643feature. Complex numbers only arise from operations that would be
1644errors in a calculator that didn't have complex numbers. (For example,
1645taking the square root or logarithm of a negative number produces a
1646complex result.)
1647
1648Complex numbers are entered in the notation shown. The @kbd{(} and
1649@kbd{,} and @kbd{)} keys manipulate ``incomplete complex numbers.''
1650
1651@smallexample
1652@group
16531: ( ... 2: ( ... 1: (2, ... 1: (2, ... 1: (2, 3)
1654 . 1: 2 . 3 .
1655 . .
1656
1657 ( 2 , 3 )
1658@end group
1659@end smallexample
1660
1661You can perform calculations while entering parts of incomplete objects.
1662However, an incomplete object cannot actually participate in a calculation:
1663
1664@smallexample
1665@group
16661: ( ... 2: ( ... 3: ( ... 1: ( ... 1: ( ...
1667 . 1: 2 2: 2 5 5
1668 . 1: 3 . .
1669 .
1670 (error)
1671 ( 2 @key{RET} 3 + +
1672@end group
1673@end smallexample
1674
1675@noindent
1676Adding 5 to an incomplete object makes no sense, so the last command
1677produces an error message and leaves the stack the same.
1678
1679Incomplete objects can't participate in arithmetic, but they can be
1680moved around by the regular stack commands.
1681
1682@smallexample
1683@group
16842: 2 3: 2 3: 3 1: ( ... 1: (2, 3)
16851: 3 2: 3 2: ( ... 2 .
1686 . 1: ( ... 1: 2 3
1687 . . .
1688
16892 @key{RET} 3 @key{RET} ( M-@key{TAB} M-@key{TAB} )
1690@end group
1691@end smallexample
1692
1693@noindent
1694Note that the @kbd{,} (comma) key did not have to be used here.
1695When you press @kbd{)} all the stack entries between the incomplete
1696entry and the top are collected, so there's never really a reason
1697to use the comma. It's up to you.
1698
1699(@bullet{}) @strong{Exercise 4.} To enter the complex number @expr{(2, 3)},
1700your friend Joe typed @kbd{( 2 , @key{SPC} 3 )}. What happened?
1701(Joe thought of a clever way to correct his mistake in only two
1702keystrokes, but it didn't quite work. Try it to find out why.)
1703@xref{RPN Answer 4, 4}. (@bullet{})
1704
1705Vectors are entered the same way as complex numbers, but with square
1706brackets in place of parentheses. We'll meet vectors again later in
1707the tutorial.
1708
1709Any Emacs command can be given a @dfn{numeric prefix argument} by
1710typing a series of @key{META}-digits beforehand. If @key{META} is
1711awkward for you, you can instead type @kbd{C-u} followed by the
1712necessary digits. Numeric prefix arguments can be negative, as in
1713@kbd{M-- M-3 M-5} or @w{@kbd{C-u - 3 5}}. Calc commands use numeric
1714prefix arguments in a variety of ways. For example, a numeric prefix
1715on the @kbd{+} operator adds any number of stack entries at once:
1716
1717@smallexample
1718@group
17191: 10 2: 10 3: 10 3: 10 1: 60
1720 . 1: 20 2: 20 2: 20 .
1721 . 1: 30 1: 30
1722 . .
1723
1724 10 @key{RET} 20 @key{RET} 30 @key{RET} C-u 3 +
1725@end group
1726@end smallexample
1727
1728For stack manipulation commands like @key{RET}, a positive numeric
1729prefix argument operates on the top @var{n} stack entries at once. A
1730negative argument operates on the entry in level @var{n} only. An
1731argument of zero operates on the entire stack. In this example, we copy
1732the second-to-top element of the stack:
1733
1734@smallexample
1735@group
17361: 10 2: 10 3: 10 3: 10 4: 10
1737 . 1: 20 2: 20 2: 20 3: 20
1738 . 1: 30 1: 30 2: 30
1739 . . 1: 20
1740 .
1741
1742 10 @key{RET} 20 @key{RET} 30 @key{RET} C-u -2 @key{RET}
1743@end group
1744@end smallexample
1745
1746@cindex Clearing the stack
1747@cindex Emptying the stack
1748Another common idiom is @kbd{M-0 @key{DEL}}, which clears the stack.
1749(The @kbd{M-0} numeric prefix tells @key{DEL} to operate on the
1750entire stack.)
1751
1752@node Algebraic Tutorial, Undo Tutorial, RPN Tutorial, Basic Tutorial
1753@subsection Algebraic-Style Calculations
1754
1755@noindent
1756If you are not used to RPN notation, you may prefer to operate the
1757Calculator in Algebraic mode, which is closer to the way
1758non-RPN calculators work. In Algebraic mode, you enter formulas
1759in traditional @expr{2+3} notation.
1760
5fafc247
JB
1761@strong{Notice:} Calc gives @samp{/} lower precedence than @samp{*}, so
1762that @samp{a/b*c} is interpreted as @samp{a/(b*c)}; this is not
1763standard across all computer languages. See below for details.
4009494e
GM
1764
1765You don't really need any special ``mode'' to enter algebraic formulas.
1766You can enter a formula at any time by pressing the apostrophe (@kbd{'})
1767key. Answer the prompt with the desired formula, then press @key{RET}.
1768The formula is evaluated and the result is pushed onto the RPN stack.
1769If you don't want to think in RPN at all, you can enter your whole
1770computation as a formula, read the result from the stack, then press
1771@key{DEL} to delete it from the stack.
1772
1773Try pressing the apostrophe key, then @kbd{2+3+4}, then @key{RET}.
1774The result should be the number 9.
1775
1776Algebraic formulas use the operators @samp{+}, @samp{-}, @samp{*},
1777@samp{/}, and @samp{^}. You can use parentheses to make the order
1778of evaluation clear. In the absence of parentheses, @samp{^} is
1779evaluated first, then @samp{*}, then @samp{/}, then finally
1780@samp{+} and @samp{-}. For example, the expression
1781
1782@example
17832 + 3*4*5 / 6*7^8 - 9
1784@end example
1785
1786@noindent
1787is equivalent to
1788
1789@example
17902 + ((3*4*5) / (6*(7^8)) - 9
1791@end example
1792
1793@noindent
1794or, in large mathematical notation,
1795
1796@ifnottex
1797@example
1798@group
1799 3 * 4 * 5
18002 + --------- - 9
1801 8
1802 6 * 7
1803@end group
1804@end example
1805@end ifnottex
1806@tex
1807\turnoffactive
1808\beforedisplay
1809$$ 2 + { 3 \times 4 \times 5 \over 6 \times 7^8 } - 9 $$
1810\afterdisplay
1811@end tex
1812
1813@noindent
1814The result of this expression will be the number @mathit{-6.99999826533}.
1815
1816Calc's order of evaluation is the same as for most computer languages,
1817except that @samp{*} binds more strongly than @samp{/}, as the above
1818example shows. As in normal mathematical notation, the @samp{*} symbol
1819can often be omitted: @samp{2 a} is the same as @samp{2*a}.
1820
1821Operators at the same level are evaluated from left to right, except
1822that @samp{^} is evaluated from right to left. Thus, @samp{2-3-4} is
1823equivalent to @samp{(2-3)-4} or @mathit{-5}, whereas @samp{2^3^4} is equivalent
1824to @samp{2^(3^4)} (a very large integer; try it!).
1825
1826If you tire of typing the apostrophe all the time, there is
1827Algebraic mode, where Calc automatically senses
1828when you are about to type an algebraic expression. To enter this
1829mode, press the two letters @w{@kbd{m a}}. (An @samp{Alg} indicator
1830should appear in the Calc window's mode line.)
1831
1832Press @kbd{m a}, then @kbd{2+3+4} with no apostrophe, then @key{RET}.
1833
1834In Algebraic mode, when you press any key that would normally begin
1835entering a number (such as a digit, a decimal point, or the @kbd{_}
1836key), or if you press @kbd{(} or @kbd{[}, Calc automatically begins
1837an algebraic entry.
1838
1839Functions which do not have operator symbols like @samp{+} and @samp{*}
1840must be entered in formulas using function-call notation. For example,
1841the function name corresponding to the square-root key @kbd{Q} is
1842@code{sqrt}. To compute a square root in a formula, you would use
1843the notation @samp{sqrt(@var{x})}.
1844
1845Press the apostrophe, then type @kbd{sqrt(5*2) - 3}. The result should
1846be @expr{0.16227766017}.
1847
1848Note that if the formula begins with a function name, you need to use
1849the apostrophe even if you are in Algebraic mode. If you type @kbd{arcsin}
1850out of the blue, the @kbd{a r} will be taken as an Algebraic Rewrite
1851command, and the @kbd{csin} will be taken as the name of the rewrite
1852rule to use!
1853
1854Some people prefer to enter complex numbers and vectors in algebraic
1855form because they find RPN entry with incomplete objects to be too
1856distracting, even though they otherwise use Calc as an RPN calculator.
1857
1858Still in Algebraic mode, type:
1859
1860@smallexample
1861@group
18621: (2, 3) 2: (2, 3) 1: (8, -1) 2: (8, -1) 1: (9, -1)
1863 . 1: (1, -2) . 1: 1 .
1864 . .
1865
1866 (2,3) @key{RET} (1,-2) @key{RET} * 1 @key{RET} +
1867@end group
1868@end smallexample
1869
1870Algebraic mode allows us to enter complex numbers without pressing
1871an apostrophe first, but it also means we need to press @key{RET}
1872after every entry, even for a simple number like @expr{1}.
1873
1874(You can type @kbd{C-u m a} to enable a special Incomplete Algebraic
1875mode in which the @kbd{(} and @kbd{[} keys use algebraic entry even
1876though regular numeric keys still use RPN numeric entry. There is also
1877Total Algebraic mode, started by typing @kbd{m t}, in which all
1878normal keys begin algebraic entry. You must then use the @key{META} key
1879to type Calc commands: @kbd{M-m t} to get back out of Total Algebraic
1880mode, @kbd{M-q} to quit, etc.)
1881
1882If you're still in Algebraic mode, press @kbd{m a} again to turn it off.
1883
1884Actual non-RPN calculators use a mixture of algebraic and RPN styles.
1885In general, operators of two numbers (like @kbd{+} and @kbd{*})
1886use algebraic form, but operators of one number (like @kbd{n} and @kbd{Q})
1887use RPN form. Also, a non-RPN calculator allows you to see the
1888intermediate results of a calculation as you go along. You can
1889accomplish this in Calc by performing your calculation as a series
1890of algebraic entries, using the @kbd{$} sign to tie them together.
1891In an algebraic formula, @kbd{$} represents the number on the top
1892of the stack. Here, we perform the calculation
1893@texline @math{\sqrt{2\times4+1}},
1894@infoline @expr{sqrt(2*4+1)},
1895which on a traditional calculator would be done by pressing
1896@kbd{2 * 4 + 1 =} and then the square-root key.
1897
1898@smallexample
1899@group
19001: 8 1: 9 1: 3
1901 . . .
1902
1903 ' 2*4 @key{RET} $+1 @key{RET} Q
1904@end group
1905@end smallexample
1906
1907@noindent
1908Notice that we didn't need to press an apostrophe for the @kbd{$+1},
1909because the dollar sign always begins an algebraic entry.
1910
1911(@bullet{}) @strong{Exercise 1.} How could you get the same effect as
1912pressing @kbd{Q} but using an algebraic entry instead? How about
1913if the @kbd{Q} key on your keyboard were broken?
1914@xref{Algebraic Answer 1, 1}. (@bullet{})
1915
1916The notations @kbd{$$}, @kbd{$$$}, and so on stand for higher stack
1917entries. For example, @kbd{' $$+$ @key{RET}} is just like typing @kbd{+}.
1918
1919Algebraic formulas can include @dfn{variables}. To store in a
1920variable, press @kbd{s s}, then type the variable name, then press
1921@key{RET}. (There are actually two flavors of store command:
1922@kbd{s s} stores a number in a variable but also leaves the number
1923on the stack, while @w{@kbd{s t}} removes a number from the stack and
1924stores it in the variable.) A variable name should consist of one
1925or more letters or digits, beginning with a letter.
1926
1927@smallexample
1928@group
19291: 17 . 1: a + a^2 1: 306
1930 . . .
1931
1932 17 s t a @key{RET} ' a+a^2 @key{RET} =
1933@end group
1934@end smallexample
1935
1936@noindent
1937The @kbd{=} key @dfn{evaluates} a formula by replacing all its
1938variables by the values that were stored in them.
1939
1940For RPN calculations, you can recall a variable's value on the
1941stack either by entering its name as a formula and pressing @kbd{=},
1942or by using the @kbd{s r} command.
1943
1944@smallexample
1945@group
19461: 17 2: 17 3: 17 2: 17 1: 306
1947 . 1: 17 2: 17 1: 289 .
1948 . 1: 2 .
1949 .
1950
1951 s r a @key{RET} ' a @key{RET} = 2 ^ +
1952@end group
1953@end smallexample
1954
1955If you press a single digit for a variable name (as in @kbd{s t 3}, you
1956get one of ten @dfn{quick variables} @code{q0} through @code{q9}.
1957They are ``quick'' simply because you don't have to type the letter
1958@code{q} or the @key{RET} after their names. In fact, you can type
1959simply @kbd{s 3} as a shorthand for @kbd{s s 3}, and likewise for
1960@kbd{t 3} and @w{@kbd{r 3}}.
1961
1962Any variables in an algebraic formula for which you have not stored
1963values are left alone, even when you evaluate the formula.
1964
1965@smallexample
1966@group
19671: 2 a + 2 b 1: 34 + 2 b
1968 . .
1969
1970 ' 2a+2b @key{RET} =
1971@end group
1972@end smallexample
1973
1974Calls to function names which are undefined in Calc are also left
1975alone, as are calls for which the value is undefined.
1976
1977@smallexample
1978@group
19791: 2 + log10(0) + log10(x) + log10(5, 6) + foo(3)
1980 .
1981
1982 ' log10(100) + log10(0) + log10(x) + log10(5,6) + foo(3) @key{RET}
1983@end group
1984@end smallexample
1985
1986@noindent
1987In this example, the first call to @code{log10} works, but the other
1988calls are not evaluated. In the second call, the logarithm is
1989undefined for that value of the argument; in the third, the argument
1990is symbolic, and in the fourth, there are too many arguments. In the
1991fifth case, there is no function called @code{foo}. You will see a
1992``Wrong number of arguments'' message referring to @samp{log10(5,6)}.
1993Press the @kbd{w} (``why'') key to see any other messages that may
1994have arisen from the last calculation. In this case you will get
1995``logarithm of zero,'' then ``number expected: @code{x}''. Calc
1996automatically displays the first message only if the message is
1997sufficiently important; for example, Calc considers ``wrong number
1998of arguments'' and ``logarithm of zero'' to be important enough to
1999report automatically, while a message like ``number expected: @code{x}''
2000will only show up if you explicitly press the @kbd{w} key.
2001
2002(@bullet{}) @strong{Exercise 2.} Joe entered the formula @samp{2 x y},
2003stored 5 in @code{x}, pressed @kbd{=}, and got the expected result,
2004@samp{10 y}. He then tried the same for the formula @samp{2 x (1+y)},
2005expecting @samp{10 (1+y)}, but it didn't work. Why not?
2006@xref{Algebraic Answer 2, 2}. (@bullet{})
2007
2008(@bullet{}) @strong{Exercise 3.} What result would you expect
2009@kbd{1 @key{RET} 0 /} to give? What if you then type @kbd{0 *}?
2010@xref{Algebraic Answer 3, 3}. (@bullet{})
2011
2012One interesting way to work with variables is to use the
2013@dfn{evaluates-to} (@samp{=>}) operator. It works like this:
2014Enter a formula algebraically in the usual way, but follow
2015the formula with an @samp{=>} symbol. (There is also an @kbd{s =}
2016command which builds an @samp{=>} formula using the stack.) On
2017the stack, you will see two copies of the formula with an @samp{=>}
2018between them. The lefthand formula is exactly like you typed it;
2019the righthand formula has been evaluated as if by typing @kbd{=}.
2020
2021@smallexample
2022@group
20232: 2 + 3 => 5 2: 2 + 3 => 5
20241: 2 a + 2 b => 34 + 2 b 1: 2 a + 2 b => 20 + 2 b
2025 . .
2026
2027' 2+3 => @key{RET} ' 2a+2b @key{RET} s = 10 s t a @key{RET}
2028@end group
2029@end smallexample
2030
2031@noindent
2032Notice that the instant we stored a new value in @code{a}, all
2033@samp{=>} operators already on the stack that referred to @expr{a}
2034were updated to use the new value. With @samp{=>}, you can push a
2035set of formulas on the stack, then change the variables experimentally
2036to see the effects on the formulas' values.
2037
2038You can also ``unstore'' a variable when you are through with it:
2039
2040@smallexample
2041@group
20422: 2 + 5 => 5
20431: 2 a + 2 b => 2 a + 2 b
2044 .
2045
2046 s u a @key{RET}
2047@end group
2048@end smallexample
2049
2050We will encounter formulas involving variables and functions again
2051when we discuss the algebra and calculus features of the Calculator.
2052
2053@node Undo Tutorial, Modes Tutorial, Algebraic Tutorial, Basic Tutorial
2054@subsection Undo and Redo
2055
2056@noindent
2057If you make a mistake, you can usually correct it by pressing shift-@kbd{U},
2058the ``undo'' command. First, clear the stack (@kbd{M-0 @key{DEL}}) and exit
2059and restart Calc (@kbd{C-x * * C-x * *}) to make sure things start off
2060with a clean slate. Now:
2061
2062@smallexample
2063@group
20641: 2 2: 2 1: 8 2: 2 1: 6
2065 . 1: 3 . 1: 3 .
2066 . .
2067
2068 2 @key{RET} 3 ^ U *
2069@end group
2070@end smallexample
2071
2072You can undo any number of times. Calc keeps a complete record of
2073all you have done since you last opened the Calc window. After the
2074above example, you could type:
2075
2076@smallexample
2077@group
20781: 6 2: 2 1: 2 . .
2079 . 1: 3 .
2080 .
2081 (error)
2082 U U U U
2083@end group
2084@end smallexample
2085
2086You can also type @kbd{D} to ``redo'' a command that you have undone
2087mistakenly.
2088
2089@smallexample
2090@group
2091 . 1: 2 2: 2 1: 6 1: 6
2092 . 1: 3 . .
2093 .
2094 (error)
2095 D D D D
2096@end group
2097@end smallexample
2098
2099@noindent
2100It was not possible to redo past the @expr{6}, since that was placed there
2101by something other than an undo command.
2102
2103@cindex Time travel
2104You can think of undo and redo as a sort of ``time machine.'' Press
2105@kbd{U} to go backward in time, @kbd{D} to go forward. If you go
2106backward and do something (like @kbd{*}) then, as any science fiction
2107reader knows, you have changed your future and you cannot go forward
2108again. Thus, the inability to redo past the @expr{6} even though there
2109was an earlier undo command.
2110
2111You can always recall an earlier result using the Trail. We've ignored
2112the trail so far, but it has been faithfully recording everything we
2113did since we loaded the Calculator. If the Trail is not displayed,
2114press @kbd{t d} now to turn it on.
2115
2116Let's try grabbing an earlier result. The @expr{8} we computed was
2117undone by a @kbd{U} command, and was lost even to Redo when we pressed
2118@kbd{*}, but it's still there in the trail. There should be a little
2119@samp{>} arrow (the @dfn{trail pointer}) resting on the last trail
2120entry. If there isn't, press @kbd{t ]} to reset the trail pointer.
2121Now, press @w{@kbd{t p}} to move the arrow onto the line containing
2122@expr{8}, and press @w{@kbd{t y}} to ``yank'' that number back onto the
2123stack.
2124
2125If you press @kbd{t ]} again, you will see that even our Yank command
2126went into the trail.
2127
2128Let's go further back in time. Earlier in the tutorial we computed
2129a huge integer using the formula @samp{2^3^4}. We don't remember
2130what it was, but the first digits were ``241''. Press @kbd{t r}
2131(which stands for trail-search-reverse), then type @kbd{241}.
2132The trail cursor will jump back to the next previous occurrence of
2133the string ``241'' in the trail. This is just a regular Emacs
2134incremental search; you can now press @kbd{C-s} or @kbd{C-r} to
2135continue the search forwards or backwards as you like.
2136
2137To finish the search, press @key{RET}. This halts the incremental
2138search and leaves the trail pointer at the thing we found. Now we
2139can type @kbd{t y} to yank that number onto the stack. If we hadn't
2140remembered the ``241'', we could simply have searched for @kbd{2^3^4},
2141then pressed @kbd{@key{RET} t n} to halt and then move to the next item.
2142
2143You may have noticed that all the trail-related commands begin with
2144the letter @kbd{t}. (The store-and-recall commands, on the other hand,
2145all began with @kbd{s}.) Calc has so many commands that there aren't
2146enough keys for all of them, so various commands are grouped into
2147two-letter sequences where the first letter is called the @dfn{prefix}
2148key. If you type a prefix key by accident, you can press @kbd{C-g}
2149to cancel it. (In fact, you can press @kbd{C-g} to cancel almost
2150anything in Emacs.) To get help on a prefix key, press that key
2151followed by @kbd{?}. Some prefixes have several lines of help,
2152so you need to press @kbd{?} repeatedly to see them all.
2153You can also type @kbd{h h} to see all the help at once.
2154
2155Try pressing @kbd{t ?} now. You will see a line of the form,
2156
2157@smallexample
2158trail/time: Display; Fwd, Back; Next, Prev, Here, [, ]; Yank: [MORE] t-
2159@end smallexample
2160
2161@noindent
2162The word ``trail'' indicates that the @kbd{t} prefix key contains
2163trail-related commands. Each entry on the line shows one command,
2164with a single capital letter showing which letter you press to get
2165that command. We have used @kbd{t n}, @kbd{t p}, @kbd{t ]}, and
2166@kbd{t y} so far. The @samp{[MORE]} means you can press @kbd{?}
2167again to see more @kbd{t}-prefix commands. Notice that the commands
2168are roughly divided (by semicolons) into related groups.
2169
2170When you are in the help display for a prefix key, the prefix is
2171still active. If you press another key, like @kbd{y} for example,
2172it will be interpreted as a @kbd{t y} command. If all you wanted
2173was to look at the help messages, press @kbd{C-g} afterwards to cancel
2174the prefix.
2175
2176One more way to correct an error is by editing the stack entries.
2177The actual Stack buffer is marked read-only and must not be edited
2178directly, but you can press @kbd{`} (the backquote or accent grave)
2179to edit a stack entry.
2180
2181Try entering @samp{3.141439} now. If this is supposed to represent
2182@cpi{}, it's got several errors. Press @kbd{`} to edit this number.
2183Now use the normal Emacs cursor motion and editing keys to change
2184the second 4 to a 5, and to transpose the 3 and the 9. When you
2185press @key{RET}, the number on the stack will be replaced by your
2186new number. This works for formulas, vectors, and all other types
2187of values you can put on the stack. The @kbd{`} key also works
2188during entry of a number or algebraic formula.
2189
2190@node Modes Tutorial, , Undo Tutorial, Basic Tutorial
2191@subsection Mode-Setting Commands
2192
2193@noindent
2194Calc has many types of @dfn{modes} that affect the way it interprets
2195your commands or the way it displays data. We have already seen one
2196mode, namely Algebraic mode. There are many others, too; we'll
2197try some of the most common ones here.
2198
2199Perhaps the most fundamental mode in Calc is the current @dfn{precision}.
2200Notice the @samp{12} on the Calc window's mode line:
2201
2202@smallexample
92e15881 2203--%*-Calc: 12 Deg (Calculator)----All------
4009494e
GM
2204@end smallexample
2205
2206@noindent
2207Most of the symbols there are Emacs things you don't need to worry
2208about, but the @samp{12} and the @samp{Deg} are mode indicators.
2209The @samp{12} means that calculations should always be carried to
221012 significant figures. That is why, when we type @kbd{1 @key{RET} 7 /},
2211we get @expr{0.142857142857} with exactly 12 digits, not counting
2212leading and trailing zeros.
2213
2214You can set the precision to anything you like by pressing @kbd{p},
2215then entering a suitable number. Try pressing @kbd{p 30 @key{RET}},
2216then doing @kbd{1 @key{RET} 7 /} again:
2217
2218@smallexample
2219@group
22201: 0.142857142857
22212: 0.142857142857142857142857142857
2222 .
2223@end group
2224@end smallexample
2225
2226Although the precision can be set arbitrarily high, Calc always
2227has to have @emph{some} value for the current precision. After
2228all, the true value @expr{1/7} is an infinitely repeating decimal;
2229Calc has to stop somewhere.
2230
2231Of course, calculations are slower the more digits you request.
2232Press @w{@kbd{p 12}} now to set the precision back down to the default.
2233
2234Calculations always use the current precision. For example, even
2235though we have a 30-digit value for @expr{1/7} on the stack, if
2236we use it in a calculation in 12-digit mode it will be rounded
2237down to 12 digits before it is used. Try it; press @key{RET} to
2238duplicate the number, then @w{@kbd{1 +}}. Notice that the @key{RET}
2239key didn't round the number, because it doesn't do any calculation.
2240But the instant we pressed @kbd{+}, the number was rounded down.
2241
2242@smallexample
2243@group
22441: 0.142857142857
22452: 0.142857142857142857142857142857
22463: 1.14285714286
2247 .
2248@end group
2249@end smallexample
2250
2251@noindent
2252In fact, since we added a digit on the left, we had to lose one
2253digit on the right from even the 12-digit value of @expr{1/7}.
2254
2255How did we get more than 12 digits when we computed @samp{2^3^4}? The
2256answer is that Calc makes a distinction between @dfn{integers} and
2257@dfn{floating-point} numbers, or @dfn{floats}. An integer is a number
2258that does not contain a decimal point. There is no such thing as an
2259``infinitely repeating fraction integer,'' so Calc doesn't have to limit
2260itself. If you asked for @samp{2^10000} (don't try this!), you would
2261have to wait a long time but you would eventually get an exact answer.
2262If you ask for @samp{2.^10000}, you will quickly get an answer which is
2263correct only to 12 places. The decimal point tells Calc that it should
2264use floating-point arithmetic to get the answer, not exact integer
2265arithmetic.
2266
2267You can use the @kbd{F} (@code{calc-floor}) command to convert a
2268floating-point value to an integer, and @kbd{c f} (@code{calc-float})
2269to convert an integer to floating-point form.
2270
2271Let's try entering that last calculation:
2272
2273@smallexample
2274@group
22751: 2. 2: 2. 1: 1.99506311689e3010
2276 . 1: 10000 .
2277 .
2278
2279 2.0 @key{RET} 10000 @key{RET} ^
2280@end group
2281@end smallexample
2282
2283@noindent
2284@cindex Scientific notation, entry of
2285Notice the letter @samp{e} in there. It represents ``times ten to the
2286power of,'' and is used by Calc automatically whenever writing the
2287number out fully would introduce more extra zeros than you probably
2288want to see. You can enter numbers in this notation, too.
2289
2290@smallexample
2291@group
22921: 2. 2: 2. 1: 1.99506311678e3010
2293 . 1: 10000. .
2294 .
2295
2296 2.0 @key{RET} 1e4 @key{RET} ^
2297@end group
2298@end smallexample
2299
2300@cindex Round-off errors
2301@noindent
2302Hey, the answer is different! Look closely at the middle columns
2303of the two examples. In the first, the stack contained the
2304exact integer @expr{10000}, but in the second it contained
2305a floating-point value with a decimal point. When you raise a
2306number to an integer power, Calc uses repeated squaring and
2307multiplication to get the answer. When you use a floating-point
2308power, Calc uses logarithms and exponentials. As you can see,
2309a slight error crept in during one of these methods. Which
2310one should we trust? Let's raise the precision a bit and find
2311out:
2312
2313@smallexample
2314@group
2315 . 1: 2. 2: 2. 1: 1.995063116880828e3010
2316 . 1: 10000. .
2317 .
2318
2319 p 16 @key{RET} 2. @key{RET} 1e4 ^ p 12 @key{RET}
2320@end group
2321@end smallexample
2322
2323@noindent
2324@cindex Guard digits
2325Presumably, it doesn't matter whether we do this higher-precision
2326calculation using an integer or floating-point power, since we
2327have added enough ``guard digits'' to trust the first 12 digits
2328no matter what. And the verdict is@dots{} Integer powers were more
2329accurate; in fact, the result was only off by one unit in the
2330last place.
2331
2332@cindex Guard digits
2333Calc does many of its internal calculations to a slightly higher
2334precision, but it doesn't always bump the precision up enough.
2335In each case, Calc added about two digits of precision during
2336its calculation and then rounded back down to 12 digits
2337afterward. In one case, it was enough; in the other, it
2338wasn't. If you really need @var{x} digits of precision, it
2339never hurts to do the calculation with a few extra guard digits.
2340
2341What if we want guard digits but don't want to look at them?
2342We can set the @dfn{float format}. Calc supports four major
2343formats for floating-point numbers, called @dfn{normal},
2344@dfn{fixed-point}, @dfn{scientific notation}, and @dfn{engineering
2345notation}. You get them by pressing @w{@kbd{d n}}, @kbd{d f},
2346@kbd{d s}, and @kbd{d e}, respectively. In each case, you can
2347supply a numeric prefix argument which says how many digits
2348should be displayed. As an example, let's put a few numbers
2349onto the stack and try some different display modes. First,
2350use @kbd{M-0 @key{DEL}} to clear the stack, then enter the four
2351numbers shown here:
2352
2353@smallexample
2354@group
23554: 12345 4: 12345 4: 12345 4: 12345 4: 12345
23563: 12345. 3: 12300. 3: 1.2345e4 3: 1.23e4 3: 12345.000
23572: 123.45 2: 123. 2: 1.2345e2 2: 1.23e2 2: 123.450
23581: 12.345 1: 12.3 1: 1.2345e1 1: 1.23e1 1: 12.345
2359 . . . . .
2360
2361 d n M-3 d n d s M-3 d s M-3 d f
2362@end group
2363@end smallexample
2364
2365@noindent
2366Notice that when we typed @kbd{M-3 d n}, the numbers were rounded down
2367to three significant digits, but then when we typed @kbd{d s} all
2368five significant figures reappeared. The float format does not
2369affect how numbers are stored, it only affects how they are
2370displayed. Only the current precision governs the actual rounding
2371of numbers in the Calculator's memory.
2372
2373Engineering notation, not shown here, is like scientific notation
2374except the exponent (the power-of-ten part) is always adjusted to be
2375a multiple of three (as in ``kilo,'' ``micro,'' etc.). As a result
2376there will be one, two, or three digits before the decimal point.
2377
2378Whenever you change a display-related mode, Calc redraws everything
2379in the stack. This may be slow if there are many things on the stack,
2380so Calc allows you to type shift-@kbd{H} before any mode command to
2381prevent it from updating the stack. Anything Calc displays after the
2382mode-changing command will appear in the new format.
2383
2384@smallexample
2385@group
23864: 12345 4: 12345 4: 12345 4: 12345 4: 12345
23873: 12345.000 3: 12345.000 3: 12345.000 3: 1.2345e4 3: 12345.
23882: 123.450 2: 123.450 2: 1.2345e1 2: 1.2345e1 2: 123.45
23891: 12.345 1: 1.2345e1 1: 1.2345e2 1: 1.2345e2 1: 12.345
2390 . . . . .
2391
2392 H d s @key{DEL} U @key{TAB} d @key{SPC} d n
2393@end group
2394@end smallexample
2395
2396@noindent
2397Here the @kbd{H d s} command changes to scientific notation but without
2398updating the screen. Deleting the top stack entry and undoing it back
2399causes it to show up in the new format; swapping the top two stack
2400entries reformats both entries. The @kbd{d @key{SPC}} command refreshes the
2401whole stack. The @kbd{d n} command changes back to the normal float
2402format; since it doesn't have an @kbd{H} prefix, it also updates all
2403the stack entries to be in @kbd{d n} format.
2404
2405Notice that the integer @expr{12345} was not affected by any
2406of the float formats. Integers are integers, and are always
2407displayed exactly.
2408
2409@cindex Large numbers, readability
2410Large integers have their own problems. Let's look back at
2411the result of @kbd{2^3^4}.
2412
2413@example
24142417851639229258349412352
2415@end example
2416
2417@noindent
2418Quick---how many digits does this have? Try typing @kbd{d g}:
2419
2420@example
24212,417,851,639,229,258,349,412,352
2422@end example
2423
2424@noindent
2425Now how many digits does this have? It's much easier to tell!
2426We can actually group digits into clumps of any size. Some
2427people prefer @kbd{M-5 d g}:
2428
2429@example
243024178,51639,22925,83494,12352
2431@end example
2432
2433Let's see what happens to floating-point numbers when they are grouped.
2434First, type @kbd{p 25 @key{RET}} to make sure we have enough precision
2435to get ourselves into trouble. Now, type @kbd{1e13 /}:
2436
2437@example
243824,17851,63922.9258349412352
2439@end example
2440
2441@noindent
2442The integer part is grouped but the fractional part isn't. Now try
2443@kbd{M-- M-5 d g} (that's meta-minus-sign, meta-five):
2444
2445@example
244624,17851,63922.92583,49412,352
2447@end example
2448
2449If you find it hard to tell the decimal point from the commas, try
2450changing the grouping character to a space with @kbd{d , @key{SPC}}:
2451
2452@example
245324 17851 63922.92583 49412 352
2454@end example
2455
2456Type @kbd{d , ,} to restore the normal grouping character, then
2457@kbd{d g} again to turn grouping off. Also, press @kbd{p 12} to
2458restore the default precision.
2459
2460Press @kbd{U} enough times to get the original big integer back.
2461(Notice that @kbd{U} does not undo each mode-setting command; if
2462you want to undo a mode-setting command, you have to do it yourself.)
2463Now, type @kbd{d r 16 @key{RET}}:
2464
2465@example
246616#200000000000000000000
2467@end example
2468
2469@noindent
2470The number is now displayed in @dfn{hexadecimal}, or ``base-16'' form.
2471Suddenly it looks pretty simple; this should be no surprise, since we
2472got this number by computing a power of two, and 16 is a power of 2.
2473In fact, we can use @w{@kbd{d r 2 @key{RET}}} to see it in actual binary
2474form:
2475
2476@example
24772#1000000000000000000000000000000000000000000000000000000 @dots{}
2478@end example
2479
2480@noindent
2481We don't have enough space here to show all the zeros! They won't
2482fit on a typical screen, either, so you will have to use horizontal
2483scrolling to see them all. Press @kbd{<} and @kbd{>} to scroll the
2484stack window left and right by half its width. Another way to view
2485something large is to press @kbd{`} (back-quote) to edit the top of
2486stack in a separate window. (Press @kbd{C-c C-c} when you are done.)
2487
2488You can enter non-decimal numbers using the @kbd{#} symbol, too.
2489Let's see what the hexadecimal number @samp{5FE} looks like in
2490binary. Type @kbd{16#5FE} (the letters can be typed in upper or
2491lower case; they will always appear in upper case). It will also
2492help to turn grouping on with @kbd{d g}:
2493
2494@example
24952#101,1111,1110
2496@end example
2497
2498Notice that @kbd{d g} groups by fours by default if the display radix
2499is binary or hexadecimal, but by threes if it is decimal, octal, or any
2500other radix.
2501
2502Now let's see that number in decimal; type @kbd{d r 10}:
2503
2504@example
25051,534
2506@end example
2507
2508Numbers are not @emph{stored} with any particular radix attached. They're
2509just numbers; they can be entered in any radix, and are always displayed
2510in whatever radix you've chosen with @kbd{d r}. The current radix applies
2511to integers, fractions, and floats.
2512
2513@cindex Roundoff errors, in non-decimal numbers
2514(@bullet{}) @strong{Exercise 1.} Your friend Joe tried to enter one-third
2515as @samp{3#0.1} in @kbd{d r 3} mode with a precision of 12. He got
2516@samp{3#0.0222222...} (with 25 2's) in the display. When he multiplied
2517that by three, he got @samp{3#0.222222...} instead of the expected
2518@samp{3#1}. Next, Joe entered @samp{3#0.2} and, to his great relief,
2519saw @samp{3#0.2} on the screen. But when he typed @kbd{2 /}, he got
2520@samp{3#0.10000001} (some zeros omitted). What's going on here?
2521@xref{Modes Answer 1, 1}. (@bullet{})
2522
2523@cindex Scientific notation, in non-decimal numbers
2524(@bullet{}) @strong{Exercise 2.} Scientific notation works in non-decimal
2525modes in the natural way (the exponent is a power of the radix instead of
2526a power of ten, although the exponent itself is always written in decimal).
2527Thus @samp{8#1.23e3 = 8#1230.0}. Suppose we have the hexadecimal number
2528@samp{f.e8f} times 16 to the 15th power: We write @samp{16#f.e8fe15}.
2529What is wrong with this picture? What could we write instead that would
2530work better? @xref{Modes Answer 2, 2}. (@bullet{})
2531
2532The @kbd{m} prefix key has another set of modes, relating to the way
2533Calc interprets your inputs and does computations. Whereas @kbd{d}-prefix
2534modes generally affect the way things look, @kbd{m}-prefix modes affect
2535the way they are actually computed.
2536
2537The most popular @kbd{m}-prefix mode is the @dfn{angular mode}. Notice
2538the @samp{Deg} indicator in the mode line. This means that if you use
2539a command that interprets a number as an angle, it will assume the
2540angle is measured in degrees. For example,
2541
2542@smallexample
2543@group
25441: 45 1: 0.707106781187 1: 0.500000000001 1: 0.5
2545 . . . .
2546
2547 45 S 2 ^ c 1
2548@end group
2549@end smallexample
2550
2551@noindent
2552The shift-@kbd{S} command computes the sine of an angle. The sine
2553of 45 degrees is
2554@texline @math{\sqrt{2}/2};
2555@infoline @expr{sqrt(2)/2};
2556squaring this yields @expr{2/4 = 0.5}. However, there has been a slight
2557roundoff error because the representation of
2558@texline @math{\sqrt{2}/2}
2559@infoline @expr{sqrt(2)/2}
2560wasn't exact. The @kbd{c 1} command is a handy way to clean up numbers
2561in this case; it temporarily reduces the precision by one digit while it
2562re-rounds the number on the top of the stack.
2563
2564@cindex Roundoff errors, examples
2565(@bullet{}) @strong{Exercise 3.} Your friend Joe computed the sine
2566of 45 degrees as shown above, then, hoping to avoid an inexact
2567result, he increased the precision to 16 digits before squaring.
2568What happened? @xref{Modes Answer 3, 3}. (@bullet{})
2569
2570To do this calculation in radians, we would type @kbd{m r} first.
2571(The indicator changes to @samp{Rad}.) 45 degrees corresponds to
2572@cpiover{4} radians. To get @cpi{}, press the @kbd{P} key. (Once
2573again, this is a shifted capital @kbd{P}. Remember, unshifted
2574@kbd{p} sets the precision.)
2575
2576@smallexample
2577@group
25781: 3.14159265359 1: 0.785398163398 1: 0.707106781187
2579 . . .
2580
2581 P 4 / m r S
2582@end group
2583@end smallexample
2584
2585Likewise, inverse trigonometric functions generate results in
2586either radians or degrees, depending on the current angular mode.
2587
2588@smallexample
2589@group
25901: 0.707106781187 1: 0.785398163398 1: 45.
2591 . . .
2592
2593 .5 Q m r I S m d U I S
2594@end group
2595@end smallexample
2596
2597@noindent
2598Here we compute the Inverse Sine of
2599@texline @math{\sqrt{0.5}},
2600@infoline @expr{sqrt(0.5)},
2601first in radians, then in degrees.
2602
2603Use @kbd{c d} and @kbd{c r} to convert a number from radians to degrees
2604and vice-versa.
2605
2606@smallexample
2607@group
26081: 45 1: 0.785398163397 1: 45.
2609 . . .
2610
2611 45 c r c d
2612@end group
2613@end smallexample
2614
2615Another interesting mode is @dfn{Fraction mode}. Normally,
2616dividing two integers produces a floating-point result if the
2617quotient can't be expressed as an exact integer. Fraction mode
2618causes integer division to produce a fraction, i.e., a rational
2619number, instead.
2620
2621@smallexample
2622@group
26232: 12 1: 1.33333333333 1: 4:3
26241: 9 . .
2625 .
2626
2627 12 @key{RET} 9 / m f U / m f
2628@end group
2629@end smallexample
2630
2631@noindent
2632In the first case, we get an approximate floating-point result.
2633In the second case, we get an exact fractional result (four-thirds).
2634
2635You can enter a fraction at any time using @kbd{:} notation.
2636(Calc uses @kbd{:} instead of @kbd{/} as the fraction separator
2637because @kbd{/} is already used to divide the top two stack
2638elements.) Calculations involving fractions will always
2639produce exact fractional results; Fraction mode only says
2640what to do when dividing two integers.
2641
2642@cindex Fractions vs. floats
2643@cindex Floats vs. fractions
2644(@bullet{}) @strong{Exercise 4.} If fractional arithmetic is exact,
2645why would you ever use floating-point numbers instead?
2646@xref{Modes Answer 4, 4}. (@bullet{})
2647
2648Typing @kbd{m f} doesn't change any existing values in the stack.
2649In the above example, we had to Undo the division and do it over
2650again when we changed to Fraction mode. But if you use the
2651evaluates-to operator you can get commands like @kbd{m f} to
2652recompute for you.
2653
2654@smallexample
2655@group
26561: 12 / 9 => 1.33333333333 1: 12 / 9 => 1.333 1: 12 / 9 => 4:3
2657 . . .
2658
2659 ' 12/9 => @key{RET} p 4 @key{RET} m f
2660@end group
2661@end smallexample
2662
2663@noindent
2664In this example, the righthand side of the @samp{=>} operator
2665on the stack is recomputed when we change the precision, then
2666again when we change to Fraction mode. All @samp{=>} expressions
2667on the stack are recomputed every time you change any mode that
2668might affect their values.
2669
2670@node Arithmetic Tutorial, Vector/Matrix Tutorial, Basic Tutorial, Tutorial
2671@section Arithmetic Tutorial
2672
2673@noindent
2674In this section, we explore the arithmetic and scientific functions
2675available in the Calculator.
2676
2677The standard arithmetic commands are @kbd{+}, @kbd{-}, @kbd{*}, @kbd{/},
2678and @kbd{^}. Each normally takes two numbers from the top of the stack
2679and pushes back a result. The @kbd{n} and @kbd{&} keys perform
2680change-sign and reciprocal operations, respectively.
2681
2682@smallexample
2683@group
26841: 5 1: 0.2 1: 5. 1: -5. 1: 5.
2685 . . . . .
2686
2687 5 & & n n
2688@end group
2689@end smallexample
2690
2691@cindex Binary operators
2692You can apply a ``binary operator'' like @kbd{+} across any number of
2693stack entries by giving it a numeric prefix. You can also apply it
2694pairwise to several stack elements along with the top one if you use
2695a negative prefix.
2696
2697@smallexample
2698@group
26993: 2 1: 9 3: 2 4: 2 3: 12
27002: 3 . 2: 3 3: 3 2: 13
27011: 4 1: 4 2: 4 1: 14
2702 . . 1: 10 .
2703 .
2704
27052 @key{RET} 3 @key{RET} 4 M-3 + U 10 M-- M-3 +
2706@end group
2707@end smallexample
2708
2709@cindex Unary operators
2710You can apply a ``unary operator'' like @kbd{&} to the top @var{n}
2711stack entries with a numeric prefix, too.
2712
2713@smallexample
2714@group
27153: 2 3: 0.5 3: 0.5
27162: 3 2: 0.333333333333 2: 3.
27171: 4 1: 0.25 1: 4.
2718 . . .
2719
27202 @key{RET} 3 @key{RET} 4 M-3 & M-2 &
2721@end group
2722@end smallexample
2723
2724Notice that the results here are left in floating-point form.
2725We can convert them back to integers by pressing @kbd{F}, the
2726``floor'' function. This function rounds down to the next lower
2727integer. There is also @kbd{R}, which rounds to the nearest
2728integer.
2729
2730@smallexample
2731@group
27327: 2. 7: 2 7: 2
27336: 2.4 6: 2 6: 2
27345: 2.5 5: 2 5: 3
27354: 2.6 4: 2 4: 3
27363: -2. 3: -2 3: -2
27372: -2.4 2: -3 2: -2
27381: -2.6 1: -3 1: -3
2739 . . .
2740
2741 M-7 F U M-7 R
2742@end group
2743@end smallexample
2744
2745Since dividing-and-flooring (i.e., ``integer quotient'') is such a
2746common operation, Calc provides a special command for that purpose, the
2747backslash @kbd{\}. Another common arithmetic operator is @kbd{%}, which
2748computes the remainder that would arise from a @kbd{\} operation, i.e.,
2749the ``modulo'' of two numbers. For example,
2750
2751@smallexample
2752@group
27532: 1234 1: 12 2: 1234 1: 34
27541: 100 . 1: 100 .
2755 . .
2756
27571234 @key{RET} 100 \ U %
2758@end group
2759@end smallexample
2760
2761These commands actually work for any real numbers, not just integers.
2762
2763@smallexample
2764@group
27652: 3.1415 1: 3 2: 3.1415 1: 0.1415
27661: 1 . 1: 1 .
2767 . .
2768
27693.1415 @key{RET} 1 \ U %
2770@end group
2771@end smallexample
2772
2773(@bullet{}) @strong{Exercise 1.} The @kbd{\} command would appear to be a
2774frill, since you could always do the same thing with @kbd{/ F}. Think
2775of a situation where this is not true---@kbd{/ F} would be inadequate.
2776Now think of a way you could get around the problem if Calc didn't
2777provide a @kbd{\} command. @xref{Arithmetic Answer 1, 1}. (@bullet{})
2778
2779We've already seen the @kbd{Q} (square root) and @kbd{S} (sine)
2780commands. Other commands along those lines are @kbd{C} (cosine),
2781@kbd{T} (tangent), @kbd{E} (@expr{e^x}) and @kbd{L} (natural
2782logarithm). These can be modified by the @kbd{I} (inverse) and
2783@kbd{H} (hyperbolic) prefix keys.
2784
2785Let's compute the sine and cosine of an angle, and verify the
2786identity
2787@texline @math{\sin^2x + \cos^2x = 1}.
2788@infoline @expr{sin(x)^2 + cos(x)^2 = 1}.
2789We'll arbitrarily pick @mathit{-64} degrees as a good value for @expr{x}.
2790With the angular mode set to degrees (type @w{@kbd{m d}}), do:
2791
2792@smallexample
2793@group
27942: -64 2: -64 2: -0.89879 2: -0.89879 1: 1.
27951: -64 1: -0.89879 1: -64 1: 0.43837 .
2796 . . . .
2797
2798 64 n @key{RET} @key{RET} S @key{TAB} C f h
2799@end group
2800@end smallexample
2801
2802@noindent
2803(For brevity, we're showing only five digits of the results here.
2804You can of course do these calculations to any precision you like.)
2805
2806Remember, @kbd{f h} is the @code{calc-hypot}, or square-root of sum
2807of squares, command.
2808
2809Another identity is
2810@texline @math{\displaystyle\tan x = {\sin x \over \cos x}}.
2811@infoline @expr{tan(x) = sin(x) / cos(x)}.
2812@smallexample
2813@group
2814
28152: -0.89879 1: -2.0503 1: -64.
28161: 0.43837 . .
2817 .
2818
2819 U / I T
2820@end group
2821@end smallexample
2822
2823A physical interpretation of this calculation is that if you move
2824@expr{0.89879} units downward and @expr{0.43837} units to the right,
2825your direction of motion is @mathit{-64} degrees from horizontal. Suppose
2826we move in the opposite direction, up and to the left:
2827
2828@smallexample
2829@group
28302: -0.89879 2: 0.89879 1: -2.0503 1: -64.
28311: 0.43837 1: -0.43837 . .
2832 . .
2833
2834 U U M-2 n / I T
2835@end group
2836@end smallexample
2837
2838@noindent
2839How can the angle be the same? The answer is that the @kbd{/} operation
2840loses information about the signs of its inputs. Because the quotient
2841is negative, we know exactly one of the inputs was negative, but we
2842can't tell which one. There is an @kbd{f T} [@code{arctan2}] function which
2843computes the inverse tangent of the quotient of a pair of numbers.
2844Since you feed it the two original numbers, it has enough information
2845to give you a full 360-degree answer.
2846
2847@smallexample
2848@group
28492: 0.89879 1: 116. 3: 116. 2: 116. 1: 180.
28501: -0.43837 . 2: -0.89879 1: -64. .
2851 . 1: 0.43837 .
2852 .
2853
2854 U U f T M-@key{RET} M-2 n f T -
2855@end group
2856@end smallexample
2857
2858@noindent
2859The resulting angles differ by 180 degrees; in other words, they
2860point in opposite directions, just as we would expect.
2861
2862The @key{META}-@key{RET} we used in the third step is the
2863``last-arguments'' command. It is sort of like Undo, except that it
2864restores the arguments of the last command to the stack without removing
2865the command's result. It is useful in situations like this one,
2866where we need to do several operations on the same inputs. We could
2867have accomplished the same thing by using @kbd{M-2 @key{RET}} to duplicate
2868the top two stack elements right after the @kbd{U U}, then a pair of
2869@kbd{M-@key{TAB}} commands to cycle the 116 up around the duplicates.
2870
2871A similar identity is supposed to hold for hyperbolic sines and cosines,
2872except that it is the @emph{difference}
2873@texline @math{\cosh^2x - \sinh^2x}
2874@infoline @expr{cosh(x)^2 - sinh(x)^2}
2875that always equals one. Let's try to verify this identity.
2876
2877@smallexample
2878@group
28792: -64 2: -64 2: -64 2: 9.7192e54 2: 9.7192e54
28801: -64 1: -3.1175e27 1: 9.7192e54 1: -64 1: 9.7192e54
2881 . . . . .
2882
2883 64 n @key{RET} @key{RET} H C 2 ^ @key{TAB} H S 2 ^
2884@end group
2885@end smallexample
2886
2887@noindent
2888@cindex Roundoff errors, examples
2889Something's obviously wrong, because when we subtract these numbers
2890the answer will clearly be zero! But if you think about it, if these
2891numbers @emph{did} differ by one, it would be in the 55th decimal
2892place. The difference we seek has been lost entirely to roundoff
2893error.
2894
2895We could verify this hypothesis by doing the actual calculation with,
2896say, 60 decimal places of precision. This will be slow, but not
2897enormously so. Try it if you wish; sure enough, the answer is
28980.99999, reasonably close to 1.
2899
2900Of course, a more reasonable way to verify the identity is to use
2901a more reasonable value for @expr{x}!
2902
2903@cindex Common logarithm
2904Some Calculator commands use the Hyperbolic prefix for other purposes.
2905The logarithm and exponential functions, for example, work to the base
2906@expr{e} normally but use base-10 instead if you use the Hyperbolic
2907prefix.
2908
2909@smallexample
2910@group
29111: 1000 1: 6.9077 1: 1000 1: 3
2912 . . . .
2913
2914 1000 L U H L
2915@end group
2916@end smallexample
2917
2918@noindent
2919First, we mistakenly compute a natural logarithm. Then we undo
2920and compute a common logarithm instead.
2921
2922The @kbd{B} key computes a general base-@var{b} logarithm for any
2923value of @var{b}.
2924
2925@smallexample
2926@group
29272: 1000 1: 3 1: 1000. 2: 1000. 1: 6.9077
29281: 10 . . 1: 2.71828 .
2929 . .
2930
2931 1000 @key{RET} 10 B H E H P B
2932@end group
2933@end smallexample
2934
2935@noindent
2936Here we first use @kbd{B} to compute the base-10 logarithm, then use
2937the ``hyperbolic'' exponential as a cheap hack to recover the number
29381000, then use @kbd{B} again to compute the natural logarithm. Note
2939that @kbd{P} with the hyperbolic prefix pushes the constant @expr{e}
2940onto the stack.
2941
2942You may have noticed that both times we took the base-10 logarithm
2943of 1000, we got an exact integer result. Calc always tries to give
2944an exact rational result for calculations involving rational numbers
2945where possible. But when we used @kbd{H E}, the result was a
2946floating-point number for no apparent reason. In fact, if we had
2947computed @kbd{10 @key{RET} 3 ^} we @emph{would} have gotten an
2948exact integer 1000. But the @kbd{H E} command is rigged to generate
2949a floating-point result all of the time so that @kbd{1000 H E} will
2950not waste time computing a thousand-digit integer when all you
2951probably wanted was @samp{1e1000}.
2952
2953(@bullet{}) @strong{Exercise 2.} Find a pair of integer inputs to
2954the @kbd{B} command for which Calc could find an exact rational
2955result but doesn't. @xref{Arithmetic Answer 2, 2}. (@bullet{})
2956
2957The Calculator also has a set of functions relating to combinatorics
2958and statistics. You may be familiar with the @dfn{factorial} function,
2959which computes the product of all the integers up to a given number.
2960
2961@smallexample
2962@group
29631: 100 1: 93326215443... 1: 100. 1: 9.3326e157
2964 . . . .
2965
2966 100 ! U c f !
2967@end group
2968@end smallexample
2969
2970@noindent
2971Recall, the @kbd{c f} command converts the integer or fraction at the
2972top of the stack to floating-point format. If you take the factorial
2973of a floating-point number, you get a floating-point result
2974accurate to the current precision. But if you give @kbd{!} an
2975exact integer, you get an exact integer result (158 digits long
2976in this case).
2977
2978If you take the factorial of a non-integer, Calc uses a generalized
2979factorial function defined in terms of Euler's Gamma function
2980@texline @math{\Gamma(n)}
2981@infoline @expr{gamma(n)}
2982(which is itself available as the @kbd{f g} command).
2983
2984@smallexample
2985@group
29863: 4. 3: 24. 1: 5.5 1: 52.342777847
29872: 4.5 2: 52.3427777847 . .
29881: 5. 1: 120.
2989 . .
2990
2991 M-3 ! M-0 @key{DEL} 5.5 f g
2992@end group
2993@end smallexample
2994
2995@noindent
2996Here we verify the identity
2997@texline @math{n! = \Gamma(n+1)}.
2998@infoline @expr{@var{n}!@: = gamma(@var{n}+1)}.
2999
3000The binomial coefficient @var{n}-choose-@var{m}
3001@texline or @math{\displaystyle {n \choose m}}
3002is defined by
3003@texline @math{\displaystyle {n! \over m! \, (n-m)!}}
3004@infoline @expr{n!@: / m!@: (n-m)!}
3005for all reals @expr{n} and @expr{m}. The intermediate results in this
3006formula can become quite large even if the final result is small; the
3007@kbd{k c} command computes a binomial coefficient in a way that avoids
3008large intermediate values.
3009
3010The @kbd{k} prefix key defines several common functions out of
3011combinatorics and number theory. Here we compute the binomial
3012coefficient 30-choose-20, then determine its prime factorization.
3013
3014@smallexample
3015@group
30162: 30 1: 30045015 1: [3, 3, 5, 7, 11, 13, 23, 29]
30171: 20 . .
3018 .
3019
3020 30 @key{RET} 20 k c k f
3021@end group
3022@end smallexample
3023
3024@noindent
a8b14149
JB
3025You can verify these prime factors by using @kbd{V R *} to multiply
3026together the elements of this vector. The result is the original
3027number, 30045015.
4009494e
GM
3028
3029@cindex Hash tables
3030Suppose a program you are writing needs a hash table with at least
303110000 entries. It's best to use a prime number as the actual size
3032of a hash table. Calc can compute the next prime number after 10000:
3033
3034@smallexample
3035@group
30361: 10000 1: 10007 1: 9973
3037 . . .
3038
3039 10000 k n I k n
3040@end group
3041@end smallexample
3042
3043@noindent
3044Just for kicks we've also computed the next prime @emph{less} than
304510000.
3046
3047@c [fix-ref Financial Functions]
3048@xref{Financial Functions}, for a description of the Calculator
3049commands that deal with business and financial calculations (functions
3050like @code{pv}, @code{rate}, and @code{sln}).
3051
3052@c [fix-ref Binary Number Functions]
3053@xref{Binary Functions}, to read about the commands for operating
3054on binary numbers (like @code{and}, @code{xor}, and @code{lsh}).
3055
3056@node Vector/Matrix Tutorial, Types Tutorial, Arithmetic Tutorial, Tutorial
3057@section Vector/Matrix Tutorial
3058
3059@noindent
3060A @dfn{vector} is a list of numbers or other Calc data objects.
3061Calc provides a large set of commands that operate on vectors. Some
3062are familiar operations from vector analysis. Others simply treat
3063a vector as a list of objects.
3064
3065@menu
3066* Vector Analysis Tutorial::
3067* Matrix Tutorial::
3068* List Tutorial::
3069@end menu
3070
3071@node Vector Analysis Tutorial, Matrix Tutorial, Vector/Matrix Tutorial, Vector/Matrix Tutorial
3072@subsection Vector Analysis
3073
3074@noindent
3075If you add two vectors, the result is a vector of the sums of the
3076elements, taken pairwise.
3077
3078@smallexample
3079@group
30801: [1, 2, 3] 2: [1, 2, 3] 1: [8, 8, 3]
3081 . 1: [7, 6, 0] .
3082 .
3083
3084 [1,2,3] s 1 [7 6 0] s 2 +
3085@end group
3086@end smallexample
3087
3088@noindent
3089Note that we can separate the vector elements with either commas or
3090spaces. This is true whether we are using incomplete vectors or
3091algebraic entry. The @kbd{s 1} and @kbd{s 2} commands save these
3092vectors so we can easily reuse them later.
3093
3094If you multiply two vectors, the result is the sum of the products
3095of the elements taken pairwise. This is called the @dfn{dot product}
3096of the vectors.
3097
3098@smallexample
3099@group
31002: [1, 2, 3] 1: 19
31011: [7, 6, 0] .
3102 .
3103
3104 r 1 r 2 *
3105@end group
3106@end smallexample
3107
3108@cindex Dot product
3109The dot product of two vectors is equal to the product of their
3110lengths times the cosine of the angle between them. (Here the vector
3111is interpreted as a line from the origin @expr{(0,0,0)} to the
3112specified point in three-dimensional space.) The @kbd{A}
3113(absolute value) command can be used to compute the length of a
3114vector.
3115
3116@smallexample
3117@group
31183: 19 3: 19 1: 0.550782 1: 56.579
31192: [1, 2, 3] 2: 3.741657 . .
31201: [7, 6, 0] 1: 9.219544
3121 . .
3122
3123 M-@key{RET} M-2 A * / I C
3124@end group
3125@end smallexample
3126
3127@noindent
3128First we recall the arguments to the dot product command, then
3129we compute the absolute values of the top two stack entries to
3130obtain the lengths of the vectors, then we divide the dot product
3131by the product of the lengths to get the cosine of the angle.
3132The inverse cosine finds that the angle between the vectors
3133is about 56 degrees.
3134
3135@cindex Cross product
3136@cindex Perpendicular vectors
3137The @dfn{cross product} of two vectors is a vector whose length
3138is the product of the lengths of the inputs times the sine of the
3139angle between them, and whose direction is perpendicular to both
3140input vectors. Unlike the dot product, the cross product is
3141defined only for three-dimensional vectors. Let's double-check
3142our computation of the angle using the cross product.
3143
3144@smallexample
3145@group
31462: [1, 2, 3] 3: [-18, 21, -8] 1: [-0.52, 0.61, -0.23] 1: 56.579
31471: [7, 6, 0] 2: [1, 2, 3] . .
3148 . 1: [7, 6, 0]
3149 .
3150
3151 r 1 r 2 V C s 3 M-@key{RET} M-2 A * / A I S
3152@end group
3153@end smallexample
3154
3155@noindent
3156First we recall the original vectors and compute their cross product,
3157which we also store for later reference. Now we divide the vector
3158by the product of the lengths of the original vectors. The length of
3159this vector should be the sine of the angle; sure enough, it is!
3160
3161@c [fix-ref General Mode Commands]
3162Vector-related commands generally begin with the @kbd{v} prefix key.
3163Some are uppercase letters and some are lowercase. To make it easier
3164to type these commands, the shift-@kbd{V} prefix key acts the same as
3165the @kbd{v} key. (@xref{General Mode Commands}, for a way to make all
3166prefix keys have this property.)
3167
3168If we take the dot product of two perpendicular vectors we expect
3169to get zero, since the cosine of 90 degrees is zero. Let's check
3170that the cross product is indeed perpendicular to both inputs:
3171
3172@smallexample
3173@group
31742: [1, 2, 3] 1: 0 2: [7, 6, 0] 1: 0
31751: [-18, 21, -8] . 1: [-18, 21, -8] .
3176 . .
3177
3178 r 1 r 3 * @key{DEL} r 2 r 3 *
3179@end group
3180@end smallexample
3181
3182@cindex Normalizing a vector
3183@cindex Unit vectors
3184(@bullet{}) @strong{Exercise 1.} Given a vector on the top of the
3185stack, what keystrokes would you use to @dfn{normalize} the
3186vector, i.e., to reduce its length to one without changing its
3187direction? @xref{Vector Answer 1, 1}. (@bullet{})
3188
3189(@bullet{}) @strong{Exercise 2.} Suppose a certain particle can be
3190at any of several positions along a ruler. You have a list of
3191those positions in the form of a vector, and another list of the
3192probabilities for the particle to be at the corresponding positions.
3193Find the average position of the particle.
3194@xref{Vector Answer 2, 2}. (@bullet{})
3195
3196@node Matrix Tutorial, List Tutorial, Vector Analysis Tutorial, Vector/Matrix Tutorial
3197@subsection Matrices
3198
3199@noindent
3200A @dfn{matrix} is just a vector of vectors, all the same length.
3201This means you can enter a matrix using nested brackets. You can
3202also use the semicolon character to enter a matrix. We'll show
3203both methods here:
3204
3205@smallexample
3206@group
32071: [ [ 1, 2, 3 ] 1: [ [ 1, 2, 3 ]
3208 [ 4, 5, 6 ] ] [ 4, 5, 6 ] ]
3209 . .
3210
3211 [[1 2 3] [4 5 6]] ' [1 2 3; 4 5 6] @key{RET}
3212@end group
3213@end smallexample
3214
3215@noindent
3216We'll be using this matrix again, so type @kbd{s 4} to save it now.
3217
3218Note that semicolons work with incomplete vectors, but they work
3219better in algebraic entry. That's why we use the apostrophe in
3220the second example.
3221
3222When two matrices are multiplied, the lefthand matrix must have
3223the same number of columns as the righthand matrix has rows.
3224Row @expr{i}, column @expr{j} of the result is effectively the
3225dot product of row @expr{i} of the left matrix by column @expr{j}
3226of the right matrix.
3227
3228If we try to duplicate this matrix and multiply it by itself,
3229the dimensions are wrong and the multiplication cannot take place:
3230
3231@smallexample
3232@group
32331: [ [ 1, 2, 3 ] * [ [ 1, 2, 3 ]
3234 [ 4, 5, 6 ] ] [ 4, 5, 6 ] ]
3235 .
3236
3237 @key{RET} *
3238@end group
3239@end smallexample
3240
3241@noindent
3242Though rather hard to read, this is a formula which shows the product
3243of two matrices. The @samp{*} function, having invalid arguments, has
3244been left in symbolic form.
3245
3246We can multiply the matrices if we @dfn{transpose} one of them first.
3247
3248@smallexample
3249@group
32502: [ [ 1, 2, 3 ] 1: [ [ 14, 32 ] 1: [ [ 17, 22, 27 ]
3251 [ 4, 5, 6 ] ] [ 32, 77 ] ] [ 22, 29, 36 ]
32521: [ [ 1, 4 ] . [ 27, 36, 45 ] ]
3253 [ 2, 5 ] .
3254 [ 3, 6 ] ]
3255 .
3256
3257 U v t * U @key{TAB} *
3258@end group
3259@end smallexample
3260
3261Matrix multiplication is not commutative; indeed, switching the
3262order of the operands can even change the dimensions of the result
3263matrix, as happened here!
3264
3265If you multiply a plain vector by a matrix, it is treated as a
3266single row or column depending on which side of the matrix it is
3267on. The result is a plain vector which should also be interpreted
3268as a row or column as appropriate.
3269
3270@smallexample
3271@group
32722: [ [ 1, 2, 3 ] 1: [14, 32]
3273 [ 4, 5, 6 ] ] .
32741: [1, 2, 3]
3275 .
3276
3277 r 4 r 1 *
3278@end group
3279@end smallexample
3280
3281Multiplying in the other order wouldn't work because the number of
3282rows in the matrix is different from the number of elements in the
3283vector.
3284
3285(@bullet{}) @strong{Exercise 1.} Use @samp{*} to sum along the rows
3286of the above
3287@texline @math{2\times3}
3288@infoline 2x3
3289matrix to get @expr{[6, 15]}. Now use @samp{*} to sum along the columns
3290to get @expr{[5, 7, 9]}.
3291@xref{Matrix Answer 1, 1}. (@bullet{})
3292
3293@cindex Identity matrix
3294An @dfn{identity matrix} is a square matrix with ones along the
3295diagonal and zeros elsewhere. It has the property that multiplication
3296by an identity matrix, on the left or on the right, always produces
3297the original matrix.
3298
3299@smallexample
3300@group
33011: [ [ 1, 2, 3 ] 2: [ [ 1, 2, 3 ] 1: [ [ 1, 2, 3 ]
3302 [ 4, 5, 6 ] ] [ 4, 5, 6 ] ] [ 4, 5, 6 ] ]
3303 . 1: [ [ 1, 0, 0 ] .
3304 [ 0, 1, 0 ]
3305 [ 0, 0, 1 ] ]
3306 .
3307
3308 r 4 v i 3 @key{RET} *
3309@end group
3310@end smallexample
3311
3312If a matrix is square, it is often possible to find its @dfn{inverse},
3313that is, a matrix which, when multiplied by the original matrix, yields
3314an identity matrix. The @kbd{&} (reciprocal) key also computes the
3315inverse of a matrix.
3316
3317@smallexample
3318@group
33191: [ [ 1, 2, 3 ] 1: [ [ -2.4, 1.2, -0.2 ]
3320 [ 4, 5, 6 ] [ 2.8, -1.4, 0.4 ]
3321 [ 7, 6, 0 ] ] [ -0.73333, 0.53333, -0.2 ] ]
3322 . .
3323
3324 r 4 r 2 | s 5 &
3325@end group
3326@end smallexample
3327
3328@noindent
3329The vertical bar @kbd{|} @dfn{concatenates} numbers, vectors, and
3330matrices together. Here we have used it to add a new row onto
3331our matrix to make it square.
3332
3333We can multiply these two matrices in either order to get an identity.
3334
3335@smallexample
3336@group
33371: [ [ 1., 0., 0. ] 1: [ [ 1., 0., 0. ]
3338 [ 0., 1., 0. ] [ 0., 1., 0. ]
3339 [ 0., 0., 1. ] ] [ 0., 0., 1. ] ]
3340 . .
3341
3342 M-@key{RET} * U @key{TAB} *
3343@end group
3344@end smallexample
3345
3346@cindex Systems of linear equations
3347@cindex Linear equations, systems of
3348Matrix inverses are related to systems of linear equations in algebra.
3349Suppose we had the following set of equations:
3350
3351@ifnottex
3352@group
3353@example
3354 a + 2b + 3c = 6
3355 4a + 5b + 6c = 2
3356 7a + 6b = 3
3357@end example
3358@end group
3359@end ifnottex
3360@tex
3361\turnoffactive
3362\beforedisplayh
3363$$ \openup1\jot \tabskip=0pt plus1fil
3364\halign to\displaywidth{\tabskip=0pt
3365 $\hfil#$&$\hfil{}#{}$&
3366 $\hfil#$&$\hfil{}#{}$&
3367 $\hfil#$&${}#\hfil$\tabskip=0pt plus1fil\cr
3368 a&+&2b&+&3c&=6 \cr
3369 4a&+&5b&+&6c&=2 \cr
3370 7a&+&6b& & &=3 \cr}
3371$$
3372\afterdisplayh
3373@end tex
3374
3375@noindent
3376This can be cast into the matrix equation,
3377
3378@ifnottex
3379@group
3380@example
3381 [ [ 1, 2, 3 ] [ [ a ] [ [ 6 ]
3382 [ 4, 5, 6 ] * [ b ] = [ 2 ]
3383 [ 7, 6, 0 ] ] [ c ] ] [ 3 ] ]
3384@end example
3385@end group
3386@end ifnottex
3387@tex
3388\turnoffactive
3389\beforedisplay
3390$$ \pmatrix{ 1 & 2 & 3 \cr 4 & 5 & 6 \cr 7 & 6 & 0 }
3391 \times
3392 \pmatrix{ a \cr b \cr c } = \pmatrix{ 6 \cr 2 \cr 3 }
3393$$
3394\afterdisplay
3395@end tex
3396
3397We can solve this system of equations by multiplying both sides by the
3398inverse of the matrix. Calc can do this all in one step:
3399
3400@smallexample
3401@group
34022: [6, 2, 3] 1: [-12.6, 15.2, -3.93333]
34031: [ [ 1, 2, 3 ] .
3404 [ 4, 5, 6 ]
3405 [ 7, 6, 0 ] ]
3406 .
3407
3408 [6,2,3] r 5 /
3409@end group
3410@end smallexample
3411
3412@noindent
3413The result is the @expr{[a, b, c]} vector that solves the equations.
3414(Dividing by a square matrix is equivalent to multiplying by its
3415inverse.)
3416
3417Let's verify this solution:
3418
3419@smallexample
3420@group
34212: [ [ 1, 2, 3 ] 1: [6., 2., 3.]
3422 [ 4, 5, 6 ] .
3423 [ 7, 6, 0 ] ]
34241: [-12.6, 15.2, -3.93333]
3425 .
3426
3427 r 5 @key{TAB} *
3428@end group
3429@end smallexample
3430
3431@noindent
3432Note that we had to be careful about the order in which we multiplied
3433the matrix and vector. If we multiplied in the other order, Calc would
3434assume the vector was a row vector in order to make the dimensions
3435come out right, and the answer would be incorrect. If you
3436don't feel safe letting Calc take either interpretation of your
3437vectors, use explicit
3438@texline @math{N\times1}
3439@infoline Nx1
3440or
3441@texline @math{1\times N}
3442@infoline 1xN
3443matrices instead. In this case, you would enter the original column
3444vector as @samp{[[6], [2], [3]]} or @samp{[6; 2; 3]}.
3445
3446(@bullet{}) @strong{Exercise 2.} Algebraic entry allows you to make
3447vectors and matrices that include variables. Solve the following
3448system of equations to get expressions for @expr{x} and @expr{y}
3449in terms of @expr{a} and @expr{b}.
3450
3451@ifnottex
3452@group
3453@example
3454 x + a y = 6
3455 x + b y = 10
3456@end example
3457@end group
3458@end ifnottex
3459@tex
3460\turnoffactive
3461\beforedisplay
3462$$ \eqalign{ x &+ a y = 6 \cr
3463 x &+ b y = 10}
3464$$
3465\afterdisplay
3466@end tex
3467
3468@noindent
3469@xref{Matrix Answer 2, 2}. (@bullet{})
3470
3471@cindex Least-squares for over-determined systems
3472@cindex Over-determined systems of equations
3473(@bullet{}) @strong{Exercise 3.} A system of equations is ``over-determined''
3474if it has more equations than variables. It is often the case that
3475there are no values for the variables that will satisfy all the
3476equations at once, but it is still useful to find a set of values
3477which ``nearly'' satisfy all the equations. In terms of matrix equations,
3478you can't solve @expr{A X = B} directly because the matrix @expr{A}
3479is not square for an over-determined system. Matrix inversion works
3480only for square matrices. One common trick is to multiply both sides
3481on the left by the transpose of @expr{A}:
3482@ifnottex
3483@samp{trn(A)*A*X = trn(A)*B}.
3484@end ifnottex
3485@tex
3486\turnoffactive
3487$A^T A \, X = A^T B$, where $A^T$ is the transpose \samp{trn(A)}.
3488@end tex
3489Now
3490@texline @math{A^T A}
3491@infoline @expr{trn(A)*A}
3492is a square matrix so a solution is possible. It turns out that the
3493@expr{X} vector you compute in this way will be a ``least-squares''
3494solution, which can be regarded as the ``closest'' solution to the set
3495of equations. Use Calc to solve the following over-determined
3496system:
3497
3498@ifnottex
3499@group
3500@example
3501 a + 2b + 3c = 6
3502 4a + 5b + 6c = 2
3503 7a + 6b = 3
3504 2a + 4b + 6c = 11
3505@end example
3506@end group
3507@end ifnottex
3508@tex
3509\turnoffactive
3510\beforedisplayh
3511$$ \openup1\jot \tabskip=0pt plus1fil
3512\halign to\displaywidth{\tabskip=0pt
3513 $\hfil#$&$\hfil{}#{}$&
3514 $\hfil#$&$\hfil{}#{}$&
3515 $\hfil#$&${}#\hfil$\tabskip=0pt plus1fil\cr
3516 a&+&2b&+&3c&=6 \cr
3517 4a&+&5b&+&6c&=2 \cr
3518 7a&+&6b& & &=3 \cr
3519 2a&+&4b&+&6c&=11 \cr}
3520$$
3521\afterdisplayh
3522@end tex
3523
3524@noindent
3525@xref{Matrix Answer 3, 3}. (@bullet{})
3526
3527@node List Tutorial, , Matrix Tutorial, Vector/Matrix Tutorial
3528@subsection Vectors as Lists
3529
3530@noindent
3531@cindex Lists
3532Although Calc has a number of features for manipulating vectors and
3533matrices as mathematical objects, you can also treat vectors as
3534simple lists of values. For example, we saw that the @kbd{k f}
3535command returns a vector which is a list of the prime factors of a
3536number.
3537
3538You can pack and unpack stack entries into vectors:
3539
3540@smallexample
3541@group
35423: 10 1: [10, 20, 30] 3: 10
35432: 20 . 2: 20
35441: 30 1: 30
3545 . .
3546
3547 M-3 v p v u
3548@end group
3549@end smallexample
3550
3551You can also build vectors out of consecutive integers, or out
3552of many copies of a given value:
3553
3554@smallexample
3555@group
35561: [1, 2, 3, 4] 2: [1, 2, 3, 4] 2: [1, 2, 3, 4]
3557 . 1: 17 1: [17, 17, 17, 17]
3558 . .
3559
3560 v x 4 @key{RET} 17 v b 4 @key{RET}
3561@end group
3562@end smallexample
3563
3564You can apply an operator to every element of a vector using the
3565@dfn{map} command.
3566
3567@smallexample
3568@group
35691: [17, 34, 51, 68] 1: [289, 1156, 2601, 4624] 1: [17, 34, 51, 68]
3570 . . .
3571
3572 V M * 2 V M ^ V M Q
3573@end group
3574@end smallexample
3575
3576@noindent
3577In the first step, we multiply the vector of integers by the vector
3578of 17's elementwise. In the second step, we raise each element to
3579the power two. (The general rule is that both operands must be
3580vectors of the same length, or else one must be a vector and the
3581other a plain number.) In the final step, we take the square root
3582of each element.
3583
3584(@bullet{}) @strong{Exercise 1.} Compute a vector of powers of two
3585from
3586@texline @math{2^{-4}}
3587@infoline @expr{2^-4}
3588to @expr{2^4}. @xref{List Answer 1, 1}. (@bullet{})
3589
3590You can also @dfn{reduce} a binary operator across a vector.
3591For example, reducing @samp{*} computes the product of all the
3592elements in the vector:
3593
3594@smallexample
3595@group
35961: 123123 1: [3, 7, 11, 13, 41] 1: 123123
3597 . . .
3598
3599 123123 k f V R *
3600@end group
3601@end smallexample
3602
3603@noindent
3604In this example, we decompose 123123 into its prime factors, then
3605multiply those factors together again to yield the original number.
3606
3607We could compute a dot product ``by hand'' using mapping and
3608reduction:
3609
3610@smallexample
3611@group
36122: [1, 2, 3] 1: [7, 12, 0] 1: 19
36131: [7, 6, 0] . .
3614 .
3615
3616 r 1 r 2 V M * V R +
3617@end group
3618@end smallexample
3619
3620@noindent
3621Recalling two vectors from the previous section, we compute the
3622sum of pairwise products of the elements to get the same answer
3623for the dot product as before.
3624
3625A slight variant of vector reduction is the @dfn{accumulate} operation,
3626@kbd{V U}. This produces a vector of the intermediate results from
3627a corresponding reduction. Here we compute a table of factorials:
3628
3629@smallexample
3630@group
36311: [1, 2, 3, 4, 5, 6] 1: [1, 2, 6, 24, 120, 720]
3632 . .
3633
3634 v x 6 @key{RET} V U *
3635@end group
3636@end smallexample
3637
3638Calc allows vectors to grow as large as you like, although it gets
3639rather slow if vectors have more than about a hundred elements.
3640Actually, most of the time is spent formatting these large vectors
3641for display, not calculating on them. Try the following experiment
3642(if your computer is very fast you may need to substitute a larger
3643vector size).
3644
3645@smallexample
3646@group
36471: [1, 2, 3, 4, ... 1: [2, 3, 4, 5, ...
3648 . .
3649
3650 v x 500 @key{RET} 1 V M +
3651@end group
3652@end smallexample
3653
3654Now press @kbd{v .} (the letter @kbd{v}, then a period) and try the
3655experiment again. In @kbd{v .} mode, long vectors are displayed
3656``abbreviated'' like this:
3657
3658@smallexample
3659@group
36601: [1, 2, 3, ..., 500] 1: [2, 3, 4, ..., 501]
3661 . .
3662
3663 v x 500 @key{RET} 1 V M +
3664@end group
3665@end smallexample
3666
3667@noindent
3668(where now the @samp{...} is actually part of the Calc display).
3669You will find both operations are now much faster. But notice that
3670even in @w{@kbd{v .}} mode, the full vectors are still shown in the Trail.
3671Type @w{@kbd{t .}} to cause the trail to abbreviate as well, and try the
3672experiment one more time. Operations on long vectors are now quite
3673fast! (But of course if you use @kbd{t .} you will lose the ability
3674to get old vectors back using the @kbd{t y} command.)
3675
3676An easy way to view a full vector when @kbd{v .} mode is active is
3677to press @kbd{`} (back-quote) to edit the vector; editing always works
3678with the full, unabbreviated value.
3679
3680@cindex Least-squares for fitting a straight line
3681@cindex Fitting data to a line
3682@cindex Line, fitting data to
3683@cindex Data, extracting from buffers
3684@cindex Columns of data, extracting
3685As a larger example, let's try to fit a straight line to some data,
3686using the method of least squares. (Calc has a built-in command for
3687least-squares curve fitting, but we'll do it by hand here just to
3688practice working with vectors.) Suppose we have the following list
3689of values in a file we have loaded into Emacs:
3690
3691@smallexample
3692 x y
3693 --- ---
3694 1.34 0.234
3695 1.41 0.298
3696 1.49 0.402
3697 1.56 0.412
3698 1.64 0.466
3699 1.73 0.473
3700 1.82 0.601
3701 1.91 0.519
3702 2.01 0.603
3703 2.11 0.637
3704 2.22 0.645
3705 2.33 0.705
3706 2.45 0.917
3707 2.58 1.009
3708 2.71 0.971
3709 2.85 1.062
3710 3.00 1.148
3711 3.15 1.157
3712 3.32 1.354
3713@end smallexample
3714
3715@noindent
3716If you are reading this tutorial in printed form, you will find it
3717easiest to press @kbd{C-x * i} to enter the on-line Info version of
3718the manual and find this table there. (Press @kbd{g}, then type
3719@kbd{List Tutorial}, to jump straight to this section.)
3720
3721Position the cursor at the upper-left corner of this table, just
3722to the left of the @expr{1.34}. Press @kbd{C-@@} to set the mark.
3723(On your system this may be @kbd{C-2}, @kbd{C-@key{SPC}}, or @kbd{NUL}.)
3724Now position the cursor to the lower-right, just after the @expr{1.354}.
3725You have now defined this region as an Emacs ``rectangle.'' Still
3726in the Info buffer, type @kbd{C-x * r}. This command
3727(@code{calc-grab-rectangle}) will pop you back into the Calculator, with
3728the contents of the rectangle you specified in the form of a matrix.
3729
3730@smallexample
3731@group
37321: [ [ 1.34, 0.234 ]
3733 [ 1.41, 0.298 ]
3734 @dots{}
3735@end group
3736@end smallexample
3737
3738@noindent
3739(You may wish to use @kbd{v .} mode to abbreviate the display of this
3740large matrix.)
3741
3742We want to treat this as a pair of lists. The first step is to
3743transpose this matrix into a pair of rows. Remember, a matrix is
3744just a vector of vectors. So we can unpack the matrix into a pair
3745of row vectors on the stack.
3746
3747@smallexample
3748@group
37491: [ [ 1.34, 1.41, 1.49, ... ] 2: [1.34, 1.41, 1.49, ... ]
3750 [ 0.234, 0.298, 0.402, ... ] ] 1: [0.234, 0.298, 0.402, ... ]
3751 . .
3752
3753 v t v u
3754@end group
3755@end smallexample
3756
3757@noindent
3758Let's store these in quick variables 1 and 2, respectively.
3759
3760@smallexample
3761@group
37621: [1.34, 1.41, 1.49, ... ] .
3763 .
3764
3765 t 2 t 1
3766@end group
3767@end smallexample
3768
3769@noindent
3770(Recall that @kbd{t 2} is a variant of @kbd{s 2} that removes the
3771stored value from the stack.)
3772
3773In a least squares fit, the slope @expr{m} is given by the formula
3774
3775@ifnottex
3776@example
3777m = (N sum(x y) - sum(x) sum(y)) / (N sum(x^2) - sum(x)^2)
3778@end example
3779@end ifnottex
3780@tex
3781\turnoffactive
3782\beforedisplay
3783$$ m = {N \sum x y - \sum x \sum y \over
3784 N \sum x^2 - \left( \sum x \right)^2} $$
3785\afterdisplay
3786@end tex
3787
3788@noindent
3789where
3790@texline @math{\sum x}
3791@infoline @expr{sum(x)}
3792represents the sum of all the values of @expr{x}. While there is an
3793actual @code{sum} function in Calc, it's easier to sum a vector using a
3794simple reduction. First, let's compute the four different sums that
3795this formula uses.
3796
3797@smallexample
3798@group
37991: 41.63 1: 98.0003
3800 . .
3801
3802 r 1 V R + t 3 r 1 2 V M ^ V R + t 4
3803
3804@end group
3805@end smallexample
3806@noindent
3807@smallexample
3808@group
38091: 13.613 1: 33.36554
3810 . .
3811
3812 r 2 V R + t 5 r 1 r 2 V M * V R + t 6
3813@end group
3814@end smallexample
3815
3816@ifnottex
3817@noindent
3818These are @samp{sum(x)}, @samp{sum(x^2)}, @samp{sum(y)}, and @samp{sum(x y)},
3819respectively. (We could have used @kbd{*} to compute @samp{sum(x^2)} and
3820@samp{sum(x y)}.)
3821@end ifnottex
3822@tex
3823\turnoffactive
3824These are $\sum x$, $\sum x^2$, $\sum y$, and $\sum x y$,
3825respectively. (We could have used \kbd{*} to compute $\sum x^2$ and
3826$\sum x y$.)
3827@end tex
3828
3829Finally, we also need @expr{N}, the number of data points. This is just
3830the length of either of our lists.
3831
3832@smallexample
3833@group
38341: 19
3835 .
3836
3837 r 1 v l t 7
3838@end group
3839@end smallexample
3840
3841@noindent
3842(That's @kbd{v} followed by a lower-case @kbd{l}.)
3843
3844Now we grind through the formula:
3845
3846@smallexample
3847@group
38481: 633.94526 2: 633.94526 1: 67.23607
3849 . 1: 566.70919 .
3850 .
3851
3852 r 7 r 6 * r 3 r 5 * -
3853
3854@end group
3855@end smallexample
3856@noindent
3857@smallexample
3858@group
38592: 67.23607 3: 67.23607 2: 67.23607 1: 0.52141679
38601: 1862.0057 2: 1862.0057 1: 128.9488 .
3861 . 1: 1733.0569 .
3862 .
3863
3864 r 7 r 4 * r 3 2 ^ - / t 8
3865@end group
3866@end smallexample
3867
3868That gives us the slope @expr{m}. The y-intercept @expr{b} can now
3869be found with the simple formula,
3870
3871@ifnottex
3872@example
3873b = (sum(y) - m sum(x)) / N
3874@end example
3875@end ifnottex
3876@tex
3877\turnoffactive
3878\beforedisplay
3879$$ b = {\sum y - m \sum x \over N} $$
3880\afterdisplay
3881\vskip10pt
3882@end tex
3883
3884@smallexample
3885@group
38861: 13.613 2: 13.613 1: -8.09358 1: -0.425978
3887 . 1: 21.70658 . .
3888 .
3889
3890 r 5 r 8 r 3 * - r 7 / t 9
3891@end group
3892@end smallexample
3893
3894Let's ``plot'' this straight line approximation,
3895@texline @math{y \approx m x + b},
3896@infoline @expr{m x + b},
3897and compare it with the original data.
3898
3899@smallexample
3900@group
39011: [0.699, 0.735, ... ] 1: [0.273, 0.309, ... ]
3902 . .
3903
3904 r 1 r 8 * r 9 + s 0
3905@end group
3906@end smallexample
3907
3908@noindent
3909Notice that multiplying a vector by a constant, and adding a constant
3910to a vector, can be done without mapping commands since these are
3911common operations from vector algebra. As far as Calc is concerned,
3912we've just been doing geometry in 19-dimensional space!
3913
3914We can subtract this vector from our original @expr{y} vector to get
3915a feel for the error of our fit. Let's find the maximum error:
3916
3917@smallexample
3918@group
39191: [0.0387, 0.0112, ... ] 1: [0.0387, 0.0112, ... ] 1: 0.0897
3920 . . .
3921
3922 r 2 - V M A V R X
3923@end group
3924@end smallexample
3925
3926@noindent
3927First we compute a vector of differences, then we take the absolute
3928values of these differences, then we reduce the @code{max} function
3929across the vector. (The @code{max} function is on the two-key sequence
3930@kbd{f x}; because it is so common to use @code{max} in a vector
3931operation, the letters @kbd{X} and @kbd{N} are also accepted for
3932@code{max} and @code{min} in this context. In general, you answer
3933the @kbd{V M} or @kbd{V R} prompt with the actual key sequence that
3934invokes the function you want. You could have typed @kbd{V R f x} or
3935even @kbd{V R x max @key{RET}} if you had preferred.)
3936
3937If your system has the GNUPLOT program, you can see graphs of your
3938data and your straight line to see how well they match. (If you have
3939GNUPLOT 3.0 or higher, the following instructions will work regardless
3940of the kind of display you have. Some GNUPLOT 2.0, non-X-windows systems
3941may require additional steps to view the graphs.)
3942
3943Let's start by plotting the original data. Recall the ``@var{x}'' and ``@var{y}''
3944vectors onto the stack and press @kbd{g f}. This ``fast'' graphing
3945command does everything you need to do for simple, straightforward
3946plotting of data.
3947
3948@smallexample
3949@group
39502: [1.34, 1.41, 1.49, ... ]
39511: [0.234, 0.298, 0.402, ... ]
3952 .
3953
3954 r 1 r 2 g f
3955@end group
3956@end smallexample
3957
3958If all goes well, you will shortly get a new window containing a graph
3959of the data. (If not, contact your GNUPLOT or Calc installer to find
3960out what went wrong.) In the X window system, this will be a separate
3961graphics window. For other kinds of displays, the default is to
3962display the graph in Emacs itself using rough character graphics.
3963Press @kbd{q} when you are done viewing the character graphics.
3964
3965Next, let's add the line we got from our least-squares fit.
3966@ifinfo
3967(If you are reading this tutorial on-line while running Calc, typing
3968@kbd{g a} may cause the tutorial to disappear from its window and be
3969replaced by a buffer named @samp{*Gnuplot Commands*}. The tutorial
3970will reappear when you terminate GNUPLOT by typing @kbd{g q}.)
3971@end ifinfo
3972
3973@smallexample
3974@group
39752: [1.34, 1.41, 1.49, ... ]
39761: [0.273, 0.309, 0.351, ... ]
3977 .
3978
3979 @key{DEL} r 0 g a g p
3980@end group
3981@end smallexample
3982
3983It's not very useful to get symbols to mark the data points on this
3984second curve; you can type @kbd{g S g p} to remove them. Type @kbd{g q}
3985when you are done to remove the X graphics window and terminate GNUPLOT.
3986
3987(@bullet{}) @strong{Exercise 2.} An earlier exercise showed how to do
3988least squares fitting to a general system of equations. Our 19 data
3989points are really 19 equations of the form @expr{y_i = m x_i + b} for
3990different pairs of @expr{(x_i,y_i)}. Use the matrix-transpose method
3991to solve for @expr{m} and @expr{b}, duplicating the above result.
3992@xref{List Answer 2, 2}. (@bullet{})
3993
3994@cindex Geometric mean
3995(@bullet{}) @strong{Exercise 3.} If the input data do not form a
3996rectangle, you can use @w{@kbd{C-x * g}} (@code{calc-grab-region})
3997to grab the data the way Emacs normally works with regions---it reads
3998left-to-right, top-to-bottom, treating line breaks the same as spaces.
3999Use this command to find the geometric mean of the following numbers.
4000(The geometric mean is the @var{n}th root of the product of @var{n} numbers.)
4001
4002@example
40032.3 6 22 15.1 7
4004 15 14 7.5
4005 2.5
4006@end example
4007
4008@noindent
4009The @kbd{C-x * g} command accepts numbers separated by spaces or commas,
4010with or without surrounding vector brackets.
4011@xref{List Answer 3, 3}. (@bullet{})
4012
4013@ifnottex
4014As another example, a theorem about binomial coefficients tells
4015us that the alternating sum of binomial coefficients
4016@var{n}-choose-0 minus @var{n}-choose-1 plus @var{n}-choose-2, and so
4017on up to @var{n}-choose-@var{n},
4018always comes out to zero. Let's verify this
4019for @expr{n=6}.
4020@end ifnottex
4021@tex
4022As another example, a theorem about binomial coefficients tells
4023us that the alternating sum of binomial coefficients
4024${n \choose 0} - {n \choose 1} + {n \choose 2} - \cdots \pm {n \choose n}$
4025always comes out to zero. Let's verify this
4026for \cite{n=6}.
4027@end tex
4028
4029@smallexample
4030@group
40311: [1, 2, 3, 4, 5, 6, 7] 1: [0, 1, 2, 3, 4, 5, 6]
4032 . .
4033
4034 v x 7 @key{RET} 1 -
4035
4036@end group
4037@end smallexample
4038@noindent
4039@smallexample
4040@group
40411: [1, -6, 15, -20, 15, -6, 1] 1: 0
4042 . .
4043
4044 V M ' (-1)^$ choose(6,$) @key{RET} V R +
4045@end group
4046@end smallexample
4047
4048The @kbd{V M '} command prompts you to enter any algebraic expression
4049to define the function to map over the vector. The symbol @samp{$}
4050inside this expression represents the argument to the function.
4051The Calculator applies this formula to each element of the vector,
4052substituting each element's value for the @samp{$} sign(s) in turn.
4053
4054To define a two-argument function, use @samp{$$} for the first
4055argument and @samp{$} for the second: @kbd{V M ' $$-$ @key{RET}} is
4056equivalent to @kbd{V M -}. This is analogous to regular algebraic
4057entry, where @samp{$$} would refer to the next-to-top stack entry
4058and @samp{$} would refer to the top stack entry, and @kbd{' $$-$ @key{RET}}
4059would act exactly like @kbd{-}.
4060
4061Notice that the @kbd{V M '} command has recorded two things in the
4062trail: The result, as usual, and also a funny-looking thing marked
4063@samp{oper} that represents the operator function you typed in.
4064The function is enclosed in @samp{< >} brackets, and the argument is
4065denoted by a @samp{#} sign. If there were several arguments, they
4066would be shown as @samp{#1}, @samp{#2}, and so on. (For example,
4067@kbd{V M ' $$-$} will put the function @samp{<#1 - #2>} on the
4068trail.) This object is a ``nameless function''; you can use nameless
4069@w{@samp{< >}} notation to answer the @kbd{V M '} prompt if you like.
4070Nameless function notation has the interesting, occasionally useful
4071property that a nameless function is not actually evaluated until
4072it is used. For example, @kbd{V M ' $+random(2.0)} evaluates
4073@samp{random(2.0)} once and adds that random number to all elements
4074of the vector, but @kbd{V M ' <#+random(2.0)>} evaluates the
4075@samp{random(2.0)} separately for each vector element.
4076
4077Another group of operators that are often useful with @kbd{V M} are
4078the relational operators: @kbd{a =}, for example, compares two numbers
4079and gives the result 1 if they are equal, or 0 if not. Similarly,
4080@w{@kbd{a <}} checks for one number being less than another.
4081
4082Other useful vector operations include @kbd{v v}, to reverse a
4083vector end-for-end; @kbd{V S}, to sort the elements of a vector
4084into increasing order; and @kbd{v r} and @w{@kbd{v c}}, to extract
4085one row or column of a matrix, or (in both cases) to extract one
4086element of a plain vector. With a negative argument, @kbd{v r}
4087and @kbd{v c} instead delete one row, column, or vector element.
4088
4089@cindex Divisor functions
4090(@bullet{}) @strong{Exercise 4.} The @expr{k}th @dfn{divisor function}
4091@tex
4092$\sigma_k(n)$
4093@end tex
4094is the sum of the @expr{k}th powers of all the divisors of an
4095integer @expr{n}. Figure out a method for computing the divisor
4096function for reasonably small values of @expr{n}. As a test,
4097the 0th and 1st divisor functions of 30 are 8 and 72, respectively.
4098@xref{List Answer 4, 4}. (@bullet{})
4099
4100@cindex Square-free numbers
4101@cindex Duplicate values in a list
4102(@bullet{}) @strong{Exercise 5.} The @kbd{k f} command produces a
4103list of prime factors for a number. Sometimes it is important to
4104know that a number is @dfn{square-free}, i.e., that no prime occurs
4105more than once in its list of prime factors. Find a sequence of
4106keystrokes to tell if a number is square-free; your method should
4107leave 1 on the stack if it is, or 0 if it isn't.
4108@xref{List Answer 5, 5}. (@bullet{})
4109
4110@cindex Triangular lists
4111(@bullet{}) @strong{Exercise 6.} Build a list of lists that looks
4112like the following diagram. (You may wish to use the @kbd{v /}
4113command to enable multi-line display of vectors.)
4114
4115@smallexample
4116@group
41171: [ [1],
4118 [1, 2],
4119 [1, 2, 3],
4120 [1, 2, 3, 4],
4121 [1, 2, 3, 4, 5],
4122 [1, 2, 3, 4, 5, 6] ]
4123@end group
4124@end smallexample
4125
4126@noindent
4127@xref{List Answer 6, 6}. (@bullet{})
4128
4129(@bullet{}) @strong{Exercise 7.} Build the following list of lists.
4130
4131@smallexample
4132@group
41331: [ [0],
4134 [1, 2],
4135 [3, 4, 5],
4136 [6, 7, 8, 9],
4137 [10, 11, 12, 13, 14],
4138 [15, 16, 17, 18, 19, 20] ]
4139@end group
4140@end smallexample
4141
4142@noindent
4143@xref{List Answer 7, 7}. (@bullet{})
4144
4145@cindex Maximizing a function over a list of values
4146@c [fix-ref Numerical Solutions]
4147(@bullet{}) @strong{Exercise 8.} Compute a list of values of Bessel's
4148@texline @math{J_1(x)}
4149@infoline @expr{J1}
4150function @samp{besJ(1,x)} for @expr{x} from 0 to 5 in steps of 0.25.
4151Find the value of @expr{x} (from among the above set of values) for
4152which @samp{besJ(1,x)} is a maximum. Use an ``automatic'' method,
4153i.e., just reading along the list by hand to find the largest value
4154is not allowed! (There is an @kbd{a X} command which does this kind
4155of thing automatically; @pxref{Numerical Solutions}.)
4156@xref{List Answer 8, 8}. (@bullet{})
4157
4158@cindex Digits, vectors of
4159(@bullet{}) @strong{Exercise 9.} You are given an integer in the range
4160@texline @math{0 \le N < 10^m}
4161@infoline @expr{0 <= N < 10^m}
4162for @expr{m=12} (i.e., an integer of less than
4163twelve digits). Convert this integer into a vector of @expr{m}
4164digits, each in the range from 0 to 9. In vector-of-digits notation,
4165add one to this integer to produce a vector of @expr{m+1} digits
4166(since there could be a carry out of the most significant digit).
4167Convert this vector back into a regular integer. A good integer
4168to try is 25129925999. @xref{List Answer 9, 9}. (@bullet{})
4169
4170(@bullet{}) @strong{Exercise 10.} Your friend Joe tried to use
4171@kbd{V R a =} to test if all numbers in a list were equal. What
4172happened? How would you do this test? @xref{List Answer 10, 10}. (@bullet{})
4173
4174(@bullet{}) @strong{Exercise 11.} The area of a circle of radius one
4175is @cpi{}. The area of the
4176@texline @math{2\times2}
4177@infoline 2x2
4178square that encloses that circle is 4. So if we throw @var{n} darts at
4179random points in the square, about @cpiover{4} of them will land inside
4180the circle. This gives us an entertaining way to estimate the value of
4181@cpi{}. The @w{@kbd{k r}}
4182command picks a random number between zero and the value on the stack.
4183We could get a random floating-point number between @mathit{-1} and 1 by typing
4184@w{@kbd{2.0 k r 1 -}}. Build a vector of 100 random @expr{(x,y)} points in
4185this square, then use vector mapping and reduction to count how many
4186points lie inside the unit circle. Hint: Use the @kbd{v b} command.
4187@xref{List Answer 11, 11}. (@bullet{})
4188
4189@cindex Matchstick problem
4190(@bullet{}) @strong{Exercise 12.} The @dfn{matchstick problem} provides
4191another way to calculate @cpi{}. Say you have an infinite field
4192of vertical lines with a spacing of one inch. Toss a one-inch matchstick
4193onto the field. The probability that the matchstick will land crossing
4194a line turns out to be
4195@texline @math{2/\pi}.
4196@infoline @expr{2/pi}.
4197Toss 100 matchsticks to estimate @cpi{}. (If you want still more fun,
4198the probability that the GCD (@w{@kbd{k g}}) of two large integers is
4199one turns out to be
4200@texline @math{6/\pi^2}.
4201@infoline @expr{6/pi^2}.
4202That provides yet another way to estimate @cpi{}.)
4203@xref{List Answer 12, 12}. (@bullet{})
4204
4205(@bullet{}) @strong{Exercise 13.} An algebraic entry of a string in
4206double-quote marks, @samp{"hello"}, creates a vector of the numerical
4207(ASCII) codes of the characters (here, @expr{[104, 101, 108, 108, 111]}).
4208Sometimes it is convenient to compute a @dfn{hash code} of a string,
4209which is just an integer that represents the value of that string.
4210Two equal strings have the same hash code; two different strings
4211@dfn{probably} have different hash codes. (For example, Calc has
4212over 400 function names, but Emacs can quickly find the definition for
4213any given name because it has sorted the functions into ``buckets'' by
4214their hash codes. Sometimes a few names will hash into the same bucket,
4215but it is easier to search among a few names than among all the names.)
4216One popular hash function is computed as follows: First set @expr{h = 0}.
4217Then, for each character from the string in turn, set @expr{h = 3h + c_i}
4218where @expr{c_i} is the character's ASCII code. If we have 511 buckets,
4219we then take the hash code modulo 511 to get the bucket number. Develop a
4220simple command or commands for converting string vectors into hash codes.
4221The hash code for @samp{"Testing, 1, 2, 3"} is 1960915098, which modulo
4222511 is 121. @xref{List Answer 13, 13}. (@bullet{})
4223
4224(@bullet{}) @strong{Exercise 14.} The @kbd{H V R} and @kbd{H V U}
4225commands do nested function evaluations. @kbd{H V U} takes a starting
4226value and a number of steps @var{n} from the stack; it then applies the
4227function you give to the starting value 0, 1, 2, up to @var{n} times
4228and returns a vector of the results. Use this command to create a
4229``random walk'' of 50 steps. Start with the two-dimensional point
4230@expr{(0,0)}; then take one step a random distance between @mathit{-1} and 1
4231in both @expr{x} and @expr{y}; then take another step, and so on. Use the
4232@kbd{g f} command to display this random walk. Now modify your random
4233walk to walk a unit distance, but in a random direction, at each step.
4234(Hint: The @code{sincos} function returns a vector of the cosine and
4235sine of an angle.) @xref{List Answer 14, 14}. (@bullet{})
4236
4237@node Types Tutorial, Algebra Tutorial, Vector/Matrix Tutorial, Tutorial
4238@section Types Tutorial
4239
4240@noindent
4241Calc understands a variety of data types as well as simple numbers.
4242In this section, we'll experiment with each of these types in turn.
4243
4244The numbers we've been using so far have mainly been either @dfn{integers}
4245or @dfn{floats}. We saw that floats are usually a good approximation to
4246the mathematical concept of real numbers, but they are only approximations
4247and are susceptible to roundoff error. Calc also supports @dfn{fractions},
4248which can exactly represent any rational number.
4249
4250@smallexample
4251@group
42521: 3628800 2: 3628800 1: 518400:7 1: 518414:7 1: 7:518414
4253 . 1: 49 . . .
4254 .
4255
4256 10 ! 49 @key{RET} : 2 + &
4257@end group
4258@end smallexample
4259
4260@noindent
4261The @kbd{:} command divides two integers to get a fraction; @kbd{/}
4262would normally divide integers to get a floating-point result.
4263Notice we had to type @key{RET} between the @kbd{49} and the @kbd{:}
4264since the @kbd{:} would otherwise be interpreted as part of a
4265fraction beginning with 49.
4266
4267You can convert between floating-point and fractional format using
4268@kbd{c f} and @kbd{c F}:
4269
4270@smallexample
4271@group
42721: 1.35027217629e-5 1: 7:518414
4273 . .
4274
4275 c f c F
4276@end group
4277@end smallexample
4278
4279The @kbd{c F} command replaces a floating-point number with the
4280``simplest'' fraction whose floating-point representation is the
4281same, to within the current precision.
4282
4283@smallexample
4284@group
42851: 3.14159265359 1: 1146408:364913 1: 3.1416 1: 355:113
4286 . . . .
4287
4288 P c F @key{DEL} p 5 @key{RET} P c F
4289@end group
4290@end smallexample
4291
4292(@bullet{}) @strong{Exercise 1.} A calculation has produced the
4293result 1.26508260337. You suspect it is the square root of the
4294product of @cpi{} and some rational number. Is it? (Be sure
4295to allow for roundoff error!) @xref{Types Answer 1, 1}. (@bullet{})
4296
4297@dfn{Complex numbers} can be stored in both rectangular and polar form.
4298
4299@smallexample
4300@group
43011: -9 1: (0, 3) 1: (3; 90.) 1: (6; 90.) 1: (2.4495; 45.)
4302 . . . . .
4303
4304 9 n Q c p 2 * Q
4305@end group
4306@end smallexample
4307
4308@noindent
4309The square root of @mathit{-9} is by default rendered in rectangular form
4310(@w{@expr{0 + 3i}}), but we can convert it to polar form (3 with a
4311phase angle of 90 degrees). All the usual arithmetic and scientific
4312operations are defined on both types of complex numbers.
4313
4314Another generalized kind of number is @dfn{infinity}. Infinity
4315isn't really a number, but it can sometimes be treated like one.
4316Calc uses the symbol @code{inf} to represent positive infinity,
4317i.e., a value greater than any real number. Naturally, you can
4318also write @samp{-inf} for minus infinity, a value less than any
4319real number. The word @code{inf} can only be input using
4320algebraic entry.
4321
4322@smallexample
4323@group
43242: inf 2: -inf 2: -inf 2: -inf 1: nan
43251: -17 1: -inf 1: -inf 1: inf .
4326 . . . .
4327
4328' inf @key{RET} 17 n * @key{RET} 72 + A +
4329@end group
4330@end smallexample
4331
4332@noindent
4333Since infinity is infinitely large, multiplying it by any finite
4334number (like @mathit{-17}) has no effect, except that since @mathit{-17}
4335is negative, it changes a plus infinity to a minus infinity.
4336(``A huge positive number, multiplied by @mathit{-17}, yields a huge
4337negative number.'') Adding any finite number to infinity also
4338leaves it unchanged. Taking an absolute value gives us plus
4339infinity again. Finally, we add this plus infinity to the minus
4340infinity we had earlier. If you work it out, you might expect
4341the answer to be @mathit{-72} for this. But the 72 has been completely
4342lost next to the infinities; by the time we compute @w{@samp{inf - inf}}
4343the finite difference between them, if any, is undetectable.
4344So we say the result is @dfn{indeterminate}, which Calc writes
4345with the symbol @code{nan} (for Not A Number).
4346
4347Dividing by zero is normally treated as an error, but you can get
4348Calc to write an answer in terms of infinity by pressing @kbd{m i}
4349to turn on Infinite mode.
4350
4351@smallexample
4352@group
43533: nan 2: nan 2: nan 2: nan 1: nan
43542: 1 1: 1 / 0 1: uinf 1: uinf .
43551: 0 . . .
4356 .
4357
4358 1 @key{RET} 0 / m i U / 17 n * +
4359@end group
4360@end smallexample
4361
4362@noindent
4363Dividing by zero normally is left unevaluated, but after @kbd{m i}
4364it instead gives an infinite result. The answer is actually
4365@code{uinf}, ``undirected infinity.'' If you look at a graph of
4366@expr{1 / x} around @w{@expr{x = 0}}, you'll see that it goes toward
4367plus infinity as you approach zero from above, but toward minus
4368infinity as you approach from below. Since we said only @expr{1 / 0},
4369Calc knows that the answer is infinite but not in which direction.
4370That's what @code{uinf} means. Notice that multiplying @code{uinf}
4371by a negative number still leaves plain @code{uinf}; there's no
4372point in saying @samp{-uinf} because the sign of @code{uinf} is
4373unknown anyway. Finally, we add @code{uinf} to our @code{nan},
4374yielding @code{nan} again. It's easy to see that, because
4375@code{nan} means ``totally unknown'' while @code{uinf} means
4376``unknown sign but known to be infinite,'' the more mysterious
4377@code{nan} wins out when it is combined with @code{uinf}, or, for
4378that matter, with anything else.
4379
4380(@bullet{}) @strong{Exercise 2.} Predict what Calc will answer
4381for each of these formulas: @samp{inf / inf}, @samp{exp(inf)},
4382@samp{exp(-inf)}, @samp{sqrt(-inf)}, @samp{sqrt(uinf)},
4383@samp{abs(uinf)}, @samp{ln(0)}.
4384@xref{Types Answer 2, 2}. (@bullet{})
4385
4386(@bullet{}) @strong{Exercise 3.} We saw that @samp{inf - inf = nan},
4387which stands for an unknown value. Can @code{nan} stand for
4388a complex number? Can it stand for infinity?
4389@xref{Types Answer 3, 3}. (@bullet{})
4390
4391@dfn{HMS forms} represent a value in terms of hours, minutes, and
4392seconds.
4393
4394@smallexample
4395@group
43961: 2@@ 30' 0" 1: 3@@ 30' 0" 2: 3@@ 30' 0" 1: 2.
4397 . . 1: 1@@ 45' 0." .
4398 .
4399
4400 2@@ 30' @key{RET} 1 + @key{RET} 2 / /
4401@end group
4402@end smallexample
4403
4404HMS forms can also be used to hold angles in degrees, minutes, and
4405seconds.
4406
4407@smallexample
4408@group
44091: 0.5 1: 26.56505 1: 26@@ 33' 54.18" 1: 0.44721
4410 . . . .
4411
4412 0.5 I T c h S
4413@end group
4414@end smallexample
4415
4416@noindent
4417First we convert the inverse tangent of 0.5 to degrees-minutes-seconds
4418form, then we take the sine of that angle. Note that the trigonometric
4419functions will accept HMS forms directly as input.
4420
4421@cindex Beatles
4422(@bullet{}) @strong{Exercise 4.} The Beatles' @emph{Abbey Road} is
442347 minutes and 26 seconds long, and contains 17 songs. What is the
4424average length of a song on @emph{Abbey Road}? If the Extended Disco
4425Version of @emph{Abbey Road} added 20 seconds to the length of each
4426song, how long would the album be? @xref{Types Answer 4, 4}. (@bullet{})
4427
4428A @dfn{date form} represents a date, or a date and time. Dates must
4429be entered using algebraic entry. Date forms are surrounded by
4430@samp{< >} symbols; most standard formats for dates are recognized.
4431
4432@smallexample
4433@group
44342: <Sun Jan 13, 1991> 1: 2.25
44351: <6:00pm Thu Jan 10, 1991> .
4436 .
4437
4438' <13 Jan 1991>, <1/10/91, 6pm> @key{RET} -
4439@end group
4440@end smallexample
4441
4442@noindent
4443In this example, we enter two dates, then subtract to find the
4444number of days between them. It is also possible to add an
4445HMS form or a number (of days) to a date form to get another
4446date form.
4447
4448@smallexample
4449@group
44501: <4:45:59pm Mon Jan 14, 1991> 1: <2:50:59am Thu Jan 17, 1991>
4451 . .
4452
4453 t N 2 + 10@@ 5' +
4454@end group
4455@end smallexample
4456
4457@c [fix-ref Date Arithmetic]
4458@noindent
4459The @kbd{t N} (``now'') command pushes the current date and time on the
4460stack; then we add two days, ten hours and five minutes to the date and
4461time. Other date-and-time related commands include @kbd{t J}, which
4462does Julian day conversions, @kbd{t W}, which finds the beginning of
4463the week in which a date form lies, and @kbd{t I}, which increments a
4464date by one or several months. @xref{Date Arithmetic}, for more.
4465
4466(@bullet{}) @strong{Exercise 5.} How many days until the next
4467Friday the 13th? @xref{Types Answer 5, 5}. (@bullet{})
4468
4469(@bullet{}) @strong{Exercise 6.} How many leap years will there be
4470between now and the year 10001 A.D.? @xref{Types Answer 6, 6}. (@bullet{})
4471
4472@cindex Slope and angle of a line
4473@cindex Angle and slope of a line
4474An @dfn{error form} represents a mean value with an attached standard
4475deviation, or error estimate. Suppose our measurements indicate that
4476a certain telephone pole is about 30 meters away, with an estimated
4477error of 1 meter, and 8 meters tall, with an estimated error of 0.2
4478meters. What is the slope of a line from here to the top of the
4479pole, and what is the equivalent angle in degrees?
4480
4481@smallexample
4482@group
44831: 8 +/- 0.2 2: 8 +/- 0.2 1: 0.266 +/- 0.011 1: 14.93 +/- 0.594
4484 . 1: 30 +/- 1 . .
4485 .
4486
4487 8 p .2 @key{RET} 30 p 1 / I T
4488@end group
4489@end smallexample
4490
4491@noindent
4492This means that the angle is about 15 degrees, and, assuming our
4493original error estimates were valid standard deviations, there is about
4494a 60% chance that the result is correct within 0.59 degrees.
4495
4496@cindex Torus, volume of
4497(@bullet{}) @strong{Exercise 7.} The volume of a torus (a donut shape) is
4498@texline @math{2 \pi^2 R r^2}
4499@infoline @w{@expr{2 pi^2 R r^2}}
4500where @expr{R} is the radius of the circle that
4501defines the center of the tube and @expr{r} is the radius of the tube
4502itself. Suppose @expr{R} is 20 cm and @expr{r} is 4 cm, each known to
4503within 5 percent. What is the volume and the relative uncertainty of
4504the volume? @xref{Types Answer 7, 7}. (@bullet{})
4505
4506An @dfn{interval form} represents a range of values. While an
4507error form is best for making statistical estimates, intervals give
4508you exact bounds on an answer. Suppose we additionally know that
4509our telephone pole is definitely between 28 and 31 meters away,
4510and that it is between 7.7 and 8.1 meters tall.
4511
4512@smallexample
4513@group
45141: [7.7 .. 8.1] 2: [7.7 .. 8.1] 1: [0.24 .. 0.28] 1: [13.9 .. 16.1]
4515 . 1: [28 .. 31] . .
4516 .
4517
4518 [ 7.7 .. 8.1 ] [ 28 .. 31 ] / I T
4519@end group
4520@end smallexample
4521
4522@noindent
4523If our bounds were correct, then the angle to the top of the pole
4524is sure to lie in the range shown.
4525
4526The square brackets around these intervals indicate that the endpoints
4527themselves are allowable values. In other words, the distance to the
4528telephone pole is between 28 and 31, @emph{inclusive}. You can also
4529make an interval that is exclusive of its endpoints by writing
4530parentheses instead of square brackets. You can even make an interval
4531which is inclusive (``closed'') on one end and exclusive (``open'') on
4532the other.
4533
4534@smallexample
4535@group
45361: [1 .. 10) 1: (0.1 .. 1] 2: (0.1 .. 1] 1: (0.2 .. 3)
4537 . . 1: [2 .. 3) .
4538 .
4539
4540 [ 1 .. 10 ) & [ 2 .. 3 ) *
4541@end group
4542@end smallexample
4543
4544@noindent
4545The Calculator automatically keeps track of which end values should
4546be open and which should be closed. You can also make infinite or
4547semi-infinite intervals by using @samp{-inf} or @samp{inf} for one
4548or both endpoints.
4549
4550(@bullet{}) @strong{Exercise 8.} What answer would you expect from
4551@samp{@w{1 /} @w{(0 .. 10)}}? What about @samp{@w{1 /} @w{(-10 .. 0)}}? What
4552about @samp{@w{1 /} @w{[0 .. 10]}} (where the interval actually includes
4553zero)? What about @samp{@w{1 /} @w{(-10 .. 10)}}?
4554@xref{Types Answer 8, 8}. (@bullet{})
4555
4556(@bullet{}) @strong{Exercise 9.} Two easy ways of squaring a number
4557are @kbd{@key{RET} *} and @w{@kbd{2 ^}}. Normally these produce the same
4558answer. Would you expect this still to hold true for interval forms?
4559If not, which of these will result in a larger interval?
4560@xref{Types Answer 9, 9}. (@bullet{})
4561
4562A @dfn{modulo form} is used for performing arithmetic modulo @var{m}.
4563For example, arithmetic involving time is generally done modulo 12
4564or 24 hours.
4565
4566@smallexample
4567@group
45681: 17 mod 24 1: 3 mod 24 1: 21 mod 24 1: 9 mod 24
4569 . . . .
4570
4571 17 M 24 @key{RET} 10 + n 5 /
4572@end group
4573@end smallexample
4574
4575@noindent
4576In this last step, Calc has divided by 5 modulo 24; i.e., it has found a
4577new number which, when multiplied by 5 modulo 24, produces the original
4578number, 21. If @var{m} is prime and the divisor is not a multiple of
4579@var{m}, it is always possible to find such a number. For non-prime
4580@var{m} like 24, it is only sometimes possible.
4581
4582@smallexample
4583@group
45841: 10 mod 24 1: 16 mod 24 1: 1000000... 1: 16
4585 . . . .
4586
4587 10 M 24 @key{RET} 100 ^ 10 @key{RET} 100 ^ 24 %
4588@end group
4589@end smallexample
4590
4591@noindent
4592These two calculations get the same answer, but the first one is
4593much more efficient because it avoids the huge intermediate value
4594that arises in the second one.
4595
4596@cindex Fermat, primality test of
4597(@bullet{}) @strong{Exercise 10.} A theorem of Pierre de Fermat
4598says that
4599@texline @w{@math{x^{n-1} \bmod n = 1}}
4600@infoline @expr{x^(n-1) mod n = 1}
4601if @expr{n} is a prime number and @expr{x} is an integer less than
4602@expr{n}. If @expr{n} is @emph{not} a prime number, this will
4603@emph{not} be true for most values of @expr{x}. Thus we can test
4604informally if a number is prime by trying this formula for several
4605values of @expr{x}. Use this test to tell whether the following numbers
4606are prime: 811749613, 15485863. @xref{Types Answer 10, 10}. (@bullet{})
4607
4608It is possible to use HMS forms as parts of error forms, intervals,
4609modulo forms, or as the phase part of a polar complex number.
4610For example, the @code{calc-time} command pushes the current time
4611of day on the stack as an HMS/modulo form.
4612
4613@smallexample
4614@group
46151: 17@@ 34' 45" mod 24@@ 0' 0" 1: 6@@ 22' 15" mod 24@@ 0' 0"
4616 . .
4617
4618 x time @key{RET} n
4619@end group
4620@end smallexample
4621
4622@noindent
4623This calculation tells me it is six hours and 22 minutes until midnight.
4624
4625(@bullet{}) @strong{Exercise 11.} A rule of thumb is that one year
4626is about
4627@texline @math{\pi \times 10^7}
4628@infoline @w{@expr{pi * 10^7}}
4629seconds. What time will it be that many seconds from right now?
4630@xref{Types Answer 11, 11}. (@bullet{})
4631
4632(@bullet{}) @strong{Exercise 12.} You are preparing to order packaging
4633for the CD release of the Extended Disco Version of @emph{Abbey Road}.
4634You are told that the songs will actually be anywhere from 20 to 60
4635seconds longer than the originals. One CD can hold about 75 minutes
4636of music. Should you order single or double packages?
4637@xref{Types Answer 12, 12}. (@bullet{})
4638
4639Another kind of data the Calculator can manipulate is numbers with
4640@dfn{units}. This isn't strictly a new data type; it's simply an
4641application of algebraic expressions, where we use variables with
4642suggestive names like @samp{cm} and @samp{in} to represent units
4643like centimeters and inches.
4644
4645@smallexample
4646@group
46471: 2 in 1: 5.08 cm 1: 0.027778 fath 1: 0.0508 m
4648 . . . .
4649
4650 ' 2in @key{RET} u c cm @key{RET} u c fath @key{RET} u b
4651@end group
4652@end smallexample
4653
4654@noindent
4655We enter the quantity ``2 inches'' (actually an algebraic expression
4656which means two times the variable @samp{in}), then we convert it
4657first to centimeters, then to fathoms, then finally to ``base'' units,
4658which in this case means meters.
4659
4660@smallexample
4661@group
46621: 9 acre 1: 3 sqrt(acre) 1: 190.84 m 1: 190.84 m + 30 cm
4663 . . . .
4664
4665 ' 9 acre @key{RET} Q u s ' $+30 cm @key{RET}
4666
4667@end group
4668@end smallexample
4669@noindent
4670@smallexample
4671@group
46721: 191.14 m 1: 36536.3046 m^2 1: 365363046 cm^2
4673 . . .
4674
4675 u s 2 ^ u c cgs
4676@end group
4677@end smallexample
4678
4679@noindent
4680Since units expressions are really just formulas, taking the square
4681root of @samp{acre} is undefined. After all, @code{acre} might be an
4682algebraic variable that you will someday assign a value. We use the
4683``units-simplify'' command to simplify the expression with variables
4684being interpreted as unit names.
4685
4686In the final step, we have converted not to a particular unit, but to a
4687units system. The ``cgs'' system uses centimeters instead of meters
4688as its standard unit of length.
4689
4690There is a wide variety of units defined in the Calculator.
4691
4692@smallexample
4693@group
46941: 55 mph 1: 88.5139 kph 1: 88.5139 km / hr 1: 8.201407e-8 c
4695 . . . .
4696
4697 ' 55 mph @key{RET} u c kph @key{RET} u c km/hr @key{RET} u c c @key{RET}
4698@end group
4699@end smallexample
4700
4701@noindent
4702We express a speed first in miles per hour, then in kilometers per
4703hour, then again using a slightly more explicit notation, then
4704finally in terms of fractions of the speed of light.
4705
4706Temperature conversions are a bit more tricky. There are two ways to
4707interpret ``20 degrees Fahrenheit''---it could mean an actual
4708temperature, or it could mean a change in temperature. For normal
4709units there is no difference, but temperature units have an offset
4710as well as a scale factor and so there must be two explicit commands
4711for them.
4712
4713@smallexample
4714@group
47151: 20 degF 1: 11.1111 degC 1: -20:3 degC 1: -6.666 degC
4716 . . . .
4717
4718 ' 20 degF @key{RET} u c degC @key{RET} U u t degC @key{RET} c f
4719@end group
4720@end smallexample
4721
4722@noindent
4723First we convert a change of 20 degrees Fahrenheit into an equivalent
4724change in degrees Celsius (or Centigrade). Then, we convert the
4725absolute temperature 20 degrees Fahrenheit into Celsius. Since
4726this comes out as an exact fraction, we then convert to floating-point
4727for easier comparison with the other result.
4728
4729For simple unit conversions, you can put a plain number on the stack.
4730Then @kbd{u c} and @kbd{u t} will prompt for both old and new units.
4731When you use this method, you're responsible for remembering which
4732numbers are in which units:
4733
4734@smallexample
4735@group
47361: 55 1: 88.5139 1: 8.201407e-8
4737 . . .
4738
4739 55 u c mph @key{RET} kph @key{RET} u c km/hr @key{RET} c @key{RET}
4740@end group
4741@end smallexample
4742
4743To see a complete list of built-in units, type @kbd{u v}. Press
4744@w{@kbd{C-x * c}} again to re-enter the Calculator when you're done looking
4745at the units table.
4746
4747(@bullet{}) @strong{Exercise 13.} How many seconds are there really
4748in a year? @xref{Types Answer 13, 13}. (@bullet{})
4749
4750@cindex Speed of light
4751(@bullet{}) @strong{Exercise 14.} Supercomputer designs are limited by
4752the speed of light (and of electricity, which is nearly as fast).
4753Suppose a computer has a 4.1 ns (nanosecond) clock cycle, and its
4754cabinet is one meter across. Is speed of light going to be a
4755significant factor in its design? @xref{Types Answer 14, 14}. (@bullet{})
4756
4757(@bullet{}) @strong{Exercise 15.} Sam the Slug normally travels about
4758five yards in an hour. He has obtained a supply of Power Pills; each
4759Power Pill he eats doubles his speed. How many Power Pills can he
4760swallow and still travel legally on most US highways?
4761@xref{Types Answer 15, 15}. (@bullet{})
4762
4763@node Algebra Tutorial, Programming Tutorial, Types Tutorial, Tutorial
4764@section Algebra and Calculus Tutorial
4765
4766@noindent
4767This section shows how to use Calc's algebra facilities to solve
4768equations, do simple calculus problems, and manipulate algebraic
4769formulas.
4770
4771@menu
4772* Basic Algebra Tutorial::
4773* Rewrites Tutorial::
4774@end menu
4775
4776@node Basic Algebra Tutorial, Rewrites Tutorial, Algebra Tutorial, Algebra Tutorial
4777@subsection Basic Algebra
4778
4779@noindent
4780If you enter a formula in Algebraic mode that refers to variables,
4781the formula itself is pushed onto the stack. You can manipulate
4782formulas as regular data objects.
4783
4784@smallexample
4785@group
47861: 2 x^2 - 6 1: 6 - 2 x^2 1: (6 - 2 x^2) (3 x^2 + y)
4787 . . .
4788
4789 ' 2x^2-6 @key{RET} n ' 3x^2+y @key{RET} *
4790@end group
4791@end smallexample
4792
4793(@bullet{}) @strong{Exercise 1.} Do @kbd{' x @key{RET} Q 2 ^} and
4794@kbd{' x @key{RET} 2 ^ Q} both wind up with the same result (@samp{x})?
4795Why or why not? @xref{Algebra Answer 1, 1}. (@bullet{})
4796
4797There are also commands for doing common algebraic operations on
4798formulas. Continuing with the formula from the last example,
4799
4800@smallexample
4801@group
48021: 18 x^2 + 6 y - 6 x^4 - 2 x^2 y 1: (18 - 2 y) x^2 - 6 x^4 + 6 y
4803 . .
4804
4805 a x a c x @key{RET}
4806@end group
4807@end smallexample
4808
4809@noindent
4810First we ``expand'' using the distributive law, then we ``collect''
4811terms involving like powers of @expr{x}.
4812
4813Let's find the value of this expression when @expr{x} is 2 and @expr{y}
4814is one-half.
4815
4816@smallexample
4817@group
48181: 17 x^2 - 6 x^4 + 3 1: -25
4819 . .
4820
4821 1:2 s l y @key{RET} 2 s l x @key{RET}
4822@end group
4823@end smallexample
4824
4825@noindent
4826The @kbd{s l} command means ``let''; it takes a number from the top of
4827the stack and temporarily assigns it as the value of the variable
4828you specify. It then evaluates (as if by the @kbd{=} key) the
4829next expression on the stack. After this command, the variable goes
4830back to its original value, if any.
4831
4832(An earlier exercise in this tutorial involved storing a value in the
4833variable @code{x}; if this value is still there, you will have to
4834unstore it with @kbd{s u x @key{RET}} before the above example will work
4835properly.)
4836
4837@cindex Maximum of a function using Calculus
4838Let's find the maximum value of our original expression when @expr{y}
4839is one-half and @expr{x} ranges over all possible values. We can
4840do this by taking the derivative with respect to @expr{x} and examining
4841values of @expr{x} for which the derivative is zero. If the second
4842derivative of the function at that value of @expr{x} is negative,
4843the function has a local maximum there.
4844
4845@smallexample
4846@group
48471: 17 x^2 - 6 x^4 + 3 1: 34 x - 24 x^3
4848 . .
4849
4850 U @key{DEL} s 1 a d x @key{RET} s 2
4851@end group
4852@end smallexample
4853
4854@noindent
4855Well, the derivative is clearly zero when @expr{x} is zero. To find
4856the other root(s), let's divide through by @expr{x} and then solve:
4857
4858@smallexample
4859@group
48601: (34 x - 24 x^3) / x 1: 34 x / x - 24 x^3 / x 1: 34 - 24 x^2
4861 . . .
4862
4863 ' x @key{RET} / a x a s
4864
4865@end group
4866@end smallexample
4867@noindent
4868@smallexample
4869@group
48701: 34 - 24 x^2 = 0 1: x = 1.19023
4871 . .
4872
4873 0 a = s 3 a S x @key{RET}
4874@end group
4875@end smallexample
4876
4877@noindent
4878Notice the use of @kbd{a s} to ``simplify'' the formula. When the
4879default algebraic simplifications don't do enough, you can use
4880@kbd{a s} to tell Calc to spend more time on the job.
4881
4882Now we compute the second derivative and plug in our values of @expr{x}:
4883
4884@smallexample
4885@group
48861: 1.19023 2: 1.19023 2: 1.19023
4887 . 1: 34 x - 24 x^3 1: 34 - 72 x^2
4888 . .
4889
4890 a . r 2 a d x @key{RET} s 4
4891@end group
4892@end smallexample
4893
4894@noindent
4895(The @kbd{a .} command extracts just the righthand side of an equation.
4896Another method would have been to use @kbd{v u} to unpack the equation
4897@w{@samp{x = 1.19}} to @samp{x} and @samp{1.19}, then use @kbd{M-- M-2 @key{DEL}}
4898to delete the @samp{x}.)
4899
4900@smallexample
4901@group
49022: 34 - 72 x^2 1: -68. 2: 34 - 72 x^2 1: 34
49031: 1.19023 . 1: 0 .
4904 . .
4905
4906 @key{TAB} s l x @key{RET} U @key{DEL} 0 s l x @key{RET}
4907@end group
4908@end smallexample
4909
4910@noindent
4911The first of these second derivatives is negative, so we know the function
4912has a maximum value at @expr{x = 1.19023}. (The function also has a
4913local @emph{minimum} at @expr{x = 0}.)
4914
4915When we solved for @expr{x}, we got only one value even though
4916@expr{34 - 24 x^2 = 0} is a quadratic equation that ought to have
4917two solutions. The reason is that @w{@kbd{a S}} normally returns a
4918single ``principal'' solution. If it needs to come up with an
4919arbitrary sign (as occurs in the quadratic formula) it picks @expr{+}.
4920If it needs an arbitrary integer, it picks zero. We can get a full
4921solution by pressing @kbd{H} (the Hyperbolic flag) before @kbd{a S}.
4922
4923@smallexample
4924@group
49251: 34 - 24 x^2 = 0 1: x = 1.19023 s1 1: x = -1.19023
4926 . . .
4927
4928 r 3 H a S x @key{RET} s 5 1 n s l s1 @key{RET}
4929@end group
4930@end smallexample
4931
4932@noindent
4933Calc has invented the variable @samp{s1} to represent an unknown sign;
4934it is supposed to be either @mathit{+1} or @mathit{-1}. Here we have used
4935the ``let'' command to evaluate the expression when the sign is negative.
4936If we plugged this into our second derivative we would get the same,
4937negative, answer, so @expr{x = -1.19023} is also a maximum.
4938
4939To find the actual maximum value, we must plug our two values of @expr{x}
4940into the original formula.
4941
4942@smallexample
4943@group
49442: 17 x^2 - 6 x^4 + 3 1: 24.08333 s1^2 - 12.04166 s1^4 + 3
49451: x = 1.19023 s1 .
4946 .
4947
4948 r 1 r 5 s l @key{RET}
4949@end group
4950@end smallexample
4951
4952@noindent
4953(Here we see another way to use @kbd{s l}; if its input is an equation
4954with a variable on the lefthand side, then @kbd{s l} treats the equation
4955like an assignment to that variable if you don't give a variable name.)
4956
4957It's clear that this will have the same value for either sign of
4958@code{s1}, but let's work it out anyway, just for the exercise:
4959
4960@smallexample
4961@group
49622: [-1, 1] 1: [15.04166, 15.04166]
49631: 24.08333 s1^2 ... .
4964 .
4965
4966 [ 1 n , 1 ] @key{TAB} V M $ @key{RET}
4967@end group
4968@end smallexample
4969
4970@noindent
4971Here we have used a vector mapping operation to evaluate the function
4972at several values of @samp{s1} at once. @kbd{V M $} is like @kbd{V M '}
4973except that it takes the formula from the top of the stack. The
4974formula is interpreted as a function to apply across the vector at the
4975next-to-top stack level. Since a formula on the stack can't contain
4976@samp{$} signs, Calc assumes the variables in the formula stand for
4977different arguments. It prompts you for an @dfn{argument list}, giving
4978the list of all variables in the formula in alphabetical order as the
4979default list. In this case the default is @samp{(s1)}, which is just
4980what we want so we simply press @key{RET} at the prompt.
4981
4982If there had been several different values, we could have used
4983@w{@kbd{V R X}} to find the global maximum.
4984
4985Calc has a built-in @kbd{a P} command that solves an equation using
4986@w{@kbd{H a S}} and returns a vector of all the solutions. It simply
4987automates the job we just did by hand. Applied to our original
4988cubic polynomial, it would produce the vector of solutions
4989@expr{[1.19023, -1.19023, 0]}. (There is also an @kbd{a X} command
4990which finds a local maximum of a function. It uses a numerical search
4991method rather than examining the derivatives, and thus requires you
4992to provide some kind of initial guess to show it where to look.)
4993
4994(@bullet{}) @strong{Exercise 2.} Given a vector of the roots of a
4995polynomial (such as the output of an @kbd{a P} command), what
4996sequence of commands would you use to reconstruct the original
4997polynomial? (The answer will be unique to within a constant
4998multiple; choose the solution where the leading coefficient is one.)
4999@xref{Algebra Answer 2, 2}. (@bullet{})
5000
5001The @kbd{m s} command enables Symbolic mode, in which formulas
5002like @samp{sqrt(5)} that can't be evaluated exactly are left in
5003symbolic form rather than giving a floating-point approximate answer.
5004Fraction mode (@kbd{m f}) is also useful when doing algebra.
5005
5006@smallexample
5007@group
50082: 34 x - 24 x^3 2: 34 x - 24 x^3
50091: 34 x - 24 x^3 1: [sqrt(51) / 6, sqrt(51) / -6, 0]
5010 . .
5011
5012 r 2 @key{RET} m s m f a P x @key{RET}
5013@end group
5014@end smallexample
5015
5016One more mode that makes reading formulas easier is Big mode.
5017
5018@smallexample
5019@group
5020 3
50212: 34 x - 24 x
5022
5023 ____ ____
5024 V 51 V 51
50251: [-----, -----, 0]
5026 6 -6
5027
5028 .
5029
5030 d B
5031@end group
5032@end smallexample
5033
5034Here things like powers, square roots, and quotients and fractions
5035are displayed in a two-dimensional pictorial form. Calc has other
5036language modes as well, such as C mode, FORTRAN mode, @TeX{} mode
5037and La@TeX{} mode.
5038
5039@smallexample
5040@group
50412: 34*x - 24*pow(x, 3) 2: 34*x - 24*x**3
50421: @{sqrt(51) / 6, sqrt(51) / -6, 0@} 1: /sqrt(51) / 6, sqrt(51) / -6, 0/
5043 . .
5044
5045 d C d F
5046
5047@end group
5048@end smallexample
5049@noindent
5050@smallexample
5051@group
50523: 34 x - 24 x^3
50532: [@{\sqrt@{51@} \over 6@}, @{\sqrt@{51@} \over -6@}, 0]
50541: @{2 \over 3@} \sqrt@{5@}
5055 .
5056
5057 d T ' 2 \sqrt@{5@} \over 3 @key{RET}
5058@end group
5059@end smallexample
5060
5061@noindent
5062As you can see, language modes affect both entry and display of
5063formulas. They affect such things as the names used for built-in
5064functions, the set of arithmetic operators and their precedences,
5065and notations for vectors and matrices.
5066
5067Notice that @samp{sqrt(51)} may cause problems with older
5068implementations of C and FORTRAN, which would require something more
5069like @samp{sqrt(51.0)}. It is always wise to check over the formulas
5070produced by the various language modes to make sure they are fully
5071correct.
5072
5073Type @kbd{m s}, @kbd{m f}, and @kbd{d N} to reset these modes. (You
5074may prefer to remain in Big mode, but all the examples in the tutorial
5075are shown in normal mode.)
5076
5077@cindex Area under a curve
5078What is the area under the portion of this curve from @expr{x = 1} to @expr{2}?
5079This is simply the integral of the function:
5080
5081@smallexample
5082@group
50831: 17 x^2 - 6 x^4 + 3 1: 5.6666 x^3 - 1.2 x^5 + 3 x
5084 . .
5085
5086 r 1 a i x
5087@end group
5088@end smallexample
5089
5090@noindent
5091We want to evaluate this at our two values for @expr{x} and subtract.
5092One way to do it is again with vector mapping and reduction:
5093
5094@smallexample
5095@group
50962: [2, 1] 1: [12.93333, 7.46666] 1: 5.46666
50971: 5.6666 x^3 ... . .
5098
5099 [ 2 , 1 ] @key{TAB} V M $ @key{RET} V R -
5100@end group
5101@end smallexample
5102
5103(@bullet{}) @strong{Exercise 3.} Find the integral from 1 to @expr{y}
5104of
5105@texline @math{x \sin \pi x}
5106@infoline @w{@expr{x sin(pi x)}}
5107(where the sine is calculated in radians). Find the values of the
5108integral for integers @expr{y} from 1 to 5. @xref{Algebra Answer 3,
51093}. (@bullet{})
5110
5111Calc's integrator can do many simple integrals symbolically, but many
5112others are beyond its capabilities. Suppose we wish to find the area
5113under the curve
5114@texline @math{\sin x \ln x}
5115@infoline @expr{sin(x) ln(x)}
5116over the same range of @expr{x}. If you entered this formula and typed
5117@kbd{a i x @key{RET}} (don't bother to try this), Calc would work for a
5118long time but would be unable to find a solution. In fact, there is no
5119closed-form solution to this integral. Now what do we do?
5120
5121@cindex Integration, numerical
5122@cindex Numerical integration
5123One approach would be to do the integral numerically. It is not hard
5124to do this by hand using vector mapping and reduction. It is rather
5125slow, though, since the sine and logarithm functions take a long time.
5126We can save some time by reducing the working precision.
5127
5128@smallexample
5129@group
51303: 10 1: [1, 1.1, 1.2, ... , 1.8, 1.9]
51312: 1 .
51321: 0.1
5133 .
5134
5135 10 @key{RET} 1 @key{RET} .1 @key{RET} C-u v x
5136@end group
5137@end smallexample
5138
5139@noindent
5140(Note that we have used the extended version of @kbd{v x}; we could
5141also have used plain @kbd{v x} as follows: @kbd{v x 10 @key{RET} 9 + .1 *}.)
5142
5143@smallexample
5144@group
51452: [1, 1.1, ... ] 1: [0., 0.084941, 0.16993, ... ]
51461: sin(x) ln(x) .
5147 .
5148
5149 ' sin(x) ln(x) @key{RET} s 1 m r p 5 @key{RET} V M $ @key{RET}
5150
5151@end group
5152@end smallexample
5153@noindent
5154@smallexample
5155@group
51561: 3.4195 0.34195
5157 . .
5158
5159 V R + 0.1 *
5160@end group
5161@end smallexample
5162
5163@noindent
5164(If you got wildly different results, did you remember to switch
5165to Radians mode?)
5166
5167Here we have divided the curve into ten segments of equal width;
5168approximating these segments as rectangular boxes (i.e., assuming
5169the curve is nearly flat at that resolution), we compute the areas
5170of the boxes (height times width), then sum the areas. (It is
5171faster to sum first, then multiply by the width, since the width
5172is the same for every box.)
5173
5174The true value of this integral turns out to be about 0.374, so
5175we're not doing too well. Let's try another approach.
5176
5177@smallexample
5178@group
51791: sin(x) ln(x) 1: 0.84147 x - 0.84147 + 0.11957 (x - 1)^2 - ...
5180 . .
5181
5182 r 1 a t x=1 @key{RET} 4 @key{RET}
5183@end group
5184@end smallexample
5185
5186@noindent
5187Here we have computed the Taylor series expansion of the function
5188about the point @expr{x=1}. We can now integrate this polynomial
5189approximation, since polynomials are easy to integrate.
5190
5191@smallexample
5192@group
51931: 0.42074 x^2 + ... 1: [-0.0446, -0.42073] 1: 0.3761
5194 . . .
5195
5196 a i x @key{RET} [ 2 , 1 ] @key{TAB} V M $ @key{RET} V R -
5197@end group
5198@end smallexample
5199
5200@noindent
5201Better! By increasing the precision and/or asking for more terms
5202in the Taylor series, we can get a result as accurate as we like.
5203(Taylor series converge better away from singularities in the
5204function such as the one at @code{ln(0)}, so it would also help to
5205expand the series about the points @expr{x=2} or @expr{x=1.5} instead
5206of @expr{x=1}.)
5207
5208@cindex Simpson's rule
5209@cindex Integration by Simpson's rule
5210(@bullet{}) @strong{Exercise 4.} Our first method approximated the
5211curve by stairsteps of width 0.1; the total area was then the sum
5212of the areas of the rectangles under these stairsteps. Our second
5213method approximated the function by a polynomial, which turned out
5214to be a better approximation than stairsteps. A third method is
5215@dfn{Simpson's rule}, which is like the stairstep method except
5216that the steps are not required to be flat. Simpson's rule boils
5217down to the formula,
5218
5219@ifnottex
5220@example
5221(h/3) * (f(a) + 4 f(a+h) + 2 f(a+2h) + 4 f(a+3h) + ...
5222 + 2 f(a+(n-2)*h) + 4 f(a+(n-1)*h) + f(a+n*h))
5223@end example
5224@end ifnottex
5225@tex
5226\turnoffactive
5227\beforedisplay
5228$$ \displaylines{
5229 \qquad {h \over 3} (f(a) + 4 f(a+h) + 2 f(a+2h) + 4 f(a+3h) + \cdots
5230 \hfill \cr \hfill {} + 2 f(a+(n-2)h) + 4 f(a+(n-1)h) + f(a+n h)) \qquad
5231} $$
5232\afterdisplay
5233@end tex
5234
5235@noindent
5236where @expr{n} (which must be even) is the number of slices and @expr{h}
5237is the width of each slice. These are 10 and 0.1 in our example.
5238For reference, here is the corresponding formula for the stairstep
5239method:
5240
5241@ifnottex
5242@example
5243h * (f(a) + f(a+h) + f(a+2h) + f(a+3h) + ...
5244 + f(a+(n-2)*h) + f(a+(n-1)*h))
5245@end example
5246@end ifnottex
5247@tex
5248\turnoffactive
5249\beforedisplay
5250$$ h (f(a) + f(a+h) + f(a+2h) + f(a+3h) + \cdots
5251 + f(a+(n-2)h) + f(a+(n-1)h)) $$
5252\afterdisplay
5253@end tex
5254
5255Compute the integral from 1 to 2 of
5256@texline @math{\sin x \ln x}
5257@infoline @expr{sin(x) ln(x)}
5258using Simpson's rule with 10 slices.
5259@xref{Algebra Answer 4, 4}. (@bullet{})
5260
5261Calc has a built-in @kbd{a I} command for doing numerical integration.
5262It uses @dfn{Romberg's method}, which is a more sophisticated cousin
5263of Simpson's rule. In particular, it knows how to keep refining the
5264result until the current precision is satisfied.
5265
5266@c [fix-ref Selecting Sub-Formulas]
5267Aside from the commands we've seen so far, Calc also provides a
5268large set of commands for operating on parts of formulas. You
5269indicate the desired sub-formula by placing the cursor on any part
5270of the formula before giving a @dfn{selection} command. Selections won't
5271be covered in the tutorial; @pxref{Selecting Subformulas}, for
5272details and examples.
5273
5274@c hard exercise: simplify (2^(n r) - 2^(r*(n - 1))) / (2^r - 1) 2^(n - 1)
5275@c to 2^((n-1)*(r-1)).
5276
5277@node Rewrites Tutorial, , Basic Algebra Tutorial, Algebra Tutorial
5278@subsection Rewrite Rules
5279
5280@noindent
5281No matter how many built-in commands Calc provided for doing algebra,
5282there would always be something you wanted to do that Calc didn't have
5283in its repertoire. So Calc also provides a @dfn{rewrite rule} system
5284that you can use to define your own algebraic manipulations.
5285
5286Suppose we want to simplify this trigonometric formula:
5287
5288@smallexample
5289@group
52901: 1 / cos(x) - sin(x) tan(x)
5291 .
5292
5293 ' 1/cos(x) - sin(x) tan(x) @key{RET} s 1
5294@end group
5295@end smallexample
5296
5297@noindent
5298If we were simplifying this by hand, we'd probably replace the
5299@samp{tan} with a @samp{sin/cos} first, then combine over a common
5300denominator. There is no Calc command to do the former; the @kbd{a n}
5301algebra command will do the latter but we'll do both with rewrite
5302rules just for practice.
5303
5304Rewrite rules are written with the @samp{:=} symbol.
5305
5306@smallexample
5307@group
53081: 1 / cos(x) - sin(x)^2 / cos(x)
5309 .
5310
5311 a r tan(a) := sin(a)/cos(a) @key{RET}
5312@end group
5313@end smallexample
5314
5315@noindent
5316(The ``assignment operator'' @samp{:=} has several uses in Calc. All
5317by itself the formula @samp{tan(a) := sin(a)/cos(a)} doesn't do anything,
5318but when it is given to the @kbd{a r} command, that command interprets
5319it as a rewrite rule.)
5320
5321The lefthand side, @samp{tan(a)}, is called the @dfn{pattern} of the
5322rewrite rule. Calc searches the formula on the stack for parts that
5323match the pattern. Variables in a rewrite pattern are called
5324@dfn{meta-variables}, and when matching the pattern each meta-variable
5325can match any sub-formula. Here, the meta-variable @samp{a} matched
5326the actual variable @samp{x}.
5327
5328When the pattern part of a rewrite rule matches a part of the formula,
5329that part is replaced by the righthand side with all the meta-variables
5330substituted with the things they matched. So the result is
5331@samp{sin(x) / cos(x)}. Calc's normal algebraic simplifications then
5332mix this in with the rest of the original formula.
5333
5334To merge over a common denominator, we can use another simple rule:
5335
5336@smallexample
5337@group
53381: (1 - sin(x)^2) / cos(x)
5339 .
5340
5341 a r a/x + b/x := (a+b)/x @key{RET}
5342@end group
5343@end smallexample
5344
5345This rule points out several interesting features of rewrite patterns.
5346First, if a meta-variable appears several times in a pattern, it must
5347match the same thing everywhere. This rule detects common denominators
5348because the same meta-variable @samp{x} is used in both of the
5349denominators.
5350
5351Second, meta-variable names are independent from variables in the
5352target formula. Notice that the meta-variable @samp{x} here matches
5353the subformula @samp{cos(x)}; Calc never confuses the two meanings of
5354@samp{x}.
5355
5356And third, rewrite patterns know a little bit about the algebraic
5357properties of formulas. The pattern called for a sum of two quotients;
5358Calc was able to match a difference of two quotients by matching
5359@samp{a = 1}, @samp{b = -sin(x)^2}, and @samp{x = cos(x)}.
5360
5361@c [fix-ref Algebraic Properties of Rewrite Rules]
5362We could just as easily have written @samp{a/x - b/x := (a-b)/x} for
5363the rule. It would have worked just the same in all cases. (If we
5364really wanted the rule to apply only to @samp{+} or only to @samp{-},
5365we could have used the @code{plain} symbol. @xref{Algebraic Properties
5366of Rewrite Rules}, for some examples of this.)
5367
5368One more rewrite will complete the job. We want to use the identity
5369@samp{sin(x)^2 + cos(x)^2 = 1}, but of course we must first rearrange
5370the identity in a way that matches our formula. The obvious rule
5371would be @samp{@w{1 - sin(x)^2} := cos(x)^2}, but a little thought shows
5372that the rule @samp{sin(x)^2 := 1 - cos(x)^2} will also work. The
5373latter rule has a more general pattern so it will work in many other
5374situations, too.
5375
5376@smallexample
5377@group
53781: (1 + cos(x)^2 - 1) / cos(x) 1: cos(x)
5379 . .
5380
5381 a r sin(x)^2 := 1 - cos(x)^2 @key{RET} a s
5382@end group
5383@end smallexample
5384
5385You may ask, what's the point of using the most general rule if you
5386have to type it in every time anyway? The answer is that Calc allows
5387you to store a rewrite rule in a variable, then give the variable
5388name in the @kbd{a r} command. In fact, this is the preferred way to
5389use rewrites. For one, if you need a rule once you'll most likely
5390need it again later. Also, if the rule doesn't work quite right you
5391can simply Undo, edit the variable, and run the rule again without
5392having to retype it.
5393
5394@smallexample
5395@group
5396' tan(x) := sin(x)/cos(x) @key{RET} s t tsc @key{RET}
5397' a/x + b/x := (a+b)/x @key{RET} s t merge @key{RET}
5398' sin(x)^2 := 1 - cos(x)^2 @key{RET} s t sinsqr @key{RET}
5399
54001: 1 / cos(x) - sin(x) tan(x) 1: cos(x)
5401 . .
5402
5403 r 1 a r tsc @key{RET} a r merge @key{RET} a r sinsqr @key{RET} a s
5404@end group
5405@end smallexample
5406
5407To edit a variable, type @kbd{s e} and the variable name, use regular
5408Emacs editing commands as necessary, then type @kbd{C-c C-c} to store
5409the edited value back into the variable.
5410You can also use @w{@kbd{s e}} to create a new variable if you wish.
5411
5412Notice that the first time you use each rule, Calc puts up a ``compiling''
5413message briefly. The pattern matcher converts rules into a special
5414optimized pattern-matching language rather than using them directly.
5415This allows @kbd{a r} to apply even rather complicated rules very
5416efficiently. If the rule is stored in a variable, Calc compiles it
5417only once and stores the compiled form along with the variable. That's
5418another good reason to store your rules in variables rather than
5419entering them on the fly.
5420
5421(@bullet{}) @strong{Exercise 1.} Type @kbd{m s} to get Symbolic
5422mode, then enter the formula @samp{@w{(2 + sqrt(2))} / @w{(1 + sqrt(2))}}.
5423Using a rewrite rule, simplify this formula by multiplying the top and
5424bottom by the conjugate @w{@samp{1 - sqrt(2)}}. The result will have
5425to be expanded by the distributive law; do this with another
5426rewrite. @xref{Rewrites Answer 1, 1}. (@bullet{})
5427
5428The @kbd{a r} command can also accept a vector of rewrite rules, or
5429a variable containing a vector of rules.
5430
5431@smallexample
5432@group
54331: [tsc, merge, sinsqr] 1: [tan(x) := sin(x) / cos(x), ... ]
5434 . .
5435
5436 ' [tsc,merge,sinsqr] @key{RET} =
5437
5438@end group
5439@end smallexample
5440@noindent
5441@smallexample
5442@group
54431: 1 / cos(x) - sin(x) tan(x) 1: cos(x)
5444 . .
5445
5446 s t trig @key{RET} r 1 a r trig @key{RET} a s
5447@end group
5448@end smallexample
5449
5450@c [fix-ref Nested Formulas with Rewrite Rules]
5451Calc tries all the rules you give against all parts of the formula,
5452repeating until no further change is possible. (The exact order in
5453which things are tried is rather complex, but for simple rules like
5454the ones we've used here the order doesn't really matter.
5455@xref{Nested Formulas with Rewrite Rules}.)
5456
5457Calc actually repeats only up to 100 times, just in case your rule set
5458has gotten into an infinite loop. You can give a numeric prefix argument
5459to @kbd{a r} to specify any limit. In particular, @kbd{M-1 a r} does
5460only one rewrite at a time.
5461
5462@smallexample
5463@group
54641: 1 / cos(x) - sin(x)^2 / cos(x) 1: (1 - sin(x)^2) / cos(x)
5465 . .
5466
5467 r 1 M-1 a r trig @key{RET} M-1 a r trig @key{RET}
5468@end group
5469@end smallexample
5470
5471You can type @kbd{M-0 a r} if you want no limit at all on the number
5472of rewrites that occur.
5473
5474Rewrite rules can also be @dfn{conditional}. Simply follow the rule
5475with a @samp{::} symbol and the desired condition. For example,
5476
5477@smallexample
5478@group
54791: exp(2 pi i) + exp(3 pi i) + exp(4 pi i)
5480 .
5481
5482 ' exp(2 pi i) + exp(3 pi i) + exp(4 pi i) @key{RET}
5483
5484@end group
5485@end smallexample
5486@noindent
5487@smallexample
5488@group
54891: 1 + exp(3 pi i) + 1
5490 .
5491
5492 a r exp(k pi i) := 1 :: k % 2 = 0 @key{RET}
5493@end group
5494@end smallexample
5495
5496@noindent
5497(Recall, @samp{k % 2} is the remainder from dividing @samp{k} by 2,
5498which will be zero only when @samp{k} is an even integer.)
5499
5500An interesting point is that the variables @samp{pi} and @samp{i}
5501were matched literally rather than acting as meta-variables.
5502This is because they are special-constant variables. The special
5503constants @samp{e}, @samp{phi}, and so on also match literally.
5504A common error with rewrite
5505rules is to write, say, @samp{f(a,b,c,d,e) := g(a+b+c+d+e)}, expecting
5506to match any @samp{f} with five arguments but in fact matching
5507only when the fifth argument is literally @samp{e}!
5508
5509@cindex Fibonacci numbers
5510@ignore
5511@starindex
5512@end ignore
5513@tindex fib
5514Rewrite rules provide an interesting way to define your own functions.
5515Suppose we want to define @samp{fib(n)} to produce the @var{n}th
5516Fibonacci number. The first two Fibonacci numbers are each 1;
5517later numbers are formed by summing the two preceding numbers in
5518the sequence. This is easy to express in a set of three rules:
5519
5520@smallexample
5521@group
5522' [fib(1) := 1, fib(2) := 1, fib(n) := fib(n-1) + fib(n-2)] @key{RET} s t fib
5523
55241: fib(7) 1: 13
5525 . .
5526
5527 ' fib(7) @key{RET} a r fib @key{RET}
5528@end group
5529@end smallexample
5530
5531One thing that is guaranteed about the order that rewrites are tried
5532is that, for any given subformula, earlier rules in the rule set will
5533be tried for that subformula before later ones. So even though the
5534first and third rules both match @samp{fib(1)}, we know the first will
5535be used preferentially.
5536
5537This rule set has one dangerous bug: Suppose we apply it to the
5538formula @samp{fib(x)}? (Don't actually try this.) The third rule
5539will match @samp{fib(x)} and replace it with @w{@samp{fib(x-1) + fib(x-2)}}.
5540Each of these will then be replaced to get @samp{fib(x-2) + 2 fib(x-3) +
5541fib(x-4)}, and so on, expanding forever. What we really want is to apply
5542the third rule only when @samp{n} is an integer greater than two. Type
5543@w{@kbd{s e fib @key{RET}}}, then edit the third rule to:
5544
5545@smallexample
5546fib(n) := fib(n-1) + fib(n-2) :: integer(n) :: n > 2
5547@end smallexample
5548
5549@noindent
5550Now:
5551
5552@smallexample
5553@group
55541: fib(6) + fib(x) + fib(0) 1: 8 + fib(x) + fib(0)
5555 . .
5556
5557 ' fib(6)+fib(x)+fib(0) @key{RET} a r fib @key{RET}
5558@end group
5559@end smallexample
5560
5561@noindent
5562We've created a new function, @code{fib}, and a new command,
5563@w{@kbd{a r fib @key{RET}}}, which means ``evaluate all @code{fib} calls in
5564this formula.'' To make things easier still, we can tell Calc to
5565apply these rules automatically by storing them in the special
5566variable @code{EvalRules}.
5567
5568@smallexample
5569@group
55701: [fib(1) := ...] . 1: [8, 13]
5571 . .
5572
5573 s r fib @key{RET} s t EvalRules @key{RET} ' [fib(6), fib(7)] @key{RET}
5574@end group
5575@end smallexample
5576
5577It turns out that this rule set has the problem that it does far
5578more work than it needs to when @samp{n} is large. Consider the
5579first few steps of the computation of @samp{fib(6)}:
5580
5581@smallexample
5582@group
5583fib(6) =
5584fib(5) + fib(4) =
5585fib(4) + fib(3) + fib(3) + fib(2) =
5586fib(3) + fib(2) + fib(2) + fib(1) + fib(2) + fib(1) + 1 = ...
5587@end group
5588@end smallexample
5589
5590@noindent
5591Note that @samp{fib(3)} appears three times here. Unless Calc's
5592algebraic simplifier notices the multiple @samp{fib(3)}s and combines
5593them (and, as it happens, it doesn't), this rule set does lots of
5594needless recomputation. To cure the problem, type @code{s e EvalRules}
5595to edit the rules (or just @kbd{s E}, a shorthand command for editing
5596@code{EvalRules}) and add another condition:
5597
5598@smallexample
5599fib(n) := fib(n-1) + fib(n-2) :: integer(n) :: n > 2 :: remember
5600@end smallexample
5601
5602@noindent
5603If a @samp{:: remember} condition appears anywhere in a rule, then if
5604that rule succeeds Calc will add another rule that describes that match
5605to the front of the rule set. (Remembering works in any rule set, but
5606for technical reasons it is most effective in @code{EvalRules}.) For
5607example, if the rule rewrites @samp{fib(7)} to something that evaluates
5608to 13, then the rule @samp{fib(7) := 13} will be added to the rule set.
5609
5610Type @kbd{' fib(8) @key{RET}} to compute the eighth Fibonacci number, then
5611type @kbd{s E} again to see what has happened to the rule set.
5612
5613With the @code{remember} feature, our rule set can now compute
5614@samp{fib(@var{n})} in just @var{n} steps. In the process it builds
5615up a table of all Fibonacci numbers up to @var{n}. After we have
5616computed the result for a particular @var{n}, we can get it back
5617(and the results for all smaller @var{n}) later in just one step.
5618
5619All Calc operations will run somewhat slower whenever @code{EvalRules}
5620contains any rules. You should type @kbd{s u EvalRules @key{RET}} now to
5621un-store the variable.
5622
5623(@bullet{}) @strong{Exercise 2.} Sometimes it is possible to reformulate
5624a problem to reduce the amount of recursion necessary to solve it.
5625Create a rule that, in about @var{n} simple steps and without recourse
5626to the @code{remember} option, replaces @samp{fib(@var{n}, 1, 1)} with
5627@samp{fib(1, @var{x}, @var{y})} where @var{x} and @var{y} are the
5628@var{n}th and @var{n+1}st Fibonacci numbers, respectively. This rule is
5629rather clunky to use, so add a couple more rules to make the ``user
5630interface'' the same as for our first version: enter @samp{fib(@var{n})},
5631get back a plain number. @xref{Rewrites Answer 2, 2}. (@bullet{})
5632
5633There are many more things that rewrites can do. For example, there
5634are @samp{&&&} and @samp{|||} pattern operators that create ``and''
5635and ``or'' combinations of rules. As one really simple example, we
5636could combine our first two Fibonacci rules thusly:
5637
5638@example
5639[fib(1 ||| 2) := 1, fib(n) := ... ]
5640@end example
5641
5642@noindent
5643That means ``@code{fib} of something matching either 1 or 2 rewrites
5644to 1.''
5645
5646You can also make meta-variables optional by enclosing them in @code{opt}.
5647For example, the pattern @samp{a + b x} matches @samp{2 + 3 x} but not
5648@samp{2 + x} or @samp{3 x} or @samp{x}. The pattern @samp{opt(a) + opt(b) x}
5649matches all of these forms, filling in a default of zero for @samp{a}
5650and one for @samp{b}.
5651
5652(@bullet{}) @strong{Exercise 3.} Your friend Joe had @samp{2 + 3 x}
5653on the stack and tried to use the rule
5654@samp{opt(a) + opt(b) x := f(a, b, x)}. What happened?
5655@xref{Rewrites Answer 3, 3}. (@bullet{})
5656
5657(@bullet{}) @strong{Exercise 4.} Starting with a positive integer @expr{a},
5658divide @expr{a} by two if it is even, otherwise compute @expr{3 a + 1}.
5659Now repeat this step over and over. A famous unproved conjecture
5660is that for any starting @expr{a}, the sequence always eventually
5661reaches 1. Given the formula @samp{seq(@var{a}, 0)}, write a set of
5662rules that convert this into @samp{seq(1, @var{n})} where @var{n}
5663is the number of steps it took the sequence to reach the value 1.
5664Now enhance the rules to accept @samp{seq(@var{a})} as a starting
5665configuration, and to stop with just the number @var{n} by itself.
5666Now make the result be a vector of values in the sequence, from @var{a}
5667to 1. (The formula @samp{@var{x}|@var{y}} appends the vectors @var{x}
5668and @var{y}.) For example, rewriting @samp{seq(6)} should yield the
5669vector @expr{[6, 3, 10, 5, 16, 8, 4, 2, 1]}.
5670@xref{Rewrites Answer 4, 4}. (@bullet{})
5671
5672(@bullet{}) @strong{Exercise 5.} Define, using rewrite rules, a function
5673@samp{nterms(@var{x})} that returns the number of terms in the sum
5674@var{x}, or 1 if @var{x} is not a sum. (A @dfn{sum} for our purposes
5675is one or more non-sum terms separated by @samp{+} or @samp{-} signs,
5676so that @expr{2 - 3 (x + y) + x y} is a sum of three terms.)
5677@xref{Rewrites Answer 5, 5}. (@bullet{})
5678
5679(@bullet{}) @strong{Exercise 6.} A Taylor series for a function is an
5680infinite series that exactly equals the value of that function at
5681values of @expr{x} near zero.
5682
5683@ifnottex
5684@example
5685cos(x) = 1 - x^2 / 2! + x^4 / 4! - x^6 / 6! + ...
5686@end example
5687@end ifnottex
5688@tex
5689\turnoffactive
5690\beforedisplay
5691$$ \cos x = 1 - {x^2 \over 2!} + {x^4 \over 4!} - {x^6 \over 6!} + \cdots $$
5692\afterdisplay
5693@end tex
5694
5695The @kbd{a t} command produces a @dfn{truncated Taylor series} which
5696is obtained by dropping all the terms higher than, say, @expr{x^2}.
5697Calc represents the truncated Taylor series as a polynomial in @expr{x}.
5698Mathematicians often write a truncated series using a ``big-O'' notation
5699that records what was the lowest term that was truncated.
5700
5701@ifnottex
5702@example
5703cos(x) = 1 - x^2 / 2! + O(x^3)
5704@end example
5705@end ifnottex
5706@tex
5707\turnoffactive
5708\beforedisplay
5709$$ \cos x = 1 - {x^2 \over 2!} + O(x^3) $$
5710\afterdisplay
5711@end tex
5712
5713@noindent
5714The meaning of @expr{O(x^3)} is ``a quantity which is negligibly small
5715if @expr{x^3} is considered negligibly small as @expr{x} goes to zero.''
5716
5717The exercise is to create rewrite rules that simplify sums and products of
5718power series represented as @samp{@var{polynomial} + O(@var{var}^@var{n})}.
5719For example, given @samp{1 - x^2 / 2 + O(x^3)} and @samp{x - x^3 / 6 + O(x^4)}
5720on the stack, we want to be able to type @kbd{*} and get the result
5721@samp{x - 2:3 x^3 + O(x^4)}. Don't worry if the terms of the sum are
5722rearranged or if @kbd{a s} needs to be typed after rewriting. (This one
5723is rather tricky; the solution at the end of this chapter uses 6 rewrite
5724rules. Hint: The @samp{constant(x)} condition tests whether @samp{x} is
5725a number.) @xref{Rewrites Answer 6, 6}. (@bullet{})
5726
5727Just for kicks, try adding the rule @code{2+3 := 6} to @code{EvalRules}.
5728What happens? (Be sure to remove this rule afterward, or you might get
5729a nasty surprise when you use Calc to balance your checkbook!)
5730
5731@xref{Rewrite Rules}, for the whole story on rewrite rules.
5732
5733@node Programming Tutorial, Answers to Exercises, Algebra Tutorial, Tutorial
5734@section Programming Tutorial
5735
5736@noindent
5737The Calculator is written entirely in Emacs Lisp, a highly extensible
5738language. If you know Lisp, you can program the Calculator to do
5739anything you like. Rewrite rules also work as a powerful programming
5740system. But Lisp and rewrite rules take a while to master, and often
5741all you want to do is define a new function or repeat a command a few
5742times. Calc has features that allow you to do these things easily.
5743
5744One very limited form of programming is defining your own functions.
5745Calc's @kbd{Z F} command allows you to define a function name and
5746key sequence to correspond to any formula. Programming commands use
5747the shift-@kbd{Z} prefix; the user commands they create use the lower
5748case @kbd{z} prefix.
5749
5750@smallexample
5751@group
57521: 1 + x + x^2 / 2 + x^3 / 6 1: 1 + x + x^2 / 2 + x^3 / 6
5753 . .
5754
5755 ' 1 + x + x^2/2! + x^3/3! @key{RET} Z F e myexp @key{RET} @key{RET} @key{RET} y
5756@end group
5757@end smallexample
5758
5759This polynomial is a Taylor series approximation to @samp{exp(x)}.
5760The @kbd{Z F} command asks a number of questions. The above answers
5761say that the key sequence for our function should be @kbd{z e}; the
5762@kbd{M-x} equivalent should be @code{calc-myexp}; the name of the
5763function in algebraic formulas should also be @code{myexp}; the
5764default argument list @samp{(x)} is acceptable; and finally @kbd{y}
5765answers the question ``leave it in symbolic form for non-constant
5766arguments?''
5767
5768@smallexample
5769@group
57701: 1.3495 2: 1.3495 3: 1.3495
5771 . 1: 1.34986 2: 1.34986
5772 . 1: myexp(a + 1)
5773 .
5774
5775 .3 z e .3 E ' a+1 @key{RET} z e
5776@end group
5777@end smallexample
5778
5779@noindent
5780First we call our new @code{exp} approximation with 0.3 as an
5781argument, and compare it with the true @code{exp} function. Then
5782we note that, as requested, if we try to give @kbd{z e} an
5783argument that isn't a plain number, it leaves the @code{myexp}
5784function call in symbolic form. If we had answered @kbd{n} to the
5785final question, @samp{myexp(a + 1)} would have evaluated by plugging
5786in @samp{a + 1} for @samp{x} in the defining formula.
5787
5788@cindex Sine integral Si(x)
5789@ignore
5790@starindex
5791@end ignore
5792@tindex Si
5793(@bullet{}) @strong{Exercise 1.} The ``sine integral'' function
5794@texline @math{{\rm Si}(x)}
5795@infoline @expr{Si(x)}
5796is defined as the integral of @samp{sin(t)/t} for
5797@expr{t = 0} to @expr{x} in radians. (It was invented because this
5798integral has no solution in terms of basic functions; if you give it
5799to Calc's @kbd{a i} command, it will ponder it for a long time and then
5800give up.) We can use the numerical integration command, however,
5801which in algebraic notation is written like @samp{ninteg(f(t), t, 0, x)}
5802with any integrand @samp{f(t)}. Define a @kbd{z s} command and
5803@code{Si} function that implement this. You will need to edit the
5804default argument list a bit. As a test, @samp{Si(1)} should return
58050.946083. (If you don't get this answer, you might want to check that
5806Calc is in Radians mode. Also, @code{ninteg} will run a lot faster if
5807you reduce the precision to, say, six digits beforehand.)
5808@xref{Programming Answer 1, 1}. (@bullet{})
5809
5810The simplest way to do real ``programming'' of Emacs is to define a
5811@dfn{keyboard macro}. A keyboard macro is simply a sequence of
5812keystrokes which Emacs has stored away and can play back on demand.
5813For example, if you find yourself typing @kbd{H a S x @key{RET}} often,
5814you may wish to program a keyboard macro to type this for you.
5815
5816@smallexample
5817@group
58181: y = sqrt(x) 1: x = y^2
5819 . .
5820
5821 ' y=sqrt(x) @key{RET} C-x ( H a S x @key{RET} C-x )
5822
58231: y = cos(x) 1: x = s1 arccos(y) + 2 pi n1
5824 . .
5825
5826 ' y=cos(x) @key{RET} X
5827@end group
5828@end smallexample
5829
5830@noindent
5831When you type @kbd{C-x (}, Emacs begins recording. But it is also
5832still ready to execute your keystrokes, so you're really ``training''
5833Emacs by walking it through the procedure once. When you type
5834@w{@kbd{C-x )}}, the macro is recorded. You can now type @kbd{X} to
5835re-execute the same keystrokes.
5836
5837You can give a name to your macro by typing @kbd{Z K}.
5838
5839@smallexample
5840@group
58411: . 1: y = x^4 1: x = s2 sqrt(s1 sqrt(y))
5842 . .
5843
5844 Z K x @key{RET} ' y=x^4 @key{RET} z x
5845@end group
5846@end smallexample
5847
5848@noindent
5849Notice that we use shift-@kbd{Z} to define the command, and lower-case
5850@kbd{z} to call it up.
5851
5852Keyboard macros can call other macros.
5853
5854@smallexample
5855@group
58561: abs(x) 1: x = s1 y 1: 2 / x 1: x = 2 / y
5857 . . . .
5858
5859 ' abs(x) @key{RET} C-x ( ' y @key{RET} a = z x C-x ) ' 2/x @key{RET} X
5860@end group
5861@end smallexample
5862
5863(@bullet{}) @strong{Exercise 2.} Define a keyboard macro to negate
5864the item in level 3 of the stack, without disturbing the rest of
5865the stack. @xref{Programming Answer 2, 2}. (@bullet{})
5866
5867(@bullet{}) @strong{Exercise 3.} Define keyboard macros to compute
5868the following functions:
5869
5870@enumerate
5871@item
5872Compute
5873@texline @math{\displaystyle{\sin x \over x}},
5874@infoline @expr{sin(x) / x},
5875where @expr{x} is the number on the top of the stack.
5876
5877@item
5878Compute the base-@expr{b} logarithm, just like the @kbd{B} key except
5879the arguments are taken in the opposite order.
5880
5881@item
5882Produce a vector of integers from 1 to the integer on the top of
5883the stack.
5884@end enumerate
5885@noindent
5886@xref{Programming Answer 3, 3}. (@bullet{})
5887
5888(@bullet{}) @strong{Exercise 4.} Define a keyboard macro to compute
5889the average (mean) value of a list of numbers.
5890@xref{Programming Answer 4, 4}. (@bullet{})
5891
5892In many programs, some of the steps must execute several times.
5893Calc has @dfn{looping} commands that allow this. Loops are useful
5894inside keyboard macros, but actually work at any time.
5895
5896@smallexample
5897@group
58981: x^6 2: x^6 1: 360 x^2
5899 . 1: 4 .
5900 .
5901
5902 ' x^6 @key{RET} 4 Z < a d x @key{RET} Z >
5903@end group
5904@end smallexample
5905
5906@noindent
5907Here we have computed the fourth derivative of @expr{x^6} by
5908enclosing a derivative command in a ``repeat loop'' structure.
5909This structure pops a repeat count from the stack, then
5910executes the body of the loop that many times.
5911
5912If you make a mistake while entering the body of the loop,
5913type @w{@kbd{Z C-g}} to cancel the loop command.
5914
5915@cindex Fibonacci numbers
5916Here's another example:
5917
5918@smallexample
5919@group
59203: 1 2: 10946
59212: 1 1: 17711
59221: 20 .
5923 .
5924
59251 @key{RET} @key{RET} 20 Z < @key{TAB} C-j + Z >
5926@end group
5927@end smallexample
5928
5929@noindent
5930The numbers in levels 2 and 1 should be the 21st and 22nd Fibonacci
5931numbers, respectively. (To see what's going on, try a few repetitions
5932of the loop body by hand; @kbd{C-j}, also on the Line-Feed or @key{LFD}
5933key if you have one, makes a copy of the number in level 2.)
5934
5935@cindex Golden ratio
5936@cindex Phi, golden ratio
5937A fascinating property of the Fibonacci numbers is that the @expr{n}th
5938Fibonacci number can be found directly by computing
5939@texline @math{\phi^n / \sqrt{5}}
5940@infoline @expr{phi^n / sqrt(5)}
5941and then rounding to the nearest integer, where
5942@texline @math{\phi} (``phi''),
5943@infoline @expr{phi},
5944the ``golden ratio,'' is
5945@texline @math{(1 + \sqrt{5}) / 2}.
5946@infoline @expr{(1 + sqrt(5)) / 2}.
5947(For convenience, this constant is available from the @code{phi}
5948variable, or the @kbd{I H P} command.)
5949
5950@smallexample
5951@group
59521: 1.61803 1: 24476.0000409 1: 10945.9999817 1: 10946
5953 . . . .
5954
5955 I H P 21 ^ 5 Q / R
5956@end group
5957@end smallexample
5958
5959@cindex Continued fractions
5960(@bullet{}) @strong{Exercise 5.} The @dfn{continued fraction}
5961representation of
5962@texline @math{\phi}
5963@infoline @expr{phi}
5964is
5965@texline @math{1 + 1/(1 + 1/(1 + 1/( \ldots )))}.
5966@infoline @expr{1 + 1/(1 + 1/(1 + 1/( ...@: )))}.
5967We can compute an approximate value by carrying this however far
5968and then replacing the innermost
5969@texline @math{1/( \ldots )}
5970@infoline @expr{1/( ...@: )}
5971by 1. Approximate
5972@texline @math{\phi}
5973@infoline @expr{phi}
5974using a twenty-term continued fraction.
5975@xref{Programming Answer 5, 5}. (@bullet{})
5976
5977(@bullet{}) @strong{Exercise 6.} Linear recurrences like the one for
5978Fibonacci numbers can be expressed in terms of matrices. Given a
5979vector @w{@expr{[a, b]}} determine a matrix which, when multiplied by this
5980vector, produces the vector @expr{[b, c]}, where @expr{a}, @expr{b} and
5981@expr{c} are three successive Fibonacci numbers. Now write a program
5982that, given an integer @expr{n}, computes the @expr{n}th Fibonacci number
5983using matrix arithmetic. @xref{Programming Answer 6, 6}. (@bullet{})
5984
5985@cindex Harmonic numbers
5986A more sophisticated kind of loop is the @dfn{for} loop. Suppose
5987we wish to compute the 20th ``harmonic'' number, which is equal to
5988the sum of the reciprocals of the integers from 1 to 20.
5989
5990@smallexample
5991@group
59923: 0 1: 3.597739
59932: 1 .
59941: 20
5995 .
5996
59970 @key{RET} 1 @key{RET} 20 Z ( & + 1 Z )
5998@end group
5999@end smallexample
6000
6001@noindent
6002The ``for'' loop pops two numbers, the lower and upper limits, then
6003repeats the body of the loop as an internal counter increases from
6004the lower limit to the upper one. Just before executing the loop
6005body, it pushes the current loop counter. When the loop body
6006finishes, it pops the ``step,'' i.e., the amount by which to
6007increment the loop counter. As you can see, our loop always
6008uses a step of one.
6009
6010This harmonic number function uses the stack to hold the running
6011total as well as for the various loop housekeeping functions. If
6012you find this disorienting, you can sum in a variable instead:
6013
6014@smallexample
6015@group
60161: 0 2: 1 . 1: 3.597739
6017 . 1: 20 .
6018 .
6019
6020 0 t 7 1 @key{RET} 20 Z ( & s + 7 1 Z ) r 7
6021@end group
6022@end smallexample
6023
6024@noindent
6025The @kbd{s +} command adds the top-of-stack into the value in a
6026variable (and removes that value from the stack).
6027
6028It's worth noting that many jobs that call for a ``for'' loop can
6029also be done more easily by Calc's high-level operations. Two
6030other ways to compute harmonic numbers are to use vector mapping
6031and reduction (@kbd{v x 20}, then @w{@kbd{V M &}}, then @kbd{V R +}),
6032or to use the summation command @kbd{a +}. Both of these are
6033probably easier than using loops. However, there are some
6034situations where loops really are the way to go:
6035
6036(@bullet{}) @strong{Exercise 7.} Use a ``for'' loop to find the first
6037harmonic number which is greater than 4.0.
6038@xref{Programming Answer 7, 7}. (@bullet{})
6039
6040Of course, if we're going to be using variables in our programs,
6041we have to worry about the programs clobbering values that the
6042caller was keeping in those same variables. This is easy to
6043fix, though:
6044
6045@smallexample
6046@group
6047 . 1: 0.6667 1: 0.6667 3: 0.6667
6048 . . 2: 3.597739
6049 1: 0.6667
6050 .
6051
6052 Z ` p 4 @key{RET} 2 @key{RET} 3 / s 7 s s a @key{RET} Z ' r 7 s r a @key{RET}
6053@end group
6054@end smallexample
6055
6056@noindent
6057When we type @kbd{Z `} (that's a back-quote character), Calc saves
6058its mode settings and the contents of the ten ``quick variables''
6059for later reference. When we type @kbd{Z '} (that's an apostrophe
6060now), Calc restores those saved values. Thus the @kbd{p 4} and
6061@kbd{s 7} commands have no effect outside this sequence. Wrapping
6062this around the body of a keyboard macro ensures that it doesn't
6063interfere with what the user of the macro was doing. Notice that
6064the contents of the stack, and the values of named variables,
6065survive past the @kbd{Z '} command.
6066
6067@cindex Bernoulli numbers, approximate
6068The @dfn{Bernoulli numbers} are a sequence with the interesting
6069property that all of the odd Bernoulli numbers are zero, and the
6070even ones, while difficult to compute, can be roughly approximated
6071by the formula
6072@texline @math{\displaystyle{2 n! \over (2 \pi)^n}}.
6073@infoline @expr{2 n!@: / (2 pi)^n}.
6074Let's write a keyboard macro to compute (approximate) Bernoulli numbers.
6075(Calc has a command, @kbd{k b}, to compute exact Bernoulli numbers, but
6076this command is very slow for large @expr{n} since the higher Bernoulli
6077numbers are very large fractions.)
6078
6079@smallexample
6080@group
60811: 10 1: 0.0756823
6082 . .
6083
6084 10 C-x ( @key{RET} 2 % Z [ @key{DEL} 0 Z : ' 2 $! / (2 pi)^$ @key{RET} = Z ] C-x )
6085@end group
6086@end smallexample
6087
6088@noindent
6089You can read @kbd{Z [} as ``then,'' @kbd{Z :} as ``else,'' and
6090@kbd{Z ]} as ``end-if.'' There is no need for an explicit ``if''
6091command. For the purposes of @w{@kbd{Z [}}, the condition is ``true''
6092if the value it pops from the stack is a nonzero number, or ``false''
6093if it pops zero or something that is not a number (like a formula).
6094Here we take our integer argument modulo 2; this will be nonzero
6095if we're asking for an odd Bernoulli number.
6096
6097The actual tenth Bernoulli number is @expr{5/66}.
6098
6099@smallexample
6100@group
61013: 0.0756823 1: 0 1: 0.25305 1: 0 1: 1.16659
61022: 5:66 . . . .
61031: 0.0757575
6104 .
6105
610610 k b @key{RET} c f M-0 @key{DEL} 11 X @key{DEL} 12 X @key{DEL} 13 X @key{DEL} 14 X
6107@end group
6108@end smallexample
6109
6110Just to exercise loops a bit more, let's compute a table of even
6111Bernoulli numbers.
6112
6113@smallexample
6114@group
61153: [] 1: [0.10132, 0.03079, 0.02340, 0.033197, ...]
61162: 2 .
61171: 30
6118 .
6119
6120 [ ] 2 @key{RET} 30 Z ( X | 2 Z )
6121@end group
6122@end smallexample
6123
6124@noindent
6125The vertical-bar @kbd{|} is the vector-concatenation command. When
6126we execute it, the list we are building will be in stack level 2
6127(initially this is an empty list), and the next Bernoulli number
6128will be in level 1. The effect is to append the Bernoulli number
6129onto the end of the list. (To create a table of exact fractional
6130Bernoulli numbers, just replace @kbd{X} with @kbd{k b} in the above
6131sequence of keystrokes.)
6132
6133With loops and conditionals, you can program essentially anything
6134in Calc. One other command that makes looping easier is @kbd{Z /},
6135which takes a condition from the stack and breaks out of the enclosing
6136loop if the condition is true (non-zero). You can use this to make
6137``while'' and ``until'' style loops.
6138
6139If you make a mistake when entering a keyboard macro, you can edit
6140it using @kbd{Z E}. First, you must attach it to a key with @kbd{Z K}.
6141One technique is to enter a throwaway dummy definition for the macro,
6142then enter the real one in the edit command.
6143
6144@smallexample
6145@group
61461: 3 1: 3 Calc Macro Edit Mode.
6147 . . Original keys: 1 <return> 2 +
6148
6149 1 ;; calc digits
6150 RET ;; calc-enter
6151 2 ;; calc digits
6152 + ;; calc-plus
6153
6154C-x ( 1 @key{RET} 2 + C-x ) Z K h @key{RET} Z E h
6155@end group
6156@end smallexample
6157
6158@noindent
6159A keyboard macro is stored as a pure keystroke sequence. The
6160@file{edmacro} package (invoked by @kbd{Z E}) scans along the
6161macro and tries to decode it back into human-readable steps.
6162Descriptions of the keystrokes are given as comments, which begin with
6163@samp{;;}, and which are ignored when the edited macro is saved.
6164Spaces and line breaks are also ignored when the edited macro is saved.
6165To enter a space into the macro, type @code{SPC}. All the special
6166characters @code{RET}, @code{LFD}, @code{TAB}, @code{SPC}, @code{DEL},
6167and @code{NUL} must be written in all uppercase, as must the prefixes
6168@code{C-} and @code{M-}.
6169
6170Let's edit in a new definition, for computing harmonic numbers.
6171First, erase the four lines of the old definition. Then, type
6172in the new definition (or use Emacs @kbd{M-w} and @kbd{C-y} commands
6173to copy it from this page of the Info file; you can of course skip
6174typing the comments, which begin with @samp{;;}).
6175
6176@smallexample
6177Z` ;; calc-kbd-push (Save local values)
61780 ;; calc digits (Push a zero onto the stack)
6179st ;; calc-store-into (Store it in the following variable)
61801 ;; calc quick variable (Quick variable q1)
61811 ;; calc digits (Initial value for the loop)
6182TAB ;; calc-roll-down (Swap initial and final)
6183Z( ;; calc-kbd-for (Begin the "for" loop)
6184& ;; calc-inv (Take the reciprocal)
6185s+ ;; calc-store-plus (Add to the following variable)
61861 ;; calc quick variable (Quick variable q1)
61871 ;; calc digits (The loop step is 1)
6188Z) ;; calc-kbd-end-for (End the "for" loop)
6189sr ;; calc-recall (Recall the final accumulated value)
61901 ;; calc quick variable (Quick variable q1)
6191Z' ;; calc-kbd-pop (Restore values)
6192@end smallexample
6193
6194@noindent
6195Press @kbd{C-c C-c} to finish editing and return to the Calculator.
6196
6197@smallexample
6198@group
61991: 20 1: 3.597739
6200 . .
6201
6202 20 z h
6203@end group
6204@end smallexample
6205
6206The @file{edmacro} package defines a handy @code{read-kbd-macro} command
6207which reads the current region of the current buffer as a sequence of
6208keystroke names, and defines that sequence on the @kbd{X}
6209(and @kbd{C-x e}) key. Because this is so useful, Calc puts this
6210command on the @kbd{C-x * m} key. Try reading in this macro in the
6211following form: Press @kbd{C-@@} (or @kbd{C-@key{SPC}}) at
6212one end of the text below, then type @kbd{C-x * m} at the other.
6213
6214@example
6215@group
6216Z ` 0 t 1
6217 1 TAB
6218 Z ( & s + 1 1 Z )
6219 r 1
6220Z '
6221@end group
6222@end example
6223
6224(@bullet{}) @strong{Exercise 8.} A general algorithm for solving
6225equations numerically is @dfn{Newton's Method}. Given the equation
6226@expr{f(x) = 0} for any function @expr{f}, and an initial guess
6227@expr{x_0} which is reasonably close to the desired solution, apply
6228this formula over and over:
6229
6230@ifnottex
6231@example
6232new_x = x - f(x)/f'(x)
6233@end example
6234@end ifnottex
6235@tex
6236\beforedisplay
6237$$ x_{\rm new} = x - {f(x) \over f'(x)} $$
6238\afterdisplay
6239@end tex
6240
6241@noindent
6242where @expr{f'(x)} is the derivative of @expr{f}. The @expr{x}
6243values will quickly converge to a solution, i.e., eventually
6244@texline @math{x_{\rm new}}
6245@infoline @expr{new_x}
6246and @expr{x} will be equal to within the limits
6247of the current precision. Write a program which takes a formula
6248involving the variable @expr{x}, and an initial guess @expr{x_0},
6249on the stack, and produces a value of @expr{x} for which the formula
6250is zero. Use it to find a solution of
6251@texline @math{\sin(\cos x) = 0.5}
6252@infoline @expr{sin(cos(x)) = 0.5}
6253near @expr{x = 4.5}. (Use angles measured in radians.) Note that
6254the built-in @w{@kbd{a R}} (@code{calc-find-root}) command uses Newton's
6255method when it is able. @xref{Programming Answer 8, 8}. (@bullet{})
6256
6257@cindex Digamma function
6258@cindex Gamma constant, Euler's
6259@cindex Euler's gamma constant
6260(@bullet{}) @strong{Exercise 9.} The @dfn{digamma} function
6261@texline @math{\psi(z) (``psi'')}
6262@infoline @expr{psi(z)}
6263is defined as the derivative of
6264@texline @math{\ln \Gamma(z)}.
6265@infoline @expr{ln(gamma(z))}.
6266For large values of @expr{z}, it can be approximated by the infinite sum
6267
6268@ifnottex
6269@example
6270psi(z) ~= ln(z) - 1/2z - sum(bern(2 n) / 2 n z^(2 n), n, 1, inf)
6271@end example
6272@end ifnottex
6273@tex
6274\beforedisplay
6275$$ \psi(z) \approx \ln z - {1\over2z} -
6276 \sum_{n=1}^\infty {\code{bern}(2 n) \over 2 n z^{2n}}
6277$$
6278\afterdisplay
6279@end tex
6280
6281@noindent
6282where
6283@texline @math{\sum}
6284@infoline @expr{sum}
6285represents the sum over @expr{n} from 1 to infinity
6286(or to some limit high enough to give the desired accuracy), and
6287the @code{bern} function produces (exact) Bernoulli numbers.
6288While this sum is not guaranteed to converge, in practice it is safe.
6289An interesting mathematical constant is Euler's gamma, which is equal
6290to about 0.5772. One way to compute it is by the formula,
6291@texline @math{\gamma = -\psi(1)}.
6292@infoline @expr{gamma = -psi(1)}.
6293Unfortunately, 1 isn't a large enough argument
6294for the above formula to work (5 is a much safer value for @expr{z}).
6295Fortunately, we can compute
6296@texline @math{\psi(1)}
6297@infoline @expr{psi(1)}
6298from
6299@texline @math{\psi(5)}
6300@infoline @expr{psi(5)}
6301using the recurrence
6302@texline @math{\psi(z+1) = \psi(z) + {1 \over z}}.
6303@infoline @expr{psi(z+1) = psi(z) + 1/z}.
6304Your task: Develop a program to compute
6305@texline @math{\psi(z)};
6306@infoline @expr{psi(z)};
6307it should ``pump up'' @expr{z}
6308if necessary to be greater than 5, then use the above summation
6309formula. Use looping commands to compute the sum. Use your function
6310to compute
6311@texline @math{\gamma}
6312@infoline @expr{gamma}
6313to twelve decimal places. (Calc has a built-in command
6314for Euler's constant, @kbd{I P}, which you can use to check your answer.)
6315@xref{Programming Answer 9, 9}. (@bullet{})
6316
6317@cindex Polynomial, list of coefficients
6318(@bullet{}) @strong{Exercise 10.} Given a polynomial in @expr{x} and
6319a number @expr{m} on the stack, where the polynomial is of degree
6320@expr{m} or less (i.e., does not have any terms higher than @expr{x^m}),
6321write a program to convert the polynomial into a list-of-coefficients
6322notation. For example, @expr{5 x^4 + (x + 1)^2} with @expr{m = 6}
6323should produce the list @expr{[1, 2, 1, 0, 5, 0, 0]}. Also develop
6324a way to convert from this form back to the standard algebraic form.
6325@xref{Programming Answer 10, 10}. (@bullet{})
6326
6327@cindex Recursion
6328(@bullet{}) @strong{Exercise 11.} The @dfn{Stirling numbers of the
6329first kind} are defined by the recurrences,
6330
6331@ifnottex
6332@example
6333s(n,n) = 1 for n >= 0,
6334s(n,0) = 0 for n > 0,
6335s(n+1,m) = s(n,m-1) - n s(n,m) for n >= m >= 1.
6336@end example
6337@end ifnottex
6338@tex
6339\turnoffactive
6340\beforedisplay
6341$$ \eqalign{ s(n,n) &= 1 \qquad \hbox{for } n \ge 0, \cr
6342 s(n,0) &= 0 \qquad \hbox{for } n > 0, \cr
6343 s(n+1,m) &= s(n,m-1) - n \, s(n,m) \qquad
6344 \hbox{for } n \ge m \ge 1.}
6345$$
6346\afterdisplay
6347\vskip5pt
6348(These numbers are also sometimes written $\displaystyle{n \brack m}$.)
6349@end tex
6350
6351This can be implemented using a @dfn{recursive} program in Calc; the
6352program must invoke itself in order to calculate the two righthand
6353terms in the general formula. Since it always invokes itself with
6354``simpler'' arguments, it's easy to see that it must eventually finish
6355the computation. Recursion is a little difficult with Emacs keyboard
6356macros since the macro is executed before its definition is complete.
6357So here's the recommended strategy: Create a ``dummy macro'' and assign
6358it to a key with, e.g., @kbd{Z K s}. Now enter the true definition,
6359using the @kbd{z s} command to call itself recursively, then assign it
6360to the same key with @kbd{Z K s}. Now the @kbd{z s} command will run
6361the complete recursive program. (Another way is to use @w{@kbd{Z E}}
6362or @kbd{C-x * m} (@code{read-kbd-macro}) to read the whole macro at once,
6363thus avoiding the ``training'' phase.) The task: Write a program
6364that computes Stirling numbers of the first kind, given @expr{n} and
6365@expr{m} on the stack. Test it with @emph{small} inputs like
6366@expr{s(4,2)}. (There is a built-in command for Stirling numbers,
6367@kbd{k s}, which you can use to check your answers.)
6368@xref{Programming Answer 11, 11}. (@bullet{})
6369
6370The programming commands we've seen in this part of the tutorial
6371are low-level, general-purpose operations. Often you will find
6372that a higher-level function, such as vector mapping or rewrite
6373rules, will do the job much more easily than a detailed, step-by-step
6374program can:
6375
6376(@bullet{}) @strong{Exercise 12.} Write another program for
6377computing Stirling numbers of the first kind, this time using
6378rewrite rules. Once again, @expr{n} and @expr{m} should be taken
6379from the stack. @xref{Programming Answer 12, 12}. (@bullet{})
6380
6381@example
6382
6383@end example
6384This ends the tutorial section of the Calc manual. Now you know enough
6385about Calc to use it effectively for many kinds of calculations. But
6386Calc has many features that were not even touched upon in this tutorial.
6387@c [not-split]
6388The rest of this manual tells the whole story.
6389@c [when-split]
6390@c Volume II of this manual, the @dfn{Calc Reference}, tells the whole story.
6391
6392@page
6393@node Answers to Exercises, , Programming Tutorial, Tutorial
6394@section Answers to Exercises
6395
6396@noindent
6397This section includes answers to all the exercises in the Calc tutorial.
6398
6399@menu
6400* RPN Answer 1:: 1 @key{RET} 2 @key{RET} 3 @key{RET} 4 + * -
6401* RPN Answer 2:: 2*4 + 7*9.5 + 5/4
6402* RPN Answer 3:: Operating on levels 2 and 3
6403* RPN Answer 4:: Joe's complex problems
6404* Algebraic Answer 1:: Simulating Q command
6405* Algebraic Answer 2:: Joe's algebraic woes
6406* Algebraic Answer 3:: 1 / 0
6407* Modes Answer 1:: 3#0.1 = 3#0.0222222?
6408* Modes Answer 2:: 16#f.e8fe15
6409* Modes Answer 3:: Joe's rounding bug
6410* Modes Answer 4:: Why floating point?
6411* Arithmetic Answer 1:: Why the \ command?
6412* Arithmetic Answer 2:: Tripping up the B command
6413* Vector Answer 1:: Normalizing a vector
6414* Vector Answer 2:: Average position
6415* Matrix Answer 1:: Row and column sums
6416* Matrix Answer 2:: Symbolic system of equations
6417* Matrix Answer 3:: Over-determined system
6418* List Answer 1:: Powers of two
6419* List Answer 2:: Least-squares fit with matrices
6420* List Answer 3:: Geometric mean
6421* List Answer 4:: Divisor function
6422* List Answer 5:: Duplicate factors
6423* List Answer 6:: Triangular list
6424* List Answer 7:: Another triangular list
6425* List Answer 8:: Maximum of Bessel function
6426* List Answer 9:: Integers the hard way
6427* List Answer 10:: All elements equal
6428* List Answer 11:: Estimating pi with darts
6429* List Answer 12:: Estimating pi with matchsticks
6430* List Answer 13:: Hash codes
6431* List Answer 14:: Random walk
6432* Types Answer 1:: Square root of pi times rational
6433* Types Answer 2:: Infinities
6434* Types Answer 3:: What can "nan" be?
6435* Types Answer 4:: Abbey Road
6436* Types Answer 5:: Friday the 13th
6437* Types Answer 6:: Leap years
6438* Types Answer 7:: Erroneous donut
6439* Types Answer 8:: Dividing intervals
6440* Types Answer 9:: Squaring intervals
6441* Types Answer 10:: Fermat's primality test
6442* Types Answer 11:: pi * 10^7 seconds
6443* Types Answer 12:: Abbey Road on CD
6444* Types Answer 13:: Not quite pi * 10^7 seconds
6445* Types Answer 14:: Supercomputers and c
6446* Types Answer 15:: Sam the Slug
6447* Algebra Answer 1:: Squares and square roots
6448* Algebra Answer 2:: Building polynomial from roots
6449* Algebra Answer 3:: Integral of x sin(pi x)
6450* Algebra Answer 4:: Simpson's rule
6451* Rewrites Answer 1:: Multiplying by conjugate
6452* Rewrites Answer 2:: Alternative fib rule
6453* Rewrites Answer 3:: Rewriting opt(a) + opt(b) x
6454* Rewrites Answer 4:: Sequence of integers
6455* Rewrites Answer 5:: Number of terms in sum
6456* Rewrites Answer 6:: Truncated Taylor series
6457* Programming Answer 1:: Fresnel's C(x)
6458* Programming Answer 2:: Negate third stack element
6459* Programming Answer 3:: Compute sin(x) / x, etc.
6460* Programming Answer 4:: Average value of a list
6461* Programming Answer 5:: Continued fraction phi
6462* Programming Answer 6:: Matrix Fibonacci numbers
6463* Programming Answer 7:: Harmonic number greater than 4
6464* Programming Answer 8:: Newton's method
6465* Programming Answer 9:: Digamma function
6466* Programming Answer 10:: Unpacking a polynomial
6467* Programming Answer 11:: Recursive Stirling numbers
6468* Programming Answer 12:: Stirling numbers with rewrites
6469@end menu
6470
6471@c The following kludgery prevents the individual answers from
6472@c being entered on the table of contents.
6473@tex
6474\global\let\oldwrite=\write
6475\gdef\skipwrite#1#2{\let\write=\oldwrite}
6476\global\let\oldchapternofonts=\chapternofonts
6477\gdef\chapternofonts{\let\write=\skipwrite\oldchapternofonts}
6478@end tex
6479
6480@node RPN Answer 1, RPN Answer 2, Answers to Exercises, Answers to Exercises
6481@subsection RPN Tutorial Exercise 1
6482
6483@noindent
6484@kbd{1 @key{RET} 2 @key{RET} 3 @key{RET} 4 + * -}
6485
6486The result is
6487@texline @math{1 - (2 \times (3 + 4)) = -13}.
6488@infoline @expr{1 - (2 * (3 + 4)) = -13}.
6489
6490@node RPN Answer 2, RPN Answer 3, RPN Answer 1, Answers to Exercises
6491@subsection RPN Tutorial Exercise 2
6492
6493@noindent
6494@texline @math{2\times4 + 7\times9.5 + {5\over4} = 75.75}
6495@infoline @expr{2*4 + 7*9.5 + 5/4 = 75.75}
6496
6497After computing the intermediate term
6498@texline @math{2\times4 = 8},
6499@infoline @expr{2*4 = 8},
6500you can leave that result on the stack while you compute the second
6501term. With both of these results waiting on the stack you can then
6502compute the final term, then press @kbd{+ +} to add everything up.
6503
6504@smallexample
6505@group
65062: 2 1: 8 3: 8 2: 8
65071: 4 . 2: 7 1: 66.5
6508 . 1: 9.5 .
6509 .
6510
6511 2 @key{RET} 4 * 7 @key{RET} 9.5 *
6512
6513@end group
6514@end smallexample
6515@noindent
6516@smallexample
6517@group
65184: 8 3: 8 2: 8 1: 75.75
65193: 66.5 2: 66.5 1: 67.75 .
65202: 5 1: 1.25 .
65211: 4 .
6522 .
6523
6524 5 @key{RET} 4 / + +
6525@end group
6526@end smallexample
6527
6528Alternatively, you could add the first two terms before going on
6529with the third term.
6530
6531@smallexample
6532@group
65332: 8 1: 74.5 3: 74.5 2: 74.5 1: 75.75
65341: 66.5 . 2: 5 1: 1.25 .
6535 . 1: 4 .
6536 .
6537
6538 ... + 5 @key{RET} 4 / +
6539@end group
6540@end smallexample
6541
6542On an old-style RPN calculator this second method would have the
6543advantage of using only three stack levels. But since Calc's stack
6544can grow arbitrarily large this isn't really an issue. Which method
6545you choose is purely a matter of taste.
6546
6547@node RPN Answer 3, RPN Answer 4, RPN Answer 2, Answers to Exercises
6548@subsection RPN Tutorial Exercise 3
6549
6550@noindent
6551The @key{TAB} key provides a way to operate on the number in level 2.
6552
6553@smallexample
6554@group
65553: 10 3: 10 4: 10 3: 10 3: 10
65562: 20 2: 30 3: 30 2: 30 2: 21
65571: 30 1: 20 2: 20 1: 21 1: 30
6558 . . 1: 1 . .
6559 .
6560
6561 @key{TAB} 1 + @key{TAB}
6562@end group
6563@end smallexample
6564
6565Similarly, @kbd{M-@key{TAB}} gives you access to the number in level 3.
6566
6567@smallexample
6568@group
65693: 10 3: 21 3: 21 3: 30 3: 11
65702: 21 2: 30 2: 30 2: 11 2: 21
65711: 30 1: 10 1: 11 1: 21 1: 30
6572 . . . . .
6573
6574 M-@key{TAB} 1 + M-@key{TAB} M-@key{TAB}
6575@end group
6576@end smallexample
6577
6578@node RPN Answer 4, Algebraic Answer 1, RPN Answer 3, Answers to Exercises
6579@subsection RPN Tutorial Exercise 4
6580
6581@noindent
6582Either @kbd{( 2 , 3 )} or @kbd{( 2 @key{SPC} 3 )} would have worked,
6583but using both the comma and the space at once yields:
6584
6585@smallexample
6586@group
65871: ( ... 2: ( ... 1: (2, ... 2: (2, ... 2: (2, ...
6588 . 1: 2 . 1: (2, ... 1: (2, 3)
6589 . . .
6590
6591 ( 2 , @key{SPC} 3 )
6592@end group
6593@end smallexample
6594
6595Joe probably tried to type @kbd{@key{TAB} @key{DEL}} to swap the
6596extra incomplete object to the top of the stack and delete it.
6597But a feature of Calc is that @key{DEL} on an incomplete object
6598deletes just one component out of that object, so he had to press
6599@key{DEL} twice to finish the job.
6600
6601@smallexample
6602@group
66032: (2, ... 2: (2, 3) 2: (2, 3) 1: (2, 3)
66041: (2, 3) 1: (2, ... 1: ( ... .
6605 . . .
6606
6607 @key{TAB} @key{DEL} @key{DEL}
6608@end group
6609@end smallexample
6610
6611(As it turns out, deleting the second-to-top stack entry happens often
6612enough that Calc provides a special key, @kbd{M-@key{DEL}}, to do just that.
6613@kbd{M-@key{DEL}} is just like @kbd{@key{TAB} @key{DEL}}, except that it doesn't exhibit
6614the ``feature'' that tripped poor Joe.)
6615
6616@node Algebraic Answer 1, Algebraic Answer 2, RPN Answer 4, Answers to Exercises
6617@subsection Algebraic Entry Tutorial Exercise 1
6618
6619@noindent
6620Type @kbd{' sqrt($) @key{RET}}.
6621
6622If the @kbd{Q} key is broken, you could use @kbd{' $^0.5 @key{RET}}.
6623Or, RPN style, @kbd{0.5 ^}.
6624
6625(Actually, @samp{$^1:2}, using the fraction one-half as the power, is
6626a closer equivalent, since @samp{9^0.5} yields @expr{3.0} whereas
6627@samp{sqrt(9)} and @samp{9^1:2} yield the exact integer @expr{3}.)
6628
6629@node Algebraic Answer 2, Algebraic Answer 3, Algebraic Answer 1, Answers to Exercises
6630@subsection Algebraic Entry Tutorial Exercise 2
6631
6632@noindent
6633In the formula @samp{2 x (1+y)}, @samp{x} was interpreted as a function
6634name with @samp{1+y} as its argument. Assigning a value to a variable
6635has no relation to a function by the same name. Joe needed to use an
6636explicit @samp{*} symbol here: @samp{2 x*(1+y)}.
6637
6638@node Algebraic Answer 3, Modes Answer 1, Algebraic Answer 2, Answers to Exercises
6639@subsection Algebraic Entry Tutorial Exercise 3
6640
6641@noindent
6642The result from @kbd{1 @key{RET} 0 /} will be the formula @expr{1 / 0}.
6643The ``function'' @samp{/} cannot be evaluated when its second argument
6644is zero, so it is left in symbolic form. When you now type @kbd{0 *},
6645the result will be zero because Calc uses the general rule that ``zero
6646times anything is zero.''
6647
6648@c [fix-ref Infinities]
6649The @kbd{m i} command enables an @dfn{Infinite mode} in which @expr{1 / 0}
6650results in a special symbol that represents ``infinity.'' If you
6651multiply infinity by zero, Calc uses another special new symbol to
6652show that the answer is ``indeterminate.'' @xref{Infinities}, for
6653further discussion of infinite and indeterminate values.
6654
6655@node Modes Answer 1, Modes Answer 2, Algebraic Answer 3, Answers to Exercises
6656@subsection Modes Tutorial Exercise 1
6657
6658@noindent
6659Calc always stores its numbers in decimal, so even though one-third has
6660an exact base-3 representation (@samp{3#0.1}), it is still stored as
66610.3333333 (chopped off after 12 or however many decimal digits) inside
6662the calculator's memory. When this inexact number is converted back
6663to base 3 for display, it may still be slightly inexact. When we
6664multiply this number by 3, we get 0.999999, also an inexact value.
6665
6666When Calc displays a number in base 3, it has to decide how many digits
6667to show. If the current precision is 12 (decimal) digits, that corresponds
6668to @samp{12 / log10(3) = 25.15} base-3 digits. Because 25.15 is not an
6669exact integer, Calc shows only 25 digits, with the result that stored
6670numbers carry a little bit of extra information that may not show up on
6671the screen. When Joe entered @samp{3#0.2}, the stored number 0.666666
6672happened to round to a pleasing value when it lost that last 0.15 of a
6673digit, but it was still inexact in Calc's memory. When he divided by 2,
6674he still got the dreaded inexact value 0.333333. (Actually, he divided
66750.666667 by 2 to get 0.333334, which is why he got something a little
6676higher than @code{3#0.1} instead of a little lower.)
6677
6678If Joe didn't want to be bothered with all this, he could have typed
6679@kbd{M-24 d n} to display with one less digit than the default. (If
6680you give @kbd{d n} a negative argument, it uses default-minus-that,
6681so @kbd{M-- d n} would be an easier way to get the same effect.) Those
6682inexact results would still be lurking there, but they would now be
6683rounded to nice, natural-looking values for display purposes. (Remember,
6684@samp{0.022222} in base 3 is like @samp{0.099999} in base 10; rounding
6685off one digit will round the number up to @samp{0.1}.) Depending on the
6686nature of your work, this hiding of the inexactness may be a benefit or
6687a danger. With the @kbd{d n} command, Calc gives you the choice.
6688
6689Incidentally, another consequence of all this is that if you type
6690@kbd{M-30 d n} to display more digits than are ``really there,''
6691you'll see garbage digits at the end of the number. (In decimal
6692display mode, with decimally-stored numbers, these garbage digits are
6693always zero so they vanish and you don't notice them.) Because Calc
6694rounds off that 0.15 digit, there is the danger that two numbers could
6695be slightly different internally but still look the same. If you feel
6696uneasy about this, set the @kbd{d n} precision to be a little higher
6697than normal; you'll get ugly garbage digits, but you'll always be able
6698to tell two distinct numbers apart.
6699
6700An interesting side note is that most computers store their
6701floating-point numbers in binary, and convert to decimal for display.
6702Thus everyday programs have the same problem: Decimal 0.1 cannot be
6703represented exactly in binary (try it: @kbd{0.1 d 2}), so @samp{0.1 * 10}
6704comes out as an inexact approximation to 1 on some machines (though
6705they generally arrange to hide it from you by rounding off one digit as
6706we did above). Because Calc works in decimal instead of binary, you can
6707be sure that numbers that look exact @emph{are} exact as long as you stay
6708in decimal display mode.
6709
6710It's not hard to show that any number that can be represented exactly
6711in binary, octal, or hexadecimal is also exact in decimal, so the kinds
6712of problems we saw in this exercise are likely to be severe only when
6713you use a relatively unusual radix like 3.
6714
6715@node Modes Answer 2, Modes Answer 3, Modes Answer 1, Answers to Exercises
6716@subsection Modes Tutorial Exercise 2
6717
6718If the radix is 15 or higher, we can't use the letter @samp{e} to mark
6719the exponent because @samp{e} is interpreted as a digit. When Calc
6720needs to display scientific notation in a high radix, it writes
6721@samp{16#F.E8F*16.^15}. You can enter a number like this as an
6722algebraic entry. Also, pressing @kbd{e} without any digits before it
6723normally types @kbd{1e}, but in a high radix it types @kbd{16.^} and
6724puts you in algebraic entry: @kbd{16#f.e8f @key{RET} e 15 @key{RET} *} is another
6725way to enter this number.
6726
6727The reason Calc puts a decimal point in the @samp{16.^} is to prevent
6728huge integers from being generated if the exponent is large (consider
6729@samp{16#1.23*16^1000}, where we compute @samp{16^1000} as a giant
6730exact integer and then throw away most of the digits when we multiply
6731it by the floating-point @samp{16#1.23}). While this wouldn't normally
6732matter for display purposes, it could give you a nasty surprise if you
6733copied that number into a file and later moved it back into Calc.
6734
6735@node Modes Answer 3, Modes Answer 4, Modes Answer 2, Answers to Exercises
6736@subsection Modes Tutorial Exercise 3
6737
6738@noindent
6739The answer he got was @expr{0.5000000000006399}.
6740
6741The problem is not that the square operation is inexact, but that the
6742sine of 45 that was already on the stack was accurate to only 12 places.
6743Arbitrary-precision calculations still only give answers as good as
6744their inputs.
6745
6746The real problem is that there is no 12-digit number which, when
6747squared, comes out to 0.5 exactly. The @kbd{f [} and @kbd{f ]}
6748commands decrease or increase a number by one unit in the last
6749place (according to the current precision). They are useful for
6750determining facts like this.
6751
6752@smallexample
6753@group
67541: 0.707106781187 1: 0.500000000001
6755 . .
6756
6757 45 S 2 ^
6758
6759@end group
6760@end smallexample
6761@noindent
6762@smallexample
6763@group
67641: 0.707106781187 1: 0.707106781186 1: 0.499999999999
6765 . . .
6766
6767 U @key{DEL} f [ 2 ^
6768@end group
6769@end smallexample
6770
6771A high-precision calculation must be carried out in high precision
6772all the way. The only number in the original problem which was known
6773exactly was the quantity 45 degrees, so the precision must be raised
6774before anything is done after the number 45 has been entered in order
6775for the higher precision to be meaningful.
6776
6777@node Modes Answer 4, Arithmetic Answer 1, Modes Answer 3, Answers to Exercises
6778@subsection Modes Tutorial Exercise 4
6779
6780@noindent
6781Many calculations involve real-world quantities, like the width and
6782height of a piece of wood or the volume of a jar. Such quantities
6783can't be measured exactly anyway, and if the data that is input to
6784a calculation is inexact, doing exact arithmetic on it is a waste
6785of time.
6786
6787Fractions become unwieldy after too many calculations have been
6788done with them. For example, the sum of the reciprocals of the
6789integers from 1 to 10 is 7381:2520. The sum from 1 to 30 is
67909304682830147:2329089562800. After a point it will take a long
6791time to add even one more term to this sum, but a floating-point
6792calculation of the sum will not have this problem.
6793
6794Also, rational numbers cannot express the results of all calculations.
6795There is no fractional form for the square root of two, so if you type
6796@w{@kbd{2 Q}}, Calc has no choice but to give you a floating-point answer.
6797
6798@node Arithmetic Answer 1, Arithmetic Answer 2, Modes Answer 4, Answers to Exercises
6799@subsection Arithmetic Tutorial Exercise 1
6800
6801@noindent
6802Dividing two integers that are larger than the current precision may
6803give a floating-point result that is inaccurate even when rounded
6804down to an integer. Consider @expr{123456789 / 2} when the current
6805precision is 6 digits. The true answer is @expr{61728394.5}, but
6806with a precision of 6 this will be rounded to
6807@texline @math{12345700.0/2.0 = 61728500.0}.
6808@infoline @expr{12345700.@: / 2.@: = 61728500.}.
6809The result, when converted to an integer, will be off by 106.
6810
6811Here are two solutions: Raise the precision enough that the
6812floating-point round-off error is strictly to the right of the
6813decimal point. Or, convert to Fraction mode so that @expr{123456789 / 2}
6814produces the exact fraction @expr{123456789:2}, which can be rounded
6815down by the @kbd{F} command without ever switching to floating-point
6816format.
6817
6818@node Arithmetic Answer 2, Vector Answer 1, Arithmetic Answer 1, Answers to Exercises
6819@subsection Arithmetic Tutorial Exercise 2
6820
6821@noindent
6822@kbd{27 @key{RET} 9 B} could give the exact result @expr{3:2}, but it
6823does a floating-point calculation instead and produces @expr{1.5}.
6824
6825Calc will find an exact result for a logarithm if the result is an integer
6826or (when in Fraction mode) the reciprocal of an integer. But there is
6827no efficient way to search the space of all possible rational numbers
6828for an exact answer, so Calc doesn't try.
6829
6830@node Vector Answer 1, Vector Answer 2, Arithmetic Answer 2, Answers to Exercises
6831@subsection Vector Tutorial Exercise 1
6832
6833@noindent
6834Duplicate the vector, compute its length, then divide the vector
6835by its length: @kbd{@key{RET} A /}.
6836
6837@smallexample
6838@group
68391: [1, 2, 3] 2: [1, 2, 3] 1: [0.27, 0.53, 0.80] 1: 1.
6840 . 1: 3.74165738677 . .
6841 .
6842
6843 r 1 @key{RET} A / A
6844@end group
6845@end smallexample
6846
6847The final @kbd{A} command shows that the normalized vector does
6848indeed have unit length.
6849
6850@node Vector Answer 2, Matrix Answer 1, Vector Answer 1, Answers to Exercises
6851@subsection Vector Tutorial Exercise 2
6852
6853@noindent
6854The average position is equal to the sum of the products of the
6855positions times their corresponding probabilities. This is the
6856definition of the dot product operation. So all you need to do
6857is to put the two vectors on the stack and press @kbd{*}.
6858
6859@node Matrix Answer 1, Matrix Answer 2, Vector Answer 2, Answers to Exercises
6860@subsection Matrix Tutorial Exercise 1
6861
6862@noindent
6863The trick is to multiply by a vector of ones. Use @kbd{r 4 [1 1 1] *} to
6864get the row sum. Similarly, use @kbd{[1 1] r 4 *} to get the column sum.
6865
6866@node Matrix Answer 2, Matrix Answer 3, Matrix Answer 1, Answers to Exercises
6867@subsection Matrix Tutorial Exercise 2
6868
6869@ifnottex
6870@example
6871@group
6872 x + a y = 6
6873 x + b y = 10
6874@end group
6875@end example
6876@end ifnottex
6877@tex
6878\turnoffactive
6879\beforedisplay
6880$$ \eqalign{ x &+ a y = 6 \cr
6881 x &+ b y = 10}
6882$$
6883\afterdisplay
6884@end tex
6885
6886Just enter the righthand side vector, then divide by the lefthand side
6887matrix as usual.
6888
6889@smallexample
6890@group
68911: [6, 10] 2: [6, 10] 1: [6 - 4 a / (b - a), 4 / (b - a) ]
6892 . 1: [ [ 1, a ] .
6893 [ 1, b ] ]
6894 .
6895
6896' [6 10] @key{RET} ' [1 a; 1 b] @key{RET} /
6897@end group
6898@end smallexample
6899
6900This can be made more readable using @kbd{d B} to enable Big display
6901mode:
6902
6903@smallexample
6904@group
6905 4 a 4
69061: [6 - -----, -----]
6907 b - a b - a
6908@end group
6909@end smallexample
6910
6911Type @kbd{d N} to return to Normal display mode afterwards.
6912
6913@node Matrix Answer 3, List Answer 1, Matrix Answer 2, Answers to Exercises
6914@subsection Matrix Tutorial Exercise 3
6915
6916@noindent
6917To solve
6918@texline @math{A^T A \, X = A^T B},
6919@infoline @expr{trn(A) * A * X = trn(A) * B},
6920first we compute
6921@texline @math{A' = A^T A}
6922@infoline @expr{A2 = trn(A) * A}
6923and
6924@texline @math{B' = A^T B};
6925@infoline @expr{B2 = trn(A) * B};
6926now, we have a system
6927@texline @math{A' X = B'}
6928@infoline @expr{A2 * X = B2}
6929which we can solve using Calc's @samp{/} command.
6930
6931@ifnottex
6932@example
6933@group
6934 a + 2b + 3c = 6
6935 4a + 5b + 6c = 2
6936 7a + 6b = 3
6937 2a + 4b + 6c = 11
6938@end group
6939@end example
6940@end ifnottex
6941@tex
6942\turnoffactive
6943\beforedisplayh
6944$$ \openup1\jot \tabskip=0pt plus1fil
6945\halign to\displaywidth{\tabskip=0pt
6946 $\hfil#$&$\hfil{}#{}$&
6947 $\hfil#$&$\hfil{}#{}$&
6948 $\hfil#$&${}#\hfil$\tabskip=0pt plus1fil\cr
6949 a&+&2b&+&3c&=6 \cr
6950 4a&+&5b&+&6c&=2 \cr
6951 7a&+&6b& & &=3 \cr
6952 2a&+&4b&+&6c&=11 \cr}
6953$$
6954\afterdisplayh
6955@end tex
6956
6957The first step is to enter the coefficient matrix. We'll store it in
6958quick variable number 7 for later reference. Next, we compute the
6959@texline @math{B'}
6960@infoline @expr{B2}
6961vector.
6962
6963@smallexample
6964@group
69651: [ [ 1, 2, 3 ] 2: [ [ 1, 4, 7, 2 ] 1: [57, 84, 96]
6966 [ 4, 5, 6 ] [ 2, 5, 6, 4 ] .
6967 [ 7, 6, 0 ] [ 3, 6, 0, 6 ] ]
6968 [ 2, 4, 6 ] ] 1: [6, 2, 3, 11]
6969 . .
6970
6971' [1 2 3; 4 5 6; 7 6 0; 2 4 6] @key{RET} s 7 v t [6 2 3 11] *
6972@end group
6973@end smallexample
6974
6975@noindent
6976Now we compute the matrix
6977@texline @math{A'}
6978@infoline @expr{A2}
6979and divide.
6980
6981@smallexample
6982@group
69832: [57, 84, 96] 1: [-11.64, 14.08, -3.64]
69841: [ [ 70, 72, 39 ] .
6985 [ 72, 81, 60 ]
6986 [ 39, 60, 81 ] ]
6987 .
6988
6989 r 7 v t r 7 * /
6990@end group
6991@end smallexample
6992
6993@noindent
6994(The actual computed answer will be slightly inexact due to
6995round-off error.)
6996
6997Notice that the answers are similar to those for the
6998@texline @math{3\times3}
6999@infoline 3x3
7000system solved in the text. That's because the fourth equation that was
7001added to the system is almost identical to the first one multiplied
7002by two. (If it were identical, we would have gotten the exact same
7003answer since the
7004@texline @math{4\times3}
7005@infoline 4x3
7006system would be equivalent to the original
7007@texline @math{3\times3}
7008@infoline 3x3
7009system.)
7010
7011Since the first and fourth equations aren't quite equivalent, they
7012can't both be satisfied at once. Let's plug our answers back into
7013the original system of equations to see how well they match.
7014
7015@smallexample
7016@group
70172: [-11.64, 14.08, -3.64] 1: [5.6, 2., 3., 11.2]
70181: [ [ 1, 2, 3 ] .
7019 [ 4, 5, 6 ]
7020 [ 7, 6, 0 ]
7021 [ 2, 4, 6 ] ]
7022 .
7023
7024 r 7 @key{TAB} *
7025@end group
7026@end smallexample
7027
7028@noindent
7029This is reasonably close to our original @expr{B} vector,
7030@expr{[6, 2, 3, 11]}.
7031
7032@node List Answer 1, List Answer 2, Matrix Answer 3, Answers to Exercises
7033@subsection List Tutorial Exercise 1
7034
7035@noindent
7036We can use @kbd{v x} to build a vector of integers. This needs to be
7037adjusted to get the range of integers we desire. Mapping @samp{-}
7038across the vector will accomplish this, although it turns out the
7039plain @samp{-} key will work just as well.
7040
7041@smallexample
7042@group
70432: 2 2: 2
70441: [1, 2, 3, 4, 5, 6, 7, 8, 9] 1: [-4, -3, -2, -1, 0, 1, 2, 3, 4]
7045 . .
7046
7047 2 v x 9 @key{RET} 5 V M - or 5 -
7048@end group
7049@end smallexample
7050
7051@noindent
7052Now we use @kbd{V M ^} to map the exponentiation operator across the
7053vector.
7054
7055@smallexample
7056@group
70571: [0.0625, 0.125, 0.25, 0.5, 1, 2, 4, 8, 16]
7058 .
7059
7060 V M ^
7061@end group
7062@end smallexample
7063
7064@node List Answer 2, List Answer 3, List Answer 1, Answers to Exercises
7065@subsection List Tutorial Exercise 2
7066
7067@noindent
7068Given @expr{x} and @expr{y} vectors in quick variables 1 and 2 as before,
7069the first job is to form the matrix that describes the problem.
7070
7071@ifnottex
7072@example
7073 m*x + b*1 = y
7074@end example
7075@end ifnottex
7076@tex
7077\turnoffactive
7078\beforedisplay
7079$$ m \times x + b \times 1 = y $$
7080\afterdisplay
7081@end tex
7082
7083Thus we want a
7084@texline @math{19\times2}
7085@infoline 19x2
7086matrix with our @expr{x} vector as one column and
7087ones as the other column. So, first we build the column of ones, then
7088we combine the two columns to form our @expr{A} matrix.
7089
7090@smallexample
7091@group
70922: [1.34, 1.41, 1.49, ... ] 1: [ [ 1.34, 1 ]
70931: [1, 1, 1, ...] [ 1.41, 1 ]
7094 . [ 1.49, 1 ]
7095 @dots{}
7096
7097 r 1 1 v b 19 @key{RET} M-2 v p v t s 3
7098@end group
7099@end smallexample
7100
7101@noindent
7102Now we compute
7103@texline @math{A^T y}
7104@infoline @expr{trn(A) * y}
7105and
7106@texline @math{A^T A}
7107@infoline @expr{trn(A) * A}
7108and divide.
7109
7110@smallexample
7111@group
71121: [33.36554, 13.613] 2: [33.36554, 13.613]
7113 . 1: [ [ 98.0003, 41.63 ]
7114 [ 41.63, 19 ] ]
7115 .
7116
7117 v t r 2 * r 3 v t r 3 *
7118@end group
7119@end smallexample
7120
7121@noindent
7122(Hey, those numbers look familiar!)
7123
7124@smallexample
7125@group
71261: [0.52141679, -0.425978]
7127 .
7128
7129 /
7130@end group
7131@end smallexample
7132
7133Since we were solving equations of the form
7134@texline @math{m \times x + b \times 1 = y},
7135@infoline @expr{m*x + b*1 = y},
7136these numbers should be @expr{m} and @expr{b}, respectively. Sure
7137enough, they agree exactly with the result computed using @kbd{V M} and
7138@kbd{V R}!
7139
7140The moral of this story: @kbd{V M} and @kbd{V R} will probably solve
7141your problem, but there is often an easier way using the higher-level
7142arithmetic functions!
7143
7144@c [fix-ref Curve Fitting]
7145In fact, there is a built-in @kbd{a F} command that does least-squares
7146fits. @xref{Curve Fitting}.
7147
7148@node List Answer 3, List Answer 4, List Answer 2, Answers to Exercises
7149@subsection List Tutorial Exercise 3
7150
7151@noindent
7152Move to one end of the list and press @kbd{C-@@} (or @kbd{C-@key{SPC}} or
7153whatever) to set the mark, then move to the other end of the list
7154and type @w{@kbd{C-x * g}}.
7155
7156@smallexample
7157@group
71581: [2.3, 6, 22, 15.1, 7, 15, 14, 7.5, 2.5]
7159 .
7160@end group
7161@end smallexample
7162
7163To make things interesting, let's assume we don't know at a glance
7164how many numbers are in this list. Then we could type:
7165
7166@smallexample
7167@group
71682: [2.3, 6, 22, ... ] 2: [2.3, 6, 22, ... ]
71691: [2.3, 6, 22, ... ] 1: 126356422.5
7170 . .
7171
7172 @key{RET} V R *
7173
7174@end group
7175@end smallexample
7176@noindent
7177@smallexample
7178@group
71792: 126356422.5 2: 126356422.5 1: 7.94652913734
71801: [2.3, 6, 22, ... ] 1: 9 .
7181 . .
7182
7183 @key{TAB} v l I ^
7184@end group
7185@end smallexample
7186
7187@noindent
7188(The @kbd{I ^} command computes the @var{n}th root of a number.
7189You could also type @kbd{& ^} to take the reciprocal of 9 and
7190then raise the number to that power.)
7191
7192@node List Answer 4, List Answer 5, List Answer 3, Answers to Exercises
7193@subsection List Tutorial Exercise 4
7194
7195@noindent
7196A number @expr{j} is a divisor of @expr{n} if
7197@texline @math{n \mathbin{\hbox{\code{\%}}} j = 0}.
7198@infoline @samp{n % j = 0}.
7199The first step is to get a vector that identifies the divisors.
7200
7201@smallexample
7202@group
72032: 30 2: [0, 0, 0, 2, ...] 1: [1, 1, 1, 0, ...]
72041: [1, 2, 3, 4, ...] 1: 0 .
7205 . .
7206
7207 30 @key{RET} v x 30 @key{RET} s 1 V M % 0 V M a = s 2
7208@end group
7209@end smallexample
7210
7211@noindent
7212This vector has 1's marking divisors of 30 and 0's marking non-divisors.
7213
7214The zeroth divisor function is just the total number of divisors.
7215The first divisor function is the sum of the divisors.
7216
7217@smallexample
7218@group
72191: 8 3: 8 2: 8 2: 8
7220 2: [1, 2, 3, 4, ...] 1: [1, 2, 3, 0, ...] 1: 72
7221 1: [1, 1, 1, 0, ...] . .
7222 .
7223
7224 V R + r 1 r 2 V M * V R +
7225@end group
7226@end smallexample
7227
7228@noindent
7229Once again, the last two steps just compute a dot product for which
7230a simple @kbd{*} would have worked equally well.
7231
7232@node List Answer 5, List Answer 6, List Answer 4, Answers to Exercises
7233@subsection List Tutorial Exercise 5
7234
7235@noindent
7236The obvious first step is to obtain the list of factors with @kbd{k f}.
7237This list will always be in sorted order, so if there are duplicates
7238they will be right next to each other. A suitable method is to compare
7239the list with a copy of itself shifted over by one.
7240
7241@smallexample
7242@group
72431: [3, 7, 7, 7, 19] 2: [3, 7, 7, 7, 19] 2: [3, 7, 7, 7, 19, 0]
7244 . 1: [3, 7, 7, 7, 19, 0] 1: [0, 3, 7, 7, 7, 19]
7245 . .
7246
7247 19551 k f @key{RET} 0 | @key{TAB} 0 @key{TAB} |
7248
7249@end group
7250@end smallexample
7251@noindent
7252@smallexample
7253@group
72541: [0, 0, 1, 1, 0, 0] 1: 2 1: 0
7255 . . .
7256
7257 V M a = V R + 0 a =
7258@end group
7259@end smallexample
7260
7261@noindent
7262Note that we have to arrange for both vectors to have the same length
7263so that the mapping operation works; no prime factor will ever be
7264zero, so adding zeros on the left and right is safe. From then on
7265the job is pretty straightforward.
7266
7267Incidentally, Calc provides the
7268@texline @dfn{M@"obius} @math{\mu}
7269@infoline @dfn{Moebius mu}
7270function which is zero if and only if its argument is square-free. It
7271would be a much more convenient way to do the above test in practice.
7272
7273@node List Answer 6, List Answer 7, List Answer 5, Answers to Exercises
7274@subsection List Tutorial Exercise 6
7275
7276@noindent
7277First use @kbd{v x 6 @key{RET}} to get a list of integers, then @kbd{V M v x}
7278to get a list of lists of integers!
7279
7280@node List Answer 7, List Answer 8, List Answer 6, Answers to Exercises
7281@subsection List Tutorial Exercise 7
7282
7283@noindent
7284Here's one solution. First, compute the triangular list from the previous
7285exercise and type @kbd{1 -} to subtract one from all the elements.
7286
7287@smallexample
7288@group
72891: [ [0],
7290 [0, 1],
7291 [0, 1, 2],
7292 @dots{}
7293
7294 1 -
7295@end group
7296@end smallexample
7297
7298The numbers down the lefthand edge of the list we desire are called
7299the ``triangular numbers'' (now you know why!). The @expr{n}th
7300triangular number is the sum of the integers from 1 to @expr{n}, and
7301can be computed directly by the formula
7302@texline @math{n (n+1) \over 2}.
7303@infoline @expr{n * (n+1) / 2}.
7304
7305@smallexample
7306@group
73072: [ [0], [0, 1], ... ] 2: [ [0], [0, 1], ... ]
73081: [0, 1, 2, 3, 4, 5] 1: [0, 1, 3, 6, 10, 15]
7309 . .
7310
7311 v x 6 @key{RET} 1 - V M ' $ ($+1)/2 @key{RET}
7312@end group
7313@end smallexample
7314
7315@noindent
7316Adding this list to the above list of lists produces the desired
7317result:
7318
7319@smallexample
7320@group
73211: [ [0],
7322 [1, 2],
7323 [3, 4, 5],
7324 [6, 7, 8, 9],
7325 [10, 11, 12, 13, 14],
7326 [15, 16, 17, 18, 19, 20] ]
7327 .
7328
7329 V M +
7330@end group
7331@end smallexample
7332
7333If we did not know the formula for triangular numbers, we could have
7334computed them using a @kbd{V U +} command. We could also have
7335gotten them the hard way by mapping a reduction across the original
7336triangular list.
7337
7338@smallexample
7339@group
73402: [ [0], [0, 1], ... ] 2: [ [0], [0, 1], ... ]
73411: [ [0], [0, 1], ... ] 1: [0, 1, 3, 6, 10, 15]
7342 . .
7343
7344 @key{RET} V M V R +
7345@end group
7346@end smallexample
7347
7348@noindent
7349(This means ``map a @kbd{V R +} command across the vector,'' and
7350since each element of the main vector is itself a small vector,
7351@kbd{V R +} computes the sum of its elements.)
7352
7353@node List Answer 8, List Answer 9, List Answer 7, Answers to Exercises
7354@subsection List Tutorial Exercise 8
7355
7356@noindent
7357The first step is to build a list of values of @expr{x}.
7358
7359@smallexample
7360@group
73611: [1, 2, 3, ..., 21] 1: [0, 1, 2, ..., 20] 1: [0, 0.25, 0.5, ..., 5]
7362 . . .
7363
7364 v x 21 @key{RET} 1 - 4 / s 1
7365@end group
7366@end smallexample
7367
7368Next, we compute the Bessel function values.
7369
7370@smallexample
7371@group
73721: [0., 0.124, 0.242, ..., -0.328]
7373 .
7374
7375 V M ' besJ(1,$) @key{RET}
7376@end group
7377@end smallexample
7378
7379@noindent
7380(Another way to do this would be @kbd{1 @key{TAB} V M f j}.)
7381
7382A way to isolate the maximum value is to compute the maximum using
7383@kbd{V R X}, then compare all the Bessel values with that maximum.
7384
7385@smallexample
7386@group
73872: [0., 0.124, 0.242, ... ] 1: [0, 0, 0, ... ] 2: [0, 0, 0, ... ]
73881: 0.5801562 . 1: 1
7389 . .
7390
7391 @key{RET} V R X V M a = @key{RET} V R + @key{DEL}
7392@end group
7393@end smallexample
7394
7395@noindent
7396It's a good idea to verify, as in the last step above, that only
7397one value is equal to the maximum. (After all, a plot of
7398@texline @math{\sin x}
7399@infoline @expr{sin(x)}
7400might have many points all equal to the maximum value, 1.)
7401
7402The vector we have now has a single 1 in the position that indicates
7403the maximum value of @expr{x}. Now it is a simple matter to convert
7404this back into the corresponding value itself.
7405
7406@smallexample
7407@group
74082: [0, 0, 0, ... ] 1: [0, 0., 0., ... ] 1: 1.75
74091: [0, 0.25, 0.5, ... ] . .
7410 .
7411
7412 r 1 V M * V R +
7413@end group
7414@end smallexample
7415
7416If @kbd{a =} had produced more than one @expr{1} value, this method
7417would have given the sum of all maximum @expr{x} values; not very
7418useful! In this case we could have used @kbd{v m} (@code{calc-mask-vector})
7419instead. This command deletes all elements of a ``data'' vector that
7420correspond to zeros in a ``mask'' vector, leaving us with, in this
7421example, a vector of maximum @expr{x} values.
7422
7423The built-in @kbd{a X} command maximizes a function using more
7424efficient methods. Just for illustration, let's use @kbd{a X}
7425to maximize @samp{besJ(1,x)} over this same interval.
7426
7427@smallexample
7428@group
74292: besJ(1, x) 1: [1.84115, 0.581865]
74301: [0 .. 5] .
7431 .
7432
7433' besJ(1,x), [0..5] @key{RET} a X x @key{RET}
7434@end group
7435@end smallexample
7436
7437@noindent
7438The output from @kbd{a X} is a vector containing the value of @expr{x}
7439that maximizes the function, and the function's value at that maximum.
7440As you can see, our simple search got quite close to the right answer.
7441
7442@node List Answer 9, List Answer 10, List Answer 8, Answers to Exercises
7443@subsection List Tutorial Exercise 9
7444
7445@noindent
7446Step one is to convert our integer into vector notation.
7447
7448@smallexample
7449@group
74501: 25129925999 3: 25129925999
7451 . 2: 10
7452 1: [11, 10, 9, ..., 1, 0]
7453 .
7454
7455 25129925999 @key{RET} 10 @key{RET} 12 @key{RET} v x 12 @key{RET} -
7456
7457@end group
7458@end smallexample
7459@noindent
7460@smallexample
7461@group
74621: 25129925999 1: [0, 2, 25, 251, 2512, ... ]
74632: [100000000000, ... ] .
7464 .
7465
7466 V M ^ s 1 V M \
7467@end group
7468@end smallexample
7469
7470@noindent
7471(Recall, the @kbd{\} command computes an integer quotient.)
7472
7473@smallexample
7474@group
74751: [0, 2, 5, 1, 2, 9, 9, 2, 5, 9, 9, 9]
7476 .
7477
7478 10 V M % s 2
7479@end group
7480@end smallexample
7481
7482Next we must increment this number. This involves adding one to
7483the last digit, plus handling carries. There is a carry to the
7484left out of a digit if that digit is a nine and all the digits to
7485the right of it are nines.
7486
7487@smallexample
7488@group
74891: [0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1] 1: [1, 1, 1, 0, 0, 1, ... ]
7490 . .
7491
7492 9 V M a = v v
7493
7494@end group
7495@end smallexample
7496@noindent
7497@smallexample
7498@group
74991: [1, 1, 1, 0, 0, 0, ... ] 1: [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
7500 . .
7501
7502 V U * v v 1 |
7503@end group
7504@end smallexample
7505
7506@noindent
7507Accumulating @kbd{*} across a vector of ones and zeros will preserve
7508only the initial run of ones. These are the carries into all digits
7509except the rightmost digit. Concatenating a one on the right takes
7510care of aligning the carries properly, and also adding one to the
7511rightmost digit.
7512
7513@smallexample
7514@group
75152: [0, 0, 0, 0, ... ] 1: [0, 0, 2, 5, 1, 2, 9, 9, 2, 6, 0, 0, 0]
75161: [0, 0, 2, 5, ... ] .
7517 .
7518
7519 0 r 2 | V M + 10 V M %
7520@end group
7521@end smallexample
7522
7523@noindent
7524Here we have concatenated 0 to the @emph{left} of the original number;
7525this takes care of shifting the carries by one with respect to the
7526digits that generated them.
7527
7528Finally, we must convert this list back into an integer.
7529
7530@smallexample
7531@group
75323: [0, 0, 2, 5, ... ] 2: [0, 0, 2, 5, ... ]
75332: 1000000000000 1: [1000000000000, 100000000000, ... ]
75341: [100000000000, ... ] .
7535 .
7536
7537 10 @key{RET} 12 ^ r 1 |
7538
7539@end group
7540@end smallexample
7541@noindent
7542@smallexample
7543@group
75441: [0, 0, 20000000000, 5000000000, ... ] 1: 25129926000
7545 . .
7546
7547 V M * V R +
7548@end group
7549@end smallexample
7550
7551@noindent
7552Another way to do this final step would be to reduce the formula
7553@w{@samp{10 $$ + $}} across the vector of digits.
7554
7555@smallexample
7556@group
75571: [0, 0, 2, 5, ... ] 1: 25129926000
7558 . .
7559
7560 V R ' 10 $$ + $ @key{RET}
7561@end group
7562@end smallexample
7563
7564@node List Answer 10, List Answer 11, List Answer 9, Answers to Exercises
7565@subsection List Tutorial Exercise 10
7566
7567@noindent
7568For the list @expr{[a, b, c, d]}, the result is @expr{((a = b) = c) = d},
7569which will compare @expr{a} and @expr{b} to produce a 1 or 0, which is
7570then compared with @expr{c} to produce another 1 or 0, which is then
7571compared with @expr{d}. This is not at all what Joe wanted.
7572
7573Here's a more correct method:
7574
7575@smallexample
7576@group
75771: [7, 7, 7, 8, 7] 2: [7, 7, 7, 8, 7]
7578 . 1: 7
7579 .
7580
7581 ' [7,7,7,8,7] @key{RET} @key{RET} v r 1 @key{RET}
7582
7583@end group
7584@end smallexample
7585@noindent
7586@smallexample
7587@group
75881: [1, 1, 1, 0, 1] 1: 0
7589 . .
7590
7591 V M a = V R *
7592@end group
7593@end smallexample
7594
7595@node List Answer 11, List Answer 12, List Answer 10, Answers to Exercises
7596@subsection List Tutorial Exercise 11
7597
7598@noindent
7599The circle of unit radius consists of those points @expr{(x,y)} for which
7600@expr{x^2 + y^2 < 1}. We start by generating a vector of @expr{x^2}
7601and a vector of @expr{y^2}.
7602
7603We can make this go a bit faster by using the @kbd{v .} and @kbd{t .}
7604commands.
7605
7606@smallexample
7607@group
76082: [2., 2., ..., 2.] 2: [2., 2., ..., 2.]
76091: [2., 2., ..., 2.] 1: [1.16, 1.98, ..., 0.81]
7610 . .
7611
7612 v . t . 2. v b 100 @key{RET} @key{RET} V M k r
7613
7614@end group
7615@end smallexample
7616@noindent
7617@smallexample
7618@group
76192: [2., 2., ..., 2.] 1: [0.026, 0.96, ..., 0.036]
76201: [0.026, 0.96, ..., 0.036] 2: [0.53, 0.81, ..., 0.094]
7621 . .
7622
7623 1 - 2 V M ^ @key{TAB} V M k r 1 - 2 V M ^
7624@end group
7625@end smallexample
7626
7627Now we sum the @expr{x^2} and @expr{y^2} values, compare with 1 to
7628get a vector of 1/0 truth values, then sum the truth values.
7629
7630@smallexample
7631@group
76321: [0.56, 1.78, ..., 0.13] 1: [1, 0, ..., 1] 1: 84
7633 . . .
7634
7635 + 1 V M a < V R +
7636@end group
7637@end smallexample
7638
7639@noindent
7640The ratio @expr{84/100} should approximate the ratio @cpiover{4}.
7641
7642@smallexample
7643@group
76441: 0.84 1: 3.36 2: 3.36 1: 1.0695
7645 . . 1: 3.14159 .
7646
7647 100 / 4 * P /
7648@end group
7649@end smallexample
7650
7651@noindent
7652Our estimate, 3.36, is off by about 7%. We could get a better estimate
7653by taking more points (say, 1000), but it's clear that this method is
7654not very efficient!
7655
7656(Naturally, since this example uses random numbers your own answer
7657will be slightly different from the one shown here!)
7658
7659If you typed @kbd{v .} and @kbd{t .} before, type them again to
7660return to full-sized display of vectors.
7661
7662@node List Answer 12, List Answer 13, List Answer 11, Answers to Exercises
7663@subsection List Tutorial Exercise 12
7664
7665@noindent
7666This problem can be made a lot easier by taking advantage of some
7667symmetries. First of all, after some thought it's clear that the
7668@expr{y} axis can be ignored altogether. Just pick a random @expr{x}
7669component for one end of the match, pick a random direction
7670@texline @math{\theta},
7671@infoline @expr{theta},
7672and see if @expr{x} and
7673@texline @math{x + \cos \theta}
7674@infoline @expr{x + cos(theta)}
7675(which is the @expr{x} coordinate of the other endpoint) cross a line.
7676The lines are at integer coordinates, so this happens when the two
7677numbers surround an integer.
7678
7679Since the two endpoints are equivalent, we may as well choose the leftmost
7680of the two endpoints as @expr{x}. Then @expr{theta} is an angle pointing
7681to the right, in the range -90 to 90 degrees. (We could use radians, but
7682it would feel like cheating to refer to @cpiover{2} radians while trying
7683to estimate @cpi{}!)
7684
7685In fact, since the field of lines is infinite we can choose the
7686coordinates 0 and 1 for the lines on either side of the leftmost
7687endpoint. The rightmost endpoint will be between 0 and 1 if the
7688match does not cross a line, or between 1 and 2 if it does. So:
7689Pick random @expr{x} and
7690@texline @math{\theta},
7691@infoline @expr{theta},
7692compute
7693@texline @math{x + \cos \theta},
7694@infoline @expr{x + cos(theta)},
7695and count how many of the results are greater than one. Simple!
7696
7697We can make this go a bit faster by using the @kbd{v .} and @kbd{t .}
7698commands.
7699
7700@smallexample
7701@group
77021: [0.52, 0.71, ..., 0.72] 2: [0.52, 0.71, ..., 0.72]
7703 . 1: [78.4, 64.5, ..., -42.9]
7704 .
7705
7706v . t . 1. v b 100 @key{RET} V M k r 180. v b 100 @key{RET} V M k r 90 -
7707@end group
7708@end smallexample
7709
7710@noindent
7711(The next step may be slow, depending on the speed of your computer.)
7712
7713@smallexample
7714@group
77152: [0.52, 0.71, ..., 0.72] 1: [0.72, 1.14, ..., 1.45]
77161: [0.20, 0.43, ..., 0.73] .
7717 .
7718
7719 m d V M C +
7720
7721@end group
7722@end smallexample
7723@noindent
7724@smallexample
7725@group
77261: [0, 1, ..., 1] 1: 0.64 1: 3.125
7727 . . .
7728
7729 1 V M a > V R + 100 / 2 @key{TAB} /
7730@end group
7731@end smallexample
7732
7733Let's try the third method, too. We'll use random integers up to
7734one million. The @kbd{k r} command with an integer argument picks
7735a random integer.
7736
7737@smallexample
7738@group
77392: [1000000, 1000000, ..., 1000000] 2: [78489, 527587, ..., 814975]
77401: [1000000, 1000000, ..., 1000000] 1: [324014, 358783, ..., 955450]
7741 . .
7742
7743 1000000 v b 100 @key{RET} @key{RET} V M k r @key{TAB} V M k r
7744
7745@end group
7746@end smallexample
7747@noindent
7748@smallexample
7749@group
77501: [1, 1, ..., 25] 1: [1, 1, ..., 0] 1: 0.56
7751 . . .
7752
7753 V M k g 1 V M a = V R + 100 /
7754
7755@end group
7756@end smallexample
7757@noindent
7758@smallexample
7759@group
77601: 10.714 1: 3.273
7761 . .
7762
7763 6 @key{TAB} / Q
7764@end group
7765@end smallexample
7766
7767For a proof of this property of the GCD function, see section 4.5.2,
7768exercise 10, of Knuth's @emph{Art of Computer Programming}, volume II.
7769
7770If you typed @kbd{v .} and @kbd{t .} before, type them again to
7771return to full-sized display of vectors.
7772
7773@node List Answer 13, List Answer 14, List Answer 12, Answers to Exercises
7774@subsection List Tutorial Exercise 13
7775
7776@noindent
7777First, we put the string on the stack as a vector of ASCII codes.
7778
7779@smallexample
7780@group
77811: [84, 101, 115, ..., 51]
7782 .
7783
7784 "Testing, 1, 2, 3 @key{RET}
7785@end group
7786@end smallexample
7787
7788@noindent
7789Note that the @kbd{"} key, like @kbd{$}, initiates algebraic entry so
7790there was no need to type an apostrophe. Also, Calc didn't mind that
7791we omitted the closing @kbd{"}. (The same goes for all closing delimiters
7792like @kbd{)} and @kbd{]} at the end of a formula.
7793
7794We'll show two different approaches here. In the first, we note that
7795if the input vector is @expr{[a, b, c, d]}, then the hash code is
7796@expr{3 (3 (3a + b) + c) + d = 27a + 9b + 3c + d}. In other words,
7797it's a sum of descending powers of three times the ASCII codes.
7798
7799@smallexample
7800@group
78012: [84, 101, 115, ..., 51] 2: [84, 101, 115, ..., 51]
78021: 16 1: [15, 14, 13, ..., 0]
7803 . .
7804
7805 @key{RET} v l v x 16 @key{RET} -
7806
7807@end group
7808@end smallexample
7809@noindent
7810@smallexample
7811@group
78122: [84, 101, 115, ..., 51] 1: 1960915098 1: 121
78131: [14348907, ..., 1] . .
7814 .
7815
7816 3 @key{TAB} V M ^ * 511 %
7817@end group
7818@end smallexample
7819
7820@noindent
7821Once again, @kbd{*} elegantly summarizes most of the computation.
7822But there's an even more elegant approach: Reduce the formula
7823@kbd{3 $$ + $} across the vector. Recall that this represents a
7824function of two arguments that computes its first argument times three
7825plus its second argument.
7826
7827@smallexample
7828@group
78291: [84, 101, 115, ..., 51] 1: 1960915098
7830 . .
7831
7832 "Testing, 1, 2, 3 @key{RET} V R ' 3$$+$ @key{RET}
7833@end group
7834@end smallexample
7835
7836@noindent
7837If you did the decimal arithmetic exercise, this will be familiar.
7838Basically, we're turning a base-3 vector of digits into an integer,
7839except that our ``digits'' are much larger than real digits.
7840
7841Instead of typing @kbd{511 %} again to reduce the result, we can be
7842cleverer still and notice that rather than computing a huge integer
7843and taking the modulo at the end, we can take the modulo at each step
7844without affecting the result. While this means there are more
7845arithmetic operations, the numbers we operate on remain small so
7846the operations are faster.
7847
7848@smallexample
7849@group
78501: [84, 101, 115, ..., 51] 1: 121
7851 . .
7852
7853 "Testing, 1, 2, 3 @key{RET} V R ' (3$$+$)%511 @key{RET}
7854@end group
7855@end smallexample
7856
7857Why does this work? Think about a two-step computation:
7858@w{@expr{3 (3a + b) + c}}. Taking a result modulo 511 basically means
7859subtracting off enough 511's to put the result in the desired range.
7860So the result when we take the modulo after every step is,
7861
7862@ifnottex
7863@example
78643 (3 a + b - 511 m) + c - 511 n
7865@end example
7866@end ifnottex
7867@tex
7868\turnoffactive
7869\beforedisplay
7870$$ 3 (3 a + b - 511 m) + c - 511 n $$
7871\afterdisplay
7872@end tex
7873
7874@noindent
7875for some suitable integers @expr{m} and @expr{n}. Expanding out by
7876the distributive law yields
7877
7878@ifnottex
7879@example
78809 a + 3 b + c - 511*3 m - 511 n
7881@end example
7882@end ifnottex
7883@tex
7884\turnoffactive
7885\beforedisplay
7886$$ 9 a + 3 b + c - 511\times3 m - 511 n $$
7887\afterdisplay
7888@end tex
7889
7890@noindent
7891The @expr{m} term in the latter formula is redundant because any
7892contribution it makes could just as easily be made by the @expr{n}
7893term. So we can take it out to get an equivalent formula with
7894@expr{n' = 3m + n},
7895
7896@ifnottex
7897@example
78989 a + 3 b + c - 511 n'
7899@end example
7900@end ifnottex
7901@tex
7902\turnoffactive
7903\beforedisplay
7904$$ 9 a + 3 b + c - 511 n' $$
7905\afterdisplay
7906@end tex
7907
7908@noindent
7909which is just the formula for taking the modulo only at the end of
7910the calculation. Therefore the two methods are essentially the same.
7911
7912Later in the tutorial we will encounter @dfn{modulo forms}, which
7913basically automate the idea of reducing every intermediate result
7914modulo some value @var{m}.
7915
7916@node List Answer 14, Types Answer 1, List Answer 13, Answers to Exercises
7917@subsection List Tutorial Exercise 14
7918
7919We want to use @kbd{H V U} to nest a function which adds a random
7920step to an @expr{(x,y)} coordinate. The function is a bit long, but
7921otherwise the problem is quite straightforward.
7922
7923@smallexample
7924@group
79252: [0, 0] 1: [ [ 0, 0 ]
79261: 50 [ 0.4288, -0.1695 ]
7927 . [ -0.4787, -0.9027 ]
7928 ...
7929
7930 [0,0] 50 H V U ' <# + [random(2.0)-1, random(2.0)-1]> @key{RET}
7931@end group
7932@end smallexample
7933
7934Just as the text recommended, we used @samp{< >} nameless function
7935notation to keep the two @code{random} calls from being evaluated
7936before nesting even begins.
7937
7938We now have a vector of @expr{[x, y]} sub-vectors, which by Calc's
7939rules acts like a matrix. We can transpose this matrix and unpack
7940to get a pair of vectors, @expr{x} and @expr{y}, suitable for graphing.
7941
7942@smallexample
7943@group
79442: [ 0, 0.4288, -0.4787, ... ]
79451: [ 0, -0.1696, -0.9027, ... ]
7946 .
7947
7948 v t v u g f
7949@end group
7950@end smallexample
7951
7952Incidentally, because the @expr{x} and @expr{y} are completely
7953independent in this case, we could have done two separate commands
7954to create our @expr{x} and @expr{y} vectors of numbers directly.
7955
7956To make a random walk of unit steps, we note that @code{sincos} of
7957a random direction exactly gives us an @expr{[x, y]} step of unit
7958length; in fact, the new nesting function is even briefer, though
7959we might want to lower the precision a bit for it.
7960
7961@smallexample
7962@group
79632: [0, 0] 1: [ [ 0, 0 ]
79641: 50 [ 0.1318, 0.9912 ]
7965 . [ -0.5965, 0.3061 ]
7966 ...
7967
7968 [0,0] 50 m d p 6 @key{RET} H V U ' <# + sincos(random(360.0))> @key{RET}
7969@end group
7970@end smallexample
7971
7972Another @kbd{v t v u g f} sequence will graph this new random walk.
7973
7974An interesting twist on these random walk functions would be to use
7975complex numbers instead of 2-vectors to represent points on the plane.
7976In the first example, we'd use something like @samp{random + random*(0,1)},
7977and in the second we could use polar complex numbers with random phase
7978angles. (This exercise was first suggested in this form by Randal
7979Schwartz.)
7980
7981@node Types Answer 1, Types Answer 2, List Answer 14, Answers to Exercises
7982@subsection Types Tutorial Exercise 1
7983
7984@noindent
7985If the number is the square root of @cpi{} times a rational number,
7986then its square, divided by @cpi{}, should be a rational number.
7987
7988@smallexample
7989@group
79901: 1.26508260337 1: 0.509433962268 1: 2486645810:4881193627
7991 . . .
7992
7993 2 ^ P / c F
7994@end group
7995@end smallexample
7996
7997@noindent
7998Technically speaking this is a rational number, but not one that is
7999likely to have arisen in the original problem. More likely, it just
8000happens to be the fraction which most closely represents some
8001irrational number to within 12 digits.
8002
8003But perhaps our result was not quite exact. Let's reduce the
8004precision slightly and try again:
8005
8006@smallexample
8007@group
80081: 0.509433962268 1: 27:53
8009 . .
8010
8011 U p 10 @key{RET} c F
8012@end group
8013@end smallexample
8014
8015@noindent
8016Aha! It's unlikely that an irrational number would equal a fraction
8017this simple to within ten digits, so our original number was probably
8018@texline @math{\sqrt{27 \pi / 53}}.
8019@infoline @expr{sqrt(27 pi / 53)}.
8020
8021Notice that we didn't need to re-round the number when we reduced the
8022precision. Remember, arithmetic operations always round their inputs
8023to the current precision before they begin.
8024
8025@node Types Answer 2, Types Answer 3, Types Answer 1, Answers to Exercises
8026@subsection Types Tutorial Exercise 2
8027
8028@noindent
8029@samp{inf / inf = nan}. Perhaps @samp{1} is the ``obvious'' answer.
8030But if @w{@samp{17 inf = inf}}, then @samp{17 inf / inf = inf / inf = 17}, too.
8031
8032@samp{exp(inf) = inf}. It's tempting to say that the exponential
8033of infinity must be ``bigger'' than ``regular'' infinity, but as
8034far as Calc is concerned all infinities are as just as big.
8035In other words, as @expr{x} goes to infinity, @expr{e^x} also goes
8036to infinity, but the fact the @expr{e^x} grows much faster than
8037@expr{x} is not relevant here.
8038
8039@samp{exp(-inf) = 0}. Here we have a finite answer even though
8040the input is infinite.
8041
8042@samp{sqrt(-inf) = (0, 1) inf}. Remember that @expr{(0, 1)}
8043represents the imaginary number @expr{i}. Here's a derivation:
8044@samp{sqrt(-inf) = @w{sqrt((-1) * inf)} = sqrt(-1) * sqrt(inf)}.
8045The first part is, by definition, @expr{i}; the second is @code{inf}
8046because, once again, all infinities are the same size.
8047
8048@samp{sqrt(uinf) = uinf}. In fact, we do know something about the
8049direction because @code{sqrt} is defined to return a value in the
8050right half of the complex plane. But Calc has no notation for this,
8051so it settles for the conservative answer @code{uinf}.
8052
8053@samp{abs(uinf) = inf}. No matter which direction @expr{x} points,
8054@samp{abs(x)} always points along the positive real axis.
8055
8056@samp{ln(0) = -inf}. Here we have an infinite answer to a finite
8057input. As in the @expr{1 / 0} case, Calc will only use infinities
8058here if you have turned on Infinite mode. Otherwise, it will
8059treat @samp{ln(0)} as an error.
8060
8061@node Types Answer 3, Types Answer 4, Types Answer 2, Answers to Exercises
8062@subsection Types Tutorial Exercise 3
8063
8064@noindent
8065We can make @samp{inf - inf} be any real number we like, say,
8066@expr{a}, just by claiming that we added @expr{a} to the first
8067infinity but not to the second. This is just as true for complex
8068values of @expr{a}, so @code{nan} can stand for a complex number.
8069(And, similarly, @code{uinf} can stand for an infinity that points
8070in any direction in the complex plane, such as @samp{(0, 1) inf}).
8071
8072In fact, we can multiply the first @code{inf} by two. Surely
8073@w{@samp{2 inf - inf = inf}}, but also @samp{2 inf - inf = inf - inf = nan}.
8074So @code{nan} can even stand for infinity. Obviously it's just
8075as easy to make it stand for minus infinity as for plus infinity.
8076
8077The moral of this story is that ``infinity'' is a slippery fish
8078indeed, and Calc tries to handle it by having a very simple model
8079for infinities (only the direction counts, not the ``size''); but
8080Calc is careful to write @code{nan} any time this simple model is
8081unable to tell what the true answer is.
8082
8083@node Types Answer 4, Types Answer 5, Types Answer 3, Answers to Exercises
8084@subsection Types Tutorial Exercise 4
8085
8086@smallexample
8087@group
80882: 0@@ 47' 26" 1: 0@@ 2' 47.411765"
80891: 17 .
8090 .
8091
8092 0@@ 47' 26" @key{RET} 17 /
8093@end group
8094@end smallexample
8095
8096@noindent
8097The average song length is two minutes and 47.4 seconds.
8098
8099@smallexample
8100@group
81012: 0@@ 2' 47.411765" 1: 0@@ 3' 7.411765" 1: 0@@ 53' 6.000005"
81021: 0@@ 0' 20" . .
8103 .
8104
8105 20" + 17 *
8106@end group
8107@end smallexample
8108
8109@noindent
8110The album would be 53 minutes and 6 seconds long.
8111
8112@node Types Answer 5, Types Answer 6, Types Answer 4, Answers to Exercises
8113@subsection Types Tutorial Exercise 5
8114
8115@noindent
8116Let's suppose it's January 14, 1991. The easiest thing to do is
8117to keep trying 13ths of months until Calc reports a Friday.
8118We can do this by manually entering dates, or by using @kbd{t I}:
8119
8120@smallexample
8121@group
81221: <Wed Feb 13, 1991> 1: <Wed Mar 13, 1991> 1: <Sat Apr 13, 1991>
8123 . . .
8124
8125 ' <2/13> @key{RET} @key{DEL} ' <3/13> @key{RET} t I
8126@end group
8127@end smallexample
8128
8129@noindent
8130(Calc assumes the current year if you don't say otherwise.)
8131
8132This is getting tedious---we can keep advancing the date by typing
8133@kbd{t I} over and over again, but let's automate the job by using
8134vector mapping. The @kbd{t I} command actually takes a second
8135``how-many-months'' argument, which defaults to one. This
8136argument is exactly what we want to map over:
8137
8138@smallexample
8139@group
81402: <Sat Apr 13, 1991> 1: [<Mon May 13, 1991>, <Thu Jun 13, 1991>,
81411: [1, 2, 3, 4, 5, 6] <Sat Jul 13, 1991>, <Tue Aug 13, 1991>,
8142 . <Fri Sep 13, 1991>, <Sun Oct 13, 1991>]
8143 .
8144
8145 v x 6 @key{RET} V M t I
8146@end group
8147@end smallexample
8148
8149@noindent
8150Et voil@`a, September 13, 1991 is a Friday.
8151
8152@smallexample
8153@group
81541: 242
8155 .
8156
8157' <sep 13> - <jan 14> @key{RET}
8158@end group
8159@end smallexample
8160
8161@noindent
8162And the answer to our original question: 242 days to go.
8163
8164@node Types Answer 6, Types Answer 7, Types Answer 5, Answers to Exercises
8165@subsection Types Tutorial Exercise 6
8166
8167@noindent
8168The full rule for leap years is that they occur in every year divisible
8169by four, except that they don't occur in years divisible by 100, except
8170that they @emph{do} in years divisible by 400. We could work out the
8171answer by carefully counting the years divisible by four and the
8172exceptions, but there is a much simpler way that works even if we
8173don't know the leap year rule.
8174
8175Let's assume the present year is 1991. Years have 365 days, except
8176that leap years (whenever they occur) have 366 days. So let's count
8177the number of days between now and then, and compare that to the
8178number of years times 365. The number of extra days we find must be
8179equal to the number of leap years there were.
8180
8181@smallexample
8182@group
81831: <Mon Jan 1, 10001> 2: <Mon Jan 1, 10001> 1: 2925593
8184 . 1: <Tue Jan 1, 1991> .
8185 .
8186
8187 ' <jan 1 10001> @key{RET} ' <jan 1 1991> @key{RET} -
8188
8189@end group
8190@end smallexample
8191@noindent
8192@smallexample
8193@group
81943: 2925593 2: 2925593 2: 2925593 1: 1943
81952: 10001 1: 8010 1: 2923650 .
81961: 1991 . .
8197 .
8198
8199 10001 @key{RET} 1991 - 365 * -
8200@end group
8201@end smallexample
8202
8203@c [fix-ref Date Forms]
8204@noindent
8205There will be 1943 leap years before the year 10001. (Assuming,
8206of course, that the algorithm for computing leap years remains
8207unchanged for that long. @xref{Date Forms}, for some interesting
8208background information in that regard.)
8209
8210@node Types Answer 7, Types Answer 8, Types Answer 6, Answers to Exercises
8211@subsection Types Tutorial Exercise 7
8212
8213@noindent
8214The relative errors must be converted to absolute errors so that
8215@samp{+/-} notation may be used.
8216
8217@smallexample
8218@group
82191: 1. 2: 1.
8220 . 1: 0.2
8221 .
8222
8223 20 @key{RET} .05 * 4 @key{RET} .05 *
8224@end group
8225@end smallexample
8226
8227Now we simply chug through the formula.
8228
8229@smallexample
8230@group
82311: 19.7392088022 1: 394.78 +/- 19.739 1: 6316.5 +/- 706.21
8232 . . .
8233
8234 2 P 2 ^ * 20 p 1 * 4 p .2 @key{RET} 2 ^ *
8235@end group
8236@end smallexample
8237
8238It turns out the @kbd{v u} command will unpack an error form as
8239well as a vector. This saves us some retyping of numbers.
8240
8241@smallexample
8242@group
82433: 6316.5 +/- 706.21 2: 6316.5 +/- 706.21
82442: 6316.5 1: 0.1118
82451: 706.21 .
8246 .
8247
8248 @key{RET} v u @key{TAB} /
8249@end group
8250@end smallexample
8251
8252@noindent
8253Thus the volume is 6316 cubic centimeters, within about 11 percent.
8254
8255@node Types Answer 8, Types Answer 9, Types Answer 7, Answers to Exercises
8256@subsection Types Tutorial Exercise 8
8257
8258@noindent
8259The first answer is pretty simple: @samp{1 / (0 .. 10) = (0.1 .. inf)}.
8260Since a number in the interval @samp{(0 .. 10)} can get arbitrarily
8261close to zero, its reciprocal can get arbitrarily large, so the answer
8262is an interval that effectively means, ``any number greater than 0.1''
8263but with no upper bound.
8264
8265The second answer, similarly, is @samp{1 / (-10 .. 0) = (-inf .. -0.1)}.
8266
8267Calc normally treats division by zero as an error, so that the formula
8268@w{@samp{1 / 0}} is left unsimplified. Our third problem,
8269@w{@samp{1 / [0 .. 10]}}, also (potentially) divides by zero because zero
8270is now a member of the interval. So Calc leaves this one unevaluated, too.
8271
8272If you turn on Infinite mode by pressing @kbd{m i}, you will
8273instead get the answer @samp{[0.1 .. inf]}, which includes infinity
8274as a possible value.
8275
8276The fourth calculation, @samp{1 / (-10 .. 10)}, has the same problem.
8277Zero is buried inside the interval, but it's still a possible value.
8278It's not hard to see that the actual result of @samp{1 / (-10 .. 10)}
8279will be either greater than @mathit{0.1}, or less than @mathit{-0.1}. Thus
8280the interval goes from minus infinity to plus infinity, with a ``hole''
8281in it from @mathit{-0.1} to @mathit{0.1}. Calc doesn't have any way to
8282represent this, so it just reports @samp{[-inf .. inf]} as the answer.
8283It may be disappointing to hear ``the answer lies somewhere between
8284minus infinity and plus infinity, inclusive,'' but that's the best
8285that interval arithmetic can do in this case.
8286
8287@node Types Answer 9, Types Answer 10, Types Answer 8, Answers to Exercises
8288@subsection Types Tutorial Exercise 9
8289
8290@smallexample
8291@group
82921: [-3 .. 3] 2: [-3 .. 3] 2: [0 .. 9]
8293 . 1: [0 .. 9] 1: [-9 .. 9]
8294 . .
8295
8296 [ 3 n .. 3 ] @key{RET} 2 ^ @key{TAB} @key{RET} *
8297@end group
8298@end smallexample
8299
8300@noindent
8301In the first case the result says, ``if a number is between @mathit{-3} and
83023, its square is between 0 and 9.'' The second case says, ``the product
8303of two numbers each between @mathit{-3} and 3 is between @mathit{-9} and 9.''
8304
8305An interval form is not a number; it is a symbol that can stand for
8306many different numbers. Two identical-looking interval forms can stand
8307for different numbers.
8308
8309The same issue arises when you try to square an error form.
8310
8311@node Types Answer 10, Types Answer 11, Types Answer 9, Answers to Exercises
8312@subsection Types Tutorial Exercise 10
8313
8314@noindent
8315Testing the first number, we might arbitrarily choose 17 for @expr{x}.
8316
8317@smallexample
8318@group
83191: 17 mod 811749613 2: 17 mod 811749613 1: 533694123 mod 811749613
8320 . 811749612 .
8321 .
8322
8323 17 M 811749613 @key{RET} 811749612 ^
8324@end group
8325@end smallexample
8326
8327@noindent
8328Since 533694123 is (considerably) different from 1, the number 811749613
8329must not be prime.
8330
8331It's awkward to type the number in twice as we did above. There are
8332various ways to avoid this, and algebraic entry is one. In fact, using
8333a vector mapping operation we can perform several tests at once. Let's
8334use this method to test the second number.
8335
8336@smallexample
8337@group
83382: [17, 42, 100000] 1: [1 mod 15485863, 1 mod ... ]
83391: 15485863 .
8340 .
8341
8342 [17 42 100000] 15485863 @key{RET} V M ' ($$ mod $)^($-1) @key{RET}
8343@end group
8344@end smallexample
8345
8346@noindent
8347The result is three ones (modulo @expr{n}), so it's very probable that
834815485863 is prime. (In fact, this number is the millionth prime.)
8349
8350Note that the functions @samp{($$^($-1)) mod $} or @samp{$$^($-1) % $}
8351would have been hopelessly inefficient, since they would have calculated
8352the power using full integer arithmetic.
8353
8354Calc has a @kbd{k p} command that does primality testing. For small
8355numbers it does an exact test; for large numbers it uses a variant
8356of the Fermat test we used here. You can use @kbd{k p} repeatedly
8357to prove that a large integer is prime with any desired probability.
8358
8359@node Types Answer 11, Types Answer 12, Types Answer 10, Answers to Exercises
8360@subsection Types Tutorial Exercise 11
8361
8362@noindent
8363There are several ways to insert a calculated number into an HMS form.
8364One way to convert a number of seconds to an HMS form is simply to
8365multiply the number by an HMS form representing one second:
8366
8367@smallexample
8368@group
83691: 31415926.5359 2: 31415926.5359 1: 8726@@ 38' 46.5359"
8370 . 1: 0@@ 0' 1" .
8371 .
8372
8373 P 1e7 * 0@@ 0' 1" *
8374
8375@end group
8376@end smallexample
8377@noindent
8378@smallexample
8379@group
83802: 8726@@ 38' 46.5359" 1: 6@@ 6' 2.5359" mod 24@@ 0' 0"
83811: 15@@ 27' 16" mod 24@@ 0' 0" .
8382 .
8383
8384 x time @key{RET} +
8385@end group
8386@end smallexample
8387
8388@noindent
8389It will be just after six in the morning.
8390
8391The algebraic @code{hms} function can also be used to build an
8392HMS form:
8393
8394@smallexample
8395@group
83961: hms(0, 0, 10000000. pi) 1: 8726@@ 38' 46.5359"
8397 . .
8398
8399 ' hms(0, 0, 1e7 pi) @key{RET} =
8400@end group
8401@end smallexample
8402
8403@noindent
8404The @kbd{=} key is necessary to evaluate the symbol @samp{pi} to
8405the actual number 3.14159...
8406
8407@node Types Answer 12, Types Answer 13, Types Answer 11, Answers to Exercises
8408@subsection Types Tutorial Exercise 12
8409
8410@noindent
8411As we recall, there are 17 songs of about 2 minutes and 47 seconds
8412each.
8413
8414@smallexample
8415@group
84162: 0@@ 2' 47" 1: [0@@ 3' 7" .. 0@@ 3' 47"]
84171: [0@@ 0' 20" .. 0@@ 1' 0"] .
8418 .
8419
8420 [ 0@@ 20" .. 0@@ 1' ] +
8421
8422@end group
8423@end smallexample
8424@noindent
8425@smallexample
8426@group
84271: [0@@ 52' 59." .. 1@@ 4' 19."]
8428 .
8429
8430 17 *
8431@end group
8432@end smallexample
8433
8434@noindent
8435No matter how long it is, the album will fit nicely on one CD.
8436
8437@node Types Answer 13, Types Answer 14, Types Answer 12, Answers to Exercises
8438@subsection Types Tutorial Exercise 13
8439
8440@noindent
8441Type @kbd{' 1 yr @key{RET} u c s @key{RET}}. The answer is 31557600 seconds.
8442
8443@node Types Answer 14, Types Answer 15, Types Answer 13, Answers to Exercises
8444@subsection Types Tutorial Exercise 14
8445
8446@noindent
8447How long will it take for a signal to get from one end of the computer
8448to the other?
8449
8450@smallexample
8451@group
84521: m / c 1: 3.3356 ns
8453 . .
8454
8455 ' 1 m / c @key{RET} u c ns @key{RET}
8456@end group
8457@end smallexample
8458
8459@noindent
8460(Recall, @samp{c} is a ``unit'' corresponding to the speed of light.)
8461
8462@smallexample
8463@group
84641: 3.3356 ns 1: 0.81356 ns / ns 1: 0.81356
84652: 4.1 ns . .
8466 .
8467
8468 ' 4.1 ns @key{RET} / u s
8469@end group
8470@end smallexample
8471
8472@noindent
8473Thus a signal could take up to 81 percent of a clock cycle just to
8474go from one place to another inside the computer, assuming the signal
8475could actually attain the full speed of light. Pretty tight!
8476
8477@node Types Answer 15, Algebra Answer 1, Types Answer 14, Answers to Exercises
8478@subsection Types Tutorial Exercise 15
8479
8480@noindent
8481The speed limit is 55 miles per hour on most highways. We want to
8482find the ratio of Sam's speed to the US speed limit.
8483
8484@smallexample
8485@group
84861: 55 mph 2: 55 mph 3: 11 hr mph / yd
8487 . 1: 5 yd / hr .
8488 .
8489
8490 ' 55 mph @key{RET} ' 5 yd/hr @key{RET} /
8491@end group
8492@end smallexample
8493
8494The @kbd{u s} command cancels out these units to get a plain
8495number. Now we take the logarithm base two to find the final
8496answer, assuming that each successive pill doubles his speed.
8497
8498@smallexample
8499@group
85001: 19360. 2: 19360. 1: 14.24
8501 . 1: 2 .
8502 .
8503
8504 u s 2 B
8505@end group
8506@end smallexample
8507
8508@noindent
8509Thus Sam can take up to 14 pills without a worry.
8510
8511@node Algebra Answer 1, Algebra Answer 2, Types Answer 15, Answers to Exercises
8512@subsection Algebra Tutorial Exercise 1
8513
8514@noindent
8515@c [fix-ref Declarations]
8516The result @samp{sqrt(x)^2} is simplified back to @expr{x} by the
8517Calculator, but @samp{sqrt(x^2)} is not. (Consider what happens
8518if @w{@expr{x = -4}}.) If @expr{x} is real, this formula could be
8519simplified to @samp{abs(x)}, but for general complex arguments even
8520that is not safe. (@xref{Declarations}, for a way to tell Calc
8521that @expr{x} is known to be real.)
8522
8523@node Algebra Answer 2, Algebra Answer 3, Algebra Answer 1, Answers to Exercises
8524@subsection Algebra Tutorial Exercise 2
8525
8526@noindent
8527Suppose our roots are @expr{[a, b, c]}. We want a polynomial which
8528is zero when @expr{x} is any of these values. The trivial polynomial
8529@expr{x-a} is zero when @expr{x=a}, so the product @expr{(x-a)(x-b)(x-c)}
8530will do the job. We can use @kbd{a c x} to write this in a more
8531familiar form.
8532
8533@smallexample
8534@group
85351: 34 x - 24 x^3 1: [1.19023, -1.19023, 0]
8536 . .
8537
8538 r 2 a P x @key{RET}
8539
8540@end group
8541@end smallexample
8542@noindent
8543@smallexample
8544@group
85451: [x - 1.19023, x + 1.19023, x] 1: (x - 1.19023) (x + 1.19023) x
8546 . .
8547
8548 V M ' x-$ @key{RET} V R *
8549
8550@end group
8551@end smallexample
8552@noindent
8553@smallexample
8554@group
85551: x^3 - 1.41666 x 1: 34 x - 24 x^3
8556 . .
8557
8558 a c x @key{RET} 24 n * a x
8559@end group
8560@end smallexample
8561
8562@noindent
8563Sure enough, our answer (multiplied by a suitable constant) is the
8564same as the original polynomial.
8565
8566@node Algebra Answer 3, Algebra Answer 4, Algebra Answer 2, Answers to Exercises
8567@subsection Algebra Tutorial Exercise 3
8568
8569@smallexample
8570@group
85711: x sin(pi x) 1: (sin(pi x) - pi x cos(pi x)) / pi^2
8572 . .
8573
8574 ' x sin(pi x) @key{RET} m r a i x @key{RET}
8575
8576@end group
8577@end smallexample
8578@noindent
8579@smallexample
8580@group
85811: [y, 1]
85822: (sin(pi x) - pi x cos(pi x)) / pi^2
8583 .
8584
8585 ' [y,1] @key{RET} @key{TAB}
8586
8587@end group
8588@end smallexample
8589@noindent
8590@smallexample
8591@group
85921: [(sin(pi y) - pi y cos(pi y)) / pi^2, (sin(pi) - pi cos(pi)) / pi^2]
8593 .
8594
8595 V M $ @key{RET}
8596
8597@end group
8598@end smallexample
8599@noindent
8600@smallexample
8601@group
86021: (sin(pi y) - pi y cos(pi y)) / pi^2 + (pi cos(pi) - sin(pi)) / pi^2
8603 .
8604
8605 V R -
8606
8607@end group
8608@end smallexample
8609@noindent
8610@smallexample
8611@group
86121: (sin(3.14159 y) - 3.14159 y cos(3.14159 y)) / 9.8696 - 0.3183
8613 .
8614
8615 =
8616
8617@end group
8618@end smallexample
8619@noindent
8620@smallexample
8621@group
86221: [0., -0.95493, 0.63662, -1.5915, 1.2732]
8623 .
8624
8625 v x 5 @key{RET} @key{TAB} V M $ @key{RET}
8626@end group
8627@end smallexample
8628
8629@node Algebra Answer 4, Rewrites Answer 1, Algebra Answer 3, Answers to Exercises
8630@subsection Algebra Tutorial Exercise 4
8631
8632@noindent
8633The hard part is that @kbd{V R +} is no longer sufficient to add up all
8634the contributions from the slices, since the slices have varying
8635coefficients. So first we must come up with a vector of these
8636coefficients. Here's one way:
8637
8638@smallexample
8639@group
86402: -1 2: 3 1: [4, 2, ..., 4]
86411: [1, 2, ..., 9] 1: [-1, 1, ..., -1] .
8642 . .
8643
8644 1 n v x 9 @key{RET} V M ^ 3 @key{TAB} -
8645
8646@end group
8647@end smallexample
8648@noindent
8649@smallexample
8650@group
86511: [4, 2, ..., 4, 1] 1: [1, 4, 2, ..., 4, 1]
8652 . .
8653
8654 1 | 1 @key{TAB} |
8655@end group
8656@end smallexample
8657
8658@noindent
8659Now we compute the function values. Note that for this method we need
8660eleven values, including both endpoints of the desired interval.
8661
8662@smallexample
8663@group
86642: [1, 4, 2, ..., 4, 1]
86651: [1, 1.1, 1.2, ... , 1.8, 1.9, 2.]
8666 .
8667
8668 11 @key{RET} 1 @key{RET} .1 @key{RET} C-u v x
8669
8670@end group
8671@end smallexample
8672@noindent
8673@smallexample
8674@group
86752: [1, 4, 2, ..., 4, 1]
86761: [0., 0.084941, 0.16993, ... ]
8677 .
8678
8679 ' sin(x) ln(x) @key{RET} m r p 5 @key{RET} V M $ @key{RET}
8680@end group
8681@end smallexample
8682
8683@noindent
8684Once again this calls for @kbd{V M * V R +}; a simple @kbd{*} does the
8685same thing.
8686
8687@smallexample
8688@group
86891: 11.22 1: 1.122 1: 0.374
8690 . . .
8691
8692 * .1 * 3 /
8693@end group
8694@end smallexample
8695
8696@noindent
8697Wow! That's even better than the result from the Taylor series method.
8698
8699@node Rewrites Answer 1, Rewrites Answer 2, Algebra Answer 4, Answers to Exercises
8700@subsection Rewrites Tutorial Exercise 1
8701
8702@noindent
8703We'll use Big mode to make the formulas more readable.
8704
8705@smallexample
8706@group
8707 ___
8708 2 + V 2
87091: (2 + sqrt(2)) / (1 + sqrt(2)) 1: --------
8710 . ___
8711 1 + V 2
8712
8713 .
8714
8715 ' (2+sqrt(2)) / (1+sqrt(2)) @key{RET} d B
8716@end group
8717@end smallexample
8718
8719@noindent
8720Multiplying by the conjugate helps because @expr{(a+b) (a-b) = a^2 - b^2}.
8721
8722@smallexample
8723@group
8724 ___ ___
87251: (2 + V 2 ) (V 2 - 1)
8726 .
8727
8728 a r a/(b+c) := a*(b-c) / (b^2-c^2) @key{RET}
8729
8730@end group
8731@end smallexample
8732@noindent
8733@smallexample
8734@group
8735 ___ ___
87361: 2 + V 2 - 2 1: V 2
8737 . .
8738
8739 a r a*(b+c) := a*b + a*c a s
8740@end group
8741@end smallexample
8742
8743@noindent
8744(We could have used @kbd{a x} instead of a rewrite rule for the
8745second step.)
8746
8747The multiply-by-conjugate rule turns out to be useful in many
8748different circumstances, such as when the denominator involves
8749sines and cosines or the imaginary constant @code{i}.
8750
8751@node Rewrites Answer 2, Rewrites Answer 3, Rewrites Answer 1, Answers to Exercises
8752@subsection Rewrites Tutorial Exercise 2
8753
8754@noindent
8755Here is the rule set:
8756
8757@smallexample
8758@group
8759[ fib(n) := fib(n, 1, 1) :: integer(n) :: n >= 1,
8760 fib(1, x, y) := x,
8761 fib(n, x, y) := fib(n-1, y, x+y) ]
8762@end group
8763@end smallexample
8764
8765@noindent
8766The first rule turns a one-argument @code{fib} that people like to write
8767into a three-argument @code{fib} that makes computation easier. The
8768second rule converts back from three-argument form once the computation
8769is done. The third rule does the computation itself. It basically
8770says that if @expr{x} and @expr{y} are two consecutive Fibonacci numbers,
8771then @expr{y} and @expr{x+y} are the next (overlapping) pair of Fibonacci
8772numbers.
8773
8774Notice that because the number @expr{n} was ``validated'' by the
8775conditions on the first rule, there is no need to put conditions on
8776the other rules because the rule set would never get that far unless
8777the input were valid. That further speeds computation, since no
8778extra conditions need to be checked at every step.
8779
8780Actually, a user with a nasty sense of humor could enter a bad
8781three-argument @code{fib} call directly, say, @samp{fib(0, 1, 1)},
8782which would get the rules into an infinite loop. One thing that would
8783help keep this from happening by accident would be to use something like
8784@samp{ZzFib} instead of @code{fib} as the name of the three-argument
8785function.
8786
8787@node Rewrites Answer 3, Rewrites Answer 4, Rewrites Answer 2, Answers to Exercises
8788@subsection Rewrites Tutorial Exercise 3
8789
8790@noindent
8791He got an infinite loop. First, Calc did as expected and rewrote
8792@w{@samp{2 + 3 x}} to @samp{f(2, 3, x)}. Then it looked for ways to
8793apply the rule again, and found that @samp{f(2, 3, x)} looks like
8794@samp{a + b x} with @w{@samp{a = 0}} and @samp{b = 1}, so it rewrote to
8795@samp{f(0, 1, f(2, 3, x))}. It then wrapped another @samp{f(0, 1, ...)}
8796around that, and so on, ad infinitum. Joe should have used @kbd{M-1 a r}
8797to make sure the rule applied only once.
8798
8799(Actually, even the first step didn't work as he expected. What Calc
8800really gives for @kbd{M-1 a r} in this situation is @samp{f(3 x, 1, 2)},
8801treating 2 as the ``variable,'' and @samp{3 x} as a constant being added
8802to it. While this may seem odd, it's just as valid a solution as the
8803``obvious'' one. One way to fix this would be to add the condition
8804@samp{:: variable(x)} to the rule, to make sure the thing that matches
8805@samp{x} is indeed a variable, or to change @samp{x} to @samp{quote(x)}
8806on the lefthand side, so that the rule matches the actual variable
8807@samp{x} rather than letting @samp{x} stand for something else.)
8808
8809@node Rewrites Answer 4, Rewrites Answer 5, Rewrites Answer 3, Answers to Exercises
8810@subsection Rewrites Tutorial Exercise 4
8811
8812@noindent
8813@ignore
8814@starindex
8815@end ignore
8816@tindex seq
8817Here is a suitable set of rules to solve the first part of the problem:
8818
8819@smallexample
8820@group
8821[ seq(n, c) := seq(n/2, c+1) :: n%2 = 0,
8822 seq(n, c) := seq(3n+1, c+1) :: n%2 = 1 :: n > 1 ]
8823@end group
8824@end smallexample
8825
8826Given the initial formula @samp{seq(6, 0)}, application of these
8827rules produces the following sequence of formulas:
8828
8829@example
8830seq( 3, 1)
8831seq(10, 2)
8832seq( 5, 3)
8833seq(16, 4)
8834seq( 8, 5)
8835seq( 4, 6)
8836seq( 2, 7)
8837seq( 1, 8)
8838@end example
8839
8840@noindent
8841whereupon neither of the rules match, and rewriting stops.
8842
8843We can pretty this up a bit with a couple more rules:
8844
8845@smallexample
8846@group
8847[ seq(n) := seq(n, 0),
8848 seq(1, c) := c,
8849 ... ]
8850@end group
8851@end smallexample
8852
8853@noindent
8854Now, given @samp{seq(6)} as the starting configuration, we get 8
8855as the result.
8856
8857The change to return a vector is quite simple:
8858
8859@smallexample
8860@group
8861[ seq(n) := seq(n, []) :: integer(n) :: n > 0,
8862 seq(1, v) := v | 1,
8863 seq(n, v) := seq(n/2, v | n) :: n%2 = 0,
8864 seq(n, v) := seq(3n+1, v | n) :: n%2 = 1 ]
8865@end group
8866@end smallexample
8867
8868@noindent
8869Given @samp{seq(6)}, the result is @samp{[6, 3, 10, 5, 16, 8, 4, 2, 1]}.
8870
8871Notice that the @expr{n > 1} guard is no longer necessary on the last
8872rule since the @expr{n = 1} case is now detected by another rule.
8873But a guard has been added to the initial rule to make sure the
8874initial value is suitable before the computation begins.
8875
8876While still a good idea, this guard is not as vitally important as it
8877was for the @code{fib} function, since calling, say, @samp{seq(x, [])}
8878will not get into an infinite loop. Calc will not be able to prove
8879the symbol @samp{x} is either even or odd, so none of the rules will
8880apply and the rewrites will stop right away.
8881
8882@node Rewrites Answer 5, Rewrites Answer 6, Rewrites Answer 4, Answers to Exercises
8883@subsection Rewrites Tutorial Exercise 5
8884
8885@noindent
8886@ignore
8887@starindex
8888@end ignore
8889@tindex nterms
8890If @expr{x} is the sum @expr{a + b}, then `@tfn{nterms(}@var{x}@tfn{)}' must
8891be `@tfn{nterms(}@var{a}@tfn{)}' plus `@tfn{nterms(}@var{b}@tfn{)}'. If @expr{x}
8892is not a sum, then `@tfn{nterms(}@var{x}@tfn{)}' = 1.
8893
8894@smallexample
8895@group
8896[ nterms(a + b) := nterms(a) + nterms(b),
8897 nterms(x) := 1 ]
8898@end group
8899@end smallexample
8900
8901@noindent
8902Here we have taken advantage of the fact that earlier rules always
8903match before later rules; @samp{nterms(x)} will only be tried if we
8904already know that @samp{x} is not a sum.
8905
8906@node Rewrites Answer 6, Programming Answer 1, Rewrites Answer 5, Answers to Exercises
8907@subsection Rewrites Tutorial Exercise 6
8908
8909@noindent
8910Here is a rule set that will do the job:
8911
8912@smallexample
8913@group
8914[ a*(b + c) := a*b + a*c,
8915 opt(a) O(x^n) + opt(b) O(x^m) := O(x^n) :: n <= m
8916 :: constant(a) :: constant(b),
8917 opt(a) O(x^n) + opt(b) x^m := O(x^n) :: n <= m
8918 :: constant(a) :: constant(b),
8919 a O(x^n) := O(x^n) :: constant(a),
8920 x^opt(m) O(x^n) := O(x^(n+m)),
8921 O(x^n) O(x^m) := O(x^(n+m)) ]
8922@end group
8923@end smallexample
8924
8925If we really want the @kbd{+} and @kbd{*} keys to operate naturally
8926on power series, we should put these rules in @code{EvalRules}. For
8927testing purposes, it is better to put them in a different variable,
8928say, @code{O}, first.
8929
8930The first rule just expands products of sums so that the rest of the
8931rules can assume they have an expanded-out polynomial to work with.
8932Note that this rule does not mention @samp{O} at all, so it will
8933apply to any product-of-sum it encounters---this rule may surprise
8934you if you put it into @code{EvalRules}!
8935
8936In the second rule, the sum of two O's is changed to the smaller O.
8937The optional constant coefficients are there mostly so that
8938@samp{O(x^2) - O(x^3)} and @samp{O(x^3) - O(x^2)} are handled
8939as well as @samp{O(x^2) + O(x^3)}.
8940
8941The third rule absorbs higher powers of @samp{x} into O's.
8942
8943The fourth rule says that a constant times a negligible quantity
8944is still negligible. (This rule will also match @samp{O(x^3) / 4},
8945with @samp{a = 1/4}.)
8946
8947The fifth rule rewrites, for example, @samp{x^2 O(x^3)} to @samp{O(x^5)}.
8948(It is easy to see that if one of these forms is negligible, the other
8949is, too.) Notice the @samp{x^opt(m)} to pick up terms like
8950@w{@samp{x O(x^3)}}. Optional powers will match @samp{x} as @samp{x^1}
8951but not 1 as @samp{x^0}. This turns out to be exactly what we want here.
8952
8953The sixth rule is the corresponding rule for products of two O's.
8954
8955Another way to solve this problem would be to create a new ``data type''
8956that represents truncated power series. We might represent these as
8957function calls @samp{series(@var{coefs}, @var{x})} where @var{coefs} is
8958a vector of coefficients for @expr{x^0}, @expr{x^1}, @expr{x^2}, and so
8959on. Rules would exist for sums and products of such @code{series}
8960objects, and as an optional convenience could also know how to combine a
8961@code{series} object with a normal polynomial. (With this, and with a
8962rule that rewrites @samp{O(x^n)} to the equivalent @code{series} form,
8963you could still enter power series in exactly the same notation as
8964before.) Operations on such objects would probably be more efficient,
8965although the objects would be a bit harder to read.
8966
8967@c [fix-ref Compositions]
8968Some other symbolic math programs provide a power series data type
8969similar to this. Mathematica, for example, has an object that looks
8970like @samp{PowerSeries[@var{x}, @var{x0}, @var{coefs}, @var{nmin},
8971@var{nmax}, @var{den}]}, where @var{x0} is the point about which the
8972power series is taken (we've been assuming this was always zero),
8973and @var{nmin}, @var{nmax}, and @var{den} allow pseudo-power-series
8974with fractional or negative powers. Also, the @code{PowerSeries}
8975objects have a special display format that makes them look like
8976@samp{2 x^2 + O(x^4)} when they are printed out. (@xref{Compositions},
8977for a way to do this in Calc, although for something as involved as
8978this it would probably be better to write the formatting routine
8979in Lisp.)
8980
8981@node Programming Answer 1, Programming Answer 2, Rewrites Answer 6, Answers to Exercises
8982@subsection Programming Tutorial Exercise 1
8983
8984@noindent
8985Just enter the formula @samp{ninteg(sin(t)/t, t, 0, x)}, type
8986@kbd{Z F}, and answer the questions. Since this formula contains two
8987variables, the default argument list will be @samp{(t x)}. We want to
8988change this to @samp{(x)} since @expr{t} is really a dummy variable
8989to be used within @code{ninteg}.
8990
8991The exact keystrokes are @kbd{Z F s Si @key{RET} @key{RET} C-b C-b @key{DEL} @key{DEL} @key{RET} y}.
8992(The @kbd{C-b C-b @key{DEL} @key{DEL}} are what fix the argument list.)
8993
8994@node Programming Answer 2, Programming Answer 3, Programming Answer 1, Answers to Exercises
8995@subsection Programming Tutorial Exercise 2
8996
8997@noindent
8998One way is to move the number to the top of the stack, operate on
8999it, then move it back: @kbd{C-x ( M-@key{TAB} n M-@key{TAB} M-@key{TAB} C-x )}.
9000
9001Another way is to negate the top three stack entries, then negate
9002again the top two stack entries: @kbd{C-x ( M-3 n M-2 n C-x )}.
9003
9004Finally, it turns out that a negative prefix argument causes a
9005command like @kbd{n} to operate on the specified stack entry only,
9006which is just what we want: @kbd{C-x ( M-- 3 n C-x )}.
9007
9008Just for kicks, let's also do it algebraically:
9009@w{@kbd{C-x ( ' -$$$, $$, $ @key{RET} C-x )}}.
9010
9011@node Programming Answer 3, Programming Answer 4, Programming Answer 2, Answers to Exercises
9012@subsection Programming Tutorial Exercise 3
9013
9014@noindent
9015Each of these functions can be computed using the stack, or using
9016algebraic entry, whichever way you prefer:
9017
9018@noindent
9019Computing
9020@texline @math{\displaystyle{\sin x \over x}}:
9021@infoline @expr{sin(x) / x}:
9022
9023Using the stack: @kbd{C-x ( @key{RET} S @key{TAB} / C-x )}.
9024
9025Using algebraic entry: @kbd{C-x ( ' sin($)/$ @key{RET} C-x )}.
9026
9027@noindent
9028Computing the logarithm:
9029
9030Using the stack: @kbd{C-x ( @key{TAB} B C-x )}
9031
9032Using algebraic entry: @kbd{C-x ( ' log($,$$) @key{RET} C-x )}.
9033
9034@noindent
9035Computing the vector of integers:
9036
9037Using the stack: @kbd{C-x ( 1 @key{RET} 1 C-u v x C-x )}. (Recall that
9038@kbd{C-u v x} takes the vector size, starting value, and increment
9039from the stack.)
9040
9041Alternatively: @kbd{C-x ( ~ v x C-x )}. (The @kbd{~} key pops a
9042number from the stack and uses it as the prefix argument for the
9043next command.)
9044
9045Using algebraic entry: @kbd{C-x ( ' index($) @key{RET} C-x )}.
9046
9047@node Programming Answer 4, Programming Answer 5, Programming Answer 3, Answers to Exercises
9048@subsection Programming Tutorial Exercise 4
9049
9050@noindent
9051Here's one way: @kbd{C-x ( @key{RET} V R + @key{TAB} v l / C-x )}.
9052
9053@node Programming Answer 5, Programming Answer 6, Programming Answer 4, Answers to Exercises
9054@subsection Programming Tutorial Exercise 5
9055
9056@smallexample
9057@group
90582: 1 1: 1.61803398502 2: 1.61803398502
90591: 20 . 1: 1.61803398875
9060 . .
9061
9062 1 @key{RET} 20 Z < & 1 + Z > I H P
9063@end group
9064@end smallexample
9065
9066@noindent
9067This answer is quite accurate.
9068
9069@node Programming Answer 6, Programming Answer 7, Programming Answer 5, Answers to Exercises
9070@subsection Programming Tutorial Exercise 6
9071
9072@noindent
9073Here is the matrix:
9074
9075@example
9076[ [ 0, 1 ] * [a, b] = [b, a + b]
9077 [ 1, 1 ] ]
9078@end example
9079
9080@noindent
9081Thus @samp{[0, 1; 1, 1]^n * [1, 1]} computes Fibonacci numbers @expr{n+1}
9082and @expr{n+2}. Here's one program that does the job:
9083
9084@example
9085C-x ( ' [0, 1; 1, 1] ^ ($-1) * [1, 1] @key{RET} v u @key{DEL} C-x )
9086@end example
9087
9088@noindent
9089This program is quite efficient because Calc knows how to raise a
9090matrix (or other value) to the power @expr{n} in only
9091@texline @math{\log_2 n}
9092@infoline @expr{log(n,2)}
9093steps. For example, this program can compute the 1000th Fibonacci
9094number (a 209-digit integer!) in about 10 steps; even though the
9095@kbd{Z < ... Z >} solution had much simpler steps, it would have
9096required so many steps that it would not have been practical.
9097
9098@node Programming Answer 7, Programming Answer 8, Programming Answer 6, Answers to Exercises
9099@subsection Programming Tutorial Exercise 7
9100
9101@noindent
9102The trick here is to compute the harmonic numbers differently, so that
9103the loop counter itself accumulates the sum of reciprocals. We use
9104a separate variable to hold the integer counter.
9105
9106@smallexample
9107@group
91081: 1 2: 1 1: .
9109 . 1: 4
9110 .
9111
9112 1 t 1 1 @key{RET} 4 Z ( t 2 r 1 1 + s 1 & Z )
9113@end group
9114@end smallexample
9115
9116@noindent
9117The body of the loop goes as follows: First save the harmonic sum
9118so far in variable 2. Then delete it from the stack; the for loop
9119itself will take care of remembering it for us. Next, recall the
9120count from variable 1, add one to it, and feed its reciprocal to
9121the for loop to use as the step value. The for loop will increase
9122the ``loop counter'' by that amount and keep going until the
9123loop counter exceeds 4.
9124
9125@smallexample
9126@group
91272: 31 3: 31
91281: 3.99498713092 2: 3.99498713092
9129 . 1: 4.02724519544
9130 .
9131
9132 r 1 r 2 @key{RET} 31 & +
9133@end group
9134@end smallexample
9135
9136Thus we find that the 30th harmonic number is 3.99, and the 31st
9137harmonic number is 4.02.
9138
9139@node Programming Answer 8, Programming Answer 9, Programming Answer 7, Answers to Exercises
9140@subsection Programming Tutorial Exercise 8
9141
9142@noindent
9143The first step is to compute the derivative @expr{f'(x)} and thus
9144the formula
9145@texline @math{\displaystyle{x - {f(x) \over f'(x)}}}.
9146@infoline @expr{x - f(x)/f'(x)}.
9147
9148(Because this definition is long, it will be repeated in concise form
9149below. You can use @w{@kbd{C-x * m}} to load it from there. While you are
9150entering a @kbd{Z ` Z '} body in a macro, Calc simply collects
9151keystrokes without executing them. In the following diagrams we'll
9152pretend Calc actually executed the keystrokes as you typed them,
9153just for purposes of illustration.)
9154
9155@smallexample
9156@group
91572: sin(cos(x)) - 0.5 3: 4.5
91581: 4.5 2: sin(cos(x)) - 0.5
9159 . 1: -(sin(x) cos(cos(x)))
9160 .
9161
9162' sin(cos(x))-0.5 @key{RET} 4.5 m r C-x ( Z ` @key{TAB} @key{RET} a d x @key{RET}
9163
9164@end group
9165@end smallexample
9166@noindent
9167@smallexample
9168@group
91692: 4.5
91701: x + (sin(cos(x)) - 0.5) / sin(x) cos(cos(x))
9171 .
9172
9173 / ' x @key{RET} @key{TAB} - t 1
9174@end group
9175@end smallexample
9176
9177Now, we enter the loop. We'll use a repeat loop with a 20-repetition
9178limit just in case the method fails to converge for some reason.
9179(Normally, the @w{@kbd{Z /}} command will stop the loop before all 20
9180repetitions are done.)
9181
9182@smallexample
9183@group
91841: 4.5 3: 4.5 2: 4.5
9185 . 2: x + (sin(cos(x)) ... 1: 5.24196456928
9186 1: 4.5 .
9187 .
9188
9189 20 Z < @key{RET} r 1 @key{TAB} s l x @key{RET}
9190@end group
9191@end smallexample
9192
9193This is the new guess for @expr{x}. Now we compare it with the
9194old one to see if we've converged.
9195
9196@smallexample
9197@group
91983: 5.24196 2: 5.24196 1: 5.24196 1: 5.26345856348
91992: 5.24196 1: 0 . .
92001: 4.5 .
9201 .
9202
9203 @key{RET} M-@key{TAB} a = Z / Z > Z ' C-x )
9204@end group
9205@end smallexample
9206
9207The loop converges in just a few steps to this value. To check
9208the result, we can simply substitute it back into the equation.
9209
9210@smallexample
9211@group
92122: 5.26345856348
92131: 0.499999999997
9214 .
9215
9216 @key{RET} ' sin(cos($)) @key{RET}
9217@end group
9218@end smallexample
9219
9220Let's test the new definition again:
9221
9222@smallexample
9223@group
92242: x^2 - 9 1: 3.
92251: 1 .
9226 .
9227
9228 ' x^2-9 @key{RET} 1 X
9229@end group
9230@end smallexample
9231
9232Once again, here's the full Newton's Method definition:
9233
9234@example
9235@group
9236C-x ( Z ` @key{TAB} @key{RET} a d x @key{RET} / ' x @key{RET} @key{TAB} - t 1
9237 20 Z < @key{RET} r 1 @key{TAB} s l x @key{RET}
9238 @key{RET} M-@key{TAB} a = Z /
9239 Z >
9240 Z '
9241C-x )
9242@end group
9243@end example
9244
9245@c [fix-ref Nesting and Fixed Points]
9246It turns out that Calc has a built-in command for applying a formula
9247repeatedly until it converges to a number. @xref{Nesting and Fixed Points},
9248to see how to use it.
9249
9250@c [fix-ref Root Finding]
9251Also, of course, @kbd{a R} is a built-in command that uses Newton's
9252method (among others) to look for numerical solutions to any equation.
9253@xref{Root Finding}.
9254
9255@node Programming Answer 9, Programming Answer 10, Programming Answer 8, Answers to Exercises
9256@subsection Programming Tutorial Exercise 9
9257
9258@noindent
9259The first step is to adjust @expr{z} to be greater than 5. A simple
9260``for'' loop will do the job here. If @expr{z} is less than 5, we
9261reduce the problem using
9262@texline @math{\psi(z) = \psi(z+1) - 1/z}.
9263@infoline @expr{psi(z) = psi(z+1) - 1/z}. We go
9264on to compute
9265@texline @math{\psi(z+1)},
9266@infoline @expr{psi(z+1)},
9267and remember to add back a factor of @expr{-1/z} when we're done. This
9268step is repeated until @expr{z > 5}.
9269
9270(Because this definition is long, it will be repeated in concise form
9271below. You can use @w{@kbd{C-x * m}} to load it from there. While you are
9272entering a @kbd{Z ` Z '} body in a macro, Calc simply collects
9273keystrokes without executing them. In the following diagrams we'll
9274pretend Calc actually executed the keystrokes as you typed them,
9275just for purposes of illustration.)
9276
9277@smallexample
9278@group
92791: 1. 1: 1.
9280 . .
9281
9282 1.0 @key{RET} C-x ( Z ` s 1 0 t 2
9283@end group
9284@end smallexample
9285
9286Here, variable 1 holds @expr{z} and variable 2 holds the adjustment
9287factor. If @expr{z < 5}, we use a loop to increase it.
9288
9289(By the way, we started with @samp{1.0} instead of the integer 1 because
9290otherwise the calculation below will try to do exact fractional arithmetic,
9291and will never converge because fractions compare equal only if they
9292are exactly equal, not just equal to within the current precision.)
9293
9294@smallexample
9295@group
92963: 1. 2: 1. 1: 6.
92972: 1. 1: 1 .
92981: 5 .
9299 .
9300
9301 @key{RET} 5 a < Z [ 5 Z ( & s + 2 1 s + 1 1 Z ) r 1 Z ]
9302@end group
9303@end smallexample
9304
9305Now we compute the initial part of the sum:
9306@texline @math{\ln z - {1 \over 2z}}
9307@infoline @expr{ln(z) - 1/2z}
9308minus the adjustment factor.
9309
9310@smallexample
9311@group
93122: 1.79175946923 2: 1.7084261359 1: -0.57490719743
93131: 0.0833333333333 1: 2.28333333333 .
9314 . .
9315
9316 L r 1 2 * & - r 2 -
9317@end group
9318@end smallexample
9319
9320Now we evaluate the series. We'll use another ``for'' loop counting
9321up the value of @expr{2 n}. (Calc does have a summation command,
9322@kbd{a +}, but we'll use loops just to get more practice with them.)
9323
9324@smallexample
9325@group
93263: -0.5749 3: -0.5749 4: -0.5749 2: -0.5749
93272: 2 2: 1:6 3: 1:6 1: 2.3148e-3
93281: 40 1: 2 2: 2 .
9329 . . 1: 36.
9330 .
9331
9332 2 @key{RET} 40 Z ( @key{RET} k b @key{TAB} @key{RET} r 1 @key{TAB} ^ * /
9333
9334@end group
9335@end smallexample
9336@noindent
9337@smallexample
9338@group
93393: -0.5749 3: -0.5772 2: -0.5772 1: -0.577215664892
93402: -0.5749 2: -0.5772 1: 0 .
93411: 2.3148e-3 1: -0.5749 .
9342 . .
9343
9344 @key{TAB} @key{RET} M-@key{TAB} - @key{RET} M-@key{TAB} a = Z / 2 Z ) Z ' C-x )
9345@end group
9346@end smallexample
9347
9348This is the value of
9349@texline @math{-\gamma},
9350@infoline @expr{- gamma},
9351with a slight bit of roundoff error. To get a full 12 digits, let's use
9352a higher precision:
9353
9354@smallexample
9355@group
93562: -0.577215664892 2: -0.577215664892
93571: 1. 1: -0.577215664901532
9358
9359 1. @key{RET} p 16 @key{RET} X
9360@end group
9361@end smallexample
9362
9363Here's the complete sequence of keystrokes:
9364
9365@example
9366@group
9367C-x ( Z ` s 1 0 t 2
9368 @key{RET} 5 a < Z [ 5 Z ( & s + 2 1 s + 1 1 Z ) r 1 Z ]
9369 L r 1 2 * & - r 2 -
9370 2 @key{RET} 40 Z ( @key{RET} k b @key{TAB} @key{RET} r 1 @key{TAB} ^ * /
9371 @key{TAB} @key{RET} M-@key{TAB} - @key{RET} M-@key{TAB} a = Z /
9372 2 Z )
9373 Z '
9374C-x )
9375@end group
9376@end example
9377
9378@node Programming Answer 10, Programming Answer 11, Programming Answer 9, Answers to Exercises
9379@subsection Programming Tutorial Exercise 10
9380
9381@noindent
9382Taking the derivative of a term of the form @expr{x^n} will produce
9383a term like
9384@texline @math{n x^{n-1}}.
9385@infoline @expr{n x^(n-1)}.
9386Taking the derivative of a constant
9387produces zero. From this it is easy to see that the @expr{n}th
9388derivative of a polynomial, evaluated at @expr{x = 0}, will equal the
9389coefficient on the @expr{x^n} term times @expr{n!}.
9390
9391(Because this definition is long, it will be repeated in concise form
9392below. You can use @w{@kbd{C-x * m}} to load it from there. While you are
9393entering a @kbd{Z ` Z '} body in a macro, Calc simply collects
9394keystrokes without executing them. In the following diagrams we'll
9395pretend Calc actually executed the keystrokes as you typed them,
9396just for purposes of illustration.)
9397
9398@smallexample
9399@group
94002: 5 x^4 + (x + 1)^2 3: 5 x^4 + (x + 1)^2
94011: 6 2: 0
9402 . 1: 6
9403 .
9404
9405 ' 5 x^4 + (x+1)^2 @key{RET} 6 C-x ( Z ` [ ] t 1 0 @key{TAB}
9406@end group
9407@end smallexample
9408
9409@noindent
9410Variable 1 will accumulate the vector of coefficients.
9411
9412@smallexample
9413@group
94142: 0 3: 0 2: 5 x^4 + ...
94151: 5 x^4 + ... 2: 5 x^4 + ... 1: 1
9416 . 1: 1 .
9417 .
9418
9419 Z ( @key{TAB} @key{RET} 0 s l x @key{RET} M-@key{TAB} ! / s | 1
9420@end group
9421@end smallexample
9422
9423@noindent
9424Note that @kbd{s | 1} appends the top-of-stack value to the vector
9425in a variable; it is completely analogous to @kbd{s + 1}. We could
9426have written instead, @kbd{r 1 @key{TAB} | t 1}.
9427
9428@smallexample
9429@group
94301: 20 x^3 + 2 x + 2 1: 0 1: [1, 2, 1, 0, 5, 0, 0]
9431 . . .
9432
9433 a d x @key{RET} 1 Z ) @key{DEL} r 1 Z ' C-x )
9434@end group
9435@end smallexample
9436
9437To convert back, a simple method is just to map the coefficients
9438against a table of powers of @expr{x}.
9439
9440@smallexample
9441@group
94422: [1, 2, 1, 0, 5, 0, 0] 2: [1, 2, 1, 0, 5, 0, 0]
94431: 6 1: [0, 1, 2, 3, 4, 5, 6]
9444 . .
9445
9446 6 @key{RET} 1 + 0 @key{RET} 1 C-u v x
9447
9448@end group
9449@end smallexample
9450@noindent
9451@smallexample
9452@group
94532: [1, 2, 1, 0, 5, 0, 0] 2: 1 + 2 x + x^2 + 5 x^4
94541: [1, x, x^2, x^3, ... ] .
9455 .
9456
9457 ' x @key{RET} @key{TAB} V M ^ *
9458@end group
9459@end smallexample
9460
9461Once again, here are the whole polynomial to/from vector programs:
9462
9463@example
9464@group
9465C-x ( Z ` [ ] t 1 0 @key{TAB}
9466 Z ( @key{TAB} @key{RET} 0 s l x @key{RET} M-@key{TAB} ! / s | 1
9467 a d x @key{RET}
9468 1 Z ) r 1
9469 Z '
9470C-x )
9471
9472C-x ( 1 + 0 @key{RET} 1 C-u v x ' x @key{RET} @key{TAB} V M ^ * C-x )
9473@end group
9474@end example
9475
9476@node Programming Answer 11, Programming Answer 12, Programming Answer 10, Answers to Exercises
9477@subsection Programming Tutorial Exercise 11
9478
9479@noindent
9480First we define a dummy program to go on the @kbd{z s} key. The true
9481@w{@kbd{z s}} key is supposed to take two numbers from the stack and
9482return one number, so @key{DEL} as a dummy definition will make
9483sure the stack comes out right.
9484
9485@smallexample
9486@group
94872: 4 1: 4 2: 4
94881: 2 . 1: 2
9489 . .
9490
9491 4 @key{RET} 2 C-x ( @key{DEL} C-x ) Z K s @key{RET} 2
9492@end group
9493@end smallexample
9494
9495The last step replaces the 2 that was eaten during the creation
9496of the dummy @kbd{z s} command. Now we move on to the real
9497definition. The recurrence needs to be rewritten slightly,
9498to the form @expr{s(n,m) = s(n-1,m-1) - (n-1) s(n-1,m)}.
9499
9500(Because this definition is long, it will be repeated in concise form
9501below. You can use @kbd{C-x * m} to load it from there.)
9502
9503@smallexample
9504@group
95052: 4 4: 4 3: 4 2: 4
95061: 2 3: 2 2: 2 1: 2
9507 . 2: 4 1: 0 .
9508 1: 2 .
9509 .
9510
9511 C-x ( M-2 @key{RET} a = Z [ @key{DEL} @key{DEL} 1 Z :
9512
9513@end group
9514@end smallexample
9515@noindent
9516@smallexample
9517@group
95184: 4 2: 4 2: 3 4: 3 4: 3 3: 3
95193: 2 1: 2 1: 2 3: 2 3: 2 2: 2
95202: 2 . . 2: 3 2: 3 1: 3
95211: 0 1: 2 1: 1 .
9522 . . .
9523
9524 @key{RET} 0 a = Z [ @key{DEL} @key{DEL} 0 Z : @key{TAB} 1 - @key{TAB} M-2 @key{RET} 1 - z s
9525@end group
9526@end smallexample
9527
9528@noindent
9529(Note that the value 3 that our dummy @kbd{z s} produces is not correct;
9530it is merely a placeholder that will do just as well for now.)
9531
9532@smallexample
9533@group
95343: 3 4: 3 3: 3 2: 3 1: -6
95352: 3 3: 3 2: 3 1: 9 .
95361: 2 2: 3 1: 3 .
9537 . 1: 2 .
9538 .
9539
9540 M-@key{TAB} M-@key{TAB} @key{TAB} @key{RET} M-@key{TAB} z s * -
9541
9542@end group
9543@end smallexample
9544@noindent
9545@smallexample
9546@group
95471: -6 2: 4 1: 11 2: 11
9548 . 1: 2 . 1: 11
9549 . .
9550
9551 Z ] Z ] C-x ) Z K s @key{RET} @key{DEL} 4 @key{RET} 2 z s M-@key{RET} k s
9552@end group
9553@end smallexample
9554
9555Even though the result that we got during the definition was highly
9556bogus, once the definition is complete the @kbd{z s} command gets
9557the right answers.
9558
9559Here's the full program once again:
9560
9561@example
9562@group
9563C-x ( M-2 @key{RET} a =
9564 Z [ @key{DEL} @key{DEL} 1
9565 Z : @key{RET} 0 a =
9566 Z [ @key{DEL} @key{DEL} 0
9567 Z : @key{TAB} 1 - @key{TAB} M-2 @key{RET} 1 - z s
9568 M-@key{TAB} M-@key{TAB} @key{TAB} @key{RET} M-@key{TAB} z s * -
9569 Z ]
9570 Z ]
9571C-x )
9572@end group
9573@end example
9574
9575You can read this definition using @kbd{C-x * m} (@code{read-kbd-macro})
9576followed by @kbd{Z K s}, without having to make a dummy definition
9577first, because @code{read-kbd-macro} doesn't need to execute the
9578definition as it reads it in. For this reason, @code{C-x * m} is often
9579the easiest way to create recursive programs in Calc.
9580
9581@node Programming Answer 12, , Programming Answer 11, Answers to Exercises
9582@subsection Programming Tutorial Exercise 12
9583
9584@noindent
9585This turns out to be a much easier way to solve the problem. Let's
9586denote Stirling numbers as calls of the function @samp{s}.
9587
9588First, we store the rewrite rules corresponding to the definition of
9589Stirling numbers in a convenient variable:
9590
9591@smallexample
9592s e StirlingRules @key{RET}
9593[ s(n,n) := 1 :: n >= 0,
9594 s(n,0) := 0 :: n > 0,
9595 s(n,m) := s(n-1,m-1) - (n-1) s(n-1,m) :: n >= m :: m >= 1 ]
9596C-c C-c
9597@end smallexample
9598
9599Now, it's just a matter of applying the rules:
9600
9601@smallexample
9602@group
96032: 4 1: s(4, 2) 1: 11
96041: 2 . .
9605 .
9606
9607 4 @key{RET} 2 C-x ( ' s($$,$) @key{RET} a r StirlingRules @key{RET} C-x )
9608@end group
9609@end smallexample
9610
9611As in the case of the @code{fib} rules, it would be useful to put these
9612rules in @code{EvalRules} and to add a @samp{:: remember} condition to
9613the last rule.
9614
9615@c This ends the table-of-contents kludge from above:
9616@tex
9617\global\let\chapternofonts=\oldchapternofonts
9618@end tex
9619
9620@c [reference]
9621
9622@node Introduction, Data Types, Tutorial, Top
9623@chapter Introduction
9624
9625@noindent
9626This chapter is the beginning of the Calc reference manual.
9627It covers basic concepts such as the stack, algebraic and
9628numeric entry, undo, numeric prefix arguments, etc.
9629
9630@c [when-split]
9631@c (Chapter 2, the Tutorial, has been printed in a separate volume.)
9632
9633@menu
9634* Basic Commands::
9635* Help Commands::
9636* Stack Basics::
9637* Numeric Entry::
9638* Algebraic Entry::
9639* Quick Calculator::
9640* Prefix Arguments::
9641* Undo::
9642* Error Messages::
9643* Multiple Calculators::
9644* Troubleshooting Commands::
9645@end menu
9646
9647@node Basic Commands, Help Commands, Introduction, Introduction
9648@section Basic Commands
9649
9650@noindent
9651@pindex calc
9652@pindex calc-mode
9653@cindex Starting the Calculator
9654@cindex Running the Calculator
9655To start the Calculator in its standard interface, type @kbd{M-x calc}.
9656By default this creates a pair of small windows, @samp{*Calculator*}
9657and @samp{*Calc Trail*}. The former displays the contents of the
9658Calculator stack and is manipulated exclusively through Calc commands.
9659It is possible (though not usually necessary) to create several Calc
9660mode buffers each of which has an independent stack, undo list, and
9661mode settings. There is exactly one Calc Trail buffer; it records a
9662list of the results of all calculations that have been done. The
9663Calc Trail buffer uses a variant of Calc mode, so Calculator commands
9664still work when the trail buffer's window is selected. It is possible
9665to turn the trail window off, but the @samp{*Calc Trail*} buffer itself
9666still exists and is updated silently. @xref{Trail Commands}.
9667
9668@kindex C-x * c
9669@kindex C-x * *
9670@ignore
9671@mindex @null
9672@end ignore
9673In most installations, the @kbd{C-x * c} key sequence is a more
9674convenient way to start the Calculator. Also, @kbd{C-x * *}
9675is a synonym for @kbd{C-x * c} unless you last used Calc
9676in its Keypad mode.
9677
9678@kindex x
9679@kindex M-x
9680@pindex calc-execute-extended-command
9681Most Calc commands use one or two keystrokes. Lower- and upper-case
9682letters are distinct. Commands may also be entered in full @kbd{M-x} form;
9683for some commands this is the only form. As a convenience, the @kbd{x}
9684key (@code{calc-execute-extended-command})
9685is like @kbd{M-x} except that it enters the initial string @samp{calc-}
9686for you. For example, the following key sequences are equivalent:
9687@kbd{S}, @kbd{M-x calc-sin @key{RET}}, @kbd{x sin @key{RET}}.
9688
3bc88bc9
JB
9689Although Calc is designed to be used from the keyboard, some of
9690Calc's more common commands are available from a menu. In the menu, the
9691arguments to the functions are given by referring to their stack level
9692numbers.
9693
4009494e
GM
9694@cindex Extensions module
9695@cindex @file{calc-ext} module
9696The Calculator exists in many parts. When you type @kbd{C-x * c}, the
9697Emacs ``auto-load'' mechanism will bring in only the first part, which
9698contains the basic arithmetic functions. The other parts will be
9699auto-loaded the first time you use the more advanced commands like trig
9700functions or matrix operations. This is done to improve the response time
9701of the Calculator in the common case when all you need to do is a
9702little arithmetic. If for some reason the Calculator fails to load an
9703extension module automatically, you can force it to load all the
9704extensions by using the @kbd{C-x * L} (@code{calc-load-everything})
9705command. @xref{Mode Settings}.
9706
9707If you type @kbd{M-x calc} or @kbd{C-x * c} with any numeric prefix argument,
9708the Calculator is loaded if necessary, but it is not actually started.
9709If the argument is positive, the @file{calc-ext} extensions are also
9710loaded if necessary. User-written Lisp code that wishes to make use
9711of Calc's arithmetic routines can use @samp{(calc 0)} or @samp{(calc 1)}
9712to auto-load the Calculator.
9713
9714@kindex C-x * b
9715@pindex full-calc
9716If you type @kbd{C-x * b}, then next time you use @kbd{C-x * c} you
9717will get a Calculator that uses the full height of the Emacs screen.
9718When full-screen mode is on, @kbd{C-x * c} runs the @code{full-calc}
9719command instead of @code{calc}. From the Unix shell you can type
9720@samp{emacs -f full-calc} to start a new Emacs specifically for use
9721as a calculator. When Calc is started from the Emacs command line
9722like this, Calc's normal ``quit'' commands actually quit Emacs itself.
9723
9724@kindex C-x * o
9725@pindex calc-other-window
9726The @kbd{C-x * o} command is like @kbd{C-x * c} except that the Calc
9727window is not actually selected. If you are already in the Calc
9728window, @kbd{C-x * o} switches you out of it. (The regular Emacs
9729@kbd{C-x o} command would also work for this, but it has a
9730tendency to drop you into the Calc Trail window instead, which
9731@kbd{C-x * o} takes care not to do.)
9732
9733@ignore
9734@mindex C-x * q
9735@end ignore
9736For one quick calculation, you can type @kbd{C-x * q} (@code{quick-calc})
9737which prompts you for a formula (like @samp{2+3/4}). The result is
9738displayed at the bottom of the Emacs screen without ever creating
9739any special Calculator windows. @xref{Quick Calculator}.
9740
9741@ignore
9742@mindex C-x * k
9743@end ignore
9744Finally, if you are using the X window system you may want to try
9745@kbd{C-x * k} (@code{calc-keypad}) which runs Calc with a
9746``calculator keypad'' picture as well as a stack display. Click on
9747the keys with the mouse to operate the calculator. @xref{Keypad Mode}.
9748
9749@kindex q
9750@pindex calc-quit
9751@cindex Quitting the Calculator
9752@cindex Exiting the Calculator
9753The @kbd{q} key (@code{calc-quit}) exits Calc mode and closes the
9754Calculator's window(s). It does not delete the Calculator buffers.
9755If you type @kbd{M-x calc} again, the Calculator will reappear with the
9756contents of the stack intact. Typing @kbd{C-x * c} or @kbd{C-x * *}
9757again from inside the Calculator buffer is equivalent to executing
9758@code{calc-quit}; you can think of @kbd{C-x * *} as toggling the
9759Calculator on and off.
9760
9761@kindex C-x * x
9762The @kbd{C-x * x} command also turns the Calculator off, no matter which
9763user interface (standard, Keypad, or Embedded) is currently active.
9764It also cancels @code{calc-edit} mode if used from there.
9765
9766@kindex d @key{SPC}
9767@pindex calc-refresh
9768@cindex Refreshing a garbled display
9769@cindex Garbled displays, refreshing
9770The @kbd{d @key{SPC}} key sequence (@code{calc-refresh}) redraws the contents
9771of the Calculator buffer from memory. Use this if the contents of the
9772buffer have been damaged somehow.
9773
9774@ignore
9775@mindex o
9776@end ignore
9777The @kbd{o} key (@code{calc-realign}) moves the cursor back to its
9778``home'' position at the bottom of the Calculator buffer.
9779
9780@kindex <
9781@kindex >
9782@pindex calc-scroll-left
9783@pindex calc-scroll-right
9784@cindex Horizontal scrolling
9785@cindex Scrolling
9786@cindex Wide text, scrolling
9787The @kbd{<} and @kbd{>} keys are bound to @code{calc-scroll-left} and
9788@code{calc-scroll-right}. These are just like the normal horizontal
9789scrolling commands except that they scroll one half-screen at a time by
9790default. (Calc formats its output to fit within the bounds of the
9791window whenever it can.)
9792
9793@kindex @{
9794@kindex @}
9795@pindex calc-scroll-down
9796@pindex calc-scroll-up
9797@cindex Vertical scrolling
9798The @kbd{@{} and @kbd{@}} keys are bound to @code{calc-scroll-down}
9799and @code{calc-scroll-up}. They scroll up or down by one-half the
9800height of the Calc window.
9801
9802@kindex C-x * 0
9803@pindex calc-reset
9804The @kbd{C-x * 0} command (@code{calc-reset}; that's @kbd{C-x *} followed
9805by a zero) resets the Calculator to its initial state. This clears
9806the stack, resets all the modes to their initial values (the values
9807that were saved with @kbd{m m} (@code{calc-save-modes})), clears the
9808caches (@pxref{Caches}), and so on. (It does @emph{not} erase the
9809values of any variables.) With an argument of 0, Calc will be reset to
9810its default state; namely, the modes will be given their default values.
9811With a positive prefix argument, @kbd{C-x * 0} preserves the contents of
9812the stack but resets everything else to its initial state; with a
9813negative prefix argument, @kbd{C-x * 0} preserves the contents of the
9814stack but resets everything else to its default state.
9815
4009494e
GM
9816@node Help Commands, Stack Basics, Basic Commands, Introduction
9817@section Help Commands
9818
9819@noindent
9820@cindex Help commands
9821@kindex ?
9822@pindex calc-help
9823The @kbd{?} key (@code{calc-help}) displays a series of brief help messages.
9824Some keys (such as @kbd{b} and @kbd{d}) are prefix keys, like Emacs'
9825@key{ESC} and @kbd{C-x} prefixes. You can type
9826@kbd{?} after a prefix to see a list of commands beginning with that
9827prefix. (If the message includes @samp{[MORE]}, press @kbd{?} again
9828to see additional commands for that prefix.)
9829
9830@kindex h h
9831@pindex calc-full-help
9832The @kbd{h h} (@code{calc-full-help}) command displays all the @kbd{?}
9833responses at once. When printed, this makes a nice, compact (three pages)
9834summary of Calc keystrokes.
9835
9836In general, the @kbd{h} key prefix introduces various commands that
9837provide help within Calc. Many of the @kbd{h} key functions are
9838Calc-specific analogues to the @kbd{C-h} functions for Emacs help.
9839
9840@kindex h i
9841@kindex C-x * i
9842@kindex i
9843@pindex calc-info
9844The @kbd{h i} (@code{calc-info}) command runs the Emacs Info system
9845to read this manual on-line. This is basically the same as typing
9846@kbd{C-h i} (the regular way to run the Info system), then, if Info
9847is not already in the Calc manual, selecting the beginning of the
9848manual. The @kbd{C-x * i} command is another way to read the Calc
9849manual; it is different from @kbd{h i} in that it works any time,
9850not just inside Calc. The plain @kbd{i} key is also equivalent to
9851@kbd{h i}, though this key is obsolete and may be replaced with a
9852different command in a future version of Calc.
9853
9854@kindex h t
9855@kindex C-x * t
9856@pindex calc-tutorial
9857The @kbd{h t} (@code{calc-tutorial}) command runs the Info system on
9858the Tutorial section of the Calc manual. It is like @kbd{h i},
9859except that it selects the starting node of the tutorial rather
9860than the beginning of the whole manual. (It actually selects the
9861node ``Interactive Tutorial'' which tells a few things about
9862using the Info system before going on to the actual tutorial.)
9863The @kbd{C-x * t} key is equivalent to @kbd{h t} (but it works at
9864all times).
9865
9866@kindex h s
9867@kindex C-x * s
9868@pindex calc-info-summary
9869The @kbd{h s} (@code{calc-info-summary}) command runs the Info system
9870on the Summary node of the Calc manual. @xref{Summary}. The @kbd{C-x * s}
9871key is equivalent to @kbd{h s}.
9872
9873@kindex h k
9874@pindex calc-describe-key
9875The @kbd{h k} (@code{calc-describe-key}) command looks up a key
9876sequence in the Calc manual. For example, @kbd{h k H a S} looks
9877up the documentation on the @kbd{H a S} (@code{calc-solve-for})
9878command. This works by looking up the textual description of
9879the key(s) in the Key Index of the manual, then jumping to the
9880node indicated by the index.
9881
9882Most Calc commands do not have traditional Emacs documentation
9883strings, since the @kbd{h k} command is both more convenient and
9884more instructive. This means the regular Emacs @kbd{C-h k}
9885(@code{describe-key}) command will not be useful for Calc keystrokes.
9886
9887@kindex h c
9888@pindex calc-describe-key-briefly
9889The @kbd{h c} (@code{calc-describe-key-briefly}) command reads a
9890key sequence and displays a brief one-line description of it at
9891the bottom of the screen. It looks for the key sequence in the
9892Summary node of the Calc manual; if it doesn't find the sequence
9893there, it acts just like its regular Emacs counterpart @kbd{C-h c}
9894(@code{describe-key-briefly}). For example, @kbd{h c H a S}
9895gives the description:
9896
9897@smallexample
9898H a S runs calc-solve-for: a `H a S' v => fsolve(a,v) (?=notes)
9899@end smallexample
9900
9901@noindent
9902which means the command @kbd{H a S} or @kbd{H M-x calc-solve-for}
9903takes a value @expr{a} from the stack, prompts for a value @expr{v},
9904then applies the algebraic function @code{fsolve} to these values.
9905The @samp{?=notes} message means you can now type @kbd{?} to see
9906additional notes from the summary that apply to this command.
9907
9908@kindex h f
9909@pindex calc-describe-function
9910The @kbd{h f} (@code{calc-describe-function}) command looks up an
9911algebraic function or a command name in the Calc manual. Enter an
9912algebraic function name to look up that function in the Function
9913Index or enter a command name beginning with @samp{calc-} to look it
9914up in the Command Index. This command will also look up operator
9915symbols that can appear in algebraic formulas, like @samp{%} and
9916@samp{=>}.
9917
9918@kindex h v
9919@pindex calc-describe-variable
9920The @kbd{h v} (@code{calc-describe-variable}) command looks up a
9921variable in the Calc manual. Enter a variable name like @code{pi} or
9922@code{PlotRejects}.
9923
9924@kindex h b
9925@pindex describe-bindings
9926The @kbd{h b} (@code{calc-describe-bindings}) command is just like
9927@kbd{C-h b}, except that only local (Calc-related) key bindings are
9928listed.
9929
9930@kindex h n
9931The @kbd{h n} or @kbd{h C-n} (@code{calc-view-news}) command displays
9932the ``news'' or change history of Calc. This is kept in the file
9933@file{README}, which Calc looks for in the same directory as the Calc
9934source files.
9935
9936@kindex h C-c
9937@kindex h C-d
9938@kindex h C-w
9939The @kbd{h C-c}, @kbd{h C-d}, and @kbd{h C-w} keys display copying,
9940distribution, and warranty information about Calc. These work by
9941pulling up the appropriate parts of the ``Copying'' or ``Reporting
9942Bugs'' sections of the manual.
9943
9944@node Stack Basics, Numeric Entry, Help Commands, Introduction
9945@section Stack Basics
9946
9947@noindent
9948@cindex Stack basics
9949@c [fix-tut RPN Calculations and the Stack]
9950Calc uses RPN notation. If you are not familiar with RPN, @pxref{RPN
9951Tutorial}.
9952
9953To add the numbers 1 and 2 in Calc you would type the keys:
9954@kbd{1 @key{RET} 2 +}.
9955(@key{RET} corresponds to the @key{ENTER} key on most calculators.)
9956The first three keystrokes ``push'' the numbers 1 and 2 onto the stack. The
9957@kbd{+} key always ``pops'' the top two numbers from the stack, adds them,
9958and pushes the result (3) back onto the stack. This number is ready for
9959further calculations: @kbd{5 -} pushes 5 onto the stack, then pops the
99603 and 5, subtracts them, and pushes the result (@mathit{-2}).
9961
9962Note that the ``top'' of the stack actually appears at the @emph{bottom}
9963of the buffer. A line containing a single @samp{.} character signifies
9964the end of the buffer; Calculator commands operate on the number(s)
9965directly above this line. The @kbd{d t} (@code{calc-truncate-stack})
9966command allows you to move the @samp{.} marker up and down in the stack;
9967@pxref{Truncating the Stack}.
9968
9969@kindex d l
9970@pindex calc-line-numbering
9971Stack elements are numbered consecutively, with number 1 being the top of
9972the stack. These line numbers are ordinarily displayed on the lefthand side
9973of the window. The @kbd{d l} (@code{calc-line-numbering}) command controls
9974whether these numbers appear. (Line numbers may be turned off since they
9975slow the Calculator down a bit and also clutter the display.)
9976
9977@kindex o
9978@pindex calc-realign
9979The unshifted letter @kbd{o} (@code{calc-realign}) command repositions
9980the cursor to its top-of-stack ``home'' position. It also undoes any
9981horizontal scrolling in the window. If you give it a numeric prefix
9982argument, it instead moves the cursor to the specified stack element.
9983
9984The @key{RET} (or equivalent @key{SPC}) key is only required to separate
9985two consecutive numbers.
9986(After all, if you typed @kbd{1 2} by themselves the Calculator
9987would enter the number 12.) If you press @key{RET} or @key{SPC} @emph{not}
9988right after typing a number, the key duplicates the number on the top of
9989the stack. @kbd{@key{RET} *} is thus a handy way to square a number.
9990
9991The @key{DEL} key pops and throws away the top number on the stack.
9992The @key{TAB} key swaps the top two objects on the stack.
9993@xref{Stack and Trail}, for descriptions of these and other stack-related
9994commands.
9995
9996@node Numeric Entry, Algebraic Entry, Stack Basics, Introduction
9997@section Numeric Entry
9998
9999@noindent
10000@kindex 0-9
10001@kindex .
10002@kindex e
10003@cindex Numeric entry
10004@cindex Entering numbers
10005Pressing a digit or other numeric key begins numeric entry using the
10006minibuffer. The number is pushed on the stack when you press the @key{RET}
10007or @key{SPC} keys. If you press any other non-numeric key, the number is
10008pushed onto the stack and the appropriate operation is performed. If
10009you press a numeric key which is not valid, the key is ignored.
10010
10011@cindex Minus signs
10012@cindex Negative numbers, entering
10013@kindex _
10014There are three different concepts corresponding to the word ``minus,''
10015typified by @expr{a-b} (subtraction), @expr{-x}
10016(change-sign), and @expr{-5} (negative number). Calc uses three
10017different keys for these operations, respectively:
10018@kbd{-}, @kbd{n}, and @kbd{_} (the underscore). The @kbd{-} key subtracts
10019the two numbers on the top of the stack. The @kbd{n} key changes the sign
10020of the number on the top of the stack or the number currently being entered.
10021The @kbd{_} key begins entry of a negative number or changes the sign of
10022the number currently being entered. The following sequences all enter the
10023number @mathit{-5} onto the stack: @kbd{0 @key{RET} 5 -}, @kbd{5 n @key{RET}},
10024@kbd{5 @key{RET} n}, @kbd{_ 5 @key{RET}}, @kbd{5 _ @key{RET}}.
10025
10026Some other keys are active during numeric entry, such as @kbd{#} for
10027non-decimal numbers, @kbd{:} for fractions, and @kbd{@@} for HMS forms.
10028These notations are described later in this manual with the corresponding
10029data types. @xref{Data Types}.
10030
10031During numeric entry, the only editing key available is @key{DEL}.
10032
10033@node Algebraic Entry, Quick Calculator, Numeric Entry, Introduction
10034@section Algebraic Entry
10035
10036@noindent
10037@kindex '
10038@pindex calc-algebraic-entry
10039@cindex Algebraic notation
10040@cindex Formulas, entering
8dc6104d
JB
10041The @kbd{'} (@code{calc-algebraic-entry}) command can be used to enter
10042calculations in algebraic form. This is accomplished by typing the
10043apostrophe key, ', followed by the expression in standard format:
4009494e
GM
10044
10045@example
10046' 2+3*4 @key{RET}.
10047@end example
10048
10049@noindent
10050This will compute
10051@texline @math{2+(3\times4) = 14}
10052@infoline @expr{2+(3*4) = 14}
10053and push it on the stack. If you wish you can
10054ignore the RPN aspect of Calc altogether and simply enter algebraic
10055expressions in this way. You may want to use @key{DEL} every so often to
10056clear previous results off the stack.
10057
10058You can press the apostrophe key during normal numeric entry to switch
8dc6104d
JB
10059the half-entered number into Algebraic entry mode. One reason to do
10060this would be to fix a typo, as the full Emacs cursor motion and editing
10061keys are available during algebraic entry but not during numeric entry.
4009494e
GM
10062
10063In the same vein, during either numeric or algebraic entry you can
10064press @kbd{`} (backquote) to switch to @code{calc-edit} mode, where
10065you complete your half-finished entry in a separate buffer.
10066@xref{Editing Stack Entries}.
10067
10068@kindex m a
10069@pindex calc-algebraic-mode
10070@cindex Algebraic Mode
10071If you prefer algebraic entry, you can use the command @kbd{m a}
10072(@code{calc-algebraic-mode}) to set Algebraic mode. In this mode,
10073digits and other keys that would normally start numeric entry instead
10074start full algebraic entry; as long as your formula begins with a digit
10075you can omit the apostrophe. Open parentheses and square brackets also
10076begin algebraic entry. You can still do RPN calculations in this mode,
10077but you will have to press @key{RET} to terminate every number:
10078@kbd{2 @key{RET} 3 @key{RET} * 4 @key{RET} +} would accomplish the same
10079thing as @kbd{2*3+4 @key{RET}}.
10080
10081@cindex Incomplete Algebraic Mode
10082If you give a numeric prefix argument like @kbd{C-u} to the @kbd{m a}
10083command, it enables Incomplete Algebraic mode; this is like regular
10084Algebraic mode except that it applies to the @kbd{(} and @kbd{[} keys
10085only. Numeric keys still begin a numeric entry in this mode.
10086
10087@kindex m t
10088@pindex calc-total-algebraic-mode
10089@cindex Total Algebraic Mode
10090The @kbd{m t} (@code{calc-total-algebraic-mode}) gives you an even
10091stronger algebraic-entry mode, in which @emph{all} regular letter and
10092punctuation keys begin algebraic entry. Use this if you prefer typing
10093@w{@kbd{sqrt( )}} instead of @kbd{Q}, @w{@kbd{factor( )}} instead of
10094@kbd{a f}, and so on. To type regular Calc commands when you are in
10095Total Algebraic mode, hold down the @key{META} key. Thus @kbd{M-q}
10096is the command to quit Calc, @kbd{M-p} sets the precision, and
10097@kbd{M-m t} (or @kbd{M-m M-t}, if you prefer) turns Total Algebraic
10098mode back off again. Meta keys also terminate algebraic entry, so
10099that @kbd{2+3 M-S} is equivalent to @kbd{2+3 @key{RET} M-S}. The symbol
10100@samp{Alg*} will appear in the mode line whenever you are in this mode.
10101
10102Pressing @kbd{'} (the apostrophe) a second time re-enters the previous
10103algebraic formula. You can then use the normal Emacs editing keys to
10104modify this formula to your liking before pressing @key{RET}.
10105
10106@kindex $
10107@cindex Formulas, referring to stack
10108Within a formula entered from the keyboard, the symbol @kbd{$}
10109represents the number on the top of the stack. If an entered formula
10110contains any @kbd{$} characters, the Calculator replaces the top of
10111stack with that formula rather than simply pushing the formula onto the
10112stack. Thus, @kbd{' 1+2 @key{RET}} pushes 3 on the stack, and @kbd{$*2
10113@key{RET}} replaces it with 6. Note that the @kbd{$} key always
10114initiates algebraic entry; the @kbd{'} is unnecessary if @kbd{$} is the
10115first character in the new formula.
10116
10117Higher stack elements can be accessed from an entered formula with the
10118symbols @kbd{$$}, @kbd{$$$}, and so on. The number of stack elements
10119removed (to be replaced by the entered values) equals the number of dollar
10120signs in the longest such symbol in the formula. For example, @samp{$$+$$$}
10121adds the second and third stack elements, replacing the top three elements
10122with the answer. (All information about the top stack element is thus lost
10123since no single @samp{$} appears in this formula.)
10124
10125A slightly different way to refer to stack elements is with a dollar
10126sign followed by a number: @samp{$1}, @samp{$2}, and so on are much
10127like @samp{$}, @samp{$$}, etc., except that stack entries referred
10128to numerically are not replaced by the algebraic entry. That is, while
10129@samp{$+1} replaces 5 on the stack with 6, @samp{$1+1} leaves the 5
10130on the stack and pushes an additional 6.
10131
10132If a sequence of formulas are entered separated by commas, each formula
10133is pushed onto the stack in turn. For example, @samp{1,2,3} pushes
10134those three numbers onto the stack (leaving the 3 at the top), and
10135@samp{$+1,$-1} replaces a 5 on the stack with 4 followed by 6. Also,
10136@samp{$,$$} exchanges the top two elements of the stack, just like the
10137@key{TAB} key.
10138
10139You can finish an algebraic entry with @kbd{M-=} or @kbd{M-@key{RET}} instead
10140of @key{RET}. This uses @kbd{=} to evaluate the variables in each
10141formula that goes onto the stack. (Thus @kbd{' pi @key{RET}} pushes
10142the variable @samp{pi}, but @kbd{' pi M-@key{RET}} pushes 3.1415.)
10143
10144If you finish your algebraic entry by pressing @key{LFD} (or @kbd{C-j})
10145instead of @key{RET}, Calc disables the default simplifications
10146(as if by @kbd{m O}; @pxref{Simplification Modes}) while the entry
10147is being pushed on the stack. Thus @kbd{' 1+2 @key{RET}} pushes 3
10148on the stack, but @kbd{' 1+2 @key{LFD}} pushes the formula @expr{1+2};
10149you might then press @kbd{=} when it is time to evaluate this formula.
10150
10151@node Quick Calculator, Prefix Arguments, Algebraic Entry, Introduction
10152@section ``Quick Calculator'' Mode
10153
10154@noindent
10155@kindex C-x * q
10156@pindex quick-calc
10157@cindex Quick Calculator
10158There is another way to invoke the Calculator if all you need to do
10159is make one or two quick calculations. Type @kbd{C-x * q} (or
10160@kbd{M-x quick-calc}), then type any formula as an algebraic entry.
10161The Calculator will compute the result and display it in the echo
10162area, without ever actually putting up a Calc window.
10163
10164You can use the @kbd{$} character in a Quick Calculator formula to
10165refer to the previous Quick Calculator result. Older results are
10166not retained; the Quick Calculator has no effect on the full
10167Calculator's stack or trail. If you compute a result and then
10168forget what it was, just run @code{C-x * q} again and enter
10169@samp{$} as the formula.
10170
10171If this is the first time you have used the Calculator in this Emacs
10172session, the @kbd{C-x * q} command will create the @code{*Calculator*}
10173buffer and perform all the usual initializations; it simply will
10174refrain from putting that buffer up in a new window. The Quick
10175Calculator refers to the @code{*Calculator*} buffer for all mode
10176settings. Thus, for example, to set the precision that the Quick
10177Calculator uses, simply run the full Calculator momentarily and use
10178the regular @kbd{p} command.
10179
10180If you use @code{C-x * q} from inside the Calculator buffer, the
10181effect is the same as pressing the apostrophe key (algebraic entry).
10182
10183The result of a Quick calculation is placed in the Emacs ``kill ring''
10184as well as being displayed. A subsequent @kbd{C-y} command will
10185yank the result into the editing buffer. You can also use this
10186to yank the result into the next @kbd{C-x * q} input line as a more
10187explicit alternative to @kbd{$} notation, or to yank the result
10188into the Calculator stack after typing @kbd{C-x * c}.
10189
10190If you finish your formula by typing @key{LFD} (or @kbd{C-j}) instead
10191of @key{RET}, the result is inserted immediately into the current
10192buffer rather than going into the kill ring.
10193
10194Quick Calculator results are actually evaluated as if by the @kbd{=}
10195key (which replaces variable names by their stored values, if any).
10196If the formula you enter is an assignment to a variable using the
10197@samp{:=} operator, say, @samp{foo := 2 + 3} or @samp{foo := foo + 1},
10198then the result of the evaluation is stored in that Calc variable.
10199@xref{Store and Recall}.
10200
10201If the result is an integer and the current display radix is decimal,
10202the number will also be displayed in hex, octal and binary formats. If
10203the integer is in the range from 1 to 126, it will also be displayed as
10204an ASCII character.
10205
10206For example, the quoted character @samp{"x"} produces the vector
10207result @samp{[120]} (because 120 is the ASCII code of the lower-case
10208`x'; @pxref{Strings}). Since this is a vector, not an integer, it
10209is displayed only according to the current mode settings. But
10210running Quick Calc again and entering @samp{120} will produce the
10211result @samp{120 (16#78, 8#170, x)} which shows the number in its
10212decimal, hexadecimal, octal, and ASCII forms.
10213
10214Please note that the Quick Calculator is not any faster at loading
10215or computing the answer than the full Calculator; the name ``quick''
10216merely refers to the fact that it's much less hassle to use for
10217small calculations.
10218
10219@node Prefix Arguments, Undo, Quick Calculator, Introduction
10220@section Numeric Prefix Arguments
10221
10222@noindent
10223Many Calculator commands use numeric prefix arguments. Some, such as
10224@kbd{d s} (@code{calc-sci-notation}), set a parameter to the value of
10225the prefix argument or use a default if you don't use a prefix.
10226Others (like @kbd{d f} (@code{calc-fix-notation})) require an argument
10227and prompt for a number if you don't give one as a prefix.
10228
10229As a rule, stack-manipulation commands accept a numeric prefix argument
10230which is interpreted as an index into the stack. A positive argument
10231operates on the top @var{n} stack entries; a negative argument operates
10232on the @var{n}th stack entry in isolation; and a zero argument operates
10233on the entire stack.
10234
10235Most commands that perform computations (such as the arithmetic and
10236scientific functions) accept a numeric prefix argument that allows the
10237operation to be applied across many stack elements. For unary operations
10238(that is, functions of one argument like absolute value or complex
10239conjugate), a positive prefix argument applies that function to the top
10240@var{n} stack entries simultaneously, and a negative argument applies it
10241to the @var{n}th stack entry only. For binary operations (functions of
10242two arguments like addition, GCD, and vector concatenation), a positive
10243prefix argument ``reduces'' the function across the top @var{n}
10244stack elements (for example, @kbd{C-u 5 +} sums the top 5 stack entries;
10245@pxref{Reducing and Mapping}), and a negative argument maps the next-to-top
10246@var{n} stack elements with the top stack element as a second argument
10247(for example, @kbd{7 c-u -5 +} adds 7 to the top 5 stack elements).
10248This feature is not available for operations which use the numeric prefix
10249argument for some other purpose.
10250
10251Numeric prefixes are specified the same way as always in Emacs: Press
10252a sequence of @key{META}-digits, or press @key{ESC} followed by digits,
10253or press @kbd{C-u} followed by digits. Some commands treat plain
10254@kbd{C-u} (without any actual digits) specially.
10255
10256@kindex ~
10257@pindex calc-num-prefix
10258You can type @kbd{~} (@code{calc-num-prefix}) to pop an integer from the
10259top of the stack and enter it as the numeric prefix for the next command.
10260For example, @kbd{C-u 16 p} sets the precision to 16 digits; an alternate
10261(silly) way to do this would be @kbd{2 @key{RET} 4 ^ ~ p}, i.e., compute 2
10262to the fourth power and set the precision to that value.
10263
10264Conversely, if you have typed a numeric prefix argument the @kbd{~} key
10265pushes it onto the stack in the form of an integer.
10266
10267@node Undo, Error Messages, Prefix Arguments, Introduction
10268@section Undoing Mistakes
10269
10270@noindent
10271@kindex U
10272@kindex C-_
10273@pindex calc-undo
10274@cindex Mistakes, undoing
10275@cindex Undoing mistakes
10276@cindex Errors, undoing
10277The shift-@kbd{U} key (@code{calc-undo}) undoes the most recent operation.
10278If that operation added or dropped objects from the stack, those objects
10279are removed or restored. If it was a ``store'' operation, you are
10280queried whether or not to restore the variable to its original value.
10281The @kbd{U} key may be pressed any number of times to undo successively
10282farther back in time; with a numeric prefix argument it undoes a
ec06459c
JB
10283specified number of operations. When the Calculator is quit, as with
10284the @kbd{q} (@code{calc-quit}) command, the undo history will be
10285truncated to the length of the customizable variable
10286@code{calc-undo-length} (@pxref{Customizing Calc}), which by default
10287is @expr{100}. (Recall that @kbd{C-x * c} is synonymous with
10288@code{calc-quit} while inside the Calculator; this also truncates the
10289undo history.)
4009494e
GM
10290
10291Currently the mode-setting commands (like @code{calc-precision}) are not
10292undoable. You can undo past a point where you changed a mode, but you
10293will need to reset the mode yourself.
10294
10295@kindex D
10296@pindex calc-redo
10297@cindex Redoing after an Undo
10298The shift-@kbd{D} key (@code{calc-redo}) redoes an operation that was
10299mistakenly undone. Pressing @kbd{U} with a negative prefix argument is
10300equivalent to executing @code{calc-redo}. You can redo any number of
10301times, up to the number of recent consecutive undo commands. Redo
10302information is cleared whenever you give any command that adds new undo
10303information, i.e., if you undo, then enter a number on the stack or make
10304any other change, then it will be too late to redo.
10305
10306@kindex M-@key{RET}
10307@pindex calc-last-args
10308@cindex Last-arguments feature
10309@cindex Arguments, restoring
10310The @kbd{M-@key{RET}} key (@code{calc-last-args}) is like undo in that
10311it restores the arguments of the most recent command onto the stack;
10312however, it does not remove the result of that command. Given a numeric
10313prefix argument, this command applies to the @expr{n}th most recent
10314command which removed items from the stack; it pushes those items back
10315onto the stack.
10316
10317The @kbd{K} (@code{calc-keep-args}) command provides a related function
10318to @kbd{M-@key{RET}}. @xref{Stack and Trail}.
10319
10320It is also possible to recall previous results or inputs using the trail.
10321@xref{Trail Commands}.
10322
10323The standard Emacs @kbd{C-_} undo key is recognized as a synonym for @kbd{U}.
10324
10325@node Error Messages, Multiple Calculators, Undo, Introduction
10326@section Error Messages
10327
10328@noindent
10329@kindex w
10330@pindex calc-why
10331@cindex Errors, messages
10332@cindex Why did an error occur?
10333Many situations that would produce an error message in other calculators
10334simply create unsimplified formulas in the Emacs Calculator. For example,
10335@kbd{1 @key{RET} 0 /} pushes the formula @expr{1 / 0}; @w{@kbd{0 L}} pushes
10336the formula @samp{ln(0)}. Floating-point overflow and underflow are also
10337reasons for this to happen.
10338
10339When a function call must be left in symbolic form, Calc usually
10340produces a message explaining why. Messages that are probably
10341surprising or indicative of user errors are displayed automatically.
10342Other messages are simply kept in Calc's memory and are displayed only
10343if you type @kbd{w} (@code{calc-why}). You can also press @kbd{w} if
10344the same computation results in several messages. (The first message
10345will end with @samp{[w=more]} in this case.)
10346
10347@kindex d w
10348@pindex calc-auto-why
10349The @kbd{d w} (@code{calc-auto-why}) command controls when error messages
10350are displayed automatically. (Calc effectively presses @kbd{w} for you
10351after your computation finishes.) By default, this occurs only for
10352``important'' messages. The other possible modes are to report
10353@emph{all} messages automatically, or to report none automatically (so
10354that you must always press @kbd{w} yourself to see the messages).
10355
10356@node Multiple Calculators, Troubleshooting Commands, Error Messages, Introduction
10357@section Multiple Calculators
10358
10359@noindent
10360@pindex another-calc
10361It is possible to have any number of Calc mode buffers at once.
10362Usually this is done by executing @kbd{M-x another-calc}, which
10363is similar to @kbd{C-x * c} except that if a @samp{*Calculator*}
10364buffer already exists, a new, independent one with a name of the
10365form @samp{*Calculator*<@var{n}>} is created. You can also use the
10366command @code{calc-mode} to put any buffer into Calculator mode, but
10367this would ordinarily never be done.
10368
10369The @kbd{q} (@code{calc-quit}) command does not destroy a Calculator buffer;
10370it only closes its window. Use @kbd{M-x kill-buffer} to destroy a
10371Calculator buffer.
10372
10373Each Calculator buffer keeps its own stack, undo list, and mode settings
10374such as precision, angular mode, and display formats. In Emacs terms,
10375variables such as @code{calc-stack} are buffer-local variables. The
10376global default values of these variables are used only when a new
10377Calculator buffer is created. The @code{calc-quit} command saves
10378the stack and mode settings of the buffer being quit as the new defaults.
10379
10380There is only one trail buffer, @samp{*Calc Trail*}, used by all
10381Calculator buffers.
10382
10383@node Troubleshooting Commands, , Multiple Calculators, Introduction
10384@section Troubleshooting Commands
10385
10386@noindent
10387This section describes commands you can use in case a computation
10388incorrectly fails or gives the wrong answer.
10389
10390@xref{Reporting Bugs}, if you find a problem that appears to be due
10391to a bug or deficiency in Calc.
10392
10393@menu
10394* Autoloading Problems::
10395* Recursion Depth::
10396* Caches::
10397* Debugging Calc::
10398@end menu
10399
10400@node Autoloading Problems, Recursion Depth, Troubleshooting Commands, Troubleshooting Commands
10401@subsection Autoloading Problems
10402
10403@noindent
10404The Calc program is split into many component files; components are
10405loaded automatically as you use various commands that require them.
10406Occasionally Calc may lose track of when a certain component is
10407necessary; typically this means you will type a command and it won't
10408work because some function you've never heard of was undefined.
10409
10410@kindex C-x * L
10411@pindex calc-load-everything
10412If this happens, the easiest workaround is to type @kbd{C-x * L}
10413(@code{calc-load-everything}) to force all the parts of Calc to be
10414loaded right away. This will cause Emacs to take up a lot more
10415memory than it would otherwise, but it's guaranteed to fix the problem.
10416
10417@node Recursion Depth, Caches, Autoloading Problems, Troubleshooting Commands
10418@subsection Recursion Depth
10419
10420@noindent
10421@kindex M
10422@kindex I M
10423@pindex calc-more-recursion-depth
10424@pindex calc-less-recursion-depth
10425@cindex Recursion depth
10426@cindex ``Computation got stuck'' message
10427@cindex @code{max-lisp-eval-depth}
10428@cindex @code{max-specpdl-size}
10429Calc uses recursion in many of its calculations. Emacs Lisp keeps a
10430variable @code{max-lisp-eval-depth} which limits the amount of recursion
10431possible in an attempt to recover from program bugs. If a calculation
10432ever halts incorrectly with the message ``Computation got stuck or
10433ran too long,'' use the @kbd{M} command (@code{calc-more-recursion-depth})
10434to increase this limit. (Of course, this will not help if the
10435calculation really did get stuck due to some problem inside Calc.)
10436
10437The limit is always increased (multiplied) by a factor of two. There
10438is also an @kbd{I M} (@code{calc-less-recursion-depth}) command which
10439decreases this limit by a factor of two, down to a minimum value of 200.
10440The default value is 1000.
10441
10442These commands also double or halve @code{max-specpdl-size}, another
10443internal Lisp recursion limit. The minimum value for this limit is 600.
10444
10445@node Caches, Debugging Calc, Recursion Depth, Troubleshooting Commands
10446@subsection Caches
10447
10448@noindent
10449@cindex Caches
10450@cindex Flushing caches
10451Calc saves certain values after they have been computed once. For
10452example, the @kbd{P} (@code{calc-pi}) command initially ``knows'' the
10453constant @cpi{} to about 20 decimal places; if the current precision
10454is greater than this, it will recompute @cpi{} using a series
10455approximation. This value will not need to be recomputed ever again
10456unless you raise the precision still further. Many operations such as
10457logarithms and sines make use of similarly cached values such as
10458@cpiover{4} and
10459@texline @math{\ln 2}.
10460@infoline @expr{ln(2)}.
10461The visible effect of caching is that
10462high-precision computations may seem to do extra work the first time.
10463Other things cached include powers of two (for the binary arithmetic
10464functions), matrix inverses and determinants, symbolic integrals, and
10465data points computed by the graphing commands.
10466
10467@pindex calc-flush-caches
10468If you suspect a Calculator cache has become corrupt, you can use the
10469@code{calc-flush-caches} command to reset all caches to the empty state.
10470(This should only be necessary in the event of bugs in the Calculator.)
10471The @kbd{C-x * 0} (with the zero key) command also resets caches along
10472with all other aspects of the Calculator's state.
10473
10474@node Debugging Calc, , Caches, Troubleshooting Commands
10475@subsection Debugging Calc
10476
10477@noindent
10478A few commands exist to help in the debugging of Calc commands.
10479@xref{Programming}, to see the various ways that you can write
10480your own Calc commands.
10481
10482@kindex Z T
10483@pindex calc-timing
10484The @kbd{Z T} (@code{calc-timing}) command turns on and off a mode
10485in which the timing of slow commands is reported in the Trail.
10486Any Calc command that takes two seconds or longer writes a line
10487to the Trail showing how many seconds it took. This value is
10488accurate only to within one second.
10489
10490All steps of executing a command are included; in particular, time
10491taken to format the result for display in the stack and trail is
10492counted. Some prompts also count time taken waiting for them to
10493be answered, while others do not; this depends on the exact
10494implementation of the command. For best results, if you are timing
10495a sequence that includes prompts or multiple commands, define a
10496keyboard macro to run the whole sequence at once. Calc's @kbd{X}
10497command (@pxref{Keyboard Macros}) will then report the time taken
10498to execute the whole macro.
10499
10500Another advantage of the @kbd{X} command is that while it is
10501executing, the stack and trail are not updated from step to step.
10502So if you expect the output of your test sequence to leave a result
10503that may take a long time to format and you don't wish to count
10504this formatting time, end your sequence with a @key{DEL} keystroke
10505to clear the result from the stack. When you run the sequence with
10506@kbd{X}, Calc will never bother to format the large result.
10507
10508Another thing @kbd{Z T} does is to increase the Emacs variable
10509@code{gc-cons-threshold} to a much higher value (two million; the
10510usual default in Calc is 250,000) for the duration of each command.
10511This generally prevents garbage collection during the timing of
10512the command, though it may cause your Emacs process to grow
10513abnormally large. (Garbage collection time is a major unpredictable
10514factor in the timing of Emacs operations.)
10515
10516Another command that is useful when debugging your own Lisp
10517extensions to Calc is @kbd{M-x calc-pass-errors}, which disables
10518the error handler that changes the ``@code{max-lisp-eval-depth}
10519exceeded'' message to the much more friendly ``Computation got
10520stuck or ran too long.'' This handler interferes with the Emacs
10521Lisp debugger's @code{debug-on-error} mode. Errors are reported
10522in the handler itself rather than at the true location of the
10523error. After you have executed @code{calc-pass-errors}, Lisp
10524errors will be reported correctly but the user-friendly message
10525will be lost.
10526
10527@node Data Types, Stack and Trail, Introduction, Top
10528@chapter Data Types
10529
10530@noindent
10531This chapter discusses the various types of objects that can be placed
10532on the Calculator stack, how they are displayed, and how they are
10533entered. (@xref{Data Type Formats}, for information on how these data
10534types are represented as underlying Lisp objects.)
10535
10536Integers, fractions, and floats are various ways of describing real
10537numbers. HMS forms also for many purposes act as real numbers. These
10538types can be combined to form complex numbers, modulo forms, error forms,
10539or interval forms. (But these last four types cannot be combined
10540arbitrarily:@: error forms may not contain modulo forms, for example.)
10541Finally, all these types of numbers may be combined into vectors,
10542matrices, or algebraic formulas.
10543
10544@menu
10545* Integers:: The most basic data type.
10546* Fractions:: This and above are called @dfn{rationals}.
10547* Floats:: This and above are called @dfn{reals}.
10548* Complex Numbers:: This and above are called @dfn{numbers}.
10549* Infinities::
10550* Vectors and Matrices::
10551* Strings::
10552* HMS Forms::
10553* Date Forms::
10554* Modulo Forms::
10555* Error Forms::
10556* Interval Forms::
10557* Incomplete Objects::
10558* Variables::
10559* Formulas::
10560@end menu
10561
10562@node Integers, Fractions, Data Types, Data Types
10563@section Integers
10564
10565@noindent
10566@cindex Integers
10567The Calculator stores integers to arbitrary precision. Addition,
10568subtraction, and multiplication of integers always yields an exact
10569integer result. (If the result of a division or exponentiation of
10570integers is not an integer, it is expressed in fractional or
10571floating-point form according to the current Fraction mode.
10572@xref{Fraction Mode}.)
10573
10574A decimal integer is represented as an optional sign followed by a
10575sequence of digits. Grouping (@pxref{Grouping Digits}) can be used to
10576insert a comma at every third digit for display purposes, but you
10577must not type commas during the entry of numbers.
10578
10579@kindex #
10580A non-decimal integer is represented as an optional sign, a radix
10581between 2 and 36, a @samp{#} symbol, and one or more digits. For radix 11
10582and above, the letters A through Z (upper- or lower-case) count as
10583digits and do not terminate numeric entry mode. @xref{Radix Modes}, for how
10584to set the default radix for display of integers. Numbers of any radix
10585may be entered at any time. If you press @kbd{#} at the beginning of a
10586number, the current display radix is used.
10587
10588@node Fractions, Floats, Integers, Data Types
10589@section Fractions
10590
10591@noindent
10592@cindex Fractions
10593A @dfn{fraction} is a ratio of two integers. Fractions are traditionally
10594written ``2/3'' but Calc uses the notation @samp{2:3}. (The @kbd{/} key
10595performs RPN division; the following two sequences push the number
10596@samp{2:3} on the stack: @kbd{2 :@: 3 @key{RET}}, or @kbd{2 @key{RET} 3 /}
10597assuming Fraction mode has been enabled.)
10598When the Calculator produces a fractional result it always reduces it to
10599simplest form, which may in fact be an integer.
10600
10601Fractions may also be entered in a three-part form, where @samp{2:3:4}
10602represents two-and-three-quarters. @xref{Fraction Formats}, for fraction
10603display formats.
10604
10605Non-decimal fractions are entered and displayed as
10606@samp{@var{radix}#@var{num}:@var{denom}} (or in the analogous three-part
10607form). The numerator and denominator always use the same radix.
10608
10609@node Floats, Complex Numbers, Fractions, Data Types
10610@section Floats
10611
10612@noindent
10613@cindex Floating-point numbers
10614A floating-point number or @dfn{float} is a number stored in scientific
10615notation. The number of significant digits in the fractional part is
10616governed by the current floating precision (@pxref{Precision}). The
10617range of acceptable values is from
10618@texline @math{10^{-3999999}}
10619@infoline @expr{10^-3999999}
10620(inclusive) to
10621@texline @math{10^{4000000}}
10622@infoline @expr{10^4000000}
10623(exclusive), plus the corresponding negative values and zero.
10624
10625Calculations that would exceed the allowable range of values (such
10626as @samp{exp(exp(20))}) are left in symbolic form by Calc. The
10627messages ``floating-point overflow'' or ``floating-point underflow''
10628indicate that during the calculation a number would have been produced
10629that was too large or too close to zero, respectively, to be represented
10630by Calc. This does not necessarily mean the final result would have
10631overflowed, just that an overflow occurred while computing the result.
10632(In fact, it could report an underflow even though the final result
10633would have overflowed!)
10634
10635If a rational number and a float are mixed in a calculation, the result
10636will in general be expressed as a float. Commands that require an integer
10637value (such as @kbd{k g} [@code{gcd}]) will also accept integer-valued
10638floats, i.e., floating-point numbers with nothing after the decimal point.
10639
10640Floats are identified by the presence of a decimal point and/or an
10641exponent. In general a float consists of an optional sign, digits
10642including an optional decimal point, and an optional exponent consisting
10643of an @samp{e}, an optional sign, and up to seven exponent digits.
10644For example, @samp{23.5e-2} is 23.5 times ten to the minus-second power,
10645or 0.235.
10646
10647Floating-point numbers are normally displayed in decimal notation with
10648all significant figures shown. Exceedingly large or small numbers are
10649displayed in scientific notation. Various other display options are
10650available. @xref{Float Formats}.
10651
10652@cindex Accuracy of calculations
10653Floating-point numbers are stored in decimal, not binary. The result
10654of each operation is rounded to the nearest value representable in the
10655number of significant digits specified by the current precision,
10656rounding away from zero in the case of a tie. Thus (in the default
10657display mode) what you see is exactly what you get. Some operations such
10658as square roots and transcendental functions are performed with several
10659digits of extra precision and then rounded down, in an effort to make the
10660final result accurate to the full requested precision. However,
10661accuracy is not rigorously guaranteed. If you suspect the validity of a
10662result, try doing the same calculation in a higher precision. The
10663Calculator's arithmetic is not intended to be IEEE-conformant in any
10664way.
10665
10666While floats are always @emph{stored} in decimal, they can be entered
10667and displayed in any radix just like integers and fractions. Since a
10668float that is entered in a radix other that 10 will be converted to
10669decimal, the number that Calc stores may not be exactly the number that
10670was entered, it will be the closest decimal approximation given the
10671current precison. The notation @samp{@var{radix}#@var{ddd}.@var{ddd}}
10672is a floating-point number whose digits are in the specified radix.
10673Note that the @samp{.} is more aptly referred to as a ``radix point''
10674than as a decimal point in this case. The number @samp{8#123.4567} is
10675defined as @samp{8#1234567 * 8^-4}. If the radix is 14 or less, you can
10676use @samp{e} notation to write a non-decimal number in scientific
10677notation. The exponent is written in decimal, and is considered to be a
10678power of the radix: @samp{8#1234567e-4}. If the radix is 15 or above,
10679the letter @samp{e} is a digit, so scientific notation must be written
10680out, e.g., @samp{16#123.4567*16^2}. The first two exercises of the
10681Modes Tutorial explore some of the properties of non-decimal floats.
10682
10683@node Complex Numbers, Infinities, Floats, Data Types
10684@section Complex Numbers
10685
10686@noindent
10687@cindex Complex numbers
10688There are two supported formats for complex numbers: rectangular and
10689polar. The default format is rectangular, displayed in the form
10690@samp{(@var{real},@var{imag})} where @var{real} is the real part and
10691@var{imag} is the imaginary part, each of which may be any real number.
10692Rectangular complex numbers can also be displayed in @samp{@var{a}+@var{b}i}
10693notation; @pxref{Complex Formats}.
10694
10695Polar complex numbers are displayed in the form
10696@texline `@tfn{(}@var{r}@tfn{;}@math{\theta}@tfn{)}'
10697@infoline `@tfn{(}@var{r}@tfn{;}@var{theta}@tfn{)}'
10698where @var{r} is the nonnegative magnitude and
10699@texline @math{\theta}
10700@infoline @var{theta}
10701is the argument or phase angle. The range of
10702@texline @math{\theta}
10703@infoline @var{theta}
10704depends on the current angular mode (@pxref{Angular Modes}); it is
10705generally between @mathit{-180} and @mathit{+180} degrees or the equivalent range
10706in radians.
10707
10708Complex numbers are entered in stages using incomplete objects.
10709@xref{Incomplete Objects}.
10710
10711Operations on rectangular complex numbers yield rectangular complex
10712results, and similarly for polar complex numbers. Where the two types
10713are mixed, or where new complex numbers arise (as for the square root of
10714a negative real), the current @dfn{Polar mode} is used to determine the
10715type. @xref{Polar Mode}.
10716
10717A complex result in which the imaginary part is zero (or the phase angle
10718is 0 or 180 degrees or @cpi{} radians) is automatically converted to a real
10719number.
10720
10721@node Infinities, Vectors and Matrices, Complex Numbers, Data Types
10722@section Infinities
10723
10724@noindent
10725@cindex Infinity
10726@cindex @code{inf} variable
10727@cindex @code{uinf} variable
10728@cindex @code{nan} variable
10729@vindex inf
10730@vindex uinf
10731@vindex nan
10732The word @code{inf} represents the mathematical concept of @dfn{infinity}.
10733Calc actually has three slightly different infinity-like values:
10734@code{inf}, @code{uinf}, and @code{nan}. These are just regular
10735variable names (@pxref{Variables}); you should avoid using these
10736names for your own variables because Calc gives them special
10737treatment. Infinities, like all variable names, are normally
10738entered using algebraic entry.
10739
10740Mathematically speaking, it is not rigorously correct to treat
10741``infinity'' as if it were a number, but mathematicians often do
10742so informally. When they say that @samp{1 / inf = 0}, what they
10743really mean is that @expr{1 / x}, as @expr{x} becomes larger and
10744larger, becomes arbitrarily close to zero. So you can imagine
10745that if @expr{x} got ``all the way to infinity,'' then @expr{1 / x}
10746would go all the way to zero. Similarly, when they say that
10747@samp{exp(inf) = inf}, they mean that
10748@texline @math{e^x}
10749@infoline @expr{exp(x)}
10750grows without bound as @expr{x} grows. The symbol @samp{-inf} likewise
10751stands for an infinitely negative real value; for example, we say that
10752@samp{exp(-inf) = 0}. You can have an infinity pointing in any
10753direction on the complex plane: @samp{sqrt(-inf) = i inf}.
10754
10755The same concept of limits can be used to define @expr{1 / 0}. We
10756really want the value that @expr{1 / x} approaches as @expr{x}
10757approaches zero. But if all we have is @expr{1 / 0}, we can't
10758tell which direction @expr{x} was coming from. If @expr{x} was
10759positive and decreasing toward zero, then we should say that
10760@samp{1 / 0 = inf}. But if @expr{x} was negative and increasing
10761toward zero, the answer is @samp{1 / 0 = -inf}. In fact, @expr{x}
10762could be an imaginary number, giving the answer @samp{i inf} or
10763@samp{-i inf}. Calc uses the special symbol @samp{uinf} to mean
10764@dfn{undirected infinity}, i.e., a value which is infinitely
10765large but with an unknown sign (or direction on the complex plane).
10766
10767Calc actually has three modes that say how infinities are handled.
10768Normally, infinities never arise from calculations that didn't
10769already have them. Thus, @expr{1 / 0} is treated simply as an
10770error and left unevaluated. The @kbd{m i} (@code{calc-infinite-mode})
10771command (@pxref{Infinite Mode}) enables a mode in which
10772@expr{1 / 0} evaluates to @code{uinf} instead. There is also
10773an alternative type of infinite mode which says to treat zeros
10774as if they were positive, so that @samp{1 / 0 = inf}. While this
10775is less mathematically correct, it may be the answer you want in
10776some cases.
10777
10778Since all infinities are ``as large'' as all others, Calc simplifies,
10779e.g., @samp{5 inf} to @samp{inf}. Another example is
10780@samp{5 - inf = -inf}, where the @samp{-inf} is so large that
10781adding a finite number like five to it does not affect it.
10782Note that @samp{a - inf} also results in @samp{-inf}; Calc assumes
10783that variables like @code{a} always stand for finite quantities.
10784Just to show that infinities really are all the same size,
10785note that @samp{sqrt(inf) = inf^2 = exp(inf) = inf} in Calc's
10786notation.
10787
10788It's not so easy to define certain formulas like @samp{0 * inf} and
10789@samp{inf / inf}. Depending on where these zeros and infinities
10790came from, the answer could be literally anything. The latter
10791formula could be the limit of @expr{x / x} (giving a result of one),
10792or @expr{2 x / x} (giving two), or @expr{x^2 / x} (giving @code{inf}),
10793or @expr{x / x^2} (giving zero). Calc uses the symbol @code{nan}
10794to represent such an @dfn{indeterminate} value. (The name ``nan''
10795comes from analogy with the ``NAN'' concept of IEEE standard
10796arithmetic; it stands for ``Not A Number.'' This is somewhat of a
10797misnomer, since @code{nan} @emph{does} stand for some number or
10798infinity, it's just that @emph{which} number it stands for
10799cannot be determined.) In Calc's notation, @samp{0 * inf = nan}
10800and @samp{inf / inf = nan}. A few other common indeterminate
10801expressions are @samp{inf - inf} and @samp{inf ^ 0}. Also,
10802@samp{0 / 0 = nan} if you have turned on Infinite mode
10803(as described above).
10804
10805Infinities are especially useful as parts of @dfn{intervals}.
10806@xref{Interval Forms}.
10807
10808@node Vectors and Matrices, Strings, Infinities, Data Types
10809@section Vectors and Matrices
10810
10811@noindent
10812@cindex Vectors
10813@cindex Plain vectors
10814@cindex Matrices
10815The @dfn{vector} data type is flexible and general. A vector is simply a
10816list of zero or more data objects. When these objects are numbers, the
10817whole is a vector in the mathematical sense. When these objects are
10818themselves vectors of equal (nonzero) length, the whole is a @dfn{matrix}.
10819A vector which is not a matrix is referred to here as a @dfn{plain vector}.
10820
10821A vector is displayed as a list of values separated by commas and enclosed
10822in square brackets: @samp{[1, 2, 3]}. Thus the following is a 2 row by
108233 column matrix: @samp{[[1, 2, 3], [4, 5, 6]]}. Vectors, like complex
10824numbers, are entered as incomplete objects. @xref{Incomplete Objects}.
10825During algebraic entry, vectors are entered all at once in the usual
10826brackets-and-commas form. Matrices may be entered algebraically as nested
10827vectors, or using the shortcut notation @w{@samp{[1, 2, 3; 4, 5, 6]}},
10828with rows separated by semicolons. The commas may usually be omitted
10829when entering vectors: @samp{[1 2 3]}. Curly braces may be used in
10830place of brackets: @samp{@{1, 2, 3@}}, but the commas are required in
10831this case.
10832
10833Traditional vector and matrix arithmetic is also supported;
10834@pxref{Basic Arithmetic} and @pxref{Matrix Functions}.
10835Many other operations are applied to vectors element-wise. For example,
10836the complex conjugate of a vector is a vector of the complex conjugates
10837of its elements.
10838
10839@ignore
10840@starindex
10841@end ignore
10842@tindex vec
10843Algebraic functions for building vectors include @samp{vec(a, b, c)}
10844to build @samp{[a, b, c]}, @samp{cvec(a, n, m)} to build an
10845@texline @math{n\times m}
10846@infoline @var{n}x@var{m}
10847matrix of @samp{a}s, and @samp{index(n)} to build a vector of integers
10848from 1 to @samp{n}.
10849
10850@node Strings, HMS Forms, Vectors and Matrices, Data Types
10851@section Strings
10852
10853@noindent
10854@kindex "
10855@cindex Strings
10856@cindex Character strings
10857Character strings are not a special data type in the Calculator.
10858Rather, a string is represented simply as a vector all of whose
10859elements are integers in the range 0 to 255 (ASCII codes). You can
10860enter a string at any time by pressing the @kbd{"} key. Quotation
10861marks and backslashes are written @samp{\"} and @samp{\\}, respectively,
10862inside strings. Other notations introduced by backslashes are:
10863
10864@example
10865@group
10866\a 7 \^@@ 0
10867\b 8 \^a-z 1-26
10868\e 27 \^[ 27
10869\f 12 \^\\ 28
10870\n 10 \^] 29
10871\r 13 \^^ 30
10872\t 9 \^_ 31
10873 \^? 127
10874@end group
10875@end example
10876
10877@noindent
10878Finally, a backslash followed by three octal digits produces any
10879character from its ASCII code.
10880
10881@kindex d "
10882@pindex calc-display-strings
10883Strings are normally displayed in vector-of-integers form. The
10884@w{@kbd{d "}} (@code{calc-display-strings}) command toggles a mode in
10885which any vectors of small integers are displayed as quoted strings
10886instead.
10887
10888The backslash notations shown above are also used for displaying
10889strings. Characters 128 and above are not translated by Calc; unless
10890you have an Emacs modified for 8-bit fonts, these will show up in
10891backslash-octal-digits notation. For characters below 32, and
10892for character 127, Calc uses the backslash-letter combination if
10893there is one, or otherwise uses a @samp{\^} sequence.
10894
10895The only Calc feature that uses strings is @dfn{compositions};
10896@pxref{Compositions}. Strings also provide a convenient
10897way to do conversions between ASCII characters and integers.
10898
10899@ignore
10900@starindex
10901@end ignore
10902@tindex string
10903There is a @code{string} function which provides a different display
10904format for strings. Basically, @samp{string(@var{s})}, where @var{s}
10905is a vector of integers in the proper range, is displayed as the
10906corresponding string of characters with no surrounding quotation
10907marks or other modifications. Thus @samp{string("ABC")} (or
10908@samp{string([65 66 67])}) will look like @samp{ABC} on the stack.
10909This happens regardless of whether @w{@kbd{d "}} has been used. The
10910only way to turn it off is to use @kbd{d U} (unformatted language
10911mode) which will display @samp{string("ABC")} instead.
10912
10913Control characters are displayed somewhat differently by @code{string}.
10914Characters below 32, and character 127, are shown using @samp{^} notation
10915(same as shown above, but without the backslash). The quote and
10916backslash characters are left alone, as are characters 128 and above.
10917
10918@ignore
10919@starindex
10920@end ignore
10921@tindex bstring
10922The @code{bstring} function is just like @code{string} except that
10923the resulting string is breakable across multiple lines if it doesn't
10924fit all on one line. Potential break points occur at every space
10925character in the string.
10926
10927@node HMS Forms, Date Forms, Strings, Data Types
10928@section HMS Forms
10929
10930@noindent
10931@cindex Hours-minutes-seconds forms
10932@cindex Degrees-minutes-seconds forms
10933@dfn{HMS} stands for Hours-Minutes-Seconds; when used as an angular
10934argument, the interpretation is Degrees-Minutes-Seconds. All functions
10935that operate on angles accept HMS forms. These are interpreted as
10936degrees regardless of the current angular mode. It is also possible to
10937use HMS as the angular mode so that calculated angles are expressed in
10938degrees, minutes, and seconds.
10939
10940@kindex @@
10941@ignore
10942@mindex @null
10943@end ignore
10944@kindex ' (HMS forms)
10945@ignore
10946@mindex @null
10947@end ignore
10948@kindex " (HMS forms)
10949@ignore
10950@mindex @null
10951@end ignore
10952@kindex h (HMS forms)
10953@ignore
10954@mindex @null
10955@end ignore
10956@kindex o (HMS forms)
10957@ignore
10958@mindex @null
10959@end ignore
10960@kindex m (HMS forms)
10961@ignore
10962@mindex @null
10963@end ignore
10964@kindex s (HMS forms)
10965The default format for HMS values is
10966@samp{@var{hours}@@ @var{mins}' @var{secs}"}. During entry, the letters
10967@samp{h} (for ``hours'') or
10968@samp{o} (approximating the ``degrees'' symbol) are accepted as well as
10969@samp{@@}, @samp{m} is accepted in place of @samp{'}, and @samp{s} is
10970accepted in place of @samp{"}.
10971The @var{hours} value is an integer (or integer-valued float).
10972The @var{mins} value is an integer or integer-valued float between 0 and 59.
10973The @var{secs} value is a real number between 0 (inclusive) and 60
10974(exclusive). A positive HMS form is interpreted as @var{hours} +
10975@var{mins}/60 + @var{secs}/3600. A negative HMS form is interpreted
10976as @mathit{- @var{hours}} @mathit{-} @var{mins}/60 @mathit{-} @var{secs}/3600.
10977Display format for HMS forms is quite flexible. @xref{HMS Formats}.
10978
10979HMS forms can be added and subtracted. When they are added to numbers,
10980the numbers are interpreted according to the current angular mode. HMS
10981forms can also be multiplied and divided by real numbers. Dividing
10982two HMS forms produces a real-valued ratio of the two angles.
10983
10984@pindex calc-time
10985@cindex Time of day
10986Just for kicks, @kbd{M-x calc-time} pushes the current time of day on
10987the stack as an HMS form.
10988
10989@node Date Forms, Modulo Forms, HMS Forms, Data Types
10990@section Date Forms
10991
10992@noindent
10993@cindex Date forms
10994A @dfn{date form} represents a date and possibly an associated time.
10995Simple date arithmetic is supported: Adding a number to a date
10996produces a new date shifted by that many days; adding an HMS form to
10997a date shifts it by that many hours. Subtracting two date forms
10998computes the number of days between them (represented as a simple
10999number). Many other operations, such as multiplying two date forms,
11000are nonsensical and are not allowed by Calc.
11001
11002Date forms are entered and displayed enclosed in @samp{< >} brackets.
11003The default format is, e.g., @samp{<Wed Jan 9, 1991>} for dates,
11004or @samp{<3:32:20pm Wed Jan 9, 1991>} for dates with times.
11005Input is flexible; date forms can be entered in any of the usual
11006notations for dates and times. @xref{Date Formats}.
11007
11008Date forms are stored internally as numbers, specifically the number
11009of days since midnight on the morning of January 1 of the year 1 AD.
11010If the internal number is an integer, the form represents a date only;
11011if the internal number is a fraction or float, the form represents
11012a date and time. For example, @samp{<6:00am Wed Jan 9, 1991>}
11013is represented by the number 726842.25. The standard precision of
1101412 decimal digits is enough to ensure that a (reasonable) date and
11015time can be stored without roundoff error.
11016
11017If the current precision is greater than 12, date forms will keep
11018additional digits in the seconds position. For example, if the
11019precision is 15, the seconds will keep three digits after the
11020decimal point. Decreasing the precision below 12 may cause the
11021time part of a date form to become inaccurate. This can also happen
11022if astronomically high years are used, though this will not be an
11023issue in everyday (or even everymillennium) use. Note that date
11024forms without times are stored as exact integers, so roundoff is
11025never an issue for them.
11026
11027You can use the @kbd{v p} (@code{calc-pack}) and @kbd{v u}
11028(@code{calc-unpack}) commands to get at the numerical representation
11029of a date form. @xref{Packing and Unpacking}.
11030
11031Date forms can go arbitrarily far into the future or past. Negative
11032year numbers represent years BC. Calc uses a combination of the
11033Gregorian and Julian calendars, following the history of Great
11034Britain and the British colonies. This is the same calendar that
11035is used by the @code{cal} program in most Unix implementations.
11036
11037@cindex Julian calendar
11038@cindex Gregorian calendar
11039Some historical background: The Julian calendar was created by
11040Julius Caesar in the year 46 BC as an attempt to fix the gradual
11041drift caused by the lack of leap years in the calendar used
11042until that time. The Julian calendar introduced an extra day in
11043all years divisible by four. After some initial confusion, the
11044calendar was adopted around the year we call 8 AD. Some centuries
11045later it became apparent that the Julian year of 365.25 days was
11046itself not quite right. In 1582 Pope Gregory XIII introduced the
11047Gregorian calendar, which added the new rule that years divisible
11048by 100, but not by 400, were not to be considered leap years
11049despite being divisible by four. Many countries delayed adoption
11050of the Gregorian calendar because of religious differences;
11051in Britain it was put off until the year 1752, by which time
11052the Julian calendar had fallen eleven days behind the true
11053seasons. So the switch to the Gregorian calendar in early
11054September 1752 introduced a discontinuity: The day after
11055Sep 2, 1752 is Sep 14, 1752. Calc follows this convention.
11056To take another example, Russia waited until 1918 before
11057adopting the new calendar, and thus needed to remove thirteen
11058days (between Feb 1, 1918 and Feb 14, 1918). This means that
11059Calc's reckoning will be inconsistent with Russian history between
110601752 and 1918, and similarly for various other countries.
11061
11062Today's timekeepers introduce an occasional ``leap second'' as
11063well, but Calc does not take these minor effects into account.
11064(If it did, it would have to report a non-integer number of days
11065between, say, @samp{<12:00am Mon Jan 1, 1900>} and
11066@samp{<12:00am Sat Jan 1, 2000>}.)
11067
11068Calc uses the Julian calendar for all dates before the year 1752,
11069including dates BC when the Julian calendar technically had not
11070yet been invented. Thus the claim that day number @mathit{-10000} is
11071called ``August 16, 28 BC'' should be taken with a grain of salt.
11072
11073Please note that there is no ``year 0''; the day before
11074@samp{<Sat Jan 1, +1>} is @samp{<Fri Dec 31, -1>}. These are
11075days 0 and @mathit{-1} respectively in Calc's internal numbering scheme.
11076
11077@cindex Julian day counting
7c1a0036
GM
11078Another day counting system in common use is, confusingly, also called
11079``Julian.'' The Julian day number is the numbers of days since
1108012:00 noon (GMT) on Jan 1, 4713 BC, which in Calc's scheme (in GMT)
db78a8cb 11081is @mathit{-1721423.5} (recall that Calc starts at midnight instead
7c1a0036
GM
11082of noon). Thus to convert a Calc date code obtained by unpacking a
11083date form into a Julian day number, simply add 1721423.5 after
11084compensating for the time zone difference. The built-in @kbd{t J}
11085command performs this conversion for you.
11086
11087The Julian day number is based on the Julian cycle, which was invented
11088in 1583 by Joseph Justus Scaliger. Scaliger named it the Julian cycle
11089since it is involves the Julian calendar, but some have suggested that
11090Scaliger named it in honor of his father, Julius Caesar Scaliger. The
11091Julian cycle is based it on three other cycles: the indiction cycle,
11092the Metonic cycle, and the solar cycle. The indiction cycle is a 15
11093year cycle originally used by the Romans for tax purposes but later
11094used to date medieval documents. The Metonic cycle is a 19 year
11095cycle; 19 years is close to being a common multiple of a solar year
11096and a lunar month, and so every 19 years the phases of the moon will
11097occur on the same days of the year. The solar cycle is a 28 year
11098cycle; the Julian calendar repeats itself every 28 years. The
11099smallest time period which contains multiples of all three cycles is
11100the least common multiple of 15 years, 19 years and 28 years, which
11101(since they're pairwise relatively prime) is
11102@texline @math{15\times 19\times 28 = 7980} years.
11103@infoline 15*19*28 = 7980 years.
11104This is the length of a Julian cycle. Working backwards, the previous
11105year in which all three cycles began was 4713 BC, and so Scalinger
11106chose that year as the beginning of a Julian cycle. Since at the time
11107there were no historical records from before 4713 BC, using this year
11108as a starting point had the advantage of avoiding negative year
11109numbers. In 1849, the astronomer John Herschel (son of William
11110Herschel) suggested using the number of days since the beginning of
11111the Julian cycle as an astronomical dating system; this idea was taken
11112up by other astronomers. (At the time, noon was the start of the
11113astronomical day. Herschel originally suggested counting the days
11114since Jan 1, 4713 BC at noon Alexandria time; this was later amended to
11115noon GMT.) Julian day numbering is largely used in astronomy.
4009494e
GM
11116
11117@cindex Unix time format
11118The Unix operating system measures time as an integer number of
11119seconds since midnight, Jan 1, 1970. To convert a Calc date
11120value into a Unix time stamp, first subtract 719164 (the code
11121for @samp{<Jan 1, 1970>}), then multiply by 86400 (the number of
11122seconds in a day) and press @kbd{R} to round to the nearest
11123integer. If you have a date form, you can simply subtract the
11124day @samp{<Jan 1, 1970>} instead of unpacking and subtracting
11125719164. Likewise, divide by 86400 and add @samp{<Jan 1, 1970>}
11126to convert from Unix time to a Calc date form. (Note that
11127Unix normally maintains the time in the GMT time zone; you may
11128need to subtract five hours to get New York time, or eight hours
11129for California time. The same is usually true of Julian day
11130counts.) The built-in @kbd{t U} command performs these
11131conversions.
11132
11133@node Modulo Forms, Error Forms, Date Forms, Data Types
11134@section Modulo Forms
11135
11136@noindent
11137@cindex Modulo forms
11138A @dfn{modulo form} is a real number which is taken modulo (i.e., within
11139an integer multiple of) some value @var{M}. Arithmetic modulo @var{M}
11140often arises in number theory. Modulo forms are written
11141`@var{a} @tfn{mod} @var{M}',
11142where @var{a} and @var{M} are real numbers or HMS forms, and
11143@texline @math{0 \le a < M}.
11144@infoline @expr{0 <= a < @var{M}}.
11145In many applications @expr{a} and @expr{M} will be
11146integers but this is not required.
11147
11148@ignore
11149@mindex M
11150@end ignore
11151@kindex M (modulo forms)
11152@ignore
11153@mindex mod
11154@end ignore
11155@tindex mod (operator)
11156To create a modulo form during numeric entry, press the shift-@kbd{M}
11157key to enter the word @samp{mod}. As a special convenience, pressing
11158shift-@kbd{M} a second time automatically enters the value of @expr{M}
11159that was most recently used before. During algebraic entry, either
11160type @samp{mod} by hand or press @kbd{M-m} (that's @kbd{@key{META}-m}).
11161Once again, pressing this a second time enters the current modulo.
11162
11163Modulo forms are not to be confused with the modulo operator @samp{%}.
11164The expression @samp{27 % 10} means to compute 27 modulo 10 to produce
11165the result 7. Further computations treat this 7 as just a regular integer.
11166The expression @samp{27 mod 10} produces the result @samp{7 mod 10};
11167further computations with this value are again reduced modulo 10 so that
11168the result always lies in the desired range.
11169
11170When two modulo forms with identical @expr{M}'s are added or multiplied,
11171the Calculator simply adds or multiplies the values, then reduces modulo
11172@expr{M}. If one argument is a modulo form and the other a plain number,
11173the plain number is treated like a compatible modulo form. It is also
11174possible to raise modulo forms to powers; the result is the value raised
11175to the power, then reduced modulo @expr{M}. (When all values involved
11176are integers, this calculation is done much more efficiently than
11177actually computing the power and then reducing.)
11178
11179@cindex Modulo division
11180Two modulo forms `@var{a} @tfn{mod} @var{M}' and `@var{b} @tfn{mod} @var{M}'
11181can be divided if @expr{a}, @expr{b}, and @expr{M} are all
11182integers. The result is the modulo form which, when multiplied by
11183`@var{b} @tfn{mod} @var{M}', produces `@var{a} @tfn{mod} @var{M}'. If
11184there is no solution to this equation (which can happen only when
11185@expr{M} is non-prime), or if any of the arguments are non-integers, the
11186division is left in symbolic form. Other operations, such as square
11187roots, are not yet supported for modulo forms. (Note that, although
11188@w{`@tfn{(}@var{a} @tfn{mod} @var{M}@tfn{)^.5}'} will compute a ``modulo square root''
11189in the sense of reducing
11190@texline @math{\sqrt a}
11191@infoline @expr{sqrt(a)}
11192modulo @expr{M}, this is not a useful definition from the
11193number-theoretical point of view.)
11194
11195It is possible to mix HMS forms and modulo forms. For example, an
11196HMS form modulo 24 could be used to manipulate clock times; an HMS
11197form modulo 360 would be suitable for angles. Making the modulo @expr{M}
11198also be an HMS form eliminates troubles that would arise if the angular
11199mode were inadvertently set to Radians, in which case
11200@w{@samp{2@@ 0' 0" mod 24}} would be interpreted as two degrees modulo
1120124 radians!
11202
11203Modulo forms cannot have variables or formulas for components. If you
11204enter the formula @samp{(x + 2) mod 5}, Calc propagates the modulus
11205to each of the coefficients: @samp{(1 mod 5) x + (2 mod 5)}.
11206
11207You can use @kbd{v p} and @kbd{%} to modify modulo forms.
11208@xref{Packing and Unpacking}. @xref{Basic Arithmetic}.
11209
11210@ignore
11211@starindex
11212@end ignore
11213@tindex makemod
11214The algebraic function @samp{makemod(a, m)} builds the modulo form
11215@w{@samp{a mod m}}.
11216
11217@node Error Forms, Interval Forms, Modulo Forms, Data Types
11218@section Error Forms
11219
11220@noindent
11221@cindex Error forms
11222@cindex Standard deviations
11223An @dfn{error form} is a number with an associated standard
11224deviation, as in @samp{2.3 +/- 0.12}. The notation
11225@texline `@var{x} @tfn{+/-} @math{\sigma}'
11226@infoline `@var{x} @tfn{+/-} sigma'
11227stands for an uncertain value which follows
11228a normal or Gaussian distribution of mean @expr{x} and standard
11229deviation or ``error''
11230@texline @math{\sigma}.
11231@infoline @expr{sigma}.
11232Both the mean and the error can be either numbers or
11233formulas. Generally these are real numbers but the mean may also be
11234complex. If the error is negative or complex, it is changed to its
11235absolute value. An error form with zero error is converted to a
11236regular number by the Calculator.
11237
11238All arithmetic and transcendental functions accept error forms as input.
11239Operations on the mean-value part work just like operations on regular
11240numbers. The error part for any function @expr{f(x)} (such as
11241@texline @math{\sin x}
11242@infoline @expr{sin(x)})
11243is defined by the error of @expr{x} times the derivative of @expr{f}
11244evaluated at the mean value of @expr{x}. For a two-argument function
11245@expr{f(x,y)} (such as addition) the error is the square root of the sum
11246of the squares of the errors due to @expr{x} and @expr{y}.
11247@tex
11248$$ \eqalign{
11249 f(x \hbox{\code{ +/- }} \sigma)
11250 &= f(x) \hbox{\code{ +/- }} \sigma \left| {df(x) \over dx} \right| \cr
11251 f(x \hbox{\code{ +/- }} \sigma_x, y \hbox{\code{ +/- }} \sigma_y)
11252 &= f(x,y) \hbox{\code{ +/- }}
11253 \sqrt{\left(\sigma_x \left| {\partial f(x,y) \over \partial x}
11254 \right| \right)^2
11255 +\left(\sigma_y \left| {\partial f(x,y) \over \partial y}
11256 \right| \right)^2 } \cr
11257} $$
11258@end tex
11259Note that this
11260definition assumes the errors in @expr{x} and @expr{y} are uncorrelated.
11261A side effect of this definition is that @samp{(2 +/- 1) * (2 +/- 1)}
11262is not the same as @samp{(2 +/- 1)^2}; the former represents the product
11263of two independent values which happen to have the same probability
11264distributions, and the latter is the product of one random value with itself.
11265The former will produce an answer with less error, since on the average
11266the two independent errors can be expected to cancel out.
11267
11268Consult a good text on error analysis for a discussion of the proper use
11269of standard deviations. Actual errors often are neither Gaussian-distributed
11270nor uncorrelated, and the above formulas are valid only when errors
11271are small. As an example, the error arising from
11272@texline `@tfn{sin(}@var{x} @tfn{+/-} @math{\sigma}@tfn{)}'
11273@infoline `@tfn{sin(}@var{x} @tfn{+/-} @var{sigma}@tfn{)}'
11274is
11275@texline `@math{\sigma} @tfn{abs(cos(}@var{x}@tfn{))}'.
11276@infoline `@var{sigma} @tfn{abs(cos(}@var{x}@tfn{))}'.
11277When @expr{x} is close to zero,
11278@texline @math{\cos x}
11279@infoline @expr{cos(x)}
11280is close to one so the error in the sine is close to
11281@texline @math{\sigma};
11282@infoline @expr{sigma};
11283this makes sense, since
11284@texline @math{\sin x}
11285@infoline @expr{sin(x)}
11286is approximately @expr{x} near zero, so a given error in @expr{x} will
11287produce about the same error in the sine. Likewise, near 90 degrees
11288@texline @math{\cos x}
11289@infoline @expr{cos(x)}
11290is nearly zero and so the computed error is
11291small: The sine curve is nearly flat in that region, so an error in @expr{x}
11292has relatively little effect on the value of
11293@texline @math{\sin x}.
11294@infoline @expr{sin(x)}.
11295However, consider @samp{sin(90 +/- 1000)}. The cosine of 90 is zero, so
11296Calc will report zero error! We get an obviously wrong result because
11297we have violated the small-error approximation underlying the error
11298analysis. If the error in @expr{x} had been small, the error in
11299@texline @math{\sin x}
11300@infoline @expr{sin(x)}
11301would indeed have been negligible.
11302
11303@ignore
11304@mindex p
11305@end ignore
11306@kindex p (error forms)
11307@tindex +/-
11308To enter an error form during regular numeric entry, use the @kbd{p}
11309(``plus-or-minus'') key to type the @samp{+/-} symbol. (If you try actually
11310typing @samp{+/-} the @kbd{+} key will be interpreted as the Calculator's
11311@kbd{+} command!) Within an algebraic formula, you can press @kbd{M-+} to
11312type the @samp{+/-} symbol, or type it out by hand.
11313
11314Error forms and complex numbers can be mixed; the formulas shown above
11315are used for complex numbers, too; note that if the error part evaluates
11316to a complex number its absolute value (or the square root of the sum of
11317the squares of the absolute values of the two error contributions) is
11318used. Mathematically, this corresponds to a radially symmetric Gaussian
11319distribution of numbers on the complex plane. However, note that Calc
11320considers an error form with real components to represent a real number,
11321not a complex distribution around a real mean.
11322
11323Error forms may also be composed of HMS forms. For best results, both
11324the mean and the error should be HMS forms if either one is.
11325
11326@ignore
11327@starindex
11328@end ignore
11329@tindex sdev
11330The algebraic function @samp{sdev(a, b)} builds the error form @samp{a +/- b}.
11331
11332@node Interval Forms, Incomplete Objects, Error Forms, Data Types
11333@section Interval Forms
11334
11335@noindent
11336@cindex Interval forms
11337An @dfn{interval} is a subset of consecutive real numbers. For example,
11338the interval @samp{[2 ..@: 4]} represents all the numbers from 2 to 4,
11339inclusive. If you multiply it by the interval @samp{[0.5 ..@: 2]} you
11340obtain @samp{[1 ..@: 8]}. This calculation represents the fact that if
11341you multiply some number in the range @samp{[2 ..@: 4]} by some other
11342number in the range @samp{[0.5 ..@: 2]}, your result will lie in the range
11343from 1 to 8. Interval arithmetic is used to get a worst-case estimate
11344of the possible range of values a computation will produce, given the
11345set of possible values of the input.
11346
11347@ifnottex
11348Calc supports several varieties of intervals, including @dfn{closed}
11349intervals of the type shown above, @dfn{open} intervals such as
11350@samp{(2 ..@: 4)}, which represents the range of numbers from 2 to 4
11351@emph{exclusive}, and @dfn{semi-open} intervals in which one end
11352uses a round parenthesis and the other a square bracket. In mathematical
11353terms,
11354@samp{[2 ..@: 4]} means @expr{2 <= x <= 4}, whereas
11355@samp{[2 ..@: 4)} represents @expr{2 <= x < 4},
11356@samp{(2 ..@: 4]} represents @expr{2 < x <= 4}, and
11357@samp{(2 ..@: 4)} represents @expr{2 < x < 4}.
11358@end ifnottex
11359@tex
11360Calc supports several varieties of intervals, including \dfn{closed}
11361intervals of the type shown above, \dfn{open} intervals such as
11362\samp{(2 ..\: 4)}, which represents the range of numbers from 2 to 4
11363\emph{exclusive}, and \dfn{semi-open} intervals in which one end
11364uses a round parenthesis and the other a square bracket. In mathematical
11365terms,
11366$$ \eqalign{
11367 [2 \hbox{\cite{..}} 4] &\quad\hbox{means}\quad 2 \le x \le 4 \cr
11368 [2 \hbox{\cite{..}} 4) &\quad\hbox{means}\quad 2 \le x < 4 \cr
11369 (2 \hbox{\cite{..}} 4] &\quad\hbox{means}\quad 2 < x \le 4 \cr
11370 (2 \hbox{\cite{..}} 4) &\quad\hbox{means}\quad 2 < x < 4 \cr
11371} $$
11372@end tex
11373
11374The lower and upper limits of an interval must be either real numbers
11375(or HMS or date forms), or symbolic expressions which are assumed to be
11376real-valued, or @samp{-inf} and @samp{inf}. In general the lower limit
11377must be less than the upper limit. A closed interval containing only
11378one value, @samp{[3 ..@: 3]}, is converted to a plain number (3)
11379automatically. An interval containing no values at all (such as
11380@samp{[3 ..@: 2]} or @samp{[2 ..@: 2)}) can be represented but is not
11381guaranteed to behave well when used in arithmetic. Note that the
11382interval @samp{[3 .. inf)} represents all real numbers greater than
11383or equal to 3, and @samp{(-inf .. inf)} represents all real numbers.
11384In fact, @samp{[-inf .. inf]} represents all real numbers including
11385the real infinities.
11386
11387Intervals are entered in the notation shown here, either as algebraic
11388formulas, or using incomplete forms. (@xref{Incomplete Objects}.)
11389In algebraic formulas, multiple periods in a row are collected from
11390left to right, so that @samp{1...1e2} is interpreted as @samp{1.0 ..@: 1e2}
11391rather than @samp{1 ..@: 0.1e2}. Add spaces or zeros if you want to
11392get the other interpretation. If you omit the lower or upper limit,
11393a default of @samp{-inf} or @samp{inf} (respectively) is furnished.
11394
11395Infinite mode also affects operations on intervals
11396(@pxref{Infinities}). Calc will always introduce an open infinity,
11397as in @samp{1 / (0 .. 2] = [0.5 .. inf)}. But closed infinities,
11398@w{@samp{1 / [0 .. 2] = [0.5 .. inf]}}, arise only in Infinite mode;
11399otherwise they are left unevaluated. Note that the ``direction'' of
11400a zero is not an issue in this case since the zero is always assumed
11401to be continuous with the rest of the interval. For intervals that
11402contain zero inside them Calc is forced to give the result,
11403@samp{1 / (-2 .. 2) = [-inf .. inf]}.
11404
11405While it may seem that intervals and error forms are similar, they are
11406based on entirely different concepts of inexact quantities. An error
11407form
11408@texline `@var{x} @tfn{+/-} @math{\sigma}'
11409@infoline `@var{x} @tfn{+/-} @var{sigma}'
11410means a variable is random, and its value could
11411be anything but is ``probably'' within one
11412@texline @math{\sigma}
11413@infoline @var{sigma}
11414of the mean value @expr{x}. An interval
11415`@tfn{[}@var{a} @tfn{..@:} @var{b}@tfn{]}' means a
11416variable's value is unknown, but guaranteed to lie in the specified
11417range. Error forms are statistical or ``average case'' approximations;
11418interval arithmetic tends to produce ``worst case'' bounds on an
11419answer.
11420
11421Intervals may not contain complex numbers, but they may contain
11422HMS forms or date forms.
11423
11424@xref{Set Operations}, for commands that interpret interval forms
11425as subsets of the set of real numbers.
11426
11427@ignore
11428@starindex
11429@end ignore
11430@tindex intv
11431The algebraic function @samp{intv(n, a, b)} builds an interval form
11432from @samp{a} to @samp{b}; @samp{n} is an integer code which must
11433be 0 for @samp{(..)}, 1 for @samp{(..]}, 2 for @samp{[..)}, or
114343 for @samp{[..]}.
11435
11436Please note that in fully rigorous interval arithmetic, care would be
11437taken to make sure that the computation of the lower bound rounds toward
11438minus infinity, while upper bound computations round toward plus
11439infinity. Calc's arithmetic always uses a round-to-nearest mode,
11440which means that roundoff errors could creep into an interval
11441calculation to produce intervals slightly smaller than they ought to
11442be. For example, entering @samp{[1..2]} and pressing @kbd{Q 2 ^}
11443should yield the interval @samp{[1..2]} again, but in fact it yields the
11444(slightly too small) interval @samp{[1..1.9999999]} due to roundoff
11445error.
11446
11447@node Incomplete Objects, Variables, Interval Forms, Data Types
11448@section Incomplete Objects
11449
11450@noindent
11451@ignore
11452@mindex [ ]
11453@end ignore
11454@kindex [
11455@ignore
11456@mindex ( )
11457@end ignore
11458@kindex (
11459@kindex ,
11460@ignore
11461@mindex @null
11462@end ignore
11463@kindex ]
11464@ignore
11465@mindex @null
11466@end ignore
11467@kindex )
11468@cindex Incomplete vectors
11469@cindex Incomplete complex numbers
11470@cindex Incomplete interval forms
11471When @kbd{(} or @kbd{[} is typed to begin entering a complex number or
11472vector, respectively, the effect is to push an @dfn{incomplete} complex
11473number or vector onto the stack. The @kbd{,} key adds the value(s) at
11474the top of the stack onto the current incomplete object. The @kbd{)}
11475and @kbd{]} keys ``close'' the incomplete object after adding any values
11476on the top of the stack in front of the incomplete object.
11477
11478As a result, the sequence of keystrokes @kbd{[ 2 , 3 @key{RET} 2 * , 9 ]}
11479pushes the vector @samp{[2, 6, 9]} onto the stack. Likewise, @kbd{( 1 , 2 Q )}
11480pushes the complex number @samp{(1, 1.414)} (approximately).
11481
11482If several values lie on the stack in front of the incomplete object,
11483all are collected and appended to the object. Thus the @kbd{,} key
11484is redundant: @kbd{[ 2 @key{RET} 3 @key{RET} 2 * 9 ]}. Some people
11485prefer the equivalent @key{SPC} key to @key{RET}.
11486
11487As a special case, typing @kbd{,} immediately after @kbd{(}, @kbd{[}, or
11488@kbd{,} adds a zero or duplicates the preceding value in the list being
11489formed. Typing @key{DEL} during incomplete entry removes the last item
11490from the list.
11491
11492@kindex ;
11493The @kbd{;} key is used in the same way as @kbd{,} to create polar complex
11494numbers: @kbd{( 1 ; 2 )}. When entering a vector, @kbd{;} is useful for
11495creating a matrix. In particular, @kbd{[ [ 1 , 2 ; 3 , 4 ; 5 , 6 ] ]} is
11496equivalent to @kbd{[ [ 1 , 2 ] , [ 3 , 4 ] , [ 5 , 6 ] ]}.
11497
11498@kindex ..
11499@pindex calc-dots
11500Incomplete entry is also used to enter intervals. For example,
11501@kbd{[ 2 ..@: 4 )} enters a semi-open interval. Note that when you type
11502the first period, it will be interpreted as a decimal point, but when
11503you type a second period immediately afterward, it is re-interpreted as
11504part of the interval symbol. Typing @kbd{..} corresponds to executing
11505the @code{calc-dots} command.
11506
11507If you find incomplete entry distracting, you may wish to enter vectors
11508and complex numbers as algebraic formulas by pressing the apostrophe key.
11509
11510@node Variables, Formulas, Incomplete Objects, Data Types
11511@section Variables
11512
11513@noindent
11514@cindex Variables, in formulas
11515A @dfn{variable} is somewhere between a storage register on a conventional
11516calculator, and a variable in a programming language. (In fact, a Calc
11517variable is really just an Emacs Lisp variable that contains a Calc number
11518or formula.) A variable's name is normally composed of letters and digits.
11519Calc also allows apostrophes and @code{#} signs in variable names.
11520(The Calc variable @code{foo} corresponds to the Emacs Lisp variable
11521@code{var-foo}, but unless you access the variable from within Emacs
11522Lisp, you don't need to worry about it. Variable names in algebraic
11523formulas implicitly have @samp{var-} prefixed to their names. The
11524@samp{#} character in variable names used in algebraic formulas
11525corresponds to a dash @samp{-} in the Lisp variable name. If the name
11526contains any dashes, the prefix @samp{var-} is @emph{not} automatically
11527added. Thus the two formulas @samp{foo + 1} and @samp{var#foo + 1} both
11528refer to the same variable.)
11529
11530In a command that takes a variable name, you can either type the full
11531name of a variable, or type a single digit to use one of the special
11532convenience variables @code{q0} through @code{q9}. For example,
11533@kbd{3 s s 2} stores the number 3 in variable @code{q2}, and
11534@w{@kbd{3 s s foo @key{RET}}} stores that number in variable
11535@code{foo}.
11536
11537To push a variable itself (as opposed to the variable's value) on the
11538stack, enter its name as an algebraic expression using the apostrophe
11539(@key{'}) key.
11540
11541@kindex =
11542@pindex calc-evaluate
11543@cindex Evaluation of variables in a formula
11544@cindex Variables, evaluation
11545@cindex Formulas, evaluation
11546The @kbd{=} (@code{calc-evaluate}) key ``evaluates'' a formula by
11547replacing all variables in the formula which have been given values by a
11548@code{calc-store} or @code{calc-let} command by their stored values.
11549Other variables are left alone. Thus a variable that has not been
11550stored acts like an abstract variable in algebra; a variable that has
11551been stored acts more like a register in a traditional calculator.
11552With a positive numeric prefix argument, @kbd{=} evaluates the top
11553@var{n} stack entries; with a negative argument, @kbd{=} evaluates
11554the @var{n}th stack entry.
11555
11556@cindex @code{e} variable
11557@cindex @code{pi} variable
11558@cindex @code{i} variable
11559@cindex @code{phi} variable
11560@cindex @code{gamma} variable
11561@vindex e
11562@vindex pi
11563@vindex i
11564@vindex phi
11565@vindex gamma
11566A few variables are called @dfn{special constants}. Their names are
11567@samp{e}, @samp{pi}, @samp{i}, @samp{phi}, and @samp{gamma}.
11568(@xref{Scientific Functions}.) When they are evaluated with @kbd{=},
11569their values are calculated if necessary according to the current precision
11570or complex polar mode. If you wish to use these symbols for other purposes,
11571simply undefine or redefine them using @code{calc-store}.
11572
11573The variables @samp{inf}, @samp{uinf}, and @samp{nan} stand for
11574infinite or indeterminate values. It's best not to use them as
11575regular variables, since Calc uses special algebraic rules when
11576it manipulates them. Calc displays a warning message if you store
11577a value into any of these special variables.
11578
11579@xref{Store and Recall}, for a discussion of commands dealing with variables.
11580
11581@node Formulas, , Variables, Data Types
11582@section Formulas
11583
11584@noindent
11585@cindex Formulas
11586@cindex Expressions
11587@cindex Operators in formulas
11588@cindex Precedence of operators
11589When you press the apostrophe key you may enter any expression or formula
11590in algebraic form. (Calc uses the terms ``expression'' and ``formula''
11591interchangeably.) An expression is built up of numbers, variable names,
11592and function calls, combined with various arithmetic operators.
11593Parentheses may
11594be used to indicate grouping. Spaces are ignored within formulas, except
11595that spaces are not permitted within variable names or numbers.
11596Arithmetic operators, in order from highest to lowest precedence, and
11597with their equivalent function names, are:
11598
11599@samp{_} [@code{subscr}] (subscripts);
11600
11601postfix @samp{%} [@code{percent}] (as in @samp{25% = 0.25});
11602
0edd2970 11603prefix @samp{!} [@code{lnot}] (logical ``not,'' as in @samp{!x});
4009494e
GM
11604
11605@samp{+/-} [@code{sdev}] (the standard deviation symbol) and
11606@samp{mod} [@code{makemod}] (the symbol for modulo forms);
11607
11608postfix @samp{!} [@code{fact}] (factorial, as in @samp{n!})
11609and postfix @samp{!!} [@code{dfact}] (double factorial);
11610
11611@samp{^} [@code{pow}] (raised-to-the-power-of);
11612
0edd2970
JB
11613prefix @samp{+} and @samp{-} [@code{neg}] (as in @samp{-x});
11614
4009494e
GM
11615@samp{*} [@code{mul}];
11616
11617@samp{/} [@code{div}], @samp{%} [@code{mod}] (modulo), and
11618@samp{\} [@code{idiv}] (integer division);
11619
11620infix @samp{+} [@code{add}] and @samp{-} [@code{sub}] (as in @samp{x-y});
11621
11622@samp{|} [@code{vconcat}] (vector concatenation);
11623
11624relations @samp{=} [@code{eq}], @samp{!=} [@code{neq}], @samp{<} [@code{lt}],
11625@samp{>} [@code{gt}], @samp{<=} [@code{leq}], and @samp{>=} [@code{geq}];
11626
11627@samp{&&} [@code{land}] (logical ``and'');
11628
11629@samp{||} [@code{lor}] (logical ``or'');
11630
11631the C-style ``if'' operator @samp{a?b:c} [@code{if}];
11632
11633@samp{!!!} [@code{pnot}] (rewrite pattern ``not'');
11634
11635@samp{&&&} [@code{pand}] (rewrite pattern ``and'');
11636
11637@samp{|||} [@code{por}] (rewrite pattern ``or'');
11638
11639@samp{:=} [@code{assign}] (for assignments and rewrite rules);
11640
11641@samp{::} [@code{condition}] (rewrite pattern condition);
11642
11643@samp{=>} [@code{evalto}].
11644
11645Note that, unlike in usual computer notation, multiplication binds more
11646strongly than division: @samp{a*b/c*d} is equivalent to
11647@texline @math{a b \over c d}.
11648@infoline @expr{(a*b)/(c*d)}.
11649
11650@cindex Multiplication, implicit
11651@cindex Implicit multiplication
11652The multiplication sign @samp{*} may be omitted in many cases. In particular,
11653if the righthand side is a number, variable name, or parenthesized
11654expression, the @samp{*} may be omitted. Implicit multiplication has the
11655same precedence as the explicit @samp{*} operator. The one exception to
11656the rule is that a variable name followed by a parenthesized expression,
11657as in @samp{f(x)},
11658is interpreted as a function call, not an implicit @samp{*}. In many
11659cases you must use a space if you omit the @samp{*}: @samp{2a} is the
11660same as @samp{2*a}, and @samp{a b} is the same as @samp{a*b}, but @samp{ab}
11661is a variable called @code{ab}, @emph{not} the product of @samp{a} and
11662@samp{b}! Also note that @samp{f (x)} is still a function call.
11663
11664@cindex Implicit comma in vectors
11665The rules are slightly different for vectors written with square brackets.
11666In vectors, the space character is interpreted (like the comma) as a
11667separator of elements of the vector. Thus @w{@samp{[ 2a b+c d ]}} is
11668equivalent to @samp{[2*a, b+c, d]}, whereas @samp{2a b+c d} is equivalent
11669to @samp{2*a*b + c*d}.
11670Note that spaces around the brackets, and around explicit commas, are
11671ignored. To force spaces to be interpreted as multiplication you can
11672enclose a formula in parentheses as in @samp{[(a b) 2(c d)]}, which is
11673interpreted as @samp{[a*b, 2*c*d]}. An implicit comma is also inserted
11674between @samp{][}, as in the matrix @samp{[[1 2][3 4]]}.
11675
11676Vectors that contain commas (not embedded within nested parentheses or
11677brackets) do not treat spaces specially: @samp{[a b, 2 c d]} is a vector
11678of two elements. Also, if it would be an error to treat spaces as
11679separators, but not otherwise, then Calc will ignore spaces:
11680@w{@samp{[a - b]}} is a vector of one element, but @w{@samp{[a -b]}} is
11681a vector of two elements. Finally, vectors entered with curly braces
11682instead of square brackets do not give spaces any special treatment.
11683When Calc displays a vector that does not contain any commas, it will
11684insert parentheses if necessary to make the meaning clear:
11685@w{@samp{[(a b)]}}.
11686
11687The expression @samp{5%-2} is ambiguous; is this five-percent minus two,
11688or five modulo minus-two? Calc always interprets the leftmost symbol as
11689an infix operator preferentially (modulo, in this case), so you would
11690need to write @samp{(5%)-2} to get the former interpretation.
11691
11692@cindex Function call notation
11693A function call is, e.g., @samp{sin(1+x)}. (The Calc algebraic function
11694@code{foo} corresponds to the Emacs Lisp function @code{calcFunc-foo},
11695but unless you access the function from within Emacs Lisp, you don't
11696need to worry about it.) Most mathematical Calculator commands like
11697@code{calc-sin} have function equivalents like @code{sin}.
11698If no Lisp function is defined for a function called by a formula, the
11699call is left as it is during algebraic manipulation: @samp{f(x+y)} is
11700left alone. Beware that many innocent-looking short names like @code{in}
11701and @code{re} have predefined meanings which could surprise you; however,
11702single letters or single letters followed by digits are always safe to
11703use for your own function names. @xref{Function Index}.
11704
11705In the documentation for particular commands, the notation @kbd{H S}
11706(@code{calc-sinh}) [@code{sinh}] means that the key sequence @kbd{H S}, the
11707command @kbd{M-x calc-sinh}, and the algebraic function @code{sinh(x)} all
11708represent the same operation.
11709
11710Commands that interpret (``parse'') text as algebraic formulas include
11711algebraic entry (@kbd{'}), editing commands like @kbd{`} which parse
11712the contents of the editing buffer when you finish, the @kbd{C-x * g}
11713and @w{@kbd{C-x * r}} commands, the @kbd{C-y} command, the X window system
11714``paste'' mouse operation, and Embedded mode. All of these operations
11715use the same rules for parsing formulas; in particular, language modes
11716(@pxref{Language Modes}) affect them all in the same way.
11717
11718When you read a large amount of text into the Calculator (say a vector
11719which represents a big set of rewrite rules; @pxref{Rewrite Rules}),
11720you may wish to include comments in the text. Calc's formula parser
11721ignores the symbol @samp{%%} and anything following it on a line:
11722
11723@example
11724[ a + b, %% the sum of "a" and "b"
11725 c + d,
11726 %% last line is coming up:
11727 e + f ]
11728@end example
11729
11730@noindent
11731This is parsed exactly the same as @samp{[ a + b, c + d, e + f ]}.
11732
11733@xref{Syntax Tables}, for a way to create your own operators and other
11734input notations. @xref{Compositions}, for a way to create new display
11735formats.
11736
11737@xref{Algebra}, for commands for manipulating formulas symbolically.
11738
11739@node Stack and Trail, Mode Settings, Data Types, Top
11740@chapter Stack and Trail Commands
11741
11742@noindent
11743This chapter describes the Calc commands for manipulating objects on the
11744stack and in the trail buffer. (These commands operate on objects of any
11745type, such as numbers, vectors, formulas, and incomplete objects.)
11746
11747@menu
11748* Stack Manipulation::
11749* Editing Stack Entries::
11750* Trail Commands::
11751* Keep Arguments::
11752@end menu
11753
11754@node Stack Manipulation, Editing Stack Entries, Stack and Trail, Stack and Trail
11755@section Stack Manipulation Commands
11756
11757@noindent
11758@kindex @key{RET}
11759@kindex @key{SPC}
11760@pindex calc-enter
11761@cindex Duplicating stack entries
11762To duplicate the top object on the stack, press @key{RET} or @key{SPC}
11763(two equivalent keys for the @code{calc-enter} command).
11764Given a positive numeric prefix argument, these commands duplicate
11765several elements at the top of the stack.
11766Given a negative argument,
11767these commands duplicate the specified element of the stack.
11768Given an argument of zero, they duplicate the entire stack.
11769For example, with @samp{10 20 30} on the stack,
11770@key{RET} creates @samp{10 20 30 30},
11771@kbd{C-u 2 @key{RET}} creates @samp{10 20 30 20 30},
11772@kbd{C-u - 2 @key{RET}} creates @samp{10 20 30 20}, and
11773@kbd{C-u 0 @key{RET}} creates @samp{10 20 30 10 20 30}.
11774
11775@kindex @key{LFD}
11776@pindex calc-over
11777The @key{LFD} (@code{calc-over}) command (on a key marked Line-Feed if you
11778have it, else on @kbd{C-j}) is like @code{calc-enter}
11779except that the sign of the numeric prefix argument is interpreted
11780oppositely. Also, with no prefix argument the default argument is 2.
11781Thus with @samp{10 20 30} on the stack, @key{LFD} and @kbd{C-u 2 @key{LFD}}
11782are both equivalent to @kbd{C-u - 2 @key{RET}}, producing
11783@samp{10 20 30 20}.
11784
11785@kindex @key{DEL}
11786@kindex C-d
11787@pindex calc-pop
11788@cindex Removing stack entries
11789@cindex Deleting stack entries
11790To remove the top element from the stack, press @key{DEL} (@code{calc-pop}).
11791The @kbd{C-d} key is a synonym for @key{DEL}.
11792(If the top element is an incomplete object with at least one element, the
11793last element is removed from it.) Given a positive numeric prefix argument,
11794several elements are removed. Given a negative argument, the specified
11795element of the stack is deleted. Given an argument of zero, the entire
11796stack is emptied.
11797For example, with @samp{10 20 30} on the stack,
11798@key{DEL} leaves @samp{10 20},
11799@kbd{C-u 2 @key{DEL}} leaves @samp{10},
11800@kbd{C-u - 2 @key{DEL}} leaves @samp{10 30}, and
11801@kbd{C-u 0 @key{DEL}} leaves an empty stack.
11802
11803@kindex M-@key{DEL}
11804@pindex calc-pop-above
11805The @kbd{M-@key{DEL}} (@code{calc-pop-above}) command is to @key{DEL} what
11806@key{LFD} is to @key{RET}: It interprets the sign of the numeric
11807prefix argument in the opposite way, and the default argument is 2.
11808Thus @kbd{M-@key{DEL}} by itself removes the second-from-top stack element,
11809leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes
11810the third stack element.
11811
11812@kindex @key{TAB}
11813@pindex calc-roll-down
11814To exchange the top two elements of the stack, press @key{TAB}
11815(@code{calc-roll-down}). Given a positive numeric prefix argument, the
11816specified number of elements at the top of the stack are rotated downward.
11817Given a negative argument, the entire stack is rotated downward the specified
11818number of times. Given an argument of zero, the entire stack is reversed
11819top-for-bottom.
11820For example, with @samp{10 20 30 40 50} on the stack,
11821@key{TAB} creates @samp{10 20 30 50 40},
11822@kbd{C-u 3 @key{TAB}} creates @samp{10 20 50 30 40},
11823@kbd{C-u - 2 @key{TAB}} creates @samp{40 50 10 20 30}, and
11824@kbd{C-u 0 @key{TAB}} creates @samp{50 40 30 20 10}.
11825
11826@kindex M-@key{TAB}
11827@pindex calc-roll-up
11828The command @kbd{M-@key{TAB}} (@code{calc-roll-up}) is analogous to @key{TAB}
11829except that it rotates upward instead of downward. Also, the default
11830with no prefix argument is to rotate the top 3 elements.
11831For example, with @samp{10 20 30 40 50} on the stack,
11832@kbd{M-@key{TAB}} creates @samp{10 20 40 50 30},
11833@kbd{C-u 4 M-@key{TAB}} creates @samp{10 30 40 50 20},
11834@kbd{C-u - 2 M-@key{TAB}} creates @samp{30 40 50 10 20}, and
11835@kbd{C-u 0 M-@key{TAB}} creates @samp{50 40 30 20 10}.
11836
11837A good way to view the operation of @key{TAB} and @kbd{M-@key{TAB}} is in
11838terms of moving a particular element to a new position in the stack.
11839With a positive argument @var{n}, @key{TAB} moves the top stack
11840element down to level @var{n}, making room for it by pulling all the
11841intervening stack elements toward the top. @kbd{M-@key{TAB}} moves the
11842element at level @var{n} up to the top. (Compare with @key{LFD},
11843which copies instead of moving the element in level @var{n}.)
11844
11845With a negative argument @mathit{-@var{n}}, @key{TAB} rotates the stack
11846to move the object in level @var{n} to the deepest place in the
11847stack, and the object in level @mathit{@var{n}+1} to the top. @kbd{M-@key{TAB}}
5a9e3ab7 11848rotates the deepest stack element to be in level @var{n}, also
4009494e
GM
11849putting the top stack element in level @mathit{@var{n}+1}.
11850
11851@xref{Selecting Subformulas}, for a way to apply these commands to
11852any portion of a vector or formula on the stack.
11853
5a9e3ab7
JB
11854@kindex C-xC-t
11855@pindex calc-transpose-lines
11856@cindex Moving stack entries
11857The command @kbd{C-x C-t} (@code{calc-transpose-lines}) will transpose
11858the stack object determined by the point with the stack object at the
11859next higher level. For example, with @samp{10 20 30 40 50} on the
11860stack and the point on the line containing @samp{30}, @kbd{C-x C-t}
11861creates @samp{10 20 40 30 50}. More generally, @kbd{C-x C-t} acts on
11862the stack objects determined by the current point (and mark) similar
11863to how the text-mode command @code{transpose-lines} acts on
11864lines. With argument @var{n}, @kbd{C-x C-t} will move the stack object
11865at the level above the current point and move it past N other objects;
11866for example, with @samp{10 20 30 40 50} on the stack and the point on
11867the line containing @samp{30}, @kbd{C-u 2 C-x C-t} creates
11868@samp{10 40 20 30 50}. With an argument of 0, @kbd{C-x C-t} will switch
11869the stack objects at the levels determined by the point and the mark.
11870
4009494e
GM
11871@node Editing Stack Entries, Trail Commands, Stack Manipulation, Stack and Trail
11872@section Editing Stack Entries
11873
11874@noindent
11875@kindex `
11876@pindex calc-edit
11877@pindex calc-edit-finish
11878@cindex Editing the stack with Emacs
8dc6104d
JB
11879The @kbd{`} (@code{calc-edit}) command creates a temporary buffer
11880(@samp{*Calc Edit*}) for editing the top-of-stack value using regular
11881Emacs commands. Note that @kbd{`} is a backquote, not a quote. With a
11882numeric prefix argument, it edits the specified number of stack entries
11883at once. (An argument of zero edits the entire stack; a negative
11884argument edits one specific stack entry.)
4009494e
GM
11885
11886When you are done editing, press @kbd{C-c C-c} to finish and return
11887to Calc. The @key{RET} and @key{LFD} keys also work to finish most
11888sorts of editing, though in some cases Calc leaves @key{RET} with its
11889usual meaning (``insert a newline'') if it's a situation where you
11890might want to insert new lines into the editing buffer.
11891
11892When you finish editing, the Calculator parses the lines of text in
11893the @samp{*Calc Edit*} buffer as numbers or formulas, replaces the
11894original stack elements in the original buffer with these new values,
11895then kills the @samp{*Calc Edit*} buffer. The original Calculator buffer
11896continues to exist during editing, but for best results you should be
11897careful not to change it until you have finished the edit. You can
11898also cancel the edit by killing the buffer with @kbd{C-x k}.
11899
11900The formula is normally reevaluated as it is put onto the stack.
11901For example, editing @samp{a + 2} to @samp{3 + 2} and pressing
11902@kbd{C-c C-c} will push 5 on the stack. If you use @key{LFD} to
11903finish, Calc will put the result on the stack without evaluating it.
11904
11905If you give a prefix argument to @kbd{C-c C-c},
11906Calc will not kill the @samp{*Calc Edit*} buffer. You can switch
11907back to that buffer and continue editing if you wish. However, you
11908should understand that if you initiated the edit with @kbd{`}, the
11909@kbd{C-c C-c} operation will be programmed to replace the top of the
11910stack with the new edited value, and it will do this even if you have
11911rearranged the stack in the meanwhile. This is not so much of a problem
11912with other editing commands, though, such as @kbd{s e}
11913(@code{calc-edit-variable}; @pxref{Operations on Variables}).
11914
11915If the @code{calc-edit} command involves more than one stack entry,
11916each line of the @samp{*Calc Edit*} buffer is interpreted as a
11917separate formula. Otherwise, the entire buffer is interpreted as
11918one formula, with line breaks ignored. (You can use @kbd{C-o} or
11919@kbd{C-q C-j} to insert a newline in the buffer without pressing @key{RET}.)
11920
11921The @kbd{`} key also works during numeric or algebraic entry. The
11922text entered so far is moved to the @code{*Calc Edit*} buffer for
11923more extensive editing than is convenient in the minibuffer.
11924
11925@node Trail Commands, Keep Arguments, Editing Stack Entries, Stack and Trail
11926@section Trail Commands
11927
11928@noindent
11929@cindex Trail buffer
11930The commands for manipulating the Calc Trail buffer are two-key sequences
11931beginning with the @kbd{t} prefix.
11932
11933@kindex t d
11934@pindex calc-trail-display
11935The @kbd{t d} (@code{calc-trail-display}) command turns display of the
11936trail on and off. Normally the trail display is toggled on if it was off,
11937off if it was on. With a numeric prefix of zero, this command always
11938turns the trail off; with a prefix of one, it always turns the trail on.
11939The other trail-manipulation commands described here automatically turn
11940the trail on. Note that when the trail is off values are still recorded
11941there; they are simply not displayed. To set Emacs to turn the trail
11942off by default, type @kbd{t d} and then save the mode settings with
11943@kbd{m m} (@code{calc-save-modes}).
11944
11945@kindex t i
11946@pindex calc-trail-in
11947@kindex t o
11948@pindex calc-trail-out
11949The @kbd{t i} (@code{calc-trail-in}) and @kbd{t o}
11950(@code{calc-trail-out}) commands switch the cursor into and out of the
11951Calc Trail window. In practice they are rarely used, since the commands
11952shown below are a more convenient way to move around in the
11953trail, and they work ``by remote control'' when the cursor is still
11954in the Calculator window.
11955
11956@cindex Trail pointer
11957There is a @dfn{trail pointer} which selects some entry of the trail at
11958any given time. The trail pointer looks like a @samp{>} symbol right
11959before the selected number. The following commands operate on the
11960trail pointer in various ways.
11961
11962@kindex t y
11963@pindex calc-trail-yank
11964@cindex Retrieving previous results
11965The @kbd{t y} (@code{calc-trail-yank}) command reads the selected value in
11966the trail and pushes it onto the Calculator stack. It allows you to
11967re-use any previously computed value without retyping. With a numeric
11968prefix argument @var{n}, it yanks the value @var{n} lines above the current
11969trail pointer.
11970
11971@kindex t <
11972@pindex calc-trail-scroll-left
11973@kindex t >
11974@pindex calc-trail-scroll-right
11975The @kbd{t <} (@code{calc-trail-scroll-left}) and @kbd{t >}
11976(@code{calc-trail-scroll-right}) commands horizontally scroll the trail
11977window left or right by one half of its width.
11978
11979@kindex t n
11980@pindex calc-trail-next
11981@kindex t p
11982@pindex calc-trail-previous
11983@kindex t f
11984@pindex calc-trail-forward
11985@kindex t b
11986@pindex calc-trail-backward
11987The @kbd{t n} (@code{calc-trail-next}) and @kbd{t p}
11988(@code{calc-trail-previous)} commands move the trail pointer down or up
11989one line. The @kbd{t f} (@code{calc-trail-forward}) and @kbd{t b}
11990(@code{calc-trail-backward}) commands move the trail pointer down or up
11991one screenful at a time. All of these commands accept numeric prefix
11992arguments to move several lines or screenfuls at a time.
11993
11994@kindex t [
11995@pindex calc-trail-first
11996@kindex t ]
11997@pindex calc-trail-last
11998@kindex t h
11999@pindex calc-trail-here
12000The @kbd{t [} (@code{calc-trail-first}) and @kbd{t ]}
12001(@code{calc-trail-last}) commands move the trail pointer to the first or
12002last line of the trail. The @kbd{t h} (@code{calc-trail-here}) command
12003moves the trail pointer to the cursor position; unlike the other trail
12004commands, @kbd{t h} works only when Calc Trail is the selected window.
12005
12006@kindex t s
12007@pindex calc-trail-isearch-forward
12008@kindex t r
12009@pindex calc-trail-isearch-backward
12010@ifnottex
12011The @kbd{t s} (@code{calc-trail-isearch-forward}) and @kbd{t r}
12012(@code{calc-trail-isearch-backward}) commands perform an incremental
12013search forward or backward through the trail. You can press @key{RET}
12014to terminate the search; the trail pointer moves to the current line.
12015If you cancel the search with @kbd{C-g}, the trail pointer stays where
12016it was when the search began.
12017@end ifnottex
12018@tex
12019The @kbd{t s} (@code{calc-trail-isearch-forward}) and @kbd{t r}
12020(@code{calc-trail-isearch-backward}) com\-mands perform an incremental
12021search forward or backward through the trail. You can press @key{RET}
12022to terminate the search; the trail pointer moves to the current line.
12023If you cancel the search with @kbd{C-g}, the trail pointer stays where
12024it was when the search began.
12025@end tex
12026
12027@kindex t m
12028@pindex calc-trail-marker
12029The @kbd{t m} (@code{calc-trail-marker}) command allows you to enter a
12030line of text of your own choosing into the trail. The text is inserted
12031after the line containing the trail pointer; this usually means it is
12032added to the end of the trail. Trail markers are useful mainly as the
12033targets for later incremental searches in the trail.
12034
12035@kindex t k
12036@pindex calc-trail-kill
12037The @kbd{t k} (@code{calc-trail-kill}) command removes the selected line
12038from the trail. The line is saved in the Emacs kill ring suitable for
12039yanking into another buffer, but it is not easy to yank the text back
12040into the trail buffer. With a numeric prefix argument, this command
12041kills the @var{n} lines below or above the selected one.
12042
12043The @kbd{t .} (@code{calc-full-trail-vectors}) command is described
12044elsewhere; @pxref{Vector and Matrix Formats}.
12045
12046@node Keep Arguments, , Trail Commands, Stack and Trail
12047@section Keep Arguments
12048
12049@noindent
12050@kindex K
12051@pindex calc-keep-args
12052The @kbd{K} (@code{calc-keep-args}) command acts like a prefix for
12053the following command. It prevents that command from removing its
12054arguments from the stack. For example, after @kbd{2 @key{RET} 3 +},
12055the stack contains the sole number 5, but after @kbd{2 @key{RET} 3 K +},
12056the stack contains the arguments and the result: @samp{2 3 5}.
12057
12058With the exception of keyboard macros, this works for all commands that
12059take arguments off the stack. (To avoid potentially unpleasant behavior,
12060a @kbd{K} prefix before a keyboard macro will be ignored. A @kbd{K}
12061prefix called @emph{within} the keyboard macro will still take effect.)
12062As another example, @kbd{K a s} simplifies a formula, pushing the
12063simplified version of the formula onto the stack after the original
12064formula (rather than replacing the original formula). Note that you
12065could get the same effect by typing @kbd{@key{RET} a s}, copying the
12066formula and then simplifying the copy. One difference is that for a very
12067large formula the time taken to format the intermediate copy in
12068@kbd{@key{RET} a s} could be noticeable; @kbd{K a s} would avoid this
12069extra work.
12070
12071Even stack manipulation commands are affected. @key{TAB} works by
12072popping two values and pushing them back in the opposite order,
12073so @kbd{2 @key{RET} 3 K @key{TAB}} produces @samp{2 3 3 2}.
12074
12075A few Calc commands provide other ways of doing the same thing.
12076For example, @kbd{' sin($)} replaces the number on the stack with
12077its sine using algebraic entry; to push the sine and keep the
12078original argument you could use either @kbd{' sin($1)} or
12079@kbd{K ' sin($)}. @xref{Algebraic Entry}. Also, the @kbd{s s}
12080command is effectively the same as @kbd{K s t}. @xref{Storing Variables}.
12081
12082If you execute a command and then decide you really wanted to keep
12083the argument, you can press @kbd{M-@key{RET}} (@code{calc-last-args}).
12084This command pushes the last arguments that were popped by any command
12085onto the stack. Note that the order of things on the stack will be
12086different than with @kbd{K}: @kbd{2 @key{RET} 3 + M-@key{RET}} leaves
12087@samp{5 2 3} on the stack instead of @samp{2 3 5}. @xref{Undo}.
12088
12089@node Mode Settings, Arithmetic, Stack and Trail, Top
12090@chapter Mode Settings
12091
12092@noindent
12093This chapter describes commands that set modes in the Calculator.
12094They do not affect the contents of the stack, although they may change
12095the @emph{appearance} or @emph{interpretation} of the stack's contents.
12096
12097@menu
12098* General Mode Commands::
12099* Precision::
12100* Inverse and Hyperbolic::
12101* Calculation Modes::
12102* Simplification Modes::
12103* Declarations::
12104* Display Modes::
12105* Language Modes::
12106* Modes Variable::
12107* Calc Mode Line::
12108@end menu
12109
12110@node General Mode Commands, Precision, Mode Settings, Mode Settings
12111@section General Mode Commands
12112
12113@noindent
12114@kindex m m
12115@pindex calc-save-modes
12116@cindex Continuous memory
12117@cindex Saving mode settings
12118@cindex Permanent mode settings
12119@cindex Calc init file, mode settings
12120You can save all of the current mode settings in your Calc init file
12121(the file given by the variable @code{calc-settings-file}, typically
12122@file{~/.calc.el}) with the @kbd{m m} (@code{calc-save-modes}) command.
12123This will cause Emacs to reestablish these modes each time it starts up.
12124The modes saved in the file include everything controlled by the @kbd{m}
12125and @kbd{d} prefix keys, the current precision and binary word size,
12126whether or not the trail is displayed, the current height of the Calc
12127window, and more. The current interface (used when you type @kbd{C-x * *})
12128is also saved. If there were already saved mode settings in the
12129file, they are replaced. Otherwise, the new mode information is
12130appended to the end of the file.
12131
12132@kindex m R
12133@pindex calc-mode-record-mode
12134The @kbd{m R} (@code{calc-mode-record-mode}) command tells Calc to
12135record all the mode settings (as if by pressing @kbd{m m}) every
12136time a mode setting changes. If the modes are saved this way, then this
12137``automatic mode recording'' mode is also saved.
12138Type @kbd{m R} again to disable this method of recording the mode
12139settings. To turn it off permanently, the @kbd{m m} command will also be
12140necessary. (If Embedded mode is enabled, other options for recording
12141the modes are available; @pxref{Mode Settings in Embedded Mode}.)
12142
12143@kindex m F
12144@pindex calc-settings-file-name
12145The @kbd{m F} (@code{calc-settings-file-name}) command allows you to
12146choose a different file than the current value of @code{calc-settings-file}
12147for @kbd{m m}, @kbd{Z P}, and similar commands to save permanent information.
12148You are prompted for a file name. All Calc modes are then reset to
12149their default values, then settings from the file you named are loaded
12150if this file exists, and this file becomes the one that Calc will
12151use in the future for commands like @kbd{m m}. The default settings
12152file name is @file{~/.calc.el}. You can see the current file name by
12153giving a blank response to the @kbd{m F} prompt. See also the
12154discussion of the @code{calc-settings-file} variable; @pxref{Customizing Calc}.
12155
12156If the file name you give is your user init file (typically
12157@file{~/.emacs}), @kbd{m F} will not automatically load the new file. This
12158is because your user init file may contain other things you don't want
12159to reread. You can give
12160a numeric prefix argument of 1 to @kbd{m F} to force it to read the
12161file no matter what. Conversely, an argument of @mathit{-1} tells
12162@kbd{m F} @emph{not} to read the new file. An argument of 2 or @mathit{-2}
12163tells @kbd{m F} not to reset the modes to their defaults beforehand,
12164which is useful if you intend your new file to have a variant of the
12165modes present in the file you were using before.
12166
12167@kindex m x
12168@pindex calc-always-load-extensions
12169The @kbd{m x} (@code{calc-always-load-extensions}) command enables a mode
12170in which the first use of Calc loads the entire program, including all
12171extensions modules. Otherwise, the extensions modules will not be loaded
12172until the various advanced Calc features are used. Since this mode only
12173has effect when Calc is first loaded, @kbd{m x} is usually followed by
12174@kbd{m m} to make the mode-setting permanent. To load all of Calc just
12175once, rather than always in the future, you can press @kbd{C-x * L}.
12176
12177@kindex m S
12178@pindex calc-shift-prefix
12179The @kbd{m S} (@code{calc-shift-prefix}) command enables a mode in which
12180all of Calc's letter prefix keys may be typed shifted as well as unshifted.
12181If you are typing, say, @kbd{a S} (@code{calc-solve-for}) quite often
12182you might find it easier to turn this mode on so that you can type
12183@kbd{A S} instead. When this mode is enabled, the commands that used to
12184be on those single shifted letters (e.g., @kbd{A} (@code{calc-abs})) can
12185now be invoked by pressing the shifted letter twice: @kbd{A A}. Note
12186that the @kbd{v} prefix key always works both shifted and unshifted, and
12187the @kbd{z} and @kbd{Z} prefix keys are always distinct. Also, the @kbd{h}
12188prefix is not affected by this mode. Press @kbd{m S} again to disable
12189shifted-prefix mode.
12190
12191@node Precision, Inverse and Hyperbolic, General Mode Commands, Mode Settings
12192@section Precision
12193
12194@noindent
12195@kindex p
12196@pindex calc-precision
12197@cindex Precision of calculations
12198The @kbd{p} (@code{calc-precision}) command controls the precision to
12199which floating-point calculations are carried. The precision must be
12200at least 3 digits and may be arbitrarily high, within the limits of
12201memory and time. This affects only floats: Integer and rational
12202calculations are always carried out with as many digits as necessary.
12203
12204The @kbd{p} key prompts for the current precision. If you wish you
12205can instead give the precision as a numeric prefix argument.
12206
12207Many internal calculations are carried to one or two digits higher
12208precision than normal. Results are rounded down afterward to the
12209current precision. Unless a special display mode has been selected,
12210floats are always displayed with their full stored precision, i.e.,
12211what you see is what you get. Reducing the current precision does not
12212round values already on the stack, but those values will be rounded
12213down before being used in any calculation. The @kbd{c 0} through
12214@kbd{c 9} commands (@pxref{Conversions}) can be used to round an
12215existing value to a new precision.
12216
12217@cindex Accuracy of calculations
12218It is important to distinguish the concepts of @dfn{precision} and
12219@dfn{accuracy}. In the normal usage of these words, the number
12220123.4567 has a precision of 7 digits but an accuracy of 4 digits.
12221The precision is the total number of digits not counting leading
12222or trailing zeros (regardless of the position of the decimal point).
12223The accuracy is simply the number of digits after the decimal point
12224(again not counting trailing zeros). In Calc you control the precision,
12225not the accuracy of computations. If you were to set the accuracy
12226instead, then calculations like @samp{exp(100)} would generate many
12227more digits than you would typically need, while @samp{exp(-100)} would
12228probably round to zero! In Calc, both these computations give you
12229exactly 12 (or the requested number of) significant digits.
12230
12231The only Calc features that deal with accuracy instead of precision
12232are fixed-point display mode for floats (@kbd{d f}; @pxref{Float Formats}),
12233and the rounding functions like @code{floor} and @code{round}
12234(@pxref{Integer Truncation}). Also, @kbd{c 0} through @kbd{c 9}
12235deal with both precision and accuracy depending on the magnitudes
12236of the numbers involved.
12237
12238If you need to work with a particular fixed accuracy (say, dollars and
12239cents with two digits after the decimal point), one solution is to work
12240with integers and an ``implied'' decimal point. For example, $8.99
12241divided by 6 would be entered @kbd{899 @key{RET} 6 /}, yielding 149.833
12242(actually $1.49833 with our implied decimal point); pressing @kbd{R}
12243would round this to 150 cents, i.e., $1.50.
12244
12245@xref{Floats}, for still more on floating-point precision and related
12246issues.
12247
12248@node Inverse and Hyperbolic, Calculation Modes, Precision, Mode Settings
12249@section Inverse and Hyperbolic Flags
12250
12251@noindent
12252@kindex I
12253@pindex calc-inverse
12254There is no single-key equivalent to the @code{calc-arcsin} function.
12255Instead, you must first press @kbd{I} (@code{calc-inverse}) to set
12256the @dfn{Inverse Flag}, then press @kbd{S} (@code{calc-sin}).
12257The @kbd{I} key actually toggles the Inverse Flag. When this flag
12258is set, the word @samp{Inv} appears in the mode line.
12259
12260@kindex H
12261@pindex calc-hyperbolic
12262Likewise, the @kbd{H} key (@code{calc-hyperbolic}) sets or clears the
12263Hyperbolic Flag, which transforms @code{calc-sin} into @code{calc-sinh}.
12264If both of these flags are set at once, the effect will be
12265@code{calc-arcsinh}. (The Hyperbolic flag is also used by some
12266non-trigonometric commands; for example @kbd{H L} computes a base-10,
12267instead of base-@mathit{e}, logarithm.)
12268
12269Command names like @code{calc-arcsin} are provided for completeness, and
12270may be executed with @kbd{x} or @kbd{M-x}. Their effect is simply to
12271toggle the Inverse and/or Hyperbolic flags and then execute the
12272corresponding base command (@code{calc-sin} in this case).
12273
12274The Inverse and Hyperbolic flags apply only to the next Calculator
12275command, after which they are automatically cleared. (They are also
12276cleared if the next keystroke is not a Calc command.) Digits you
12277type after @kbd{I} or @kbd{H} (or @kbd{K}) are treated as prefix
12278arguments for the next command, not as numeric entries. The same
12279is true of @kbd{C-u}, but not of the minus sign (@kbd{K -} means to
12280subtract and keep arguments).
12281
12282The third Calc prefix flag, @kbd{K} (keep-arguments), is discussed
12283elsewhere. @xref{Keep Arguments}.
12284
12285@node Calculation Modes, Simplification Modes, Inverse and Hyperbolic, Mode Settings
12286@section Calculation Modes
12287
12288@noindent
12289The commands in this section are two-key sequences beginning with
12290the @kbd{m} prefix. (That's the letter @kbd{m}, not the @key{META} key.)
12291The @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
12310The Calculator supports three notations for angles: radians, degrees,
12311and degrees-minutes-seconds. When a number is presented to a function
12312like @code{sin} that requires an angle, the current angular mode is
12313used to interpret the number as either radians or degrees. If an HMS
12314form is presented to @code{sin}, it is always interpreted as
12315degrees-minutes-seconds.
12316
12317Functions that compute angles produce a number in radians, a number in
12318degrees, or an HMS form depending on the current angular mode. If the
12319result is a complex number and the current mode is HMS, the number is
12320instead expressed in degrees. (Complex-number calculations would
12321normally be done in Radians mode, though. Complex numbers are converted
12322to degrees by calculating the complex result in radians and then
12323multiplying 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
12331The @kbd{m r} (@code{calc-radians-mode}), @kbd{m d} (@code{calc-degrees-mode}),
12332and @kbd{m h} (@code{calc-hms-mode}) commands control the angular mode.
12333The current angular mode is displayed on the Emacs mode line.
12334The 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
12341The Calculator normally ``prefers'' rectangular complex numbers in the
12342sense that rectangular form is used when the proper form can not be
12343decided from the input. This might happen by multiplying a rectangular
12344number by a polar one, by taking the square root of a negative real
12345number, or by entering @kbd{( 2 @key{SPC} 3 )}.
12346
12347@kindex m p
12348@pindex calc-polar-mode
12349The @kbd{m p} (@code{calc-polar-mode}) command toggles complex-number
12350preference between rectangular and polar forms. In Polar mode, all
12351of 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
12359Division of two integers normally yields a floating-point number if the
12360result cannot be expressed as an integer. In some cases you would
12361rather get an exact fractional answer. One way to accomplish this is
12362to use the @kbd{:} (@code{calc-fdiv}) [@code{fdiv}] command, which
12363divides 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
12369To set the Calculator to produce fractional results for normal integer
12370divisions, use the @kbd{m f} (@code{calc-frac-mode}) command.
12371For example, @expr{8/4} produces @expr{2} in either mode,
12372but @expr{6/4} produces @expr{3:2} in Fraction mode, @expr{1.5} in
12373Float mode.
12374
12375At any time you can use @kbd{c f} (@code{calc-float}) to convert a
12376fraction to a float, or @kbd{c F} (@code{calc-fraction}) to convert a
12377float 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
12384The Calculator normally treats results like @expr{1 / 0} as errors;
12385formulas like this are left in unsimplified form. But Calc can be
12386put into a mode where such calculations instead produce ``infinite''
12387results.
12388
12389@kindex m i
12390@pindex calc-infinite-mode
12391The @kbd{m i} (@code{calc-infinite-mode}) command turns this mode
12392on and off. When the mode is off, infinities do not arise except
12393in calculations that already had infinities as inputs. (One exception
12394is that infinite open intervals like @samp{[0 .. inf)} can be
12395generated; however, intervals closed at infinity (@samp{[0 .. inf]})
12396will not be generated when Infinite mode is off.)
12397
12398With Infinite mode turned on, @samp{1 / 0} will generate @code{uinf},
12399an undirected infinity. @xref{Infinities}, for a discussion of the
12400difference between @code{inf} and @code{uinf}. Also, @expr{0 / 0}
12401evaluates to @code{nan}, the ``indeterminate'' symbol. Various other
12402functions can also return infinities in this mode; for example,
12403@samp{ln(0) = -inf}, and @samp{gamma(-7) = uinf}. Once again,
12404note that @samp{exp(inf) = inf} regardless of Infinite mode because
12405this calculation has infinity as an input.
12406
12407@cindex Positive Infinite mode
12408The @kbd{m i} command with a numeric prefix argument of zero,
12409i.e., @kbd{C-u 0 m i}, turns on a Positive Infinite mode in
12410which zero is treated as positive instead of being directionless.
12411Thus, @samp{1 / 0 = inf} and @samp{-1 / 0 = -inf} in this mode.
12412Note that zero never actually has a sign in Calc; there are no
12413separate representations for @mathit{+0} and @mathit{-0}. Positive
12414Infinite mode merely changes the interpretation given to the
12415single symbol, @samp{0}. One consequence of this is that, while
12416you might expect @samp{1 / -0 = -inf}, actually @samp{1 / -0}
12417is 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
12425Calculations are normally performed numerically wherever possible.
12426For example, the @code{calc-sqrt} command, or @code{sqrt} function in an
12427algebraic expression, produces a numeric answer if the argument is a
12428number 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
12433In @dfn{Symbolic mode}, controlled by the @kbd{m s} (@code{calc-symbolic-mode})
12434command, functions which would produce inexact, irrational results are
12435left 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
12440The shift-@kbd{N} (@code{calc-eval-num}) command evaluates numerically
12441the expression at the top of the stack, by temporarily disabling
12442@code{calc-symbolic-mode} and executing @kbd{=} (@code{calc-evaluate}).
12443Given a numeric prefix argument, it also
12444sets the floating-point precision to the specified value for the duration
12445of the command.
12446
12447To evaluate a formula numerically without expanding the variables it
12448contains, 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
12450variables.)
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
12458Calc sometimes makes assumptions during algebraic manipulation that
12459are awkward or incorrect when vectors and matrices are involved.
12460Calc has two modes, @dfn{Matrix mode} and @dfn{Scalar mode}, which
12461modify its behavior around vectors in useful ways.
12462
12463@kindex m v
12464@pindex calc-matrix-mode
12465Press @kbd{m v} (@code{calc-matrix-mode}) once to enter Matrix mode.
12466In this mode, all objects are assumed to be matrices unless provably
12467otherwise. One major effect is that Calc will no longer consider
12468multiplication to be commutative. (Recall that in matrix arithmetic,
12469@samp{A*B} is not the same as @samp{B*A}.) This assumption affects
12470rewrite rules and algebraic simplification. Another effect of this
12471mode is that calculations that would normally produce constants like
124720 and 1 (e.g., @expr{a - a} and @expr{a / a}, respectively) will now
12473produce function calls that represent ``generic'' zero or identity
12474matrices: @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}
12476identity matrix; if @var{n} is omitted, it doesn't know what
12477dimension to use and so the @code{idn} call remains in symbolic
12478form. However, if this generic identity matrix is later combined
12479with a matrix whose size is known, it will be converted into
12480a true identity matrix of the appropriate size. On the other hand,
12481if it is combined with a scalar (as in @samp{idn(1) + 2}), Calc
12482will assume it really was a scalar after all and produce, e.g., 3.
12483
12484Press @kbd{m v} a second time to get Scalar mode. Here, objects are
12485assumed @emph{not} to be vectors or matrices unless provably so.
12486For example, normally adding a variable to a vector, as in
12487@samp{[x, y, z] + a}, will leave the sum in symbolic form because
12488as far as Calc knows, @samp{a} could represent either a number or
12489another 3-vector. In Scalar mode, @samp{a} is assumed to be a
12490non-vector, and the addition is evaluated to @samp{[x+a, y+a, z+a]}.
12491
12492Press @kbd{m v} a third time to return to the normal mode of operation.
12493
12494If you press @kbd{m v} with a numeric prefix argument @var{n}, you
12495get a special ``dimensioned'' Matrix mode in which matrices of
12496unknown size are assumed to be @var{n}x@var{n} square matrices.
12497Then, the function call @samp{idn(1)} will expand into an actual
12498matrix 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
12500unknown size are assumed to be square matrices of unspecified size.
12501
12502@cindex Declaring scalar variables
12503Of course these modes are approximations to the true state of
12504affairs, which is probably that some quantities will be matrices
12505and others will be scalars. One solution is to ``declare''
12506certain variables or functions to be scalar-valued.
12507@xref{Declarations}, to see how to make declarations in Calc.
12508
12509There is nothing stopping you from declaring a variable to be
12510scalar and then storing a matrix in it; however, if you do, the
12511results you get from Calc may not be valid. Suppose you let Calc
12512get 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
12514for @samp{[x, y, z] + [1, 2, 3]}, but that's because you have broken
12515your earlier promise to Calc that @samp{a} would be scalar.
12516
12517Another way to mix scalars and matrices is to use selections
12518(@pxref{Selecting Subformulas}). Use Matrix mode when operating on
12519your formula normally; then, to apply Scalar mode to a certain part
12520of the formula without affecting the rest just select that part,
12521change into Scalar mode and press @kbd{=} to resimplify the part
12522under 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
12528The @dfn{evaluates-to} operator, @samp{=>}, has the special
12529property that any @samp{=>} formulas on the stack are recomputed
12530whenever variable values or mode settings that might affect them
12531are changed. @xref{Evaluates-To Operator}.
12532
12533@kindex m C
12534@pindex calc-auto-recompute
12535The @kbd{m C} (@code{calc-auto-recompute}) command turns this
12536automatic recomputation on and off. If you turn it off, Calc will
12537not update @samp{=>} operators on the stack (nor those in the
12538attached Embedded mode buffer, if there is one). They will not
12539be updated unless you explicitly do so by pressing @kbd{=} or until
12540you press @kbd{m C} to turn recomputation back on. (While automatic
12541recomputation is off, you can think of @kbd{m C m C} as a command
12542to update all @samp{=>} operators while leaving recomputation off.)
12543
12544To update @samp{=>} operators in an Embedded buffer while
12545automatic 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
12554Since the Calculator is written entirely in Emacs Lisp, which is not
12555designed for heavy numerical work, many operations are quite slow.
12556The Calculator normally displays the message @samp{Working...} in the
12557echo area during any command that may be slow. In addition, iterative
12558operations such as square roots and trigonometric functions display the
12559intermediate result at each step. Both of these types of messages can
12560be disabled if you find them distracting.
12561
12562@kindex m w
12563@pindex calc-working
12564Type @kbd{m w} (@code{calc-working}) with a numeric prefix of 0 to
12565disable all ``working'' messages. Use a numeric prefix of 1 to enable
12566only the plain @samp{Working...} message. Use a numeric prefix of 2 to
12567see intermediate results as well. With no numeric prefix this displays
12568the current mode.
12569
12570While it may seem that the ``working'' messages will slow Calc down
12571considerably, experiments have shown that their impact is actually
12572quite small. But if your terminal is slow you may find that it helps
12573to turn the messages off.
12574
12575@node Simplification Modes, Declarations, Calculation Modes, Mode Settings
12576@section Simplification Modes
12577
12578@noindent
12579The current @dfn{simplification mode} controls how numbers and formulas
12580are ``normalized'' when being taken from or pushed onto the stack.
12581Some normalizations are unavoidable, such as rounding floating-point
12582results to the current precision, and reducing fractions to simplest
12583form. Others, such as simplifying a formula like @expr{a+a} (or @expr{2+3}),
12584are done by default but can be turned off when necessary.
12585
12586When you press a key like @kbd{+} when @expr{2} and @expr{3} are on the
12587stack, Calc pops these numbers, normalizes them, creates the formula
12588@expr{2+3}, normalizes it, and pushes the result. Of course the standard
12589rules for normalizing @expr{2+3} will produce the result @expr{5}.
12590
12591Simplification mode commands consist of the lower-case @kbd{m} prefix key
12592followed by a shifted letter.
12593
12594@kindex m O
12595@pindex calc-no-simplify-mode
12596The @kbd{m O} (@code{calc-no-simplify-mode}) command turns off all optional
12597simplifications. These would leave a formula like @expr{2+3} alone. In
12598fact, nothing except simple numbers are ever affected by normalization
12599in this mode.
12600
12601@kindex m N
12602@pindex calc-num-simplify-mode
12603The @kbd{m N} (@code{calc-num-simplify-mode}) command turns off simplification
12604of any formulas except those for which all arguments are constants. For
12605example, @expr{1+2} is simplified to @expr{3}, and @expr{a+(2-2)} is
12606simplified to @expr{a+0} but no further, since one argument of the sum
12607is not a constant. Unfortunately, @expr{(a+2)-2} is @emph{not} simplified
12608because the top-level @samp{-} operator's arguments are not both
12609constant numbers (one of them is the formula @expr{a+2}).
12610A constant is a number or other numeric object (such as a constant
12611error form or modulo form), or a vector all of whose
12612elements are constant.
12613
12614@kindex m D
12615@pindex calc-default-simplify-mode
12616The @kbd{m D} (@code{calc-default-simplify-mode}) command restores the
12617default simplifications for all formulas. This includes many easy and
12618fast algebraic simplifications such as @expr{a+0} to @expr{a}, and
12619@expr{a + 2 a} to @expr{3 a}, as well as evaluating functions like
12620@expr{@tfn{deriv}(x^2, x)} to @expr{2 x}.
12621
12622@kindex m B
12623@pindex calc-bin-simplify-mode
12624The @kbd{m B} (@code{calc-bin-simplify-mode}) mode applies the default
12625simplifications to a result and then, if the result is an integer,
12626uses the @kbd{b c} (@code{calc-clip}) command to clip the integer according
12627to the current binary word size. @xref{Binary Functions}. Real numbers
12628are rounded to the nearest integer and then clipped; other kinds of
12629results (after the default simplifications) are left alone.
12630
12631@kindex m A
12632@pindex calc-alg-simplify-mode
12633The @kbd{m A} (@code{calc-alg-simplify-mode}) mode does algebraic
12634simplification; it applies all the default simplifications, and also
12635the more powerful (and slower) simplifications made by @kbd{a s}
12636(@code{calc-simplify}). @xref{Algebraic Simplifications}.
12637
12638@kindex m E
12639@pindex calc-ext-simplify-mode
12640The @kbd{m E} (@code{calc-ext-simplify-mode}) mode does ``extended''
12641algebraic simplification, as by the @kbd{a e} (@code{calc-simplify-extended})
12642command. @xref{Unsafe Simplifications}.
12643
12644@kindex m U
12645@pindex calc-units-simplify-mode
12646The @kbd{m U} (@code{calc-units-simplify-mode}) mode does units
12647simplification; it applies the command @kbd{u s}
12648(@code{calc-simplify-units}), which in turn
12649is a superset of @kbd{a s}. In this mode, variable names which
12650are identifiable as unit names (like @samp{mm} for ``millimeters'')
12651are simplified with their unit definitions in mind.
12652
12653A common technique is to set the simplification mode down to the lowest
12654amount of simplification you will allow to be applied automatically, then
12655use manual commands like @kbd{a s} and @kbd{c c} (@code{calc-clean}) to
12656perform higher types of simplifications on demand. @xref{Algebraic
12657Definitions}, for another sample use of No-Simplification mode.
12658
12659@node Declarations, Display Modes, Simplification Modes, Mode Settings
12660@section Declarations
12661
12662@noindent
12663A @dfn{declaration} is a statement you make that promises you will
12664use a certain variable or function in a restricted way. This may
12665give Calc the freedom to do things that it couldn't do if it had to
12666take the fully general situation into account.
12667
12668@menu
12669* Declaration Basics::
12670* Kinds of Declarations::
12671* Functions for Declarations::
12672@end menu
12673
12674@node Declaration Basics, Kinds of Declarations, Declarations, Declarations
12675@subsection Declaration Basics
12676
12677@noindent
12678@kindex s d
12679@pindex calc-declare-variable
12680The @kbd{s d} (@code{calc-declare-variable}) command is the easiest
12681way to make a declaration for a variable. This command prompts for
12682the variable name, then prompts for the declaration. The default
12683at the declaration prompt is the previous declaration, if any.
12684You can edit this declaration, or press @kbd{C-k} to erase it and
12685type a new declaration. (Or, erase it and press @key{RET} to clear
12686the declaration, effectively ``undeclaring'' the variable.)
12687
12688A declaration is in general a vector of @dfn{type symbols} and
12689@dfn{range} values. If there is only one type symbol or range value,
12690you can write it directly rather than enclosing it in a vector.
12691For example, @kbd{s d foo @key{RET} real @key{RET}} declares @code{foo} to
12692be a real number, and @kbd{s d bar @key{RET} [int, const, [1..6]] @key{RET}}
12693declares @code{bar} to be a constant integer between 1 and 6.
12694(Actually, you can omit the outermost brackets and Calc will
12695provide them for you: @kbd{s d bar @key{RET} int, const, [1..6] @key{RET}}.)
12696
12697@cindex @code{Decls} variable
12698@vindex Decls
12699Declarations in Calc are kept in a special variable called @code{Decls}.
12700This variable encodes the set of all outstanding declarations in
12701the form of a matrix. Each row has two elements: A variable or
12702vector of variables declared by that row, and the declaration
12703specifier as described above. You can use the @kbd{s D} command to
12704edit this variable if you wish to see all the declarations at once.
12705@xref{Operations on Variables}, for a description of this command
12706and the @kbd{s p} command that allows you to save your declarations
12707permanently if you wish.
12708
12709Items being declared can also be function calls. The arguments in
12710the call are ignored; the effect is to say that this function returns
12711values of the declared type for any valid arguments. The @kbd{s d}
12712command declares only variables, so if you wish to make a function
12713declaration you will have to edit the @code{Decls} matrix yourself.
12714
12715For example, the declaration matrix
12716
12717@smallexample
12718@group
12719[ [ foo, real ]
12720 [ [j, k, n], int ]
12721 [ f(1,2,3), [0 .. inf) ] ]
12722@end group
12723@end smallexample
12724
12725@noindent
12726declares that @code{foo} represents a real number, @code{j}, @code{k}
12727and @code{n} represent integers, and the function @code{f} always
12728returns a real number in the interval shown.
12729
12730@vindex All
12731If there is a declaration for the variable @code{All}, then that
12732declaration applies to all variables that are not otherwise declared.
12733It does not apply to function names. For example, using the row
12734@samp{[All, real]} says that all your variables are real unless they
12735are explicitly declared without @code{real} in some other row.
12736The @kbd{s d} command declares @code{All} if you give a blank
12737response to the variable-name prompt.
12738
12739@node Kinds of Declarations, Functions for Declarations, Declaration Basics, Declarations
12740@subsection Kinds of Declarations
12741
12742@noindent
12743The type-specifier part of a declaration (that is, the second prompt
12744in the @kbd{s d} command) can be a type symbol, an interval, or a
12745vector consisting of zero or more type symbols followed by zero or
12746more intervals or numbers that represent the set of possible values
12747for the variable.
12748
12749@smallexample
12750@group
12751[ [ a, [1, 2, 3, 4, 5] ]
12752 [ b, [1 .. 5] ]
12753 [ c, [int, 1 .. 5] ] ]
12754@end group
12755@end smallexample
12756
12757Here @code{a} is declared to contain one of the five integers shown;
12758@code{b} is any number in the interval from 1 to 5 (any real number
12759since we haven't specified), and @code{c} is any integer in that
12760interval. Thus the declarations for @code{a} and @code{c} are
12761nearly equivalent (see below).
12762
12763The type-specifier can be the empty vector @samp{[]} to say that
12764nothing is known about a given variable's value. This is the same
12765as not declaring the variable at all except that it overrides any
12766@code{All} declaration which would otherwise apply.
12767
12768The initial value of @code{Decls} is the empty vector @samp{[]}.
12769If @code{Decls} has no stored value or if the value stored in it
12770is not valid, it is ignored and there are no declarations as far
12771as Calc is concerned. (The @kbd{s d} command will replace such a
12772malformed value with a fresh empty matrix, @samp{[]}, before recording
12773the new declaration.) Unrecognized type symbols are ignored.
12774
12775The following type symbols describe what sorts of numbers will be
12776stored in a variable:
12777
12778@table @code
12779@item int
12780Integers.
12781@item numint
12782Numerical integers. (Integers or integer-valued floats.)
12783@item frac
12784Fractions. (Rational numbers which are not integers.)
12785@item rat
12786Rational numbers. (Either integers or fractions.)
12787@item float
12788Floating-point numbers.
12789@item real
12790Real numbers. (Integers, fractions, or floats. Actually,
12791intervals and error forms with real components also count as
12792reals here.)
12793@item pos
12794Positive real numbers. (Strictly greater than zero.)
12795@item nonneg
12796Nonnegative real numbers. (Greater than or equal to zero.)
12797@item number
12798Numbers. (Real or complex.)
12799@end table
12800
12801Calc uses this information to determine when certain simplifications
12802of formulas are safe. For example, @samp{(x^y)^z} cannot be
12803simplified to @samp{x^(y z)} in general; for example,
12804@samp{((-3)^2)^1:2} is 3, but @samp{(-3)^(2*1:2) = (-3)^1} is @mathit{-3}.
12805However, this simplification @emph{is} safe if @code{z} is known
12806to be an integer, or if @code{x} is known to be a nonnegative
12807real number. If you have given declarations that allow Calc to
12808deduce either of these facts, Calc will perform this simplification
12809of the formula.
12810
12811Calc can apply a certain amount of logic when using declarations.
12812For example, @samp{(x^y)^(2n+1)} will be simplified if @code{n}
12813has been declared @code{int}; Calc knows that an integer times an
12814integer, plus an integer, must always be an integer. (In fact,
12815Calc would simplify @samp{(-x)^(2n+1)} to @samp{-(x^(2n+1))} since
12816it is able to determine that @samp{2n+1} must be an odd integer.)
12817
12818Similarly, @samp{(abs(x)^y)^z} will be simplified to @samp{abs(x)^(y z)}
12819because Calc knows that the @code{abs} function always returns a
12820nonnegative real. If you had a @code{myabs} function that also had
12821this property, you could get Calc to recognize it by adding the row
12822@samp{[myabs(), nonneg]} to the @code{Decls} matrix.
12823
12824One instance of this simplification is @samp{sqrt(x^2)} (since the
12825@code{sqrt} function is effectively a one-half power). Normally
12826Calc leaves this formula alone. After the command
12827@kbd{s d x @key{RET} real @key{RET}}, however, it can simplify the formula to
12828@samp{abs(x)}. And after @kbd{s d x @key{RET} nonneg @key{RET}}, Calc can
12829simplify this formula all the way to @samp{x}.
12830
12831If there are any intervals or real numbers in the type specifier,
12832they comprise the set of possible values that the variable or
12833function being declared can have. In particular, the type symbol
12834@code{real} is effectively the same as the range @samp{[-inf .. inf]}
12835(note that infinity is included in the range of possible values);
12836@code{pos} is the same as @samp{(0 .. inf]}, and @code{nonneg} is
12837the same as @samp{[0 .. inf]}. Saying @samp{[real, [-5 .. 5]]} is
12838redundant because the fact that the variable is real can be
12839deduced just from the interval, but @samp{[int, [-5 .. 5]]} and
12840@samp{[rat, [-5 .. 5]]} are useful combinations.
12841
12842Note that the vector of intervals or numbers is in the same format
12843used by Calc's set-manipulation commands. @xref{Set Operations}.
12844
12845The type specifier @samp{[1, 2, 3]} is equivalent to
12846@samp{[numint, 1, 2, 3]}, @emph{not} to @samp{[int, 1, 2, 3]}.
12847In other words, the range of possible values means only that
12848the variable's value must be numerically equal to a number in
12849that range, but not that it must be equal in type as well.
12850Calc's set operations act the same way; @samp{in(2, [1., 2., 3.])}
12851and @samp{in(1.5, [1:2, 3:2, 5:2])} both report ``true.''
12852
12853If you use a conflicting combination of type specifiers, the
12854results are unpredictable. An example is @samp{[pos, [0 .. 5]]},
12855where the interval does not lie in the range described by the
12856type symbol.
12857
12858``Real'' declarations mostly affect simplifications involving powers
12859like the one described above. Another case where they are used
12860is in the @kbd{a P} command which returns a list of all roots of a
12861polynomial; if the variable has been declared real, only the real
12862roots (if any) will be included in the list.
12863
12864``Integer'' declarations are used for simplifications which are valid
12865only when certain values are integers (such as @samp{(x^y)^z}
12866shown above).
12867
12868Another command that makes use of declarations is @kbd{a s}, when
12869simplifying equations and inequalities. It will cancel @code{x}
12870from both sides of @samp{a x = b x} only if it is sure @code{x}
12871is non-zero, say, because it has a @code{pos} declaration.
12872To declare specifically that @code{x} is real and non-zero,
12873use @samp{[[-inf .. 0), (0 .. inf]]}. (There is no way in the
12874current notation to say that @code{x} is nonzero but not necessarily
12875real.) The @kbd{a e} command does ``unsafe'' simplifications,
12876including cancelling @samp{x} from the equation when @samp{x} is
12877not known to be nonzero.
12878
12879Another set of type symbols distinguish between scalars and vectors.
12880
12881@table @code
12882@item scalar
12883The value is not a vector.
12884@item vector
12885The value is a vector.
12886@item matrix
12887The value is a matrix (a rectangular vector of vectors).
12888@item sqmatrix
12889The value is a square matrix.
12890@end table
12891
12892These type symbols can be combined with the other type symbols
12893described above; @samp{[int, matrix]} describes an object which
12894is a matrix of integers.
12895
12896Scalar/vector declarations are used to determine whether certain
12897algebraic operations are safe. For example, @samp{[a, b, c] + x}
12898is normally not simplified to @samp{[a + x, b + x, c + x]}, but
12899it will be if @code{x} has been declared @code{scalar}. On the
12900other hand, multiplication is usually assumed to be commutative,
12901but the terms in @samp{x y} will never be exchanged if both @code{x}
12902and @code{y} are known to be vectors or matrices. (Calc currently
12903never distinguishes between @code{vector} and @code{matrix}
12904declarations.)
12905
12906@xref{Matrix Mode}, for a discussion of Matrix mode and
12907Scalar mode, which are similar to declaring @samp{[All, matrix]}
12908or @samp{[All, scalar]} but much more convenient.
12909
12910One more type symbol that is recognized is used with the @kbd{H a d}
12911command for taking total derivatives of a formula. @xref{Calculus}.
12912
12913@table @code
12914@item const
12915The value is a constant with respect to other variables.
12916@end table
12917
12918Calc does not check the declarations for a variable when you store
12919a value in it. However, storing @mathit{-3.5} in a variable that has
12920been declared @code{pos}, @code{int}, or @code{matrix} may have
12921unexpected effects; Calc may evaluate @samp{sqrt(x^2)} to @expr{3.5}
12922if it substitutes the value first, or to @expr{-3.5} if @code{x}
12923was declared @code{pos} and the formula @samp{sqrt(x^2)} is
12924simplified to @samp{x} before the value is substituted. Before
12925using a variable for a new purpose, it is best to use @kbd{s d}
12926or @kbd{s D} to check to make sure you don't still have an old
12927declaration for the variable that will conflict with its new meaning.
12928
12929@node Functions for Declarations, , Kinds of Declarations, Declarations
12930@subsection Functions for Declarations
12931
12932@noindent
12933Calc has a set of functions for accessing the current declarations
12934in a convenient manner. These functions return 1 if the argument
12935can be shown to have the specified property, or 0 if the argument
12936can be shown @emph{not} to have that property; otherwise they are
12937left unevaluated. These functions are suitable for use with rewrite
12938rules (@pxref{Conditional Rewrite Rules}) or programming constructs
12939(@pxref{Conditionals in Macros}). They can be entered only using
12940algebraic notation. @xref{Logical Operations}, for functions
12941that perform other tests not related to declarations.
12942
12943For example, @samp{dint(17)} returns 1 because 17 is an integer, as
12944do @samp{dint(n)} and @samp{dint(2 n - 3)} if @code{n} has been declared
12945@code{int}, but @samp{dint(2.5)} and @samp{dint(n + 0.5)} return 0.
12946Calc consults knowledge of its own built-in functions as well as your
12947own declarations: @samp{dint(floor(x))} returns 1.
12948
12949@ignore
12950@starindex
12951@end ignore
12952@tindex dint
12953@ignore
12954@starindex
12955@end ignore
12956@tindex dnumint
12957@ignore
12958@starindex
12959@end ignore
12960@tindex dnatnum
12961The @code{dint} function checks if its argument is an integer.
12962The @code{dnatnum} function checks if its argument is a natural
12963number, i.e., a nonnegative integer. The @code{dnumint} function
12964checks if its argument is numerically an integer, i.e., either an
12965integer or an integer-valued float. Note that these and the other
12966data type functions also accept vectors or matrices composed of
12967suitable elements, and that real infinities @samp{inf} and @samp{-inf}
12968are considered to be integers for the purposes of these functions.
12969
12970@ignore
12971@starindex
12972@end ignore
12973@tindex drat
12974The @code{drat} function checks if its argument is rational, i.e.,
12975an integer or fraction. Infinities count as rational, but intervals
12976and error forms do not.
12977
12978@ignore
12979@starindex
12980@end ignore
12981@tindex dreal
12982The @code{dreal} function checks if its argument is real. This
12983includes integers, fractions, floats, real error forms, and intervals.
12984
12985@ignore
12986@starindex
12987@end ignore
12988@tindex dimag
12989The @code{dimag} function checks if its argument is imaginary,
12990i.e., is mathematically equal to a real number times @expr{i}.
12991
12992@ignore
12993@starindex
12994@end ignore
12995@tindex dpos
12996@ignore
12997@starindex
12998@end ignore
12999@tindex dneg
13000@ignore
13001@starindex
13002@end ignore
13003@tindex dnonneg
13004The @code{dpos} function checks for positive (but nonzero) reals.
13005The @code{dneg} function checks for negative reals. The @code{dnonneg}
13006function checks for nonnegative reals, i.e., reals greater than or
13007equal to zero. Note that the @kbd{a s} command can simplify an
13008expression like @expr{x > 0} to 1 or 0 using @code{dpos}, and that
13009@kbd{a s} is effectively applied to all conditions in rewrite rules,
13010so the actual functions @code{dpos}, @code{dneg}, and @code{dnonneg}
13011are rarely necessary.
13012
13013@ignore
13014@starindex
13015@end ignore
13016@tindex dnonzero
13017The @code{dnonzero} function checks that its argument is nonzero.
13018This includes all nonzero real or complex numbers, all intervals that
13019do not include zero, all nonzero modulo forms, vectors all of whose
13020elements are nonzero, and variables or formulas whose values can be
13021deduced to be nonzero. It does not include error forms, since they
13022represent values which could be anything including zero. (This is
13023also the set of objects considered ``true'' in conditional contexts.)
13024
13025@ignore
13026@starindex
13027@end ignore
13028@tindex deven
13029@ignore
13030@starindex
13031@end ignore
13032@tindex dodd
13033The @code{deven} function returns 1 if its argument is known to be
13034an even integer (or integer-valued float); it returns 0 if its argument
13035is known not to be even (because it is known to be odd or a non-integer).
13036The @kbd{a s} command uses this to simplify a test of the form
13037@samp{x % 2 = 0}. There is also an analogous @code{dodd} function.
13038
13039@ignore
13040@starindex
13041@end ignore
13042@tindex drange
13043The @code{drange} function returns a set (an interval or a vector
13044of intervals and/or numbers; @pxref{Set Operations}) that describes
13045the set of possible values of its argument. If the argument is
13046a variable or a function with a declaration, the range is copied
13047from the declaration. Otherwise, the possible signs of the
13048expression are determined using a method similar to @code{dpos},
13049etc., and a suitable set like @samp{[0 .. inf]} is returned. If
13050the expression is not provably real, the @code{drange} function
13051remains unevaluated.
13052
13053@ignore
13054@starindex
13055@end ignore
13056@tindex dscalar
13057The @code{dscalar} function returns 1 if its argument is provably
13058scalar, or 0 if its argument is provably non-scalar. It is left
13059unevaluated if this cannot be determined. (If Matrix mode or Scalar
13060mode is in effect, this function returns 1 or 0, respectively,
13061if it has no other information.) When Calc interprets a condition
13062(say, in a rewrite rule) it considers an unevaluated formula to be
13063``false.'' Thus, @samp{dscalar(a)} is ``true'' only if @code{a} is
13064provably scalar, and @samp{!dscalar(a)} is ``true'' only if @code{a}
13065is provably non-scalar; both are ``false'' if there is insufficient
13066information to tell.
13067
13068@node Display Modes, Language Modes, Declarations, Mode Settings
13069@section Display Modes
13070
13071@noindent
13072The commands in this section are two-key sequences beginning with the
13073@kbd{d} prefix. The @kbd{d l} (@code{calc-line-numbering}) and @kbd{d b}
13074(@code{calc-line-breaking}) commands are described elsewhere;
13075@pxref{Stack Basics} and @pxref{Normal Language Modes}, respectively.
13076Display formats for vectors and matrices are also covered elsewhere;
13077@pxref{Vector and Matrix Formats}.
13078
13079One thing all display modes have in common is their treatment of the
13080@kbd{H} prefix. This prefix causes any mode command that would normally
13081refresh the stack to leave the stack display alone. The word ``Dirty''
13082will appear in the mode line when Calc thinks the stack display may not
13083reflect the latest mode settings.
13084
13085@kindex d @key{RET}
13086@pindex calc-refresh-top
13087The @kbd{d @key{RET}} (@code{calc-refresh-top}) command reformats the
13088top stack entry according to all the current modes. Positive prefix
13089arguments reformat the top @var{n} entries; negative prefix arguments
13090reformat the specified entry, and a prefix of zero is equivalent to
13091@kbd{d @key{SPC}} (@code{calc-refresh}), which reformats the entire stack.
13092For example, @kbd{H d s M-2 d @key{RET}} changes to scientific notation
13093but reformats only the top two stack entries in the new mode.
13094
13095The @kbd{I} prefix has another effect on the display modes. The mode
13096is set only temporarily; the top stack entry is reformatted according
13097to that mode, then the original mode setting is restored. In other
13098words, @kbd{I d s} is equivalent to @kbd{H d s d @key{RET} H d (@var{old mode})}.
13099
13100@menu
13101* Radix Modes::
13102* Grouping Digits::
13103* Float Formats::
13104* Complex Formats::
13105* Fraction Formats::
13106* HMS Formats::
13107* Date Formats::
13108* Truncating the Stack::
13109* Justification::
13110* Labels::
13111@end menu
13112
13113@node Radix Modes, Grouping Digits, Display Modes, Display Modes
13114@subsection Radix Modes
13115
13116@noindent
13117@cindex Radix display
13118@cindex Non-decimal numbers
13119@cindex Decimal and non-decimal numbers
13120Calc normally displays numbers in decimal (@dfn{base-10} or @dfn{radix-10})
13121notation. Calc can actually display in any radix from two (binary) to 36.
13122When the radix is above 10, the letters @code{A} to @code{Z} are used as
13123digits. When entering such a number, letter keys are interpreted as
13124potential digits rather than terminating numeric entry mode.
13125
13126@kindex d 2
13127@kindex d 8
13128@kindex d 6
13129@kindex d 0
13130@cindex Hexadecimal integers
13131@cindex Octal integers
13132The key sequences @kbd{d 2}, @kbd{d 8}, @kbd{d 6}, and @kbd{d 0} select
13133binary, octal, hexadecimal, and decimal as the current display radix,
13134respectively. Numbers can always be entered in any radix, though the
13135current radix is used as a default if you press @kbd{#} without any initial
13136digits. A number entered without a @kbd{#} is @emph{always} interpreted
13137as decimal.
13138
13139@kindex d r
13140@pindex calc-radix
13141To set the radix generally, use @kbd{d r} (@code{calc-radix}) and enter
13142an integer from 2 to 36. You can specify the radix as a numeric prefix
13143argument; otherwise you will be prompted for it.
13144
13145@kindex d z
13146@pindex calc-leading-zeros
13147@cindex Leading zeros
13148Integers normally are displayed with however many digits are necessary to
13149represent the integer and no more. The @kbd{d z} (@code{calc-leading-zeros})
13150command causes integers to be padded out with leading zeros according to the
13151current binary word size. (@xref{Binary Functions}, for a discussion of
13152word size.) If the absolute value of the word size is @expr{w}, all integers
13153are displayed with at least enough digits to represent
13154@texline @math{2^w-1}
13155@infoline @expr{(2^w)-1}
13156in the current radix. (Larger integers will still be displayed in their
13157entirety.)
13158
13159@node Grouping Digits, Float Formats, Radix Modes, Display Modes
13160@subsection Grouping Digits
13161
13162@noindent
13163@kindex d g
13164@pindex calc-group-digits
13165@cindex Grouping digits
13166@cindex Digit grouping
13167Long numbers can be hard to read if they have too many digits. For
13168example, the factorial of 30 is 33 digits long! Press @kbd{d g}
13169(@code{calc-group-digits}) to enable @dfn{Grouping} mode, in which digits
13170are displayed in clumps of 3 or 4 (depending on the current radix)
13171separated by commas.
13172
13173The @kbd{d g} command toggles grouping on and off.
13174With a numeric prefix of 0, this command displays the current state of
13175the grouping flag; with an argument of minus one it disables grouping;
13176with a positive argument @expr{N} it enables grouping on every @expr{N}
13177digits. For floating-point numbers, grouping normally occurs only
13178before the decimal point. A negative prefix argument @expr{-N} enables
13179grouping every @expr{N} digits both before and after the decimal point.
13180
13181@kindex d ,
13182@pindex calc-group-char
13183The @kbd{d ,} (@code{calc-group-char}) command allows you to choose any
13184character as the grouping separator. The default is the comma character.
13185If you find it difficult to read vectors of large integers grouped with
13186commas, you may wish to use spaces or some other character instead.
13187This command takes the next character you type, whatever it is, and
13188uses it as the digit separator. As a special case, @kbd{d , \} selects
13189@samp{\,} (@TeX{}'s thin-space symbol) as the digit separator.
13190
13191Please note that grouped numbers will not generally be parsed correctly
13192if re-read in textual form, say by the use of @kbd{C-x * y} and @kbd{C-x * g}.
13193(@xref{Kill and Yank}, for details on these commands.) One exception is
13194the @samp{\,} separator, which doesn't interfere with parsing because it
13195is ignored by @TeX{} language mode.
13196
13197@node Float Formats, Complex Formats, Grouping Digits, Display Modes
13198@subsection Float Formats
13199
13200@noindent
13201Floating-point quantities are normally displayed in standard decimal
13202form, with scientific notation used if the exponent is especially high
13203or low. All significant digits are normally displayed. The commands
13204in this section allow you to choose among several alternative display
13205formats for floats.
13206
13207@kindex d n
13208@pindex calc-normal-notation
13209The @kbd{d n} (@code{calc-normal-notation}) command selects the normal
13210display format. All significant figures in a number are displayed.
13211With a positive numeric prefix, numbers are rounded if necessary to
13212that number of significant digits. With a negative numerix prefix,
13213the specified number of significant digits less than the current
13214precision is used. (Thus @kbd{C-u -2 d n} displays 10 digits if the
13215current precision is 12.)
13216
13217@kindex d f
13218@pindex calc-fix-notation
13219The @kbd{d f} (@code{calc-fix-notation}) command selects fixed-point
13220notation. The numeric argument is the number of digits after the
13221decimal point, zero or more. This format will relax into scientific
13222notation if a nonzero number would otherwise have been rounded all the
13223way to zero. Specifying a negative number of digits is the same as
13224for a positive number, except that small nonzero numbers will be rounded
13225to zero rather than switching to scientific notation.
13226
13227@kindex d s
13228@pindex calc-sci-notation
13229@cindex Scientific notation, display of
13230The @kbd{d s} (@code{calc-sci-notation}) command selects scientific
13231notation. A positive argument sets the number of significant figures
13232displayed, of which one will be before and the rest after the decimal
13233point. A negative argument works the same as for @kbd{d n} format.
13234The default is to display all significant digits.
13235
13236@kindex d e
13237@pindex calc-eng-notation
13238@cindex Engineering notation, display of
13239The @kbd{d e} (@code{calc-eng-notation}) command selects engineering
13240notation. This is similar to scientific notation except that the
13241exponent is rounded down to a multiple of three, with from one to three
13242digits before the decimal point. An optional numeric prefix sets the
13243number of significant digits to display, as for @kbd{d s}.
13244
13245It is important to distinguish between the current @emph{precision} and
13246the current @emph{display format}. After the commands @kbd{C-u 10 p}
13247and @kbd{C-u 6 d n} the Calculator computes all results to ten
13248significant figures but displays only six. (In fact, intermediate
13249calculations are often carried to one or two more significant figures,
13250but values placed on the stack will be rounded down to ten figures.)
13251Numbers are never actually rounded to the display precision for storage,
13252except by commands like @kbd{C-k} and @kbd{C-x * y} which operate on the
13253actual displayed text in the Calculator buffer.
13254
13255@kindex d .
13256@pindex calc-point-char
13257The @kbd{d .} (@code{calc-point-char}) command selects the character used
13258as a decimal point. Normally this is a period; users in some countries
13259may wish to change this to a comma. Note that this is only a display
13260style; on entry, periods must always be used to denote floating-point
13261numbers, and commas to separate elements in a list.
13262
13263@node Complex Formats, Fraction Formats, Float Formats, Display Modes
13264@subsection Complex Formats
13265
13266@noindent
13267@kindex d c
13268@pindex calc-complex-notation
13269There are three supported notations for complex numbers in rectangular
13270form. The default is as a pair of real numbers enclosed in parentheses
13271and separated by a comma: @samp{(a,b)}. The @kbd{d c}
13272(@code{calc-complex-notation}) command selects this style.
13273
13274@kindex d i
13275@pindex calc-i-notation
13276@kindex d j
13277@pindex calc-j-notation
13278The other notations are @kbd{d i} (@code{calc-i-notation}), in which
13279numbers are displayed in @samp{a+bi} form, and @kbd{d j}
13280(@code{calc-j-notation}) which displays the form @samp{a+bj} preferred
13281in some disciplines.
13282
13283@cindex @code{i} variable
13284@vindex i
13285Complex numbers are normally entered in @samp{(a,b)} format.
13286If you enter @samp{2+3i} as an algebraic formula, it will be stored as
13287the formula @samp{2 + 3 * i}. However, if you use @kbd{=} to evaluate
13288this formula and you have not changed the variable @samp{i}, the @samp{i}
13289will be interpreted as @samp{(0,1)} and the formula will be simplified
13290to @samp{(2,3)}. Other commands (like @code{calc-sin}) will @emph{not}
13291interpret the formula @samp{2 + 3 * i} as a complex number.
13292@xref{Variables}, under ``special constants.''
13293
13294@node Fraction Formats, HMS Formats, Complex Formats, Display Modes
13295@subsection Fraction Formats
13296
13297@noindent
13298@kindex d o
13299@pindex calc-over-notation
13300Display of fractional numbers is controlled by the @kbd{d o}
13301(@code{calc-over-notation}) command. By default, a number like
13302eight thirds is displayed in the form @samp{8:3}. The @kbd{d o} command
13303prompts for a one- or two-character format. If you give one character,
13304that character is used as the fraction separator. Common separators are
13305@samp{:} and @samp{/}. (During input of numbers, the @kbd{:} key must be
13306used regardless of the display format; in particular, the @kbd{/} is used
13307for RPN-style division, @emph{not} for entering fractions.)
13308
13309If you give two characters, fractions use ``integer-plus-fractional-part''
13310notation. For example, the format @samp{+/} would display eight thirds
13311as @samp{2+2/3}. If two colons are present in a number being entered,
13312the number is interpreted in this form (so that the entries @kbd{2:2:3}
13313and @kbd{8:3} are equivalent).
13314
13315It is also possible to follow the one- or two-character format with
13316a number. For example: @samp{:10} or @samp{+/3}. In this case,
13317Calc adjusts all fractions that are displayed to have the specified
13318denominator, if possible. Otherwise it adjusts the denominator to
13319be a multiple of the specified value. For example, in @samp{:6} mode
13320the fraction @expr{1:6} will be unaffected, but @expr{2:3} will be
13321displayed as @expr{4:6}, @expr{1:2} will be displayed as @expr{3:6},
13322and @expr{1:8} will be displayed as @expr{3:24}. Integers are also
13323affected by this mode: 3 is displayed as @expr{18:6}. Note that the
13324format @samp{:1} writes fractions the same as @samp{:}, but it writes
13325integers as @expr{n:1}.
13326
13327The fraction format does not affect the way fractions or integers are
13328stored, only the way they appear on the screen. The fraction format
13329never affects floats.
13330
13331@node HMS Formats, Date Formats, Fraction Formats, Display Modes
13332@subsection HMS Formats
13333
13334@noindent
13335@kindex d h
13336@pindex calc-hms-notation
13337The @kbd{d h} (@code{calc-hms-notation}) command controls the display of
13338HMS (hours-minutes-seconds) forms. It prompts for a string which
13339consists basically of an ``hours'' marker, optional punctuation, a
13340``minutes'' marker, more optional punctuation, and a ``seconds'' marker.
13341Punctuation is zero or more spaces, commas, or semicolons. The hours
13342marker is one or more non-punctuation characters. The minutes and
13343seconds markers must be single non-punctuation characters.
13344
13345The default HMS format is @samp{@@ ' "}, producing HMS values of the form
13346@samp{23@@ 30' 15.75"}. The format @samp{deg, ms} would display this same
13347value as @samp{23deg, 30m15.75s}. During numeric entry, the @kbd{h} or @kbd{o}
13348keys are recognized as synonyms for @kbd{@@} regardless of display format.
13349The @kbd{m} and @kbd{s} keys are recognized as synonyms for @kbd{'} and
13350@kbd{"}, respectively, but only if an @kbd{@@} (or @kbd{h} or @kbd{o}) has
13351already been typed; otherwise, they have their usual meanings
13352(@kbd{m-} prefix and @kbd{s-} prefix). Thus, @kbd{5 "}, @kbd{0 @@ 5 "}, and
13353@kbd{0 h 5 s} are some of the ways to enter the quantity ``five seconds.''
13354The @kbd{'} key is recognized as ``minutes'' only if @kbd{@@} (or @kbd{h} or
13355@kbd{o}) has already been pressed; otherwise it means to switch to algebraic
13356entry.
13357
13358@node Date Formats, Truncating the Stack, HMS Formats, Display Modes
13359@subsection Date Formats
13360
13361@noindent
13362@kindex d d
13363@pindex calc-date-notation
13364The @kbd{d d} (@code{calc-date-notation}) command controls the display
13365of date forms (@pxref{Date Forms}). It prompts for a string which
13366contains letters that represent the various parts of a date and time.
13367To show which parts should be omitted when the form represents a pure
13368date with no time, parts of the string can be enclosed in @samp{< >}
13369marks. If you don't include @samp{< >} markers in the format, Calc
13370guesses at which parts, if any, should be omitted when formatting
13371pure dates.
13372
13373The default format is: @samp{<H:mm:SSpp >Www Mmm D, YYYY}.
13374An example string in this format is @samp{3:32pm Wed Jan 9, 1991}.
13375If you enter a blank format string, this default format is
13376reestablished.
13377
13378Calc uses @samp{< >} notation for nameless functions as well as for
13379dates. @xref{Specifying Operators}. To avoid confusion with nameless
13380functions, your date formats should avoid using the @samp{#} character.
13381
13382@menu
13383* Date Formatting Codes::
13384* Free-Form Dates::
13385* Standard Date Formats::
13386@end menu
13387
13388@node Date Formatting Codes, Free-Form Dates, Date Formats, Date Formats
13389@subsubsection Date Formatting Codes
13390
13391@noindent
13392When displaying a date, the current date format is used. All
13393characters except for letters and @samp{<} and @samp{>} are
13394copied literally when dates are formatted. The portion between
13395@samp{< >} markers is omitted for pure dates, or included for
13396date/time forms. Letters are interpreted according to the table
13397below.
13398
13399When dates are read in during algebraic entry, Calc first tries to
13400match the input string to the current format either with or without
13401the time part. The punctuation characters (including spaces) must
13402match exactly; letter fields must correspond to suitable text in
13403the input. If this doesn't work, Calc checks if the input is a
13404simple number; if so, the number is interpreted as a number of days
13405since Jan 1, 1 AD. Otherwise, Calc tries a much more relaxed and
13406flexible algorithm which is described in the next section.
13407
13408Weekday names are ignored during reading.
13409
13410Two-digit year numbers are interpreted as lying in the range
13411from 1941 to 2039. Years outside that range are always
13412entered and displayed in full. Year numbers with a leading
13413@samp{+} sign are always interpreted exactly, allowing the
13414entry and display of the years 1 through 99 AD.
13415
13416Here is a complete list of the formatting codes for dates:
13417
13418@table @asis
13419@item Y
13420Year: ``91'' for 1991, ``7'' for 2007, ``+23'' for 23 AD.
13421@item YY
13422Year: ``91'' for 1991, ``07'' for 2007, ``+23'' for 23 AD.
13423@item BY
13424Year: ``91'' for 1991, `` 7'' for 2007, ``+23'' for 23 AD.
13425@item YYY
13426Year: ``1991'' for 1991, ``23'' for 23 AD.
13427@item YYYY
13428Year: ``1991'' for 1991, ``+23'' for 23 AD.
13429@item aa
13430Year: ``ad'' or blank.
13431@item AA
13432Year: ``AD'' or blank.
13433@item aaa
13434Year: ``ad '' or blank. (Note trailing space.)
13435@item AAA
13436Year: ``AD '' or blank.
13437@item aaaa
13438Year: ``a.d.'' or blank.
13439@item AAAA
13440Year: ``A.D.'' or blank.
13441@item bb
13442Year: ``bc'' or blank.
13443@item BB
13444Year: ``BC'' or blank.
13445@item bbb
13446Year: `` bc'' or blank. (Note leading space.)
13447@item BBB
13448Year: `` BC'' or blank.
13449@item bbbb
13450Year: ``b.c.'' or blank.
13451@item BBBB
13452Year: ``B.C.'' or blank.
13453@item M
13454Month: ``8'' for August.
13455@item MM
13456Month: ``08'' for August.
13457@item BM
13458Month: `` 8'' for August.
13459@item MMM
13460Month: ``AUG'' for August.
13461@item Mmm
13462Month: ``Aug'' for August.
13463@item mmm
13464Month: ``aug'' for August.
13465@item MMMM
13466Month: ``AUGUST'' for August.
13467@item Mmmm
13468Month: ``August'' for August.
13469@item D
13470Day: ``7'' for 7th day of month.
13471@item DD
13472Day: ``07'' for 7th day of month.
13473@item BD
13474Day: `` 7'' for 7th day of month.
13475@item W
13476Weekday: ``0'' for Sunday, ``6'' for Saturday.
13477@item WWW
13478Weekday: ``SUN'' for Sunday.
13479@item Www
13480Weekday: ``Sun'' for Sunday.
13481@item www
13482Weekday: ``sun'' for Sunday.
13483@item WWWW
13484Weekday: ``SUNDAY'' for Sunday.
13485@item Wwww
13486Weekday: ``Sunday'' for Sunday.
13487@item d
13488Day of year: ``34'' for Feb. 3.
13489@item ddd
13490Day of year: ``034'' for Feb. 3.
13491@item bdd
13492Day of year: `` 34'' for Feb. 3.
13493@item h
13494Hour: ``5'' for 5 AM; ``17'' for 5 PM.
13495@item hh
13496Hour: ``05'' for 5 AM; ``17'' for 5 PM.
13497@item bh
13498Hour: `` 5'' for 5 AM; ``17'' for 5 PM.
13499@item H
13500Hour: ``5'' for 5 AM and 5 PM.
13501@item HH
13502Hour: ``05'' for 5 AM and 5 PM.
13503@item BH
13504Hour: `` 5'' for 5 AM and 5 PM.
13505@item p
13506AM/PM: ``a'' or ``p''.
13507@item P
13508AM/PM: ``A'' or ``P''.
13509@item pp
13510AM/PM: ``am'' or ``pm''.
13511@item PP
13512AM/PM: ``AM'' or ``PM''.
13513@item pppp
13514AM/PM: ``a.m.'' or ``p.m.''.
13515@item PPPP
13516AM/PM: ``A.M.'' or ``P.M.''.
13517@item m
13518Minutes: ``7'' for 7.
13519@item mm
13520Minutes: ``07'' for 7.
13521@item bm
13522Minutes: `` 7'' for 7.
13523@item s
13524Seconds: ``7'' for 7; ``7.23'' for 7.23.
13525@item ss
13526Seconds: ``07'' for 7; ``07.23'' for 7.23.
13527@item bs
13528Seconds: `` 7'' for 7; `` 7.23'' for 7.23.
13529@item SS
13530Optional seconds: ``07'' for 7; blank for 0.
13531@item BS
13532Optional seconds: `` 7'' for 7; blank for 0.
13533@item N
13534Numeric date/time: ``726842.25'' for 6:00am Wed Jan 9, 1991.
13535@item n
13536Numeric date: ``726842'' for any time on Wed Jan 9, 1991.
13537@item J
13538Julian date/time: ``2448265.75'' for 6:00am Wed Jan 9, 1991.
13539@item j
13540Julian date: ``2448266'' for any time on Wed Jan 9, 1991.
13541@item U
13542Unix time: ``663400800'' for 6:00am Wed Jan 9, 1991.
13543@item X
13544Brackets suppression. An ``X'' at the front of the format
13545causes the surrounding @w{@samp{< >}} delimiters to be omitted
13546when formatting dates. Note that the brackets are still
13547required for algebraic entry.
13548@end table
13549
13550If ``SS'' or ``BS'' (optional seconds) is preceded by a colon, the
13551colon is also omitted if the seconds part is zero.
13552
13553If ``bb,'' ``bbb'' or ``bbbb'' or their upper-case equivalents
13554appear in the format, then negative year numbers are displayed
13555without a minus sign. Note that ``aa'' and ``bb'' are mutually
13556exclusive. Some typical usages would be @samp{YYYY AABB};
13557@samp{AAAYYYYBBB}; @samp{YYYYBBB}.
13558
13559The formats ``YY,'' ``YYYY,'' ``MM,'' ``DD,'' ``ddd,'' ``hh,'' ``HH,''
13560``mm,'' ``ss,'' and ``SS'' actually match any number of digits during
13561reading unless several of these codes are strung together with no
13562punctuation in between, in which case the input must have exactly as
13563many digits as there are letters in the format.
13564
13565The ``j,'' ``J,'' and ``U'' formats do not make any time zone
13566adjustment. They effectively use @samp{julian(x,0)} and
13567@samp{unixtime(x,0)} to make the conversion; @pxref{Date Arithmetic}.
13568
13569@node Free-Form Dates, Standard Date Formats, Date Formatting Codes, Date Formats
13570@subsubsection Free-Form Dates
13571
13572@noindent
13573When reading a date form during algebraic entry, Calc falls back
13574on the algorithm described here if the input does not exactly
13575match the current date format. This algorithm generally
13576``does the right thing'' and you don't have to worry about it,
13577but it is described here in full detail for the curious.
13578
13579Calc does not distinguish between upper- and lower-case letters
13580while interpreting dates.
13581
13582First, the time portion, if present, is located somewhere in the
13583text and then removed. The remaining text is then interpreted as
13584the date.
13585
13586A time is of the form @samp{hh:mm:ss}, possibly with the seconds
13587part omitted and possibly with an AM/PM indicator added to indicate
1358812-hour time. If the AM/PM is present, the minutes may also be
13589omitted. The AM/PM part may be any of the words @samp{am},
13590@samp{pm}, @samp{noon}, or @samp{midnight}; each of these may be
13591abbreviated to one letter, and the alternate forms @samp{a.m.},
13592@samp{p.m.}, and @samp{mid} are also understood. Obviously
13593@samp{noon} and @samp{midnight} are allowed only on 12:00:00.
13594The words @samp{noon}, @samp{mid}, and @samp{midnight} are also
13595recognized with no number attached.
13596
13597If there is no AM/PM indicator, the time is interpreted in 24-hour
13598format.
13599
13600To read the date portion, all words and numbers are isolated
13601from the string; other characters are ignored. All words must
13602be either month names or day-of-week names (the latter of which
13603are ignored). Names can be written in full or as three-letter
13604abbreviations.
13605
13606Large numbers, or numbers with @samp{+} or @samp{-} signs,
13607are interpreted as years. If one of the other numbers is
13608greater than 12, then that must be the day and the remaining
13609number in the input is therefore the month. Otherwise, Calc
13610assumes the month, day and year are in the same order that they
13611appear in the current date format. If the year is omitted, the
13612current year is taken from the system clock.
13613
13614If there are too many or too few numbers, or any unrecognizable
13615words, then the input is rejected.
13616
13617If there are any large numbers (of five digits or more) other than
13618the year, they are ignored on the assumption that they are something
13619like Julian dates that were included along with the traditional
13620date components when the date was formatted.
13621
13622One of the words @samp{ad}, @samp{a.d.}, @samp{bc}, or @samp{b.c.}
13623may optionally be used; the latter two are equivalent to a
13624minus sign on the year value.
13625
13626If you always enter a four-digit year, and use a name instead
13627of a number for the month, there is no danger of ambiguity.
13628
13629@node Standard Date Formats, , Free-Form Dates, Date Formats
13630@subsubsection Standard Date Formats
13631
13632@noindent
13633There are actually ten standard date formats, numbered 0 through 9.
13634Entering a blank line at the @kbd{d d} command's prompt gives
13635you format number 1, Calc's usual format. You can enter any digit
13636to select the other formats.
13637
13638To create your own standard date formats, give a numeric prefix
13639argument from 0 to 9 to the @w{@kbd{d d}} command. The format you
13640enter will be recorded as the new standard format of that
13641number, as well as becoming the new current date format.
13642You can save your formats permanently with the @w{@kbd{m m}}
13643command (@pxref{Mode Settings}).
13644
13645@table @asis
13646@item 0
13647@samp{N} (Numerical format)
13648@item 1
13649@samp{<H:mm:SSpp >Www Mmm D, YYYY} (American format)
13650@item 2
13651@samp{D Mmm YYYY<, h:mm:SS>} (European format)
13652@item 3
13653@samp{Www Mmm BD< hh:mm:ss> YYYY} (Unix written date format)
13654@item 4
13655@samp{M/D/Y< H:mm:SSpp>} (American slashed format)
13656@item 5
13657@samp{D.M.Y< h:mm:SS>} (European dotted format)
13658@item 6
13659@samp{M-D-Y< H:mm:SSpp>} (American dashed format)
13660@item 7
13661@samp{D-M-Y< h:mm:SS>} (European dashed format)
13662@item 8
13663@samp{j<, h:mm:ss>} (Julian day plus time)
13664@item 9
13665@samp{YYddd< hh:mm:ss>} (Year-day format)
13666@end table
13667
13668@node Truncating the Stack, Justification, Date Formats, Display Modes
13669@subsection Truncating the Stack
13670
13671@noindent
13672@kindex d t
13673@pindex calc-truncate-stack
13674@cindex Truncating the stack
13675@cindex Narrowing the stack
13676The @kbd{d t} (@code{calc-truncate-stack}) command moves the @samp{.}@:
13677line that marks the top-of-stack up or down in the Calculator buffer.
13678The number right above that line is considered to the be at the top of
13679the stack. Any numbers below that line are ``hidden'' from all stack
13680operations (although still visible to the user). This is similar to the
13681Emacs ``narrowing'' feature, except that the values below the @samp{.}
13682are @emph{visible}, just temporarily frozen. This feature allows you to
13683keep several independent calculations running at once in different parts
13684of the stack, or to apply a certain command to an element buried deep in
13685the stack.
13686
13687Pressing @kbd{d t} by itself moves the @samp{.} to the line the cursor
13688is on. Thus, this line and all those below it become hidden. To un-hide
13689these lines, move down to the end of the buffer and press @w{@kbd{d t}}.
13690With a positive numeric prefix argument @expr{n}, @kbd{d t} hides the
13691bottom @expr{n} values in the buffer. With a negative argument, it hides
13692all but the top @expr{n} values. With an argument of zero, it hides zero
13693values, i.e., moves the @samp{.} all the way down to the bottom.
13694
13695@kindex d [
13696@pindex calc-truncate-up
13697@kindex d ]
13698@pindex calc-truncate-down
13699The @kbd{d [} (@code{calc-truncate-up}) and @kbd{d ]}
13700(@code{calc-truncate-down}) commands move the @samp{.} up or down one
13701line at a time (or several lines with a prefix argument).
13702
13703@node Justification, Labels, Truncating the Stack, Display Modes
13704@subsection Justification
13705
13706@noindent
13707@kindex d <
13708@pindex calc-left-justify
13709@kindex d =
13710@pindex calc-center-justify
13711@kindex d >
13712@pindex calc-right-justify
13713Values on the stack are normally left-justified in the window. You can
13714control this arrangement by typing @kbd{d <} (@code{calc-left-justify}),
13715@kbd{d >} (@code{calc-right-justify}), or @kbd{d =}
13716(@code{calc-center-justify}). For example, in Right-Justification mode,
13717stack entries are displayed flush-right against the right edge of the
13718window.
13719
13720If you change the width of the Calculator window you may have to type
13721@kbd{d @key{SPC}} (@code{calc-refresh}) to re-align right-justified or centered
13722text.
13723
13724Right-justification is especially useful together with fixed-point
13725notation (see @code{d f}; @code{calc-fix-notation}). With these modes
13726together, the decimal points on numbers will always line up.
13727
13728With a numeric prefix argument, the justification commands give you
13729a little extra control over the display. The argument specifies the
13730horizontal ``origin'' of a display line. It is also possible to
13731specify a maximum line width using the @kbd{d b} command (@pxref{Normal
13732Language Modes}). For reference, the precise rules for formatting and
13733breaking lines are given below. Notice that the interaction between
13734origin and line width is slightly different in each justification
13735mode.
13736
13737In Left-Justified mode, the line is indented by a number of spaces
13738given by the origin (default zero). If the result is longer than the
13739maximum line width, if given, or too wide to fit in the Calc window
13740otherwise, then it is broken into lines which will fit; each broken
13741line is indented to the origin.
13742
13743In Right-Justified mode, lines are shifted right so that the rightmost
13744character is just before the origin, or just before the current
13745window width if no origin was specified. If the line is too long
13746for this, then it is broken; the current line width is used, if
13747specified, or else the origin is used as a width if that is
13748specified, or else the line is broken to fit in the window.
13749
13750In Centering mode, the origin is the column number of the center of
13751each stack entry. If a line width is specified, lines will not be
13752allowed to go past that width; Calc will either indent less or
13753break the lines if necessary. If no origin is specified, half the
13754line width or Calc window width is used.
13755
13756Note that, in each case, if line numbering is enabled the display
13757is indented an additional four spaces to make room for the line
13758number. The width of the line number is taken into account when
13759positioning according to the current Calc window width, but not
13760when positioning by explicit origins and widths. In the latter
13761case, the display is formatted as specified, and then uniformly
13762shifted over four spaces to fit the line numbers.
13763
13764@node Labels, , Justification, Display Modes
13765@subsection Labels
13766
13767@noindent
13768@kindex d @{
13769@pindex calc-left-label
13770The @kbd{d @{} (@code{calc-left-label}) command prompts for a string,
13771then displays that string to the left of every stack entry. If the
13772entries are left-justified (@pxref{Justification}), then they will
13773appear immediately after the label (unless you specified an origin
13774greater than the length of the label). If the entries are centered
13775or right-justified, the label appears on the far left and does not
13776affect the horizontal position of the stack entry.
13777
13778Give a blank string (with @kbd{d @{ @key{RET}}) to turn the label off.
13779
13780@kindex d @}
13781@pindex calc-right-label
13782The @kbd{d @}} (@code{calc-right-label}) command similarly adds a
13783label on the righthand side. It does not affect positioning of
13784the stack entries unless they are right-justified. Also, if both
13785a line width and an origin are given in Right-Justified mode, the
13786stack entry is justified to the origin and the righthand label is
13787justified to the line width.
13788
13789One application of labels would be to add equation numbers to
13790formulas you are manipulating in Calc and then copying into a
13791document (possibly using Embedded mode). The equations would
13792typically be centered, and the equation numbers would be on the
13793left or right as you prefer.
13794
13795@node Language Modes, Modes Variable, Display Modes, Mode Settings
13796@section Language Modes
13797
13798@noindent
13799The commands in this section change Calc to use a different notation for
13800entry and display of formulas, corresponding to the conventions of some
13801other common language such as Pascal or La@TeX{}. Objects displayed on the
13802stack or yanked from the Calculator to an editing buffer will be formatted
13803in the current language; objects entered in algebraic entry or yanked from
13804another buffer will be interpreted according to the current language.
13805
13806The current language has no effect on things written to or read from the
13807trail buffer, nor does it affect numeric entry. Only algebraic entry is
13808affected. You can make even algebraic entry ignore the current language
13809and use the standard notation by giving a numeric prefix, e.g., @kbd{C-u '}.
13810
13811For example, suppose the formula @samp{2*a[1] + atan(a[2])} occurs in a C
13812program; elsewhere in the program you need the derivatives of this formula
13813with respect to @samp{a[1]} and @samp{a[2]}. First, type @kbd{d C}
13814to switch to C notation. Now use @code{C-u C-x * g} to grab the formula
13815into the Calculator, @kbd{a d a[1] @key{RET}} to differentiate with respect
13816to the first variable, and @kbd{C-x * y} to yank the formula for the derivative
13817back into your C program. Press @kbd{U} to undo the differentiation and
13818repeat with @kbd{a d a[2] @key{RET}} for the other derivative.
13819
13820Without being switched into C mode first, Calc would have misinterpreted
13821the brackets in @samp{a[1]} and @samp{a[2]}, would not have known that
13822@code{atan} was equivalent to Calc's built-in @code{arctan} function,
13823and would have written the formula back with notations (like implicit
13824multiplication) which would not have been valid for a C program.
13825
13826As another example, suppose you are maintaining a C program and a La@TeX{}
13827document, each of which needs a copy of the same formula. You can grab the
13828formula from the program in C mode, switch to La@TeX{} mode, and yank the
13829formula into the document in La@TeX{} math-mode format.
13830
13831Language modes are selected by typing the letter @kbd{d} followed by a
13832shifted letter key.
13833
13834@menu
13835* Normal Language Modes::
13836* C FORTRAN Pascal::
13837* TeX and LaTeX Language Modes::
13838* Eqn Language Mode::
4e320733
JB
13839* Yacas Language Mode::
13840* Maxima Language Mode::
13841* Giac Language Mode::
4009494e
GM
13842* Mathematica Language Mode::
13843* Maple Language Mode::
13844* Compositions::
13845* Syntax Tables::
13846@end menu
13847
13848@node Normal Language Modes, C FORTRAN Pascal, Language Modes, Language Modes
13849@subsection Normal Language Modes
13850
13851@noindent
13852@kindex d N
13853@pindex calc-normal-language
13854The @kbd{d N} (@code{calc-normal-language}) command selects the usual
13855notation for Calc formulas, as described in the rest of this manual.
13856Matrices are displayed in a multi-line tabular format, but all other
13857objects are written in linear form, as they would be typed from the
13858keyboard.
13859
13860@kindex d O
13861@pindex calc-flat-language
13862@cindex Matrix display
13863The @kbd{d O} (@code{calc-flat-language}) command selects a language
13864identical with the normal one, except that matrices are written in
13865one-line form along with everything else. In some applications this
13866form may be more suitable for yanking data into other buffers.
13867
13868@kindex d b
13869@pindex calc-line-breaking
13870@cindex Line breaking
13871@cindex Breaking up long lines
13872Even in one-line mode, long formulas or vectors will still be split
13873across multiple lines if they exceed the width of the Calculator window.
13874The @kbd{d b} (@code{calc-line-breaking}) command turns this line-breaking
13875feature on and off. (It works independently of the current language.)
13876If you give a numeric prefix argument of five or greater to the @kbd{d b}
13877command, that argument will specify the line width used when breaking
13878long lines.
13879
13880@kindex d B
13881@pindex calc-big-language
13882The @kbd{d B} (@code{calc-big-language}) command selects a language
13883which uses textual approximations to various mathematical notations,
13884such as powers, quotients, and square roots:
13885
13886@example
13887 ____________
13888 | a + 1 2
13889 | ----- + c
13890\| b
13891@end example
13892
13893@noindent
13894in place of @samp{sqrt((a+1)/b + c^2)}.
13895
13896Subscripts like @samp{a_i} are displayed as actual subscripts in Big
13897mode. Double subscripts, @samp{a_i_j} (@samp{subscr(subscr(a, i), j)})
13898are displayed as @samp{a} with subscripts separated by commas:
13899@samp{i, j}. They must still be entered in the usual underscore
13900notation.
13901
13902One slight ambiguity of Big notation is that
13903
13904@example
13905 3
13906- -
13907 4
13908@end example
13909
13910@noindent
13911can represent either the negative rational number @expr{-3:4}, or the
13912actual expression @samp{-(3/4)}; but the latter formula would normally
13913never be displayed because it would immediately be evaluated to
13914@expr{-3:4} or @expr{-0.75}, so this ambiguity is not a problem in
13915typical use.
13916
13917Non-decimal numbers are displayed with subscripts. Thus there is no
13918way to tell the difference between @samp{16#C2} and @samp{C2_16},
13919though generally you will know which interpretation is correct.
13920Logarithms @samp{log(x,b)} and @samp{log10(x)} also use subscripts
13921in Big mode.
13922
13923In Big mode, stack entries often take up several lines. To aid
13924readability, stack entries are separated by a blank line in this mode.
13925You may find it useful to expand the Calc window's height using
13926@kbd{C-x ^} (@code{enlarge-window}) or to make the Calc window the only
13927one on the screen with @kbd{C-x 1} (@code{delete-other-windows}).
13928
13929Long lines are currently not rearranged to fit the window width in
13930Big mode, so you may need to use the @kbd{<} and @kbd{>} keys
13931to scroll across a wide formula. For really big formulas, you may
13932even need to use @kbd{@{} and @kbd{@}} to scroll up and down.
13933
13934@kindex d U
13935@pindex calc-unformatted-language
13936The @kbd{d U} (@code{calc-unformatted-language}) command altogether disables
13937the use of operator notation in formulas. In this mode, the formula
13938shown above would be displayed:
13939
13940@example
13941sqrt(add(div(add(a, 1), b), pow(c, 2)))
13942@end example
13943
13944These four modes differ only in display format, not in the format
13945expected for algebraic entry. The standard Calc operators work in
13946all four modes, and unformatted notation works in any language mode
13947(except that Mathematica mode expects square brackets instead of
13948parentheses).
13949
13950@node C FORTRAN Pascal, TeX and LaTeX Language Modes, Normal Language Modes, Language Modes
13951@subsection C, FORTRAN, and Pascal Modes
13952
13953@noindent
13954@kindex d C
13955@pindex calc-c-language
13956@cindex C language
13957The @kbd{d C} (@code{calc-c-language}) command selects the conventions
13958of the C language for display and entry of formulas. This differs from
13959the normal language mode in a variety of (mostly minor) ways. In
13960particular, C language operators and operator precedences are used in
13961place of Calc's usual ones. For example, @samp{a^b} means @samp{xor(a,b)}
13962in C mode; a value raised to a power is written as a function call,
13963@samp{pow(a,b)}.
13964
13965In C mode, vectors and matrices use curly braces instead of brackets.
13966Octal and hexadecimal values are written with leading @samp{0} or @samp{0x}
13967rather than using the @samp{#} symbol. Array subscripting is
13968translated into @code{subscr} calls, so that @samp{a[i]} in C
13969mode is the same as @samp{a_i} in Normal mode. Assignments
13970turn into the @code{assign} function, which Calc normally displays
13971using the @samp{:=} symbol.
13972
13973The variables @code{pi} and @code{e} would be displayed @samp{pi}
13974and @samp{e} in Normal mode, but in C mode they are displayed as
13975@samp{M_PI} and @samp{M_E}, corresponding to the names of constants
13976typically provided in the @file{<math.h>} header. Functions whose
13977names are different in C are translated automatically for entry and
13978display purposes. For example, entering @samp{asin(x)} will push the
13979formula @samp{arcsin(x)} onto the stack; this formula will be displayed
13980as @samp{asin(x)} as long as C mode is in effect.
13981
13982@kindex d P
13983@pindex calc-pascal-language
13984@cindex Pascal language
13985The @kbd{d P} (@code{calc-pascal-language}) command selects Pascal
13986conventions. Like C mode, Pascal mode interprets array brackets and uses
13987a different table of operators. Hexadecimal numbers are entered and
13988displayed with a preceding dollar sign. (Thus the regular meaning of
13989@kbd{$2} during algebraic entry does not work in Pascal mode, though
13990@kbd{$} (and @kbd{$$}, etc.) not followed by digits works the same as
13991always.) No special provisions are made for other non-decimal numbers,
13992vectors, and so on, since there is no universally accepted standard way
13993of handling these in Pascal.
13994
13995@kindex d F
13996@pindex calc-fortran-language
13997@cindex FORTRAN language
13998The @kbd{d F} (@code{calc-fortran-language}) command selects FORTRAN
13999conventions. Various function names are transformed into FORTRAN
14000equivalents. Vectors are written as @samp{/1, 2, 3/}, and may be
14001entered this way or using square brackets. Since FORTRAN uses round
14002parentheses for both function calls and array subscripts, Calc displays
14003both in the same way; @samp{a(i)} is interpreted as a function call
14004upon reading, and subscripts must be entered as @samp{subscr(a, i)}.
702dbfd9
JB
14005If the variable @code{a} has been declared to have type
14006@code{vector} or @code{matrix}, however, then @samp{a(i)} will be
14007parsed as a subscript. (@xref{Declarations}.) Usually it doesn't
14008matter, though; if you enter the subscript expression @samp{a(i)} and
14009Calc interprets it as a function call, you'll never know the difference
14010unless you switch to another language mode or replace @code{a} with an
14011actual vector (or unless @code{a} happens to be the name of a built-in
4009494e
GM
14012function!).
14013
14014Underscores are allowed in variable and function names in all of these
14015language modes. The underscore here is equivalent to the @samp{#} in
14016Normal mode, or to hyphens in the underlying Emacs Lisp variable names.
14017
14018FORTRAN and Pascal modes normally do not adjust the case of letters in
14019formulas. Most built-in Calc names use lower-case letters. If you use a
14020positive numeric prefix argument with @kbd{d P} or @kbd{d F}, these
14021modes will use upper-case letters exclusively for display, and will
14022convert to lower-case on input. With a negative prefix, these modes
14023convert to lower-case for display and input.
14024
14025@node TeX and LaTeX Language Modes, Eqn Language Mode, C FORTRAN Pascal, Language Modes
14026@subsection @TeX{} and La@TeX{} Language Modes
14027
14028@noindent
14029@kindex d T
14030@pindex calc-tex-language
14031@cindex TeX language
14032@kindex d L
14033@pindex calc-latex-language
14034@cindex LaTeX language
14035The @kbd{d T} (@code{calc-tex-language}) command selects the conventions
14036of ``math mode'' in Donald Knuth's @TeX{} typesetting language,
14037and the @kbd{d L} (@code{calc-latex-language}) command selects the
14038conventions of ``math mode'' in La@TeX{}, a typesetting language that
14039uses @TeX{} as its formatting engine. Calc's La@TeX{} language mode can
14040read any formula that the @TeX{} language mode can, although La@TeX{}
14041mode may display it differently.
14042
14043Formulas are entered and displayed in the appropriate notation;
14044@texline @math{\sin(a/b)}
14045@infoline @expr{sin(a/b)}
0cbe9c78 14046will appear as @samp{\sin\left( @{a \over b@} \right)} in @TeX{} mode and
4009494e
GM
14047@samp{\sin\left(\frac@{a@}@{b@}\right)} in La@TeX{} mode.
14048Math formulas are often enclosed by @samp{$ $} signs in @TeX{} and
14049La@TeX{}; these should be omitted when interfacing with Calc. To Calc,
14050the @samp{$} sign has the same meaning it always does in algebraic
14051formulas (a reference to an existing entry on the stack).
14052
14053Complex numbers are displayed as in @samp{3 + 4i}. Fractions and
14054quotients are written using @code{\over} in @TeX{} mode (as in
14055@code{@{a \over b@}}) and @code{\frac} in La@TeX{} mode (as in
14056@code{\frac@{a@}@{b@}}); binomial coefficients are written with
14057@code{\choose} in @TeX{} mode (as in @code{@{a \choose b@}}) and
14058@code{\binom} in La@TeX{} mode (as in @code{\binom@{a@}@{b@}}).
14059Interval forms are written with @code{\ldots}, and error forms are
14060written with @code{\pm}. Absolute values are written as in
14061@samp{|x + 1|}, and the floor and ceiling functions are written with
14062@code{\lfloor}, @code{\rfloor}, etc. The words @code{\left} and
14063@code{\right} are ignored when reading formulas in @TeX{} and La@TeX{}
14064modes. Both @code{inf} and @code{uinf} are written as @code{\infty};
14065when read, @code{\infty} always translates to @code{inf}.
14066
14067Function calls are written the usual way, with the function name followed
14068by the arguments in parentheses. However, functions for which @TeX{}
14069and La@TeX{} have special names (like @code{\sin}) will use curly braces
14070instead of parentheses for very simple arguments. During input, curly
14071braces and parentheses work equally well for grouping, but when the
14072document is formatted the curly braces will be invisible. Thus the
14073printed result is
14074@texline @math{\sin{2 x}}
14075@infoline @expr{sin 2x}
14076but
14077@texline @math{\sin(2 + x)}.
14078@infoline @expr{sin(2 + x)}.
14079
14080Function and variable names not treated specially by @TeX{} and La@TeX{}
14081are simply written out as-is, which will cause them to come out in
14082italic letters in the printed document. If you invoke @kbd{d T} or
14083@kbd{d L} with a positive numeric prefix argument, names of more than
14084one character will instead be enclosed in a protective commands that
14085will prevent them from being typeset in the math italics; they will be
14086written @samp{\hbox@{@var{name}@}} in @TeX{} mode and
14087@samp{\text@{@var{name}@}} in La@TeX{} mode. The
14088@samp{\hbox@{ @}} and @samp{\text@{ @}} notations are ignored during
14089reading. If you use a negative prefix argument, such function names are
14090written @samp{\@var{name}}, and function names that begin with @code{\} during
14091reading have the @code{\} removed. (Note that in this mode, long
14092variable names are still written with @code{\hbox} or @code{\text}.
14093However, you can always make an actual variable name like @code{\bar} in
14094any @TeX{} mode.)
14095
14096During reading, text of the form @samp{\matrix@{ ...@: @}} is replaced
14097by @samp{[ ...@: ]}. The same also applies to @code{\pmatrix} and
14098@code{\bmatrix}. In La@TeX{} mode this also applies to
14099@samp{\begin@{matrix@} ... \end@{matrix@}},
14100@samp{\begin@{bmatrix@} ... \end@{bmatrix@}},
14101@samp{\begin@{pmatrix@} ... \end@{pmatrix@}}, as well as
14102@samp{\begin@{smallmatrix@} ... \end@{smallmatrix@}}.
14103The symbol @samp{&} is interpreted as a comma,
14104and the symbols @samp{\cr} and @samp{\\} are interpreted as semicolons.
14105During output, matrices are displayed in @samp{\matrix@{ a & b \\ c & d@}}
14106format in @TeX{} mode and in
14107@samp{\begin@{pmatrix@} a & b \\ c & d \end@{pmatrix@}} format in
14108La@TeX{} mode; you may need to edit this afterwards to change to your
14109preferred matrix form. If you invoke @kbd{d T} or @kbd{d L} with an
14110argument of 2 or -2, then matrices will be displayed in two-dimensional
14111form, such as
14112
14113@example
14114\begin@{pmatrix@}
14115a & b \\
14116c & d
14117\end@{pmatrix@}
14118@end example
14119
14120@noindent
14121This may be convenient for isolated matrices, but could lead to
14122expressions being displayed like
14123
14124@example
14125\begin@{pmatrix@} \times x
14126a & b \\
14127c & d
14128\end@{pmatrix@}
14129@end example
14130
14131@noindent
14132While this wouldn't bother Calc, it is incorrect La@TeX{}.
14133(Similarly for @TeX{}.)
14134
14135Accents like @code{\tilde} and @code{\bar} translate into function
14136calls internally (@samp{tilde(x)}, @samp{bar(x)}). The @code{\underline}
14137sequence is treated as an accent. The @code{\vec} accent corresponds
14138to the function name @code{Vec}, because @code{vec} is the name of
14139a built-in Calc function. The following table shows the accents
14140in Calc, @TeX{}, La@TeX{} and @dfn{eqn} (described in the next section):
14141
17587b1b 14142@ignore
4009494e
GM
14143@iftex
14144@begingroup
14145@let@calcindexershow=@calcindexernoshow @c Suppress marginal notes
14146@let@calcindexersh=@calcindexernoshow
14147@end iftex
4009494e
GM
14148@starindex
14149@end ignore
14150@tindex acute
14151@ignore
14152@starindex
14153@end ignore
14154@tindex Acute
14155@ignore
14156@starindex
14157@end ignore
14158@tindex bar
14159@ignore
14160@starindex
14161@end ignore
14162@tindex Bar
14163@ignore
14164@starindex
14165@end ignore
14166@tindex breve
14167@ignore
14168@starindex
14169@end ignore
14170@tindex Breve
14171@ignore
14172@starindex
14173@end ignore
14174@tindex check
14175@ignore
14176@starindex
14177@end ignore
14178@tindex Check
14179@ignore
14180@starindex
14181@end ignore
14182@tindex dddot
14183@ignore
14184@starindex
14185@end ignore
14186@tindex ddddot
14187@ignore
14188@starindex
14189@end ignore
14190@tindex dot
14191@ignore
14192@starindex
14193@end ignore
14194@tindex Dot
14195@ignore
14196@starindex
14197@end ignore
14198@tindex dotdot
14199@ignore
14200@starindex
14201@end ignore
14202@tindex DotDot
14203@ignore
14204@starindex
14205@end ignore
14206@tindex dyad
14207@ignore
14208@starindex
14209@end ignore
14210@tindex grave
14211@ignore
14212@starindex
14213@end ignore
14214@tindex Grave
14215@ignore
14216@starindex
14217@end ignore
14218@tindex hat
14219@ignore
14220@starindex
14221@end ignore
14222@tindex Hat
14223@ignore
14224@starindex
14225@end ignore
14226@tindex Prime
14227@ignore
14228@starindex
14229@end ignore
14230@tindex tilde
14231@ignore
14232@starindex
14233@end ignore
14234@tindex Tilde
14235@ignore
14236@starindex
14237@end ignore
14238@tindex under
14239@ignore
14240@starindex
14241@end ignore
14242@tindex Vec
14243@ignore
14244@starindex
14245@end ignore
14246@tindex VEC
17587b1b 14247@ignore
4009494e
GM
14248@iftex
14249@endgroup
14250@end iftex
17587b1b 14251@end ignore
4009494e
GM
14252@example
14253Calc TeX LaTeX eqn
14254---- --- ----- ---
14255acute \acute \acute
14256Acute \Acute
14257bar \bar \bar bar
14258Bar \Bar
14259breve \breve \breve
14260Breve \Breve
14261check \check \check
14262Check \Check
14263dddot \dddot
14264ddddot \ddddot
14265dot \dot \dot dot
14266Dot \Dot
14267dotdot \ddot \ddot dotdot
14268DotDot \Ddot
14269dyad dyad
14270grave \grave \grave
14271Grave \Grave
14272hat \hat \hat hat
14273Hat \Hat
14274Prime prime
14275tilde \tilde \tilde tilde
14276Tilde \Tilde
14277under \underline \underline under
14278Vec \vec \vec vec
14279VEC \Vec
14280@end example
14281
14282The @samp{=>} (evaluates-to) operator appears as a @code{\to} symbol:
14283@samp{@{@var{a} \to @var{b}@}}. @TeX{} defines @code{\to} as an
14284alias for @code{\rightarrow}. However, if the @samp{=>} is the
14285top-level expression being formatted, a slightly different notation
14286is used: @samp{\evalto @var{a} \to @var{b}}. The @code{\evalto}
14287word is ignored by Calc's input routines, and is undefined in @TeX{}.
14288You will typically want to include one of the following definitions
14289at the top of a @TeX{} file that uses @code{\evalto}:
14290
14291@example
14292\def\evalto@{@}
14293\def\evalto#1\to@{@}
14294@end example
14295
14296The first definition formats evaluates-to operators in the usual
14297way. The second causes only the @var{b} part to appear in the
14298printed document; the @var{a} part and the arrow are hidden.
14299Another definition you may wish to use is @samp{\let\to=\Rightarrow}
14300which causes @code{\to} to appear more like Calc's @samp{=>} symbol.
14301@xref{Evaluates-To Operator}, for a discussion of @code{evalto}.
14302
14303The complete set of @TeX{} control sequences that are ignored during
14304reading is:
14305
14306@example
14307\hbox \mbox \text \left \right
14308\, \> \: \; \! \quad \qquad \hfil \hfill
14309\displaystyle \textstyle \dsize \tsize
14310\scriptstyle \scriptscriptstyle \ssize \ssize
14311\rm \bf \it \sl \roman \bold \italic \slanted
14312\cal \mit \Cal \Bbb \frak \goth
14313\evalto
14314@end example
14315
14316Note that, because these symbols are ignored, reading a @TeX{} or
14317La@TeX{} formula into Calc and writing it back out may lose spacing and
14318font information.
14319
14320Also, the ``discretionary multiplication sign'' @samp{\*} is read
14321the same as @samp{*}.
14322
14323@ifnottex
14324The @TeX{} version of this manual includes some printed examples at the
14325end of this section.
14326@end ifnottex
14327@iftex
14328Here are some examples of how various Calc formulas are formatted in @TeX{}:
14329
14330@example
14331@group
14332sin(a^2 / b_i)
14333\sin\left( {a^2 \over b_i} \right)
14334@end group
14335@end example
14336@tex
14337$$ \sin\left( a^2 \over b_i \right) $$
14338@end tex
14339@sp 1
14340
14341@example
14342@group
14343[(3, 4), 3:4, 3 +/- 4, [3 .. inf)]
14344[3 + 4i, @{3 \over 4@}, 3 \pm 4, [3 \ldots \infty)]
14345@end group
14346@end example
14347@tex
14348\turnoffactive
14349$$ [3 + 4i, {3 \over 4}, 3 \pm 4, [ 3 \ldots \infty)] $$
14350@end tex
14351@sp 1
14352
14353@example
14354@group
14355[abs(a), abs(a / b), floor(a), ceil(a / b)]
14356[|a|, \left| a \over b \right|,
14357 \lfloor a \rfloor, \left\lceil a \over b \right\rceil]
14358@end group
14359@end example
14360@tex
14361$$ [|a|, \left| a \over b \right|,
14362 \lfloor a \rfloor, \left\lceil a \over b \right\rceil] $$
14363@end tex
14364@sp 1
14365
14366@example
14367@group
14368[sin(a), sin(2 a), sin(2 + a), sin(a / b)]
14369[\sin@{a@}, \sin@{2 a@}, \sin(2 + a),
14370 \sin\left( @{a \over b@} \right)]
14371@end group
14372@end example
14373@tex
14374\turnoffactive
14375$$ [\sin{a}, \sin{2 a}, \sin(2 + a), \sin\left( {a \over b} \right)] $$
14376@end tex
14377@sp 2
14378
14379First with plain @kbd{d T}, then with @kbd{C-u d T}, then finally with
14380@kbd{C-u - d T} (using the example definition
14381@samp{\def\foo#1@{\tilde F(#1)@}}:
14382
14383@example
14384@group
14385[f(a), foo(bar), sin(pi)]
14386[f(a), foo(bar), \sin{\pi}]
14387[f(a), \hbox@{foo@}(\hbox@{bar@}), \sin@{\pi@}]
14388[f(a), \foo@{\hbox@{bar@}@}, \sin@{\pi@}]
14389@end group
14390@end example
14391@tex
14392$$ [f(a), foo(bar), \sin{\pi}] $$
14393$$ [f(a), \hbox{foo}(\hbox{bar}), \sin{\pi}] $$
14394$$ [f(a), \tilde F(\hbox{bar}), \sin{\pi}] $$
14395@end tex
14396@sp 2
14397
14398First with @samp{\def\evalto@{@}}, then with @samp{\def\evalto#1\to@{@}}:
14399
14400@example
14401@group
144022 + 3 => 5
14403\evalto 2 + 3 \to 5
14404@end group
14405@end example
14406@tex
14407\turnoffactive
14408$$ 2 + 3 \to 5 $$
14409$$ 5 $$
14410@end tex
14411@sp 2
14412
14413First with standard @code{\to}, then with @samp{\let\to\Rightarrow}:
14414
14415@example
14416@group
14417[2 + 3 => 5, a / 2 => (b + c) / 2]
14418[@{2 + 3 \to 5@}, @{@{a \over 2@} \to @{b + c \over 2@}@}]
14419@end group
14420@end example
14421@tex
14422\turnoffactive
14423$$ [{2 + 3 \to 5}, {{a \over 2} \to {b + c \over 2}}] $$
14424{\let\to\Rightarrow
14425$$ [{2 + 3 \to 5}, {{a \over 2} \to {b + c \over 2}}] $$}
14426@end tex
14427@sp 2
14428
14429Matrices normally, then changing @code{\matrix} to @code{\pmatrix}:
14430
14431@example
14432@group
14433[ [ a / b, 0 ], [ 0, 2^(x + 1) ] ]
14434\matrix@{ @{a \over b@} & 0 \\ 0 & 2^@{(x + 1)@} @}
14435\pmatrix@{ @{a \over b@} & 0 \\ 0 & 2^@{(x + 1)@} @}
14436@end group
14437@end example
14438@tex
14439\turnoffactive
14440$$ \matrix{ {a \over b} & 0 \cr 0 & 2^{(x + 1)} } $$
14441$$ \pmatrix{ {a \over b} & 0 \cr 0 & 2^{(x + 1)} } $$
14442@end tex
14443@sp 2
14444@end iftex
14445
702dbfd9 14446@node Eqn Language Mode, Yacas Language Mode, TeX and LaTeX Language Modes, Language Modes
4009494e
GM
14447@subsection Eqn Language Mode
14448
14449@noindent
14450@kindex d E
14451@pindex calc-eqn-language
14452@dfn{Eqn} is another popular formatter for math formulas. It is
14453designed for use with the TROFF text formatter, and comes standard
14454with many versions of Unix. The @kbd{d E} (@code{calc-eqn-language})
14455command selects @dfn{eqn} notation.
14456
14457The @dfn{eqn} language's main idiosyncrasy is that whitespace plays
14458a significant part in the parsing of the language. For example,
14459@samp{sqrt x+1 + y} treats @samp{x+1} as the argument of the
14460@code{sqrt} operator. @dfn{Eqn} also understands more conventional
14461grouping using curly braces: @samp{sqrt@{x+1@} + y}. Braces are
14462required only when the argument contains spaces.
14463
14464In Calc's @dfn{eqn} mode, however, curly braces are required to
14465delimit arguments of operators like @code{sqrt}. The first of the
14466above examples would treat only the @samp{x} as the argument of
14467@code{sqrt}, and in fact @samp{sin x+1} would be interpreted as
14468@samp{sin * x + 1}, because @code{sin} is not a special operator
14469in the @dfn{eqn} language. If you always surround the argument
14470with curly braces, Calc will never misunderstand.
14471
14472Calc also understands parentheses as grouping characters. Another
14473peculiarity of @dfn{eqn}'s syntax makes it advisable to separate
14474words with spaces from any surrounding characters that aren't curly
14475braces, so Calc writes @samp{sin ( x + y )} in @dfn{eqn} mode.
14476(The spaces around @code{sin} are important to make @dfn{eqn}
14477recognize that @code{sin} should be typeset in a roman font, and
14478the spaces around @code{x} and @code{y} are a good idea just in
14479case the @dfn{eqn} document has defined special meanings for these
14480names, too.)
14481
14482Powers and subscripts are written with the @code{sub} and @code{sup}
14483operators, respectively. Note that the caret symbol @samp{^} is
14484treated the same as a space in @dfn{eqn} mode, as is the @samp{~}
14485symbol (these are used to introduce spaces of various widths into
14486the typeset output of @dfn{eqn}).
14487
14488As in La@TeX{} mode, Calc's formatter omits parentheses around the
14489arguments of functions like @code{ln} and @code{sin} if they are
14490``simple-looking''; in this case Calc surrounds the argument with
14491braces, separated by a @samp{~} from the function name: @samp{sin~@{x@}}.
14492
14493Font change codes (like @samp{roman @var{x}}) and positioning codes
14494(like @samp{~} and @samp{down @var{n} @var{x}}) are ignored by the
14495@dfn{eqn} reader. Also ignored are the words @code{left}, @code{right},
14496@code{mark}, and @code{lineup}. Quotation marks in @dfn{eqn} mode input
14497are treated the same as curly braces: @samp{sqrt "1+x"} is equivalent to
14498@samp{sqrt @{1+x@}}; this is only an approximation to the true meaning
14499of quotes in @dfn{eqn}, but it is good enough for most uses.
14500
14501Accent codes (@samp{@var{x} dot}) are handled by treating them as
14502function calls (@samp{dot(@var{x})}) internally.
14503@xref{TeX and LaTeX Language Modes}, for a table of these accent
14504functions. The @code{prime} accent is treated specially if it occurs on
14505a variable or function name: @samp{f prime prime @w{( x prime )}} is
14506stored internally as @samp{f'@w{'}(x')}. For example, taking the
14507derivative of @samp{f(2 x)} with @kbd{a d x} will produce @samp{2 f'(2
14508x)}, which @dfn{eqn} mode will display as @samp{2 f prime ( 2 x )}.
14509
14510Assignments are written with the @samp{<-} (left-arrow) symbol,
14511and @code{evalto} operators are written with @samp{->} or
14512@samp{evalto ... ->} (@pxref{TeX and LaTeX Language Modes}, for a discussion
14513of this). The regular Calc symbols @samp{:=} and @samp{=>} are also
14514recognized for these operators during reading.
14515
14516Vectors in @dfn{eqn} mode use regular Calc square brackets, but
14517matrices are formatted as @samp{matrix @{ ccol @{ a above b @} ... @}}.
14518The words @code{lcol} and @code{rcol} are recognized as synonyms
14519for @code{ccol} during input, and are generated instead of @code{ccol}
14520if the matrix justification mode so specifies.
14521
702dbfd9
JB
14522@node Yacas Language Mode, Maxima Language Mode, Eqn Language Mode, Language Modes
14523@subsection Yacas Language Mode
14524
14525@noindent
14526@kindex d Y
14527@pindex calc-yacas-language
14528@cindex Yacas language
14529The @kbd{d Y} (@code{calc-yacas-language}) command selects the
14530conventions of Yacas, a free computer algebra system. While the
14531operators and functions in Yacas are similar to those of Calc, the names
14532of built-in functions in Yacas are capitalized. The Calc formula
14533@samp{sin(2 x)}, for example, is entered and displayed @samp{Sin(2 x)}
14534in Yacas mode, and `@samp{arcsin(x^2)} is @samp{ArcSin(x^2)} in Yacas
14535mode. Complex numbers are written are written @samp{3 + 4 I}.
14536The standard special constants are written @code{Pi}, @code{E},
14537@code{I}, @code{GoldenRatio} and @code{Gamma}. @code{Infinity}
14538represents both @code{inf} and @code{uinf}, and @code{Undefined}
14539represents @code{nan}.
14540
14541Certain operators on functions, such as @code{D} for differentiation
14542and @code{Integrate} for integration, take a prefix form in Yacas. For
14543example, the derivative of @w{@samp{e^x sin(x)}} can be computed with
14544@w{@samp{D(x) Exp(x)*Sin(x)}}.
14545
14546Other notable differences between Yacas and standard Calc expressions
14547are that vectors and matrices use curly braces in Yacas, and subscripts
14548use square brackets. If, for example, @samp{A} represents the list
14549@samp{@{a,2,c,4@}}, then @samp{A[3]} would equal @samp{c}.
14550
14551
14552@node Maxima Language Mode, Giac Language Mode, Yacas Language Mode, Language Modes
14553@subsection Maxima Language Mode
14554
14555@noindent
14556@kindex d X
14557@pindex calc-maxima-language
14558@cindex Maxima language
14559The @kbd{d X} (@code{calc-maxima-language}) command selects the
14560conventions of Maxima, another free computer algebra system. The
14561function names in Maxima are similar, but not always identical, to Calc.
14562For example, instead of @samp{arcsin(x)}, Maxima will use
14563@samp{asin(x)}. Complex numbers are written @samp{3 + 4 %i}. The
14564standard special constants are written @code{%pi}, @code{%e},
14565@code{%i}, @code{%phi} and @code{%gamma}. In Maxima, @code{inf} means
14566the same as in Calc, but @code{infinity} represents Calc's @code{uinf}.
14567
14568Underscores as well as percent signs are allowed in function and
14569variable names in Maxima mode. The underscore again is equivalent to
14570the @samp{#} in Normal mode, and the percent sign is equivalent to
14571@samp{o'o}.
14572
14573Maxima uses square brackets for lists and vectors, and matrices are
14574written as calls to the function @code{matrix}, given the row vectors of
14575the matrix as arguments. Square brackets are also used as subscripts.
14576
14577@node Giac Language Mode, Mathematica Language Mode, Maxima Language Mode, Language Modes
14578@subsection Giac Language Mode
14579
14580@noindent
14581@kindex d A
14582@pindex calc-giac-language
14583@cindex Giac language
14584The @kbd{d A} (@code{calc-giac-language}) command selects the
14585conventions of Giac, another free computer algebra system. The function
14586names in Giac are similar to Maxima. Complex numbers are written
14587@samp{3 + 4 i}. The standard special constants in Giac are the same as
14588in Calc, except that @code{infinity} represents both Calc's @code{inf}
14589and @code{uinf}.
14590
14591Underscores are allowed in function and variable names in Giac mode.
14592Brackets are used for subscripts. In Giac, indexing of lists begins at
145930, instead of 1 as in Calc. So if @samp{A} represents the list
14594@samp{[a,2,c,4]}, then @samp{A[2]} would equal @samp{c}. In general,
14595@samp{A[n]} in Giac mode corresponds to @samp{A_(n+1)} in Normal mode.
14596
14597The Giac interval notation @samp{2 .. 3} has no surrounding brackets;
14598Calc reads @samp{2 .. 3} as the closed interval @samp{[2 .. 3]} and
14599writes any kind of interval as @samp{2 .. 3}. This means you cannot see
14600the difference between an open and a closed interval while in Giac mode.
14601
14602@node Mathematica Language Mode, Maple Language Mode, Giac Language Mode, Language Modes
4009494e
GM
14603@subsection Mathematica Language Mode
14604
14605@noindent
14606@kindex d M
14607@pindex calc-mathematica-language
14608@cindex Mathematica language
14609The @kbd{d M} (@code{calc-mathematica-language}) command selects the
14610conventions of Mathematica. Notable differences in Mathematica mode
14611are that the names of built-in functions are capitalized, and function
14612calls use square brackets instead of parentheses. Thus the Calc
14613formula @samp{sin(2 x)} is entered and displayed @w{@samp{Sin[2 x]}} in
14614Mathematica mode.
14615
14616Vectors and matrices use curly braces in Mathematica. Complex numbers
14617are written @samp{3 + 4 I}. The standard special constants in Calc are
14618written @code{Pi}, @code{E}, @code{I}, @code{GoldenRatio}, @code{EulerGamma},
14619@code{Infinity}, @code{ComplexInfinity}, and @code{Indeterminate} in
14620Mathematica mode.
14621Non-decimal numbers are written, e.g., @samp{16^^7fff}. Floating-point
14622numbers in scientific notation are written @samp{1.23*10.^3}.
14623Subscripts use double square brackets: @samp{a[[i]]}.
14624
14625@node Maple Language Mode, Compositions, Mathematica Language Mode, Language Modes
14626@subsection Maple Language Mode
14627
14628@noindent
14629@kindex d W
14630@pindex calc-maple-language
14631@cindex Maple language
14632The @kbd{d W} (@code{calc-maple-language}) command selects the
14633conventions of Maple.
14634
14635Maple's language is much like C. Underscores are allowed in symbol
14636names; square brackets are used for subscripts; explicit @samp{*}s for
14637multiplications are required. Use either @samp{^} or @samp{**} to
14638denote powers.
14639
14640Maple uses square brackets for lists and curly braces for sets. Calc
14641interprets both notations as vectors, and displays vectors with square
14642brackets. This means Maple sets will be converted to lists when they
14643pass through Calc. As a special case, matrices are written as calls
14644to the function @code{matrix}, given a list of lists as the argument,
14645and can be read in this form or with all-capitals @code{MATRIX}.
14646
702dbfd9
JB
14647The Maple interval notation @samp{2 .. 3} is like Giac's interval
14648notation, and is handled the same by Calc.
4009494e
GM
14649
14650Maple writes complex numbers as @samp{3 + 4*I}. Its special constants
14651are @code{Pi}, @code{E}, @code{I}, and @code{infinity} (all three of
14652@code{inf}, @code{uinf}, and @code{nan} display as @code{infinity}).
14653Floating-point numbers are written @samp{1.23*10.^3}.
14654
14655Among things not currently handled by Calc's Maple mode are the
14656various quote symbols, procedures and functional operators, and
14657inert (@samp{&}) operators.
14658
14659@node Compositions, Syntax Tables, Maple Language Mode, Language Modes
14660@subsection Compositions
14661
14662@noindent
14663@cindex Compositions
14664There are several @dfn{composition functions} which allow you to get
14665displays in a variety of formats similar to those in Big language
14666mode. Most of these functions do not evaluate to anything; they are
14667placeholders which are left in symbolic form by Calc's evaluator but
14668are recognized by Calc's display formatting routines.
14669
14670Two of these, @code{string} and @code{bstring}, are described elsewhere.
14671@xref{Strings}. For example, @samp{string("ABC")} is displayed as
14672@samp{ABC}. When viewed on the stack it will be indistinguishable from
14673the variable @code{ABC}, but internally it will be stored as
14674@samp{string([65, 66, 67])} and can still be manipulated this way; for
14675example, the selection and vector commands @kbd{j 1 v v j u} would
14676select the vector portion of this object and reverse the elements, then
14677deselect to reveal a string whose characters had been reversed.
14678
14679The composition functions do the same thing in all language modes
14680(although their components will of course be formatted in the current
14681language mode). The one exception is Unformatted mode (@kbd{d U}),
14682which does not give the composition functions any special treatment.
14683The functions are discussed here because of their relationship to
14684the language modes.
14685
14686@menu
14687* Composition Basics::
14688* Horizontal Compositions::
14689* Vertical Compositions::
14690* Other Compositions::
14691* Information about Compositions::
14692* User-Defined Compositions::
14693@end menu
14694
14695@node Composition Basics, Horizontal Compositions, Compositions, Compositions
14696@subsubsection Composition Basics
14697
14698@noindent
14699Compositions are generally formed by stacking formulas together
14700horizontally or vertically in various ways. Those formulas are
14701themselves compositions. @TeX{} users will find this analogous
14702to @TeX{}'s ``boxes.'' Each multi-line composition has a
14703@dfn{baseline}; horizontal compositions use the baselines to
14704decide how formulas should be positioned relative to one another.
14705For example, in the Big mode formula
14706
14707@example
14708@group
14709 2
14710 a + b
1471117 + ------
14712 c
14713@end group
14714@end example
14715
14716@noindent
14717the second term of the sum is four lines tall and has line three as
14718its baseline. Thus when the term is combined with 17, line three
14719is placed on the same level as the baseline of 17.
14720
14721@tex
14722\bigskip
14723@end tex
14724
14725Another important composition concept is @dfn{precedence}. This is
14726an integer that represents the binding strength of various operators.
14727For example, @samp{*} has higher precedence (195) than @samp{+} (180),
14728which means that @samp{(a * b) + c} will be formatted without the
14729parentheses, but @samp{a * (b + c)} will keep the parentheses.
14730
14731The operator table used by normal and Big language modes has the
14732following precedences:
14733
14734@example
0edd2970
JB
14735_ 1200 @r{(subscripts)}
14736% 1100 @r{(as in n}%@r{)}
14737! 1000 @r{(as in }!@r{n)}
4009494e
GM
14738mod 400
14739+/- 300
14740!! 210 @r{(as in n}!!@r{)}
14741! 210 @r{(as in n}!@r{)}
14742^ 200
0edd2970 14743- 197 @r{(as in }-@r{n)}
4009494e
GM
14744* 195 @r{(or implicit multiplication)}
14745/ % \ 190
14746+ - 180 @r{(as in a}+@r{b)}
14747| 170
14748< = 160 @r{(and other relations)}
14749&& 110
14750|| 100
14751? : 90
14752!!! 85
14753&&& 80
14754||| 75
14755:= 50
14756:: 45
14757=> 40
14758@end example
14759
14760The general rule is that if an operator with precedence @expr{n}
14761occurs as an argument to an operator with precedence @expr{m}, then
14762the argument is enclosed in parentheses if @expr{n < m}. Top-level
14763expressions and expressions which are function arguments, vector
14764components, etc., are formatted with precedence zero (so that they
14765normally never get additional parentheses).
14766
14767For binary left-associative operators like @samp{+}, the righthand
14768argument is actually formatted with one-higher precedence than shown
14769in the table. This makes sure @samp{(a + b) + c} omits the parentheses,
14770but the unnatural form @samp{a + (b + c)} keeps its parentheses.
14771Right-associative operators like @samp{^} format the lefthand argument
14772with one-higher precedence.
14773
14774@ignore
14775@starindex
14776@end ignore
14777@tindex cprec
14778The @code{cprec} function formats an expression with an arbitrary
14779precedence. For example, @samp{cprec(abc, 185)} will combine into
14780sums and products as follows: @samp{7 + abc}, @samp{7 (abc)} (because
14781this @code{cprec} form has higher precedence than addition, but lower
14782precedence than multiplication).
14783
14784@tex
14785\bigskip
14786@end tex
14787
14788A final composition issue is @dfn{line breaking}. Calc uses two
14789different strategies for ``flat'' and ``non-flat'' compositions.
14790A non-flat composition is anything that appears on multiple lines
14791(not counting line breaking). Examples would be matrices and Big
14792mode powers and quotients. Non-flat compositions are displayed
14793exactly as specified. If they come out wider than the current
14794window, you must use horizontal scrolling (@kbd{<} and @kbd{>}) to
14795view them.
14796
14797Flat compositions, on the other hand, will be broken across several
14798lines if they are too wide to fit the window. Certain points in a
14799composition are noted internally as @dfn{break points}. Calc's
14800general strategy is to fill each line as much as possible, then to
14801move down to the next line starting at the first break point that
14802didn't fit. However, the line breaker understands the hierarchical
14803structure of formulas. It will not break an ``inner'' formula if
14804it can use an earlier break point from an ``outer'' formula instead.
14805For example, a vector of sums might be formatted as:
14806
14807@example
14808@group
14809[ a + b + c, d + e + f,
14810 g + h + i, j + k + l, m ]
14811@end group
14812@end example
14813
14814@noindent
14815If the @samp{m} can fit, then so, it seems, could the @samp{g}.
14816But Calc prefers to break at the comma since the comma is part
14817of a ``more outer'' formula. Calc would break at a plus sign
14818only if it had to, say, if the very first sum in the vector had
14819itself been too large to fit.
14820
14821Of the composition functions described below, only @code{choriz}
14822generates break points. The @code{bstring} function (@pxref{Strings})
14823also generates breakable items: A break point is added after every
14824space (or group of spaces) except for spaces at the very beginning or
14825end of the string.
14826
14827Composition functions themselves count as levels in the formula
14828hierarchy, so a @code{choriz} that is a component of a larger
14829@code{choriz} will be less likely to be broken. As a special case,
14830if a @code{bstring} occurs as a component of a @code{choriz} or
14831@code{choriz}-like object (such as a vector or a list of arguments
14832in a function call), then the break points in that @code{bstring}
14833will be on the same level as the break points of the surrounding
14834object.
14835
14836@node Horizontal Compositions, Vertical Compositions, Composition Basics, Compositions
14837@subsubsection Horizontal Compositions
14838
14839@noindent
14840@ignore
14841@starindex
14842@end ignore
14843@tindex choriz
14844The @code{choriz} function takes a vector of objects and composes
14845them horizontally. For example, @samp{choriz([17, a b/c, d])} formats
14846as @w{@samp{17a b / cd}} in Normal language mode, or as
14847
14848@example
14849@group
14850 a b
1485117---d
14852 c
14853@end group
14854@end example
14855
14856@noindent
14857in Big language mode. This is actually one case of the general
14858function @samp{choriz(@var{vec}, @var{sep}, @var{prec})}, where
14859either or both of @var{sep} and @var{prec} may be omitted.
14860@var{Prec} gives the @dfn{precedence} to use when formatting
14861each of the components of @var{vec}. The default precedence is
14862the precedence from the surrounding environment.
14863
14864@var{Sep} is a string (i.e., a vector of character codes as might
14865be entered with @code{" "} notation) which should separate components
14866of the composition. Also, if @var{sep} is given, the line breaker
14867will allow lines to be broken after each occurrence of @var{sep}.
14868If @var{sep} is omitted, the composition will not be breakable
14869(unless any of its component compositions are breakable).
14870
14871For example, @samp{2 choriz([a, b c, d = e], " + ", 180)} is
14872formatted as @samp{2 a + b c + (d = e)}. To get the @code{choriz}
14873to have precedence 180 ``outwards'' as well as ``inwards,''
14874enclose it in a @code{cprec} form: @samp{2 cprec(choriz(...), 180)}
14875formats as @samp{2 (a + b c + (d = e))}.
14876
14877The baseline of a horizontal composition is the same as the
14878baselines of the component compositions, which are all aligned.
14879
14880@node Vertical Compositions, Other Compositions, Horizontal Compositions, Compositions
14881@subsubsection Vertical Compositions
14882
14883@noindent
14884@ignore
14885@starindex
14886@end ignore
14887@tindex cvert
14888The @code{cvert} function makes a vertical composition. Each
14889component of the vector is centered in a column. The baseline of
14890the result is by default the top line of the resulting composition.
14891For example, @samp{f(cvert([a, bb, ccc]), cvert([a^2 + 1, b^2]))}
14892formats in Big mode as
14893
14894@example
14895@group
14896f( a , 2 )
14897 bb a + 1
14898 ccc 2
14899 b
14900@end group
14901@end example
14902
14903@ignore
14904@starindex
14905@end ignore
14906@tindex cbase
14907There are several special composition functions that work only as
14908components of a vertical composition. The @code{cbase} function
14909controls the baseline of the vertical composition; the baseline
14910will be the same as the baseline of whatever component is enclosed
14911in @code{cbase}. Thus @samp{f(cvert([a, cbase(bb), ccc]),
14912cvert([a^2 + 1, cbase(b^2)]))} displays as
14913
14914@example
14915@group
14916 2
14917 a + 1
14918 a 2
14919f(bb , b )
14920 ccc
14921@end group
14922@end example
14923
14924@ignore
14925@starindex
14926@end ignore
14927@tindex ctbase
14928@ignore
14929@starindex
14930@end ignore
14931@tindex cbbase
14932There are also @code{ctbase} and @code{cbbase} functions which
14933make the baseline of the vertical composition equal to the top
14934or bottom line (rather than the baseline) of that component.
14935Thus @samp{cvert([cbase(a / b)]) + cvert([ctbase(a / b)]) +
14936cvert([cbbase(a / b)])} gives
14937
14938@example
14939@group
14940 a
14941a -
14942- + a + b
14943b -
14944 b
14945@end group
14946@end example
14947
14948There should be only one @code{cbase}, @code{ctbase}, or @code{cbbase}
14949function in a given vertical composition. These functions can also
14950be written with no arguments: @samp{ctbase()} is a zero-height object
14951which means the baseline is the top line of the following item, and
14952@samp{cbbase()} means the baseline is the bottom line of the preceding
14953item.
14954
14955@ignore
14956@starindex
14957@end ignore
14958@tindex crule
14959The @code{crule} function builds a ``rule,'' or horizontal line,
14960across a vertical composition. By itself @samp{crule()} uses @samp{-}
14961characters to build the rule. You can specify any other character,
14962e.g., @samp{crule("=")}. The argument must be a character code or
14963vector of exactly one character code. It is repeated to match the
14964width of the widest item in the stack. For example, a quotient
14965with a thick line is @samp{cvert([a + 1, cbase(crule("=")), b^2])}:
14966
14967@example
14968@group
14969a + 1
14970=====
14971 2
14972 b
14973@end group
14974@end example
14975
14976@ignore
14977@starindex
14978@end ignore
14979@tindex clvert
14980@ignore
14981@starindex
14982@end ignore
14983@tindex crvert
14984Finally, the functions @code{clvert} and @code{crvert} act exactly
14985like @code{cvert} except that the items are left- or right-justified
14986in the stack. Thus @samp{clvert([a, bb, ccc]) + crvert([a, bb, ccc])}
14987gives:
14988
14989@example
14990@group
14991a + a
14992bb bb
14993ccc ccc
14994@end group
14995@end example
14996
14997Like @code{choriz}, the vertical compositions accept a second argument
14998which gives the precedence to use when formatting the components.
14999Vertical compositions do not support separator strings.
15000
15001@node Other Compositions, Information about Compositions, Vertical Compositions, Compositions
15002@subsubsection Other Compositions
15003
15004@noindent
15005@ignore
15006@starindex
15007@end ignore
15008@tindex csup
15009The @code{csup} function builds a superscripted expression. For
15010example, @samp{csup(a, b)} looks the same as @samp{a^b} does in Big
15011language mode. This is essentially a horizontal composition of
15012@samp{a} and @samp{b}, where @samp{b} is shifted up so that its
15013bottom line is one above the baseline.
15014
15015@ignore
15016@starindex
15017@end ignore
15018@tindex csub
15019Likewise, the @code{csub} function builds a subscripted expression.
15020This shifts @samp{b} down so that its top line is one below the
15021bottom line of @samp{a} (note that this is not quite analogous to
15022@code{csup}). Other arrangements can be obtained by using
15023@code{choriz} and @code{cvert} directly.
15024
15025@ignore
15026@starindex
15027@end ignore
15028@tindex cflat
15029The @code{cflat} function formats its argument in ``flat'' mode,
15030as obtained by @samp{d O}, if the current language mode is normal
15031or Big. It has no effect in other language modes. For example,
15032@samp{a^(b/c)} is formatted by Big mode like @samp{csup(a, cflat(b/c))}
15033to improve its readability.
15034
15035@ignore
15036@starindex
15037@end ignore
15038@tindex cspace
15039The @code{cspace} function creates horizontal space. For example,
15040@samp{cspace(4)} is effectively the same as @samp{string(" ")}.
15041A second string (i.e., vector of characters) argument is repeated
15042instead of the space character. For example, @samp{cspace(4, "ab")}
15043looks like @samp{abababab}. If the second argument is not a string,
15044it is formatted in the normal way and then several copies of that
15045are composed together: @samp{cspace(4, a^2)} yields
15046
15047@example
15048@group
15049 2 2 2 2
15050a a a a
15051@end group
15052@end example
15053
15054@noindent
15055If the number argument is zero, this is a zero-width object.
15056
15057@ignore
15058@starindex
15059@end ignore
15060@tindex cvspace
15061The @code{cvspace} function creates vertical space, or a vertical
15062stack of copies of a certain string or formatted object. The
15063baseline is the center line of the resulting stack. A numerical
15064argument of zero will produce an object which contributes zero
15065height if used in a vertical composition.
15066
15067@ignore
15068@starindex
15069@end ignore
15070@tindex ctspace
15071@ignore
15072@starindex
15073@end ignore
15074@tindex cbspace
15075There are also @code{ctspace} and @code{cbspace} functions which
15076create vertical space with the baseline the same as the baseline
15077of the top or bottom copy, respectively, of the second argument.
15078Thus @samp{cvspace(2, a/b) + ctspace(2, a/b) + cbspace(2, a/b)}
15079displays as:
15080
15081@example
15082@group
15083 a
15084 -
15085a b
15086- a a
15087b + - + -
15088a b b
15089- a
15090b -
15091 b
15092@end group
15093@end example
15094
15095@node Information about Compositions, User-Defined Compositions, Other Compositions, Compositions
15096@subsubsection Information about Compositions
15097
15098@noindent
15099The functions in this section are actual functions; they compose their
15100arguments according to the current language and other display modes,
15101then return a certain measurement of the composition as an integer.
15102
15103@ignore
15104@starindex
15105@end ignore
15106@tindex cwidth
15107The @code{cwidth} function measures the width, in characters, of a
15108composition. For example, @samp{cwidth(a + b)} is 5, and
15109@samp{cwidth(a / b)} is 5 in Normal mode, 1 in Big mode, and 11 in
15110@TeX{} mode (for @samp{@{a \over b@}}). The argument may involve
15111the composition functions described in this section.
15112
15113@ignore
15114@starindex
15115@end ignore
15116@tindex cheight
15117The @code{cheight} function measures the height of a composition.
15118This is the total number of lines in the argument's printed form.
15119
15120@ignore
15121@starindex
15122@end ignore
15123@tindex cascent
15124@ignore
15125@starindex
15126@end ignore
15127@tindex cdescent
15128The functions @code{cascent} and @code{cdescent} measure the amount
15129of the height that is above (and including) the baseline, or below
15130the baseline, respectively. Thus @samp{cascent(@var{x}) + cdescent(@var{x})}
15131always equals @samp{cheight(@var{x})}. For a one-line formula like
15132@samp{a + b}, @code{cascent} returns 1 and @code{cdescent} returns 0.
15133For @samp{a / b} in Big mode, @code{cascent} returns 2 and @code{cdescent}
15134returns 1. The only formula for which @code{cascent} will return zero
15135is @samp{cvspace(0)} or equivalents.
15136
15137@node User-Defined Compositions, , Information about Compositions, Compositions
15138@subsubsection User-Defined Compositions
15139
15140@noindent
15141@kindex Z C
15142@pindex calc-user-define-composition
15143The @kbd{Z C} (@code{calc-user-define-composition}) command lets you
15144define the display format for any algebraic function. You provide a
15145formula containing a certain number of argument variables on the stack.
15146Any time Calc formats a call to the specified function in the current
15147language mode and with that number of arguments, Calc effectively
15148replaces the function call with that formula with the arguments
15149replaced.
15150
15151Calc builds the default argument list by sorting all the variable names
15152that appear in the formula into alphabetical order. You can edit this
15153argument list before pressing @key{RET} if you wish. Any variables in
15154the formula that do not appear in the argument list will be displayed
15155literally; any arguments that do not appear in the formula will not
15156affect the display at all.
15157
15158You can define formats for built-in functions, for functions you have
15159defined with @kbd{Z F} (@pxref{Algebraic Definitions}), or for functions
15160which have no definitions but are being used as purely syntactic objects.
15161You can define different formats for each language mode, and for each
15162number of arguments, using a succession of @kbd{Z C} commands. When
15163Calc formats a function call, it first searches for a format defined
15164for the current language mode (and number of arguments); if there is
15165none, it uses the format defined for the Normal language mode. If
15166neither format exists, Calc uses its built-in standard format for that
15167function (usually just @samp{@var{func}(@var{args})}).
15168
15169If you execute @kbd{Z C} with the number 0 on the stack instead of a
15170formula, any defined formats for the function in the current language
15171mode will be removed. The function will revert to its standard format.
15172
15173For example, the default format for the binomial coefficient function
15174@samp{choose(n, m)} in the Big language mode is
15175
15176@example
15177@group
15178 n
15179( )
15180 m
15181@end group
15182@end example
15183
15184@noindent
15185You might prefer the notation,
15186
15187@example
15188@group
15189 C
15190n m
15191@end group
15192@end example
15193
15194@noindent
15195To define this notation, first make sure you are in Big mode,
15196then put the formula
15197
15198@smallexample
15199choriz([cvert([cvspace(1), n]), C, cvert([cvspace(1), m])])
15200@end smallexample
15201
15202@noindent
15203on the stack and type @kbd{Z C}. Answer the first prompt with
15204@code{choose}. The second prompt will be the default argument list
15205of @samp{(C m n)}. Edit this list to be @samp{(n m)} and press
15206@key{RET}. Now, try it out: For example, turn simplification
15207off with @kbd{m O} and enter @samp{choose(a,b) + choose(7,3)}
15208as an algebraic entry.
15209
15210@example
15211@group
15212 C + C
15213a b 7 3
15214@end group
15215@end example
15216
15217As another example, let's define the usual notation for Stirling
15218numbers of the first kind, @samp{stir1(n, m)}. This is just like
15219the regular format for binomial coefficients but with square brackets
15220instead of parentheses.
15221
15222@smallexample
15223choriz([string("["), cvert([n, cbase(cvspace(1)), m]), string("]")])
15224@end smallexample
15225
15226Now type @kbd{Z C stir1 @key{RET}}, edit the argument list to
15227@samp{(n m)}, and type @key{RET}.
15228
15229The formula provided to @kbd{Z C} usually will involve composition
15230functions, but it doesn't have to. Putting the formula @samp{a + b + c}
15231onto the stack and typing @kbd{Z C foo @key{RET} @key{RET}} would define
15232the function @samp{foo(x,y,z)} to display like @samp{x + y + z}.
15233This ``sum'' will act exactly like a real sum for all formatting
15234purposes (it will be parenthesized the same, and so on). However
15235it will be computationally unrelated to a sum. For example, the
15236formula @samp{2 * foo(1, 2, 3)} will display as @samp{2 (1 + 2 + 3)}.
15237Operator precedences have caused the ``sum'' to be written in
15238parentheses, but the arguments have not actually been summed.
15239(Generally a display format like this would be undesirable, since
15240it can easily be confused with a real sum.)
15241
15242The special function @code{eval} can be used inside a @kbd{Z C}
15243composition formula to cause all or part of the formula to be
15244evaluated at display time. For example, if the formula is
15245@samp{a + eval(b + c)}, then @samp{foo(1, 2, 3)} will be displayed
15246as @samp{1 + 5}. Evaluation will use the default simplifications,
15247regardless of the current simplification mode. There are also
15248@code{evalsimp} and @code{evalextsimp} which simplify as if by
15249@kbd{a s} and @kbd{a e} (respectively). Note that these ``functions''
15250operate only in the context of composition formulas (and also in
15251rewrite rules, where they serve a similar purpose; @pxref{Rewrite
15252Rules}). On the stack, a call to @code{eval} will be left in
15253symbolic form.
15254
15255It is not a good idea to use @code{eval} except as a last resort.
15256It can cause the display of formulas to be extremely slow. For
15257example, while @samp{eval(a + b)} might seem quite fast and simple,
15258there are several situations where it could be slow. For example,
15259@samp{a} and/or @samp{b} could be polar complex numbers, in which
15260case doing the sum requires trigonometry. Or, @samp{a} could be
15261the factorial @samp{fact(100)} which is unevaluated because you
15262have typed @kbd{m O}; @code{eval} will evaluate it anyway to
15263produce a large, unwieldy integer.
15264
15265You can save your display formats permanently using the @kbd{Z P}
15266command (@pxref{Creating User Keys}).
15267
15268@node Syntax Tables, , Compositions, Language Modes
15269@subsection Syntax Tables
15270
15271@noindent
15272@cindex Syntax tables
15273@cindex Parsing formulas, customized
15274Syntax tables do for input what compositions do for output: They
15275allow you to teach custom notations to Calc's formula parser.
15276Calc keeps a separate syntax table for each language mode.
15277
15278(Note that the Calc ``syntax tables'' discussed here are completely
15279unrelated to the syntax tables described in the Emacs manual.)
15280
15281@kindex Z S
15282@pindex calc-edit-user-syntax
15283The @kbd{Z S} (@code{calc-edit-user-syntax}) command edits the
15284syntax table for the current language mode. If you want your
15285syntax to work in any language, define it in the Normal language
15286mode. Type @kbd{C-c C-c} to finish editing the syntax table, or
15287@kbd{C-x k} to cancel the edit. The @kbd{m m} command saves all
15288the syntax tables along with the other mode settings;
15289@pxref{General Mode Commands}.
15290
15291@menu
15292* Syntax Table Basics::
15293* Precedence in Syntax Tables::
15294* Advanced Syntax Patterns::
15295* Conditional Syntax Rules::
15296@end menu
15297
15298@node Syntax Table Basics, Precedence in Syntax Tables, Syntax Tables, Syntax Tables
15299@subsubsection Syntax Table Basics
15300
15301@noindent
15302@dfn{Parsing} is the process of converting a raw string of characters,
15303such as you would type in during algebraic entry, into a Calc formula.
15304Calc's parser works in two stages. First, the input is broken down
15305into @dfn{tokens}, such as words, numbers, and punctuation symbols
15306like @samp{+}, @samp{:=}, and @samp{+/-}. Space between tokens is
15307ignored (except when it serves to separate adjacent words). Next,
15308the parser matches this string of tokens against various built-in
15309syntactic patterns, such as ``an expression followed by @samp{+}
15310followed by another expression'' or ``a name followed by @samp{(},
15311zero or more expressions separated by commas, and @samp{)}.''
15312
15313A @dfn{syntax table} is a list of user-defined @dfn{syntax rules},
15314which allow you to specify new patterns to define your own
15315favorite input notations. Calc's parser always checks the syntax
15316table for the current language mode, then the table for the Normal
15317language mode, before it uses its built-in rules to parse an
15318algebraic formula you have entered. Each syntax rule should go on
15319its own line; it consists of a @dfn{pattern}, a @samp{:=} symbol,
15320and a Calc formula with an optional @dfn{condition}. (Syntax rules
15321resemble algebraic rewrite rules, but the notation for patterns is
15322completely different.)
15323
15324A syntax pattern is a list of tokens, separated by spaces.
15325Except for a few special symbols, tokens in syntax patterns are
15326matched literally, from left to right. For example, the rule,
15327
15328@example
15329foo ( ) := 2+3
15330@end example
15331
15332@noindent
15333would cause Calc to parse the formula @samp{4+foo()*5} as if it
15334were @samp{4+(2+3)*5}. Notice that the parentheses were written
15335as two separate tokens in the rule. As a result, the rule works
15336for both @samp{foo()} and @w{@samp{foo ( )}}. If we had written
15337the rule as @samp{foo () := 2+3}, then Calc would treat @samp{()}
15338as a single, indivisible token, so that @w{@samp{foo( )}} would
15339not be recognized by the rule. (It would be parsed as a regular
15340zero-argument function call instead.) In fact, this rule would
15341also make trouble for the rest of Calc's parser: An unrelated
15342formula like @samp{bar()} would now be tokenized into @samp{bar ()}
15343instead of @samp{bar ( )}, so that the standard parser for function
15344calls would no longer recognize it!
15345
15346While it is possible to make a token with a mixture of letters
15347and punctuation symbols, this is not recommended. It is better to
15348break it into several tokens, as we did with @samp{foo()} above.
15349
15350The symbol @samp{#} in a syntax pattern matches any Calc expression.
15351On the righthand side, the things that matched the @samp{#}s can
15352be referred to as @samp{#1}, @samp{#2}, and so on (where @samp{#1}
15353matches the leftmost @samp{#} in the pattern). For example, these
15354rules match a user-defined function, prefix operator, infix operator,
15355and postfix operator, respectively:
15356
15357@example
15358foo ( # ) := myfunc(#1)
15359foo # := myprefix(#1)
15360# foo # := myinfix(#1,#2)
15361# foo := mypostfix(#1)
15362@end example
15363
15364Thus @samp{foo(3)} will parse as @samp{myfunc(3)}, and @samp{2+3 foo}
15365will parse as @samp{mypostfix(2+3)}.
15366
15367It is important to write the first two rules in the order shown,
15368because Calc tries rules in order from first to last. If the
15369pattern @samp{foo #} came first, it would match anything that could
15370match the @samp{foo ( # )} rule, since an expression in parentheses
15371is itself a valid expression. Thus the @w{@samp{foo ( # )}} rule would
15372never get to match anything. Likewise, the last two rules must be
15373written in the order shown or else @samp{3 foo 4} will be parsed as
15374@samp{mypostfix(3) * 4}. (Of course, the best way to avoid these
15375ambiguities is not to use the same symbol in more than one way at
15376the same time! In case you're not convinced, try the following
15377exercise: How will the above rules parse the input @samp{foo(3,4)},
15378if at all? Work it out for yourself, then try it in Calc and see.)
15379
15380Calc is quite flexible about what sorts of patterns are allowed.
15381The only rule is that every pattern must begin with a literal
15382token (like @samp{foo} in the first two patterns above), or with
15383a @samp{#} followed by a literal token (as in the last two
15384patterns). After that, any mixture is allowed, although putting
15385two @samp{#}s in a row will not be very useful since two
15386expressions with nothing between them will be parsed as one
15387expression that uses implicit multiplication.
15388
15389As a more practical example, Maple uses the notation
15390@samp{sum(a(i), i=1..10)} for sums, which Calc's Maple mode doesn't
15391recognize at present. To handle this syntax, we simply add the
15392rule,
15393
15394@example
15395sum ( # , # = # .. # ) := sum(#1,#2,#3,#4)
15396@end example
15397
15398@noindent
15399to the Maple mode syntax table. As another example, C mode can't
15400read assignment operators like @samp{++} and @samp{*=}. We can
15401define these operators quite easily:
15402
15403@example
15404# *= # := muleq(#1,#2)
15405# ++ := postinc(#1)
15406++ # := preinc(#1)
15407@end example
15408
15409@noindent
15410To complete the job, we would use corresponding composition functions
15411and @kbd{Z C} to cause these functions to display in their respective
15412Maple and C notations. (Note that the C example ignores issues of
15413operator precedence, which are discussed in the next section.)
15414
15415You can enclose any token in quotes to prevent its usual
15416interpretation in syntax patterns:
15417
15418@example
15419# ":=" # := becomes(#1,#2)
15420@end example
15421
15422Quotes also allow you to include spaces in a token, although once
15423again it is generally better to use two tokens than one token with
15424an embedded space. To include an actual quotation mark in a quoted
15425token, precede it with a backslash. (This also works to include
15426backslashes in tokens.)
15427
15428@example
15429# "bad token" # "/\"\\" # := silly(#1,#2,#3)
15430@end example
15431
15432@noindent
15433This will parse @samp{3 bad token 4 /"\ 5} to @samp{silly(3,4,5)}.
15434
15435The token @kbd{#} has a predefined meaning in Calc's formula parser;
15436it is not valid to use @samp{"#"} in a syntax rule. However, longer
15437tokens that include the @samp{#} character are allowed. Also, while
15438@samp{"$"} and @samp{"\""} are allowed as tokens, their presence in
15439the syntax table will prevent those characters from working in their
15440usual ways (referring to stack entries and quoting strings,
15441respectively).
15442
15443Finally, the notation @samp{%%} anywhere in a syntax table causes
15444the rest of the line to be ignored as a comment.
15445
15446@node Precedence in Syntax Tables, Advanced Syntax Patterns, Syntax Table Basics, Syntax Tables
15447@subsubsection Precedence
15448
15449@noindent
15450Different operators are generally assigned different @dfn{precedences}.
15451By default, an operator defined by a rule like
15452
15453@example
15454# foo # := foo(#1,#2)
15455@end example
15456
15457@noindent
15458will have an extremely low precedence, so that @samp{2*3+4 foo 5 == 6}
15459will be parsed as @samp{(2*3+4) foo (5 == 6)}. To change the
15460precedence of an operator, use the notation @samp{#/@var{p}} in
15461place of @samp{#}, where @var{p} is an integer precedence level.
15462For example, 185 lies between the precedences for @samp{+} and
15463@samp{*}, so if we change this rule to
15464
15465@example
15466#/185 foo #/186 := foo(#1,#2)
15467@end example
15468
15469@noindent
15470then @samp{2+3 foo 4*5} will be parsed as @samp{2+(3 foo (4*5))}.
15471Also, because we've given the righthand expression slightly higher
15472precedence, our new operator will be left-associative:
15473@samp{1 foo 2 foo 3} will be parsed as @samp{(1 foo 2) foo 3}.
15474By raising the precedence of the lefthand expression instead, we
15475can create a right-associative operator.
15476
15477@xref{Composition Basics}, for a table of precedences of the
15478standard Calc operators. For the precedences of operators in other
15479language modes, look in the Calc source file @file{calc-lang.el}.
15480
15481@node Advanced Syntax Patterns, Conditional Syntax Rules, Precedence in Syntax Tables, Syntax Tables
15482@subsubsection Advanced Syntax Patterns
15483
15484@noindent
15485To match a function with a variable number of arguments, you could
15486write
15487
15488@example
15489foo ( # ) := myfunc(#1)
15490foo ( # , # ) := myfunc(#1,#2)
15491foo ( # , # , # ) := myfunc(#1,#2,#3)
15492@end example
15493
15494@noindent
15495but this isn't very elegant. To match variable numbers of items,
15496Calc uses some notations inspired regular expressions and the
15497``extended BNF'' style used by some language designers.
15498
15499@example
15500foo ( @{ # @}*, ) := apply(myfunc,#1)
15501@end example
15502
15503The token @samp{@{} introduces a repeated or optional portion.
15504One of the three tokens @samp{@}*}, @samp{@}+}, or @samp{@}?}
15505ends the portion. These will match zero or more, one or more,
15506or zero or one copies of the enclosed pattern, respectively.
15507In addition, @samp{@}*} and @samp{@}+} can be followed by a
15508separator token (with no space in between, as shown above).
15509Thus @samp{@{ # @}*,} matches nothing, or one expression, or
15510several expressions separated by commas.
15511
15512A complete @samp{@{ ... @}} item matches as a vector of the
15513items that matched inside it. For example, the above rule will
15514match @samp{foo(1,2,3)} to get @samp{apply(myfunc,[1,2,3])}.
15515The Calc @code{apply} function takes a function name and a vector
15516of arguments and builds a call to the function with those
15517arguments, so the net result is the formula @samp{myfunc(1,2,3)}.
15518
15519If the body of a @samp{@{ ... @}} contains several @samp{#}s
15520(or nested @samp{@{ ... @}} constructs), then the items will be
15521strung together into the resulting vector. If the body
15522does not contain anything but literal tokens, the result will
15523always be an empty vector.
15524
15525@example
15526foo ( @{ # , # @}+, ) := bar(#1)
15527foo ( @{ @{ # @}*, @}*; ) := matrix(#1)
15528@end example
15529
15530@noindent
15531will parse @samp{foo(1, 2, 3, 4)} as @samp{bar([1, 2, 3, 4])}, and
15532@samp{foo(1, 2; 3, 4)} as @samp{matrix([[1, 2], [3, 4]])}. Also, after
15533some thought it's easy to see how this pair of rules will parse
15534@samp{foo(1, 2, 3)} as @samp{matrix([[1, 2, 3]])}, since the first
15535rule will only match an even number of arguments. The rule
15536
15537@example
15538foo ( # @{ , # , # @}? ) := bar(#1,#2)
15539@end example
15540
15541@noindent
15542will parse @samp{foo(2,3,4)} as @samp{bar(2,[3,4])}, and
15543@samp{foo(2)} as @samp{bar(2,[])}.
15544
15545The notation @samp{@{ ... @}?.} (note the trailing period) works
15546just the same as regular @samp{@{ ... @}?}, except that it does not
15547count as an argument; the following two rules are equivalent:
15548
15549@example
15550foo ( # , @{ also @}? # ) := bar(#1,#3)
15551foo ( # , @{ also @}?. # ) := bar(#1,#2)
15552@end example
15553
15554@noindent
15555Note that in the first case the optional text counts as @samp{#2},
15556which will always be an empty vector, but in the second case no
15557empty vector is produced.
15558
15559Another variant is @samp{@{ ... @}?$}, which means the body is
15560optional only at the end of the input formula. All built-in syntax
15561rules in Calc use this for closing delimiters, so that during
15562algebraic entry you can type @kbd{[sqrt(2), sqrt(3 @key{RET}}, omitting
15563the closing parenthesis and bracket. Calc does this automatically
15564for trailing @samp{)}, @samp{]}, and @samp{>} tokens in syntax
15565rules, but you can use @samp{@{ ... @}?$} explicitly to get
15566this effect with any token (such as @samp{"@}"} or @samp{end}).
15567Like @samp{@{ ... @}?.}, this notation does not count as an
15568argument. Conversely, you can use quotes, as in @samp{")"}, to
15569prevent a closing-delimiter token from being automatically treated
15570as optional.
15571
15572Calc's parser does not have full backtracking, which means some
15573patterns will not work as you might expect:
15574
15575@example
15576foo ( @{ # , @}? # , # ) := bar(#1,#2,#3)
15577@end example
15578
15579@noindent
15580Here we are trying to make the first argument optional, so that
15581@samp{foo(2,3)} parses as @samp{bar([],2,3)}. Unfortunately, Calc
15582first tries to match @samp{2,} against the optional part of the
15583pattern, finds a match, and so goes ahead to match the rest of the
15584pattern. Later on it will fail to match the second comma, but it
15585doesn't know how to go back and try the other alternative at that
15586point. One way to get around this would be to use two rules:
15587
15588@example
15589foo ( # , # , # ) := bar([#1],#2,#3)
15590foo ( # , # ) := bar([],#1,#2)
15591@end example
15592
15593More precisely, when Calc wants to match an optional or repeated
15594part of a pattern, it scans forward attempting to match that part.
15595If it reaches the end of the optional part without failing, it
15596``finalizes'' its choice and proceeds. If it fails, though, it
15597backs up and tries the other alternative. Thus Calc has ``partial''
15598backtracking. A fully backtracking parser would go on to make sure
15599the rest of the pattern matched before finalizing the choice.
15600
15601@node Conditional Syntax Rules, , Advanced Syntax Patterns, Syntax Tables
15602@subsubsection Conditional Syntax Rules
15603
15604@noindent
15605It is possible to attach a @dfn{condition} to a syntax rule. For
15606example, the rules
15607
15608@example
15609foo ( # ) := ifoo(#1) :: integer(#1)
15610foo ( # ) := gfoo(#1)
15611@end example
15612
15613@noindent
15614will parse @samp{foo(3)} as @samp{ifoo(3)}, but will parse
15615@samp{foo(3.5)} and @samp{foo(x)} as calls to @code{gfoo}. Any
15616number of conditions may be attached; all must be true for the
15617rule to succeed. A condition is ``true'' if it evaluates to a
15618nonzero number. @xref{Logical Operations}, for a list of Calc
15619functions like @code{integer} that perform logical tests.
15620
15621The exact sequence of events is as follows: When Calc tries a
15622rule, it first matches the pattern as usual. It then substitutes
15623@samp{#1}, @samp{#2}, etc., in the conditions, if any. Next, the
15624conditions are simplified and evaluated in order from left to right,
15625as if by the @w{@kbd{a s}} algebra command (@pxref{Simplifying Formulas}).
15626Each result is true if it is a nonzero number, or an expression
15627that can be proven to be nonzero (@pxref{Declarations}). If the
15628results of all conditions are true, the expression (such as
15629@samp{ifoo(#1)}) has its @samp{#}s substituted, and that is the
15630result of the parse. If the result of any condition is false, Calc
15631goes on to try the next rule in the syntax table.
15632
15633Syntax rules also support @code{let} conditions, which operate in
15634exactly the same way as they do in algebraic rewrite rules.
15635@xref{Other Features of Rewrite Rules}, for details. A @code{let}
15636condition is always true, but as a side effect it defines a
15637variable which can be used in later conditions, and also in the
15638expression after the @samp{:=} sign:
15639
15640@example
15641foo ( # ) := hifoo(x) :: let(x := #1 + 0.5) :: dnumint(x)
15642@end example
15643
15644@noindent
15645The @code{dnumint} function tests if a value is numerically an
15646integer, i.e., either a true integer or an integer-valued float.
15647This rule will parse @code{foo} with a half-integer argument,
15648like @samp{foo(3.5)}, to a call like @samp{hifoo(4.)}.
15649
15650The lefthand side of a syntax rule @code{let} must be a simple
15651variable, not the arbitrary pattern that is allowed in rewrite
15652rules.
15653
15654The @code{matches} function is also treated specially in syntax
15655rule conditions (again, in the same way as in rewrite rules).
15656@xref{Matching Commands}. If the matching pattern contains
15657meta-variables, then those meta-variables may be used in later
15658conditions and in the result expression. The arguments to
15659@code{matches} are not evaluated in this situation.
15660
15661@example
15662sum ( # , # ) := sum(#1,a,b,c) :: matches(#2, a=[b..c])
15663@end example
15664
15665@noindent
15666This is another way to implement the Maple mode @code{sum} notation.
15667In this approach, we allow @samp{#2} to equal the whole expression
15668@samp{i=1..10}. Then, we use @code{matches} to break it apart into
15669its components. If the expression turns out not to match the pattern,
15670the syntax rule will fail. Note that @kbd{Z S} always uses Calc's
15671Normal language mode for editing expressions in syntax rules, so we
15672must use regular Calc notation for the interval @samp{[b..c]} that
15673will correspond to the Maple mode interval @samp{1..10}.
15674
15675@node Modes Variable, Calc Mode Line, Language Modes, Mode Settings
15676@section The @code{Modes} Variable
15677
15678@noindent
15679@kindex m g
15680@pindex calc-get-modes
15681The @kbd{m g} (@code{calc-get-modes}) command pushes onto the stack
15682a vector of numbers that describes the various mode settings that
15683are in effect. With a numeric prefix argument, it pushes only the
15684@var{n}th mode, i.e., the @var{n}th element of this vector. Keyboard
15685macros can use the @kbd{m g} command to modify their behavior based
15686on the current mode settings.
15687
15688@cindex @code{Modes} variable
15689@vindex Modes
15690The modes vector is also available in the special variable
15691@code{Modes}. In other words, @kbd{m g} is like @kbd{s r Modes @key{RET}}.
15692It will not work to store into this variable; in fact, if you do,
15693@code{Modes} will cease to track the current modes. (The @kbd{m g}
15694command will continue to work, however.)
15695
15696In general, each number in this vector is suitable as a numeric
15697prefix argument to the associated mode-setting command. (Recall
15698that the @kbd{~} key takes a number from the stack and gives it as
15699a numeric prefix to the next command.)
15700
15701The elements of the modes vector are as follows:
15702
15703@enumerate
15704@item
15705Current precision. Default is 12; associated command is @kbd{p}.
15706
15707@item
15708Binary word size. Default is 32; associated command is @kbd{b w}.
15709
15710@item
15711Stack size (not counting the value about to be pushed by @kbd{m g}).
15712This is zero if @kbd{m g} is executed with an empty stack.
15713
15714@item
15715Number radix. Default is 10; command is @kbd{d r}.
15716
15717@item
15718Floating-point format. This is the number of digits, plus the
15719constant 0 for normal notation, 10000 for scientific notation,
1572020000 for engineering notation, or 30000 for fixed-point notation.
15721These codes are acceptable as prefix arguments to the @kbd{d n}
15722command, but note that this may lose information: For example,
15723@kbd{d s} and @kbd{C-u 12 d s} have similar (but not quite
15724identical) effects if the current precision is 12, but they both
15725produce a code of 10012, which will be treated by @kbd{d n} as
15726@kbd{C-u 12 d s}. If the precision then changes, the float format
15727will still be frozen at 12 significant figures.
15728
15729@item
15730Angular mode. Default is 1 (degrees). Other values are 2 (radians)
15731and 3 (HMS). The @kbd{m d} command accepts these prefixes.
15732
15733@item
15734Symbolic mode. Value is 0 or 1; default is 0. Command is @kbd{m s}.
15735
15736@item
15737Fraction mode. Value is 0 or 1; default is 0. Command is @kbd{m f}.
15738
15739@item
15740Polar mode. Value is 0 (rectangular) or 1 (polar); default is 0.
15741Command is @kbd{m p}.
15742
15743@item
15744Matrix/Scalar mode. Default value is @mathit{-1}. Value is 0 for Scalar
15745mode, @mathit{-2} for Matrix mode, @mathit{-3} for square Matrix mode,
15746or @var{N} for
15747@texline @math{N\times N}
15748@infoline @var{N}x@var{N}
15749Matrix mode. Command is @kbd{m v}.
15750
15751@item
15752Simplification mode. Default is 1. Value is @mathit{-1} for off (@kbd{m O}),
157530 for @kbd{m N}, 2 for @kbd{m B}, 3 for @kbd{m A}, 4 for @kbd{m E},
15754or 5 for @w{@kbd{m U}}. The @kbd{m D} command accepts these prefixes.
15755
15756@item
15757Infinite mode. Default is @mathit{-1} (off). Value is 1 if the mode is on,
15758or 0 if the mode is on with positive zeros. Command is @kbd{m i}.
15759@end enumerate
15760
15761For example, the sequence @kbd{M-1 m g @key{RET} 2 + ~ p} increases the
15762precision by two, leaving a copy of the old precision on the stack.
15763Later, @kbd{~ p} will restore the original precision using that
15764stack value. (This sequence might be especially useful inside a
15765keyboard macro.)
15766
15767As another example, @kbd{M-3 m g 1 - ~ @key{DEL}} deletes all but the
15768oldest (bottommost) stack entry.
15769
15770Yet another example: The HP-48 ``round'' command rounds a number
15771to the current displayed precision. You could roughly emulate this
15772in Calc with the sequence @kbd{M-5 m g 10000 % ~ c c}. (This
15773would not work for fixed-point mode, but it wouldn't be hard to
15774do a full emulation with the help of the @kbd{Z [} and @kbd{Z ]}
15775programming commands. @xref{Conditionals in Macros}.)
15776
15777@node Calc Mode Line, , Modes Variable, Mode Settings
15778@section The Calc Mode Line
15779
15780@noindent
15781@cindex Mode line indicators
15782This section is a summary of all symbols that can appear on the
15783Calc mode line, the highlighted bar that appears under the Calc
15784stack window (or under an editing window in Embedded mode).
15785
15786The basic mode line format is:
15787
15788@example
92e15881 15789--%*-Calc: 12 Deg @var{other modes} (Calculator)
4009494e
GM
15790@end example
15791
92e15881 15792The @samp{%*} indicates that the buffer is ``read-only''; it shows that
4009494e
GM
15793regular Emacs commands are not allowed to edit the stack buffer
15794as if it were text.
15795
15796The word @samp{Calc:} changes to @samp{CalcEmbed:} if Embedded mode
15797is enabled. The words after this describe the various Calc modes
15798that are in effect.
15799
15800The first mode is always the current precision, an integer.
15801The second mode is always the angular mode, either @code{Deg},
15802@code{Rad}, or @code{Hms}.
15803
15804Here is a complete list of the remaining symbols that can appear
15805on the mode line:
15806
15807@table @code
15808@item Alg
15809Algebraic mode (@kbd{m a}; @pxref{Algebraic Entry}).
15810
15811@item Alg[(
15812Incomplete algebraic mode (@kbd{C-u m a}).
15813
15814@item Alg*
15815Total algebraic mode (@kbd{m t}).
15816
15817@item Symb
15818Symbolic mode (@kbd{m s}; @pxref{Symbolic Mode}).
15819
15820@item Matrix
15821Matrix mode (@kbd{m v}; @pxref{Matrix Mode}).
15822
15823@item Matrix@var{n}
15824Dimensioned Matrix mode (@kbd{C-u @var{n} m v}; @pxref{Matrix Mode}).
15825
15826@item SqMatrix
15827Square Matrix mode (@kbd{C-u m v}; @pxref{Matrix Mode}).
15828
15829@item Scalar
15830Scalar mode (@kbd{m v}; @pxref{Matrix Mode}).
15831
15832@item Polar
15833Polar complex mode (@kbd{m p}; @pxref{Polar Mode}).
15834
15835@item Frac
15836Fraction mode (@kbd{m f}; @pxref{Fraction Mode}).
15837
15838@item Inf
15839Infinite mode (@kbd{m i}; @pxref{Infinite Mode}).
15840
15841@item +Inf
15842Positive Infinite mode (@kbd{C-u 0 m i}).
15843
15844@item NoSimp
15845Default simplifications off (@kbd{m O}; @pxref{Simplification Modes}).
15846
15847@item NumSimp
15848Default simplifications for numeric arguments only (@kbd{m N}).
15849
15850@item BinSimp@var{w}
15851Binary-integer simplification mode; word size @var{w} (@kbd{m B}, @kbd{b w}).
15852
15853@item AlgSimp
15854Algebraic simplification mode (@kbd{m A}).
15855
15856@item ExtSimp
15857Extended algebraic simplification mode (@kbd{m E}).
15858
15859@item UnitSimp
15860Units simplification mode (@kbd{m U}).
15861
15862@item Bin
15863Current radix is 2 (@kbd{d 2}; @pxref{Radix Modes}).
15864
15865@item Oct
15866Current radix is 8 (@kbd{d 8}).
15867
15868@item Hex
15869Current radix is 16 (@kbd{d 6}).
15870
15871@item Radix@var{n}
15872Current radix is @var{n} (@kbd{d r}).
15873
15874@item Zero
15875Leading zeros (@kbd{d z}; @pxref{Radix Modes}).
15876
15877@item Big
15878Big language mode (@kbd{d B}; @pxref{Normal Language Modes}).
15879
15880@item Flat
15881One-line normal language mode (@kbd{d O}).
15882
15883@item Unform
15884Unformatted language mode (@kbd{d U}).
15885
15886@item C
15887C language mode (@kbd{d C}; @pxref{C FORTRAN Pascal}).
15888
15889@item Pascal
15890Pascal language mode (@kbd{d P}).
15891
15892@item Fortran
15893FORTRAN language mode (@kbd{d F}).
15894
15895@item TeX
15896@TeX{} language mode (@kbd{d T}; @pxref{TeX and LaTeX Language Modes}).
15897
15898@item LaTeX
15899La@TeX{} language mode (@kbd{d L}; @pxref{TeX and LaTeX Language Modes}).
15900
15901@item Eqn
15902@dfn{Eqn} language mode (@kbd{d E}; @pxref{Eqn Language Mode}).
15903
15904@item Math
15905Mathematica language mode (@kbd{d M}; @pxref{Mathematica Language Mode}).
15906
15907@item Maple
15908Maple language mode (@kbd{d W}; @pxref{Maple Language Mode}).
15909
15910@item Norm@var{n}
15911Normal float mode with @var{n} digits (@kbd{d n}; @pxref{Float Formats}).
15912
15913@item Fix@var{n}
15914Fixed point mode with @var{n} digits after the point (@kbd{d f}).
15915
15916@item Sci
15917Scientific notation mode (@kbd{d s}).
15918
15919@item Sci@var{n}
15920Scientific notation with @var{n} digits (@kbd{d s}).
15921
15922@item Eng
15923Engineering notation mode (@kbd{d e}).
15924
15925@item Eng@var{n}
15926Engineering notation with @var{n} digits (@kbd{d e}).
15927
15928@item Left@var{n}
15929Left-justified display indented by @var{n} (@kbd{d <}; @pxref{Justification}).
15930
15931@item Right
15932Right-justified display (@kbd{d >}).
15933
15934@item Right@var{n}
15935Right-justified display with width @var{n} (@kbd{d >}).
15936
15937@item Center
15938Centered display (@kbd{d =}).
15939
15940@item Center@var{n}
15941Centered display with center column @var{n} (@kbd{d =}).
15942
15943@item Wid@var{n}
15944Line breaking with width @var{n} (@kbd{d b}; @pxref{Normal Language Modes}).
15945
15946@item Wide
15947No line breaking (@kbd{d b}).
15948
15949@item Break
15950Selections show deep structure (@kbd{j b}; @pxref{Making Selections}).
15951
15952@item Save
15953Record modes in @file{~/.calc.el} (@kbd{m R}; @pxref{General Mode Commands}).
15954
15955@item Local
15956Record modes in Embedded buffer (@kbd{m R}).
15957
15958@item LocEdit
15959Record modes as editing-only in Embedded buffer (@kbd{m R}).
15960
15961@item LocPerm
15962Record modes as permanent-only in Embedded buffer (@kbd{m R}).
15963
15964@item Global
15965Record modes as global in Embedded buffer (@kbd{m R}).
15966
15967@item Manual
15968Automatic recomputation turned off (@kbd{m C}; @pxref{Automatic
15969Recomputation}).
15970
15971@item Graph
15972GNUPLOT process is alive in background (@pxref{Graphics}).
15973
15974@item Sel
15975Top-of-stack has a selection (Embedded only; @pxref{Making Selections}).
15976
15977@item Dirty
15978The stack display may not be up-to-date (@pxref{Display Modes}).
15979
15980@item Inv
15981``Inverse'' prefix was pressed (@kbd{I}; @pxref{Inverse and Hyperbolic}).
15982
15983@item Hyp
15984``Hyperbolic'' prefix was pressed (@kbd{H}).
15985
15986@item Keep
15987``Keep-arguments'' prefix was pressed (@kbd{K}).
15988
15989@item Narrow
15990Stack is truncated (@kbd{d t}; @pxref{Truncating the Stack}).
15991@end table
15992
15993In addition, the symbols @code{Active} and @code{~Active} can appear
15994as minor modes on an Embedded buffer's mode line. @xref{Embedded Mode}.
15995
15996@node Arithmetic, Scientific Functions, Mode Settings, Top
15997@chapter Arithmetic Functions
15998
15999@noindent
16000This chapter describes the Calc commands for doing simple calculations
16001on numbers, such as addition, absolute value, and square roots. These
16002commands work by removing the top one or two values from the stack,
16003performing the desired operation, and pushing the result back onto the
16004stack. If the operation cannot be performed, the result pushed is a
16005formula instead of a number, such as @samp{2/0} (because division by zero
16006is invalid) or @samp{sqrt(x)} (because the argument @samp{x} is a formula).
16007
16008Most of the commands described here can be invoked by a single keystroke.
16009Some of the more obscure ones are two-letter sequences beginning with
16010the @kbd{f} (``functions'') prefix key.
16011
16012@xref{Prefix Arguments}, for a discussion of the effect of numeric
16013prefix arguments on commands in this chapter which do not otherwise
16014interpret a prefix argument.
16015
16016@menu
16017* Basic Arithmetic::
16018* Integer Truncation::
16019* Complex Number Functions::
16020* Conversions::
16021* Date Arithmetic::
16022* Financial Functions::
16023* Binary Functions::
16024@end menu
16025
16026@node Basic Arithmetic, Integer Truncation, Arithmetic, Arithmetic
16027@section Basic Arithmetic
16028
16029@noindent
16030@kindex +
16031@pindex calc-plus
16032@ignore
16033@mindex @null
16034@end ignore
16035@tindex +
16036The @kbd{+} (@code{calc-plus}) command adds two numbers. The numbers may
16037be any of the standard Calc data types. The resulting sum is pushed back
16038onto the stack.
16039
16040If both arguments of @kbd{+} are vectors or matrices (of matching dimensions),
16041the result is a vector or matrix sum. If one argument is a vector and the
16042other a scalar (i.e., a non-vector), the scalar is added to each of the
16043elements of the vector to form a new vector. If the scalar is not a
16044number, the operation is left in symbolic form: Suppose you added @samp{x}
16045to the vector @samp{[1,2]}. You may want the result @samp{[1+x,2+x]}, or
16046you may plan to substitute a 2-vector for @samp{x} in the future. Since
16047the Calculator can't tell which interpretation you want, it makes the
16048safest assumption. @xref{Reducing and Mapping}, for a way to add @samp{x}
16049to every element of a vector.
16050
16051If either argument of @kbd{+} is a complex number, the result will in general
16052be complex. If one argument is in rectangular form and the other polar,
16053the current Polar mode determines the form of the result. If Symbolic
16054mode is enabled, the sum may be left as a formula if the necessary
16055conversions for polar addition are non-trivial.
16056
16057If both arguments of @kbd{+} are HMS forms, the forms are added according to
16058the usual conventions of hours-minutes-seconds notation. If one argument
16059is an HMS form and the other is a number, that number is converted from
16060degrees or radians (depending on the current Angular mode) to HMS format
16061and then the two HMS forms are added.
16062
16063If one argument of @kbd{+} is a date form, the other can be either a
16064real number, which advances the date by a certain number of days, or
16065an HMS form, which advances the date by a certain amount of time.
16066Subtracting two date forms yields the number of days between them.
16067Adding two date forms is meaningless, but Calc interprets it as the
16068subtraction of one date form and the negative of the other. (The
16069negative of a date form can be understood by remembering that dates
16070are stored as the number of days before or after Jan 1, 1 AD.)
16071
16072If both arguments of @kbd{+} are error forms, the result is an error form
16073with an appropriately computed standard deviation. If one argument is an
16074error form and the other is a number, the number is taken to have zero error.
16075Error forms may have symbolic formulas as their mean and/or error parts;
16076adding these will produce a symbolic error form result. However, adding an
16077error form to a plain symbolic formula (as in @samp{(a +/- b) + c}) will not
16078work, for the same reasons just mentioned for vectors. Instead you must
16079write @samp{(a +/- b) + (c +/- 0)}.
16080
16081If both arguments of @kbd{+} are modulo forms with equal values of @expr{M},
16082or if one argument is a modulo form and the other a plain number, the
16083result is a modulo form which represents the sum, modulo @expr{M}, of
16084the two values.
16085
16086If both arguments of @kbd{+} are intervals, the result is an interval
16087which describes all possible sums of the possible input values. If
16088one argument is a plain number, it is treated as the interval
16089@w{@samp{[x ..@: x]}}.
16090
16091If one argument of @kbd{+} is an infinity and the other is not, the
16092result is that same infinity. If both arguments are infinite and in
16093the same direction, the result is the same infinity, but if they are
16094infinite in different directions the result is @code{nan}.
16095
16096@kindex -
16097@pindex calc-minus
16098@ignore
16099@mindex @null
16100@end ignore
16101@tindex -
16102The @kbd{-} (@code{calc-minus}) command subtracts two values. The top
16103number on the stack is subtracted from the one behind it, so that the
16104computation @kbd{5 @key{RET} 2 -} produces 3, not @mathit{-3}. All options
16105available for @kbd{+} are available for @kbd{-} as well.
16106
16107@kindex *
16108@pindex calc-times
16109@ignore
16110@mindex @null
16111@end ignore
16112@tindex *
16113The @kbd{*} (@code{calc-times}) command multiplies two numbers. If one
16114argument is a vector and the other a scalar, the scalar is multiplied by
16115the elements of the vector to produce a new vector. If both arguments
16116are vectors, the interpretation depends on the dimensions of the
16117vectors: If both arguments are matrices, a matrix multiplication is
16118done. If one argument is a matrix and the other a plain vector, the
16119vector is interpreted as a row vector or column vector, whichever is
16120dimensionally correct. If both arguments are plain vectors, the result
16121is a single scalar number which is the dot product of the two vectors.
16122
16123If one argument of @kbd{*} is an HMS form and the other a number, the
16124HMS form is multiplied by that amount. It is an error to multiply two
16125HMS forms together, or to attempt any multiplication involving date
16126forms. Error forms, modulo forms, and intervals can be multiplied;
16127see the comments for addition of those forms. When two error forms
16128or intervals are multiplied they are considered to be statistically
16129independent; thus, @samp{[-2 ..@: 3] * [-2 ..@: 3]} is @samp{[-6 ..@: 9]},
16130whereas @w{@samp{[-2 ..@: 3] ^ 2}} is @samp{[0 ..@: 9]}.
16131
16132@kindex /
16133@pindex calc-divide
16134@ignore
16135@mindex @null
16136@end ignore
16137@tindex /
16138The @kbd{/} (@code{calc-divide}) command divides two numbers.
16139
16140When combining multiplication and division in an algebraic formula, it
16141is good style to use parentheses to distinguish between possible
16142interpretations; the expression @samp{a/b*c} should be written
16143@samp{(a/b)*c} or @samp{a/(b*c)}, as appropriate. Without the
16144parentheses, Calc will interpret @samp{a/b*c} as @samp{a/(b*c)}, since
16145in algebraic entry Calc gives division a lower precedence than
16146multiplication. (This is not standard across all computer languages, and
16147Calc may change the precedence depending on the language mode being used.
16148@xref{Language Modes}.) This default ordering can be changed by setting
16149the customizable variable @code{calc-multiplication-has-precedence} to
16150@code{nil} (@pxref{Customizing Calc}); this will give multiplication and
16151division equal precedences. Note that Calc's default choice of
16152precedence allows @samp{a b / c d} to be used as a shortcut for
16153@smallexample
16154@group
16155a b
16156---.
16157c d
16158@end group
16159@end smallexample
16160
16161When dividing a scalar @expr{B} by a square matrix @expr{A}, the
16162computation performed is @expr{B} times the inverse of @expr{A}. This
16163also occurs if @expr{B} is itself a vector or matrix, in which case the
16164effect is to solve the set of linear equations represented by @expr{B}.
16165If @expr{B} is a matrix with the same number of rows as @expr{A}, or a
16166plain vector (which is interpreted here as a column vector), then the
16167equation @expr{A X = B} is solved for the vector or matrix @expr{X}.
16168Otherwise, if @expr{B} is a non-square matrix with the same number of
16169@emph{columns} as @expr{A}, the equation @expr{X A = B} is solved. If
16170you wish a vector @expr{B} to be interpreted as a row vector to be
16171solved as @expr{X A = B}, make it into a one-row matrix with @kbd{C-u 1
16172v p} first. To force a left-handed solution with a square matrix
16173@expr{B}, transpose @expr{A} and @expr{B} before dividing, then
16174transpose the result.
16175
16176HMS forms can be divided by real numbers or by other HMS forms. Error
16177forms can be divided in any combination of ways. Modulo forms where both
16178values and the modulo are integers can be divided to get an integer modulo
16179form result. Intervals can be divided; dividing by an interval that
16180encompasses zero or has zero as a limit will result in an infinite
16181interval.
16182
16183@kindex ^
16184@pindex calc-power
16185@ignore
16186@mindex @null
16187@end ignore
16188@tindex ^
16189The @kbd{^} (@code{calc-power}) command raises a number to a power. If
16190the power is an integer, an exact result is computed using repeated
16191multiplications. For non-integer powers, Calc uses Newton's method or
16192logarithms and exponentials. Square matrices can be raised to integer
16193powers. If either argument is an error (or interval or modulo) form,
16194the result is also an error (or interval or modulo) form.
16195
16196@kindex I ^
16197@tindex nroot
16198If you press the @kbd{I} (inverse) key first, the @kbd{I ^} command
16199computes an Nth root: @kbd{125 @key{RET} 3 I ^} computes the number 5.
16200(This is entirely equivalent to @kbd{125 @key{RET} 1:3 ^}.)
16201
16202@kindex \
16203@pindex calc-idiv
16204@tindex idiv
16205@ignore
16206@mindex @null
16207@end ignore
16208@tindex \
16209The @kbd{\} (@code{calc-idiv}) command divides two numbers on the stack
16210to produce an integer result. It is equivalent to dividing with
16211@key{/}, then rounding down with @kbd{F} (@code{calc-floor}), only a bit
16212more convenient and efficient. Also, since it is an all-integer
16213operation when the arguments are integers, it avoids problems that
16214@kbd{/ F} would have with floating-point roundoff.
16215
16216@kindex %
16217@pindex calc-mod
16218@ignore
16219@mindex @null
16220@end ignore
16221@tindex %
16222The @kbd{%} (@code{calc-mod}) command performs a ``modulo'' (or ``remainder'')
16223operation. Mathematically, @samp{a%b = a - (a\b)*b}, and is defined
16224for all real numbers @expr{a} and @expr{b} (except @expr{b=0}). For
16225positive @expr{b}, the result will always be between 0 (inclusive) and
16226@expr{b} (exclusive). Modulo does not work for HMS forms and error forms.
16227If @expr{a} is a modulo form, its modulo is changed to @expr{b}, which
16228must be positive real number.
16229
16230@kindex :
16231@pindex calc-fdiv
16232@tindex fdiv
16233The @kbd{:} (@code{calc-fdiv}) [@code{fdiv}] command
16234divides the two integers on the top of the stack to produce a fractional
16235result. This is a convenient shorthand for enabling Fraction mode (with
16236@kbd{m f}) temporarily and using @samp{/}. Note that during numeric entry
16237the @kbd{:} key is interpreted as a fraction separator, so to divide 8 by 6
16238you would have to type @kbd{8 @key{RET} 6 @key{RET} :}. (Of course, in
16239this case, it would be much easier simply to enter the fraction directly
16240as @kbd{8:6 @key{RET}}!)
16241
16242@kindex n
16243@pindex calc-change-sign
16244The @kbd{n} (@code{calc-change-sign}) command negates the number on the top
16245of the stack. It works on numbers, vectors and matrices, HMS forms, date
16246forms, error forms, intervals, and modulo forms.
16247
16248@kindex A
16249@pindex calc-abs
16250@tindex abs
16251The @kbd{A} (@code{calc-abs}) [@code{abs}] command computes the absolute
16252value of a number. The result of @code{abs} is always a nonnegative
16253real number: With a complex argument, it computes the complex magnitude.
16254With a vector or matrix argument, it computes the Frobenius norm, i.e.,
16255the square root of the sum of the squares of the absolute values of the
16256elements. The absolute value of an error form is defined by replacing
16257the mean part with its absolute value and leaving the error part the same.
16258The absolute value of a modulo form is undefined. The absolute value of
16259an interval is defined in the obvious way.
16260
16261@kindex f A
16262@pindex calc-abssqr
16263@tindex abssqr
16264The @kbd{f A} (@code{calc-abssqr}) [@code{abssqr}] command computes the
16265absolute value squared of a number, vector or matrix, or error form.
16266
16267@kindex f s
16268@pindex calc-sign
16269@tindex sign
16270The @kbd{f s} (@code{calc-sign}) [@code{sign}] command returns 1 if its
16271argument is positive, @mathit{-1} if its argument is negative, or 0 if its
16272argument is zero. In algebraic form, you can also write @samp{sign(a,x)}
16273which evaluates to @samp{x * sign(a)}, i.e., either @samp{x}, @samp{-x}, or
16274zero depending on the sign of @samp{a}.
16275
16276@kindex &
16277@pindex calc-inv
16278@tindex inv
16279@cindex Reciprocal
16280The @kbd{&} (@code{calc-inv}) [@code{inv}] command computes the
16281reciprocal of a number, i.e., @expr{1 / x}. Operating on a square
16282matrix, it computes the inverse of that matrix.
16283
16284@kindex Q
16285@pindex calc-sqrt
16286@tindex sqrt
16287The @kbd{Q} (@code{calc-sqrt}) [@code{sqrt}] command computes the square
16288root of a number. For a negative real argument, the result will be a
16289complex number whose form is determined by the current Polar mode.
16290
16291@kindex f h
16292@pindex calc-hypot
16293@tindex hypot
16294The @kbd{f h} (@code{calc-hypot}) [@code{hypot}] command computes the square
16295root of the sum of the squares of two numbers. That is, @samp{hypot(a,b)}
16296is the length of the hypotenuse of a right triangle with sides @expr{a}
16297and @expr{b}. If the arguments are complex numbers, their squared
16298magnitudes are used.
16299
16300@kindex f Q
16301@pindex calc-isqrt
16302@tindex isqrt
16303The @kbd{f Q} (@code{calc-isqrt}) [@code{isqrt}] command computes the
16304integer square root of an integer. This is the true square root of the
16305number, rounded down to an integer. For example, @samp{isqrt(10)}
16306produces 3. Note that, like @kbd{\} [@code{idiv}], this uses exact
16307integer arithmetic throughout to avoid roundoff problems. If the input
16308is a floating-point number or other non-integer value, this is exactly
16309the same as @samp{floor(sqrt(x))}.
16310
16311@kindex f n
16312@kindex f x
16313@pindex calc-min
16314@tindex min
16315@pindex calc-max
16316@tindex max
16317The @kbd{f n} (@code{calc-min}) [@code{min}] and @kbd{f x} (@code{calc-max})
16318[@code{max}] commands take the minimum or maximum of two real numbers,
16319respectively. These commands also work on HMS forms, date forms,
16320intervals, and infinities. (In algebraic expressions, these functions
16321take any number of arguments and return the maximum or minimum among
16322all the arguments.)
16323
16324@kindex f M
16325@kindex f X
16326@pindex calc-mant-part
16327@tindex mant
16328@pindex calc-xpon-part
16329@tindex xpon
16330The @kbd{f M} (@code{calc-mant-part}) [@code{mant}] function extracts
16331the ``mantissa'' part @expr{m} of its floating-point argument; @kbd{f X}
16332(@code{calc-xpon-part}) [@code{xpon}] extracts the ``exponent'' part
16333@expr{e}. The original number is equal to
16334@texline @math{m \times 10^e},
16335@infoline @expr{m * 10^e},
16336where @expr{m} is in the interval @samp{[1.0 ..@: 10.0)} except that
16337@expr{m=e=0} if the original number is zero. For integers
16338and fractions, @code{mant} returns the number unchanged and @code{xpon}
16339returns zero. The @kbd{v u} (@code{calc-unpack}) command can also be
16340used to ``unpack'' a floating-point number; this produces an integer
16341mantissa and exponent, with the constraint that the mantissa is not
16342a multiple of ten (again except for the @expr{m=e=0} case).
16343
16344@kindex f S
16345@pindex calc-scale-float
16346@tindex scf
16347The @kbd{f S} (@code{calc-scale-float}) [@code{scf}] function scales a number
16348by a given power of ten. Thus, @samp{scf(mant(x), xpon(x)) = x} for any
16349real @samp{x}. The second argument must be an integer, but the first
16350may actually be any numeric value. For example, @samp{scf(5,-2) = 0.05}
16351or @samp{1:20} depending on the current Fraction mode.
16352
16353@kindex f [
16354@kindex f ]
16355@pindex calc-decrement
16356@pindex calc-increment
16357@tindex decr
16358@tindex incr
16359The @kbd{f [} (@code{calc-decrement}) [@code{decr}] and @kbd{f ]}
16360(@code{calc-increment}) [@code{incr}] functions decrease or increase
16361a number by one unit. For integers, the effect is obvious. For
16362floating-point numbers, the change is by one unit in the last place.
16363For example, incrementing @samp{12.3456} when the current precision
16364is 6 digits yields @samp{12.3457}. If the current precision had been
163658 digits, the result would have been @samp{12.345601}. Incrementing
16366@samp{0.0} produces
16367@texline @math{10^{-p}},
16368@infoline @expr{10^-p},
16369where @expr{p} is the current
16370precision. These operations are defined only on integers and floats.
16371With numeric prefix arguments, they change the number by @expr{n} units.
16372
16373Note that incrementing followed by decrementing, or vice-versa, will
16374almost but not quite always cancel out. Suppose the precision is
163756 digits and the number @samp{9.99999} is on the stack. Incrementing
16376will produce @samp{10.0000}; decrementing will produce @samp{9.9999}.
16377One digit has been dropped. This is an unavoidable consequence of the
16378way floating-point numbers work.
16379
16380Incrementing a date/time form adjusts it by a certain number of seconds.
16381Incrementing a pure date form adjusts it by a certain number of days.
16382
16383@node Integer Truncation, Complex Number Functions, Basic Arithmetic, Arithmetic
16384@section Integer Truncation
16385
16386@noindent
16387There are four commands for truncating a real number to an integer,
16388differing mainly in their treatment of negative numbers. All of these
16389commands have the property that if the argument is an integer, the result
16390is the same integer. An integer-valued floating-point argument is converted
16391to integer form.
16392
16393If you press @kbd{H} (@code{calc-hyperbolic}) first, the result will be
16394expressed as an integer-valued floating-point number.
16395
16396@cindex Integer part of a number
16397@kindex F
16398@pindex calc-floor
16399@tindex floor
16400@tindex ffloor
16401@ignore
16402@mindex @null
16403@end ignore
16404@kindex H F
16405The @kbd{F} (@code{calc-floor}) [@code{floor} or @code{ffloor}] command
16406truncates a real number to the next lower integer, i.e., toward minus
16407infinity. Thus @kbd{3.6 F} produces 3, but @kbd{_3.6 F} produces
16408@mathit{-4}.
16409
16410@kindex I F
16411@pindex calc-ceiling
16412@tindex ceil
16413@tindex fceil
16414@ignore
16415@mindex @null
16416@end ignore
16417@kindex H I F
16418The @kbd{I F} (@code{calc-ceiling}) [@code{ceil} or @code{fceil}]
16419command truncates toward positive infinity. Thus @kbd{3.6 I F} produces
164204, and @kbd{_3.6 I F} produces @mathit{-3}.
16421
16422@kindex R
16423@pindex calc-round
16424@tindex round
16425@tindex fround
16426@ignore
16427@mindex @null
16428@end ignore
16429@kindex H R
16430The @kbd{R} (@code{calc-round}) [@code{round} or @code{fround}] command
16431rounds to the nearest integer. When the fractional part is .5 exactly,
16432this command rounds away from zero. (All other rounding in the
16433Calculator uses this convention as well.) Thus @kbd{3.5 R} produces 4
16434but @kbd{3.4 R} produces 3; @kbd{_3.5 R} produces @mathit{-4}.
16435
16436@kindex I R
16437@pindex calc-trunc
16438@tindex trunc
16439@tindex ftrunc
16440@ignore
16441@mindex @null
16442@end ignore
16443@kindex H I R
16444The @kbd{I R} (@code{calc-trunc}) [@code{trunc} or @code{ftrunc}]
16445command truncates toward zero. In other words, it ``chops off''
16446everything after the decimal point. Thus @kbd{3.6 I R} produces 3 and
16447@kbd{_3.6 I R} produces @mathit{-3}.
16448
16449These functions may not be applied meaningfully to error forms, but they
16450do work for intervals. As a convenience, applying @code{floor} to a
16451modulo form floors the value part of the form. Applied to a vector,
16452these functions operate on all elements of the vector one by one.
16453Applied to a date form, they operate on the internal numerical
16454representation of dates, converting a date/time form into a pure date.
16455
16456@ignore
16457@starindex
16458@end ignore
16459@tindex rounde
16460@ignore
16461@starindex
16462@end ignore
16463@tindex roundu
16464@ignore
16465@starindex
16466@end ignore
16467@tindex frounde
16468@ignore
16469@starindex
16470@end ignore
16471@tindex froundu
16472There are two more rounding functions which can only be entered in
16473algebraic notation. The @code{roundu} function is like @code{round}
16474except that it rounds up, toward plus infinity, when the fractional
16475part is .5. This distinction matters only for negative arguments.
16476Also, @code{rounde} rounds to an even number in the case of a tie,
16477rounding up or down as necessary. For example, @samp{rounde(3.5)} and
16478@samp{rounde(4.5)} both return 4, but @samp{rounde(5.5)} returns 6.
16479The advantage of round-to-even is that the net error due to rounding
16480after a long calculation tends to cancel out to zero. An important
16481subtle point here is that the number being fed to @code{rounde} will
16482already have been rounded to the current precision before @code{rounde}
16483begins. For example, @samp{rounde(2.500001)} with a current precision
16484of 6 will incorrectly, or at least surprisingly, yield 2 because the
16485argument will first have been rounded down to @expr{2.5} (which
16486@code{rounde} sees as an exact tie between 2 and 3).
16487
16488Each of these functions, when written in algebraic formulas, allows
16489a second argument which specifies the number of digits after the
16490decimal point to keep. For example, @samp{round(123.4567, 2)} will
16491produce the answer 123.46, and @samp{round(123.4567, -1)} will
16492produce 120 (i.e., the cutoff is one digit to the @emph{left} of
16493the decimal point). A second argument of zero is equivalent to
16494no second argument at all.
16495
16496@cindex Fractional part of a number
16497To compute the fractional part of a number (i.e., the amount which, when
16498added to `@tfn{floor(}@var{n}@tfn{)}', will produce @var{n}) just take @var{n}
16499modulo 1 using the @code{%} command.
16500
16501Note also the @kbd{\} (integer quotient), @kbd{f I} (integer logarithm),
16502and @kbd{f Q} (integer square root) commands, which are analogous to
16503@kbd{/}, @kbd{B}, and @kbd{Q}, respectively, except that they take integer
16504arguments and return the result rounded down to an integer.
16505
16506@node Complex Number Functions, Conversions, Integer Truncation, Arithmetic
16507@section Complex Number Functions
16508
16509@noindent
16510@kindex J
16511@pindex calc-conj
16512@tindex conj
16513The @kbd{J} (@code{calc-conj}) [@code{conj}] command computes the
16514complex conjugate of a number. For complex number @expr{a+bi}, the
16515complex conjugate is @expr{a-bi}. If the argument is a real number,
16516this command leaves it the same. If the argument is a vector or matrix,
16517this command replaces each element by its complex conjugate.
16518
16519@kindex G
16520@pindex calc-argument
16521@tindex arg
16522The @kbd{G} (@code{calc-argument}) [@code{arg}] command computes the
16523``argument'' or polar angle of a complex number. For a number in polar
16524notation, this is simply the second component of the pair
16525@texline `@tfn{(}@var{r}@tfn{;}@math{\theta}@tfn{)}'.
16526@infoline `@tfn{(}@var{r}@tfn{;}@var{theta}@tfn{)}'.
16527The result is expressed according to the current angular mode and will
16528be in the range @mathit{-180} degrees (exclusive) to @mathit{+180} degrees
16529(inclusive), or the equivalent range in radians.
16530
16531@pindex calc-imaginary
16532The @code{calc-imaginary} command multiplies the number on the
16533top of the stack by the imaginary number @expr{i = (0,1)}. This
16534command is not normally bound to a key in Calc, but it is available
16535on the @key{IMAG} button in Keypad mode.
16536
16537@kindex f r
16538@pindex calc-re
16539@tindex re
16540The @kbd{f r} (@code{calc-re}) [@code{re}] command replaces a complex number
16541by its real part. This command has no effect on real numbers. (As an
16542added convenience, @code{re} applied to a modulo form extracts
16543the value part.)
16544
16545@kindex f i
16546@pindex calc-im
16547@tindex im
16548The @kbd{f i} (@code{calc-im}) [@code{im}] command replaces a complex number
16549by its imaginary part; real numbers are converted to zero. With a vector
16550or matrix argument, these functions operate element-wise.
16551
16552@ignore
16553@mindex v p
16554@end ignore
16555@kindex v p (complex)
65d0154b 16556@kindex V p (complex)
4009494e
GM
16557@pindex calc-pack
16558The @kbd{v p} (@code{calc-pack}) command can pack the top two numbers on
16559the stack into a composite object such as a complex number. With
16560a prefix argument of @mathit{-1}, it produces a rectangular complex number;
16561with an argument of @mathit{-2}, it produces a polar complex number.
16562(Also, @pxref{Building Vectors}.)
16563
16564@ignore
16565@mindex v u
16566@end ignore
16567@kindex v u (complex)
65d0154b 16568@kindex V u (complex)
4009494e
GM
16569@pindex calc-unpack
16570The @kbd{v u} (@code{calc-unpack}) command takes the complex number
16571(or other composite object) on the top of the stack and unpacks it
16572into its separate components.
16573
16574@node Conversions, Date Arithmetic, Complex Number Functions, Arithmetic
16575@section Conversions
16576
16577@noindent
16578The commands described in this section convert numbers from one form
16579to another; they are two-key sequences beginning with the letter @kbd{c}.
16580
16581@kindex c f
16582@pindex calc-float
16583@tindex pfloat
16584The @kbd{c f} (@code{calc-float}) [@code{pfloat}] command converts the
16585number on the top of the stack to floating-point form. For example,
16586@expr{23} is converted to @expr{23.0}, @expr{3:2} is converted to
16587@expr{1.5}, and @expr{2.3} is left the same. If the value is a composite
16588object such as a complex number or vector, each of the components is
16589converted to floating-point. If the value is a formula, all numbers
16590in the formula are converted to floating-point. Note that depending
16591on the current floating-point precision, conversion to floating-point
16592format may lose information.
16593
16594As a special exception, integers which appear as powers or subscripts
16595are not floated by @kbd{c f}. If you really want to float a power,
16596you can use a @kbd{j s} command to select the power followed by @kbd{c f}.
16597Because @kbd{c f} cannot examine the formula outside of the selection,
16598it does not notice that the thing being floated is a power.
16599@xref{Selecting Subformulas}.
16600
16601The normal @kbd{c f} command is ``pervasive'' in the sense that it
16602applies to all numbers throughout the formula. The @code{pfloat}
16603algebraic function never stays around in a formula; @samp{pfloat(a + 1)}
16604changes to @samp{a + 1.0} as soon as it is evaluated.
16605
16606@kindex H c f
16607@tindex float
16608With the Hyperbolic flag, @kbd{H c f} [@code{float}] operates
16609only on the number or vector of numbers at the top level of its
16610argument. Thus, @samp{float(1)} is 1.0, but @samp{float(a + 1)}
16611is left unevaluated because its argument is not a number.
16612
16613You should use @kbd{H c f} if you wish to guarantee that the final
16614value, once all the variables have been assigned, is a float; you
16615would use @kbd{c f} if you wish to do the conversion on the numbers
16616that appear right now.
16617
16618@kindex c F
16619@pindex calc-fraction
16620@tindex pfrac
16621The @kbd{c F} (@code{calc-fraction}) [@code{pfrac}] command converts a
16622floating-point number into a fractional approximation. By default, it
16623produces a fraction whose decimal representation is the same as the
16624input number, to within the current precision. You can also give a
16625numeric prefix argument to specify a tolerance, either directly, or,
16626if the prefix argument is zero, by using the number on top of the stack
16627as the tolerance. If the tolerance is a positive integer, the fraction
16628is correct to within that many significant figures. If the tolerance is
16629a non-positive integer, it specifies how many digits fewer than the current
16630precision to use. If the tolerance is a floating-point number, the
16631fraction is correct to within that absolute amount.
16632
16633@kindex H c F
16634@tindex frac
16635The @code{pfrac} function is pervasive, like @code{pfloat}.
16636There is also a non-pervasive version, @kbd{H c F} [@code{frac}],
16637which is analogous to @kbd{H c f} discussed above.
16638
16639@kindex c d
16640@pindex calc-to-degrees
16641@tindex deg
16642The @kbd{c d} (@code{calc-to-degrees}) [@code{deg}] command converts a
16643number into degrees form. The value on the top of the stack may be an
16644HMS form (interpreted as degrees-minutes-seconds), or a real number which
16645will be interpreted in radians regardless of the current angular mode.
16646
16647@kindex c r
16648@pindex calc-to-radians
16649@tindex rad
16650The @kbd{c r} (@code{calc-to-radians}) [@code{rad}] command converts an
16651HMS form or angle in degrees into an angle in radians.
16652
16653@kindex c h
16654@pindex calc-to-hms
16655@tindex hms
16656The @kbd{c h} (@code{calc-to-hms}) [@code{hms}] command converts a real
16657number, interpreted according to the current angular mode, to an HMS
16658form describing the same angle. In algebraic notation, the @code{hms}
16659function also accepts three arguments: @samp{hms(@var{h}, @var{m}, @var{s})}.
16660(The three-argument version is independent of the current angular mode.)
16661
16662@pindex calc-from-hms
16663The @code{calc-from-hms} command converts the HMS form on the top of the
16664stack into a real number according to the current angular mode.
16665
16666@kindex c p
16667@kindex I c p
16668@pindex calc-polar
16669@tindex polar
16670@tindex rect
16671The @kbd{c p} (@code{calc-polar}) command converts the complex number on
16672the top of the stack from polar to rectangular form, or from rectangular
16673to polar form, whichever is appropriate. Real numbers are left the same.
16674This command is equivalent to the @code{rect} or @code{polar}
16675functions in algebraic formulas, depending on the direction of
16676conversion. (It uses @code{polar}, except that if the argument is
16677already a polar complex number, it uses @code{rect} instead. The
16678@kbd{I c p} command always uses @code{rect}.)
16679
16680@kindex c c
16681@pindex calc-clean
16682@tindex pclean
16683The @kbd{c c} (@code{calc-clean}) [@code{pclean}] command ``cleans'' the
16684number on the top of the stack. Floating point numbers are re-rounded
16685according to the current precision. Polar numbers whose angular
16686components have strayed from the @mathit{-180} to @mathit{+180} degree range
16687are normalized. (Note that results will be undesirable if the current
16688angular mode is different from the one under which the number was
16689produced!) Integers and fractions are generally unaffected by this
16690operation. Vectors and formulas are cleaned by cleaning each component
16691number (i.e., pervasively).
16692
16693If the simplification mode is set below the default level, it is raised
16694to the default level for the purposes of this command. Thus, @kbd{c c}
16695applies the default simplifications even if their automatic application
16696is disabled. @xref{Simplification Modes}.
16697
16698@cindex Roundoff errors, correcting
16699A numeric prefix argument to @kbd{c c} sets the floating-point precision
16700to that value for the duration of the command. A positive prefix (of at
16701least 3) sets the precision to the specified value; a negative or zero
16702prefix decreases the precision by the specified amount.
16703
16704@kindex c 0-9
16705@pindex calc-clean-num
16706The keystroke sequences @kbd{c 0} through @kbd{c 9} are equivalent
16707to @kbd{c c} with the corresponding negative prefix argument. If roundoff
16708errors have changed 2.0 into 1.999999, typing @kbd{c 1} to clip off one
16709decimal place often conveniently does the trick.
16710
16711The @kbd{c c} command with a numeric prefix argument, and the @kbd{c 0}
16712through @kbd{c 9} commands, also ``clip'' very small floating-point
16713numbers to zero. If the exponent is less than or equal to the negative
16714of the specified precision, the number is changed to 0.0. For example,
16715if the current precision is 12, then @kbd{c 2} changes the vector
16716@samp{[1e-8, 1e-9, 1e-10, 1e-11]} to @samp{[1e-8, 1e-9, 0, 0]}.
16717Numbers this small generally arise from roundoff noise.
16718
16719If the numbers you are using really are legitimately this small,
16720you should avoid using the @kbd{c 0} through @kbd{c 9} commands.
16721(The plain @kbd{c c} command rounds to the current precision but
16722does not clip small numbers.)
16723
16724One more property of @kbd{c 0} through @kbd{c 9}, and of @kbd{c c} with
16725a prefix argument, is that integer-valued floats are converted to
16726plain integers, so that @kbd{c 1} on @samp{[1., 1.5, 2., 2.5, 3.]}
16727produces @samp{[1, 1.5, 2, 2.5, 3]}. This is not done for huge
16728numbers (@samp{1e100} is technically an integer-valued float, but
16729you wouldn't want it automatically converted to a 100-digit integer).
16730
16731@kindex H c 0-9
16732@kindex H c c
16733@tindex clean
16734With the Hyperbolic flag, @kbd{H c c} and @kbd{H c 0} through @kbd{H c 9}
16735operate non-pervasively [@code{clean}].
16736
16737@node Date Arithmetic, Financial Functions, Conversions, Arithmetic
16738@section Date Arithmetic
16739
16740@noindent
16741@cindex Date arithmetic, additional functions
16742The commands described in this section perform various conversions
16743and calculations involving date forms (@pxref{Date Forms}). They
16744use the @kbd{t} (for time/date) prefix key followed by shifted
16745letters.
16746
16747The simplest date arithmetic is done using the regular @kbd{+} and @kbd{-}
16748commands. In particular, adding a number to a date form advances the
16749date form by a certain number of days; adding an HMS form to a date
16750form advances the date by a certain amount of time; and subtracting two
16751date forms produces a difference measured in days. The commands
16752described here provide additional, more specialized operations on dates.
16753
16754Many of these commands accept a numeric prefix argument; if you give
16755plain @kbd{C-u} as the prefix, these commands will instead take the
16756additional argument from the top of the stack.
16757
16758@menu
16759* Date Conversions::
16760* Date Functions::
16761* Time Zones::
16762* Business Days::
16763@end menu
16764
16765@node Date Conversions, Date Functions, Date Arithmetic, Date Arithmetic
16766@subsection Date Conversions
16767
16768@noindent
16769@kindex t D
16770@pindex calc-date
16771@tindex date
16772The @kbd{t D} (@code{calc-date}) [@code{date}] command converts a
16773date form into a number, measured in days since Jan 1, 1 AD. The
16774result will be an integer if @var{date} is a pure date form, or a
16775fraction or float if @var{date} is a date/time form. Or, if its
16776argument is a number, it converts this number into a date form.
16777
16778With a numeric prefix argument, @kbd{t D} takes that many objects
16779(up to six) from the top of the stack and interprets them in one
16780of the following ways:
16781
16782The @samp{date(@var{year}, @var{month}, @var{day})} function
16783builds a pure date form out of the specified year, month, and
16784day, which must all be integers. @var{Year} is a year number,
16785such as 1991 (@emph{not} the same as 91!). @var{Month} must be
16786an integer in the range 1 to 12; @var{day} must be in the range
167871 to 31. If the specified month has fewer than 31 days and
16788@var{day} is too large, the equivalent day in the following
16789month will be used.
16790
16791The @samp{date(@var{month}, @var{day})} function builds a
16792pure date form using the current year, as determined by the
16793real-time clock.
16794
16795The @samp{date(@var{year}, @var{month}, @var{day}, @var{hms})}
16796function builds a date/time form using an @var{hms} form.
16797
16798The @samp{date(@var{year}, @var{month}, @var{day}, @var{hour},
16799@var{minute}, @var{second})} function builds a date/time form.
16800@var{hour} should be an integer in the range 0 to 23;
16801@var{minute} should be an integer in the range 0 to 59;
16802@var{second} should be any real number in the range @samp{[0 .. 60)}.
16803The last two arguments default to zero if omitted.
16804
16805@kindex t J
16806@pindex calc-julian
16807@tindex julian
16808@cindex Julian day counts, conversions
16809The @kbd{t J} (@code{calc-julian}) [@code{julian}] command converts
16810a date form into a Julian day count, which is the number of days
7c1a0036
GM
16811since noon (GMT) on Jan 1, 4713 BC. A pure date is converted to an
16812integer Julian count representing noon of that day. A date/time form
16813is converted to an exact floating-point Julian count, adjusted to
4009494e
GM
16814interpret the date form in the current time zone but the Julian
16815day count in Greenwich Mean Time. A numeric prefix argument allows
16816you to specify the time zone; @pxref{Time Zones}. Use a prefix of
16817zero to suppress the time zone adjustment. Note that pure date forms
16818are never time-zone adjusted.
16819
16820This command can also do the opposite conversion, from a Julian day
16821count (either an integer day, or a floating-point day and time in
16822the GMT zone), into a pure date form or a date/time form in the
16823current or specified time zone.
16824
16825@kindex t U
16826@pindex calc-unix-time
16827@tindex unixtime
16828@cindex Unix time format, conversions
16829The @kbd{t U} (@code{calc-unix-time}) [@code{unixtime}] command
16830converts a date form into a Unix time value, which is the number of
16831seconds since midnight on Jan 1, 1970, or vice-versa. The numeric result
16832will be an integer if the current precision is 12 or less; for higher
16833precisions, the result may be a float with (@var{precision}@minus{}12)
16834digits after the decimal. Just as for @kbd{t J}, the numeric time
16835is interpreted in the GMT time zone and the date form is interpreted
16836in the current or specified zone. Some systems use Unix-like
16837numbering but with the local time zone; give a prefix of zero to
16838suppress the adjustment if so.
16839
16840@kindex t C
16841@pindex calc-convert-time-zones
16842@tindex tzconv
16843@cindex Time Zones, converting between
16844The @kbd{t C} (@code{calc-convert-time-zones}) [@code{tzconv}]
16845command converts a date form from one time zone to another. You
16846are prompted for each time zone name in turn; you can answer with
16847any suitable Calc time zone expression (@pxref{Time Zones}).
16848If you answer either prompt with a blank line, the local time
16849zone is used for that prompt. You can also answer the first
16850prompt with @kbd{$} to take the two time zone names from the
16851stack (and the date to be converted from the third stack level).
16852
16853@node Date Functions, Business Days, Date Conversions, Date Arithmetic
16854@subsection Date Functions
16855
16856@noindent
16857@kindex t N
16858@pindex calc-now
16859@tindex now
16860The @kbd{t N} (@code{calc-now}) [@code{now}] command pushes the
16861current date and time on the stack as a date form. The time is
16862reported in terms of the specified time zone; with no numeric prefix
16863argument, @kbd{t N} reports for the current time zone.
16864
16865@kindex t P
16866@pindex calc-date-part
16867The @kbd{t P} (@code{calc-date-part}) command extracts one part
16868of a date form. The prefix argument specifies the part; with no
16869argument, this command prompts for a part code from 1 to 9.
16870The various part codes are described in the following paragraphs.
16871
16872@tindex year
16873The @kbd{M-1 t P} [@code{year}] function extracts the year number
16874from a date form as an integer, e.g., 1991. This and the
16875following functions will also accept a real number for an
16876argument, which is interpreted as a standard Calc day number.
16877Note that this function will never return zero, since the year
168781 BC immediately precedes the year 1 AD.
16879
16880@tindex month
16881The @kbd{M-2 t P} [@code{month}] function extracts the month number
16882from a date form as an integer in the range 1 to 12.
16883
16884@tindex day
16885The @kbd{M-3 t P} [@code{day}] function extracts the day number
16886from a date form as an integer in the range 1 to 31.
16887
16888@tindex hour
16889The @kbd{M-4 t P} [@code{hour}] function extracts the hour from
16890a date form as an integer in the range 0 (midnight) to 23. Note
16891that 24-hour time is always used. This returns zero for a pure
16892date form. This function (and the following two) also accept
16893HMS forms as input.
16894
16895@tindex minute
16896The @kbd{M-5 t P} [@code{minute}] function extracts the minute
16897from a date form as an integer in the range 0 to 59.
16898
16899@tindex second
16900The @kbd{M-6 t P} [@code{second}] function extracts the second
16901from a date form. If the current precision is 12 or less,
16902the result is an integer in the range 0 to 59. For higher
16903precisions, the result may instead be a floating-point number.
16904
16905@tindex weekday
16906The @kbd{M-7 t P} [@code{weekday}] function extracts the weekday
16907number from a date form as an integer in the range 0 (Sunday)
16908to 6 (Saturday).
16909
16910@tindex yearday
16911The @kbd{M-8 t P} [@code{yearday}] function extracts the day-of-year
16912number from a date form as an integer in the range 1 (January 1)
16913to 366 (December 31 of a leap year).
16914
16915@tindex time
16916The @kbd{M-9 t P} [@code{time}] function extracts the time portion
16917of a date form as an HMS form. This returns @samp{0@@ 0' 0"}
16918for a pure date form.
16919
16920@kindex t M
16921@pindex calc-new-month
16922@tindex newmonth
16923The @kbd{t M} (@code{calc-new-month}) [@code{newmonth}] command
16924computes a new date form that represents the first day of the month
16925specified by the input date. The result is always a pure date
16926form; only the year and month numbers of the input are retained.
16927With a numeric prefix argument @var{n} in the range from 1 to 31,
16928@kbd{t M} computes the @var{n}th day of the month. (If @var{n}
16929is greater than the actual number of days in the month, or if
16930@var{n} is zero, the last day of the month is used.)
16931
16932@kindex t Y
16933@pindex calc-new-year
16934@tindex newyear
16935The @kbd{t Y} (@code{calc-new-year}) [@code{newyear}] command
16936computes a new pure date form that represents the first day of
16937the year specified by the input. The month, day, and time
16938of the input date form are lost. With a numeric prefix argument
16939@var{n} in the range from 1 to 366, @kbd{t Y} computes the
16940@var{n}th day of the year (366 is treated as 365 in non-leap
16941years). A prefix argument of 0 computes the last day of the
16942year (December 31). A negative prefix argument from @mathit{-1} to
16943@mathit{-12} computes the first day of the @var{n}th month of the year.
16944
16945@kindex t W
16946@pindex calc-new-week
16947@tindex newweek
16948The @kbd{t W} (@code{calc-new-week}) [@code{newweek}] command
16949computes a new pure date form that represents the Sunday on or before
16950the input date. With a numeric prefix argument, it can be made to
16951use any day of the week as the starting day; the argument must be in
16952the range from 0 (Sunday) to 6 (Saturday). This function always
16953subtracts between 0 and 6 days from the input date.
16954
16955Here's an example use of @code{newweek}: Find the date of the next
16956Wednesday after a given date. Using @kbd{M-3 t W} or @samp{newweek(d, 3)}
16957will give you the @emph{preceding} Wednesday, so @samp{newweek(d+7, 3)}
16958will give you the following Wednesday. A further look at the definition
16959of @code{newweek} shows that if the input date is itself a Wednesday,
16960this formula will return the Wednesday one week in the future. An
16961exercise for the reader is to modify this formula to yield the same day
16962if the input is already a Wednesday. Another interesting exercise is
16963to preserve the time-of-day portion of the input (@code{newweek} resets
16964the time to midnight; hint:@: how can @code{newweek} be defined in terms
16965of the @code{weekday} function?).
16966
16967@ignore
16968@starindex
16969@end ignore
16970@tindex pwday
16971The @samp{pwday(@var{date})} function (not on any key) computes the
16972day-of-month number of the Sunday on or before @var{date}. With
16973two arguments, @samp{pwday(@var{date}, @var{day})} computes the day
16974number of the Sunday on or before day number @var{day} of the month
16975specified by @var{date}. The @var{day} must be in the range from
169767 to 31; if the day number is greater than the actual number of days
16977in the month, the true number of days is used instead. Thus
16978@samp{pwday(@var{date}, 7)} finds the first Sunday of the month, and
16979@samp{pwday(@var{date}, 31)} finds the last Sunday of the month.
16980With a third @var{weekday} argument, @code{pwday} can be made to look
16981for any day of the week instead of Sunday.
16982
16983@kindex t I
16984@pindex calc-inc-month
16985@tindex incmonth
16986The @kbd{t I} (@code{calc-inc-month}) [@code{incmonth}] command
16987increases a date form by one month, or by an arbitrary number of
16988months specified by a numeric prefix argument. The time portion,
16989if any, of the date form stays the same. The day also stays the
16990same, except that if the new month has fewer days the day
16991number may be reduced to lie in the valid range. For example,
16992@samp{incmonth(<Jan 31, 1991>)} produces @samp{<Feb 28, 1991>}.
16993Because of this, @kbd{t I t I} and @kbd{M-2 t I} do not always give
16994the same results (@samp{<Mar 28, 1991>} versus @samp{<Mar 31, 1991>}
16995in this case).
16996
16997@ignore
16998@starindex
16999@end ignore
17000@tindex incyear
17001The @samp{incyear(@var{date}, @var{step})} function increases
17002a date form by the specified number of years, which may be
17003any positive or negative integer. Note that @samp{incyear(d, n)}
17004is equivalent to @w{@samp{incmonth(d, 12*n)}}, but these do not have
17005simple equivalents in terms of day arithmetic because
17006months and years have varying lengths. If the @var{step}
17007argument is omitted, 1 year is assumed. There is no keyboard
17008command for this function; use @kbd{C-u 12 t I} instead.
17009
17010There is no @code{newday} function at all because @kbd{F} [@code{floor}]
17011serves this purpose. Similarly, instead of @code{incday} and
17012@code{incweek} simply use @expr{d + n} or @expr{d + 7 n}.
17013
17014@xref{Basic Arithmetic}, for the @kbd{f ]} [@code{incr}] command
17015which can adjust a date/time form by a certain number of seconds.
17016
17017@node Business Days, Time Zones, Date Functions, Date Arithmetic
17018@subsection Business Days
17019
17020@noindent
17021Often time is measured in ``business days'' or ``working days,''
17022where weekends and holidays are skipped. Calc's normal date
17023arithmetic functions use calendar days, so that subtracting two
17024consecutive Mondays will yield a difference of 7 days. By contrast,
17025subtracting two consecutive Mondays would yield 5 business days
17026(assuming two-day weekends and the absence of holidays).
17027
17028@kindex t +
17029@kindex t -
17030@tindex badd
17031@tindex bsub
17032@pindex calc-business-days-plus
17033@pindex calc-business-days-minus
17034The @kbd{t +} (@code{calc-business-days-plus}) [@code{badd}]
17035and @kbd{t -} (@code{calc-business-days-minus}) [@code{bsub}]
17036commands perform arithmetic using business days. For @kbd{t +},
17037one argument must be a date form and the other must be a real
17038number (positive or negative). If the number is not an integer,
17039then a certain amount of time is added as well as a number of
17040days; for example, adding 0.5 business days to a time in Friday
17041evening will produce a time in Monday morning. It is also
17042possible to add an HMS form; adding @samp{12@@ 0' 0"} also adds
17043half a business day. For @kbd{t -}, the arguments are either a
17044date form and a number or HMS form, or two date forms, in which
17045case the result is the number of business days between the two
17046dates.
17047
17048@cindex @code{Holidays} variable
17049@vindex Holidays
17050By default, Calc considers any day that is not a Saturday or
17051Sunday to be a business day. You can define any number of
17052additional holidays by editing the variable @code{Holidays}.
17053(There is an @w{@kbd{s H}} convenience command for editing this
17054variable.) Initially, @code{Holidays} contains the vector
17055@samp{[sat, sun]}. Entries in the @code{Holidays} vector may
17056be any of the following kinds of objects:
17057
17058@itemize @bullet
17059@item
17060Date forms (pure dates, not date/time forms). These specify
17061particular days which are to be treated as holidays.
17062
17063@item
17064Intervals of date forms. These specify a range of days, all of
17065which are holidays (e.g., Christmas week). @xref{Interval Forms}.
17066
17067@item
17068Nested vectors of date forms. Each date form in the vector is
17069considered to be a holiday.
17070
17071@item
17072Any Calc formula which evaluates to one of the above three things.
17073If the formula involves the variable @expr{y}, it stands for a
17074yearly repeating holiday; @expr{y} will take on various year
17075numbers like 1992. For example, @samp{date(y, 12, 25)} specifies
17076Christmas day, and @samp{newweek(date(y, 11, 7), 4) + 21} specifies
17077Thanksgiving (which is held on the fourth Thursday of November).
17078If the formula involves the variable @expr{m}, that variable
17079takes on month numbers from 1 to 12: @samp{date(y, m, 15)} is
17080a holiday that takes place on the 15th of every month.
17081
17082@item
17083A weekday name, such as @code{sat} or @code{sun}. This is really
17084a variable whose name is a three-letter, lower-case day name.
17085
17086@item
17087An interval of year numbers (integers). This specifies the span of
17088years over which this holiday list is to be considered valid. Any
17089business-day arithmetic that goes outside this range will result
17090in an error message. Use this if you are including an explicit
17091list of holidays, rather than a formula to generate them, and you
17092want to make sure you don't accidentally go beyond the last point
17093where the holidays you entered are complete. If there is no
17094limiting interval in the @code{Holidays} vector, the default
17095@samp{[1 .. 2737]} is used. (This is the absolute range of years
17096for which Calc's business-day algorithms will operate.)
17097
17098@item
17099An interval of HMS forms. This specifies the span of hours that
17100are to be considered one business day. For example, if this
17101range is @samp{[9@@ 0' 0" .. 17@@ 0' 0"]} (i.e., 9am to 5pm), then
17102the business day is only eight hours long, so that @kbd{1.5 t +}
17103on @samp{<4:00pm Fri Dec 13, 1991>} will add one business day and
17104four business hours to produce @samp{<12:00pm Tue Dec 17, 1991>}.
17105Likewise, @kbd{t -} will now express differences in time as
17106fractions of an eight-hour day. Times before 9am will be treated
17107as 9am by business date arithmetic, and times at or after 5pm will
17108be treated as 4:59:59pm. If there is no HMS interval in @code{Holidays},
17109the full 24-hour day @samp{[0@ 0' 0" .. 24@ 0' 0"]} is assumed.
17110(Regardless of the type of bounds you specify, the interval is
17111treated as inclusive on the low end and exclusive on the high end,
17112so that the work day goes from 9am up to, but not including, 5pm.)
17113@end itemize
17114
17115If the @code{Holidays} vector is empty, then @kbd{t +} and
17116@kbd{t -} will act just like @kbd{+} and @kbd{-} because there will
17117then be no difference between business days and calendar days.
17118
17119Calc expands the intervals and formulas you give into a complete
17120list of holidays for internal use. This is done mainly to make
17121sure it can detect multiple holidays. (For example,
17122@samp{<Jan 1, 1989>} is both New Year's Day and a Sunday, but
17123Calc's algorithms take care to count it only once when figuring
17124the number of holidays between two dates.)
17125
17126Since the complete list of holidays for all the years from 1 to
171272737 would be huge, Calc actually computes only the part of the
17128list between the smallest and largest years that have been involved
17129in business-day calculations so far. Normally, you won't have to
17130worry about this. Keep in mind, however, that if you do one
17131calculation for 1992, and another for 1792, even if both involve
17132only a small range of years, Calc will still work out all the
17133holidays that fall in that 200-year span.
17134
17135If you add a (positive) number of days to a date form that falls on a
17136weekend or holiday, the date form is treated as if it were the most
17137recent business day. (Thus adding one business day to a Friday,
17138Saturday, or Sunday will all yield the following Monday.) If you
17139subtract a number of days from a weekend or holiday, the date is
17140effectively on the following business day. (So subtracting one business
17141day from Saturday, Sunday, or Monday yields the preceding Friday.) The
17142difference between two dates one or both of which fall on holidays
17143equals the number of actual business days between them. These
17144conventions are consistent in the sense that, if you add @var{n}
17145business days to any date, the difference between the result and the
17146original date will come out to @var{n} business days. (It can't be
17147completely consistent though; a subtraction followed by an addition
17148might come out a bit differently, since @kbd{t +} is incapable of
17149producing a date that falls on a weekend or holiday.)
17150
17151@ignore
17152@starindex
17153@end ignore
17154@tindex holiday
17155There is a @code{holiday} function, not on any keys, that takes
17156any date form and returns 1 if that date falls on a weekend or
17157holiday, as defined in @code{Holidays}, or 0 if the date is a
17158business day.
17159
17160@node Time Zones, , Business Days, Date Arithmetic
17161@subsection Time Zones
17162
17163@noindent
17164@cindex Time zones
17165@cindex Daylight saving time
17166Time zones and daylight saving time are a complicated business.
17167The conversions to and from Julian and Unix-style dates automatically
17168compute the correct time zone and daylight saving adjustment to use,
17169provided they can figure out this information. This section describes
17170Calc's time zone adjustment algorithm in detail, in case you want to
17171do conversions in different time zones or in case Calc's algorithms
17172can't determine the right correction to use.
17173
17174Adjustments for time zones and daylight saving time are done by
17175@kbd{t U}, @kbd{t J}, @kbd{t N}, and @kbd{t C}, but not by any other
17176commands. In particular, @samp{<may 1 1991> - <apr 1 1991>} evaluates
17177to exactly 30 days even though there is a daylight-saving
17178transition in between. This is also true for Julian pure dates:
17179@samp{julian(<may 1 1991>) - julian(<apr 1 1991>)}. But Julian
17180and Unix date/times will adjust for daylight saving time: using Calc's
17181default daylight saving time rule (see the explanation below),
17182@samp{julian(<12am may 1 1991>) - julian(<12am apr 1 1991>)}
17183evaluates to @samp{29.95833} (that's 29 days and 23 hours)
17184because one hour was lost when daylight saving commenced on
17185April 7, 1991.
17186
17187In brief, the idiom @samp{julian(@var{date1}) - julian(@var{date2})}
17188computes the actual number of 24-hour periods between two dates, whereas
17189@samp{@var{date1} - @var{date2}} computes the number of calendar
17190days between two dates without taking daylight saving into account.
17191
17192@pindex calc-time-zone
17193@ignore
17194@starindex
17195@end ignore
17196@tindex tzone
17197The @code{calc-time-zone} [@code{tzone}] command converts the time
17198zone specified by its numeric prefix argument into a number of
17199seconds difference from Greenwich mean time (GMT). If the argument
17200is a number, the result is simply that value multiplied by 3600.
17201Typical arguments for North America are 5 (Eastern) or 8 (Pacific). If
17202Daylight Saving time is in effect, one hour should be subtracted from
17203the normal difference.
17204
17205If you give a prefix of plain @kbd{C-u}, @code{calc-time-zone} (like other
17206date arithmetic commands that include a time zone argument) takes the
17207zone argument from the top of the stack. (In the case of @kbd{t J}
17208and @kbd{t U}, the normal argument is then taken from the second-to-top
17209stack position.) This allows you to give a non-integer time zone
17210adjustment. The time-zone argument can also be an HMS form, or
17211it can be a variable which is a time zone name in upper- or lower-case.
17212For example @samp{tzone(PST) = tzone(8)} and @samp{tzone(pdt) = tzone(7)}
17213(for Pacific standard and daylight saving times, respectively).
17214
17215North American and European time zone names are defined as follows;
17216note that for each time zone there is one name for standard time,
17217another for daylight saving time, and a third for ``generalized'' time
17218in which the daylight saving adjustment is computed from context.
17219
17220@smallexample
17221@group
17222YST PST MST CST EST AST NST GMT WET MET MEZ
17223 9 8 7 6 5 4 3.5 0 -1 -2 -2
17224
17225YDT PDT MDT CDT EDT ADT NDT BST WETDST METDST MESZ
17226 8 7 6 5 4 3 2.5 -1 -2 -3 -3
17227
17228YGT PGT MGT CGT EGT AGT NGT BGT WEGT MEGT MEGZ
172299/8 8/7 7/6 6/5 5/4 4/3 3.5/2.5 0/-1 -1/-2 -2/-3 -2/-3
17230@end group
17231@end smallexample
17232
17233@vindex math-tzone-names
17234To define time zone names that do not appear in the above table,
17235you must modify the Lisp variable @code{math-tzone-names}. This
17236is a list of lists describing the different time zone names; its
17237structure is best explained by an example. The three entries for
17238Pacific Time look like this:
17239
17240@smallexample
17241@group
17242( ( "PST" 8 0 ) ; Name as an upper-case string, then standard
17243 ( "PDT" 8 -1 ) ; adjustment, then daylight saving adjustment.
17244 ( "PGT" 8 "PST" "PDT" ) ) ; Generalized time zone.
17245@end group
17246@end smallexample
17247
17248@cindex @code{TimeZone} variable
17249@vindex TimeZone
17250With no arguments, @code{calc-time-zone} or @samp{tzone()} will by
17251default get the time zone and daylight saving information from the
17252calendar (@pxref{Daylight Saving,Calendar/Diary,The Calendar and the Diary,
17253emacs,The GNU Emacs Manual}). To use a different time zone, or if the
17254calendar does not give the desired result, you can set the Calc variable
17255@code{TimeZone} (which is by default @code{nil}) to an appropriate
17256time zone name. (The easiest way to do this is to edit the
17257@code{TimeZone} variable using Calc's @kbd{s T} command, then use the
17258@kbd{s p} (@code{calc-permanent-variable}) command to save the value of
17259@code{TimeZone} permanently.)
17260If the time zone given by @code{TimeZone} is a generalized time zone,
17261e.g., @code{EGT}, Calc examines the date being converted to tell whether
17262to use standard or daylight saving time. But if the current time zone
17263is explicit, e.g., @code{EST} or @code{EDT}, then that adjustment is
17264used exactly and Calc's daylight saving algorithm is not consulted.
17265The special time zone name @code{local}
17266is equivalent to no argument; i.e., it uses the information obtained
17267from the calendar.
17268
17269The @kbd{t J} and @code{t U} commands with no numeric prefix
17270arguments do the same thing as @samp{tzone()}; namely, use the
17271information from the calendar if @code{TimeZone} is @code{nil},
17272otherwise use the time zone given by @code{TimeZone}.
17273
17274@vindex math-daylight-savings-hook
17275@findex math-std-daylight-savings
17276When Calc computes the daylight saving information itself (i.e., when
17277the @code{TimeZone} variable is set), it will by default consider
17278daylight saving time to begin at 2 a.m.@: on the second Sunday of March
17279(for years from 2007 on) or on the last Sunday in April (for years
17280before 2007), and to end at 2 a.m.@: on the first Sunday of
17281November. (for years from 2007 on) or the last Sunday in October (for
17282years before 2007). These are the rules that have been in effect in
17283much of North America since 1966 and take into account the rule change
17284that began in 2007. If you are in a country that uses different rules
17285for computing daylight saving time, you have two choices: Write your own
17286daylight saving hook, or control time zones explicitly by setting the
17287@code{TimeZone} variable and/or always giving a time-zone argument for
17288the conversion functions.
17289
17290The Lisp variable @code{math-daylight-savings-hook} holds the
17291name of a function that is used to compute the daylight saving
17292adjustment for a given date. The default is
17293@code{math-std-daylight-savings}, which computes an adjustment
17294(either 0 or @mathit{-1}) using the North American rules given above.
17295
17296The daylight saving hook function is called with four arguments:
17297The date, as a floating-point number in standard Calc format;
17298a six-element list of the date decomposed into year, month, day,
17299hour, minute, and second, respectively; a string which contains
17300the generalized time zone name in upper-case, e.g., @code{"WEGT"};
17301and a special adjustment to be applied to the hour value when
17302converting into a generalized time zone (see below).
17303
17304@findex math-prev-weekday-in-month
17305The Lisp function @code{math-prev-weekday-in-month} is useful for
17306daylight saving computations. This is an internal version of
17307the user-level @code{pwday} function described in the previous
17308section. It takes four arguments: The floating-point date value,
17309the corresponding six-element date list, the day-of-month number,
17310and the weekday number (0-6).
17311
17312The default daylight saving hook ignores the time zone name, but a
17313more sophisticated hook could use different algorithms for different
17314time zones. It would also be possible to use different algorithms
17315depending on the year number, but the default hook always uses the
17316algorithm for 1987 and later. Here is a listing of the default
17317daylight saving hook:
17318
17319@smallexample
17320(defun math-std-daylight-savings (date dt zone bump)
17321 (cond ((< (nth 1 dt) 4) 0)
17322 ((= (nth 1 dt) 4)
17323 (let ((sunday (math-prev-weekday-in-month date dt 7 0)))
17324 (cond ((< (nth 2 dt) sunday) 0)
17325 ((= (nth 2 dt) sunday)
17326 (if (>= (nth 3 dt) (+ 3 bump)) -1 0))
17327 (t -1))))
17328 ((< (nth 1 dt) 10) -1)
17329 ((= (nth 1 dt) 10)
17330 (let ((sunday (math-prev-weekday-in-month date dt 31 0)))
17331 (cond ((< (nth 2 dt) sunday) -1)
17332 ((= (nth 2 dt) sunday)
17333 (if (>= (nth 3 dt) (+ 2 bump)) 0 -1))
17334 (t 0))))
17335 (t 0))
17336)
17337@end smallexample
17338
17339@noindent
17340The @code{bump} parameter is equal to zero when Calc is converting
17341from a date form in a generalized time zone into a GMT date value.
17342It is @mathit{-1} when Calc is converting in the other direction. The
17343adjustments shown above ensure that the conversion behaves correctly
17344and reasonably around the 2 a.m.@: transition in each direction.
17345
17346There is a ``missing'' hour between 2 a.m.@: and 3 a.m.@: at the
17347beginning of daylight saving time; converting a date/time form that
17348falls in this hour results in a time value for the following hour,
17349from 3 a.m.@: to 4 a.m. At the end of daylight saving time, the
17350hour from 1 a.m.@: to 2 a.m.@: repeats itself; converting a date/time
17351form that falls in this hour results in a time value for the first
17352manifestation of that time (@emph{not} the one that occurs one hour
17353later).
17354
17355If @code{math-daylight-savings-hook} is @code{nil}, then the
17356daylight saving adjustment is always taken to be zero.
17357
17358In algebraic formulas, @samp{tzone(@var{zone}, @var{date})}
17359computes the time zone adjustment for a given zone name at a
17360given date. The @var{date} is ignored unless @var{zone} is a
17361generalized time zone. If @var{date} is a date form, the
17362daylight saving computation is applied to it as it appears.
17363If @var{date} is a numeric date value, it is adjusted for the
17364daylight-saving version of @var{zone} before being given to
17365the daylight saving hook. This odd-sounding rule ensures
17366that the daylight-saving computation is always done in
17367local time, not in the GMT time that a numeric @var{date}
17368is typically represented in.
17369
17370@ignore
17371@starindex
17372@end ignore
17373@tindex dsadj
17374The @samp{dsadj(@var{date}, @var{zone})} function computes the
17375daylight saving adjustment that is appropriate for @var{date} in
17376time zone @var{zone}. If @var{zone} is explicitly in or not in
17377daylight saving time (e.g., @code{PDT} or @code{PST}) the
17378@var{date} is ignored. If @var{zone} is a generalized time zone,
17379the algorithms described above are used. If @var{zone} is omitted,
17380the computation is done for the current time zone.
17381
4009494e
GM
17382@node Financial Functions, Binary Functions, Date Arithmetic, Arithmetic
17383@section Financial Functions
17384
17385@noindent
17386Calc's financial or business functions use the @kbd{b} prefix
17387key followed by a shifted letter. (The @kbd{b} prefix followed by
17388a lower-case letter is used for operations on binary numbers.)
17389
17390Note that the rate and the number of intervals given to these
17391functions must be on the same time scale, e.g., both months or
17392both years. Mixing an annual interest rate with a time expressed
17393in months will give you very wrong answers!
17394
17395It is wise to compute these functions to a higher precision than
17396you really need, just to make sure your answer is correct to the
17397last penny; also, you may wish to check the definitions at the end
17398of this section to make sure the functions have the meaning you expect.
17399
17400@menu
17401* Percentages::
17402* Future Value::
17403* Present Value::
17404* Related Financial Functions::
17405* Depreciation Functions::
17406* Definitions of Financial Functions::
17407@end menu
17408
17409@node Percentages, Future Value, Financial Functions, Financial Functions
17410@subsection Percentages
17411
17412@kindex M-%
17413@pindex calc-percent
17414@tindex %
17415@tindex percent
17416The @kbd{M-%} (@code{calc-percent}) command takes a percentage value,
17417say 5.4, and converts it to an equivalent actual number. For example,
17418@kbd{5.4 M-%} enters 0.054 on the stack. (That's the @key{META} or
17419@key{ESC} key combined with @kbd{%}.)
17420
17421Actually, @kbd{M-%} creates a formula of the form @samp{5.4%}.
17422You can enter @samp{5.4%} yourself during algebraic entry. The
17423@samp{%} operator simply means, ``the preceding value divided by
17424100.'' The @samp{%} operator has very high precedence, so that
17425@samp{1+8%} is interpreted as @samp{1+(8%)}, not as @samp{(1+8)%}.
17426(The @samp{%} operator is just a postfix notation for the
17427@code{percent} function, just like @samp{20!} is the notation for
17428@samp{fact(20)}, or twenty-factorial.)
17429
17430The formula @samp{5.4%} would normally evaluate immediately to
174310.054, but the @kbd{M-%} command suppresses evaluation as it puts
17432the formula onto the stack. However, the next Calc command that
17433uses the formula @samp{5.4%} will evaluate it as its first step.
17434The net effect is that you get to look at @samp{5.4%} on the stack,
17435but Calc commands see it as @samp{0.054}, which is what they expect.
17436
17437In particular, @samp{5.4%} and @samp{0.054} are suitable values
17438for the @var{rate} arguments of the various financial functions,
17439but the number @samp{5.4} is probably @emph{not} suitable---it
17440represents a rate of 540 percent!
17441
17442The key sequence @kbd{M-% *} effectively means ``percent-of.''
17443For example, @kbd{68 @key{RET} 25 M-% *} computes 17, which is 25% of
1744468 (and also 68% of 25, which comes out to the same thing).
17445
17446@kindex c %
17447@pindex calc-convert-percent
17448The @kbd{c %} (@code{calc-convert-percent}) command converts the
17449value on the top of the stack from numeric to percentage form.
17450For example, if 0.08 is on the stack, @kbd{c %} converts it to
17451@samp{8%}. The quantity is the same, it's just represented
17452differently. (Contrast this with @kbd{M-%}, which would convert
17453this number to @samp{0.08%}.) The @kbd{=} key is a convenient way
17454to convert a formula like @samp{8%} back to numeric form, 0.08.
17455
17456To compute what percentage one quantity is of another quantity,
17457use @kbd{/ c %}. For example, @w{@kbd{17 @key{RET} 68 / c %}} displays
17458@samp{25%}.
17459
17460@kindex b %
17461@pindex calc-percent-change
17462@tindex relch
17463The @kbd{b %} (@code{calc-percent-change}) [@code{relch}] command
17464calculates the percentage change from one number to another.
17465For example, @kbd{40 @key{RET} 50 b %} produces the answer @samp{25%},
17466since 50 is 25% larger than 40. A negative result represents a
17467decrease: @kbd{50 @key{RET} 40 b %} produces @samp{-20%}, since 40 is
1746820% smaller than 50. (The answers are different in magnitude
17469because, in the first case, we're increasing by 25% of 40, but
17470in the second case, we're decreasing by 20% of 50.) The effect
17471of @kbd{40 @key{RET} 50 b %} is to compute @expr{(50-40)/40}, converting
17472the answer to percentage form as if by @kbd{c %}.
17473
17474@node Future Value, Present Value, Percentages, Financial Functions
17475@subsection Future Value
17476
17477@noindent
17478@kindex b F
17479@pindex calc-fin-fv
17480@tindex fv
17481The @kbd{b F} (@code{calc-fin-fv}) [@code{fv}] command computes
17482the future value of an investment. It takes three arguments
17483from the stack: @samp{fv(@var{rate}, @var{n}, @var{payment})}.
17484If you give payments of @var{payment} every year for @var{n}
17485years, and the money you have paid earns interest at @var{rate} per
17486year, then this function tells you what your investment would be
17487worth at the end of the period. (The actual interval doesn't
17488have to be years, as long as @var{n} and @var{rate} are expressed
17489in terms of the same intervals.) This function assumes payments
17490occur at the @emph{end} of each interval.
17491
17492@kindex I b F
17493@tindex fvb
17494The @kbd{I b F} [@code{fvb}] command does the same computation,
17495but assuming your payments are at the beginning of each interval.
17496Suppose you plan to deposit $1000 per year in a savings account
17497earning 5.4% interest, starting right now. How much will be
17498in the account after five years? @code{fvb(5.4%, 5, 1000) = 5870.73}.
17499Thus you will have earned $870 worth of interest over the years.
17500Using the stack, this calculation would have been
17501@kbd{5.4 M-% 5 @key{RET} 1000 I b F}. Note that the rate is expressed
17502as a number between 0 and 1, @emph{not} as a percentage.
17503
17504@kindex H b F
17505@tindex fvl
17506The @kbd{H b F} [@code{fvl}] command computes the future value
17507of an initial lump sum investment. Suppose you could deposit
17508those five thousand dollars in the bank right now; how much would
17509they be worth in five years? @code{fvl(5.4%, 5, 5000) = 6503.89}.
17510
17511The algebraic functions @code{fv} and @code{fvb} accept an optional
17512fourth argument, which is used as an initial lump sum in the sense
17513of @code{fvl}. In other words, @code{fv(@var{rate}, @var{n},
17514@var{payment}, @var{initial}) = fv(@var{rate}, @var{n}, @var{payment})
17515+ fvl(@var{rate}, @var{n}, @var{initial})}.
17516
17517To illustrate the relationships between these functions, we could
17518do the @code{fvb} calculation ``by hand'' using @code{fvl}. The
17519final balance will be the sum of the contributions of our five
17520deposits at various times. The first deposit earns interest for
17521five years: @code{fvl(5.4%, 5, 1000) = 1300.78}. The second
17522deposit only earns interest for four years: @code{fvl(5.4%, 4, 1000) =
175231234.13}. And so on down to the last deposit, which earns one
17524year's interest: @code{fvl(5.4%, 1, 1000) = 1054.00}. The sum of
17525these five values is, sure enough, $5870.73, just as was computed
17526by @code{fvb} directly.
17527
17528What does @code{fv(5.4%, 5, 1000) = 5569.96} mean? The payments
17529are now at the ends of the periods. The end of one year is the same
17530as the beginning of the next, so what this really means is that we've
17531lost the payment at year zero (which contributed $1300.78), but we're
17532now counting the payment at year five (which, since it didn't have
17533a chance to earn interest, counts as $1000). Indeed, @expr{5569.96 =
175345870.73 - 1300.78 + 1000} (give or take a bit of roundoff error).
17535
17536@node Present Value, Related Financial Functions, Future Value, Financial Functions
17537@subsection Present Value
17538
17539@noindent
17540@kindex b P
17541@pindex calc-fin-pv
17542@tindex pv
17543The @kbd{b P} (@code{calc-fin-pv}) [@code{pv}] command computes
17544the present value of an investment. Like @code{fv}, it takes
17545three arguments: @code{pv(@var{rate}, @var{n}, @var{payment})}.
17546It computes the present value of a series of regular payments.
17547Suppose you have the chance to make an investment that will
17548pay $2000 per year over the next four years; as you receive
17549these payments you can put them in the bank at 9% interest.
17550You want to know whether it is better to make the investment, or
17551to keep the money in the bank where it earns 9% interest right
17552from the start. The calculation @code{pv(9%, 4, 2000)} gives the
17553result 6479.44. If your initial investment must be less than this,
17554say, $6000, then the investment is worthwhile. But if you had to
17555put up $7000, then it would be better just to leave it in the bank.
17556
17557Here is the interpretation of the result of @code{pv}: You are
17558trying to compare the return from the investment you are
17559considering, which is @code{fv(9%, 4, 2000) = 9146.26}, with
17560the return from leaving the money in the bank, which is
17561@code{fvl(9%, 4, @var{x})} where @var{x} is the amount of money
17562you would have to put up in advance. The @code{pv} function
17563finds the break-even point, @expr{x = 6479.44}, at which
17564@code{fvl(9%, 4, 6479.44)} is also equal to 9146.26. This is
17565the largest amount you should be willing to invest.
17566
17567@kindex I b P
17568@tindex pvb
17569The @kbd{I b P} [@code{pvb}] command solves the same problem,
17570but with payments occurring at the beginning of each interval.
17571It has the same relationship to @code{fvb} as @code{pv} has
17572to @code{fv}. For example @code{pvb(9%, 4, 2000) = 7062.59},
17573a larger number than @code{pv} produced because we get to start
17574earning interest on the return from our investment sooner.
17575
17576@kindex H b P
17577@tindex pvl
17578The @kbd{H b P} [@code{pvl}] command computes the present value of
17579an investment that will pay off in one lump sum at the end of the
17580period. For example, if we get our $8000 all at the end of the
17581four years, @code{pvl(9%, 4, 8000) = 5667.40}. This is much
17582less than @code{pv} reported, because we don't earn any interest
17583on the return from this investment. Note that @code{pvl} and
17584@code{fvl} are simple inverses: @code{fvl(9%, 4, 5667.40) = 8000}.
17585
17586You can give an optional fourth lump-sum argument to @code{pv}
17587and @code{pvb}; this is handled in exactly the same way as the
17588fourth argument for @code{fv} and @code{fvb}.
17589
17590@kindex b N
17591@pindex calc-fin-npv
17592@tindex npv
17593The @kbd{b N} (@code{calc-fin-npv}) [@code{npv}] command computes
17594the net present value of a series of irregular investments.
17595The first argument is the interest rate. The second argument is
17596a vector which represents the expected return from the investment
17597at the end of each interval. For example, if the rate represents
17598a yearly interest rate, then the vector elements are the return
17599from the first year, second year, and so on.
17600
17601Thus, @code{npv(9%, [2000,2000,2000,2000]) = pv(9%, 4, 2000) = 6479.44}.
17602Obviously this function is more interesting when the payments are
17603not all the same!
17604
17605The @code{npv} function can actually have two or more arguments.
17606Multiple arguments are interpreted in the same way as for the
17607vector statistical functions like @code{vsum}.
17608@xref{Single-Variable Statistics}. Basically, if there are several
17609payment arguments, each either a vector or a plain number, all these
17610values are collected left-to-right into the complete list of payments.
17611A numeric prefix argument on the @kbd{b N} command says how many
17612payment values or vectors to take from the stack.
17613
17614@kindex I b N
17615@tindex npvb
17616The @kbd{I b N} [@code{npvb}] command computes the net present
17617value where payments occur at the beginning of each interval
17618rather than at the end.
17619
17620@node Related Financial Functions, Depreciation Functions, Present Value, Financial Functions
17621@subsection Related Financial Functions
17622
17623@noindent
17624The functions in this section are basically inverses of the
17625present value functions with respect to the various arguments.
17626
17627@kindex b M
17628@pindex calc-fin-pmt
17629@tindex pmt
17630The @kbd{b M} (@code{calc-fin-pmt}) [@code{pmt}] command computes
17631the amount of periodic payment necessary to amortize a loan.
17632Thus @code{pmt(@var{rate}, @var{n}, @var{amount})} equals the
17633value of @var{payment} such that @code{pv(@var{rate}, @var{n},
17634@var{payment}) = @var{amount}}.
17635
17636@kindex I b M
17637@tindex pmtb
17638The @kbd{I b M} [@code{pmtb}] command does the same computation
17639but using @code{pvb} instead of @code{pv}. Like @code{pv} and
17640@code{pvb}, these functions can also take a fourth argument which
17641represents an initial lump-sum investment.
17642
17643@kindex H b M
17644The @kbd{H b M} key just invokes the @code{fvl} function, which is
17645the inverse of @code{pvl}. There is no explicit @code{pmtl} function.
17646
17647@kindex b #
17648@pindex calc-fin-nper
17649@tindex nper
17650The @kbd{b #} (@code{calc-fin-nper}) [@code{nper}] command computes
17651the number of regular payments necessary to amortize a loan.
17652Thus @code{nper(@var{rate}, @var{payment}, @var{amount})} equals
17653the value of @var{n} such that @code{pv(@var{rate}, @var{n},
17654@var{payment}) = @var{amount}}. If @var{payment} is too small
17655ever to amortize a loan for @var{amount} at interest rate @var{rate},
17656the @code{nper} function is left in symbolic form.
17657
17658@kindex I b #
17659@tindex nperb
17660The @kbd{I b #} [@code{nperb}] command does the same computation
17661but using @code{pvb} instead of @code{pv}. You can give a fourth
17662lump-sum argument to these functions, but the computation will be
17663rather slow in the four-argument case.
17664
17665@kindex H b #
17666@tindex nperl
17667The @kbd{H b #} [@code{nperl}] command does the same computation
17668using @code{pvl}. By exchanging @var{payment} and @var{amount} you
17669can also get the solution for @code{fvl}. For example,
17670@code{nperl(8%, 2000, 1000) = 9.006}, so if you place $1000 in a
17671bank account earning 8%, it will take nine years to grow to $2000.
17672
17673@kindex b T
17674@pindex calc-fin-rate
17675@tindex rate
17676The @kbd{b T} (@code{calc-fin-rate}) [@code{rate}] command computes
17677the rate of return on an investment. This is also an inverse of @code{pv}:
17678@code{rate(@var{n}, @var{payment}, @var{amount})} computes the value of
17679@var{rate} such that @code{pv(@var{rate}, @var{n}, @var{payment}) =
17680@var{amount}}. The result is expressed as a formula like @samp{6.3%}.
17681
17682@kindex I b T
17683@kindex H b T
17684@tindex rateb
17685@tindex ratel
17686The @kbd{I b T} [@code{rateb}] and @kbd{H b T} [@code{ratel}]
17687commands solve the analogous equations with @code{pvb} or @code{pvl}
17688in place of @code{pv}. Also, @code{rate} and @code{rateb} can
17689accept an optional fourth argument just like @code{pv} and @code{pvb}.
17690To redo the above example from a different perspective,
17691@code{ratel(9, 2000, 1000) = 8.00597%}, which says you will need an
17692interest rate of 8% in order to double your account in nine years.
17693
17694@kindex b I
17695@pindex calc-fin-irr
17696@tindex irr
17697The @kbd{b I} (@code{calc-fin-irr}) [@code{irr}] command is the
17698analogous function to @code{rate} but for net present value.
17699Its argument is a vector of payments. Thus @code{irr(@var{payments})}
17700computes the @var{rate} such that @code{npv(@var{rate}, @var{payments}) = 0};
17701this rate is known as the @dfn{internal rate of return}.
17702
17703@kindex I b I
17704@tindex irrb
17705The @kbd{I b I} [@code{irrb}] command computes the internal rate of
17706return assuming payments occur at the beginning of each period.
17707
17708@node Depreciation Functions, Definitions of Financial Functions, Related Financial Functions, Financial Functions
17709@subsection Depreciation Functions
17710
17711@noindent
17712The functions in this section calculate @dfn{depreciation}, which is
17713the amount of value that a possession loses over time. These functions
17714are characterized by three parameters: @var{cost}, the original cost
17715of the asset; @var{salvage}, the value the asset will have at the end
17716of its expected ``useful life''; and @var{life}, the number of years
17717(or other periods) of the expected useful life.
17718
17719There are several methods for calculating depreciation that differ in
17720the way they spread the depreciation over the lifetime of the asset.
17721
17722@kindex b S
17723@pindex calc-fin-sln
17724@tindex sln
17725The @kbd{b S} (@code{calc-fin-sln}) [@code{sln}] command computes the
17726``straight-line'' depreciation. In this method, the asset depreciates
17727by the same amount every year (or period). For example,
17728@samp{sln(12000, 2000, 5)} returns 2000. The asset costs $12000
17729initially and will be worth $2000 after five years; it loses $2000
17730per year.
17731
17732@kindex b Y
17733@pindex calc-fin-syd
17734@tindex syd
17735The @kbd{b Y} (@code{calc-fin-syd}) [@code{syd}] command computes the
17736accelerated ``sum-of-years'-digits'' depreciation. Here the depreciation
17737is higher during the early years of the asset's life. Since the
17738depreciation is different each year, @kbd{b Y} takes a fourth @var{period}
17739parameter which specifies which year is requested, from 1 to @var{life}.
17740If @var{period} is outside this range, the @code{syd} function will
17741return zero.
17742
17743@kindex b D
17744@pindex calc-fin-ddb
17745@tindex ddb
17746The @kbd{b D} (@code{calc-fin-ddb}) [@code{ddb}] command computes an
17747accelerated depreciation using the double-declining balance method.
17748It also takes a fourth @var{period} parameter.
17749
17750For symmetry, the @code{sln} function will accept a @var{period}
17751parameter as well, although it will ignore its value except that the
17752return value will as usual be zero if @var{period} is out of range.
17753
17754For example, pushing the vector @expr{[1,2,3,4,5]} (perhaps with @kbd{v x 5})
17755and then mapping @kbd{V M ' [sln(12000,2000,5,$), syd(12000,2000,5,$),
17756ddb(12000,2000,5,$)] @key{RET}} produces a matrix that allows us to compare
17757the three depreciation methods:
17758
17759@example
17760@group
17761[ [ 2000, 3333, 4800 ]
17762 [ 2000, 2667, 2880 ]
17763 [ 2000, 2000, 1728 ]
17764 [ 2000, 1333, 592 ]
17765 [ 2000, 667, 0 ] ]
17766@end group
17767@end example
17768
17769@noindent
17770(Values have been rounded to nearest integers in this figure.)
17771We see that @code{sln} depreciates by the same amount each year,
17772@kbd{syd} depreciates more at the beginning and less at the end,
17773and @kbd{ddb} weights the depreciation even more toward the beginning.
17774
17775Summing columns with @kbd{V R : +} yields @expr{[10000, 10000, 10000]};
17776the total depreciation in any method is (by definition) the
17777difference between the cost and the salvage value.
17778
17779@node Definitions of Financial Functions, , Depreciation Functions, Financial Functions
17780@subsection Definitions
17781
17782@noindent
17783For your reference, here are the actual formulas used to compute
17784Calc's financial functions.
17785
17786Calc will not evaluate a financial function unless the @var{rate} or
17787@var{n} argument is known. However, @var{payment} or @var{amount} can
17788be a variable. Calc expands these functions according to the
17789formulas below for symbolic arguments only when you use the @kbd{a "}
17790(@code{calc-expand-formula}) command, or when taking derivatives or
17791integrals or solving equations involving the functions.
17792
17793@ifnottex
17794These formulas are shown using the conventions of Big display
17795mode (@kbd{d B}); for example, the formula for @code{fv} written
17796linearly is @samp{pmt * ((1 + rate)^n) - 1) / rate}.
17797
17798@example
17799 n
17800 (1 + rate) - 1
17801fv(rate, n, pmt) = pmt * ---------------
17802 rate
17803
17804 n
17805 ((1 + rate) - 1) (1 + rate)
17806fvb(rate, n, pmt) = pmt * ----------------------------
17807 rate
17808
17809 n
17810fvl(rate, n, pmt) = pmt * (1 + rate)
17811
17812 -n
17813 1 - (1 + rate)
17814pv(rate, n, pmt) = pmt * ----------------
17815 rate
17816
17817 -n
17818 (1 - (1 + rate) ) (1 + rate)
17819pvb(rate, n, pmt) = pmt * -----------------------------
17820 rate
17821
17822 -n
17823pvl(rate, n, pmt) = pmt * (1 + rate)
17824
17825 -1 -2 -3
17826npv(rate, [a, b, c]) = a*(1 + rate) + b*(1 + rate) + c*(1 + rate)
17827
17828 -1 -2
17829npvb(rate, [a, b, c]) = a + b*(1 + rate) + c*(1 + rate)
17830
17831 -n
17832 (amt - x * (1 + rate) ) * rate
17833pmt(rate, n, amt, x) = -------------------------------
17834 -n
17835 1 - (1 + rate)
17836
17837 -n
17838 (amt - x * (1 + rate) ) * rate
17839pmtb(rate, n, amt, x) = -------------------------------
17840 -n
17841 (1 - (1 + rate) ) (1 + rate)
17842
17843 amt * rate
17844nper(rate, pmt, amt) = - log(1 - ------------, 1 + rate)
17845 pmt
17846
17847 amt * rate
17848nperb(rate, pmt, amt) = - log(1 - ---------------, 1 + rate)
17849 pmt * (1 + rate)
17850
17851 amt
17852nperl(rate, pmt, amt) = - log(---, 1 + rate)
17853 pmt
17854
17855 1/n
17856 pmt
17857ratel(n, pmt, amt) = ------ - 1
17858 1/n
17859 amt
17860
17861 cost - salv
17862sln(cost, salv, life) = -----------
17863 life
17864
17865 (cost - salv) * (life - per + 1)
17866syd(cost, salv, life, per) = --------------------------------
17867 life * (life + 1) / 2
17868
17869 book * 2
17870ddb(cost, salv, life, per) = --------, book = cost - depreciation so far
17871 life
17872@end example
17873@end ifnottex
17874@tex
17875\turnoffactive
17876$$ \code{fv}(r, n, p) = p { (1 + r)^n - 1 \over r } $$
17877$$ \code{fvb}(r, n, p) = p { ((1 + r)^n - 1) (1 + r) \over r } $$
17878$$ \code{fvl}(r, n, p) = p (1 + r)^n $$
17879$$ \code{pv}(r, n, p) = p { 1 - (1 + r)^{-n} \over r } $$
17880$$ \code{pvb}(r, n, p) = p { (1 - (1 + r)^{-n}) (1 + r) \over r } $$
17881$$ \code{pvl}(r, n, p) = p (1 + r)^{-n} $$
17882$$ \code{npv}(r, [a,b,c]) = a (1 + r)^{-1} + b (1 + r)^{-2} + c (1 + r)^{-3} $$
17883$$ \code{npvb}(r, [a,b,c]) = a + b (1 + r)^{-1} + c (1 + r)^{-2} $$
17884$$ \code{pmt}(r, n, a, x) = { (a - x (1 + r)^{-n}) r \over 1 - (1 + r)^{-n} }$$
17885$$ \code{pmtb}(r, n, a, x) = { (a - x (1 + r)^{-n}) r \over
17886 (1 - (1 + r)^{-n}) (1 + r) } $$
17887$$ \code{nper}(r, p, a) = -\code{log}(1 - { a r \over p }, 1 + r) $$
17888$$ \code{nperb}(r, p, a) = -\code{log}(1 - { a r \over p (1 + r) }, 1 + r) $$
17889$$ \code{nperl}(r, p, a) = -\code{log}({a \over p}, 1 + r) $$
17890$$ \code{ratel}(n, p, a) = { p^{1/n} \over a^{1/n} } - 1 $$
17891$$ \code{sln}(c, s, l) = { c - s \over l } $$
17892$$ \code{syd}(c, s, l, p) = { (c - s) (l - p + 1) \over l (l+1) / 2 } $$
17893$$ \code{ddb}(c, s, l, p) = { 2 (c - \hbox{depreciation so far}) \over l } $$
17894@end tex
17895
17896@noindent
17897In @code{pmt} and @code{pmtb}, @expr{x=0} if omitted.
17898
17899These functions accept any numeric objects, including error forms,
17900intervals, and even (though not very usefully) complex numbers. The
17901above formulas specify exactly the behavior of these functions with
17902all sorts of inputs.
17903
17904Note that if the first argument to the @code{log} in @code{nper} is
17905negative, @code{nper} leaves itself in symbolic form rather than
17906returning a (financially meaningless) complex number.
17907
17908@samp{rate(num, pmt, amt)} solves the equation
17909@samp{pv(rate, num, pmt) = amt} for @samp{rate} using @kbd{H a R}
17910(@code{calc-find-root}), with the interval @samp{[.01% .. 100%]}
17911for an initial guess. The @code{rateb} function is the same except
17912that it uses @code{pvb}. Note that @code{ratel} can be solved
17913directly; its formula is shown in the above list.
17914
17915Similarly, @samp{irr(pmts)} solves the equation @samp{npv(rate, pmts) = 0}
17916for @samp{rate}.
17917
17918If you give a fourth argument to @code{nper} or @code{nperb}, Calc
17919will also use @kbd{H a R} to solve the equation using an initial
17920guess interval of @samp{[0 .. 100]}.
17921
17922A fourth argument to @code{fv} simply sums the two components
17923calculated from the above formulas for @code{fv} and @code{fvl}.
17924The same is true of @code{fvb}, @code{pv}, and @code{pvb}.
17925
17926The @kbd{ddb} function is computed iteratively; the ``book'' value
17927starts out equal to @var{cost}, and decreases according to the above
17928formula for the specified number of periods. If the book value
17929would decrease below @var{salvage}, it only decreases to @var{salvage}
17930and the depreciation is zero for all subsequent periods. The @code{ddb}
17931function returns the amount the book value decreased in the specified
17932period.
17933
17934@node Binary Functions, , Financial Functions, Arithmetic
17935@section Binary Number Functions
17936
17937@noindent
17938The commands in this chapter all use two-letter sequences beginning with
17939the @kbd{b} prefix.
17940
17941@cindex Binary numbers
17942The ``binary'' operations actually work regardless of the currently
17943displayed radix, although their results make the most sense in a radix
17944like 2, 8, or 16 (as obtained by the @kbd{d 2}, @kbd{d 8}, or @w{@kbd{d 6}}
17945commands, respectively). You may also wish to enable display of leading
17946zeros with @kbd{d z}. @xref{Radix Modes}.
17947
17948@cindex Word size for binary operations
17949The Calculator maintains a current @dfn{word size} @expr{w}, an
17950arbitrary positive or negative integer. For a positive word size, all
17951of the binary operations described here operate modulo @expr{2^w}. In
17952particular, negative arguments are converted to positive integers modulo
17953@expr{2^w} by all binary functions.
17954
17955If the word size is negative, binary operations produce 2's complement
17956integers from
17957@texline @math{-2^{-w-1}}
17958@infoline @expr{-(2^(-w-1))}
17959to
17960@texline @math{2^{-w-1}-1}
17961@infoline @expr{2^(-w-1)-1}
17962inclusive. Either mode accepts inputs in any range; the sign of
17963@expr{w} affects only the results produced.
17964
17965@kindex b c
17966@pindex calc-clip
17967@tindex clip
17968The @kbd{b c} (@code{calc-clip})
17969[@code{clip}] command can be used to clip a number by reducing it modulo
17970@expr{2^w}. The commands described in this chapter automatically clip
17971their results to the current word size. Note that other operations like
17972addition do not use the current word size, since integer addition
17973generally is not ``binary.'' (However, @pxref{Simplification Modes},
17974@code{calc-bin-simplify-mode}.) For example, with a word size of 8
17975bits @kbd{b c} converts a number to the range 0 to 255; with a word
17976size of @mathit{-8} @kbd{b c} converts to the range @mathit{-128} to 127.
17977
17978@kindex b w
17979@pindex calc-word-size
17980The default word size is 32 bits. All operations except the shifts and
17981rotates allow you to specify a different word size for that one
17982operation by giving a numeric prefix argument: @kbd{C-u 8 b c} clips the
17983top of stack to the range 0 to 255 regardless of the current word size.
17984To set the word size permanently, use @kbd{b w} (@code{calc-word-size}).
17985This command displays a prompt with the current word size; press @key{RET}
17986immediately to keep this word size, or type a new word size at the prompt.
17987
17988When the binary operations are written in symbolic form, they take an
17989optional second (or third) word-size parameter. When a formula like
17990@samp{and(a,b)} is finally evaluated, the word size current at that time
17991will be used, but when @samp{and(a,b,-8)} is evaluated, a word size of
17992@mathit{-8} will always be used. A symbolic binary function will be left
17993in symbolic form unless the all of its argument(s) are integers or
17994integer-valued floats.
17995
17996If either or both arguments are modulo forms for which @expr{M} is a
17997power of two, that power of two is taken as the word size unless a
17998numeric prefix argument overrides it. The current word size is never
17999consulted when modulo-power-of-two forms are involved.
18000
18001@kindex b a
18002@pindex calc-and
18003@tindex and
18004The @kbd{b a} (@code{calc-and}) [@code{and}] command computes the bitwise
18005AND of the two numbers on the top of the stack. In other words, for each
18006of the @expr{w} binary digits of the two numbers (pairwise), the corresponding
18007bit of the result is 1 if and only if both input bits are 1:
18008@samp{and(2#1100, 2#1010) = 2#1000}.
18009
18010@kindex b o
18011@pindex calc-or
18012@tindex or
18013The @kbd{b o} (@code{calc-or}) [@code{or}] command computes the bitwise
18014inclusive OR of two numbers. A bit is 1 if either of the input bits, or
18015both, are 1: @samp{or(2#1100, 2#1010) = 2#1110}.
18016
18017@kindex b x
18018@pindex calc-xor
18019@tindex xor
18020The @kbd{b x} (@code{calc-xor}) [@code{xor}] command computes the bitwise
18021exclusive OR of two numbers. A bit is 1 if exactly one of the input bits
18022is 1: @samp{xor(2#1100, 2#1010) = 2#0110}.
18023
18024@kindex b d
18025@pindex calc-diff
18026@tindex diff
18027The @kbd{b d} (@code{calc-diff}) [@code{diff}] command computes the bitwise
18028difference of two numbers; this is defined by @samp{diff(a,b) = and(a,not(b))},
18029so that @samp{diff(2#1100, 2#1010) = 2#0100}.
18030
18031@kindex b n
18032@pindex calc-not
18033@tindex not
18034The @kbd{b n} (@code{calc-not}) [@code{not}] command computes the bitwise
18035NOT of a number. A bit is 1 if the input bit is 0 and vice-versa.
18036
18037@kindex b l
18038@pindex calc-lshift-binary
18039@tindex lsh
18040The @kbd{b l} (@code{calc-lshift-binary}) [@code{lsh}] command shifts a
18041number left by one bit, or by the number of bits specified in the numeric
18042prefix argument. A negative prefix argument performs a logical right shift,
18043in which zeros are shifted in on the left. In symbolic form, @samp{lsh(a)}
18044is short for @samp{lsh(a,1)}, which in turn is short for @samp{lsh(a,n,w)}.
18045Bits shifted ``off the end,'' according to the current word size, are lost.
18046
18047@kindex H b l
18048@kindex H b r
18049@ignore
18050@mindex @idots
18051@end ignore
18052@kindex H b L
18053@ignore
18054@mindex @null
18055@end ignore
18056@kindex H b R
18057@ignore
18058@mindex @null
18059@end ignore
18060@kindex H b t
18061The @kbd{H b l} command also does a left shift, but it takes two arguments
18062from the stack (the value to shift, and, at top-of-stack, the number of
18063bits to shift). This version interprets the prefix argument just like
18064the regular binary operations, i.e., as a word size. The Hyperbolic flag
18065has a similar effect on the rest of the binary shift and rotate commands.
18066
18067@kindex b r
18068@pindex calc-rshift-binary
18069@tindex rsh
18070The @kbd{b r} (@code{calc-rshift-binary}) [@code{rsh}] command shifts a
18071number right by one bit, or by the number of bits specified in the numeric
18072prefix argument: @samp{rsh(a,n) = lsh(a,-n)}.
18073
18074@kindex b L
18075@pindex calc-lshift-arith
18076@tindex ash
18077The @kbd{b L} (@code{calc-lshift-arith}) [@code{ash}] command shifts a
18078number left. It is analogous to @code{lsh}, except that if the shift
18079is rightward (the prefix argument is negative), an arithmetic shift
18080is performed as described below.
18081
18082@kindex b R
18083@pindex calc-rshift-arith
18084@tindex rash
18085The @kbd{b R} (@code{calc-rshift-arith}) [@code{rash}] command performs
18086an ``arithmetic'' shift to the right, in which the leftmost bit (according
18087to the current word size) is duplicated rather than shifting in zeros.
18088This corresponds to dividing by a power of two where the input is interpreted
18089as a signed, twos-complement number. (The distinction between the @samp{rsh}
18090and @samp{rash} operations is totally independent from whether the word
18091size is positive or negative.) With a negative prefix argument, this
18092performs a standard left shift.
18093
18094@kindex b t
18095@pindex calc-rotate-binary
18096@tindex rot
18097The @kbd{b t} (@code{calc-rotate-binary}) [@code{rot}] command rotates a
18098number one bit to the left. The leftmost bit (according to the current
18099word size) is dropped off the left and shifted in on the right. With a
18100numeric prefix argument, the number is rotated that many bits to the left
18101or right.
18102
18103@xref{Set Operations}, for the @kbd{b p} and @kbd{b u} commands that
18104pack and unpack binary integers into sets. (For example, @kbd{b u}
18105unpacks the number @samp{2#11001} to the set of bit-numbers
18106@samp{[0, 3, 4]}.) Type @kbd{b u V #} to count the number of ``1''
18107bits in a binary integer.
18108
18109Another interesting use of the set representation of binary integers
18110is to reverse the bits in, say, a 32-bit integer. Type @kbd{b u} to
18111unpack; type @kbd{31 @key{TAB} -} to replace each bit-number in the set
18112with 31 minus that bit-number; type @kbd{b p} to pack the set back
18113into a binary integer.
18114
18115@node Scientific Functions, Matrix Functions, Arithmetic, Top
18116@chapter Scientific Functions
18117
18118@noindent
18119The functions described here perform trigonometric and other transcendental
18120calculations. They generally produce floating-point answers correct to the
18121full current precision. The @kbd{H} (Hyperbolic) and @kbd{I} (Inverse)
18122flag keys must be used to get some of these functions from the keyboard.
18123
18124@kindex P
18125@pindex calc-pi
18126@cindex @code{pi} variable
18127@vindex pi
18128@kindex H P
18129@cindex @code{e} variable
18130@vindex e
18131@kindex I P
18132@cindex @code{gamma} variable
18133@vindex gamma
18134@cindex Gamma constant, Euler's
18135@cindex Euler's gamma constant
18136@kindex H I P
18137@cindex @code{phi} variable
18138@cindex Phi, golden ratio
18139@cindex Golden ratio
18140One miscellaneous command is shift-@kbd{P} (@code{calc-pi}), which pushes
18141the value of @cpi{} (at the current precision) onto the stack. With the
18142Hyperbolic flag, it pushes the value @expr{e}, the base of natural logarithms.
18143With the Inverse flag, it pushes Euler's constant
18144@texline @math{\gamma}
18145@infoline @expr{gamma}
18146(about 0.5772). With both Inverse and Hyperbolic, it
18147pushes the ``golden ratio''
18148@texline @math{\phi}
18149@infoline @expr{phi}
18150(about 1.618). (At present, Euler's constant is not available
18151to unlimited precision; Calc knows only the first 100 digits.)
18152In Symbolic mode, these commands push the
18153actual variables @samp{pi}, @samp{e}, @samp{gamma}, and @samp{phi},
18154respectively, instead of their values; @pxref{Symbolic Mode}.
18155
18156@ignore
18157@mindex Q
18158@end ignore
18159@ignore
18160@mindex I Q
18161@end ignore
18162@kindex I Q
18163@tindex sqr
18164The @kbd{Q} (@code{calc-sqrt}) [@code{sqrt}] function is described elsewhere;
18165@pxref{Basic Arithmetic}. With the Inverse flag [@code{sqr}], this command
18166computes the square of the argument.
18167
18168@xref{Prefix Arguments}, for a discussion of the effect of numeric
18169prefix arguments on commands in this chapter which do not otherwise
18170interpret a prefix argument.
18171
18172@menu
18173* Logarithmic Functions::
18174* Trigonometric and Hyperbolic Functions::
18175* Advanced Math Functions::
18176* Branch Cuts::
18177* Random Numbers::
18178* Combinatorial Functions::
18179* Probability Distribution Functions::
18180@end menu
18181
18182@node Logarithmic Functions, Trigonometric and Hyperbolic Functions, Scientific Functions, Scientific Functions
18183@section Logarithmic Functions
18184
18185@noindent
18186@kindex L
18187@pindex calc-ln
18188@tindex ln
18189@ignore
18190@mindex @null
18191@end ignore
18192@kindex I E
18193The shift-@kbd{L} (@code{calc-ln}) [@code{ln}] command computes the natural
18194logarithm of the real or complex number on the top of the stack. With
18195the Inverse flag it computes the exponential function instead, although
18196this is redundant with the @kbd{E} command.
18197
18198@kindex E
18199@pindex calc-exp
18200@tindex exp
18201@ignore
18202@mindex @null
18203@end ignore
18204@kindex I L
18205The shift-@kbd{E} (@code{calc-exp}) [@code{exp}] command computes the
18206exponential, i.e., @expr{e} raised to the power of the number on the stack.
18207The meanings of the Inverse and Hyperbolic flags follow from those for
18208the @code{calc-ln} command.
18209
18210@kindex H L
18211@kindex H E
18212@pindex calc-log10
18213@tindex log10
18214@tindex exp10
18215@ignore
18216@mindex @null
18217@end ignore
18218@kindex H I L
18219@ignore
18220@mindex @null
18221@end ignore
18222@kindex H I E
18223The @kbd{H L} (@code{calc-log10}) [@code{log10}] command computes the common
18224(base-10) logarithm of a number. (With the Inverse flag [@code{exp10}],
18225it raises ten to a given power.) Note that the common logarithm of a
18226complex number is computed by taking the natural logarithm and dividing
18227by
18228@texline @math{\ln10}.
18229@infoline @expr{ln(10)}.
18230
18231@kindex B
18232@kindex I B
18233@pindex calc-log
18234@tindex log
18235@tindex alog
18236The @kbd{B} (@code{calc-log}) [@code{log}] command computes a logarithm
18237to any base. For example, @kbd{1024 @key{RET} 2 B} produces 10, since
18238@texline @math{2^{10} = 1024}.
18239@infoline @expr{2^10 = 1024}.
18240In certain cases like @samp{log(3,9)}, the result
18241will be either @expr{1:2} or @expr{0.5} depending on the current Fraction
18242mode setting. With the Inverse flag [@code{alog}], this command is
18243similar to @kbd{^} except that the order of the arguments is reversed.
18244
18245@kindex f I
18246@pindex calc-ilog
18247@tindex ilog
18248The @kbd{f I} (@code{calc-ilog}) [@code{ilog}] command computes the
18249integer logarithm of a number to any base. The number and the base must
18250themselves be positive integers. This is the true logarithm, rounded
18251down to an integer. Thus @kbd{ilog(x,10)} is 3 for all @expr{x} in the
18252range from 1000 to 9999. If both arguments are positive integers, exact
18253integer arithmetic is used; otherwise, this is equivalent to
18254@samp{floor(log(x,b))}.
18255
18256@kindex f E
18257@pindex calc-expm1
18258@tindex expm1
18259The @kbd{f E} (@code{calc-expm1}) [@code{expm1}] command computes
18260@texline @math{e^x - 1},
18261@infoline @expr{exp(x)-1},
18262but using an algorithm that produces a more accurate
18263answer when the result is close to zero, i.e., when
18264@texline @math{e^x}
18265@infoline @expr{exp(x)}
18266is close to one.
18267
18268@kindex f L
18269@pindex calc-lnp1
18270@tindex lnp1
18271The @kbd{f L} (@code{calc-lnp1}) [@code{lnp1}] command computes
18272@texline @math{\ln(x+1)},
18273@infoline @expr{ln(x+1)},
18274producing a more accurate answer when @expr{x} is close to zero.
18275
18276@node Trigonometric and Hyperbolic Functions, Advanced Math Functions, Logarithmic Functions, Scientific Functions
18277@section Trigonometric/Hyperbolic Functions
18278
18279@noindent
18280@kindex S
18281@pindex calc-sin
18282@tindex sin
18283The shift-@kbd{S} (@code{calc-sin}) [@code{sin}] command computes the sine
18284of an angle or complex number. If the input is an HMS form, it is interpreted
18285as degrees-minutes-seconds; otherwise, the input is interpreted according
18286to the current angular mode. It is best to use Radians mode when operating
18287on complex numbers.
18288
18289Calc's ``units'' mechanism includes angular units like @code{deg},
18290@code{rad}, and @code{grad}. While @samp{sin(45 deg)} is not evaluated
18291all the time, the @kbd{u s} (@code{calc-simplify-units}) command will
18292simplify @samp{sin(45 deg)} by taking the sine of 45 degrees, regardless
18293of the current angular mode. @xref{Basic Operations on Units}.
18294
18295Also, the symbolic variable @code{pi} is not ordinarily recognized in
18296arguments to trigonometric functions, as in @samp{sin(3 pi / 4)}, but
18297the @kbd{a s} (@code{calc-simplify}) command recognizes many such
18298formulas when the current angular mode is Radians @emph{and} Symbolic
18299mode is enabled; this example would be replaced by @samp{sqrt(2) / 2}.
18300@xref{Symbolic Mode}. Beware, this simplification occurs even if you
18301have stored a different value in the variable @samp{pi}; this is one
18302reason why changing built-in variables is a bad idea. Arguments of
18303the form @expr{x} plus a multiple of @cpiover{2} are also simplified.
18304Calc includes similar formulas for @code{cos} and @code{tan}.
18305
18306The @kbd{a s} command knows all angles which are integer multiples of
18307@cpiover{12}, @cpiover{10}, or @cpiover{8} radians. In Degrees mode,
18308analogous simplifications occur for integer multiples of 15 or 18
18309degrees, and for arguments plus multiples of 90 degrees.
18310
18311@kindex I S
18312@pindex calc-arcsin
18313@tindex arcsin
18314With the Inverse flag, @code{calc-sin} computes an arcsine. This is also
18315available as the @code{calc-arcsin} command or @code{arcsin} algebraic
18316function. The returned argument is converted to degrees, radians, or HMS
18317notation depending on the current angular mode.
18318
18319@kindex H S
18320@pindex calc-sinh
18321@tindex sinh
18322@kindex H I S
18323@pindex calc-arcsinh
18324@tindex arcsinh
18325With the Hyperbolic flag, @code{calc-sin} computes the hyperbolic
18326sine, also available as @code{calc-sinh} [@code{sinh}]. With the
18327Hyperbolic and Inverse flags, it computes the hyperbolic arcsine
18328(@code{calc-arcsinh}) [@code{arcsinh}].
18329
18330@kindex C
18331@pindex calc-cos
18332@tindex cos
18333@ignore
18334@mindex @idots
18335@end ignore
18336@kindex I C
18337@pindex calc-arccos
18338@ignore
18339@mindex @null
18340@end ignore
18341@tindex arccos
18342@ignore
18343@mindex @null
18344@end ignore
18345@kindex H C
18346@pindex calc-cosh
18347@ignore
18348@mindex @null
18349@end ignore
18350@tindex cosh
18351@ignore
18352@mindex @null
18353@end ignore
18354@kindex H I C
18355@pindex calc-arccosh
18356@ignore
18357@mindex @null
18358@end ignore
18359@tindex arccosh
18360@ignore
18361@mindex @null
18362@end ignore
18363@kindex T
18364@pindex calc-tan
18365@ignore
18366@mindex @null
18367@end ignore
18368@tindex tan
18369@ignore
18370@mindex @null
18371@end ignore
18372@kindex I T
18373@pindex calc-arctan
18374@ignore
18375@mindex @null
18376@end ignore
18377@tindex arctan
18378@ignore
18379@mindex @null
18380@end ignore
18381@kindex H T
18382@pindex calc-tanh
18383@ignore
18384@mindex @null
18385@end ignore
18386@tindex tanh
18387@ignore
18388@mindex @null
18389@end ignore
18390@kindex H I T
18391@pindex calc-arctanh
18392@ignore
18393@mindex @null
18394@end ignore
18395@tindex arctanh
18396The shift-@kbd{C} (@code{calc-cos}) [@code{cos}] command computes the cosine
18397of an angle or complex number, and shift-@kbd{T} (@code{calc-tan}) [@code{tan}]
18398computes the tangent, along with all the various inverse and hyperbolic
18399variants of these functions.
18400
18401@kindex f T
18402@pindex calc-arctan2
18403@tindex arctan2
18404The @kbd{f T} (@code{calc-arctan2}) [@code{arctan2}] command takes two
18405numbers from the stack and computes the arc tangent of their ratio. The
18406result is in the full range from @mathit{-180} (exclusive) to @mathit{+180}
18407(inclusive) degrees, or the analogous range in radians. A similar
18408result would be obtained with @kbd{/} followed by @kbd{I T}, but the
18409value would only be in the range from @mathit{-90} to @mathit{+90} degrees
18410since the division loses information about the signs of the two
18411components, and an error might result from an explicit division by zero
18412which @code{arctan2} would avoid. By (arbitrary) definition,
18413@samp{arctan2(0,0)=0}.
18414
18415@pindex calc-sincos
18416@ignore
18417@starindex
18418@end ignore
18419@tindex sincos
18420@ignore
18421@starindex
18422@end ignore
18423@ignore
18424@mindex arc@idots
18425@end ignore
18426@tindex arcsincos
18427The @code{calc-sincos} [@code{sincos}] command computes the sine and
18428cosine of a number, returning them as a vector of the form
18429@samp{[@var{cos}, @var{sin}]}.
18430With the Inverse flag [@code{arcsincos}], this command takes a two-element
18431vector as an argument and computes @code{arctan2} of the elements.
18432(This command does not accept the Hyperbolic flag.)
18433
18434@pindex calc-sec
18435@tindex sec
18436@pindex calc-csc
18437@tindex csc
18438@pindex calc-cot
18439@tindex cot
18440@pindex calc-sech
18441@tindex sech
18442@pindex calc-csch
18443@tindex csch
18444@pindex calc-coth
18445@tindex coth
18446The remaining trigonometric functions, @code{calc-sec} [@code{sec}],
4bb49b43 18447@code{calc-csc} [@code{csc}] and @code{calc-cot} [@code{cot}], are also
4009494e
GM
18448available. With the Hyperbolic flag, these compute their hyperbolic
18449counterparts, which are also available separately as @code{calc-sech}
4bb49b43 18450[@code{sech}], @code{calc-csch} [@code{csch}] and @code{calc-coth}
9c264403 18451[@code{coth}]. (These commands do not accept the Inverse flag.)
4009494e
GM
18452
18453@node Advanced Math Functions, Branch Cuts, Trigonometric and Hyperbolic Functions, Scientific Functions
18454@section Advanced Mathematical Functions
18455
18456@noindent
18457Calc can compute a variety of less common functions that arise in
18458various branches of mathematics. All of the functions described in
18459this section allow arbitrary complex arguments and, except as noted,
18460will work to arbitrarily large precisions. They can not at present
18461handle error forms or intervals as arguments.
18462
18463NOTE: These functions are still experimental. In particular, their
18464accuracy is not guaranteed in all domains. It is advisable to set the
18465current precision comfortably higher than you actually need when
18466using these functions. Also, these functions may be impractically
18467slow for some values of the arguments.
18468
18469@kindex f g
18470@pindex calc-gamma
18471@tindex gamma
18472The @kbd{f g} (@code{calc-gamma}) [@code{gamma}] command computes the Euler
18473gamma function. For positive integer arguments, this is related to the
18474factorial function: @samp{gamma(n+1) = fact(n)}. For general complex
18475arguments the gamma function can be defined by the following definite
18476integral:
18477@texline @math{\Gamma(a) = \int_0^\infty t^{a-1} e^t dt}.
18478@infoline @expr{gamma(a) = integ(t^(a-1) exp(t), t, 0, inf)}.
18479(The actual implementation uses far more efficient computational methods.)
18480
18481@kindex f G
18482@tindex gammaP
18483@ignore
18484@mindex @idots
18485@end ignore
18486@kindex I f G
18487@ignore
18488@mindex @null
18489@end ignore
18490@kindex H f G
18491@ignore
18492@mindex @null
18493@end ignore
18494@kindex H I f G
18495@pindex calc-inc-gamma
18496@ignore
18497@mindex @null
18498@end ignore
18499@tindex gammaQ
18500@ignore
18501@mindex @null
18502@end ignore
18503@tindex gammag
18504@ignore
18505@mindex @null
18506@end ignore
18507@tindex gammaG
18508The @kbd{f G} (@code{calc-inc-gamma}) [@code{gammaP}] command computes
18509the incomplete gamma function, denoted @samp{P(a,x)}. This is defined by
18510the integral,
18511@texline @math{P(a,x) = \left( \int_0^x t^{a-1} e^t dt \right) / \Gamma(a)}.
18512@infoline @expr{gammaP(a,x) = integ(t^(a-1) exp(t), t, 0, x) / gamma(a)}.
18513This implies that @samp{gammaP(a,inf) = 1} for any @expr{a} (see the
18514definition of the normal gamma function).
18515
18516Several other varieties of incomplete gamma function are defined.
18517The complement of @expr{P(a,x)}, called @expr{Q(a,x) = 1-P(a,x)} by
18518some authors, is computed by the @kbd{I f G} [@code{gammaQ}] command.
18519You can think of this as taking the other half of the integral, from
18520@expr{x} to infinity.
18521
18522@ifnottex
18523The functions corresponding to the integrals that define @expr{P(a,x)}
18524and @expr{Q(a,x)} but without the normalizing @expr{1/gamma(a)}
18525factor are called @expr{g(a,x)} and @expr{G(a,x)}, respectively
18526(where @expr{g} and @expr{G} represent the lower- and upper-case Greek
18527letter gamma). You can obtain these using the @kbd{H f G} [@code{gammag}]
18528and @kbd{H I f G} [@code{gammaG}] commands.
18529@end ifnottex
18530@tex
18531\turnoffactive
18532The functions corresponding to the integrals that define $P(a,x)$
18533and $Q(a,x)$ but without the normalizing $1/\Gamma(a)$
18534factor are called $\gamma(a,x)$ and $\Gamma(a,x)$, respectively.
18535You can obtain these using the \kbd{H f G} [\code{gammag}] and
18536\kbd{I H f G} [\code{gammaG}] commands.
18537@end tex
18538
18539@kindex f b
18540@pindex calc-beta
18541@tindex beta
18542The @kbd{f b} (@code{calc-beta}) [@code{beta}] command computes the
18543Euler beta function, which is defined in terms of the gamma function as
18544@texline @math{B(a,b) = \Gamma(a) \Gamma(b) / \Gamma(a+b)},
18545@infoline @expr{beta(a,b) = gamma(a) gamma(b) / gamma(a+b)},
18546or by
18547@texline @math{B(a,b) = \int_0^1 t^{a-1} (1-t)^{b-1} dt}.
18548@infoline @expr{beta(a,b) = integ(t^(a-1) (1-t)^(b-1), t, 0, 1)}.
18549
18550@kindex f B
18551@kindex H f B
18552@pindex calc-inc-beta
18553@tindex betaI
18554@tindex betaB
18555The @kbd{f B} (@code{calc-inc-beta}) [@code{betaI}] command computes
18556the incomplete beta function @expr{I(x,a,b)}. It is defined by
18557@texline @math{I(x,a,b) = \left( \int_0^x t^{a-1} (1-t)^{b-1} dt \right) / B(a,b)}.
18558@infoline @expr{betaI(x,a,b) = integ(t^(a-1) (1-t)^(b-1), t, 0, x) / beta(a,b)}.
18559Once again, the @kbd{H} (hyperbolic) prefix gives the corresponding
18560un-normalized version [@code{betaB}].
18561
18562@kindex f e
18563@kindex I f e
18564@pindex calc-erf
18565@tindex erf
18566@tindex erfc
18567The @kbd{f e} (@code{calc-erf}) [@code{erf}] command computes the
18568error function
18569@texline @math{\hbox{erf}(x) = {2 \over \sqrt{\pi}} \int_0^x e^{-t^2} dt}.
18570@infoline @expr{erf(x) = 2 integ(exp(-(t^2)), t, 0, x) / sqrt(pi)}.
18571The complementary error function @kbd{I f e} (@code{calc-erfc}) [@code{erfc}]
18572is the corresponding integral from @samp{x} to infinity; the sum
18573@texline @math{\hbox{erf}(x) + \hbox{erfc}(x) = 1}.
18574@infoline @expr{erf(x) + erfc(x) = 1}.
18575
18576@kindex f j
18577@kindex f y
18578@pindex calc-bessel-J
18579@pindex calc-bessel-Y
18580@tindex besJ
18581@tindex besY
18582The @kbd{f j} (@code{calc-bessel-J}) [@code{besJ}] and @kbd{f y}
18583(@code{calc-bessel-Y}) [@code{besY}] commands compute the Bessel
18584functions of the first and second kinds, respectively.
18585In @samp{besJ(n,x)} and @samp{besY(n,x)} the ``order'' parameter
18586@expr{n} is often an integer, but is not required to be one.
18587Calc's implementation of the Bessel functions currently limits the
18588precision to 8 digits, and may not be exact even to that precision.
18589Use with care!
18590
18591@node Branch Cuts, Random Numbers, Advanced Math Functions, Scientific Functions
18592@section Branch Cuts and Principal Values
18593
18594@noindent
18595@cindex Branch cuts
18596@cindex Principal values
18597All of the logarithmic, trigonometric, and other scientific functions are
18598defined for complex numbers as well as for reals.
18599This section describes the values
18600returned in cases where the general result is a family of possible values.
18601Calc follows section 12.5.3 of Steele's @dfn{Common Lisp, the Language},
18602second edition, in these matters. This section will describe each
18603function briefly; for a more detailed discussion (including some nifty
18604diagrams), consult Steele's book.
18605
18606Note that the branch cuts for @code{arctan} and @code{arctanh} were
5a83c46e
JB
18607changed between the first and second editions of Steele. Recent
18608versions of Calc follow the second edition.
4009494e
GM
18609
18610The new branch cuts exactly match those of the HP-28/48 calculators.
18611They also match those of Mathematica 1.2, except that Mathematica's
18612@code{arctan} cut is always in the right half of the complex plane,
18613and its @code{arctanh} cut is always in the top half of the plane.
18614Calc's cuts are continuous with quadrants I and III for @code{arctan},
18615or II and IV for @code{arctanh}.
18616
18617Note: The current implementations of these functions with complex arguments
18618are designed with proper behavior around the branch cuts in mind, @emph{not}
18619efficiency or accuracy. You may need to increase the floating precision
18620and wait a while to get suitable answers from them.
18621
18622For @samp{sqrt(a+bi)}: When @expr{a<0} and @expr{b} is small but positive
18623or zero, the result is close to the @expr{+i} axis. For @expr{b} small and
18624negative, the result is close to the @expr{-i} axis. The result always lies
18625in the right half of the complex plane.
18626
18627For @samp{ln(a+bi)}: The real part is defined as @samp{ln(abs(a+bi))}.
18628The imaginary part is defined as @samp{arg(a+bi) = arctan2(b,a)}.
18629Thus the branch cuts for @code{sqrt} and @code{ln} both lie on the
18630negative real axis.
18631
18632The following table describes these branch cuts in another way.
18633If the real and imaginary parts of @expr{z} are as shown, then
18634the real and imaginary parts of @expr{f(z)} will be as shown.
18635Here @code{eps} stands for a small positive value; each
18636occurrence of @code{eps} may stand for a different small value.
18637
18638@smallexample
18639 z sqrt(z) ln(z)
18640----------------------------------------
18641 +, 0 +, 0 any, 0
18642 -, 0 0, + any, pi
18643 -, +eps +eps, + +eps, +
18644 -, -eps +eps, - +eps, -
18645@end smallexample
18646
18647For @samp{z1^z2}: This is defined by @samp{exp(ln(z1)*z2)}.
18648One interesting consequence of this is that @samp{(-8)^1:3} does
18649not evaluate to @mathit{-2} as you might expect, but to the complex
18650number @expr{(1., 1.732)}. Both of these are valid cube roots
18651of @mathit{-8} (as is @expr{(1., -1.732)}); Calc chooses a perhaps
18652less-obvious root for the sake of mathematical consistency.
18653
18654For @samp{arcsin(z)}: This is defined by @samp{-i*ln(i*z + sqrt(1-z^2))}.
18655The branch cuts are on the real axis, less than @mathit{-1} and greater than 1.
18656
18657For @samp{arccos(z)}: This is defined by @samp{-i*ln(z + i*sqrt(1-z^2))},
18658or equivalently by @samp{pi/2 - arcsin(z)}. The branch cuts are on
18659the real axis, less than @mathit{-1} and greater than 1.
18660
18661For @samp{arctan(z)}: This is defined by
18662@samp{(ln(1+i*z) - ln(1-i*z)) / (2*i)}. The branch cuts are on the
18663imaginary axis, below @expr{-i} and above @expr{i}.
18664
18665For @samp{arcsinh(z)}: This is defined by @samp{ln(z + sqrt(1+z^2))}.
18666The branch cuts are on the imaginary axis, below @expr{-i} and
18667above @expr{i}.
18668
18669For @samp{arccosh(z)}: This is defined by
18670@samp{ln(z + (z+1)*sqrt((z-1)/(z+1)))}. The branch cut is on the
18671real axis less than 1.
18672
18673For @samp{arctanh(z)}: This is defined by @samp{(ln(1+z) - ln(1-z)) / 2}.
18674The branch cuts are on the real axis, less than @mathit{-1} and greater than 1.
18675
18676The following tables for @code{arcsin}, @code{arccos}, and
18677@code{arctan} assume the current angular mode is Radians. The
18678hyperbolic functions operate independently of the angular mode.
18679
18680@smallexample
18681 z arcsin(z) arccos(z)
18682-------------------------------------------------------
18683 (-1..1), 0 (-pi/2..pi/2), 0 (0..pi), 0
18684 (-1..1), +eps (-pi/2..pi/2), +eps (0..pi), -eps
18685 (-1..1), -eps (-pi/2..pi/2), -eps (0..pi), +eps
18686 <-1, 0 -pi/2, + pi, -
18687 <-1, +eps -pi/2 + eps, + pi - eps, -
18688 <-1, -eps -pi/2 + eps, - pi - eps, +
18689 >1, 0 pi/2, - 0, +
18690 >1, +eps pi/2 - eps, + +eps, -
18691 >1, -eps pi/2 - eps, - +eps, +
18692@end smallexample
18693
18694@smallexample
18695 z arccosh(z) arctanh(z)
18696-----------------------------------------------------
18697 (-1..1), 0 0, (0..pi) any, 0
18698 (-1..1), +eps +eps, (0..pi) any, +eps
18699 (-1..1), -eps +eps, (-pi..0) any, -eps
18700 <-1, 0 +, pi -, pi/2
18701 <-1, +eps +, pi - eps -, pi/2 - eps
18702 <-1, -eps +, -pi + eps -, -pi/2 + eps
18703 >1, 0 +, 0 +, -pi/2
18704 >1, +eps +, +eps +, pi/2 - eps
18705 >1, -eps +, -eps +, -pi/2 + eps
18706@end smallexample
18707
18708@smallexample
18709 z arcsinh(z) arctan(z)
18710-----------------------------------------------------
18711 0, (-1..1) 0, (-pi/2..pi/2) 0, any
18712 0, <-1 -, -pi/2 -pi/2, -
18713 +eps, <-1 +, -pi/2 + eps pi/2 - eps, -
18714 -eps, <-1 -, -pi/2 + eps -pi/2 + eps, -
18715 0, >1 +, pi/2 pi/2, +
18716 +eps, >1 +, pi/2 - eps pi/2 - eps, +
18717 -eps, >1 -, pi/2 - eps -pi/2 + eps, +
18718@end smallexample
18719
18720Finally, the following identities help to illustrate the relationship
18721between the complex trigonometric and hyperbolic functions. They
18722are valid everywhere, including on the branch cuts.
18723
18724@smallexample
18725sin(i*z) = i*sinh(z) arcsin(i*z) = i*arcsinh(z)
18726cos(i*z) = cosh(z) arcsinh(i*z) = i*arcsin(z)
18727tan(i*z) = i*tanh(z) arctan(i*z) = i*arctanh(z)
18728sinh(i*z) = i*sin(z) cosh(i*z) = cos(z)
18729@end smallexample
18730
18731The ``advanced math'' functions (gamma, Bessel, etc.@:) are also defined
18732for general complex arguments, but their branch cuts and principal values
18733are not rigorously specified at present.
18734
18735@node Random Numbers, Combinatorial Functions, Branch Cuts, Scientific Functions
18736@section Random Numbers
18737
18738@noindent
18739@kindex k r
18740@pindex calc-random
18741@tindex random
18742The @kbd{k r} (@code{calc-random}) [@code{random}] command produces
18743random numbers of various sorts.
18744
18745Given a positive numeric prefix argument @expr{M}, it produces a random
18746integer @expr{N} in the range
18747@texline @math{0 \le N < M}.
18748@infoline @expr{0 <= N < M}.
f10d0e80 18749Each possible value @expr{N} appears with equal probability.
4009494e
GM
18750
18751With no numeric prefix argument, the @kbd{k r} command takes its argument
18752from the stack instead. Once again, if this is a positive integer @expr{M}
18753the result is a random integer less than @expr{M}. However, note that
18754while numeric prefix arguments are limited to six digits or so, an @expr{M}
18755taken from the stack can be arbitrarily large. If @expr{M} is negative,
18756the result is a random integer in the range
18757@texline @math{M < N \le 0}.
18758@infoline @expr{M < N <= 0}.
18759
18760If the value on the stack is a floating-point number @expr{M}, the result
18761is a random floating-point number @expr{N} in the range
18762@texline @math{0 \le N < M}
18763@infoline @expr{0 <= N < M}
18764or
18765@texline @math{M < N \le 0},
18766@infoline @expr{M < N <= 0},
18767according to the sign of @expr{M}.
18768
18769If @expr{M} is zero, the result is a Gaussian-distributed random real
18770number; the distribution has a mean of zero and a standard deviation
18771of one. The algorithm used generates random numbers in pairs; thus,
18772every other call to this function will be especially fast.
18773
18774If @expr{M} is an error form
18775@texline @math{m} @code{+/-} @math{\sigma}
18776@infoline @samp{m +/- s}
18777where @var{m} and
18778@texline @math{\sigma}
18779@infoline @var{s}
18780are both real numbers, the result uses a Gaussian distribution with mean
18781@var{m} and standard deviation
18782@texline @math{\sigma}.
18783@infoline @var{s}.
18784
18785If @expr{M} is an interval form, the lower and upper bounds specify the
18786acceptable limits of the random numbers. If both bounds are integers,
18787the result is a random integer in the specified range. If either bound
18788is floating-point, the result is a random real number in the specified
18789range. If the interval is open at either end, the result will be sure
18790not to equal that end value. (This makes a big difference for integer
18791intervals, but for floating-point intervals it's relatively minor:
18792with a precision of 6, @samp{random([1.0..2.0))} will return any of one
18793million numbers from 1.00000 to 1.99999; @samp{random([1.0..2.0])} may
18794additionally return 2.00000, but the probability of this happening is
18795extremely small.)
18796
18797If @expr{M} is a vector, the result is one element taken at random from
18798the vector. All elements of the vector are given equal probabilities.
18799
18800@vindex RandSeed
18801The sequence of numbers produced by @kbd{k r} is completely random by
18802default, i.e., the sequence is seeded each time you start Calc using
18803the current time and other information. You can get a reproducible
18804sequence by storing a particular ``seed value'' in the Calc variable
18805@code{RandSeed}. Any integer will do for a seed; integers of from 1
18806to 12 digits are good. If you later store a different integer into
18807@code{RandSeed}, Calc will switch to a different pseudo-random
18808sequence. If you ``unstore'' @code{RandSeed}, Calc will re-seed itself
18809from the current time. If you store the same integer that you used
18810before back into @code{RandSeed}, you will get the exact same sequence
18811of random numbers as before.
18812
18813@pindex calc-rrandom
18814The @code{calc-rrandom} command (not on any key) produces a random real
18815number between zero and one. It is equivalent to @samp{random(1.0)}.
18816
18817@kindex k a
18818@pindex calc-random-again
18819The @kbd{k a} (@code{calc-random-again}) command produces another random
18820number, re-using the most recent value of @expr{M}. With a numeric
18821prefix argument @var{n}, it produces @var{n} more random numbers using
18822that value of @expr{M}.
18823
18824@kindex k h
18825@pindex calc-shuffle
18826@tindex shuffle
18827The @kbd{k h} (@code{calc-shuffle}) command produces a vector of several
18828random values with no duplicates. The value on the top of the stack
18829specifies the set from which the random values are drawn, and may be any
18830of the @expr{M} formats described above. The numeric prefix argument
18831gives the length of the desired list. (If you do not provide a numeric
18832prefix argument, the length of the list is taken from the top of the
18833stack, and @expr{M} from second-to-top.)
18834
18835If @expr{M} is a floating-point number, zero, or an error form (so
18836that the random values are being drawn from the set of real numbers)
18837there is little practical difference between using @kbd{k h} and using
18838@kbd{k r} several times. But if the set of possible values consists
18839of just a few integers, or the elements of a vector, then there is
18840a very real chance that multiple @kbd{k r}'s will produce the same
18841number more than once. The @kbd{k h} command produces a vector whose
18842elements are always distinct. (Actually, there is a slight exception:
18843If @expr{M} is a vector, no given vector element will be drawn more
18844than once, but if several elements of @expr{M} are equal, they may
18845each make it into the result vector.)
18846
18847One use of @kbd{k h} is to rearrange a list at random. This happens
18848if the prefix argument is equal to the number of values in the list:
18849@kbd{[1, 1.5, 2, 2.5, 3] 5 k h} might produce the permuted list
18850@samp{[2.5, 1, 1.5, 3, 2]}. As a convenient feature, if the argument
18851@var{n} is negative it is replaced by the size of the set represented
18852by @expr{M}. Naturally, this is allowed only when @expr{M} specifies
18853a small discrete set of possibilities.
18854
18855To do the equivalent of @kbd{k h} but with duplications allowed,
18856given @expr{M} on the stack and with @var{n} just entered as a numeric
18857prefix, use @kbd{v b} to build a vector of copies of @expr{M}, then use
18858@kbd{V M k r} to ``map'' the normal @kbd{k r} function over the
18859elements of this vector. @xref{Matrix Functions}.
18860
18861@menu
18862* Random Number Generator:: (Complete description of Calc's algorithm)
18863@end menu
18864
18865@node Random Number Generator, , Random Numbers, Random Numbers
18866@subsection Random Number Generator
18867
18868Calc's random number generator uses several methods to ensure that
18869the numbers it produces are highly random. Knuth's @emph{Art of
18870Computer Programming}, Volume II, contains a thorough description
18871of the theory of random number generators and their measurement and
18872characterization.
18873
18874If @code{RandSeed} has no stored value, Calc calls Emacs' built-in
18875@code{random} function to get a stream of random numbers, which it
18876then treats in various ways to avoid problems inherent in the simple
18877random number generators that many systems use to implement @code{random}.
18878
18879When Calc's random number generator is first invoked, it ``seeds''
18880the low-level random sequence using the time of day, so that the
18881random number sequence will be different every time you use Calc.
18882
18883Since Emacs Lisp doesn't specify the range of values that will be
18884returned by its @code{random} function, Calc exercises the function
18885several times to estimate the range. When Calc subsequently uses
18886the @code{random} function, it takes only 10 bits of the result
18887near the most-significant end. (It avoids at least the bottom
18888four bits, preferably more, and also tries to avoid the top two
18889bits.) This strategy works well with the linear congruential
18890generators that are typically used to implement @code{random}.
18891
18892If @code{RandSeed} contains an integer, Calc uses this integer to
18893seed an ``additive congruential'' method (Knuth's algorithm 3.2.2A,
18894computing
18895@texline @math{X_{n-55} - X_{n-24}}.
18896@infoline @expr{X_n-55 - X_n-24}).
18897This method expands the seed
18898value into a large table which is maintained internally; the variable
18899@code{RandSeed} is changed from, e.g., 42 to the vector @expr{[42]}
18900to indicate that the seed has been absorbed into this table. When
18901@code{RandSeed} contains a vector, @kbd{k r} and related commands
18902continue to use the same internal table as last time. There is no
18903way to extract the complete state of the random number generator
18904so that you can restart it from any point; you can only restart it
18905from the same initial seed value. A simple way to restart from the
18906same seed is to type @kbd{s r RandSeed} to get the seed vector,
18907@kbd{v u} to unpack it back into a number, then @kbd{s t RandSeed}
18908to reseed the generator with that number.
18909
18910Calc uses a ``shuffling'' method as described in algorithm 3.2.2B
18911of Knuth. It fills a table with 13 random 10-bit numbers. Then,
18912to generate a new random number, it uses the previous number to
18913index into the table, picks the value it finds there as the new
18914random number, then replaces that table entry with a new value
18915obtained from a call to the base random number generator (either
18916the additive congruential generator or the @code{random} function
18917supplied by the system). If there are any flaws in the base
18918generator, shuffling will tend to even them out. But if the system
18919provides an excellent @code{random} function, shuffling will not
18920damage its randomness.
18921
18922To create a random integer of a certain number of digits, Calc
18923builds the integer three decimal digits at a time. For each group
18924of three digits, Calc calls its 10-bit shuffling random number generator
18925(which returns a value from 0 to 1023); if the random value is 1000
18926or more, Calc throws it out and tries again until it gets a suitable
18927value.
18928
18929To create a random floating-point number with precision @var{p}, Calc
18930simply creates a random @var{p}-digit integer and multiplies by
18931@texline @math{10^{-p}}.
18932@infoline @expr{10^-p}.
18933The resulting random numbers should be very clean, but note
18934that relatively small numbers will have few significant random digits.
18935In other words, with a precision of 12, you will occasionally get
18936numbers on the order of
18937@texline @math{10^{-9}}
18938@infoline @expr{10^-9}
18939or
18940@texline @math{10^{-10}},
18941@infoline @expr{10^-10},
18942but those numbers will only have two or three random digits since they
18943correspond to small integers times
18944@texline @math{10^{-12}}.
18945@infoline @expr{10^-12}.
18946
18947To create a random integer in the interval @samp{[0 .. @var{m})}, Calc
18948counts the digits in @var{m}, creates a random integer with three
18949additional digits, then reduces modulo @var{m}. Unless @var{m} is a
18950power of ten the resulting values will be very slightly biased toward
18951the lower numbers, but this bias will be less than 0.1%. (For example,
18952if @var{m} is 42, Calc will reduce a random integer less than 100000
18953modulo 42 to get a result less than 42. It is easy to show that the
18954numbers 40 and 41 will be only 2380/2381 as likely to result from this
18955modulo operation as numbers 39 and below.) If @var{m} is a power of
18956ten, however, the numbers should be completely unbiased.
18957
18958The Gaussian random numbers generated by @samp{random(0.0)} use the
18959``polar'' method described in Knuth section 3.4.1C. This method
18960generates a pair of Gaussian random numbers at a time, so only every
18961other call to @samp{random(0.0)} will require significant calculations.
18962
18963@node Combinatorial Functions, Probability Distribution Functions, Random Numbers, Scientific Functions
18964@section Combinatorial Functions
18965
18966@noindent
18967Commands relating to combinatorics and number theory begin with the
18968@kbd{k} key prefix.
18969
18970@kindex k g
18971@pindex calc-gcd
18972@tindex gcd
18973The @kbd{k g} (@code{calc-gcd}) [@code{gcd}] command computes the
18974Greatest Common Divisor of two integers. It also accepts fractions;
18975the GCD of two fractions is defined by taking the GCD of the
18976numerators, and the LCM of the denominators. This definition is
18977consistent with the idea that @samp{a / gcd(a,x)} should yield an
18978integer for any @samp{a} and @samp{x}. For other types of arguments,
18979the operation is left in symbolic form.
18980
18981@kindex k l
18982@pindex calc-lcm
18983@tindex lcm
18984The @kbd{k l} (@code{calc-lcm}) [@code{lcm}] command computes the
18985Least Common Multiple of two integers or fractions. The product of
18986the LCM and GCD of two numbers is equal to the product of the
18987numbers.
18988
18989@kindex k E
18990@pindex calc-extended-gcd
18991@tindex egcd
18992The @kbd{k E} (@code{calc-extended-gcd}) [@code{egcd}] command computes
18993the GCD of two integers @expr{x} and @expr{y} and returns a vector
18994@expr{[g, a, b]} where
18995@texline @math{g = \gcd(x,y) = a x + b y}.
18996@infoline @expr{g = gcd(x,y) = a x + b y}.
18997
18998@kindex !
18999@pindex calc-factorial
19000@tindex fact
19001@ignore
19002@mindex @null
19003@end ignore
19004@tindex !
19005The @kbd{!} (@code{calc-factorial}) [@code{fact}] command computes the
19006factorial of the number at the top of the stack. If the number is an
19007integer, the result is an exact integer. If the number is an
19008integer-valued float, the result is a floating-point approximation. If
19009the number is a non-integral real number, the generalized factorial is used,
19010as defined by the Euler Gamma function. Please note that computation of
19011large factorials can be slow; using floating-point format will help
19012since fewer digits must be maintained. The same is true of many of
19013the commands in this section.
19014
19015@kindex k d
19016@pindex calc-double-factorial
19017@tindex dfact
19018@ignore
19019@mindex @null
19020@end ignore
19021@tindex !!
19022The @kbd{k d} (@code{calc-double-factorial}) [@code{dfact}] command
19023computes the ``double factorial'' of an integer. For an even integer,
19024this is the product of even integers from 2 to @expr{N}. For an odd
19025integer, this is the product of odd integers from 3 to @expr{N}. If
19026the argument is an integer-valued float, the result is a floating-point
19027approximation. This function is undefined for negative even integers.
19028The notation @expr{N!!} is also recognized for double factorials.
19029
19030@kindex k c
19031@pindex calc-choose
19032@tindex choose
19033The @kbd{k c} (@code{calc-choose}) [@code{choose}] command computes the
19034binomial coefficient @expr{N}-choose-@expr{M}, where @expr{M} is the number
19035on the top of the stack and @expr{N} is second-to-top. If both arguments
19036are integers, the result is an exact integer. Otherwise, the result is a
19037floating-point approximation. The binomial coefficient is defined for all
19038real numbers by
19039@texline @math{N! \over M! (N-M)!\,}.
19040@infoline @expr{N! / M! (N-M)!}.
19041
19042@kindex H k c
19043@pindex calc-perm
19044@tindex perm
19045@ifnottex
19046The @kbd{H k c} (@code{calc-perm}) [@code{perm}] command computes the
19047number-of-permutations function @expr{N! / (N-M)!}.
19048@end ifnottex
19049@tex
19050The \kbd{H k c} (\code{calc-perm}) [\code{perm}] command computes the
19051number-of-perm\-utations function $N! \over (N-M)!\,$.
19052@end tex
19053
19054@kindex k b
19055@kindex H k b
19056@pindex calc-bernoulli-number
19057@tindex bern
19058The @kbd{k b} (@code{calc-bernoulli-number}) [@code{bern}] command
19059computes a given Bernoulli number. The value at the top of the stack
19060is a nonnegative integer @expr{n} that specifies which Bernoulli number
19061is desired. The @kbd{H k b} command computes a Bernoulli polynomial,
19062taking @expr{n} from the second-to-top position and @expr{x} from the
19063top of the stack. If @expr{x} is a variable or formula the result is
19064a polynomial in @expr{x}; if @expr{x} is a number the result is a number.
19065
19066@kindex k e
19067@kindex H k e
19068@pindex calc-euler-number
19069@tindex euler
19070The @kbd{k e} (@code{calc-euler-number}) [@code{euler}] command similarly
19071computes an Euler number, and @w{@kbd{H k e}} computes an Euler polynomial.
19072Bernoulli and Euler numbers occur in the Taylor expansions of several
19073functions.
19074
19075@kindex k s
19076@kindex H k s
19077@pindex calc-stirling-number
19078@tindex stir1
19079@tindex stir2
19080The @kbd{k s} (@code{calc-stirling-number}) [@code{stir1}] command
19081computes a Stirling number of the first
19082@texline kind@tie{}@math{n \brack m},
19083@infoline kind,
19084given two integers @expr{n} and @expr{m} on the stack. The @kbd{H k s}
19085[@code{stir2}] command computes a Stirling number of the second
19086@texline kind@tie{}@math{n \brace m}.
19087@infoline kind.
19088These are the number of @expr{m}-cycle permutations of @expr{n} objects,
19089and the number of ways to partition @expr{n} objects into @expr{m}
19090non-empty sets, respectively.
19091
19092@kindex k p
19093@pindex calc-prime-test
19094@cindex Primes
19095The @kbd{k p} (@code{calc-prime-test}) command checks if the integer on
19096the top of the stack is prime. For integers less than eight million, the
19097answer is always exact and reasonably fast. For larger integers, a
19098probabilistic method is used (see Knuth vol. II, section 4.5.4, algorithm P).
19099The number is first checked against small prime factors (up to 13). Then,
19100any number of iterations of the algorithm are performed. Each step either
19101discovers that the number is non-prime, or substantially increases the
19102certainty that the number is prime. After a few steps, the chance that
19103a number was mistakenly described as prime will be less than one percent.
19104(Indeed, this is a worst-case estimate of the probability; in practice
19105even a single iteration is quite reliable.) After the @kbd{k p} command,
19106the number will be reported as definitely prime or non-prime if possible,
19107or otherwise ``probably'' prime with a certain probability of error.
19108
19109@ignore
19110@starindex
19111@end ignore
19112@tindex prime
19113The normal @kbd{k p} command performs one iteration of the primality
19114test. Pressing @kbd{k p} repeatedly for the same integer will perform
19115additional iterations. Also, @kbd{k p} with a numeric prefix performs
19116the specified number of iterations. There is also an algebraic function
19117@samp{prime(n)} or @samp{prime(n,iters)} which returns 1 if @expr{n}
19118is (probably) prime and 0 if not.
19119
19120@kindex k f
19121@pindex calc-prime-factors
19122@tindex prfac
19123The @kbd{k f} (@code{calc-prime-factors}) [@code{prfac}] command
19124attempts to decompose an integer into its prime factors. For numbers up
19125to 25 million, the answer is exact although it may take some time. The
19126result is a vector of the prime factors in increasing order. For larger
19127inputs, prime factors above 5000 may not be found, in which case the
19128last number in the vector will be an unfactored integer greater than 25
19129million (with a warning message). For negative integers, the first
19130element of the list will be @mathit{-1}. For inputs @mathit{-1}, @mathit{0}, and
19131@mathit{1}, the result is a list of the same number.
19132
19133@kindex k n
19134@pindex calc-next-prime
19135@ignore
19136@mindex nextpr@idots
19137@end ignore
19138@tindex nextprime
19139The @kbd{k n} (@code{calc-next-prime}) [@code{nextprime}] command finds
19140the next prime above a given number. Essentially, it searches by calling
19141@code{calc-prime-test} on successive integers until it finds one that
19142passes the test. This is quite fast for integers less than eight million,
19143but once the probabilistic test comes into play the search may be rather
19144slow. Ordinarily this command stops for any prime that passes one iteration
19145of the primality test. With a numeric prefix argument, a number must pass
19146the specified number of iterations before the search stops. (This only
19147matters when searching above eight million.) You can always use additional
19148@kbd{k p} commands to increase your certainty that the number is indeed
19149prime.
19150
19151@kindex I k n
19152@pindex calc-prev-prime
19153@ignore
19154@mindex prevpr@idots
19155@end ignore
19156@tindex prevprime
19157The @kbd{I k n} (@code{calc-prev-prime}) [@code{prevprime}] command
19158analogously finds the next prime less than a given number.
19159
19160@kindex k t
19161@pindex calc-totient
19162@tindex totient
19163The @kbd{k t} (@code{calc-totient}) [@code{totient}] command computes the
19164Euler ``totient''
19165@texline function@tie{}@math{\phi(n)},
19166@infoline function,
19167the number of integers less than @expr{n} which
19168are relatively prime to @expr{n}.
19169
19170@kindex k m
19171@pindex calc-moebius
19172@tindex moebius
19173The @kbd{k m} (@code{calc-moebius}) [@code{moebius}] command computes the
19174@texline M@"obius @math{\mu}
19175@infoline Moebius ``mu''
19176function. If the input number is a product of @expr{k}
19177distinct factors, this is @expr{(-1)^k}. If the input number has any
19178duplicate factors (i.e., can be divided by the same prime more than once),
19179the result is zero.
19180
19181@node Probability Distribution Functions, , Combinatorial Functions, Scientific Functions
19182@section Probability Distribution Functions
19183
19184@noindent
19185The functions in this section compute various probability distributions.
19186For continuous distributions, this is the integral of the probability
19187density function from @expr{x} to infinity. (These are the ``upper
19188tail'' distribution functions; there are also corresponding ``lower
19189tail'' functions which integrate from minus infinity to @expr{x}.)
19190For discrete distributions, the upper tail function gives the sum
19191from @expr{x} to infinity; the lower tail function gives the sum
19192from minus infinity up to, but not including,@w{ }@expr{x}.
19193
19194To integrate from @expr{x} to @expr{y}, just use the distribution
19195function twice and subtract. For example, the probability that a
19196Gaussian random variable with mean 2 and standard deviation 1 will
19197lie in the range from 2.5 to 2.8 is @samp{utpn(2.5,2,1) - utpn(2.8,2,1)}
19198(``the probability that it is greater than 2.5, but not greater than 2.8''),
19199or equivalently @samp{ltpn(2.8,2,1) - ltpn(2.5,2,1)}.
19200
19201@kindex k B
19202@kindex I k B
19203@pindex calc-utpb
19204@tindex utpb
19205@tindex ltpb
19206The @kbd{k B} (@code{calc-utpb}) [@code{utpb}] function uses the
19207binomial distribution. Push the parameters @var{n}, @var{p}, and
19208then @var{x} onto the stack; the result (@samp{utpb(x,n,p)}) is the
19209probability that an event will occur @var{x} or more times out
19210of @var{n} trials, if its probability of occurring in any given
19211trial is @var{p}. The @kbd{I k B} [@code{ltpb}] function is
19212the probability that the event will occur fewer than @var{x} times.
19213
19214The other probability distribution functions similarly take the
19215form @kbd{k @var{X}} (@code{calc-utp@var{x}}) [@code{utp@var{x}}]
19216and @kbd{I k @var{X}} [@code{ltp@var{x}}], for various letters
19217@var{x}. The arguments to the algebraic functions are the value of
19218the random variable first, then whatever other parameters define the
19219distribution. Note these are among the few Calc functions where the
19220order of the arguments in algebraic form differs from the order of
19221arguments as found on the stack. (The random variable comes last on
19222the stack, so that you can type, e.g., @kbd{2 @key{RET} 1 @key{RET} 2.5
19223k N M-@key{RET} @key{DEL} 2.8 k N -}, using @kbd{M-@key{RET} @key{DEL}} to
19224recover the original arguments but substitute a new value for @expr{x}.)
19225
19226@kindex k C
19227@pindex calc-utpc
19228@tindex utpc
19229@ignore
19230@mindex @idots
19231@end ignore
19232@kindex I k C
19233@ignore
19234@mindex @null
19235@end ignore
19236@tindex ltpc
19237The @samp{utpc(x,v)} function uses the chi-square distribution with
19238@texline @math{\nu}
19239@infoline @expr{v}
19240degrees of freedom. It is the probability that a model is
19241correct if its chi-square statistic is @expr{x}.
19242
19243@kindex k F
19244@pindex calc-utpf
19245@tindex utpf
19246@ignore
19247@mindex @idots
19248@end ignore
19249@kindex I k F
19250@ignore
19251@mindex @null
19252@end ignore
19253@tindex ltpf
19254The @samp{utpf(F,v1,v2)} function uses the F distribution, used in
19255various statistical tests. The parameters
19256@texline @math{\nu_1}
19257@infoline @expr{v1}
19258and
19259@texline @math{\nu_2}
19260@infoline @expr{v2}
19261are the degrees of freedom in the numerator and denominator,
19262respectively, used in computing the statistic @expr{F}.
19263
19264@kindex k N
19265@pindex calc-utpn
19266@tindex utpn
19267@ignore
19268@mindex @idots
19269@end ignore
19270@kindex I k N
19271@ignore
19272@mindex @null
19273@end ignore
19274@tindex ltpn
19275The @samp{utpn(x,m,s)} function uses a normal (Gaussian) distribution
19276with mean @expr{m} and standard deviation
19277@texline @math{\sigma}.
19278@infoline @expr{s}.
19279It is the probability that such a normal-distributed random variable
19280would exceed @expr{x}.
19281
19282@kindex k P
19283@pindex calc-utpp
19284@tindex utpp
19285@ignore
19286@mindex @idots
19287@end ignore
19288@kindex I k P
19289@ignore
19290@mindex @null
19291@end ignore
19292@tindex ltpp
19293The @samp{utpp(n,x)} function uses a Poisson distribution with
19294mean @expr{x}. It is the probability that @expr{n} or more such
19295Poisson random events will occur.
19296
19297@kindex k T
19298@pindex calc-ltpt
19299@tindex utpt
19300@ignore
19301@mindex @idots
19302@end ignore
19303@kindex I k T
19304@ignore
19305@mindex @null
19306@end ignore
19307@tindex ltpt
19308The @samp{utpt(t,v)} function uses the Student's ``t'' distribution
19309with
19310@texline @math{\nu}
19311@infoline @expr{v}
19312degrees of freedom. It is the probability that a
19313t-distributed random variable will be greater than @expr{t}.
19314(Note: This computes the distribution function
19315@texline @math{A(t|\nu)}
19316@infoline @expr{A(t|v)}
19317where
19318@texline @math{A(0|\nu) = 1}
19319@infoline @expr{A(0|v) = 1}
19320and
19321@texline @math{A(\infty|\nu) \to 0}.
19322@infoline @expr{A(inf|v) -> 0}.
19323The @code{UTPT} operation on the HP-48 uses a different definition which
19324returns half of Calc's value: @samp{UTPT(t,v) = .5*utpt(t,v)}.)
19325
19326While Calc does not provide inverses of the probability distribution
19327functions, the @kbd{a R} command can be used to solve for the inverse.
19328Since the distribution functions are monotonic, @kbd{a R} is guaranteed
19329to be able to find a solution given any initial guess.
19330@xref{Numerical Solutions}.
19331
19332@node Matrix Functions, Algebra, Scientific Functions, Top
19333@chapter Vector/Matrix Functions
19334
19335@noindent
19336Many of the commands described here begin with the @kbd{v} prefix.
19337(For convenience, the shift-@kbd{V} prefix is equivalent to @kbd{v}.)
19338The commands usually apply to both plain vectors and matrices; some
19339apply only to matrices or only to square matrices. If the argument
19340has the wrong dimensions the operation is left in symbolic form.
19341
19342Vectors are entered and displayed using @samp{[a,b,c]} notation.
19343Matrices are vectors of which all elements are vectors of equal length.
19344(Though none of the standard Calc commands use this concept, a
19345three-dimensional matrix or rank-3 tensor could be defined as a
19346vector of matrices, and so on.)
19347
19348@menu
19349* Packing and Unpacking::
19350* Building Vectors::
19351* Extracting Elements::
19352* Manipulating Vectors::
19353* Vector and Matrix Arithmetic::
19354* Set Operations::
19355* Statistical Operations::
19356* Reducing and Mapping::
19357* Vector and Matrix Formats::
19358@end menu
19359
19360@node Packing and Unpacking, Building Vectors, Matrix Functions, Matrix Functions
19361@section Packing and Unpacking
19362
19363@noindent
19364Calc's ``pack'' and ``unpack'' commands collect stack entries to build
19365composite objects such as vectors and complex numbers. They are
19366described in this chapter because they are most often used to build
19367vectors.
19368
19369@kindex v p
65d0154b 19370@kindex V p
4009494e
GM
19371@pindex calc-pack
19372The @kbd{v p} (@code{calc-pack}) [@code{pack}] command collects several
19373elements from the stack into a matrix, complex number, HMS form, error
19374form, etc. It uses a numeric prefix argument to specify the kind of
19375object to be built; this argument is referred to as the ``packing mode.''
19376If the packing mode is a nonnegative integer, a vector of that
19377length is created. For example, @kbd{C-u 5 v p} will pop the top
19378five stack elements and push back a single vector of those five
19379elements. (@kbd{C-u 0 v p} simply creates an empty vector.)
19380
19381The same effect can be had by pressing @kbd{[} to push an incomplete
19382vector on the stack, using @key{TAB} (@code{calc-roll-down}) to sneak
19383the incomplete object up past a certain number of elements, and
19384then pressing @kbd{]} to complete the vector.
19385
19386Negative packing modes create other kinds of composite objects:
19387
19388@table @cite
19389@item -1
19390Two values are collected to build a complex number. For example,
19391@kbd{5 @key{RET} 7 C-u -1 v p} creates the complex number
19392@expr{(5, 7)}. The result is always a rectangular complex
19393number. The two input values must both be real numbers,
19394i.e., integers, fractions, or floats. If they are not, Calc
19395will instead build a formula like @samp{a + (0, 1) b}. (The
19396other packing modes also create a symbolic answer if the
19397components are not suitable.)
19398
19399@item -2
19400Two values are collected to build a polar complex number.
19401The first is the magnitude; the second is the phase expressed
19402in either degrees or radians according to the current angular
19403mode.
19404
19405@item -3
19406Three values are collected into an HMS form. The first
19407two values (hours and minutes) must be integers or
19408integer-valued floats. The third value may be any real
19409number.
19410
19411@item -4
19412Two values are collected into an error form. The inputs
19413may be real numbers or formulas.
19414
19415@item -5
19416Two values are collected into a modulo form. The inputs
19417must be real numbers.
19418
19419@item -6
19420Two values are collected into the interval @samp{[a .. b]}.
19421The inputs may be real numbers, HMS or date forms, or formulas.
19422
19423@item -7
19424Two values are collected into the interval @samp{[a .. b)}.
19425
19426@item -8
19427Two values are collected into the interval @samp{(a .. b]}.
19428
19429@item -9
19430Two values are collected into the interval @samp{(a .. b)}.
19431
19432@item -10
19433Two integer values are collected into a fraction.
19434
19435@item -11
19436Two values are collected into a floating-point number.
19437The first is the mantissa; the second, which must be an
19438integer, is the exponent. The result is the mantissa
19439times ten to the power of the exponent.
19440
19441@item -12
19442This is treated the same as @mathit{-11} by the @kbd{v p} command.
19443When unpacking, @mathit{-12} specifies that a floating-point mantissa
19444is desired.
19445
19446@item -13
19447A real number is converted into a date form.
19448
19449@item -14
19450Three numbers (year, month, day) are packed into a pure date form.
19451
19452@item -15
19453Six numbers are packed into a date/time form.
19454@end table
19455
19456With any of the two-input negative packing modes, either or both
19457of the inputs may be vectors. If both are vectors of the same
19458length, the result is another vector made by packing corresponding
19459elements of the input vectors. If one input is a vector and the
19460other is a plain number, the number is packed along with each vector
19461element to produce a new vector. For example, @kbd{C-u -4 v p}
19462could be used to convert a vector of numbers and a vector of errors
19463into a single vector of error forms; @kbd{C-u -5 v p} could convert
19464a vector of numbers and a single number @var{M} into a vector of
19465numbers modulo @var{M}.
19466
19467If you don't give a prefix argument to @kbd{v p}, it takes
19468the packing mode from the top of the stack. The elements to
19469be packed then begin at stack level 2. Thus
19470@kbd{1 @key{RET} 2 @key{RET} 4 n v p} is another way to
19471enter the error form @samp{1 +/- 2}.
19472
19473If the packing mode taken from the stack is a vector, the result is a
19474matrix with the dimensions specified by the elements of the vector,
19475which must each be integers. For example, if the packing mode is
19476@samp{[2, 3]}, then six numbers will be taken from the stack and
19477returned in the form @samp{[@w{[a, b, c]}, [d, e, f]]}.
19478
19479If any elements of the vector are negative, other kinds of
19480packing are done at that level as described above. For
19481example, @samp{[2, 3, -4]} takes 12 objects and creates a
19482@texline @math{2\times3}
19483@infoline 2x3
19484matrix of error forms: @samp{[[a +/- b, c +/- d ... ]]}.
19485Also, @samp{[-4, -10]} will convert four integers into an
19486error form consisting of two fractions: @samp{a:b +/- c:d}.
19487
19488@ignore
19489@starindex
19490@end ignore
19491@tindex pack
19492There is an equivalent algebraic function,
19493@samp{pack(@var{mode}, @var{items})} where @var{mode} is a
19494packing mode (an integer or a vector of integers) and @var{items}
19495is a vector of objects to be packed (re-packed, really) according
19496to that mode. For example, @samp{pack([3, -4], [a,b,c,d,e,f])}
19497yields @samp{[a +/- b, @w{c +/- d}, e +/- f]}. The function is
19498left in symbolic form if the packing mode is invalid, or if the
19499number of data items does not match the number of items required
19500by the mode.
19501
19502@kindex v u
65d0154b 19503@kindex V u
4009494e
GM
19504@pindex calc-unpack
19505The @kbd{v u} (@code{calc-unpack}) command takes the vector, complex
19506number, HMS form, or other composite object on the top of the stack and
19507``unpacks'' it, pushing each of its elements onto the stack as separate
19508objects. Thus, it is the ``inverse'' of @kbd{v p}. If the value
19509at the top of the stack is a formula, @kbd{v u} unpacks it by pushing
19510each of the arguments of the top-level operator onto the stack.
19511
19512You can optionally give a numeric prefix argument to @kbd{v u}
19513to specify an explicit (un)packing mode. If the packing mode is
19514negative and the input is actually a vector or matrix, the result
19515will be two or more similar vectors or matrices of the elements.
19516For example, given the vector @samp{[@w{a +/- b}, c^2, d +/- 7]},
19517the result of @kbd{C-u -4 v u} will be the two vectors
19518@samp{[a, c^2, d]} and @w{@samp{[b, 0, 7]}}.
19519
19520Note that the prefix argument can have an effect even when the input is
19521not a vector. For example, if the input is the number @mathit{-5}, then
19522@kbd{c-u -1 v u} yields @mathit{-5} and 0 (the components of @mathit{-5}
19523when viewed as a rectangular complex number); @kbd{C-u -2 v u} yields 5
19524and 180 (assuming Degrees mode); and @kbd{C-u -10 v u} yields @mathit{-5}
19525and 1 (the numerator and denominator of @mathit{-5}, viewed as a rational
19526number). Plain @kbd{v u} with this input would complain that the input
19527is not a composite object.
19528
19529Unpacking mode @mathit{-11} converts a float into an integer mantissa and
19530an integer exponent, where the mantissa is not divisible by 10
19531(except that 0.0 is represented by a mantissa and exponent of 0).
19532Unpacking mode @mathit{-12} converts a float into a floating-point mantissa
19533and integer exponent, where the mantissa (for non-zero numbers)
19534is guaranteed to lie in the range [1 .. 10). In both cases,
19535the mantissa is shifted left or right (and the exponent adjusted
19536to compensate) in order to satisfy these constraints.
19537
19538Positive unpacking modes are treated differently than for @kbd{v p}.
19539A mode of 1 is much like plain @kbd{v u} with no prefix argument,
19540except that in addition to the components of the input object,
19541a suitable packing mode to re-pack the object is also pushed.
19542Thus, @kbd{C-u 1 v u} followed by @kbd{v p} will re-build the
19543original object.
19544
19545A mode of 2 unpacks two levels of the object; the resulting
19546re-packing mode will be a vector of length 2. This might be used
19547to unpack a matrix, say, or a vector of error forms. Higher
19548unpacking modes unpack the input even more deeply.
19549
19550@ignore
19551@starindex
19552@end ignore
19553@tindex unpack
19554There are two algebraic functions analogous to @kbd{v u}.
19555The @samp{unpack(@var{mode}, @var{item})} function unpacks the
19556@var{item} using the given @var{mode}, returning the result as
19557a vector of components. Here the @var{mode} must be an
19558integer, not a vector. For example, @samp{unpack(-4, a +/- b)}
19559returns @samp{[a, b]}, as does @samp{unpack(1, a +/- b)}.
19560
19561@ignore
19562@starindex
19563@end ignore
19564@tindex unpackt
19565The @code{unpackt} function is like @code{unpack} but instead
19566of returning a simple vector of items, it returns a vector of
19567two things: The mode, and the vector of items. For example,
19568@samp{unpackt(1, 2:3 +/- 1:4)} returns @samp{[-4, [2:3, 1:4]]},
19569and @samp{unpackt(2, 2:3 +/- 1:4)} returns @samp{[[-4, -10], [2, 3, 1, 4]]}.
19570The identity for re-building the original object is
19571@samp{apply(pack, unpackt(@var{n}, @var{x})) = @var{x}}. (The
19572@code{apply} function builds a function call given the function
19573name and a vector of arguments.)
19574
19575@cindex Numerator of a fraction, extracting
19576Subscript notation is a useful way to extract a particular part
19577of an object. For example, to get the numerator of a rational
19578number, you can use @samp{unpack(-10, @var{x})_1}.
19579
19580@node Building Vectors, Extracting Elements, Packing and Unpacking, Matrix Functions
19581@section Building Vectors
19582
19583@noindent
19584Vectors and matrices can be added,
19585subtracted, multiplied, and divided; @pxref{Basic Arithmetic}.
19586
19587@kindex |
19588@pindex calc-concat
19589@ignore
19590@mindex @null
19591@end ignore
19592@tindex |
19593The @kbd{|} (@code{calc-concat}) [@code{vconcat}] command ``concatenates'' two vectors
19594into one. For example, after @kbd{@w{[ 1 , 2 ]} [ 3 , 4 ] |}, the stack
19595will contain the single vector @samp{[1, 2, 3, 4]}. If the arguments
19596are matrices, the rows of the first matrix are concatenated with the
19597rows of the second. (In other words, two matrices are just two vectors
19598of row-vectors as far as @kbd{|} is concerned.)
19599
19600If either argument to @kbd{|} is a scalar (a non-vector), it is treated
19601like a one-element vector for purposes of concatenation: @kbd{1 [ 2 , 3 ] |}
19602produces the vector @samp{[1, 2, 3]}. Likewise, if one argument is a
19603matrix and the other is a plain vector, the vector is treated as a
19604one-row matrix.
19605
19606@kindex H |
19607@tindex append
19608The @kbd{H |} (@code{calc-append}) [@code{append}] command concatenates
19609two vectors without any special cases. Both inputs must be vectors.
19610Whether or not they are matrices is not taken into account. If either
19611argument is a scalar, the @code{append} function is left in symbolic form.
19612See also @code{cons} and @code{rcons} below.
19613
19614@kindex I |
19615@kindex H I |
19616The @kbd{I |} and @kbd{H I |} commands are similar, but they use their
19617two stack arguments in the opposite order. Thus @kbd{I |} is equivalent
19618to @kbd{@key{TAB} |}, but possibly more convenient and also a bit faster.
19619
19620@kindex v d
65d0154b 19621@kindex V d
4009494e
GM
19622@pindex calc-diag
19623@tindex diag
19624The @kbd{v d} (@code{calc-diag}) [@code{diag}] function builds a diagonal
19625square matrix. The optional numeric prefix gives the number of rows
19626and columns in the matrix. If the value at the top of the stack is a
19627vector, the elements of the vector are used as the diagonal elements; the
19628prefix, if specified, must match the size of the vector. If the value on
19629the stack is a scalar, it is used for each element on the diagonal, and
19630the prefix argument is required.
19631
19632To build a constant square matrix, e.g., a
19633@texline @math{3\times3}
19634@infoline 3x3
19635matrix filled with ones, use @kbd{0 M-3 v d 1 +}, i.e., build a zero
19636matrix first and then add a constant value to that matrix. (Another
19637alternative would be to use @kbd{v b} and @kbd{v a}; see below.)
19638
19639@kindex v i
65d0154b 19640@kindex V i
4009494e
GM
19641@pindex calc-ident
19642@tindex idn
19643The @kbd{v i} (@code{calc-ident}) [@code{idn}] function builds an identity
19644matrix of the specified size. It is a convenient form of @kbd{v d}
19645where the diagonal element is always one. If no prefix argument is given,
19646this command prompts for one.
19647
19648In algebraic notation, @samp{idn(a,n)} acts much like @samp{diag(a,n)},
19649except that @expr{a} is required to be a scalar (non-vector) quantity.
19650If @expr{n} is omitted, @samp{idn(a)} represents @expr{a} times an
19651identity matrix of unknown size. Calc can operate algebraically on
19652such generic identity matrices, and if one is combined with a matrix
19653whose size is known, it is converted automatically to an identity
19654matrix of a suitable matching size. The @kbd{v i} command with an
19655argument of zero creates a generic identity matrix, @samp{idn(1)}.
19656Note that in dimensioned Matrix mode (@pxref{Matrix Mode}), generic
19657identity matrices are immediately expanded to the current default
19658dimensions.
19659
19660@kindex v x
65d0154b 19661@kindex V x
4009494e
GM
19662@pindex calc-index
19663@tindex index
19664The @kbd{v x} (@code{calc-index}) [@code{index}] function builds a vector
19665of consecutive integers from 1 to @var{n}, where @var{n} is the numeric
19666prefix argument. If you do not provide a prefix argument, you will be
19667prompted to enter a suitable number. If @var{n} is negative, the result
19668is a vector of negative integers from @var{n} to @mathit{-1}.
19669
19670With a prefix argument of just @kbd{C-u}, the @kbd{v x} command takes
19671three values from the stack: @var{n}, @var{start}, and @var{incr} (with
19672@var{incr} at top-of-stack). Counting starts at @var{start} and increases
19673by @var{incr} for successive vector elements. If @var{start} or @var{n}
19674is in floating-point format, the resulting vector elements will also be
19675floats. Note that @var{start} and @var{incr} may in fact be any kind
19676of numbers or formulas.
19677
19678When @var{start} and @var{incr} are specified, a negative @var{n} has a
19679different interpretation: It causes a geometric instead of arithmetic
19680sequence to be generated. For example, @samp{index(-3, a, b)} produces
19681@samp{[a, a b, a b^2]}. If you omit @var{incr} in the algebraic form,
19682@samp{index(@var{n}, @var{start})}, the default value for @var{incr}
19683is one for positive @var{n} or two for negative @var{n}.
19684
19685@kindex v b
65d0154b 19686@kindex V b
4009494e
GM
19687@pindex calc-build-vector
19688@tindex cvec
19689The @kbd{v b} (@code{calc-build-vector}) [@code{cvec}] function builds a
19690vector of @var{n} copies of the value on the top of the stack, where @var{n}
19691is the numeric prefix argument. In algebraic formulas, @samp{cvec(x,n,m)}
19692can also be used to build an @var{n}-by-@var{m} matrix of copies of @var{x}.
19693(Interactively, just use @kbd{v b} twice: once to build a row, then again
19694to build a matrix of copies of that row.)
19695
19696@kindex v h
65d0154b 19697@kindex V h
4009494e 19698@kindex I v h
65d0154b 19699@kindex I V h
4009494e
GM
19700@pindex calc-head
19701@pindex calc-tail
19702@tindex head
19703@tindex tail
19704The @kbd{v h} (@code{calc-head}) [@code{head}] function returns the first
19705element of a vector. The @kbd{I v h} (@code{calc-tail}) [@code{tail}]
19706function returns the vector with its first element removed. In both
19707cases, the argument must be a non-empty vector.
19708
19709@kindex v k
65d0154b 19710@kindex V k
4009494e
GM
19711@pindex calc-cons
19712@tindex cons
19713The @kbd{v k} (@code{calc-cons}) [@code{cons}] function takes a value @var{h}
19714and a vector @var{t} from the stack, and produces the vector whose head is
19715@var{h} and whose tail is @var{t}. This is similar to @kbd{|}, except
19716if @var{h} is itself a vector, @kbd{|} will concatenate the two vectors
19717whereas @code{cons} will insert @var{h} at the front of the vector @var{t}.
19718
19719@kindex H v h
65d0154b 19720@kindex H V h
4009494e
GM
19721@tindex rhead
19722@ignore
19723@mindex @idots
19724@end ignore
19725@kindex H I v h
65d0154b 19726@kindex H I V h
4009494e
GM
19727@ignore
19728@mindex @null
19729@end ignore
19730@kindex H v k
65d0154b 19731@kindex H V k
4009494e
GM
19732@ignore
19733@mindex @null
19734@end ignore
19735@tindex rtail
19736@ignore
19737@mindex @null
19738@end ignore
19739@tindex rcons
19740Each of these three functions also accepts the Hyperbolic flag [@code{rhead},
19741@code{rtail}, @code{rcons}] in which case @var{t} instead represents
19742the @emph{last} single element of the vector, with @var{h}
19743representing the remainder of the vector. Thus the vector
19744@samp{[a, b, c, d] = cons(a, [b, c, d]) = rcons([a, b, c], d)}.
19745Also, @samp{head([a, b, c, d]) = a}, @samp{tail([a, b, c, d]) = [b, c, d]},
19746@samp{rhead([a, b, c, d]) = [a, b, c]}, and @samp{rtail([a, b, c, d]) = d}.
19747
19748@node Extracting Elements, Manipulating Vectors, Building Vectors, Matrix Functions
19749@section Extracting Vector Elements
19750
19751@noindent
19752@kindex v r
65d0154b 19753@kindex V r
4009494e
GM
19754@pindex calc-mrow
19755@tindex mrow
19756The @kbd{v r} (@code{calc-mrow}) [@code{mrow}] command extracts one row of
19757the matrix on the top of the stack, or one element of the plain vector on
19758the top of the stack. The row or element is specified by the numeric
19759prefix argument; the default is to prompt for the row or element number.
19760The matrix or vector is replaced by the specified row or element in the
19761form of a vector or scalar, respectively.
19762
19763@cindex Permutations, applying
19764With a prefix argument of @kbd{C-u} only, @kbd{v r} takes the index of
19765the element or row from the top of the stack, and the vector or matrix
19766from the second-to-top position. If the index is itself a vector of
19767integers, the result is a vector of the corresponding elements of the
19768input vector, or a matrix of the corresponding rows of the input matrix.
19769This command can be used to obtain any permutation of a vector.
19770
19771With @kbd{C-u}, if the index is an interval form with integer components,
19772it is interpreted as a range of indices and the corresponding subvector or
19773submatrix is returned.
19774
19775@cindex Subscript notation
19776@kindex a _
19777@pindex calc-subscript
19778@tindex subscr
19779@tindex _
19780Subscript notation in algebraic formulas (@samp{a_b}) stands for the
19781Calc function @code{subscr}, which is synonymous with @code{mrow}.
19782Thus, @samp{[x, y, z]_k} produces @expr{x}, @expr{y}, or @expr{z} if
19783@expr{k} is one, two, or three, respectively. A double subscript
19784(@samp{M_i_j}, equivalent to @samp{subscr(subscr(M, i), j)}) will
19785access the element at row @expr{i}, column @expr{j} of a matrix.
19786The @kbd{a _} (@code{calc-subscript}) command creates a subscript
19787formula @samp{a_b} out of two stack entries. (It is on the @kbd{a}
19788``algebra'' prefix because subscripted variables are often used
19789purely as an algebraic notation.)
19790
19791@tindex mrrow
19792Given a negative prefix argument, @kbd{v r} instead deletes one row or
19793element from the matrix or vector on the top of the stack. Thus
19794@kbd{C-u 2 v r} replaces a matrix with its second row, but @kbd{C-u -2 v r}
19795replaces the matrix with the same matrix with its second row removed.
19796In algebraic form this function is called @code{mrrow}.
19797
19798@tindex getdiag
19799Given a prefix argument of zero, @kbd{v r} extracts the diagonal elements
19800of a square matrix in the form of a vector. In algebraic form this
19801function is called @code{getdiag}.
19802
19803@kindex v c
65d0154b 19804@kindex V c
4009494e
GM
19805@pindex calc-mcol
19806@tindex mcol
19807@tindex mrcol
19808The @kbd{v c} (@code{calc-mcol}) [@code{mcol} or @code{mrcol}] command is
19809the analogous operation on columns of a matrix. Given a plain vector
19810it extracts (or removes) one element, just like @kbd{v r}. If the
19811index in @kbd{C-u v c} is an interval or vector and the argument is a
19812matrix, the result is a submatrix with only the specified columns
19813retained (and possibly permuted in the case of a vector index).
19814
19815To extract a matrix element at a given row and column, use @kbd{v r} to
19816extract the row as a vector, then @kbd{v c} to extract the column element
19817from that vector. In algebraic formulas, it is often more convenient to
19818use subscript notation: @samp{m_i_j} gives row @expr{i}, column @expr{j}
19819of matrix @expr{m}.
19820
19821@kindex v s
65d0154b 19822@kindex V s
4009494e
GM
19823@pindex calc-subvector
19824@tindex subvec
19825The @kbd{v s} (@code{calc-subvector}) [@code{subvec}] command extracts
19826a subvector of a vector. The arguments are the vector, the starting
19827index, and the ending index, with the ending index in the top-of-stack
19828position. The starting index indicates the first element of the vector
19829to take. The ending index indicates the first element @emph{past} the
19830range to be taken. Thus, @samp{subvec([a, b, c, d, e], 2, 4)} produces
19831the subvector @samp{[b, c]}. You could get the same result using
19832@samp{mrow([a, b, c, d, e], @w{[2 .. 4)})}.
19833
19834If either the start or the end index is zero or negative, it is
19835interpreted as relative to the end of the vector. Thus
19836@samp{subvec([a, b, c, d, e], 2, -2)} also produces @samp{[b, c]}. In
19837the algebraic form, the end index can be omitted in which case it
19838is taken as zero, i.e., elements from the starting element to the
19839end of the vector are used. The infinity symbol, @code{inf}, also
19840has this effect when used as the ending index.
19841
19842@kindex I v s
65d0154b 19843@kindex I V s
4009494e
GM
19844@tindex rsubvec
19845With the Inverse flag, @kbd{I v s} [@code{rsubvec}] removes a subvector
19846from a vector. The arguments are interpreted the same as for the
19847normal @kbd{v s} command. Thus, @samp{rsubvec([a, b, c, d, e], 2, 4)}
19848produces @samp{[a, d, e]}. It is always true that @code{subvec} and
19849@code{rsubvec} return complementary parts of the input vector.
19850
19851@xref{Selecting Subformulas}, for an alternative way to operate on
19852vectors one element at a time.
19853
19854@node Manipulating Vectors, Vector and Matrix Arithmetic, Extracting Elements, Matrix Functions
19855@section Manipulating Vectors
19856
19857@noindent
19858@kindex v l
65d0154b 19859@kindex V l
4009494e
GM
19860@pindex calc-vlength
19861@tindex vlen
19862The @kbd{v l} (@code{calc-vlength}) [@code{vlen}] command computes the
19863length of a vector. The length of a non-vector is considered to be zero.
19864Note that matrices are just vectors of vectors for the purposes of this
19865command.
19866
19867@kindex H v l
65d0154b 19868@kindex H V l
4009494e
GM
19869@tindex mdims
19870With the Hyperbolic flag, @kbd{H v l} [@code{mdims}] computes a vector
19871of the dimensions of a vector, matrix, or higher-order object. For
19872example, @samp{mdims([[a,b,c],[d,e,f]])} returns @samp{[2, 3]} since
19873its argument is a
19874@texline @math{2\times3}
19875@infoline 2x3
19876matrix.
19877
19878@kindex v f
65d0154b 19879@kindex V f
4009494e
GM
19880@pindex calc-vector-find
19881@tindex find
19882The @kbd{v f} (@code{calc-vector-find}) [@code{find}] command searches
19883along a vector for the first element equal to a given target. The target
19884is on the top of the stack; the vector is in the second-to-top position.
19885If a match is found, the result is the index of the matching element.
19886Otherwise, the result is zero. The numeric prefix argument, if given,
19887allows you to select any starting index for the search.
19888
19889@kindex v a
65d0154b 19890@kindex V a
4009494e
GM
19891@pindex calc-arrange-vector
19892@tindex arrange
19893@cindex Arranging a matrix
19894@cindex Reshaping a matrix
19895@cindex Flattening a matrix
19896The @kbd{v a} (@code{calc-arrange-vector}) [@code{arrange}] command
19897rearranges a vector to have a certain number of columns and rows. The
19898numeric prefix argument specifies the number of columns; if you do not
19899provide an argument, you will be prompted for the number of columns.
19900The vector or matrix on the top of the stack is @dfn{flattened} into a
19901plain vector. If the number of columns is nonzero, this vector is
19902then formed into a matrix by taking successive groups of @var{n} elements.
19903If the number of columns does not evenly divide the number of elements
19904in the vector, the last row will be short and the result will not be
19905suitable for use as a matrix. For example, with the matrix
19906@samp{[[1, 2], @w{[3, 4]}]} on the stack, @kbd{v a 4} produces
19907@samp{[[1, 2, 3, 4]]} (a
19908@texline @math{1\times4}
19909@infoline 1x4
19910matrix), @kbd{v a 1} produces @samp{[[1], [2], [3], [4]]} (a
19911@texline @math{4\times1}
19912@infoline 4x1
19913matrix), @kbd{v a 2} produces @samp{[[1, 2], [3, 4]]} (the original
19914@texline @math{2\times2}
19915@infoline 2x2
19916matrix), @w{@kbd{v a 3}} produces @samp{[[1, 2, 3], [4]]} (not a
19917matrix), and @kbd{v a 0} produces the flattened list
19918@samp{[1, 2, @w{3, 4}]}.
19919
19920@cindex Sorting data
65d0154b 19921@kindex v S
4009494e 19922@kindex V S
65d0154b 19923@kindex I v S
4009494e
GM
19924@kindex I V S
19925@pindex calc-sort
19926@tindex sort
19927@tindex rsort
19928The @kbd{V S} (@code{calc-sort}) [@code{sort}] command sorts the elements of
19929a vector into increasing order. Real numbers, real infinities, and
19930constant interval forms come first in this ordering; next come other
19931kinds of numbers, then variables (in alphabetical order), then finally
19932come formulas and other kinds of objects; these are sorted according
19933to a kind of lexicographic ordering with the useful property that
19934one vector is less or greater than another if the first corresponding
19935unequal elements are less or greater, respectively. Since quoted strings
19936are stored by Calc internally as vectors of ASCII character codes
19937(@pxref{Strings}), this means vectors of strings are also sorted into
19938alphabetical order by this command.
19939
19940The @kbd{I V S} [@code{rsort}] command sorts a vector into decreasing order.
19941
19942@cindex Permutation, inverse of
19943@cindex Inverse of permutation
19944@cindex Index tables
19945@cindex Rank tables
65d0154b 19946@kindex v G
4009494e 19947@kindex V G
65d0154b 19948@kindex I v G
4009494e
GM
19949@kindex I V G
19950@pindex calc-grade
19951@tindex grade
19952@tindex rgrade
19953The @kbd{V G} (@code{calc-grade}) [@code{grade}, @code{rgrade}] command
19954produces an index table or permutation vector which, if applied to the
19955input vector (as the index of @kbd{C-u v r}, say), would sort the vector.
19956A permutation vector is just a vector of integers from 1 to @var{n}, where
19957each integer occurs exactly once. One application of this is to sort a
19958matrix of data rows using one column as the sort key; extract that column,
19959grade it with @kbd{V G}, then use the result to reorder the original matrix
19960with @kbd{C-u v r}. Another interesting property of the @code{V G} command
19961is that, if the input is itself a permutation vector, the result will
19962be the inverse of the permutation. The inverse of an index table is
19963a rank table, whose @var{k}th element says where the @var{k}th original
19964vector element will rest when the vector is sorted. To get a rank
19965table, just use @kbd{V G V G}.
19966
19967With the Inverse flag, @kbd{I V G} produces an index table that would
19968sort the input into decreasing order. Note that @kbd{V S} and @kbd{V G}
19969use a ``stable'' sorting algorithm, i.e., any two elements which are equal
19970will not be moved out of their original order. Generally there is no way
19971to tell with @kbd{V S}, since two elements which are equal look the same,
19972but with @kbd{V G} this can be an important issue. In the matrix-of-rows
19973example, suppose you have names and telephone numbers as two columns and
19974you wish to sort by phone number primarily, and by name when the numbers
19975are equal. You can sort the data matrix by names first, and then again
19976by phone numbers. Because the sort is stable, any two rows with equal
19977phone numbers will remain sorted by name even after the second sort.
19978
19979@cindex Histograms
65d0154b 19980@kindex v H
4009494e
GM
19981@kindex V H
19982@pindex calc-histogram
19983@ignore
19984@mindex histo@idots
19985@end ignore
19986@tindex histogram
19987The @kbd{V H} (@code{calc-histogram}) [@code{histogram}] command builds a
19988histogram of a vector of numbers. Vector elements are assumed to be
19989integers or real numbers in the range [0..@var{n}) for some ``number of
19990bins'' @var{n}, which is the numeric prefix argument given to the
19991command. The result is a vector of @var{n} counts of how many times
19992each value appeared in the original vector. Non-integers in the input
19993are rounded down to integers. Any vector elements outside the specified
19994range are ignored. (You can tell if elements have been ignored by noting
19995that the counts in the result vector don't add up to the length of the
19996input vector.)
19997
65d0154b 19998@kindex H v H
4009494e
GM
19999@kindex H V H
20000With the Hyperbolic flag, @kbd{H V H} pulls two vectors from the stack.
20001The second-to-top vector is the list of numbers as before. The top
20002vector is an equal-sized list of ``weights'' to attach to the elements
20003of the data vector. For example, if the first data element is 4.2 and
20004the first weight is 10, then 10 will be added to bin 4 of the result
20005vector. Without the hyperbolic flag, every element has a weight of one.
20006
20007@kindex v t
65d0154b 20008@kindex V t
4009494e
GM
20009@pindex calc-transpose
20010@tindex trn
20011The @kbd{v t} (@code{calc-transpose}) [@code{trn}] command computes
20012the transpose of the matrix at the top of the stack. If the argument
20013is a plain vector, it is treated as a row vector and transposed into
20014a one-column matrix.
20015
20016@kindex v v
65d0154b 20017@kindex V v
4009494e
GM
20018@pindex calc-reverse-vector
20019@tindex rev
20020The @kbd{v v} (@code{calc-reverse-vector}) [@code{rev}] command reverses
20021a vector end-for-end. Given a matrix, it reverses the order of the rows.
20022(To reverse the columns instead, just use @kbd{v t v v v t}. The same
20023principle can be used to apply other vector commands to the columns of
20024a matrix.)
20025
20026@kindex v m
65d0154b 20027@kindex V m
4009494e
GM
20028@pindex calc-mask-vector
20029@tindex vmask
20030The @kbd{v m} (@code{calc-mask-vector}) [@code{vmask}] command uses
20031one vector as a mask to extract elements of another vector. The mask
20032is in the second-to-top position; the target vector is on the top of
20033the stack. These vectors must have the same length. The result is
20034the same as the target vector, but with all elements which correspond
20035to zeros in the mask vector deleted. Thus, for example,
20036@samp{vmask([1, 0, 1, 0, 1], [a, b, c, d, e])} produces @samp{[a, c, e]}.
20037@xref{Logical Operations}.
20038
20039@kindex v e
65d0154b 20040@kindex V e
4009494e
GM
20041@pindex calc-expand-vector
20042@tindex vexp
20043The @kbd{v e} (@code{calc-expand-vector}) [@code{vexp}] command
20044expands a vector according to another mask vector. The result is a
20045vector the same length as the mask, but with nonzero elements replaced
20046by successive elements from the target vector. The length of the target
20047vector is normally the number of nonzero elements in the mask. If the
20048target vector is longer, its last few elements are lost. If the target
20049vector is shorter, the last few nonzero mask elements are left
20050unreplaced in the result. Thus @samp{vexp([2, 0, 3, 0, 7], [a, b])}
20051produces @samp{[a, 0, b, 0, 7]}.
20052
20053@kindex H v e
65d0154b 20054@kindex H V e
4009494e
GM
20055With the Hyperbolic flag, @kbd{H v e} takes a filler value from the
20056top of the stack; the mask and target vectors come from the third and
20057second elements of the stack. This filler is used where the mask is
20058zero: @samp{vexp([2, 0, 3, 0, 7], [a, b], z)} produces
20059@samp{[a, z, c, z, 7]}. If the filler value is itself a vector,
20060then successive values are taken from it, so that the effect is to
20061interleave two vectors according to the mask:
20062@samp{vexp([2, 0, 3, 7, 0, 0], [a, b], [x, y])} produces
20063@samp{[a, x, b, 7, y, 0]}.
20064
20065Another variation on the masking idea is to combine @samp{[a, b, c, d, e]}
20066with the mask @samp{[1, 0, 1, 0, 1]} to produce @samp{[a, 0, c, 0, e]}.
20067You can accomplish this with @kbd{V M a &}, mapping the logical ``and''
20068operation across the two vectors. @xref{Logical Operations}. Note that
20069the @code{? :} operation also discussed there allows other types of
20070masking using vectors.
20071
20072@node Vector and Matrix Arithmetic, Set Operations, Manipulating Vectors, Matrix Functions
20073@section Vector and Matrix Arithmetic
20074
20075@noindent
20076Basic arithmetic operations like addition and multiplication are defined
20077for vectors and matrices as well as for numbers. Division of matrices, in
20078the sense of multiplying by the inverse, is supported. (Division by a
20079matrix actually uses LU-decomposition for greater accuracy and speed.)
20080@xref{Basic Arithmetic}.
20081
20082The following functions are applied element-wise if their arguments are
20083vectors or matrices: @code{change-sign}, @code{conj}, @code{arg},
20084@code{re}, @code{im}, @code{polar}, @code{rect}, @code{clean},
20085@code{float}, @code{frac}. @xref{Function Index}.
20086
65d0154b 20087@kindex v J
4009494e
GM
20088@kindex V J
20089@pindex calc-conj-transpose
20090@tindex ctrn
20091The @kbd{V J} (@code{calc-conj-transpose}) [@code{ctrn}] command computes
20092the conjugate transpose of its argument, i.e., @samp{conj(trn(x))}.
20093
20094@ignore
20095@mindex A
20096@end ignore
20097@kindex A (vectors)
20098@pindex calc-abs (vectors)
20099@ignore
20100@mindex abs
20101@end ignore
20102@tindex abs (vectors)
20103The @kbd{A} (@code{calc-abs}) [@code{abs}] command computes the
20104Frobenius norm of a vector or matrix argument. This is the square
20105root of the sum of the squares of the absolute values of the
20106elements of the vector or matrix. If the vector is interpreted as
20107a point in two- or three-dimensional space, this is the distance
20108from that point to the origin.
20109
20110@kindex v n
65d0154b 20111@kindex V n
4009494e
GM
20112@pindex calc-rnorm
20113@tindex rnorm
a8b14149
JB
20114The @kbd{v n} (@code{calc-rnorm}) [@code{rnorm}] command computes the
20115infinity-norm of a vector, or the row norm of a matrix. For a plain
20116vector, this is the maximum of the absolute values of the elements. For
20117a matrix, this is the maximum of the row-absolute-value-sums, i.e., of
20118the sums of the absolute values of the elements along the various rows.
4009494e 20119
65d0154b 20120@kindex v N
4009494e
GM
20121@kindex V N
20122@pindex calc-cnorm
20123@tindex cnorm
20124The @kbd{V N} (@code{calc-cnorm}) [@code{cnorm}] command computes
a8b14149 20125the one-norm of a vector, or column norm of a matrix. For a plain
4009494e
GM
20126vector, this is the sum of the absolute values of the elements.
20127For a matrix, this is the maximum of the column-absolute-value-sums.
20128General @expr{k}-norms for @expr{k} other than one or infinity are
a8b14149
JB
20129not provided. However, the 2-norm (or Frobenius norm) is provided for
20130vectors by the @kbd{A} (@code{calc-abs}) command.
4009494e 20131
65d0154b 20132@kindex v C
4009494e
GM
20133@kindex V C
20134@pindex calc-cross
20135@tindex cross
20136The @kbd{V C} (@code{calc-cross}) [@code{cross}] command computes the
20137right-handed cross product of two vectors, each of which must have
20138exactly three elements.
20139
20140@ignore
20141@mindex &
20142@end ignore
20143@kindex & (matrices)
20144@pindex calc-inv (matrices)
20145@ignore
20146@mindex inv
20147@end ignore
20148@tindex inv (matrices)
20149The @kbd{&} (@code{calc-inv}) [@code{inv}] command computes the
20150inverse of a square matrix. If the matrix is singular, the inverse
20151operation is left in symbolic form. Matrix inverses are recorded so
20152that once an inverse (or determinant) of a particular matrix has been
20153computed, the inverse and determinant of the matrix can be recomputed
20154quickly in the future.
20155
20156If the argument to @kbd{&} is a plain number @expr{x}, this
20157command simply computes @expr{1/x}. This is okay, because the
20158@samp{/} operator also does a matrix inversion when dividing one
20159by a matrix.
20160
65d0154b 20161@kindex v D
4009494e
GM
20162@kindex V D
20163@pindex calc-mdet
20164@tindex det
20165The @kbd{V D} (@code{calc-mdet}) [@code{det}] command computes the
20166determinant of a square matrix.
20167
65d0154b 20168@kindex v L
4009494e
GM
20169@kindex V L
20170@pindex calc-mlud
20171@tindex lud
20172The @kbd{V L} (@code{calc-mlud}) [@code{lud}] command computes the
20173LU decomposition of a matrix. The result is a list of three matrices
20174which, when multiplied together left-to-right, form the original matrix.
20175The first is a permutation matrix that arises from pivoting in the
20176algorithm, the second is lower-triangular with ones on the diagonal,
20177and the third is upper-triangular.
20178
65d0154b 20179@kindex v T
4009494e
GM
20180@kindex V T
20181@pindex calc-mtrace
20182@tindex tr
20183The @kbd{V T} (@code{calc-mtrace}) [@code{tr}] command computes the
20184trace of a square matrix. This is defined as the sum of the diagonal
20185elements of the matrix.
20186
65d0154b 20187@kindex v K
629f618d
JB
20188@kindex V K
20189@pindex calc-kron
20190@tindex kron
20191The @kbd{V K} (@code{calc-kron}) [@code{kron}] command computes
20192the Kronecker product of two matrices.
20193
4009494e
GM
20194@node Set Operations, Statistical Operations, Vector and Matrix Arithmetic, Matrix Functions
20195@section Set Operations using Vectors
20196
20197@noindent
20198@cindex Sets, as vectors
20199Calc includes several commands which interpret vectors as @dfn{sets} of
20200objects. A set is a collection of objects; any given object can appear
20201only once in the set. Calc stores sets as vectors of objects in
20202sorted order. Objects in a Calc set can be any of the usual things,
20203such as numbers, variables, or formulas. Two set elements are considered
20204equal if they are identical, except that numerically equal numbers like
20205the integer 4 and the float 4.0 are considered equal even though they
20206are not ``identical.'' Variables are treated like plain symbols without
20207attached values by the set operations; subtracting the set @samp{[b]}
20208from @samp{[a, b]} always yields the set @samp{[a]} even though if
20209the variables @samp{a} and @samp{b} both equaled 17, you might
20210expect the answer @samp{[]}.
20211
20212If a set contains interval forms, then it is assumed to be a set of
20213real numbers. In this case, all set operations require the elements
20214of the set to be only things that are allowed in intervals: Real
20215numbers, plus and minus infinity, HMS forms, and date forms. If
20216there are variables or other non-real objects present in a real set,
20217all set operations on it will be left in unevaluated form.
20218
20219If the input to a set operation is a plain number or interval form
20220@var{a}, it is treated like the one-element vector @samp{[@var{a}]}.
20221The result is always a vector, except that if the set consists of a
20222single interval, the interval itself is returned instead.
20223
20224@xref{Logical Operations}, for the @code{in} function which tests if
20225a certain value is a member of a given set. To test if the set @expr{A}
20226is a subset of the set @expr{B}, use @samp{vdiff(A, B) = []}.
20227
65d0154b 20228@kindex v +
4009494e
GM
20229@kindex V +
20230@pindex calc-remove-duplicates
20231@tindex rdup
20232The @kbd{V +} (@code{calc-remove-duplicates}) [@code{rdup}] command
20233converts an arbitrary vector into set notation. It works by sorting
20234the vector as if by @kbd{V S}, then removing duplicates. (For example,
20235@kbd{[a, 5, 4, a, 4.0]} is sorted to @samp{[4, 4.0, 5, a, a]} and then
20236reduced to @samp{[4, 5, a]}). Overlapping intervals are merged as
20237necessary. You rarely need to use @kbd{V +} explicitly, since all the
20238other set-based commands apply @kbd{V +} to their inputs before using
20239them.
20240
65d0154b 20241@kindex v V
4009494e
GM
20242@kindex V V
20243@pindex calc-set-union
20244@tindex vunion
20245The @kbd{V V} (@code{calc-set-union}) [@code{vunion}] command computes
20246the union of two sets. An object is in the union of two sets if and
20247only if it is in either (or both) of the input sets. (You could
20248accomplish the same thing by concatenating the sets with @kbd{|},
20249then using @kbd{V +}.)
20250
65d0154b 20251@kindex v ^
4009494e
GM
20252@kindex V ^
20253@pindex calc-set-intersect
20254@tindex vint
20255The @kbd{V ^} (@code{calc-set-intersect}) [@code{vint}] command computes
20256the intersection of two sets. An object is in the intersection if
20257and only if it is in both of the input sets. Thus if the input
20258sets are disjoint, i.e., if they share no common elements, the result
20259will be the empty vector @samp{[]}. Note that the characters @kbd{V}
20260and @kbd{^} were chosen to be close to the conventional mathematical
20261notation for set
20262@texline union@tie{}(@math{A \cup B})
20263@infoline union
20264and
20265@texline intersection@tie{}(@math{A \cap B}).
20266@infoline intersection.
20267
65d0154b 20268@kindex v -
4009494e
GM
20269@kindex V -
20270@pindex calc-set-difference
20271@tindex vdiff
20272The @kbd{V -} (@code{calc-set-difference}) [@code{vdiff}] command computes
20273the difference between two sets. An object is in the difference
20274@expr{A - B} if and only if it is in @expr{A} but not in @expr{B}.
20275Thus subtracting @samp{[y,z]} from a set will remove the elements
20276@samp{y} and @samp{z} if they are present. You can also think of this
20277as a general @dfn{set complement} operator; if @expr{A} is the set of
20278all possible values, then @expr{A - B} is the ``complement'' of @expr{B}.
20279Obviously this is only practical if the set of all possible values in
20280your problem is small enough to list in a Calc vector (or simple
20281enough to express in a few intervals).
20282
65d0154b 20283@kindex v X
4009494e
GM
20284@kindex V X
20285@pindex calc-set-xor
20286@tindex vxor
20287The @kbd{V X} (@code{calc-set-xor}) [@code{vxor}] command computes
20288the ``exclusive-or,'' or ``symmetric difference'' of two sets.
20289An object is in the symmetric difference of two sets if and only
20290if it is in one, but @emph{not} both, of the sets. Objects that
20291occur in both sets ``cancel out.''
20292
65d0154b 20293@kindex v ~
4009494e
GM
20294@kindex V ~
20295@pindex calc-set-complement
20296@tindex vcompl
20297The @kbd{V ~} (@code{calc-set-complement}) [@code{vcompl}] command
20298computes the complement of a set with respect to the real numbers.
20299Thus @samp{vcompl(x)} is equivalent to @samp{vdiff([-inf .. inf], x)}.
20300For example, @samp{vcompl([2, (3 .. 4]])} evaluates to
20301@samp{[[-inf .. 2), (2 .. 3], (4 .. inf]]}.
20302
65d0154b 20303@kindex v F
4009494e
GM
20304@kindex V F
20305@pindex calc-set-floor
20306@tindex vfloor
20307The @kbd{V F} (@code{calc-set-floor}) [@code{vfloor}] command
20308reinterprets a set as a set of integers. Any non-integer values,
20309and intervals that do not enclose any integers, are removed. Open
20310intervals are converted to equivalent closed intervals. Successive
20311integers are converted into intervals of integers. For example, the
20312complement of the set @samp{[2, 6, 7, 8]} is messy, but if you wanted
20313the complement with respect to the set of integers you could type
20314@kbd{V ~ V F} to get @samp{[[-inf .. 1], [3 .. 5], [9 .. inf]]}.
20315
65d0154b 20316@kindex v E
4009494e
GM
20317@kindex V E
20318@pindex calc-set-enumerate
20319@tindex venum
20320The @kbd{V E} (@code{calc-set-enumerate}) [@code{venum}] command
20321converts a set of integers into an explicit vector. Intervals in
20322the set are expanded out to lists of all integers encompassed by
20323the intervals. This only works for finite sets (i.e., sets which
20324do not involve @samp{-inf} or @samp{inf}).
20325
65d0154b 20326@kindex v :
4009494e
GM
20327@kindex V :
20328@pindex calc-set-span
20329@tindex vspan
20330The @kbd{V :} (@code{calc-set-span}) [@code{vspan}] command converts any
20331set of reals into an interval form that encompasses all its elements.
20332The lower limit will be the smallest element in the set; the upper
20333limit will be the largest element. For an empty set, @samp{vspan([])}
20334returns the empty interval @w{@samp{[0 .. 0)}}.
20335
65d0154b 20336@kindex v #
4009494e
GM
20337@kindex V #
20338@pindex calc-set-cardinality
20339@tindex vcard
20340The @kbd{V #} (@code{calc-set-cardinality}) [@code{vcard}] command counts
20341the number of integers in a set. The result is the length of the vector
20342that would be produced by @kbd{V E}, although the computation is much
20343more efficient than actually producing that vector.
20344
20345@cindex Sets, as binary numbers
20346Another representation for sets that may be more appropriate in some
20347cases is binary numbers. If you are dealing with sets of integers
20348in the range 0 to 49, you can use a 50-bit binary number where a
20349particular bit is 1 if the corresponding element is in the set.
20350@xref{Binary Functions}, for a list of commands that operate on
20351binary numbers. Note that many of the above set operations have
20352direct equivalents in binary arithmetic: @kbd{b o} (@code{calc-or}),
20353@kbd{b a} (@code{calc-and}), @kbd{b d} (@code{calc-diff}),
20354@kbd{b x} (@code{calc-xor}), and @kbd{b n} (@code{calc-not}),
20355respectively. You can use whatever representation for sets is most
20356convenient to you.
20357
20358@kindex b p
20359@kindex b u
20360@pindex calc-pack-bits
20361@pindex calc-unpack-bits
20362@tindex vpack
20363@tindex vunpack
20364The @kbd{b u} (@code{calc-unpack-bits}) [@code{vunpack}] command
20365converts an integer that represents a set in binary into a set
20366in vector/interval notation. For example, @samp{vunpack(67)}
20367returns @samp{[[0 .. 1], 6]}. If the input is negative, the set
20368it represents is semi-infinite: @samp{vunpack(-4) = [2 .. inf)}.
20369Use @kbd{V E} afterwards to expand intervals to individual
20370values if you wish. Note that this command uses the @kbd{b}
20371(binary) prefix key.
20372
20373The @kbd{b p} (@code{calc-pack-bits}) [@code{vpack}] command
20374converts the other way, from a vector or interval representing
20375a set of nonnegative integers into a binary integer describing
20376the same set. The set may include positive infinity, but must
20377not include any negative numbers. The input is interpreted as a
20378set of integers in the sense of @kbd{V F} (@code{vfloor}). Beware
20379that a simple input like @samp{[100]} can result in a huge integer
20380representation
20381@texline (@math{2^{100}}, a 31-digit integer, in this case).
20382@infoline (@expr{2^100}, a 31-digit integer, in this case).
20383
20384@node Statistical Operations, Reducing and Mapping, Set Operations, Matrix Functions
20385@section Statistical Operations on Vectors
20386
20387@noindent
20388@cindex Statistical functions
20389The commands in this section take vectors as arguments and compute
20390various statistical measures on the data stored in the vectors. The
20391references used in the definitions of these functions are Bevington's
20392@emph{Data Reduction and Error Analysis for the Physical Sciences},
20393and @emph{Numerical Recipes} by Press, Flannery, Teukolsky and
20394Vetterling.
20395
20396The statistical commands use the @kbd{u} prefix key followed by
20397a shifted letter or other character.
20398
20399@xref{Manipulating Vectors}, for a description of @kbd{V H}
20400(@code{calc-histogram}).
20401
20402@xref{Curve Fitting}, for the @kbd{a F} command for doing
20403least-squares fits to statistical data.
20404
20405@xref{Probability Distribution Functions}, for several common
20406probability distribution functions.
20407
20408@menu
20409* Single-Variable Statistics::
20410* Paired-Sample Statistics::
20411@end menu
20412
20413@node Single-Variable Statistics, Paired-Sample Statistics, Statistical Operations, Statistical Operations
20414@subsection Single-Variable Statistics
20415
20416@noindent
20417These functions do various statistical computations on single
20418vectors. Given a numeric prefix argument, they actually pop
20419@var{n} objects from the stack and combine them into a data
20420vector. Each object may be either a number or a vector; if a
20421vector, any sub-vectors inside it are ``flattened'' as if by
20422@kbd{v a 0}; @pxref{Manipulating Vectors}. By default one object
20423is popped, which (in order to be useful) is usually a vector.
20424
20425If an argument is a variable name, and the value stored in that
20426variable is a vector, then the stored vector is used. This method
20427has the advantage that if your data vector is large, you can avoid
20428the slow process of manipulating it directly on the stack.
20429
20430These functions are left in symbolic form if any of their arguments
20431are not numbers or vectors, e.g., if an argument is a formula, or
20432a non-vector variable. However, formulas embedded within vector
20433arguments are accepted; the result is a symbolic representation
20434of the computation, based on the assumption that the formula does
20435not itself represent a vector. All varieties of numbers such as
20436error forms and interval forms are acceptable.
20437
20438Some of the functions in this section also accept a single error form
20439or interval as an argument. They then describe a property of the
20440normal or uniform (respectively) statistical distribution described
20441by the argument. The arguments are interpreted in the same way as
20442the @var{M} argument of the random number function @kbd{k r}. In
20443particular, an interval with integer limits is considered an integer
20444distribution, so that @samp{[2 .. 6)} is the same as @samp{[2 .. 5]}.
20445An interval with at least one floating-point limit is a continuous
20446distribution: @samp{[2.0 .. 6.0)} is @emph{not} the same as
20447@samp{[2.0 .. 5.0]}!
20448
20449@kindex u #
20450@pindex calc-vector-count
20451@tindex vcount
20452The @kbd{u #} (@code{calc-vector-count}) [@code{vcount}] command
20453computes the number of data values represented by the inputs.
20454For example, @samp{vcount(1, [2, 3], [[4, 5], [], x, y])} returns 7.
20455If the argument is a single vector with no sub-vectors, this
20456simply computes the length of the vector.
20457
20458@kindex u +
20459@kindex u *
20460@pindex calc-vector-sum
20461@pindex calc-vector-prod
20462@tindex vsum
20463@tindex vprod
20464@cindex Summations (statistical)
20465The @kbd{u +} (@code{calc-vector-sum}) [@code{vsum}] command
20466computes the sum of the data values. The @kbd{u *}
20467(@code{calc-vector-prod}) [@code{vprod}] command computes the
20468product of the data values. If the input is a single flat vector,
20469these are the same as @kbd{V R +} and @kbd{V R *}
20470(@pxref{Reducing and Mapping}).
20471
20472@kindex u X
20473@kindex u N
20474@pindex calc-vector-max
20475@pindex calc-vector-min
20476@tindex vmax
20477@tindex vmin
20478The @kbd{u X} (@code{calc-vector-max}) [@code{vmax}] command
20479computes the maximum of the data values, and the @kbd{u N}
20480(@code{calc-vector-min}) [@code{vmin}] command computes the minimum.
20481If the argument is an interval, this finds the minimum or maximum
20482value in the interval. (Note that @samp{vmax([2..6)) = 5} as
20483described above.) If the argument is an error form, this returns
20484plus or minus infinity.
20485
20486@kindex u M
20487@pindex calc-vector-mean
20488@tindex vmean
20489@cindex Mean of data values
20490The @kbd{u M} (@code{calc-vector-mean}) [@code{vmean}] command
20491computes the average (arithmetic mean) of the data values.
20492If the inputs are error forms
20493@texline @math{x \pm \sigma},
20494@infoline @samp{x +/- s},
20495this is the weighted mean of the @expr{x} values with weights
20496@texline @math{1 /\sigma^2}.
20497@infoline @expr{1 / s^2}.
20498@tex
20499\turnoffactive
20500$$ \mu = { \displaystyle \sum { x_i \over \sigma_i^2 } \over
20501 \displaystyle \sum { 1 \over \sigma_i^2 } } $$
20502@end tex
20503If the inputs are not error forms, this is simply the sum of the
20504values divided by the count of the values.
20505
20506Note that a plain number can be considered an error form with
20507error
20508@texline @math{\sigma = 0}.
20509@infoline @expr{s = 0}.
20510If the input to @kbd{u M} is a mixture of
20511plain numbers and error forms, the result is the mean of the
20512plain numbers, ignoring all values with non-zero errors. (By the
20513above definitions it's clear that a plain number effectively
20514has an infinite weight, next to which an error form with a finite
20515weight is completely negligible.)
20516
20517This function also works for distributions (error forms or
20518intervals). The mean of an error form `@var{a} @tfn{+/-} @var{b}' is simply
20519@expr{a}. The mean of an interval is the mean of the minimum
20520and maximum values of the interval.
20521
20522@kindex I u M
20523@pindex calc-vector-mean-error
20524@tindex vmeane
20525The @kbd{I u M} (@code{calc-vector-mean-error}) [@code{vmeane}]
20526command computes the mean of the data points expressed as an
20527error form. This includes the estimated error associated with
20528the mean. If the inputs are error forms, the error is the square
20529root of the reciprocal of the sum of the reciprocals of the squares
20530of the input errors. (I.e., the variance is the reciprocal of the
20531sum of the reciprocals of the variances.)
20532@tex
20533\turnoffactive
20534$$ \sigma_\mu^2 = {1 \over \displaystyle \sum {1 \over \sigma_i^2}} $$
20535@end tex
20536If the inputs are plain
20537numbers, the error is equal to the standard deviation of the values
20538divided by the square root of the number of values. (This works
20539out to be equivalent to calculating the standard deviation and
20540then assuming each value's error is equal to this standard
20541deviation.)
20542@tex
20543\turnoffactive
20544$$ \sigma_\mu^2 = {\sigma^2 \over N} $$
20545@end tex
20546
20547@kindex H u M
20548@pindex calc-vector-median
20549@tindex vmedian
20550@cindex Median of data values
20551The @kbd{H u M} (@code{calc-vector-median}) [@code{vmedian}]
20552command computes the median of the data values. The values are
20553first sorted into numerical order; the median is the middle
20554value after sorting. (If the number of data values is even,
20555the median is taken to be the average of the two middle values.)
20556The median function is different from the other functions in
20557this section in that the arguments must all be real numbers;
20558variables are not accepted even when nested inside vectors.
20559(Otherwise it is not possible to sort the data values.) If
20560any of the input values are error forms, their error parts are
20561ignored.
20562
20563The median function also accepts distributions. For both normal
20564(error form) and uniform (interval) distributions, the median is
20565the same as the mean.
20566
20567@kindex H I u M
20568@pindex calc-vector-harmonic-mean
20569@tindex vhmean
20570@cindex Harmonic mean
20571The @kbd{H I u M} (@code{calc-vector-harmonic-mean}) [@code{vhmean}]
20572command computes the harmonic mean of the data values. This is
20573defined as the reciprocal of the arithmetic mean of the reciprocals
20574of the values.
20575@tex
20576\turnoffactive
20577$$ { N \over \displaystyle \sum {1 \over x_i} } $$
20578@end tex
20579
20580@kindex u G
20581@pindex calc-vector-geometric-mean
20582@tindex vgmean
20583@cindex Geometric mean
20584The @kbd{u G} (@code{calc-vector-geometric-mean}) [@code{vgmean}]
20585command computes the geometric mean of the data values. This
20586is the @var{n}th root of the product of the values. This is also
20587equal to the @code{exp} of the arithmetic mean of the logarithms
20588of the data values.
20589@tex
20590\turnoffactive
20591$$ \exp \left ( \sum { \ln x_i } \right ) =
20592 \left ( \prod { x_i } \right)^{1 / N} $$
20593@end tex
20594
20595@kindex H u G
20596@tindex agmean
20597The @kbd{H u G} [@code{agmean}] command computes the ``arithmetic-geometric
20598mean'' of two numbers taken from the stack. This is computed by
20599replacing the two numbers with their arithmetic mean and geometric
20600mean, then repeating until the two values converge.
20601@tex
20602\turnoffactive
20603$$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$
20604@end tex
20605
20606@cindex Root-mean-square
20607Another commonly used mean, the RMS (root-mean-square), can be computed
20608for a vector of numbers simply by using the @kbd{A} command.
20609
20610@kindex u S
20611@pindex calc-vector-sdev
20612@tindex vsdev
20613@cindex Standard deviation
20614@cindex Sample statistics
20615The @kbd{u S} (@code{calc-vector-sdev}) [@code{vsdev}] command
20616computes the standard
20617@texline deviation@tie{}@math{\sigma}
20618@infoline deviation
20619of the data values. If the values are error forms, the errors are used
20620as weights just as for @kbd{u M}. This is the @emph{sample} standard
20621deviation, whose value is the square root of the sum of the squares of
20622the differences between the values and the mean of the @expr{N} values,
20623divided by @expr{N-1}.
20624@tex
20625\turnoffactive
20626$$ \sigma^2 = {1 \over N - 1} \sum (x_i - \mu)^2 $$
20627@end tex
20628
20629This function also applies to distributions. The standard deviation
20630of a single error form is simply the error part. The standard deviation
20631of a continuous interval happens to equal the difference between the
20632limits, divided by
20633@texline @math{\sqrt{12}}.
20634@infoline @expr{sqrt(12)}.
20635The standard deviation of an integer interval is the same as the
20636standard deviation of a vector of those integers.
20637
20638@kindex I u S
20639@pindex calc-vector-pop-sdev
20640@tindex vpsdev
20641@cindex Population statistics
20642The @kbd{I u S} (@code{calc-vector-pop-sdev}) [@code{vpsdev}]
20643command computes the @emph{population} standard deviation.
20644It is defined by the same formula as above but dividing
20645by @expr{N} instead of by @expr{N-1}. The population standard
20646deviation is used when the input represents the entire set of
20647data values in the distribution; the sample standard deviation
20648is used when the input represents a sample of the set of all
20649data values, so that the mean computed from the input is itself
20650only an estimate of the true mean.
20651@tex
20652\turnoffactive
20653$$ \sigma^2 = {1 \over N} \sum (x_i - \mu)^2 $$
20654@end tex
20655
20656For error forms and continuous intervals, @code{vpsdev} works
20657exactly like @code{vsdev}. For integer intervals, it computes the
20658population standard deviation of the equivalent vector of integers.
20659
20660@kindex H u S
20661@kindex H I u S
20662@pindex calc-vector-variance
20663@pindex calc-vector-pop-variance
20664@tindex vvar
20665@tindex vpvar
20666@cindex Variance of data values
20667The @kbd{H u S} (@code{calc-vector-variance}) [@code{vvar}] and
20668@kbd{H I u S} (@code{calc-vector-pop-variance}) [@code{vpvar}]
20669commands compute the variance of the data values. The variance
20670is the
20671@texline square@tie{}@math{\sigma^2}
20672@infoline square
20673of the standard deviation, i.e., the sum of the
20674squares of the deviations of the data values from the mean.
20675(This definition also applies when the argument is a distribution.)
20676
20677@ignore
20678@starindex
20679@end ignore
20680@tindex vflat
20681The @code{vflat} algebraic function returns a vector of its
20682arguments, interpreted in the same way as the other functions
20683in this section. For example, @samp{vflat(1, [2, [3, 4]], 5)}
20684returns @samp{[1, 2, 3, 4, 5]}.
20685
20686@node Paired-Sample Statistics, , Single-Variable Statistics, Statistical Operations
20687@subsection Paired-Sample Statistics
20688
20689@noindent
20690The functions in this section take two arguments, which must be
20691vectors of equal size. The vectors are each flattened in the same
20692way as by the single-variable statistical functions. Given a numeric
20693prefix argument of 1, these functions instead take one object from
20694the stack, which must be an
20695@texline @math{N\times2}
20696@infoline Nx2
20697matrix of data values. Once again, variable names can be used in place
20698of actual vectors and matrices.
20699
20700@kindex u C
20701@pindex calc-vector-covariance
20702@tindex vcov
20703@cindex Covariance
20704The @kbd{u C} (@code{calc-vector-covariance}) [@code{vcov}] command
20705computes the sample covariance of two vectors. The covariance
20706of vectors @var{x} and @var{y} is the sum of the products of the
20707differences between the elements of @var{x} and the mean of @var{x}
20708times the differences between the corresponding elements of @var{y}
20709and the mean of @var{y}, all divided by @expr{N-1}. Note that
20710the variance of a vector is just the covariance of the vector
20711with itself. Once again, if the inputs are error forms the
20712errors are used as weight factors. If both @var{x} and @var{y}
20713are composed of error forms, the error for a given data point
20714is taken as the square root of the sum of the squares of the two
20715input errors.
20716@tex
20717\turnoffactive
20718$$ \sigma_{x\!y}^2 = {1 \over N-1} \sum (x_i - \mu_x) (y_i - \mu_y) $$
20719$$ \sigma_{x\!y}^2 =
20720 {\displaystyle {1 \over N-1}
20721 \sum {(x_i - \mu_x) (y_i - \mu_y) \over \sigma_i^2}
20722 \over \displaystyle {1 \over N} \sum {1 \over \sigma_i^2}}
20723$$
20724@end tex
20725
20726@kindex I u C
20727@pindex calc-vector-pop-covariance
20728@tindex vpcov
20729The @kbd{I u C} (@code{calc-vector-pop-covariance}) [@code{vpcov}]
20730command computes the population covariance, which is the same as the
20731sample covariance computed by @kbd{u C} except dividing by @expr{N}
20732instead of @expr{N-1}.
20733
20734@kindex H u C
20735@pindex calc-vector-correlation
20736@tindex vcorr
20737@cindex Correlation coefficient
20738@cindex Linear correlation
20739The @kbd{H u C} (@code{calc-vector-correlation}) [@code{vcorr}]
20740command computes the linear correlation coefficient of two vectors.
20741This is defined by the covariance of the vectors divided by the
20742product of their standard deviations. (There is no difference
20743between sample or population statistics here.)
20744@tex
20745\turnoffactive
20746$$ r_{x\!y} = { \sigma_{x\!y}^2 \over \sigma_x^2 \sigma_y^2 } $$
20747@end tex
20748
20749@node Reducing and Mapping, Vector and Matrix Formats, Statistical Operations, Matrix Functions
20750@section Reducing and Mapping Vectors
20751
20752@noindent
20753The commands in this section allow for more general operations on the
20754elements of vectors.
20755
65d0154b 20756@kindex v A
4009494e
GM
20757@kindex V A
20758@pindex calc-apply
20759@tindex apply
20760The simplest of these operations is @kbd{V A} (@code{calc-apply})
20761[@code{apply}], which applies a given operator to the elements of a vector.
20762For example, applying the hypothetical function @code{f} to the vector
20763@w{@samp{[1, 2, 3]}} would produce the function call @samp{f(1, 2, 3)}.
20764Applying the @code{+} function to the vector @samp{[a, b]} gives
20765@samp{a + b}. Applying @code{+} to the vector @samp{[a, b, c]} is an
20766error, since the @code{+} function expects exactly two arguments.
20767
20768While @kbd{V A} is useful in some cases, you will usually find that either
20769@kbd{V R} or @kbd{V M}, described below, is closer to what you want.
20770
20771@menu
20772* Specifying Operators::
20773* Mapping::
20774* Reducing::
20775* Nesting and Fixed Points::
20776* Generalized Products::
20777@end menu
20778
20779@node Specifying Operators, Mapping, Reducing and Mapping, Reducing and Mapping
20780@subsection Specifying Operators
20781
20782@noindent
20783Commands in this section (like @kbd{V A}) prompt you to press the key
20784corresponding to the desired operator. Press @kbd{?} for a partial
20785list of the available operators. Generally, an operator is any key or
20786sequence of keys that would normally take one or more arguments from
20787the stack and replace them with a result. For example, @kbd{V A H C}
20788uses the hyperbolic cosine operator, @code{cosh}. (Since @code{cosh}
20789expects one argument, @kbd{V A H C} requires a vector with a single
20790element as its argument.)
20791
20792You can press @kbd{x} at the operator prompt to select any algebraic
20793function by name to use as the operator. This includes functions you
20794have defined yourself using the @kbd{Z F} command. (@xref{Algebraic
20795Definitions}.) If you give a name for which no function has been
20796defined, the result is left in symbolic form, as in @samp{f(1, 2, 3)}.
20797Calc will prompt for the number of arguments the function takes if it
20798can't figure it out on its own (say, because you named a function that
20799is currently undefined). It is also possible to type a digit key before
20800the function name to specify the number of arguments, e.g.,
20801@kbd{V M 3 x f @key{RET}} calls @code{f} with three arguments even if it
20802looks like it ought to have only two. This technique may be necessary
20803if the function allows a variable number of arguments. For example,
20804the @kbd{v e} [@code{vexp}] function accepts two or three arguments;
20805if you want to map with the three-argument version, you will have to
20806type @kbd{V M 3 v e}.
20807
20808It is also possible to apply any formula to a vector by treating that
20809formula as a function. When prompted for the operator to use, press
20810@kbd{'} (the apostrophe) and type your formula as an algebraic entry.
20811You will then be prompted for the argument list, which defaults to a
20812list of all variables that appear in the formula, sorted into alphabetic
20813order. For example, suppose you enter the formula @w{@samp{x + 2y^x}}.
20814The default argument list would be @samp{(x y)}, which means that if
20815this function is applied to the arguments @samp{[3, 10]} the result will
20816be @samp{3 + 2*10^3}. (If you plan to use a certain formula in this
20817way often, you might consider defining it as a function with @kbd{Z F}.)
20818
20819Another way to specify the arguments to the formula you enter is with
20820@kbd{$}, @kbd{$$}, and so on. For example, @kbd{V A ' $$ + 2$^$$}
20821has the same effect as the previous example. The argument list is
20822automatically taken to be @samp{($$ $)}. (The order of the arguments
20823may seem backwards, but it is analogous to the way normal algebraic
20824entry interacts with the stack.)
20825
20826If you press @kbd{$} at the operator prompt, the effect is similar to
20827the apostrophe except that the relevant formula is taken from top-of-stack
20828instead. The actual vector arguments of the @kbd{V A $} or related command
20829then start at the second-to-top stack position. You will still be
20830prompted for an argument list.
20831
20832@cindex Nameless functions
20833@cindex Generic functions
20834A function can be written without a name using the notation @samp{<#1 - #2>},
20835which means ``a function of two arguments that computes the first
20836argument minus the second argument.'' The symbols @samp{#1} and @samp{#2}
20837are placeholders for the arguments. You can use any names for these
20838placeholders if you wish, by including an argument list followed by a
20839colon: @samp{<x, y : x - y>}. When you type @kbd{V A ' $$ + 2$^$$ @key{RET}},
20840Calc builds the nameless function @samp{<#1 + 2 #2^#1>} as the function
20841to map across the vectors. When you type @kbd{V A ' x + 2y^x @key{RET} @key{RET}},
20842Calc builds the nameless function @w{@samp{<x, y : x + 2 y^x>}}. In both
20843cases, Calc also writes the nameless function to the Trail so that you
20844can get it back later if you wish.
20845
20846If there is only one argument, you can write @samp{#} in place of @samp{#1}.
20847(Note that @samp{< >} notation is also used for date forms. Calc tells
20848that @samp{<@var{stuff}>} is a nameless function by the presence of
20849@samp{#} signs inside @var{stuff}, or by the fact that @var{stuff}
20850begins with a list of variables followed by a colon.)
20851
20852You can type a nameless function directly to @kbd{V A '}, or put one on
20853the stack and use it with @w{@kbd{V A $}}. Calc will not prompt for an
20854argument list in this case, since the nameless function specifies the
20855argument list as well as the function itself. In @kbd{V A '}, you can
20856omit the @samp{< >} marks if you use @samp{#} notation for the arguments,
20857so that @kbd{V A ' #1+#2 @key{RET}} is the same as @kbd{V A ' <#1+#2> @key{RET}},
20858which in turn is the same as @kbd{V A ' $$+$ @key{RET}}.
20859
20860@cindex Lambda expressions
20861@ignore
20862@starindex
20863@end ignore
20864@tindex lambda
20865The internal format for @samp{<x, y : x + y>} is @samp{lambda(x, y, x + y)}.
20866(The word @code{lambda} derives from Lisp notation and the theory of
20867functions.) The internal format for @samp{<#1 + #2>} is @samp{lambda(ArgA,
20868ArgB, ArgA + ArgB)}. Note that there is no actual Calc function called
20869@code{lambda}; the whole point is that the @code{lambda} expression is
20870used in its symbolic form, not evaluated for an answer until it is applied
20871to specific arguments by a command like @kbd{V A} or @kbd{V M}.
20872
20873(Actually, @code{lambda} does have one special property: Its arguments
20874are never evaluated; for example, putting @samp{<(2/3) #>} on the stack
20875will not simplify the @samp{2/3} until the nameless function is actually
20876called.)
20877
20878@tindex add
20879@tindex sub
20880@ignore
20881@mindex @idots
20882@end ignore
20883@tindex mul
20884@ignore
20885@mindex @null
20886@end ignore
20887@tindex div
20888@ignore
20889@mindex @null
20890@end ignore
20891@tindex pow
20892@ignore
20893@mindex @null
20894@end ignore
20895@tindex neg
20896@ignore
20897@mindex @null
20898@end ignore
20899@tindex mod
20900@ignore
20901@mindex @null
20902@end ignore
20903@tindex vconcat
20904As usual, commands like @kbd{V A} have algebraic function name equivalents.
20905For example, @kbd{V A k g} with an argument of @samp{v} is equivalent to
20906@samp{apply(gcd, v)}. The first argument specifies the operator name,
20907and is either a variable whose name is the same as the function name,
20908or a nameless function like @samp{<#^3+1>}. Operators that are normally
20909written as algebraic symbols have the names @code{add}, @code{sub},
20910@code{mul}, @code{div}, @code{pow}, @code{neg}, @code{mod}, and
20911@code{vconcat}.
20912
20913@ignore
20914@starindex
20915@end ignore
20916@tindex call
20917The @code{call} function builds a function call out of several arguments:
20918@samp{call(gcd, x, y)} is the same as @samp{apply(gcd, [x, y])}, which
20919in turn is the same as @samp{gcd(x, y)}. The first argument of @code{call},
20920like the other functions described here, may be either a variable naming a
20921function, or a nameless function (@samp{call(<#1+2#2>, x, y)} is the same
20922as @samp{x + 2y}).
20923
20924(Experts will notice that it's not quite proper to use a variable to name
20925a function, since the name @code{gcd} corresponds to the Lisp variable
20926@code{var-gcd} but to the Lisp function @code{calcFunc-gcd}. Calc
20927automatically makes this translation, so you don't have to worry
20928about it.)
20929
20930@node Mapping, Reducing, Specifying Operators, Reducing and Mapping
20931@subsection Mapping
20932
20933@noindent
65d0154b 20934@kindex v M
4009494e
GM
20935@kindex V M
20936@pindex calc-map
20937@tindex map
20938The @kbd{V M} (@code{calc-map}) [@code{map}] command applies a given
20939operator elementwise to one or more vectors. For example, mapping
20940@code{A} [@code{abs}] produces a vector of the absolute values of the
20941elements in the input vector. Mapping @code{+} pops two vectors from
20942the stack, which must be of equal length, and produces a vector of the
20943pairwise sums of the elements. If either argument is a non-vector, it
20944is duplicated for each element of the other vector. For example,
20945@kbd{[1,2,3] 2 V M ^} squares the elements of the specified vector.
20946With the 2 listed first, it would have computed a vector of powers of
20947two. Mapping a user-defined function pops as many arguments from the
20948stack as the function requires. If you give an undefined name, you will
20949be prompted for the number of arguments to use.
20950
20951If any argument to @kbd{V M} is a matrix, the operator is normally mapped
20952across all elements of the matrix. For example, given the matrix
20953@expr{[[1, -2, 3], [-4, 5, -6]]}, @kbd{V M A} takes six absolute values to
20954produce another
20955@texline @math{3\times2}
20956@infoline 3x2
20957matrix, @expr{[[1, 2, 3], [4, 5, 6]]}.
20958
20959@tindex mapr
20960The command @kbd{V M _} [@code{mapr}] (i.e., type an underscore at the
20961operator prompt) maps by rows instead. For example, @kbd{V M _ A} views
20962the above matrix as a vector of two 3-element row vectors. It produces
20963a new vector which contains the absolute values of those row vectors,
20964namely @expr{[3.74, 8.77]}. (Recall, the absolute value of a vector is
20965defined as the square root of the sum of the squares of the elements.)
20966Some operators accept vectors and return new vectors; for example,
20967@kbd{v v} reverses a vector, so @kbd{V M _ v v} would reverse each row
20968of the matrix to get a new matrix, @expr{[[3, -2, 1], [-6, 5, -4]]}.
20969
20970Sometimes a vector of vectors (representing, say, strings, sets, or lists)
20971happens to look like a matrix. If so, remember to use @kbd{V M _} if you
20972want to map a function across the whole strings or sets rather than across
20973their individual elements.
20974
20975@tindex mapc
20976The command @kbd{V M :} [@code{mapc}] maps by columns. Basically, it
20977transposes the input matrix, maps by rows, and then, if the result is a
20978matrix, transposes again. For example, @kbd{V M : A} takes the absolute
20979values of the three columns of the matrix, treating each as a 2-vector,
20980and @kbd{V M : v v} reverses the columns to get the matrix
20981@expr{[[-4, 5, -6], [1, -2, 3]]}.
20982
20983(The symbols @kbd{_} and @kbd{:} were chosen because they had row-like
20984and column-like appearances, and were not already taken by useful
20985operators. Also, they appear shifted on most keyboards so they are easy
20986to type after @kbd{V M}.)
20987
20988The @kbd{_} and @kbd{:} modifiers have no effect on arguments that are
20989not matrices (so if none of the arguments are matrices, they have no
20990effect at all). If some of the arguments are matrices and others are
20991plain numbers, the plain numbers are held constant for all rows of the
20992matrix (so that @kbd{2 V M _ ^} squares every row of a matrix; squaring
20993a vector takes a dot product of the vector with itself).
20994
20995If some of the arguments are vectors with the same lengths as the
20996rows (for @kbd{V M _}) or columns (for @kbd{V M :}) of the matrix
20997arguments, those vectors are also held constant for every row or
20998column.
20999
21000Sometimes it is useful to specify another mapping command as the operator
21001to use with @kbd{V M}. For example, @kbd{V M _ V A +} applies @kbd{V A +}
21002to each row of the input matrix, which in turn adds the two values on that
21003row. If you give another vector-operator command as the operator for
21004@kbd{V M}, it automatically uses map-by-rows mode if you don't specify
21005otherwise; thus @kbd{V M V A +} is equivalent to @kbd{V M _ V A +}. (If
21006you really want to map-by-elements another mapping command, you can use
21007a triple-nested mapping command: @kbd{V M V M V A +} means to map
21008@kbd{V M V A +} over the rows of the matrix; in turn, @kbd{V A +} is
21009mapped over the elements of each row.)
21010
21011@tindex mapa
21012@tindex mapd
21013Previous versions of Calc had ``map across'' and ``map down'' modes
21014that are now considered obsolete; the old ``map across'' is now simply
21015@kbd{V M V A}, and ``map down'' is now @kbd{V M : V A}. The algebraic
21016functions @code{mapa} and @code{mapd} are still supported, though.
21017Note also that, while the old mapping modes were persistent (once you
21018set the mode, it would apply to later mapping commands until you reset
21019it), the new @kbd{:} and @kbd{_} modifiers apply only to the current
21020mapping command. The default @kbd{V M} always means map-by-elements.
21021
21022@xref{Algebraic Manipulation}, for the @kbd{a M} command, which is like
21023@kbd{V M} but for equations and inequalities instead of vectors.
21024@xref{Storing Variables}, for the @kbd{s m} command which modifies a
21025variable's stored value using a @kbd{V M}-like operator.
21026
21027@node Reducing, Nesting and Fixed Points, Mapping, Reducing and Mapping
21028@subsection Reducing
21029
21030@noindent
65d0154b 21031@kindex v R
4009494e
GM
21032@kindex V R
21033@pindex calc-reduce
21034@tindex reduce
21035The @kbd{V R} (@code{calc-reduce}) [@code{reduce}] command applies a given
21036binary operator across all the elements of a vector. A binary operator is
21037a function such as @code{+} or @code{max} which takes two arguments. For
21038example, reducing @code{+} over a vector computes the sum of the elements
21039of the vector. Reducing @code{-} computes the first element minus each of
21040the remaining elements. Reducing @code{max} computes the maximum element
21041and so on. In general, reducing @code{f} over the vector @samp{[a, b, c, d]}
21042produces @samp{f(f(f(a, b), c), d)}.
21043
65d0154b 21044@kindex I v R
4009494e
GM
21045@kindex I V R
21046@tindex rreduce
21047The @kbd{I V R} [@code{rreduce}] command is similar to @kbd{V R} except
21048that works from right to left through the vector. For example, plain
21049@kbd{V R -} on the vector @samp{[a, b, c, d]} produces @samp{a - b - c - d}
21050but @kbd{I V R -} on the same vector produces @samp{a - (b - (c - d))},
21051or @samp{a - b + c - d}. This ``alternating sum'' occurs frequently
21052in power series expansions.
21053
65d0154b 21054@kindex v U
4009494e
GM
21055@kindex V U
21056@tindex accum
21057The @kbd{V U} (@code{calc-accumulate}) [@code{accum}] command does an
21058accumulation operation. Here Calc does the corresponding reduction
21059operation, but instead of producing only the final result, it produces
21060a vector of all the intermediate results. Accumulating @code{+} over
21061the vector @samp{[a, b, c, d]} produces the vector
21062@samp{[a, a + b, a + b + c, a + b + c + d]}.
21063
65d0154b 21064@kindex I v U
4009494e
GM
21065@kindex I V U
21066@tindex raccum
21067The @kbd{I V U} [@code{raccum}] command does a right-to-left accumulation.
21068For example, @kbd{I V U -} on the vector @samp{[a, b, c, d]} produces the
21069vector @samp{[a - b + c - d, b - c + d, c - d, d]}.
21070
21071@tindex reducea
21072@tindex rreducea
21073@tindex reduced
21074@tindex rreduced
21075As for @kbd{V M}, @kbd{V R} normally reduces a matrix elementwise. For
21076example, given the matrix @expr{[[a, b, c], [d, e, f]]}, @kbd{V R +} will
21077compute @expr{a + b + c + d + e + f}. You can type @kbd{V R _} or
21078@kbd{V R :} to modify this behavior. The @kbd{V R _} [@code{reducea}]
21079command reduces ``across'' the matrix; it reduces each row of the matrix
21080as a vector, then collects the results. Thus @kbd{V R _ +} of this
21081matrix would produce @expr{[a + b + c, d + e + f]}. Similarly, @kbd{V R :}
21082[@code{reduced}] reduces down; @kbd{V R : +} would produce @expr{[a + d,
21083b + e, c + f]}.
21084
21085@tindex reducer
21086@tindex rreducer
21087There is a third ``by rows'' mode for reduction that is occasionally
21088useful; @kbd{V R =} [@code{reducer}] simply reduces the operator over
21089the rows of the matrix themselves. Thus @kbd{V R = +} on the above
21090matrix would get the same result as @kbd{V R : +}, since adding two
21091row vectors is equivalent to adding their elements. But @kbd{V R = *}
21092would multiply the two rows (to get a single number, their dot product),
21093while @kbd{V R : *} would produce a vector of the products of the columns.
21094
21095These three matrix reduction modes work with @kbd{V R} and @kbd{I V R},
21096but they are not currently supported with @kbd{V U} or @kbd{I V U}.
21097
21098@tindex reducec
21099@tindex rreducec
21100The obsolete reduce-by-columns function, @code{reducec}, is still
21101supported but there is no way to get it through the @kbd{V R} command.
21102
21103The commands @kbd{C-x * :} and @kbd{C-x * _} are equivalent to typing
21104@kbd{C-x * r} to grab a rectangle of data into Calc, and then typing
21105@kbd{V R : +} or @kbd{V R _ +}, respectively, to sum the columns or
21106rows of the matrix. @xref{Grabbing From Buffers}.
21107
21108@node Nesting and Fixed Points, Generalized Products, Reducing, Reducing and Mapping
21109@subsection Nesting and Fixed Points
21110
21111@noindent
65d0154b 21112@kindex H v R
4009494e
GM
21113@kindex H V R
21114@tindex nest
21115The @kbd{H V R} [@code{nest}] command applies a function to a given
21116argument repeatedly. It takes two values, @samp{a} and @samp{n}, from
21117the stack, where @samp{n} must be an integer. It then applies the
21118function nested @samp{n} times; if the function is @samp{f} and @samp{n}
21119is 3, the result is @samp{f(f(f(a)))}. The number @samp{n} may be
21120negative if Calc knows an inverse for the function @samp{f}; for
21121example, @samp{nest(sin, a, -2)} returns @samp{arcsin(arcsin(a))}.
21122
65d0154b 21123@kindex H v U
4009494e
GM
21124@kindex H V U
21125@tindex anest
21126The @kbd{H V U} [@code{anest}] command is an accumulating version of
21127@code{nest}: It returns a vector of @samp{n+1} values, e.g.,
21128@samp{[a, f(a), f(f(a)), f(f(f(a)))]}. If @samp{n} is negative and
21129@samp{F} is the inverse of @samp{f}, then the result is of the
21130form @samp{[a, F(a), F(F(a)), F(F(F(a)))]}.
21131
65d0154b 21132@kindex H I v R
4009494e
GM
21133@kindex H I V R
21134@tindex fixp
21135@cindex Fixed points
21136The @kbd{H I V R} [@code{fixp}] command is like @kbd{H V R}, except
21137that it takes only an @samp{a} value from the stack; the function is
21138applied until it reaches a ``fixed point,'' i.e., until the result
21139no longer changes.
21140
65d0154b 21141@kindex H I v U
4009494e
GM
21142@kindex H I V U
21143@tindex afixp
21144The @kbd{H I V U} [@code{afixp}] command is an accumulating @code{fixp}.
21145The first element of the return vector will be the initial value @samp{a};
21146the last element will be the final result that would have been returned
21147by @code{fixp}.
21148
21149For example, 0.739085 is a fixed point of the cosine function (in radians):
21150@samp{cos(0.739085) = 0.739085}. You can find this value by putting, say,
211511.0 on the stack and typing @kbd{H I V U C}. (We use the accumulating
21152version so we can see the intermediate results: @samp{[1, 0.540302, 0.857553,
211530.65329, ...]}. With a precision of six, this command will take 36 steps
21154to converge to 0.739085.)
21155
21156Newton's method for finding roots is a classic example of iteration
21157to a fixed point. To find the square root of five starting with an
21158initial guess, Newton's method would look for a fixed point of the
21159function @samp{(x + 5/x) / 2}. Putting a guess of 1 on the stack
21160and typing @kbd{H I V R ' ($ + 5/$)/2 @key{RET}} quickly yields the result
211612.23607. This is equivalent to using the @kbd{a R} (@code{calc-find-root})
21162command to find a root of the equation @samp{x^2 = 5}.
21163
21164These examples used numbers for @samp{a} values. Calc keeps applying
21165the function until two successive results are equal to within the
21166current precision. For complex numbers, both the real parts and the
21167imaginary parts must be equal to within the current precision. If
21168@samp{a} is a formula (say, a variable name), then the function is
21169applied until two successive results are exactly the same formula.
21170It is up to you to ensure that the function will eventually converge;
21171if it doesn't, you may have to press @kbd{C-g} to stop the Calculator.
21172
21173The algebraic @code{fixp} function takes two optional arguments, @samp{n}
21174and @samp{tol}. The first is the maximum number of steps to be allowed,
21175and must be either an integer or the symbol @samp{inf} (infinity, the
21176default). The second is a convergence tolerance. If a tolerance is
21177specified, all results during the calculation must be numbers, not
21178formulas, and the iteration stops when the magnitude of the difference
21179between two successive results is less than or equal to the tolerance.
21180(This implies that a tolerance of zero iterates until the results are
21181exactly equal.)
21182
21183Putting it all together, @samp{fixp(<(# + A/#)/2>, B, 20, 1e-10)}
21184computes the square root of @samp{A} given the initial guess @samp{B},
21185stopping when the result is correct within the specified tolerance, or
21186when 20 steps have been taken, whichever is sooner.
21187
21188@node Generalized Products, , Nesting and Fixed Points, Reducing and Mapping
21189@subsection Generalized Products
21190
65d0154b 21191@kindex v O
4009494e
GM
21192@kindex V O
21193@pindex calc-outer-product
21194@tindex outer
21195The @kbd{V O} (@code{calc-outer-product}) [@code{outer}] command applies
21196a given binary operator to all possible pairs of elements from two
21197vectors, to produce a matrix. For example, @kbd{V O *} with @samp{[a, b]}
21198and @samp{[x, y, z]} on the stack produces a multiplication table:
21199@samp{[[a x, a y, a z], [b x, b y, b z]]}. Element @var{r},@var{c} of
21200the result matrix is obtained by applying the operator to element @var{r}
21201of the lefthand vector and element @var{c} of the righthand vector.
21202
65d0154b 21203@kindex v I
4009494e
GM
21204@kindex V I
21205@pindex calc-inner-product
21206@tindex inner
21207The @kbd{V I} (@code{calc-inner-product}) [@code{inner}] command computes
21208the generalized inner product of two vectors or matrices, given a
21209``multiplicative'' operator and an ``additive'' operator. These can each
21210actually be any binary operators; if they are @samp{*} and @samp{+},
21211respectively, the result is a standard matrix multiplication. Element
21212@var{r},@var{c} of the result matrix is obtained by mapping the
21213multiplicative operator across row @var{r} of the lefthand matrix and
21214column @var{c} of the righthand matrix, and then reducing with the additive
21215operator. Just as for the standard @kbd{*} command, this can also do a
21216vector-matrix or matrix-vector inner product, or a vector-vector
21217generalized dot product.
21218
21219Since @kbd{V I} requires two operators, it prompts twice. In each case,
21220you can use any of the usual methods for entering the operator. If you
21221use @kbd{$} twice to take both operator formulas from the stack, the
21222first (multiplicative) operator is taken from the top of the stack
21223and the second (additive) operator is taken from second-to-top.
21224
21225@node Vector and Matrix Formats, , Reducing and Mapping, Matrix Functions
21226@section Vector and Matrix Display Formats
21227
21228@noindent
21229Commands for controlling vector and matrix display use the @kbd{v} prefix
21230instead of the usual @kbd{d} prefix. But they are display modes; in
21231particular, they are influenced by the @kbd{I} and @kbd{H} prefix keys
21232in the same way (@pxref{Display Modes}). Matrix display is also
21233influenced by the @kbd{d O} (@code{calc-flat-language}) mode;
21234@pxref{Normal Language Modes}.
21235
65d0154b 21236@kindex v <
4009494e
GM
21237@kindex V <
21238@pindex calc-matrix-left-justify
65d0154b 21239@kindex v =
4009494e
GM
21240@kindex V =
21241@pindex calc-matrix-center-justify
65d0154b 21242@kindex v >
4009494e
GM
21243@kindex V >
21244@pindex calc-matrix-right-justify
21245The commands @kbd{v <} (@code{calc-matrix-left-justify}), @kbd{v >}
21246(@code{calc-matrix-right-justify}), and @w{@kbd{v =}}
21247(@code{calc-matrix-center-justify}) control whether matrix elements
21248are justified to the left, right, or center of their columns.
21249
65d0154b 21250@kindex v [
4009494e
GM
21251@kindex V [
21252@pindex calc-vector-brackets
65d0154b 21253@kindex v @{
4009494e
GM
21254@kindex V @{
21255@pindex calc-vector-braces
65d0154b 21256@kindex v (
4009494e
GM
21257@kindex V (
21258@pindex calc-vector-parens
21259The @kbd{v [} (@code{calc-vector-brackets}) command turns the square
21260brackets that surround vectors and matrices displayed in the stack on
21261and off. The @kbd{v @{} (@code{calc-vector-braces}) and @kbd{v (}
21262(@code{calc-vector-parens}) commands use curly braces or parentheses,
21263respectively, instead of square brackets. For example, @kbd{v @{} might
21264be used in preparation for yanking a matrix into a buffer running
21265Mathematica. (In fact, the Mathematica language mode uses this mode;
21266@pxref{Mathematica Language Mode}.) Note that, regardless of the
21267display mode, either brackets or braces may be used to enter vectors,
21268and parentheses may never be used for this purpose.
21269
21270@kindex V ]
65d0154b
JB
21271@kindex v ]
21272@kindex V )
21273@kindex v )
21274@kindex V @}
21275@kindex v @}
4009494e
GM
21276@pindex calc-matrix-brackets
21277The @kbd{v ]} (@code{calc-matrix-brackets}) command controls the
65d0154b
JB
21278``big'' style display of matrices, for matrices which have more than
21279one row. It prompts for a string of code letters; currently
21280implemented letters are @code{R}, which enables brackets on each row
21281of the matrix; @code{O}, which enables outer brackets in opposite
21282corners of the matrix; and @code{C}, which enables commas or
21283semicolons at the ends of all rows but the last. The default format
21284is @samp{RO}. (Before Calc 2.00, the format was fixed at @samp{ROC}.)
21285Here are some example matrices:
4009494e
GM
21286
21287@example
21288@group
21289[ [ 123, 0, 0 ] [ [ 123, 0, 0 ],
21290 [ 0, 123, 0 ] [ 0, 123, 0 ],
21291 [ 0, 0, 123 ] ] [ 0, 0, 123 ] ]
21292
21293 RO ROC
21294
21295@end group
21296@end example
21297@noindent
21298@example
21299@group
21300 [ 123, 0, 0 [ 123, 0, 0 ;
21301 0, 123, 0 0, 123, 0 ;
21302 0, 0, 123 ] 0, 0, 123 ]
21303
21304 O OC
21305
21306@end group
21307@end example
21308@noindent
21309@example
21310@group
21311 [ 123, 0, 0 ] 123, 0, 0
21312 [ 0, 123, 0 ] 0, 123, 0
21313 [ 0, 0, 123 ] 0, 0, 123
21314
21315 R @r{blank}
21316@end group
21317@end example
21318
21319@noindent
21320Note that of the formats shown here, @samp{RO}, @samp{ROC}, and
21321@samp{OC} are all recognized as matrices during reading, while
21322the others are useful for display only.
21323
65d0154b 21324@kindex v ,
4009494e
GM
21325@kindex V ,
21326@pindex calc-vector-commas
21327The @kbd{v ,} (@code{calc-vector-commas}) command turns commas on and
21328off in vector and matrix display.
21329
21330In vectors of length one, and in all vectors when commas have been
21331turned off, Calc adds extra parentheses around formulas that might
21332otherwise be ambiguous. For example, @samp{[a b]} could be a vector
21333of the one formula @samp{a b}, or it could be a vector of two
21334variables with commas turned off. Calc will display the former
21335case as @samp{[(a b)]}. You can disable these extra parentheses
21336(to make the output less cluttered at the expense of allowing some
21337ambiguity) by adding the letter @code{P} to the control string you
21338give to @kbd{v ]} (as described above).
21339
65d0154b 21340@kindex v .
4009494e
GM
21341@kindex V .
21342@pindex calc-full-vectors
21343The @kbd{v .} (@code{calc-full-vectors}) command turns abbreviated
21344display of long vectors on and off. In this mode, vectors of six
21345or more elements, or matrices of six or more rows or columns, will
21346be displayed in an abbreviated form that displays only the first
21347three elements and the last element: @samp{[a, b, c, ..., z]}.
21348When very large vectors are involved this will substantially
21349improve Calc's display speed.
21350
21351@kindex t .
21352@pindex calc-full-trail-vectors
21353The @kbd{t .} (@code{calc-full-trail-vectors}) command controls a
21354similar mode for recording vectors in the Trail. If you turn on
21355this mode, vectors of six or more elements and matrices of six or
21356more rows or columns will be abbreviated when they are put in the
21357Trail. The @kbd{t y} (@code{calc-trail-yank}) command will be
21358unable to recover those vectors. If you are working with very
21359large vectors, this mode will improve the speed of all operations
21360that involve the trail.
21361
65d0154b 21362@kindex v /
4009494e
GM
21363@kindex V /
21364@pindex calc-break-vectors
21365The @kbd{v /} (@code{calc-break-vectors}) command turns multi-line
21366vector display on and off. Normally, matrices are displayed with one
21367row per line but all other types of vectors are displayed in a single
21368line. This mode causes all vectors, whether matrices or not, to be
21369displayed with a single element per line. Sub-vectors within the
21370vectors will still use the normal linear form.
21371
21372@node Algebra, Units, Matrix Functions, Top
21373@chapter Algebra
21374
21375@noindent
21376This section covers the Calc features that help you work with
21377algebraic formulas. First, the general sub-formula selection
21378mechanism is described; this works in conjunction with any Calc
21379commands. Then, commands for specific algebraic operations are
21380described. Finally, the flexible @dfn{rewrite rule} mechanism
21381is discussed.
21382
21383The algebraic commands use the @kbd{a} key prefix; selection
21384commands use the @kbd{j} (for ``just a letter that wasn't used
21385for anything else'') prefix.
21386
21387@xref{Editing Stack Entries}, to see how to manipulate formulas
21388using regular Emacs editing commands.
21389
21390When doing algebraic work, you may find several of the Calculator's
21391modes to be helpful, including Algebraic Simplification mode (@kbd{m A})
21392or No-Simplification mode (@kbd{m O}),
21393Algebraic entry mode (@kbd{m a}), Fraction mode (@kbd{m f}), and
21394Symbolic mode (@kbd{m s}). @xref{Mode Settings}, for discussions
21395of these modes. You may also wish to select Big display mode (@kbd{d B}).
21396@xref{Normal Language Modes}.
21397
21398@menu
21399* Selecting Subformulas::
21400* Algebraic Manipulation::
21401* Simplifying Formulas::
21402* Polynomials::
21403* Calculus::
21404* Solving Equations::
21405* Numerical Solutions::
21406* Curve Fitting::
21407* Summations::
21408* Logical Operations::
21409* Rewrite Rules::
21410@end menu
21411
21412@node Selecting Subformulas, Algebraic Manipulation, Algebra, Algebra
21413@section Selecting Sub-Formulas
21414
21415@noindent
21416@cindex Selections
21417@cindex Sub-formulas
21418@cindex Parts of formulas
21419When working with an algebraic formula it is often necessary to
21420manipulate a portion of the formula rather than the formula as a
21421whole. Calc allows you to ``select'' a portion of any formula on
21422the stack. Commands which would normally operate on that stack
21423entry will now operate only on the sub-formula, leaving the
21424surrounding part of the stack entry alone.
21425
21426One common non-algebraic use for selection involves vectors. To work
21427on one element of a vector in-place, simply select that element as a
21428``sub-formula'' of the vector.
21429
21430@menu
21431* Making Selections::
21432* Changing Selections::
21433* Displaying Selections::
21434* Operating on Selections::
21435* Rearranging with Selections::
21436@end menu
21437
21438@node Making Selections, Changing Selections, Selecting Subformulas, Selecting Subformulas
21439@subsection Making Selections
21440
21441@noindent
21442@kindex j s
21443@pindex calc-select-here
21444To select a sub-formula, move the Emacs cursor to any character in that
21445sub-formula, and press @w{@kbd{j s}} (@code{calc-select-here}). Calc will
21446highlight the smallest portion of the formula that contains that
21447character. By default the sub-formula is highlighted by blanking out
21448all of the rest of the formula with dots. Selection works in any
21449display mode but is perhaps easiest in Big mode (@kbd{d B}).
21450Suppose you enter the following formula:
21451
21452@smallexample
21453@group
21454 3 ___
21455 (a + b) + V c
214561: ---------------
21457 2 x + 1
21458@end group
21459@end smallexample
21460
21461@noindent
21462(by typing @kbd{' ((a+b)^3 + sqrt(c)) / (2x+1)}). If you move the
21463cursor to the letter @samp{b} and press @w{@kbd{j s}}, the display changes
21464to
21465
21466@smallexample
21467@group
21468 . ...
21469 .. . b. . . .
214701* ...............
21471 . . . .
21472@end group
21473@end smallexample
21474
21475@noindent
21476Every character not part of the sub-formula @samp{b} has been changed
21477to a dot. The @samp{*} next to the line number is to remind you that
21478the formula has a portion of it selected. (In this case, it's very
21479obvious, but it might not always be. If Embedded mode is enabled,
21480the word @samp{Sel} also appears in the mode line because the stack
21481may not be visible. @pxref{Embedded Mode}.)
21482
21483If you had instead placed the cursor on the parenthesis immediately to
21484the right of the @samp{b}, the selection would have been:
21485
21486@smallexample
21487@group
21488 . ...
21489 (a + b) . . .
214901* ...............
21491 . . . .
21492@end group
21493@end smallexample
21494
21495@noindent
21496The portion selected is always large enough to be considered a complete
21497formula all by itself, so selecting the parenthesis selects the whole
21498formula that it encloses. Putting the cursor on the @samp{+} sign
21499would have had the same effect.
21500
21501(Strictly speaking, the Emacs cursor is really the manifestation of
21502the Emacs ``point,'' which is a position @emph{between} two characters
21503in the buffer. So purists would say that Calc selects the smallest
21504sub-formula which contains the character to the right of ``point.'')
21505
21506If you supply a numeric prefix argument @var{n}, the selection is
21507expanded to the @var{n}th enclosing sub-formula. Thus, positioning
21508the cursor on the @samp{b} and typing @kbd{C-u 1 j s} will select
21509@samp{a + b}; typing @kbd{C-u 2 j s} will select @samp{(a + b)^3},
21510and so on.
21511
21512If the cursor is not on any part of the formula, or if you give a
21513numeric prefix that is too large, the entire formula is selected.
21514
21515If the cursor is on the @samp{.} line that marks the top of the stack
21516(i.e., its normal ``rest position''), this command selects the entire
21517formula at stack level 1. Most selection commands similarly operate
21518on the formula at the top of the stack if you haven't positioned the
21519cursor on any stack entry.
21520
21521@kindex j a
21522@pindex calc-select-additional
21523The @kbd{j a} (@code{calc-select-additional}) command enlarges the
21524current selection to encompass the cursor. To select the smallest
21525sub-formula defined by two different points, move to the first and
21526press @kbd{j s}, then move to the other and press @kbd{j a}. This
21527is roughly analogous to using @kbd{C-@@} (@code{set-mark-command}) to
21528select the two ends of a region of text during normal Emacs editing.
21529
21530@kindex j o
21531@pindex calc-select-once
21532The @kbd{j o} (@code{calc-select-once}) command selects a formula in
21533exactly the same way as @kbd{j s}, except that the selection will
21534last only as long as the next command that uses it. For example,
21535@kbd{j o 1 +} is a handy way to add one to the sub-formula indicated
21536by the cursor.
21537
21538(A somewhat more precise definition: The @kbd{j o} command sets a flag
21539such that the next command involving selected stack entries will clear
21540the selections on those stack entries afterwards. All other selection
21541commands except @kbd{j a} and @kbd{j O} clear this flag.)
21542
21543@kindex j S
21544@kindex j O
21545@pindex calc-select-here-maybe
21546@pindex calc-select-once-maybe
21547The @kbd{j S} (@code{calc-select-here-maybe}) and @kbd{j O}
21548(@code{calc-select-once-maybe}) commands are equivalent to @kbd{j s}
21549and @kbd{j o}, respectively, except that if the formula already
21550has a selection they have no effect. This is analogous to the
21551behavior of some commands such as @kbd{j r} (@code{calc-rewrite-selection};
21552@pxref{Selections with Rewrite Rules}) and is mainly intended to be
21553used in keyboard macros that implement your own selection-oriented
21554commands.
21555
21556Selection of sub-formulas normally treats associative terms like
21557@samp{a + b - c + d} and @samp{x * y * z} as single levels of the formula.
21558If you place the cursor anywhere inside @samp{a + b - c + d} except
21559on one of the variable names and use @kbd{j s}, you will select the
21560entire four-term sum.
21561
21562@kindex j b
21563@pindex calc-break-selections
21564The @kbd{j b} (@code{calc-break-selections}) command controls a mode
21565in which the ``deep structure'' of these associative formulas shows
45b778a6
JB
21566through. Calc actually stores the above formulas as
21567@samp{((a + b) - c) + d} and @samp{x * (y * z)}. (Note that for certain
21568obscure reasons, by default Calc treats multiplication as
21569right-associative.) Once you have enabled @kbd{j b} mode, selecting
21570with the cursor on the @samp{-} sign would only select the @samp{a + b -
21571c} portion, which makes sense when the deep structure of the sum is
21572considered. There is no way to select the @samp{b - c + d} portion;
21573although this might initially look like just as legitimate a sub-formula
21574as @samp{a + b - c}, the deep structure shows that it isn't. The @kbd{d
21575U} command can be used to view the deep structure of any formula
21576(@pxref{Normal Language Modes}).
4009494e
GM
21577
21578When @kbd{j b} mode has not been enabled, the deep structure is
21579generally hidden by the selection commands---what you see is what
21580you get.
21581
21582@kindex j u
21583@pindex calc-unselect
21584The @kbd{j u} (@code{calc-unselect}) command unselects the formula
21585that the cursor is on. If there was no selection in the formula,
21586this command has no effect. With a numeric prefix argument, it
21587unselects the @var{n}th stack element rather than using the cursor
21588position.
21589
21590@kindex j c
21591@pindex calc-clear-selections
21592The @kbd{j c} (@code{calc-clear-selections}) command unselects all
21593stack elements.
21594
21595@node Changing Selections, Displaying Selections, Making Selections, Selecting Subformulas
21596@subsection Changing Selections
21597
21598@noindent
21599@kindex j m
21600@pindex calc-select-more
21601Once you have selected a sub-formula, you can expand it using the
21602@w{@kbd{j m}} (@code{calc-select-more}) command. If @samp{a + b} is
21603selected, pressing @w{@kbd{j m}} repeatedly works as follows:
21604
21605@smallexample
21606@group
21607 3 ... 3 ___ 3 ___
21608 (a + b) . . . (a + b) + V c (a + b) + V c
216091* ............... 1* ............... 1* ---------------
21610 . . . . . . . . 2 x + 1
21611@end group
21612@end smallexample
21613
21614@noindent
21615In the last example, the entire formula is selected. This is roughly
21616the same as having no selection at all, but because there are subtle
21617differences the @samp{*} character is still there on the line number.
21618
21619With a numeric prefix argument @var{n}, @kbd{j m} expands @var{n}
21620times (or until the entire formula is selected). Note that @kbd{j s}
21621with argument @var{n} is equivalent to plain @kbd{j s} followed by
21622@kbd{j m} with argument @var{n}. If @w{@kbd{j m}} is used when there
21623is no current selection, it is equivalent to @w{@kbd{j s}}.
21624
21625Even though @kbd{j m} does not explicitly use the location of the
21626cursor within the formula, it nevertheless uses the cursor to determine
21627which stack element to operate on. As usual, @kbd{j m} when the cursor
21628is not on any stack element operates on the top stack element.
21629
21630@kindex j l
21631@pindex calc-select-less
21632The @kbd{j l} (@code{calc-select-less}) command reduces the current
21633selection around the cursor position. That is, it selects the
21634immediate sub-formula of the current selection which contains the
21635cursor, the opposite of @kbd{j m}. If the cursor is not inside the
21636current selection, the command de-selects the formula.
21637
21638@kindex j 1-9
21639@pindex calc-select-part
21640The @kbd{j 1} through @kbd{j 9} (@code{calc-select-part}) commands
21641select the @var{n}th sub-formula of the current selection. They are
21642like @kbd{j l} (@code{calc-select-less}) except they use counting
21643rather than the cursor position to decide which sub-formula to select.
21644For example, if the current selection is @kbd{a + b + c} or
21645@kbd{f(a, b, c)} or @kbd{[a, b, c]}, then @kbd{j 1} selects @samp{a},
21646@kbd{j 2} selects @samp{b}, and @kbd{j 3} selects @samp{c}; in each of
21647these cases, @kbd{j 4} through @kbd{j 9} would be errors.
21648
21649If there is no current selection, @kbd{j 1} through @kbd{j 9} select
21650the @var{n}th top-level sub-formula. (In other words, they act as if
21651the entire stack entry were selected first.) To select the @var{n}th
21652sub-formula where @var{n} is greater than nine, you must instead invoke
21653@w{@kbd{j 1}} with @var{n} as a numeric prefix argument.
21654
21655@kindex j n
21656@kindex j p
21657@pindex calc-select-next
21658@pindex calc-select-previous
21659The @kbd{j n} (@code{calc-select-next}) and @kbd{j p}
21660(@code{calc-select-previous}) commands change the current selection
21661to the next or previous sub-formula at the same level. For example,
21662if @samp{b} is selected in @w{@samp{2 + a*b*c + x}}, then @kbd{j n}
21663selects @samp{c}. Further @kbd{j n} commands would be in error because,
21664even though there is something to the right of @samp{c} (namely, @samp{x}),
21665it is not at the same level; in this case, it is not a term of the
21666same product as @samp{b} and @samp{c}. However, @kbd{j m} (to select
21667the whole product @samp{a*b*c} as a term of the sum) followed by
21668@w{@kbd{j n}} would successfully select the @samp{x}.
21669
21670Similarly, @kbd{j p} moves the selection from the @samp{b} in this
21671sample formula to the @samp{a}. Both commands accept numeric prefix
21672arguments to move several steps at a time.
21673
21674It is interesting to compare Calc's selection commands with the
21675Emacs Info system's commands for navigating through hierarchically
21676organized documentation. Calc's @kbd{j n} command is completely
21677analogous to Info's @kbd{n} command. Likewise, @kbd{j p} maps to
21678@kbd{p}, @kbd{j 2} maps to @kbd{2}, and Info's @kbd{u} is like @kbd{j m}.
21679(Note that @kbd{j u} stands for @code{calc-unselect}, not ``up''.)
21680The Info @kbd{m} command is somewhat similar to Calc's @kbd{j s} and
21681@kbd{j l}; in each case, you can jump directly to a sub-component
21682of the hierarchy simply by pointing to it with the cursor.
21683
21684@node Displaying Selections, Operating on Selections, Changing Selections, Selecting Subformulas
21685@subsection Displaying Selections
21686
21687@noindent
21688@kindex j d
21689@pindex calc-show-selections
21690The @kbd{j d} (@code{calc-show-selections}) command controls how
21691selected sub-formulas are displayed. One of the alternatives is
21692illustrated in the above examples; if we press @kbd{j d} we switch
21693to the other style in which the selected portion itself is obscured
21694by @samp{#} signs:
21695
21696@smallexample
21697@group
21698 3 ... # ___
21699 (a + b) . . . ## # ## + V c
217001* ............... 1* ---------------
21701 . . . . 2 x + 1
21702@end group
21703@end smallexample
21704
21705@node Operating on Selections, Rearranging with Selections, Displaying Selections, Selecting Subformulas
21706@subsection Operating on Selections
21707
21708@noindent
21709Once a selection is made, all Calc commands that manipulate items
21710on the stack will operate on the selected portions of the items
21711instead. (Note that several stack elements may have selections
21712at once, though there can be only one selection at a time in any
21713given stack element.)
21714
21715@kindex j e
21716@pindex calc-enable-selections
21717The @kbd{j e} (@code{calc-enable-selections}) command disables the
21718effect that selections have on Calc commands. The current selections
21719still exist, but Calc commands operate on whole stack elements anyway.
21720This mode can be identified by the fact that the @samp{*} markers on
21721the line numbers are gone, even though selections are visible. To
21722reactivate the selections, press @kbd{j e} again.
21723
21724To extract a sub-formula as a new formula, simply select the
21725sub-formula and press @key{RET}. This normally duplicates the top
21726stack element; here it duplicates only the selected portion of that
21727element.
21728
21729To replace a sub-formula with something different, you can enter the
21730new value onto the stack and press @key{TAB}. This normally exchanges
21731the top two stack elements; here it swaps the value you entered into
21732the selected portion of the formula, returning the old selected
21733portion to the top of the stack.
21734
21735@smallexample
21736@group
21737 3 ... ... ___
21738 (a + b) . . . 17 x y . . . 17 x y + V c
217392* ............... 2* ............. 2: -------------
21740 . . . . . . . . 2 x + 1
21741
21742 3 3
217431: 17 x y 1: (a + b) 1: (a + b)
21744@end group
21745@end smallexample
21746
21747In this example we select a sub-formula of our original example,
21748enter a new formula, @key{TAB} it into place, then deselect to see
21749the complete, edited formula.
21750
21751If you want to swap whole formulas around even though they contain
21752selections, just use @kbd{j e} before and after.
21753
21754@kindex j '
21755@pindex calc-enter-selection
21756The @kbd{j '} (@code{calc-enter-selection}) command is another way
21757to replace a selected sub-formula. This command does an algebraic
21758entry just like the regular @kbd{'} key. When you press @key{RET},
21759the formula you type replaces the original selection. You can use
21760the @samp{$} symbol in the formula to refer to the original
21761selection. If there is no selection in the formula under the cursor,
21762the cursor is used to make a temporary selection for the purposes of
21763the command. Thus, to change a term of a formula, all you have to
21764do is move the Emacs cursor to that term and press @kbd{j '}.
21765
21766@kindex j `
21767@pindex calc-edit-selection
21768The @kbd{j `} (@code{calc-edit-selection}) command is a similar
21769analogue of the @kbd{`} (@code{calc-edit}) command. It edits the
21770selected sub-formula in a separate buffer. If there is no
21771selection, it edits the sub-formula indicated by the cursor.
21772
21773To delete a sub-formula, press @key{DEL}. This generally replaces
21774the sub-formula with the constant zero, but in a few suitable contexts
21775it uses the constant one instead. The @key{DEL} key automatically
21776deselects and re-simplifies the entire formula afterwards. Thus:
21777
21778@smallexample
21779@group
21780 ###
21781 17 x y + # # 17 x y 17 # y 17 y
217821* ------------- 1: ------- 1* ------- 1: -------
21783 2 x + 1 2 x + 1 2 x + 1 2 x + 1
21784@end group
21785@end smallexample
21786
21787In this example, we first delete the @samp{sqrt(c)} term; Calc
21788accomplishes this by replacing @samp{sqrt(c)} with zero and
21789resimplifying. We then delete the @kbd{x} in the numerator;
21790since this is part of a product, Calc replaces it with @samp{1}
21791and resimplifies.
21792
21793If you select an element of a vector and press @key{DEL}, that
21794element is deleted from the vector. If you delete one side of
21795an equation or inequality, only the opposite side remains.
21796
21797@kindex j @key{DEL}
21798@pindex calc-del-selection
21799The @kbd{j @key{DEL}} (@code{calc-del-selection}) command is like
21800@key{DEL} but with the auto-selecting behavior of @kbd{j '} and
21801@kbd{j `}. It deletes the selected portion of the formula
21802indicated by the cursor, or, in the absence of a selection, it
21803deletes the sub-formula indicated by the cursor position.
21804
21805@kindex j @key{RET}
21806@pindex calc-grab-selection
21807(There is also an auto-selecting @kbd{j @key{RET}} (@code{calc-copy-selection})
21808command.)
21809
21810Normal arithmetic operations also apply to sub-formulas. Here we
21811select the denominator, press @kbd{5 -} to subtract five from the
21812denominator, press @kbd{n} to negate the denominator, then
21813press @kbd{Q} to take the square root.
21814
21815@smallexample
21816@group
21817 .. . .. . .. . .. .
218181* ....... 1* ....... 1* ....... 1* ..........
21819 2 x + 1 2 x - 4 4 - 2 x _________
21820 V 4 - 2 x
21821@end group
21822@end smallexample
21823
21824Certain types of operations on selections are not allowed. For
21825example, for an arithmetic function like @kbd{-} no more than one of
21826the arguments may be a selected sub-formula. (As the above example
21827shows, the result of the subtraction is spliced back into the argument
21828which had the selection; if there were more than one selection involved,
21829this would not be well-defined.) If you try to subtract two selections,
21830the command will abort with an error message.
21831
21832Operations on sub-formulas sometimes leave the formula as a whole
21833in an ``un-natural'' state. Consider negating the @samp{2 x} term
21834of our sample formula by selecting it and pressing @kbd{n}
21835(@code{calc-change-sign}).
21836
21837@smallexample
21838@group
21839 .. . .. .
218401* .......... 1* ...........
21841 ......... ..........
21842 . . . 2 x . . . -2 x
21843@end group
21844@end smallexample
21845
21846Unselecting the sub-formula reveals that the minus sign, which would
21847normally have cancelled out with the subtraction automatically, has
21848not been able to do so because the subtraction was not part of the
21849selected portion. Pressing @kbd{=} (@code{calc-evaluate}) or doing
21850any other mathematical operation on the whole formula will cause it
21851to be simplified.
21852
21853@smallexample
21854@group
21855 17 y 17 y
218561: ----------- 1: ----------
21857 __________ _________
21858 V 4 - -2 x V 4 + 2 x
21859@end group
21860@end smallexample
21861
21862@node Rearranging with Selections, , Operating on Selections, Selecting Subformulas
21863@subsection Rearranging Formulas using Selections
21864
21865@noindent
21866@kindex j R
21867@pindex calc-commute-right
21868The @kbd{j R} (@code{calc-commute-right}) command moves the selected
21869sub-formula to the right in its surrounding formula. Generally the
21870selection is one term of a sum or product; the sum or product is
21871rearranged according to the commutative laws of algebra.
21872
21873As with @kbd{j '} and @kbd{j @key{DEL}}, the term under the cursor is used
21874if there is no selection in the current formula. All commands described
21875in this section share this property. In this example, we place the
21876cursor on the @samp{a} and type @kbd{j R}, then repeat.
21877
21878@smallexample
218791: a + b - c 1: b + a - c 1: b - c + a
21880@end smallexample
21881
21882@noindent
21883Note that in the final step above, the @samp{a} is switched with
21884the @samp{c} but the signs are adjusted accordingly. When moving
21885terms of sums and products, @kbd{j R} will never change the
21886mathematical meaning of the formula.
21887
21888The selected term may also be an element of a vector or an argument
21889of a function. The term is exchanged with the one to its right.
21890In this case, the ``meaning'' of the vector or function may of
21891course be drastically changed.
21892
21893@smallexample
218941: [a, b, c] 1: [b, a, c] 1: [b, c, a]
21895
218961: f(a, b, c) 1: f(b, a, c) 1: f(b, c, a)
21897@end smallexample
21898
21899@kindex j L
21900@pindex calc-commute-left
21901The @kbd{j L} (@code{calc-commute-left}) command is like @kbd{j R}
21902except that it swaps the selected term with the one to its left.
21903
21904With numeric prefix arguments, these commands move the selected
21905term several steps at a time. It is an error to try to move a
21906term left or right past the end of its enclosing formula.
21907With numeric prefix arguments of zero, these commands move the
21908selected term as far as possible in the given direction.
21909
21910@kindex j D
21911@pindex calc-sel-distribute
21912The @kbd{j D} (@code{calc-sel-distribute}) command mixes the selected
21913sum or product into the surrounding formula using the distributive
21914law. For example, in @samp{a * (b - c)} with the @samp{b - c}
21915selected, the result is @samp{a b - a c}. This also distributes
21916products or quotients into surrounding powers, and can also do
21917transformations like @samp{exp(a + b)} to @samp{exp(a) exp(b)},
21918where @samp{a + b} is the selected term, and @samp{ln(a ^ b)}
21919to @samp{ln(a) b}, where @samp{a ^ b} is the selected term.
21920
21921For multiple-term sums or products, @kbd{j D} takes off one term
21922at a time: @samp{a * (b + c - d)} goes to @samp{a * (c - d) + a b}
21923with the @samp{c - d} selected so that you can type @kbd{j D}
21924repeatedly to expand completely. The @kbd{j D} command allows a
21925numeric prefix argument which specifies the maximum number of
21926times to expand at once; the default is one time only.
21927
21928@vindex DistribRules
21929The @kbd{j D} command is implemented using rewrite rules.
21930@xref{Selections with Rewrite Rules}. The rules are stored in
21931the Calc variable @code{DistribRules}. A convenient way to view
21932these rules is to use @kbd{s e} (@code{calc-edit-variable}) which
21933displays and edits the stored value of a variable. Press @kbd{C-c C-c}
21934to return from editing mode; be careful not to make any actual changes
21935or else you will affect the behavior of future @kbd{j D} commands!
21936
21937To extend @kbd{j D} to handle new cases, just edit @code{DistribRules}
21938as described above. You can then use the @kbd{s p} command to save
21939this variable's value permanently for future Calc sessions.
21940@xref{Operations on Variables}.
21941
21942@kindex j M
21943@pindex calc-sel-merge
21944@vindex MergeRules
21945The @kbd{j M} (@code{calc-sel-merge}) command is the complement
21946of @kbd{j D}; given @samp{a b - a c} with either @samp{a b} or
21947@samp{a c} selected, the result is @samp{a * (b - c)}. Once
21948again, @kbd{j M} can also merge calls to functions like @code{exp}
21949and @code{ln}; examine the variable @code{MergeRules} to see all
21950the relevant rules.
21951
21952@kindex j C
21953@pindex calc-sel-commute
21954@vindex CommuteRules
21955The @kbd{j C} (@code{calc-sel-commute}) command swaps the arguments
21956of the selected sum, product, or equation. It always behaves as
21957if @kbd{j b} mode were in effect, i.e., the sum @samp{a + b + c} is
21958treated as the nested sums @samp{(a + b) + c} by this command.
21959If you put the cursor on the first @samp{+}, the result is
21960@samp{(b + a) + c}; if you put the cursor on the second @samp{+}, the
21961result is @samp{c + (a + b)} (which the default simplifications
21962will rearrange to @samp{(c + a) + b}). The relevant rules are stored
21963in the variable @code{CommuteRules}.
21964
21965You may need to turn default simplifications off (with the @kbd{m O}
21966command) in order to get the full benefit of @kbd{j C}. For example,
21967commuting @samp{a - b} produces @samp{-b + a}, but the default
21968simplifications will ``simplify'' this right back to @samp{a - b} if
21969you don't turn them off. The same is true of some of the other
21970manipulations described in this section.
21971
21972@kindex j N
21973@pindex calc-sel-negate
21974@vindex NegateRules
21975The @kbd{j N} (@code{calc-sel-negate}) command replaces the selected
21976term with the negative of that term, then adjusts the surrounding
21977formula in order to preserve the meaning. For example, given
21978@samp{exp(a - b)} where @samp{a - b} is selected, the result is
21979@samp{1 / exp(b - a)}. By contrast, selecting a term and using the
21980regular @kbd{n} (@code{calc-change-sign}) command negates the
21981term without adjusting the surroundings, thus changing the meaning
21982of the formula as a whole. The rules variable is @code{NegateRules}.
21983
21984@kindex j &
21985@pindex calc-sel-invert
21986@vindex InvertRules
21987The @kbd{j &} (@code{calc-sel-invert}) command is similar to @kbd{j N}
21988except it takes the reciprocal of the selected term. For example,
21989given @samp{a - ln(b)} with @samp{b} selected, the result is
21990@samp{a + ln(1/b)}. The rules variable is @code{InvertRules}.
21991
21992@kindex j E
21993@pindex calc-sel-jump-equals
21994@vindex JumpRules
21995The @kbd{j E} (@code{calc-sel-jump-equals}) command moves the
21996selected term from one side of an equation to the other. Given
21997@samp{a + b = c + d} with @samp{c} selected, the result is
21998@samp{a + b - c = d}. This command also works if the selected
21999term is part of a @samp{*}, @samp{/}, or @samp{^} formula. The
22000relevant rules variable is @code{JumpRules}.
22001
22002@kindex j I
22003@kindex H j I
22004@pindex calc-sel-isolate
22005The @kbd{j I} (@code{calc-sel-isolate}) command isolates the
22006selected term on its side of an equation. It uses the @kbd{a S}
22007(@code{calc-solve-for}) command to solve the equation, and the
22008Hyperbolic flag affects it in the same way. @xref{Solving Equations}.
22009When it applies, @kbd{j I} is often easier to use than @kbd{j E}.
22010It understands more rules of algebra, and works for inequalities
22011as well as equations.
22012
22013@kindex j *
22014@kindex j /
22015@pindex calc-sel-mult-both-sides
22016@pindex calc-sel-div-both-sides
22017The @kbd{j *} (@code{calc-sel-mult-both-sides}) command prompts for a
22018formula using algebraic entry, then multiplies both sides of the
22019selected quotient or equation by that formula. It simplifies each
22020side with @kbd{a s} (@code{calc-simplify}) before re-forming the
22021quotient or equation. You can suppress this simplification by
5fafc247 22022providing a prefix argument: @kbd{C-u j *}. There is also a @kbd{j /}
4009494e
GM
22023(@code{calc-sel-div-both-sides}) which is similar to @kbd{j *} but
22024dividing instead of multiplying by the factor you enter.
22025
5fafc247
JB
22026If the selection is a quotient with numerator 1, then Calc's default
22027simplifications would normally cancel the new factors. To prevent
22028this, when the @kbd{j *} command is used on a selection whose numerator is
220291 or -1, the denominator is expanded at the top level using the
22030distributive law (as if using the @kbd{C-u 1 a x} command). Suppose the
22031formula on the stack is @samp{1 / (a + 1)} and you wish to multiplying the
22032top and bottom by @samp{a - 1}. Calc's default simplifications would
22033normally change the result @samp{(a - 1) /(a + 1) (a - 1)} back
22034to the original form by cancellation; when @kbd{j *} is used, Calc
22035expands the denominator to @samp{a (a - 1) + a - 1} to prevent this.
22036
22037If you wish the @kbd{j *} command to completely expand the denominator
22038of a quotient you can call it with a zero prefix: @kbd{C-u 0 j *}. For
22039example, if the formula on the stack is @samp{1 / (sqrt(a) + 1)}, you may
22040wish to eliminate the square root in the denominator by multiplying
22041the top and bottom by @samp{sqrt(a) - 1}. If you did this simply by using
22042a simple @kbd{j *} command, you would get
22043@samp{(sqrt(a)-1)/ (sqrt(a) (sqrt(a) - 1) + sqrt(a) - 1)}. Instead,
22044you would probably want to use @kbd{C-u 0 j *}, which would expand the
22045bottom and give you the desired result @samp{(sqrt(a)-1)/(a-1)}. More
22046generally, if @kbd{j *} is called with an argument of a positive
22047integer @var{n}, then the denominator of the expression will be
22048expanded @var{n} times (as if with the @kbd{C-u @var{n} a x} command).
4009494e
GM
22049
22050If the selection is an inequality, @kbd{j *} and @kbd{j /} will
22051accept any factor, but will warn unless they can prove the factor
22052is either positive or negative. (In the latter case the direction
22053of the inequality will be switched appropriately.) @xref{Declarations},
22054for ways to inform Calc that a given variable is positive or
22055negative. If Calc can't tell for sure what the sign of the factor
22056will be, it will assume it is positive and display a warning
22057message.
22058
22059For selections that are not quotients, equations, or inequalities,
22060these commands pull out a multiplicative factor: They divide (or
22061multiply) by the entered formula, simplify, then multiply (or divide)
22062back by the formula.
22063
22064@kindex j +
22065@kindex j -
22066@pindex calc-sel-add-both-sides
22067@pindex calc-sel-sub-both-sides
22068The @kbd{j +} (@code{calc-sel-add-both-sides}) and @kbd{j -}
22069(@code{calc-sel-sub-both-sides}) commands analogously add to or
22070subtract from both sides of an equation or inequality. For other
22071types of selections, they extract an additive factor. A numeric
22072prefix argument suppresses simplification of the intermediate
22073results.
22074
22075@kindex j U
22076@pindex calc-sel-unpack
22077The @kbd{j U} (@code{calc-sel-unpack}) command replaces the
22078selected function call with its argument. For example, given
22079@samp{a + sin(x^2)} with @samp{sin(x^2)} selected, the result
22080is @samp{a + x^2}. (The @samp{x^2} will remain selected; if you
22081wanted to change the @code{sin} to @code{cos}, just press @kbd{C}
22082now to take the cosine of the selected part.)
22083
22084@kindex j v
22085@pindex calc-sel-evaluate
22086The @kbd{j v} (@code{calc-sel-evaluate}) command performs the
22087normal default simplifications on the selected sub-formula.
22088These are the simplifications that are normally done automatically
22089on all results, but which may have been partially inhibited by
22090previous selection-related operations, or turned off altogether
22091by the @kbd{m O} command. This command is just an auto-selecting
22092version of the @w{@kbd{a v}} command (@pxref{Algebraic Manipulation}).
22093
22094With a numeric prefix argument of 2, @kbd{C-u 2 j v} applies
22095the @kbd{a s} (@code{calc-simplify}) command to the selected
22096sub-formula. With a prefix argument of 3 or more, e.g., @kbd{C-u j v}
22097applies the @kbd{a e} (@code{calc-simplify-extended}) command.
22098@xref{Simplifying Formulas}. With a negative prefix argument
22099it simplifies at the top level only, just as with @kbd{a v}.
22100Here the ``top'' level refers to the top level of the selected
22101sub-formula.
22102
22103@kindex j "
22104@pindex calc-sel-expand-formula
22105The @kbd{j "} (@code{calc-sel-expand-formula}) command is to @kbd{a "}
22106(@pxref{Algebraic Manipulation}) what @kbd{j v} is to @kbd{a v}.
22107
22108You can use the @kbd{j r} (@code{calc-rewrite-selection}) command
22109to define other algebraic operations on sub-formulas. @xref{Rewrite Rules}.
22110
22111@node Algebraic Manipulation, Simplifying Formulas, Selecting Subformulas, Algebra
22112@section Algebraic Manipulation
22113
22114@noindent
22115The commands in this section perform general-purpose algebraic
22116manipulations. They work on the whole formula at the top of the
22117stack (unless, of course, you have made a selection in that
22118formula).
22119
22120Many algebra commands prompt for a variable name or formula. If you
22121answer the prompt with a blank line, the variable or formula is taken
22122from top-of-stack, and the normal argument for the command is taken
22123from the second-to-top stack level.
22124
22125@kindex a v
22126@pindex calc-alg-evaluate
22127The @kbd{a v} (@code{calc-alg-evaluate}) command performs the normal
22128default simplifications on a formula; for example, @samp{a - -b} is
22129changed to @samp{a + b}. These simplifications are normally done
22130automatically on all Calc results, so this command is useful only if
22131you have turned default simplifications off with an @kbd{m O}
22132command. @xref{Simplification Modes}.
22133
22134It is often more convenient to type @kbd{=}, which is like @kbd{a v}
22135but which also substitutes stored values for variables in the formula.
22136Use @kbd{a v} if you want the variables to ignore their stored values.
22137
22138If you give a numeric prefix argument of 2 to @kbd{a v}, it simplifies
22139as if in Algebraic Simplification mode. This is equivalent to typing
22140@kbd{a s}; @pxref{Simplifying Formulas}. If you give a numeric prefix
22141of 3 or more, it uses Extended Simplification mode (@kbd{a e}).
22142
22143If you give a negative prefix argument @mathit{-1}, @mathit{-2}, or @mathit{-3},
22144it simplifies in the corresponding mode but only works on the top-level
22145function call of the formula. For example, @samp{(2 + 3) * (2 + 3)} will
22146simplify to @samp{(2 + 3)^2}, without simplifying the sub-formulas
22147@samp{2 + 3}. As another example, typing @kbd{V R +} to sum the vector
22148@samp{[1, 2, 3, 4]} produces the formula @samp{reduce(add, [1, 2, 3, 4])}
22149in No-Simplify mode. Using @kbd{a v} will evaluate this all the way to
2215010; using @kbd{C-u - a v} will evaluate it only to @samp{1 + 2 + 3 + 4}.
22151(@xref{Reducing and Mapping}.)
22152
22153@tindex evalv
22154@tindex evalvn
22155The @kbd{=} command corresponds to the @code{evalv} function, and
22156the related @kbd{N} command, which is like @kbd{=} but temporarily
22157disables Symbolic mode (@kbd{m s}) during the evaluation, corresponds
22158to the @code{evalvn} function. (These commands interpret their prefix
22159arguments differently than @kbd{a v}; @kbd{=} treats the prefix as
22160the number of stack elements to evaluate at once, and @kbd{N} treats
22161it as a temporary different working precision.)
22162
22163The @code{evalvn} function can take an alternate working precision
22164as an optional second argument. This argument can be either an
22165integer, to set the precision absolutely, or a vector containing
22166a single integer, to adjust the precision relative to the current
22167precision. Note that @code{evalvn} with a larger than current
22168precision will do the calculation at this higher precision, but the
22169result will as usual be rounded back down to the current precision
22170afterward. For example, @samp{evalvn(pi - 3.1415)} at a precision
22171of 12 will return @samp{9.265359e-5}; @samp{evalvn(pi - 3.1415, 30)}
22172will return @samp{9.26535897932e-5} (computing a 25-digit result which
22173is then rounded down to 12); and @samp{evalvn(pi - 3.1415, [-2])}
22174will return @samp{9.2654e-5}.
22175
22176@kindex a "
22177@pindex calc-expand-formula
22178The @kbd{a "} (@code{calc-expand-formula}) command expands functions
22179into their defining formulas wherever possible. For example,
22180@samp{deg(x^2)} is changed to @samp{180 x^2 / pi}. Most functions,
22181like @code{sin} and @code{gcd}, are not defined by simple formulas
22182and so are unaffected by this command. One important class of
22183functions which @emph{can} be expanded is the user-defined functions
22184created by the @kbd{Z F} command. @xref{Algebraic Definitions}.
22185Other functions which @kbd{a "} can expand include the probability
22186distribution functions, most of the financial functions, and the
22187hyperbolic and inverse hyperbolic functions. A numeric prefix argument
22188affects @kbd{a "} in the same way as it does @kbd{a v}: A positive
22189argument expands all functions in the formula and then simplifies in
22190various ways; a negative argument expands and simplifies only the
22191top-level function call.
22192
22193@kindex a M
22194@pindex calc-map-equation
22195@tindex mapeq
22196The @kbd{a M} (@code{calc-map-equation}) [@code{mapeq}] command applies
22197a given function or operator to one or more equations. It is analogous
22198to @kbd{V M}, which operates on vectors instead of equations.
22199@pxref{Reducing and Mapping}. For example, @kbd{a M S} changes
22200@samp{x = y+1} to @samp{sin(x) = sin(y+1)}, and @kbd{a M +} with
22201@samp{x = y+1} and @expr{6} on the stack produces @samp{x+6 = y+7}.
22202With two equations on the stack, @kbd{a M +} would add the lefthand
22203sides together and the righthand sides together to get the two
22204respective sides of a new equation.
22205
22206Mapping also works on inequalities. Mapping two similar inequalities
22207produces another inequality of the same type. Mapping an inequality
22208with an equation produces an inequality of the same type. Mapping a
22209@samp{<=} with a @samp{<} or @samp{!=} (not-equal) produces a @samp{<}.
22210If inequalities with opposite direction (e.g., @samp{<} and @samp{>})
22211are mapped, the direction of the second inequality is reversed to
22212match the first: Using @kbd{a M +} on @samp{a < b} and @samp{a > 2}
22213reverses the latter to get @samp{2 < a}, which then allows the
22214combination @samp{a + 2 < b + a}, which the @kbd{a s} command can
22215then simplify to get @samp{2 < b}.
22216
22217Using @kbd{a M *}, @kbd{a M /}, @kbd{a M n}, or @kbd{a M &} to negate
22218or invert an inequality will reverse the direction of the inequality.
22219Other adjustments to inequalities are @emph{not} done automatically;
22220@kbd{a M S} will change @w{@samp{x < y}} to @samp{sin(x) < sin(y)} even
22221though this is not true for all values of the variables.
22222
22223@kindex H a M
22224@tindex mapeqp
22225With the Hyperbolic flag, @kbd{H a M} [@code{mapeqp}] does a plain
22226mapping operation without reversing the direction of any inequalities.
22227Thus, @kbd{H a M &} would change @kbd{x > 2} to @kbd{1/x > 0.5}.
22228(This change is mathematically incorrect, but perhaps you were
22229fixing an inequality which was already incorrect.)
22230
22231@kindex I a M
22232@tindex mapeqr
22233With the Inverse flag, @kbd{I a M} [@code{mapeqr}] always reverses
22234the direction of the inequality. You might use @kbd{I a M C} to
22235change @samp{x < y} to @samp{cos(x) > cos(y)} if you know you are
22236working with small positive angles.
22237
22238@kindex a b
22239@pindex calc-substitute
22240@tindex subst
22241The @kbd{a b} (@code{calc-substitute}) [@code{subst}] command substitutes
22242all occurrences
22243of some variable or sub-expression of an expression with a new
22244sub-expression. For example, substituting @samp{sin(x)} with @samp{cos(y)}
22245in @samp{2 sin(x)^2 + x sin(x) + sin(2 x)} produces
22246@samp{2 cos(y)^2 + x cos(y) + @w{sin(2 x)}}.
22247Note that this is a purely structural substitution; the lone @samp{x} and
22248the @samp{sin(2 x)} stayed the same because they did not look like
22249@samp{sin(x)}. @xref{Rewrite Rules}, for a more general method for
22250doing substitutions.
22251
22252The @kbd{a b} command normally prompts for two formulas, the old
22253one and the new one. If you enter a blank line for the first
22254prompt, all three arguments are taken from the stack (new, then old,
22255then target expression). If you type an old formula but then enter a
22256blank line for the new one, the new formula is taken from top-of-stack
22257and the target from second-to-top. If you answer both prompts, the
22258target is taken from top-of-stack as usual.
22259
22260Note that @kbd{a b} has no understanding of commutativity or
22261associativity. The pattern @samp{x+y} will not match the formula
22262@samp{y+x}. Also, @samp{y+z} will not match inside the formula @samp{x+y+z}
22263because the @samp{+} operator is left-associative, so the ``deep
22264structure'' of that formula is @samp{(x+y) + z}. Use @kbd{d U}
22265(@code{calc-unformatted-language}) mode to see the true structure of
22266a formula. The rewrite rule mechanism, discussed later, does not have
22267these limitations.
22268
22269As an algebraic function, @code{subst} takes three arguments:
22270Target expression, old, new. Note that @code{subst} is always
22271evaluated immediately, even if its arguments are variables, so if
22272you wish to put a call to @code{subst} onto the stack you must
22273turn the default simplifications off first (with @kbd{m O}).
22274
22275@node Simplifying Formulas, Polynomials, Algebraic Manipulation, Algebra
22276@section Simplifying Formulas
22277
22278@noindent
22279@kindex a s
22280@pindex calc-simplify
22281@tindex simplify
22282The @kbd{a s} (@code{calc-simplify}) [@code{simplify}] command applies
22283various algebraic rules to simplify a formula. This includes rules which
22284are not part of the default simplifications because they may be too slow
22285to apply all the time, or may not be desirable all of the time. For
22286example, non-adjacent terms of sums are combined, as in @samp{a + b + 2 a}
22287to @samp{b + 3 a}, and some formulas like @samp{sin(arcsin(x))} are
22288simplified to @samp{x}.
22289
22290The sections below describe all the various kinds of algebraic
22291simplifications Calc provides in full detail. None of Calc's
22292simplification commands are designed to pull rabbits out of hats;
22293they simply apply certain specific rules to put formulas into
22294less redundant or more pleasing forms. Serious algebra in Calc
22295must be done manually, usually with a combination of selections
22296and rewrite rules. @xref{Rearranging with Selections}.
22297@xref{Rewrite Rules}.
22298
22299@xref{Simplification Modes}, for commands to control what level of
22300simplification occurs automatically. Normally only the ``default
22301simplifications'' occur.
22302
22303@menu
22304* Default Simplifications::
22305* Algebraic Simplifications::
22306* Unsafe Simplifications::
22307* Simplification of Units::
22308@end menu
22309
22310@node Default Simplifications, Algebraic Simplifications, Simplifying Formulas, Simplifying Formulas
22311@subsection Default Simplifications
22312
22313@noindent
22314@cindex Default simplifications
22315This section describes the ``default simplifications,'' those which are
22316normally applied to all results. For example, if you enter the variable
22317@expr{x} on the stack twice and push @kbd{+}, Calc's default
22318simplifications automatically change @expr{x + x} to @expr{2 x}.
22319
22320The @kbd{m O} command turns off the default simplifications, so that
22321@expr{x + x} will remain in this form unless you give an explicit
22322``simplify'' command like @kbd{=} or @kbd{a v}. @xref{Algebraic
22323Manipulation}. The @kbd{m D} command turns the default simplifications
22324back on.
22325
22326The most basic default simplification is the evaluation of functions.
22327For example, @expr{2 + 3} is evaluated to @expr{5}, and @expr{@tfn{sqrt}(9)}
22328is evaluated to @expr{3}. Evaluation does not occur if the arguments
22329to a function are somehow of the wrong type @expr{@tfn{tan}([2,3,4])}),
22330range (@expr{@tfn{tan}(90)}), or number (@expr{@tfn{tan}(3,5)}),
22331or if the function name is not recognized (@expr{@tfn{f}(5)}), or if
22332Symbolic mode (@pxref{Symbolic Mode}) prevents evaluation
22333(@expr{@tfn{sqrt}(2)}).
22334
22335Calc simplifies (evaluates) the arguments to a function before it
22336simplifies the function itself. Thus @expr{@tfn{sqrt}(5+4)} is
22337simplified to @expr{@tfn{sqrt}(9)} before the @code{sqrt} function
22338itself is applied. There are very few exceptions to this rule:
22339@code{quote}, @code{lambda}, and @code{condition} (the @code{::}
22340operator) do not evaluate their arguments, @code{if} (the @code{? :}
22341operator) does not evaluate all of its arguments, and @code{evalto}
22342does not evaluate its lefthand argument.
22343
22344Most commands apply the default simplifications to all arguments they
22345take from the stack, perform a particular operation, then simplify
22346the result before pushing it back on the stack. In the common special
22347case of regular arithmetic commands like @kbd{+} and @kbd{Q} [@code{sqrt}],
22348the arguments are simply popped from the stack and collected into a
22349suitable function call, which is then simplified (the arguments being
22350simplified first as part of the process, as described above).
22351
22352The default simplifications are too numerous to describe completely
22353here, but this section will describe the ones that apply to the
22354major arithmetic operators. This list will be rather technical in
22355nature, and will probably be interesting to you only if you are
22356a serious user of Calc's algebra facilities.
22357
22358@tex
22359\bigskip
22360@end tex
22361
22362As well as the simplifications described here, if you have stored
22363any rewrite rules in the variable @code{EvalRules} then these rules
22364will also be applied before any built-in default simplifications.
22365@xref{Automatic Rewrites}, for details.
22366
22367@tex
22368\bigskip
22369@end tex
22370
22371And now, on with the default simplifications:
22372
22373Arithmetic operators like @kbd{+} and @kbd{*} always take two
22374arguments in Calc's internal form. Sums and products of three or
22375more terms are arranged by the associative law of algebra into
22376a left-associative form for sums, @expr{((a + b) + c) + d}, and
45b778a6
JB
22377(by default) a right-associative form for products,
22378@expr{a * (b * (c * d))}. Formulas like @expr{(a + b) + (c + d)} are
22379rearranged to left-associative form, though this rarely matters since
22380Calc's algebra commands are designed to hide the inner structure of sums
22381and products as much as possible. Sums and products in their proper
22382associative form will be written without parentheses in the examples
22383below.
4009494e
GM
22384
22385Sums and products are @emph{not} rearranged according to the
22386commutative law (@expr{a + b} to @expr{b + a}) except in a few
22387special cases described below. Some algebra programs always
22388rearrange terms into a canonical order, which enables them to
22389see that @expr{a b + b a} can be simplified to @expr{2 a b}.
22390Calc assumes you have put the terms into the order you want
22391and generally leaves that order alone, with the consequence
22392that formulas like the above will only be simplified if you
22393explicitly give the @kbd{a s} command. @xref{Algebraic
22394Simplifications}.
22395
22396Differences @expr{a - b} are treated like sums @expr{a + (-b)}
22397for purposes of simplification; one of the default simplifications
22398is to rewrite @expr{a + (-b)} or @expr{(-b) + a}, where @expr{-b}
22399represents a ``negative-looking'' term, into @expr{a - b} form.
22400``Negative-looking'' means negative numbers, negated formulas like
22401@expr{-x}, and products or quotients in which either term is
22402negative-looking.
22403
22404Other simplifications involving negation are @expr{-(-x)} to @expr{x};
22405@expr{-(a b)} or @expr{-(a/b)} where either @expr{a} or @expr{b} is
22406negative-looking, simplified by negating that term, or else where
22407@expr{a} or @expr{b} is any number, by negating that number;
22408@expr{-(a + b)} to @expr{-a - b}, and @expr{-(b - a)} to @expr{a - b}.
22409(This, and rewriting @expr{(-b) + a} to @expr{a - b}, are the only
22410cases where the order of terms in a sum is changed by the default
22411simplifications.)
22412
22413The distributive law is used to simplify sums in some cases:
22414@expr{a x + b x} to @expr{(a + b) x}, where @expr{a} represents
22415a number or an implicit 1 or @mathit{-1} (as in @expr{x} or @expr{-x})
22416and similarly for @expr{b}. Use the @kbd{a c}, @w{@kbd{a f}}, or
22417@kbd{j M} commands to merge sums with non-numeric coefficients
22418using the distributive law.
22419
22420The distributive law is only used for sums of two terms, or
22421for adjacent terms in a larger sum. Thus @expr{a + b + b + c}
22422is simplified to @expr{a + 2 b + c}, but @expr{a + b + c + b}
22423is not simplified. The reason is that comparing all terms of a
22424sum with one another would require time proportional to the
22425square of the number of terms; Calc relegates potentially slow
22426operations like this to commands that have to be invoked
22427explicitly, like @kbd{a s}.
22428
22429Finally, @expr{a + 0} and @expr{0 + a} are simplified to @expr{a}.
22430A consequence of the above rules is that @expr{0 - a} is simplified
22431to @expr{-a}.
22432
22433@tex
22434\bigskip
22435@end tex
22436
22437The products @expr{1 a} and @expr{a 1} are simplified to @expr{a};
22438@expr{(-1) a} and @expr{a (-1)} are simplified to @expr{-a};
22439@expr{0 a} and @expr{a 0} are simplified to @expr{0}, except that
22440in Matrix mode where @expr{a} is not provably scalar the result
22441is the generic zero matrix @samp{idn(0)}, and that if @expr{a} is
22442infinite the result is @samp{nan}.
22443
22444Also, @expr{(-a) b} and @expr{a (-b)} are simplified to @expr{-(a b)},
22445where this occurs for negated formulas but not for regular negative
22446numbers.
22447
22448Products are commuted only to move numbers to the front:
22449@expr{a b 2} is commuted to @expr{2 a b}.
22450
22451The product @expr{a (b + c)} is distributed over the sum only if
22452@expr{a} and at least one of @expr{b} and @expr{c} are numbers:
22453@expr{2 (x + 3)} goes to @expr{2 x + 6}. The formula
22454@expr{(-a) (b - c)}, where @expr{-a} is a negative number, is
22455rewritten to @expr{a (c - b)}.
22456
22457The distributive law of products and powers is used for adjacent
22458terms of the product: @expr{x^a x^b} goes to
22459@texline @math{x^{a+b}}
22460@infoline @expr{x^(a+b)}
22461where @expr{a} is a number, or an implicit 1 (as in @expr{x}),
22462or the implicit one-half of @expr{@tfn{sqrt}(x)}, and similarly for
22463@expr{b}. The result is written using @samp{sqrt} or @samp{1/sqrt}
22464if the sum of the powers is @expr{1/2} or @expr{-1/2}, respectively.
22465If the sum of the powers is zero, the product is simplified to
22466@expr{1} or to @samp{idn(1)} if Matrix mode is enabled.
22467
22468The product of a negative power times anything but another negative
22469power is changed to use division:
22470@texline @math{x^{-2} y}
22471@infoline @expr{x^(-2) y}
22472goes to @expr{y / x^2} unless Matrix mode is
22473in effect and neither @expr{x} nor @expr{y} are scalar (in which
22474case it is considered unsafe to rearrange the order of the terms).
22475
22476Finally, @expr{a (b/c)} is rewritten to @expr{(a b)/c}, and also
22477@expr{(a/b) c} is changed to @expr{(a c)/b} unless in Matrix mode.
22478
22479@tex
22480\bigskip
22481@end tex
22482
22483Simplifications for quotients are analogous to those for products.
22484The quotient @expr{0 / x} is simplified to @expr{0}, with the same
22485exceptions that were noted for @expr{0 x}. Likewise, @expr{x / 1}
22486and @expr{x / (-1)} are simplified to @expr{x} and @expr{-x},
22487respectively.
22488
22489The quotient @expr{x / 0} is left unsimplified or changed to an
22490infinite quantity, as directed by the current infinite mode.
22491@xref{Infinite Mode}.
22492
22493The expression
22494@texline @math{a / b^{-c}}
22495@infoline @expr{a / b^(-c)}
22496is changed to @expr{a b^c}, where @expr{-c} is any negative-looking
22497power. Also, @expr{1 / b^c} is changed to
22498@texline @math{b^{-c}}
22499@infoline @expr{b^(-c)}
22500for any power @expr{c}.
22501
22502Also, @expr{(-a) / b} and @expr{a / (-b)} go to @expr{-(a/b)};
22503@expr{(a/b) / c} goes to @expr{a / (b c)}; and @expr{a / (b/c)}
22504goes to @expr{(a c) / b} unless Matrix mode prevents this
22505rearrangement. Similarly, @expr{a / (b:c)} is simplified to
22506@expr{(c:b) a} for any fraction @expr{b:c}.
22507
22508The distributive law is applied to @expr{(a + b) / c} only if
22509@expr{c} and at least one of @expr{a} and @expr{b} are numbers.
22510Quotients of powers and square roots are distributed just as
22511described for multiplication.
22512
22513Quotients of products cancel only in the leading terms of the
22514numerator and denominator. In other words, @expr{a x b / a y b}
22515is cancelled to @expr{x b / y b} but not to @expr{x / y}. Once
22516again this is because full cancellation can be slow; use @kbd{a s}
22517to cancel all terms of the quotient.
22518
22519Quotients of negative-looking values are simplified according
22520to @expr{(-a) / (-b)} to @expr{a / b}, @expr{(-a) / (b - c)}
22521to @expr{a / (c - b)}, and @expr{(a - b) / (-c)} to @expr{(b - a) / c}.
22522
22523@tex
22524\bigskip
22525@end tex
22526
22527The formula @expr{x^0} is simplified to @expr{1}, or to @samp{idn(1)}
22528in Matrix mode. The formula @expr{0^x} is simplified to @expr{0}
22529unless @expr{x} is a negative number, complex number or zero.
22530If @expr{x} is negative, complex or @expr{0.0}, @expr{0^x} is an
22531infinity or an unsimplified formula according to the current infinite
22532mode. The expression @expr{0^0} is simplified to @expr{1}.
22533
22534Powers of products or quotients @expr{(a b)^c}, @expr{(a/b)^c}
22535are distributed to @expr{a^c b^c}, @expr{a^c / b^c} only if @expr{c}
22536is an integer, or if either @expr{a} or @expr{b} are nonnegative
22537real numbers. Powers of powers @expr{(a^b)^c} are simplified to
22538@texline @math{a^{b c}}
22539@infoline @expr{a^(b c)}
22540only when @expr{c} is an integer and @expr{b c} also
22541evaluates to an integer. Without these restrictions these simplifications
22542would not be safe because of problems with principal values.
22543(In other words,
22544@texline @math{((-3)^{1/2})^2}
22545@infoline @expr{((-3)^1:2)^2}
22546is safe to simplify, but
22547@texline @math{((-3)^2)^{1/2}}
22548@infoline @expr{((-3)^2)^1:2}
22549is not.) @xref{Declarations}, for ways to inform Calc that your
22550variables satisfy these requirements.
22551
22552As a special case of this rule, @expr{@tfn{sqrt}(x)^n} is simplified to
22553@texline @math{x^{n/2}}
22554@infoline @expr{x^(n/2)}
22555only for even integers @expr{n}.
22556
22557If @expr{a} is known to be real, @expr{b} is an even integer, and
22558@expr{c} is a half- or quarter-integer, then @expr{(a^b)^c} is
22559simplified to @expr{@tfn{abs}(a^(b c))}.
22560
22561Also, @expr{(-a)^b} is simplified to @expr{a^b} if @expr{b} is an
22562even integer, or to @expr{-(a^b)} if @expr{b} is an odd integer,
22563for any negative-looking expression @expr{-a}.
22564
22565Square roots @expr{@tfn{sqrt}(x)} generally act like one-half powers
22566@texline @math{x^{1:2}}
22567@infoline @expr{x^1:2}
22568for the purposes of the above-listed simplifications.
22569
22570Also, note that
22571@texline @math{1 / x^{1:2}}
22572@infoline @expr{1 / x^1:2}
22573is changed to
22574@texline @math{x^{-1:2}},
22575@infoline @expr{x^(-1:2)},
22576but @expr{1 / @tfn{sqrt}(x)} is left alone.
22577
22578@tex
22579\bigskip
22580@end tex
22581
22582Generic identity matrices (@pxref{Matrix Mode}) are simplified by the
22583following rules: @expr{@tfn{idn}(a) + b} to @expr{a + b} if @expr{b}
22584is provably scalar, or expanded out if @expr{b} is a matrix;
22585@expr{@tfn{idn}(a) + @tfn{idn}(b)} to @expr{@tfn{idn}(a + b)};
22586@expr{-@tfn{idn}(a)} to @expr{@tfn{idn}(-a)}; @expr{a @tfn{idn}(b)} to
22587@expr{@tfn{idn}(a b)} if @expr{a} is provably scalar, or to @expr{a b}
22588if @expr{a} is provably non-scalar; @expr{@tfn{idn}(a) @tfn{idn}(b)} to
22589@expr{@tfn{idn}(a b)}; analogous simplifications for quotients involving
22590@code{idn}; and @expr{@tfn{idn}(a)^n} to @expr{@tfn{idn}(a^n)} where
22591@expr{n} is an integer.
22592
22593@tex
22594\bigskip
22595@end tex
22596
22597The @code{floor} function and other integer truncation functions
22598vanish if the argument is provably integer-valued, so that
22599@expr{@tfn{floor}(@tfn{round}(x))} simplifies to @expr{@tfn{round}(x)}.
22600Also, combinations of @code{float}, @code{floor} and its friends,
22601and @code{ffloor} and its friends, are simplified in appropriate
22602ways. @xref{Integer Truncation}.
22603
22604The expression @expr{@tfn{abs}(-x)} changes to @expr{@tfn{abs}(x)}.
22605The expression @expr{@tfn{abs}(@tfn{abs}(x))} changes to
22606@expr{@tfn{abs}(x)}; in fact, @expr{@tfn{abs}(x)} changes to @expr{x} or
22607@expr{-x} if @expr{x} is provably nonnegative or nonpositive
22608(@pxref{Declarations}).
22609
22610While most functions do not recognize the variable @code{i} as an
22611imaginary number, the @code{arg} function does handle the two cases
22612@expr{@tfn{arg}(@tfn{i})} and @expr{@tfn{arg}(-@tfn{i})} just for convenience.
22613
22614The expression @expr{@tfn{conj}(@tfn{conj}(x))} simplifies to @expr{x}.
22615Various other expressions involving @code{conj}, @code{re}, and
22616@code{im} are simplified, especially if some of the arguments are
22617provably real or involve the constant @code{i}. For example,
22618@expr{@tfn{conj}(a + b i)} is changed to
22619@expr{@tfn{conj}(a) - @tfn{conj}(b) i}, or to @expr{a - b i} if @expr{a}
22620and @expr{b} are known to be real.
22621
22622Functions like @code{sin} and @code{arctan} generally don't have
22623any default simplifications beyond simply evaluating the functions
22624for suitable numeric arguments and infinity. The @kbd{a s} command
22625described in the next section does provide some simplifications for
22626these functions, though.
22627
22628One important simplification that does occur is that
22629@expr{@tfn{ln}(@tfn{e})} is simplified to 1, and @expr{@tfn{ln}(@tfn{e}^x)} is
22630simplified to @expr{x} for any @expr{x}. This occurs even if you have
22631stored a different value in the Calc variable @samp{e}; but this would
22632be a bad idea in any case if you were also using natural logarithms!
22633
22634Among the logical functions, @tfn{!(@var{a} <= @var{b})} changes to
22635@tfn{@var{a} > @var{b}} and so on. Equations and inequalities where both sides
22636are either negative-looking or zero are simplified by negating both sides
22637and reversing the inequality. While it might seem reasonable to simplify
22638@expr{!!x} to @expr{x}, this would not be valid in general because
22639@expr{!!2} is 1, not 2.
22640
22641Most other Calc functions have few if any default simplifications
22642defined, aside of course from evaluation when the arguments are
22643suitable numbers.
22644
22645@node Algebraic Simplifications, Unsafe Simplifications, Default Simplifications, Simplifying Formulas
22646@subsection Algebraic Simplifications
22647
22648@noindent
22649@cindex Algebraic simplifications
22650The @kbd{a s} command makes simplifications that may be too slow to
22651do all the time, or that may not be desirable all of the time.
22652If you find these simplifications are worthwhile, you can type
22653@kbd{m A} to have Calc apply them automatically.
22654
22655This section describes all simplifications that are performed by
22656the @kbd{a s} command. Note that these occur in addition to the
22657default simplifications; even if the default simplifications have
22658been turned off by an @kbd{m O} command, @kbd{a s} will turn them
22659back on temporarily while it simplifies the formula.
22660
22661There is a variable, @code{AlgSimpRules}, in which you can put rewrites
22662to be applied by @kbd{a s}. Its use is analogous to @code{EvalRules},
22663but without the special restrictions. Basically, the simplifier does
22664@samp{@w{a r} AlgSimpRules} with an infinite repeat count on the whole
22665expression being simplified, then it traverses the expression applying
22666the built-in rules described below. If the result is different from
22667the original expression, the process repeats with the default
22668simplifications (including @code{EvalRules}), then @code{AlgSimpRules},
22669then the built-in simplifications, and so on.
22670
22671@tex
22672\bigskip
22673@end tex
22674
22675Sums are simplified in two ways. Constant terms are commuted to the
22676end of the sum, so that @expr{a + 2 + b} changes to @expr{a + b + 2}.
22677The only exception is that a constant will not be commuted away
22678from the first position of a difference, i.e., @expr{2 - x} is not
22679commuted to @expr{-x + 2}.
22680
22681Also, terms of sums are combined by the distributive law, as in
22682@expr{x + y + 2 x} to @expr{y + 3 x}. This always occurs for
22683adjacent terms, but @kbd{a s} compares all pairs of terms including
22684non-adjacent ones.
22685
22686@tex
22687\bigskip
22688@end tex
22689
22690Products are sorted into a canonical order using the commutative
22691law. For example, @expr{b c a} is commuted to @expr{a b c}.
22692This allows easier comparison of products; for example, the default
22693simplifications will not change @expr{x y + y x} to @expr{2 x y},
22694but @kbd{a s} will; it first rewrites the sum to @expr{x y + x y},
22695and then the default simplifications are able to recognize a sum
22696of identical terms.
22697
22698The canonical ordering used to sort terms of products has the
22699property that real-valued numbers, interval forms and infinities
22700come first, and are sorted into increasing order. The @kbd{V S}
22701command uses the same ordering when sorting a vector.
22702
22703Sorting of terms of products is inhibited when Matrix mode is
22704turned on; in this case, Calc will never exchange the order of
22705two terms unless it knows at least one of the terms is a scalar.
22706
22707Products of powers are distributed by comparing all pairs of
22708terms, using the same method that the default simplifications
22709use for adjacent terms of products.
22710
22711Even though sums are not sorted, the commutative law is still
22712taken into account when terms of a product are being compared.
22713Thus @expr{(x + y) (y + x)} will be simplified to @expr{(x + y)^2}.
22714A subtle point is that @expr{(x - y) (y - x)} will @emph{not}
22715be simplified to @expr{-(x - y)^2}; Calc does not notice that
22716one term can be written as a constant times the other, even if
22717that constant is @mathit{-1}.
22718
22719A fraction times any expression, @expr{(a:b) x}, is changed to
22720a quotient involving integers: @expr{a x / b}. This is not
22721done for floating-point numbers like @expr{0.5}, however. This
22722is one reason why you may find it convenient to turn Fraction mode
22723on while doing algebra; @pxref{Fraction Mode}.
22724
22725@tex
22726\bigskip
22727@end tex
22728
22729Quotients are simplified by comparing all terms in the numerator
22730with all terms in the denominator for possible cancellation using
22731the distributive law. For example, @expr{a x^2 b / c x^3 d} will
22732cancel @expr{x^2} from the top and bottom to get @expr{a b / c x d}.
22733(The terms in the denominator will then be rearranged to @expr{c d x}
22734as described above.) If there is any common integer or fractional
22735factor in the numerator and denominator, it is cancelled out;
22736for example, @expr{(4 x + 6) / 8 x} simplifies to @expr{(2 x + 3) / 4 x}.
22737
22738Non-constant common factors are not found even by @kbd{a s}. To
22739cancel the factor @expr{a} in @expr{(a x + a) / a^2} you could first
22740use @kbd{j M} on the product @expr{a x} to Merge the numerator to
22741@expr{a (1+x)}, which can then be simplified successfully.
22742
22743@tex
22744\bigskip
22745@end tex
22746
22747Integer powers of the variable @code{i} are simplified according
22748to the identity @expr{i^2 = -1}. If you store a new value other
22749than the complex number @expr{(0,1)} in @code{i}, this simplification
22750will no longer occur. This is done by @kbd{a s} instead of by default
22751in case someone (unwisely) uses the name @code{i} for a variable
22752unrelated to complex numbers; it would be unfortunate if Calc
22753quietly and automatically changed this formula for reasons the
22754user might not have been thinking of.
22755
22756Square roots of integer or rational arguments are simplified in
22757several ways. (Note that these will be left unevaluated only in
22758Symbolic mode.) First, square integer or rational factors are
22759pulled out so that @expr{@tfn{sqrt}(8)} is rewritten as
22760@texline @math{2\,@tfn{sqrt}(2)}.
22761@infoline @expr{2 sqrt(2)}.
22762Conceptually speaking this implies factoring the argument into primes
22763and moving pairs of primes out of the square root, but for reasons of
22764efficiency Calc only looks for primes up to 29.
22765
22766Square roots in the denominator of a quotient are moved to the
22767numerator: @expr{1 / @tfn{sqrt}(3)} changes to @expr{@tfn{sqrt}(3) / 3}.
22768The same effect occurs for the square root of a fraction:
22769@expr{@tfn{sqrt}(2:3)} changes to @expr{@tfn{sqrt}(6) / 3}.
22770
22771@tex
22772\bigskip
22773@end tex
22774
22775The @code{%} (modulo) operator is simplified in several ways
22776when the modulus @expr{M} is a positive real number. First, if
22777the argument is of the form @expr{x + n} for some real number
22778@expr{n}, then @expr{n} is itself reduced modulo @expr{M}. For
22779example, @samp{(x - 23) % 10} is simplified to @samp{(x + 7) % 10}.
22780
22781If the argument is multiplied by a constant, and this constant
22782has a common integer divisor with the modulus, then this factor is
22783cancelled out. For example, @samp{12 x % 15} is changed to
22784@samp{3 (4 x % 5)} by factoring out 3. Also, @samp{(12 x + 1) % 15}
22785is changed to @samp{3 ((4 x + 1:3) % 5)}. While these forms may
22786not seem ``simpler,'' they allow Calc to discover useful information
22787about modulo forms in the presence of declarations.
22788
22789If the modulus is 1, then Calc can use @code{int} declarations to
22790evaluate the expression. For example, the idiom @samp{x % 2} is
22791often used to check whether a number is odd or even. As described
22792above, @w{@samp{2 n % 2}} and @samp{(2 n + 1) % 2} are simplified to
22793@samp{2 (n % 1)} and @samp{2 ((n + 1:2) % 1)}, respectively; Calc
22794can simplify these to 0 and 1 (respectively) if @code{n} has been
22795declared to be an integer.
22796
22797@tex
22798\bigskip
22799@end tex
22800
22801Trigonometric functions are simplified in several ways. Whenever a
22802products of two trigonometric functions can be replaced by a single
22803function, the replacement is made; for example,
22804@expr{@tfn{tan}(x) @tfn{cos}(x)} is simplified to @expr{@tfn{sin}(x)}.
22805Reciprocals of trigonometric functions are replaced by their reciprocal
22806function; for example, @expr{1/@tfn{sec}(x)} is simplified to
22807@expr{@tfn{cos}(x)}. The corresponding simplifications for the
22808hyperbolic functions are also handled.
22809
22810Trigonometric functions of their inverse functions are
22811simplified. The expression @expr{@tfn{sin}(@tfn{arcsin}(x))} is
22812simplified to @expr{x}, and similarly for @code{cos} and @code{tan}.
22813Trigonometric functions of inverses of different trigonometric
22814functions can also be simplified, as in @expr{@tfn{sin}(@tfn{arccos}(x))}
22815to @expr{@tfn{sqrt}(1 - x^2)}.
22816
22817If the argument to @code{sin} is negative-looking, it is simplified to
22818@expr{-@tfn{sin}(x)}, and similarly for @code{cos} and @code{tan}.
22819Finally, certain special values of the argument are recognized;
22820@pxref{Trigonometric and Hyperbolic Functions}.
22821
22822Hyperbolic functions of their inverses and of negative-looking
22823arguments are also handled, as are exponentials of inverse
22824hyperbolic functions.
22825
22826No simplifications for inverse trigonometric and hyperbolic
22827functions are known, except for negative arguments of @code{arcsin},
22828@code{arctan}, @code{arcsinh}, and @code{arctanh}. Note that
22829@expr{@tfn{arcsin}(@tfn{sin}(x))} can @emph{not} safely change to
22830@expr{x}, since this only correct within an integer multiple of
22831@texline @math{2 \pi}
22832@infoline @expr{2 pi}
22833radians or 360 degrees. However, @expr{@tfn{arcsinh}(@tfn{sinh}(x))} is
22834simplified to @expr{x} if @expr{x} is known to be real.
22835
22836Several simplifications that apply to logarithms and exponentials
22837are that @expr{@tfn{exp}(@tfn{ln}(x))},
22838@texline @tfn{e}@math{^{\ln(x)}},
22839@infoline @expr{e^@tfn{ln}(x)},
22840and
22841@texline @math{10^{{\rm log10}(x)}}
22842@infoline @expr{10^@tfn{log10}(x)}
22843all reduce to @expr{x}. Also, @expr{@tfn{ln}(@tfn{exp}(x))}, etc., can
22844reduce to @expr{x} if @expr{x} is provably real. The form
22845@expr{@tfn{exp}(x)^y} is simplified to @expr{@tfn{exp}(x y)}. If @expr{x}
22846is a suitable multiple of
22847@texline @math{\pi i}
22848@infoline @expr{pi i}
22849(as described above for the trigonometric functions), then
22850@expr{@tfn{exp}(x)} or @expr{e^x} will be expanded. Finally,
22851@expr{@tfn{ln}(x)} is simplified to a form involving @code{pi} and
22852@code{i} where @expr{x} is provably negative, positive imaginary, or
22853negative imaginary.
22854
22855The error functions @code{erf} and @code{erfc} are simplified when
22856their arguments are negative-looking or are calls to the @code{conj}
22857function.
22858
22859@tex
22860\bigskip
22861@end tex
22862
22863Equations and inequalities are simplified by cancelling factors
22864of products, quotients, or sums on both sides. Inequalities
22865change sign if a negative multiplicative factor is cancelled.
22866Non-constant multiplicative factors as in @expr{a b = a c} are
22867cancelled from equations only if they are provably nonzero (generally
22868because they were declared so; @pxref{Declarations}). Factors
22869are cancelled from inequalities only if they are nonzero and their
22870sign is known.
22871
22872Simplification also replaces an equation or inequality with
228731 or 0 (``true'' or ``false'') if it can through the use of
22874declarations. If @expr{x} is declared to be an integer greater
22875than 5, then @expr{x < 3}, @expr{x = 3}, and @expr{x = 7.5} are
22876all simplified to 0, but @expr{x > 3} is simplified to 1.
22877By a similar analysis, @expr{abs(x) >= 0} is simplified to 1,
22878as is @expr{x^2 >= 0} if @expr{x} is known to be real.
22879
22880@node Unsafe Simplifications, Simplification of Units, Algebraic Simplifications, Simplifying Formulas
22881@subsection ``Unsafe'' Simplifications
22882
22883@noindent
22884@cindex Unsafe simplifications
22885@cindex Extended simplification
22886@kindex a e
22887@pindex calc-simplify-extended
22888@ignore
22889@mindex esimpl@idots
22890@end ignore
22891@tindex esimplify
22892The @kbd{a e} (@code{calc-simplify-extended}) [@code{esimplify}] command
22893is like @kbd{a s}
22894except that it applies some additional simplifications which are not
22895``safe'' in all cases. Use this only if you know the values in your
22896formula lie in the restricted ranges for which these simplifications
22897are valid. The symbolic integrator uses @kbd{a e};
22898one effect of this is that the integrator's results must be used with
22899caution. Where an integral table will often attach conditions like
22900``for positive @expr{a} only,'' Calc (like most other symbolic
22901integration programs) will simply produce an unqualified result.
22902
22903Because @kbd{a e}'s simplifications are unsafe, it is sometimes better
22904to type @kbd{C-u -3 a v}, which does extended simplification only
22905on the top level of the formula without affecting the sub-formulas.
22906In fact, @kbd{C-u -3 j v} allows you to target extended simplification
22907to any specific part of a formula.
22908
22909The variable @code{ExtSimpRules} contains rewrites to be applied by
22910the @kbd{a e} command. These are applied in addition to
22911@code{EvalRules} and @code{AlgSimpRules}. (The @kbd{a r AlgSimpRules}
22912step described above is simply followed by an @kbd{a r ExtSimpRules} step.)
22913
22914Following is a complete list of ``unsafe'' simplifications performed
22915by @kbd{a e}.
22916
22917@tex
22918\bigskip
22919@end tex
22920
22921Inverse trigonometric or hyperbolic functions, called with their
22922corresponding non-inverse functions as arguments, are simplified
22923by @kbd{a e}. For example, @expr{@tfn{arcsin}(@tfn{sin}(x))} changes
22924to @expr{x}. Also, @expr{@tfn{arcsin}(@tfn{cos}(x))} and
22925@expr{@tfn{arccos}(@tfn{sin}(x))} both change to @expr{@tfn{pi}/2 - x}.
22926These simplifications are unsafe because they are valid only for
22927values of @expr{x} in a certain range; outside that range, values
22928are folded down to the 360-degree range that the inverse trigonometric
22929functions always produce.
22930
22931Powers of powers @expr{(x^a)^b} are simplified to
22932@texline @math{x^{a b}}
22933@infoline @expr{x^(a b)}
22934for all @expr{a} and @expr{b}. These results will be valid only
22935in a restricted range of @expr{x}; for example, in
22936@texline @math{(x^2)^{1:2}}
22937@infoline @expr{(x^2)^1:2}
22938the powers cancel to get @expr{x}, which is valid for positive values
22939of @expr{x} but not for negative or complex values.
22940
22941Similarly, @expr{@tfn{sqrt}(x^a)} and @expr{@tfn{sqrt}(x)^a} are both
22942simplified (possibly unsafely) to
22943@texline @math{x^{a/2}}.
22944@infoline @expr{x^(a/2)}.
22945
22946Forms like @expr{@tfn{sqrt}(1 - sin(x)^2)} are simplified to, e.g.,
22947@expr{@tfn{cos}(x)}. Calc has identities of this sort for @code{sin},
22948@code{cos}, @code{tan}, @code{sinh}, and @code{cosh}.
22949
22950Arguments of square roots are partially factored to look for
22951squared terms that can be extracted. For example,
22952@expr{@tfn{sqrt}(a^2 b^3 + a^3 b^2)} simplifies to
22953@expr{a b @tfn{sqrt}(a+b)}.
22954
22955The simplifications of @expr{@tfn{ln}(@tfn{exp}(x))},
22956@expr{@tfn{ln}(@tfn{e}^x)}, and @expr{@tfn{log10}(10^x)} to @expr{x} are also
22957unsafe because of problems with principal values (although these
22958simplifications are safe if @expr{x} is known to be real).
22959
22960Common factors are cancelled from products on both sides of an
22961equation, even if those factors may be zero: @expr{a x / b x}
22962to @expr{a / b}. Such factors are never cancelled from
22963inequalities: Even @kbd{a e} is not bold enough to reduce
22964@expr{a x < b x} to @expr{a < b} (or @expr{a > b}, depending
22965on whether you believe @expr{x} is positive or negative).
22966The @kbd{a M /} command can be used to divide a factor out of
22967both sides of an inequality.
22968
22969@node Simplification of Units, , Unsafe Simplifications, Simplifying Formulas
22970@subsection Simplification of Units
22971
22972@noindent
22973The simplifications described in this section are applied by the
22974@kbd{u s} (@code{calc-simplify-units}) command. These are in addition
22975to the regular @kbd{a s} (but not @kbd{a e}) simplifications described
22976earlier. @xref{Basic Operations on Units}.
22977
22978The variable @code{UnitSimpRules} contains rewrites to be applied by
22979the @kbd{u s} command. These are applied in addition to @code{EvalRules}
22980and @code{AlgSimpRules}.
22981
22982Scalar mode is automatically put into effect when simplifying units.
22983@xref{Matrix Mode}.
22984
22985Sums @expr{a + b} involving units are simplified by extracting the
22986units of @expr{a} as if by the @kbd{u x} command (call the result
22987@expr{u_a}), then simplifying the expression @expr{b / u_a}
22988using @kbd{u b} and @kbd{u s}. If the result has units then the sum
22989is inconsistent and is left alone. Otherwise, it is rewritten
22990in terms of the units @expr{u_a}.
22991
22992If units auto-ranging mode is enabled, products or quotients in
22993which the first argument is a number which is out of range for the
22994leading unit are modified accordingly.
22995
22996When cancelling and combining units in products and quotients,
22997Calc accounts for unit names that differ only in the prefix letter.
22998For example, @samp{2 km m} is simplified to @samp{2000 m^2}.
22999However, compatible but different units like @code{ft} and @code{in}
23000are not combined in this way.
23001
23002Quotients @expr{a / b} are simplified in three additional ways. First,
23003if @expr{b} is a number or a product beginning with a number, Calc
23004computes the reciprocal of this number and moves it to the numerator.
23005
23006Second, for each pair of unit names from the numerator and denominator
23007of a quotient, if the units are compatible (e.g., they are both
23008units of area) then they are replaced by the ratio between those
23009units. For example, in @samp{3 s in N / kg cm} the units
23010@samp{in / cm} will be replaced by @expr{2.54}.
23011
23012Third, if the units in the quotient exactly cancel out, so that
23013a @kbd{u b} command on the quotient would produce a dimensionless
23014number for an answer, then the quotient simplifies to that number.
23015
23016For powers and square roots, the ``unsafe'' simplifications
23017@expr{(a b)^c} to @expr{a^c b^c}, @expr{(a/b)^c} to @expr{a^c / b^c},
23018and @expr{(a^b)^c} to
23019@texline @math{a^{b c}}
23020@infoline @expr{a^(b c)}
23021are done if the powers are real numbers. (These are safe in the context
23022of units because all numbers involved can reasonably be assumed to be
23023real.)
23024
23025Also, if a unit name is raised to a fractional power, and the
23026base units in that unit name all occur to powers which are a
23027multiple of the denominator of the power, then the unit name
23028is expanded out into its base units, which can then be simplified
23029according to the previous paragraph. For example, @samp{acre^1.5}
23030is simplified by noting that @expr{1.5 = 3:2}, that @samp{acre}
23031is defined in terms of @samp{m^2}, and that the 2 in the power of
23032@code{m} is a multiple of 2 in @expr{3:2}. Thus, @code{acre^1.5} is
23033replaced by approximately
23034@texline @math{(4046 m^2)^{1.5}}
23035@infoline @expr{(4046 m^2)^1.5},
23036which is then changed to
23037@texline @math{4046^{1.5} \, (m^2)^{1.5}},
23038@infoline @expr{4046^1.5 (m^2)^1.5},
23039then to @expr{257440 m^3}.
23040
23041The functions @code{float}, @code{frac}, @code{clean}, @code{abs},
23042as well as @code{floor} and the other integer truncation functions,
23043applied to unit names or products or quotients involving units, are
23044simplified. For example, @samp{round(1.6 in)} is changed to
23045@samp{round(1.6) round(in)}; the lefthand term evaluates to 2,
23046and the righthand term simplifies to @code{in}.
23047
23048The functions @code{sin}, @code{cos}, and @code{tan} with arguments
23049that have angular units like @code{rad} or @code{arcmin} are
23050simplified by converting to base units (radians), then evaluating
23051with the angular mode temporarily set to radians.
23052
23053@node Polynomials, Calculus, Simplifying Formulas, Algebra
23054@section Polynomials
23055
23056A @dfn{polynomial} is a sum of terms which are coefficients times
23057various powers of a ``base'' variable. For example, @expr{2 x^2 + 3 x - 4}
23058is a polynomial in @expr{x}. Some formulas can be considered
23059polynomials in several different variables: @expr{1 + 2 x + 3 y + 4 x y^2}
23060is a polynomial in both @expr{x} and @expr{y}. Polynomial coefficients
23061are often numbers, but they may in general be any formulas not
23062involving the base variable.
23063
23064@kindex a f
23065@pindex calc-factor
23066@tindex factor
23067The @kbd{a f} (@code{calc-factor}) [@code{factor}] command factors a
23068polynomial into a product of terms. For example, the polynomial
23069@expr{x^3 + 2 x^2 + x} is factored into @samp{x*(x+1)^2}. As another
23070example, @expr{a c + b d + b c + a d} is factored into the product
23071@expr{(a + b) (c + d)}.
23072
23073Calc currently has three algorithms for factoring. Formulas which are
23074linear in several variables, such as the second example above, are
23075merged according to the distributive law. Formulas which are
23076polynomials in a single variable, with constant integer or fractional
23077coefficients, are factored into irreducible linear and/or quadratic
23078terms. The first example above factors into three linear terms
23079(@expr{x}, @expr{x+1}, and @expr{x+1} again). Finally, formulas
23080which do not fit the above criteria are handled by the algebraic
23081rewrite mechanism.
23082
23083Calc's polynomial factorization algorithm works by using the general
23084root-finding command (@w{@kbd{a P}}) to solve for the roots of the
23085polynomial. It then looks for roots which are rational numbers
23086or complex-conjugate pairs, and converts these into linear and
23087quadratic terms, respectively. Because it uses floating-point
23088arithmetic, it may be unable to find terms that involve large
23089integers (whose number of digits approaches the current precision).
23090Also, irreducible factors of degree higher than quadratic are not
23091found, and polynomials in more than one variable are not treated.
23092(A more robust factorization algorithm may be included in a future
23093version of Calc.)
23094
23095@vindex FactorRules
23096@ignore
23097@starindex
23098@end ignore
23099@tindex thecoefs
23100@ignore
23101@starindex
23102@end ignore
23103@ignore
23104@mindex @idots
23105@end ignore
23106@tindex thefactors
23107The rewrite-based factorization method uses rules stored in the variable
23108@code{FactorRules}. @xref{Rewrite Rules}, for a discussion of the
23109operation of rewrite rules. The default @code{FactorRules} are able
23110to factor quadratic forms symbolically into two linear terms,
23111@expr{(a x + b) (c x + d)}. You can edit these rules to include other
23112cases if you wish. To use the rules, Calc builds the formula
23113@samp{thecoefs(x, [a, b, c, ...])} where @code{x} is the polynomial
23114base variable and @code{a}, @code{b}, etc., are polynomial coefficients
23115(which may be numbers or formulas). The constant term is written first,
23116i.e., in the @code{a} position. When the rules complete, they should have
23117changed the formula into the form @samp{thefactors(x, [f1, f2, f3, ...])}
23118where each @code{fi} should be a factored term, e.g., @samp{x - ai}.
23119Calc then multiplies these terms together to get the complete
23120factored form of the polynomial. If the rules do not change the
23121@code{thecoefs} call to a @code{thefactors} call, @kbd{a f} leaves the
23122polynomial alone on the assumption that it is unfactorable. (Note that
23123the function names @code{thecoefs} and @code{thefactors} are used only
23124as placeholders; there are no actual Calc functions by those names.)
23125
23126@kindex H a f
23127@tindex factors
23128The @kbd{H a f} [@code{factors}] command also factors a polynomial,
23129but it returns a list of factors instead of an expression which is the
23130product of the factors. Each factor is represented by a sub-vector
23131of the factor, and the power with which it appears. For example,
23132@expr{x^5 + x^4 - 33 x^3 + 63 x^2} factors to @expr{(x + 7) x^2 (x - 3)^2}
23133in @kbd{a f}, or to @expr{[ [x, 2], [x+7, 1], [x-3, 2] ]} in @kbd{H a f}.
23134If there is an overall numeric factor, it always comes first in the list.
23135The functions @code{factor} and @code{factors} allow a second argument
23136when written in algebraic form; @samp{factor(x,v)} factors @expr{x} with
23137respect to the specific variable @expr{v}. The default is to factor with
23138respect to all the variables that appear in @expr{x}.
23139
23140@kindex a c
23141@pindex calc-collect
23142@tindex collect
23143The @kbd{a c} (@code{calc-collect}) [@code{collect}] command rearranges a
23144formula as a
23145polynomial in a given variable, ordered in decreasing powers of that
23146variable. For example, given @expr{1 + 2 x + 3 y + 4 x y^2} on
23147the stack, @kbd{a c x} would produce @expr{(2 + 4 y^2) x + (1 + 3 y)},
23148and @kbd{a c y} would produce @expr{(4 x) y^2 + 3 y + (1 + 2 x)}.
23149The polynomial will be expanded out using the distributive law as
23150necessary: Collecting @expr{x} in @expr{(x - 1)^3} produces
23151@expr{x^3 - 3 x^2 + 3 x - 1}. Terms not involving @expr{x} will
23152not be expanded.
23153
23154The ``variable'' you specify at the prompt can actually be any
23155expression: @kbd{a c ln(x+1)} will collect together all terms multiplied
23156by @samp{ln(x+1)} or integer powers thereof. If @samp{x} also appears
23157in the formula in a context other than @samp{ln(x+1)}, @kbd{a c} will
23158treat those occurrences as unrelated to @samp{ln(x+1)}, i.e., as constants.
23159
23160@kindex a x
23161@pindex calc-expand
23162@tindex expand
23163The @kbd{a x} (@code{calc-expand}) [@code{expand}] command expands an
23164expression by applying the distributive law everywhere. It applies to
23165products, quotients, and powers involving sums. By default, it fully
23166distributes all parts of the expression. With a numeric prefix argument,
23167the distributive law is applied only the specified number of times, then
23168the partially expanded expression is left on the stack.
23169
23170The @kbd{a x} and @kbd{j D} commands are somewhat redundant. Use
23171@kbd{a x} if you want to expand all products of sums in your formula.
23172Use @kbd{j D} if you want to expand a particular specified term of
23173the formula. There is an exactly analogous correspondence between
23174@kbd{a f} and @kbd{j M}. (The @kbd{j D} and @kbd{j M} commands
23175also know many other kinds of expansions, such as
23176@samp{exp(a + b) = exp(a) exp(b)}, which @kbd{a x} and @kbd{a f}
23177do not do.)
23178
23179Calc's automatic simplifications will sometimes reverse a partial
23180expansion. For example, the first step in expanding @expr{(x+1)^3} is
23181to write @expr{(x+1) (x+1)^2}. If @kbd{a x} stops there and tries
23182to put this formula onto the stack, though, Calc will automatically
23183simplify it back to @expr{(x+1)^3} form. The solution is to turn
23184simplification off first (@pxref{Simplification Modes}), or to run
23185@kbd{a x} without a numeric prefix argument so that it expands all
23186the way in one step.
23187
23188@kindex a a
23189@pindex calc-apart
23190@tindex apart
23191The @kbd{a a} (@code{calc-apart}) [@code{apart}] command expands a
23192rational function by partial fractions. A rational function is the
23193quotient of two polynomials; @code{apart} pulls this apart into a
23194sum of rational functions with simple denominators. In algebraic
23195notation, the @code{apart} function allows a second argument that
23196specifies which variable to use as the ``base''; by default, Calc
23197chooses the base variable automatically.
23198
23199@kindex a n
23200@pindex calc-normalize-rat
23201@tindex nrat
23202The @kbd{a n} (@code{calc-normalize-rat}) [@code{nrat}] command
23203attempts to arrange a formula into a quotient of two polynomials.
23204For example, given @expr{1 + (a + b/c) / d}, the result would be
23205@expr{(b + a c + c d) / c d}. The quotient is reduced, so that
23206@kbd{a n} will simplify @expr{(x^2 + 2x + 1) / (x^2 - 1)} by dividing
23207out the common factor @expr{x + 1}, yielding @expr{(x + 1) / (x - 1)}.
23208
23209@kindex a \
23210@pindex calc-poly-div
23211@tindex pdiv
23212The @kbd{a \} (@code{calc-poly-div}) [@code{pdiv}] command divides
23213two polynomials @expr{u} and @expr{v}, yielding a new polynomial
23214@expr{q}. If several variables occur in the inputs, the inputs are
23215considered multivariate polynomials. (Calc divides by the variable
23216with the largest power in @expr{u} first, or, in the case of equal
23217powers, chooses the variables in alphabetical order.) For example,
23218dividing @expr{x^2 + 3 x + 2} by @expr{x + 2} yields @expr{x + 1}.
23219The remainder from the division, if any, is reported at the bottom
23220of the screen and is also placed in the Trail along with the quotient.
23221
23222Using @code{pdiv} in algebraic notation, you can specify the particular
23223variable to be used as the base: @code{pdiv(@var{a},@var{b},@var{x})}.
23224If @code{pdiv} is given only two arguments (as is always the case with
23225the @kbd{a \} command), then it does a multivariate division as outlined
23226above.
23227
23228@kindex a %
23229@pindex calc-poly-rem
23230@tindex prem
23231The @kbd{a %} (@code{calc-poly-rem}) [@code{prem}] command divides
23232two polynomials and keeps the remainder @expr{r}. The quotient
23233@expr{q} is discarded. For any formulas @expr{a} and @expr{b}, the
23234results of @kbd{a \} and @kbd{a %} satisfy @expr{a = q b + r}.
23235(This is analogous to plain @kbd{\} and @kbd{%}, which compute the
23236integer quotient and remainder from dividing two numbers.)
23237
23238@kindex a /
23239@kindex H a /
23240@pindex calc-poly-div-rem
23241@tindex pdivrem
23242@tindex pdivide
23243The @kbd{a /} (@code{calc-poly-div-rem}) [@code{pdivrem}] command
23244divides two polynomials and reports both the quotient and the
23245remainder as a vector @expr{[q, r]}. The @kbd{H a /} [@code{pdivide}]
23246command divides two polynomials and constructs the formula
23247@expr{q + r/b} on the stack. (Naturally if the remainder is zero,
23248this will immediately simplify to @expr{q}.)
23249
23250@kindex a g
23251@pindex calc-poly-gcd
23252@tindex pgcd
23253The @kbd{a g} (@code{calc-poly-gcd}) [@code{pgcd}] command computes
23254the greatest common divisor of two polynomials. (The GCD actually
23255is unique only to within a constant multiplier; Calc attempts to
23256choose a GCD which will be unsurprising.) For example, the @kbd{a n}
23257command uses @kbd{a g} to take the GCD of the numerator and denominator
23258of a quotient, then divides each by the result using @kbd{a \}. (The
23259definition of GCD ensures that this division can take place without
23260leaving a remainder.)
23261
23262While the polynomials used in operations like @kbd{a /} and @kbd{a g}
23263often have integer coefficients, this is not required. Calc can also
23264deal with polynomials over the rationals or floating-point reals.
23265Polynomials with modulo-form coefficients are also useful in many
23266applications; if you enter @samp{(x^2 + 3 x - 1) mod 5}, Calc
23267automatically transforms this into a polynomial over the field of
23268integers mod 5: @samp{(1 mod 5) x^2 + (3 mod 5) x + (4 mod 5)}.
23269
23270Congratulations and thanks go to Ove Ewerlid
23271(@code{ewerlid@@mizar.DoCS.UU.SE}), who contributed many of the
23272polynomial routines used in the above commands.
23273
23274@xref{Decomposing Polynomials}, for several useful functions for
23275extracting the individual coefficients of a polynomial.
23276
23277@node Calculus, Solving Equations, Polynomials, Algebra
23278@section Calculus
23279
23280@noindent
23281The following calculus commands do not automatically simplify their
23282inputs or outputs using @code{calc-simplify}. You may find it helps
23283to do this by hand by typing @kbd{a s} or @kbd{a e}. It may also help
23284to use @kbd{a x} and/or @kbd{a c} to arrange a result in the most
23285readable way.
23286
23287@menu
23288* Differentiation::
23289* Integration::
23290* Customizing the Integrator::
23291* Numerical Integration::
23292* Taylor Series::
23293@end menu
23294
23295@node Differentiation, Integration, Calculus, Calculus
23296@subsection Differentiation
23297
23298@noindent
23299@kindex a d
23300@kindex H a d
23301@pindex calc-derivative
23302@tindex deriv
23303@tindex tderiv
23304The @kbd{a d} (@code{calc-derivative}) [@code{deriv}] command computes
23305the derivative of the expression on the top of the stack with respect to
23306some variable, which it will prompt you to enter. Normally, variables
23307in the formula other than the specified differentiation variable are
23308considered constant, i.e., @samp{deriv(y,x)} is reduced to zero. With
23309the Hyperbolic flag, the @code{tderiv} (total derivative) operation is used
23310instead, in which derivatives of variables are not reduced to zero
23311unless those variables are known to be ``constant,'' i.e., independent
23312of any other variables. (The built-in special variables like @code{pi}
23313are considered constant, as are variables that have been declared
23314@code{const}; @pxref{Declarations}.)
23315
23316With a numeric prefix argument @var{n}, this command computes the
23317@var{n}th derivative.
23318
23319When working with trigonometric functions, it is best to switch to
23320Radians mode first (with @w{@kbd{m r}}). The derivative of @samp{sin(x)}
23321in degrees is @samp{(pi/180) cos(x)}, probably not the expected
23322answer!
23323
23324If you use the @code{deriv} function directly in an algebraic formula,
23325you can write @samp{deriv(f,x,x0)} which represents the derivative
23326of @expr{f} with respect to @expr{x}, evaluated at the point
23327@texline @math{x=x_0}.
23328@infoline @expr{x=x0}.
23329
23330If the formula being differentiated contains functions which Calc does
23331not know, the derivatives of those functions are produced by adding
23332primes (apostrophe characters). For example, @samp{deriv(f(2x), x)}
23333produces @samp{2 f'(2 x)}, where the function @code{f'} represents the
23334derivative of @code{f}.
23335
23336For functions you have defined with the @kbd{Z F} command, Calc expands
23337the functions according to their defining formulas unless you have
23338also defined @code{f'} suitably. For example, suppose we define
23339@samp{sinc(x) = sin(x)/x} using @kbd{Z F}. If we then differentiate
23340the formula @samp{sinc(2 x)}, the formula will be expanded to
23341@samp{sin(2 x) / (2 x)} and differentiated. However, if we also
23342define @samp{sinc'(x) = dsinc(x)}, say, then Calc will write the
23343result as @samp{2 dsinc(2 x)}. @xref{Algebraic Definitions}.
23344
23345For multi-argument functions @samp{f(x,y,z)}, the derivative with respect
23346to the first argument is written @samp{f'(x,y,z)}; derivatives with
23347respect to the other arguments are @samp{f'2(x,y,z)} and @samp{f'3(x,y,z)}.
23348Various higher-order derivatives can be formed in the obvious way, e.g.,
23349@samp{f'@var{}'(x)} (the second derivative of @code{f}) or
23350@samp{f'@var{}'2'3(x,y,z)} (@code{f} differentiated with respect to each
23351argument once).
23352
23353@node Integration, Customizing the Integrator, Differentiation, Calculus
23354@subsection Integration
23355
23356@noindent
23357@kindex a i
23358@pindex calc-integral
23359@tindex integ
23360The @kbd{a i} (@code{calc-integral}) [@code{integ}] command computes the
23361indefinite integral of the expression on the top of the stack with
23362respect to a prompted-for variable. The integrator is not guaranteed to
23363work for all integrable functions, but it is able to integrate several
23364large classes of formulas. In particular, any polynomial or rational
23365function (a polynomial divided by a polynomial) is acceptable.
23366(Rational functions don't have to be in explicit quotient form, however;
23367@texline @math{x/(1+x^{-2})}
23368@infoline @expr{x/(1+x^-2)}
23369is not strictly a quotient of polynomials, but it is equivalent to
23370@expr{x^3/(x^2+1)}, which is.) Also, square roots of terms involving
23371@expr{x} and @expr{x^2} may appear in rational functions being
23372integrated. Finally, rational functions involving trigonometric or
23373hyperbolic functions can be integrated.
23374
23375With an argument (@kbd{C-u a i}), this command will compute the definite
23376integral of the expression on top of the stack. In this case, the
23377command will again prompt for an integration variable, then prompt for a
23378lower limit and an upper limit.
23379
23380@ifnottex
23381If you use the @code{integ} function directly in an algebraic formula,
23382you can also write @samp{integ(f,x,v)} which expresses the resulting
23383indefinite integral in terms of variable @code{v} instead of @code{x}.
23384With four arguments, @samp{integ(f(x),x,a,b)} represents a definite
23385integral from @code{a} to @code{b}.
23386@end ifnottex
23387@tex
23388If you use the @code{integ} function directly in an algebraic formula,
23389you can also write @samp{integ(f,x,v)} which expresses the resulting
23390indefinite integral in terms of variable @code{v} instead of @code{x}.
23391With four arguments, @samp{integ(f(x),x,a,b)} represents a definite
23392integral $\int_a^b f(x) \, dx$.
23393@end tex
23394
23395Please note that the current implementation of Calc's integrator sometimes
23396produces results that are significantly more complex than they need to
23397be. For example, the integral Calc finds for
23398@texline @math{1/(x+\sqrt{x^2+1})}
23399@infoline @expr{1/(x+sqrt(x^2+1))}
23400is several times more complicated than the answer Mathematica
23401returns for the same input, although the two forms are numerically
23402equivalent. Also, any indefinite integral should be considered to have
23403an arbitrary constant of integration added to it, although Calc does not
23404write an explicit constant of integration in its result. For example,
23405Calc's solution for
23406@texline @math{1/(1+\tan x)}
23407@infoline @expr{1/(1+tan(x))}
23408differs from the solution given in the @emph{CRC Math Tables} by a
23409constant factor of
23410@texline @math{\pi i / 2}
23411@infoline @expr{pi i / 2},
23412due to a different choice of constant of integration.
23413
23414The Calculator remembers all the integrals it has done. If conditions
23415change in a way that would invalidate the old integrals, say, a switch
23416from Degrees to Radians mode, then they will be thrown out. If you
23417suspect this is not happening when it should, use the
23418@code{calc-flush-caches} command; @pxref{Caches}.
23419
23420@vindex IntegLimit
23421Calc normally will pursue integration by substitution or integration by
23422parts up to 3 nested times before abandoning an approach as fruitless.
23423If the integrator is taking too long, you can lower this limit by storing
23424a number (like 2) in the variable @code{IntegLimit}. (The @kbd{s I}
23425command is a convenient way to edit @code{IntegLimit}.) If this variable
23426has no stored value or does not contain a nonnegative integer, a limit
23427of 3 is used. The lower this limit is, the greater the chance that Calc
23428will be unable to integrate a function it could otherwise handle. Raising
23429this limit allows the Calculator to solve more integrals, though the time
23430it takes may grow exponentially. You can monitor the integrator's actions
23431by creating an Emacs buffer called @code{*Trace*}. If such a buffer
23432exists, the @kbd{a i} command will write a log of its actions there.
23433
23434If you want to manipulate integrals in a purely symbolic way, you can
23435set the integration nesting limit to 0 to prevent all but fast
23436table-lookup solutions of integrals. You might then wish to define
23437rewrite rules for integration by parts, various kinds of substitutions,
23438and so on. @xref{Rewrite Rules}.
23439
23440@node Customizing the Integrator, Numerical Integration, Integration, Calculus
23441@subsection Customizing the Integrator
23442
23443@noindent
23444@vindex IntegRules
23445Calc has two built-in rewrite rules called @code{IntegRules} and
23446@code{IntegAfterRules} which you can edit to define new integration
23447methods. @xref{Rewrite Rules}. At each step of the integration process,
23448Calc wraps the current integrand in a call to the fictitious function
23449@samp{integtry(@var{expr},@var{var})}, where @var{expr} is the
23450integrand and @var{var} is the integration variable. If your rules
23451rewrite this to be a plain formula (not a call to @code{integtry}), then
23452Calc will use this formula as the integral of @var{expr}. For example,
23453the rule @samp{integtry(mysin(x),x) := -mycos(x)} would define a rule to
23454integrate a function @code{mysin} that acts like the sine function.
23455Then, putting @samp{4 mysin(2y+1)} on the stack and typing @kbd{a i y}
23456will produce the integral @samp{-2 mycos(2y+1)}. Note that Calc has
23457automatically made various transformations on the integral to allow it
23458to use your rule; integral tables generally give rules for
23459@samp{mysin(a x + b)}, but you don't need to use this much generality
23460in your @code{IntegRules}.
23461
23462@cindex Exponential integral Ei(x)
23463@ignore
23464@starindex
23465@end ignore
23466@tindex Ei
23467As a more serious example, the expression @samp{exp(x)/x} cannot be
23468integrated in terms of the standard functions, so the ``exponential
23469integral'' function
23470@texline @math{{\rm Ei}(x)}
23471@infoline @expr{Ei(x)}
23472was invented to describe it.
23473We can get Calc to do this integral in terms of a made-up @code{Ei}
23474function by adding the rule @samp{[integtry(exp(x)/x, x) := Ei(x)]}
23475to @code{IntegRules}. Now entering @samp{exp(2x)/x} on the stack
23476and typing @kbd{a i x} yields @samp{Ei(2 x)}. This new rule will
23477work with Calc's various built-in integration methods (such as
23478integration by substitution) to solve a variety of other problems
23479involving @code{Ei}: For example, now Calc will also be able to
23480integrate @samp{exp(exp(x))} and @samp{ln(ln(x))} (to get @samp{Ei(exp(x))}
23481and @samp{x ln(ln(x)) - Ei(ln(x))}, respectively).
23482
23483Your rule may do further integration by calling @code{integ}. For
23484example, @samp{integtry(twice(u),x) := twice(integ(u))} allows Calc
23485to integrate @samp{twice(sin(x))} to get @samp{twice(-cos(x))}.
23486Note that @code{integ} was called with only one argument. This notation
23487is allowed only within @code{IntegRules}; it means ``integrate this
23488with respect to the same integration variable.'' If Calc is unable
23489to integrate @code{u}, the integration that invoked @code{IntegRules}
23490also fails. Thus integrating @samp{twice(f(x))} fails, returning the
23491unevaluated integral @samp{integ(twice(f(x)), x)}. It is still valid
23492to call @code{integ} with two or more arguments, however; in this case,
23493if @code{u} is not integrable, @code{twice} itself will still be
23494integrated: If the above rule is changed to @samp{... := twice(integ(u,x))},
23495then integrating @samp{twice(f(x))} will yield @samp{twice(integ(f(x),x))}.
23496
23497If a rule instead produces the formula @samp{integsubst(@var{sexpr},
23498@var{svar})}, either replacing the top-level @code{integtry} call or
23499nested anywhere inside the expression, then Calc will apply the
23500substitution @samp{@var{u} = @var{sexpr}(@var{svar})} to try to
23501integrate the original @var{expr}. For example, the rule
23502@samp{sqrt(a) := integsubst(sqrt(x),x)} says that if Calc ever finds
23503a square root in the integrand, it should attempt the substitution
23504@samp{u = sqrt(x)}. (This particular rule is unnecessary because
23505Calc always tries ``obvious'' substitutions where @var{sexpr} actually
23506appears in the integrand.) The variable @var{svar} may be the same
23507as the @var{var} that appeared in the call to @code{integtry}, but
23508it need not be.
23509
23510When integrating according to an @code{integsubst}, Calc uses the
23511equation solver to find the inverse of @var{sexpr} (if the integrand
23512refers to @var{var} anywhere except in subexpressions that exactly
23513match @var{sexpr}). It uses the differentiator to find the derivative
23514of @var{sexpr} and/or its inverse (it has two methods that use one
23515derivative or the other). You can also specify these items by adding
23516extra arguments to the @code{integsubst} your rules construct; the
23517general form is @samp{integsubst(@var{sexpr}, @var{svar}, @var{sinv},
23518@var{sprime})}, where @var{sinv} is the inverse of @var{sexpr} (still
23519written as a function of @var{svar}), and @var{sprime} is the
23520derivative of @var{sexpr} with respect to @var{svar}. If you don't
23521specify these things, and Calc is not able to work them out on its
23522own with the information it knows, then your substitution rule will
23523work only in very specific, simple cases.
23524
23525Calc applies @code{IntegRules} as if by @kbd{C-u 1 a r IntegRules};
23526in other words, Calc stops rewriting as soon as any rule in your rule
23527set succeeds. (If it weren't for this, the @samp{integsubst(sqrt(x),x)}
23528example above would keep on adding layers of @code{integsubst} calls
23529forever!)
23530
23531@vindex IntegSimpRules
23532Another set of rules, stored in @code{IntegSimpRules}, are applied
23533every time the integrator uses @kbd{a s} to simplify an intermediate
23534result. For example, putting the rule @samp{twice(x) := 2 x} into
23535@code{IntegSimpRules} would tell Calc to convert the @code{twice}
23536function into a form it knows whenever integration is attempted.
23537
23538One more way to influence the integrator is to define a function with
23539the @kbd{Z F} command (@pxref{Algebraic Definitions}). Calc's
23540integrator automatically expands such functions according to their
23541defining formulas, even if you originally asked for the function to
23542be left unevaluated for symbolic arguments. (Certain other Calc
23543systems, such as the differentiator and the equation solver, also
23544do this.)
23545
23546@vindex IntegAfterRules
23547Sometimes Calc is able to find a solution to your integral, but it
23548expresses the result in a way that is unnecessarily complicated. If
23549this happens, you can either use @code{integsubst} as described
23550above to try to hint at a more direct path to the desired result, or
23551you can use @code{IntegAfterRules}. This is an extra rule set that
23552runs after the main integrator returns its result; basically, Calc does
23553an @kbd{a r IntegAfterRules} on the result before showing it to you.
23554(It also does an @kbd{a s}, without @code{IntegSimpRules}, after that
23555to further simplify the result.) For example, Calc's integrator
23556sometimes produces expressions of the form @samp{ln(1+x) - ln(1-x)};
23557the default @code{IntegAfterRules} rewrite this into the more readable
23558form @samp{2 arctanh(x)}. Note that, unlike @code{IntegRules},
23559@code{IntegSimpRules} and @code{IntegAfterRules} are applied any number
23560of times until no further changes are possible. Rewriting by
23561@code{IntegAfterRules} occurs only after the main integrator has
23562finished, not at every step as for @code{IntegRules} and
23563@code{IntegSimpRules}.
23564
23565@node Numerical Integration, Taylor Series, Customizing the Integrator, Calculus
23566@subsection Numerical Integration
23567
23568@noindent
23569@kindex a I
23570@pindex calc-num-integral
23571@tindex ninteg
23572If you want a purely numerical answer to an integration problem, you can
23573use the @kbd{a I} (@code{calc-num-integral}) [@code{ninteg}] command. This
23574command prompts for an integration variable, a lower limit, and an
23575upper limit. Except for the integration variable, all other variables
23576that appear in the integrand formula must have stored values. (A stored
23577value, if any, for the integration variable itself is ignored.)
23578
23579Numerical integration works by evaluating your formula at many points in
23580the specified interval. Calc uses an ``open Romberg'' method; this means
23581that it does not evaluate the formula actually at the endpoints (so that
23582it is safe to integrate @samp{sin(x)/x} from zero, for example). Also,
23583the Romberg method works especially well when the function being
23584integrated is fairly smooth. If the function is not smooth, Calc will
23585have to evaluate it at quite a few points before it can accurately
23586determine the value of the integral.
23587
23588Integration is much faster when the current precision is small. It is
23589best to set the precision to the smallest acceptable number of digits
23590before you use @kbd{a I}. If Calc appears to be taking too long, press
23591@kbd{C-g} to halt it and try a lower precision. If Calc still appears
23592to need hundreds of evaluations, check to make sure your function is
23593well-behaved in the specified interval.
23594
23595It is possible for the lower integration limit to be @samp{-inf} (minus
23596infinity). Likewise, the upper limit may be plus infinity. Calc
23597internally transforms the integral into an equivalent one with finite
23598limits. However, integration to or across singularities is not supported:
23599The integral of @samp{1/sqrt(x)} from 0 to 1 exists (it can be found
23600by Calc's symbolic integrator, for example), but @kbd{a I} will fail
23601because the integrand goes to infinity at one of the endpoints.
23602
23603@node Taylor Series, , Numerical Integration, Calculus
23604@subsection Taylor Series
23605
23606@noindent
23607@kindex a t
23608@pindex calc-taylor
23609@tindex taylor
23610The @kbd{a t} (@code{calc-taylor}) [@code{taylor}] command computes a
23611power series expansion or Taylor series of a function. You specify the
23612variable and the desired number of terms. You may give an expression of
23613the form @samp{@var{var} = @var{a}} or @samp{@var{var} - @var{a}} instead
23614of just a variable to produce a Taylor expansion about the point @var{a}.
23615You may specify the number of terms with a numeric prefix argument;
23616otherwise the command will prompt you for the number of terms. Note that
23617many series expansions have coefficients of zero for some terms, so you
23618may appear to get fewer terms than you asked for.
23619
23620If the @kbd{a i} command is unable to find a symbolic integral for a
23621function, you can get an approximation by integrating the function's
23622Taylor series.
23623
23624@node Solving Equations, Numerical Solutions, Calculus, Algebra
23625@section Solving Equations
23626
23627@noindent
23628@kindex a S
23629@pindex calc-solve-for
23630@tindex solve
23631@cindex Equations, solving
23632@cindex Solving equations
23633The @kbd{a S} (@code{calc-solve-for}) [@code{solve}] command rearranges
23634an equation to solve for a specific variable. An equation is an
23635expression of the form @expr{L = R}. For example, the command @kbd{a S x}
23636will rearrange @expr{y = 3x + 6} to the form, @expr{x = y/3 - 2}. If the
23637input is not an equation, it is treated like an equation of the
23638form @expr{X = 0}.
23639
23640This command also works for inequalities, as in @expr{y < 3x + 6}.
23641Some inequalities cannot be solved where the analogous equation could
23642be; for example, solving
23643@texline @math{a < b \, c}
23644@infoline @expr{a < b c}
23645for @expr{b} is impossible
23646without knowing the sign of @expr{c}. In this case, @kbd{a S} will
23647produce the result
23648@texline @math{b \mathbin{\hbox{\code{!=}}} a/c}
23649@infoline @expr{b != a/c}
23650(using the not-equal-to operator) to signify that the direction of the
23651inequality is now unknown. The inequality
23652@texline @math{a \le b \, c}
23653@infoline @expr{a <= b c}
23654is not even partially solved. @xref{Declarations}, for a way to tell
23655Calc that the signs of the variables in a formula are in fact known.
23656
23657Two useful commands for working with the result of @kbd{a S} are
23658@kbd{a .} (@pxref{Logical Operations}), which converts @expr{x = y/3 - 2}
23659to @expr{y/3 - 2}, and @kbd{s l} (@pxref{Let Command}) which evaluates
23660another formula with @expr{x} set equal to @expr{y/3 - 2}.
23661
23662@menu
23663* Multiple Solutions::
23664* Solving Systems of Equations::
23665* Decomposing Polynomials::
23666@end menu
23667
23668@node Multiple Solutions, Solving Systems of Equations, Solving Equations, Solving Equations
23669@subsection Multiple Solutions
23670
23671@noindent
23672@kindex H a S
23673@tindex fsolve
23674Some equations have more than one solution. The Hyperbolic flag
23675(@code{H a S}) [@code{fsolve}] tells the solver to report the fully
23676general family of solutions. It will invent variables @code{n1},
23677@code{n2}, @dots{}, which represent independent arbitrary integers, and
23678@code{s1}, @code{s2}, @dots{}, which represent independent arbitrary
23679signs (either @mathit{+1} or @mathit{-1}). If you don't use the Hyperbolic
23680flag, Calc will use zero in place of all arbitrary integers, and plus
23681one in place of all arbitrary signs. Note that variables like @code{n1}
23682and @code{s1} are not given any special interpretation in Calc except by
23683the equation solver itself. As usual, you can use the @w{@kbd{s l}}
23684(@code{calc-let}) command to obtain solutions for various actual values
23685of these variables.
23686
23687For example, @kbd{' x^2 = y @key{RET} H a S x @key{RET}} solves to
23688get @samp{x = s1 sqrt(y)}, indicating that the two solutions to the
23689equation are @samp{sqrt(y)} and @samp{-sqrt(y)}. Another way to
23690think about it is that the square-root operation is really a
23691two-valued function; since every Calc function must return a
23692single result, @code{sqrt} chooses to return the positive result.
23693Then @kbd{H a S} doctors this result using @code{s1} to indicate
23694the full set of possible values of the mathematical square-root.
23695
23696There is a similar phenomenon going the other direction: Suppose
23697we solve @samp{sqrt(y) = x} for @code{y}. Calc squares both sides
23698to get @samp{y = x^2}. This is correct, except that it introduces
23699some dubious solutions. Consider solving @samp{sqrt(y) = -3}:
23700Calc will report @expr{y = 9} as a valid solution, which is true
23701in the mathematical sense of square-root, but false (there is no
23702solution) for the actual Calc positive-valued @code{sqrt}. This
23703happens for both @kbd{a S} and @kbd{H a S}.
23704
23705@cindex @code{GenCount} variable
23706@vindex GenCount
23707@ignore
23708@starindex
23709@end ignore
23710@tindex an
23711@ignore
23712@starindex
23713@end ignore
23714@tindex as
23715If you store a positive integer in the Calc variable @code{GenCount},
23716then Calc will generate formulas of the form @samp{as(@var{n})} for
23717arbitrary signs, and @samp{an(@var{n})} for arbitrary integers,
23718where @var{n} represents successive values taken by incrementing
23719@code{GenCount} by one. While the normal arbitrary sign and
23720integer symbols start over at @code{s1} and @code{n1} with each
23721new Calc command, the @code{GenCount} approach will give each
23722arbitrary value a name that is unique throughout the entire Calc
23723session. Also, the arbitrary values are function calls instead
23724of variables, which is advantageous in some cases. For example,
23725you can make a rewrite rule that recognizes all arbitrary signs
23726using a pattern like @samp{as(n)}. The @kbd{s l} command only works
23727on variables, but you can use the @kbd{a b} (@code{calc-substitute})
23728command to substitute actual values for function calls like @samp{as(3)}.
23729
23730The @kbd{s G} (@code{calc-edit-GenCount}) command is a convenient
23731way to create or edit this variable. Press @kbd{C-c C-c} to finish.
23732
23733If you have not stored a value in @code{GenCount}, or if the value
23734in that variable is not a positive integer, the regular
23735@code{s1}/@code{n1} notation is used.
23736
23737@kindex I a S
23738@kindex H I a S
23739@tindex finv
23740@tindex ffinv
23741With the Inverse flag, @kbd{I a S} [@code{finv}] treats the expression
23742on top of the stack as a function of the specified variable and solves
23743to find the inverse function, written in terms of the same variable.
23744For example, @kbd{I a S x} inverts @expr{2x + 6} to @expr{x/2 - 3}.
23745You can use both Inverse and Hyperbolic [@code{ffinv}] to obtain a
23746fully general inverse, as described above.
23747
23748@kindex a P
23749@pindex calc-poly-roots
23750@tindex roots
23751Some equations, specifically polynomials, have a known, finite number
23752of solutions. The @kbd{a P} (@code{calc-poly-roots}) [@code{roots}]
23753command uses @kbd{H a S} to solve an equation in general form, then, for
23754all arbitrary-sign variables like @code{s1}, and all arbitrary-integer
23755variables like @code{n1} for which @code{n1} only usefully varies over
23756a finite range, it expands these variables out to all their possible
23757values. The results are collected into a vector, which is returned.
23758For example, @samp{roots(x^4 = 1, x)} returns the four solutions
23759@samp{[1, -1, (0, 1), (0, -1)]}. Generally an @var{n}th degree
23760polynomial will always have @var{n} roots on the complex plane.
23761(If you have given a @code{real} declaration for the solution
23762variable, then only the real-valued solutions, if any, will be
23763reported; @pxref{Declarations}.)
23764
23765Note that because @kbd{a P} uses @kbd{H a S}, it is able to deliver
23766symbolic solutions if the polynomial has symbolic coefficients. Also
23767note that Calc's solver is not able to get exact symbolic solutions
23768to all polynomials. Polynomials containing powers up to @expr{x^4}
23769can always be solved exactly; polynomials of higher degree sometimes
23770can be: @expr{x^6 + x^3 + 1} is converted to @expr{(x^3)^2 + (x^3) + 1},
23771which can be solved for @expr{x^3} using the quadratic equation, and then
23772for @expr{x} by taking cube roots. But in many cases, like
23773@expr{x^6 + x + 1}, Calc does not know how to rewrite the polynomial
23774into a form it can solve. The @kbd{a P} command can still deliver a
23775list of numerical roots, however, provided that Symbolic mode (@kbd{m s})
23776is not turned on. (If you work with Symbolic mode on, recall that the
23777@kbd{N} (@code{calc-eval-num}) key is a handy way to reevaluate the
23778formula on the stack with Symbolic mode temporarily off.) Naturally,
23779@kbd{a P} can only provide numerical roots if the polynomial coefficients
23780are all numbers (real or complex).
23781
23782@node Solving Systems of Equations, Decomposing Polynomials, Multiple Solutions, Solving Equations
23783@subsection Solving Systems of Equations
23784
23785@noindent
23786@cindex Systems of equations, symbolic
23787You can also use the commands described above to solve systems of
23788simultaneous equations. Just create a vector of equations, then
23789specify a vector of variables for which to solve. (You can omit
23790the surrounding brackets when entering the vector of variables
23791at the prompt.)
23792
23793For example, putting @samp{[x + y = a, x - y = b]} on the stack
23794and typing @kbd{a S x,y @key{RET}} produces the vector of solutions
23795@samp{[x = a - (a-b)/2, y = (a-b)/2]}. The result vector will
23796have the same length as the variables vector, and the variables
23797will be listed in the same order there. Note that the solutions
23798are not always simplified as far as possible; the solution for
23799@expr{x} here could be improved by an application of the @kbd{a n}
23800command.
23801
23802Calc's algorithm works by trying to eliminate one variable at a
23803time by solving one of the equations for that variable and then
23804substituting into the other equations. Calc will try all the
23805possibilities, but you can speed things up by noting that Calc
23806first tries to eliminate the first variable with the first
23807equation, then the second variable with the second equation,
23808and so on. It also helps to put the simpler (e.g., more linear)
23809equations toward the front of the list. Calc's algorithm will
23810solve any system of linear equations, and also many kinds of
23811nonlinear systems.
23812
23813@ignore
23814@starindex
23815@end ignore
23816@tindex elim
23817Normally there will be as many variables as equations. If you
23818give fewer variables than equations (an ``over-determined'' system
23819of equations), Calc will find a partial solution. For example,
23820typing @kbd{a S y @key{RET}} with the above system of equations
23821would produce @samp{[y = a - x]}. There are now several ways to
23822express this solution in terms of the original variables; Calc uses
23823the first one that it finds. You can control the choice by adding
23824variable specifiers of the form @samp{elim(@var{v})} to the
23825variables list. This says that @var{v} should be eliminated from
23826the equations; the variable will not appear at all in the solution.
23827For example, typing @kbd{a S y,elim(x)} would yield
23828@samp{[y = a - (b+a)/2]}.
23829
23830If the variables list contains only @code{elim} specifiers,
23831Calc simply eliminates those variables from the equations
23832and then returns the resulting set of equations. For example,
23833@kbd{a S elim(x)} produces @samp{[a - 2 y = b]}. Every variable
23834eliminated will reduce the number of equations in the system
23835by one.
23836
23837Again, @kbd{a S} gives you one solution to the system of
23838equations. If there are several solutions, you can use @kbd{H a S}
23839to get a general family of solutions, or, if there is a finite
23840number of solutions, you can use @kbd{a P} to get a list. (In
23841the latter case, the result will take the form of a matrix where
23842the rows are different solutions and the columns correspond to the
23843variables you requested.)
23844
23845Another way to deal with certain kinds of overdetermined systems of
23846equations is the @kbd{a F} command, which does least-squares fitting
23847to satisfy the equations. @xref{Curve Fitting}.
23848
23849@node Decomposing Polynomials, , Solving Systems of Equations, Solving Equations
23850@subsection Decomposing Polynomials
23851
23852@noindent
23853@ignore
23854@starindex
23855@end ignore
23856@tindex poly
23857The @code{poly} function takes a polynomial and a variable as
23858arguments, and returns a vector of polynomial coefficients (constant
23859coefficient first). For example, @samp{poly(x^3 + 2 x, x)} returns
23860@expr{[0, 2, 0, 1]}. If the input is not a polynomial in @expr{x},
23861the call to @code{poly} is left in symbolic form. If the input does
23862not involve the variable @expr{x}, the input is returned in a list
23863of length one, representing a polynomial with only a constant
23864coefficient. The call @samp{poly(x, x)} returns the vector @expr{[0, 1]}.
23865The last element of the returned vector is guaranteed to be nonzero;
23866note that @samp{poly(0, x)} returns the empty vector @expr{[]}.
23867Note also that @expr{x} may actually be any formula; for example,
23868@samp{poly(sin(x)^2 - sin(x) + 3, sin(x))} returns @expr{[3, -1, 1]}.
23869
23870@cindex Coefficients of polynomial
23871@cindex Degree of polynomial
23872To get the @expr{x^k} coefficient of polynomial @expr{p}, use
23873@samp{poly(p, x)_(k+1)}. To get the degree of polynomial @expr{p},
23874use @samp{vlen(poly(p, x)) - 1}. For example, @samp{poly((x+1)^4, x)}
23875returns @samp{[1, 4, 6, 4, 1]}, so @samp{poly((x+1)^4, x)_(2+1)}
23876gives the @expr{x^2} coefficient of this polynomial, 6.
23877
23878@ignore
23879@starindex
23880@end ignore
23881@tindex gpoly
23882One important feature of the solver is its ability to recognize
23883formulas which are ``essentially'' polynomials. This ability is
23884made available to the user through the @code{gpoly} function, which
23885is used just like @code{poly}: @samp{gpoly(@var{expr}, @var{var})}.
23886If @var{expr} is a polynomial in some term which includes @var{var}, then
23887this function will return a vector @samp{[@var{x}, @var{c}, @var{a}]}
23888where @var{x} is the term that depends on @var{var}, @var{c} is a
23889vector of polynomial coefficients (like the one returned by @code{poly}),
23890and @var{a} is a multiplier which is usually 1. Basically,
23891@samp{@var{expr} = @var{a}*(@var{c}_1 + @var{c}_2 @var{x} +
23892@var{c}_3 @var{x}^2 + ...)}. The last element of @var{c} is
23893guaranteed to be non-zero, and @var{c} will not equal @samp{[1]}
23894(i.e., the trivial decomposition @var{expr} = @var{x} is not
23895considered a polynomial). One side effect is that @samp{gpoly(x, x)}
23896and @samp{gpoly(6, x)}, both of which might be expected to recognize
23897their arguments as polynomials, will not because the decomposition
23898is considered trivial.
23899
23900For example, @samp{gpoly((x-2)^2, x)} returns @samp{[x, [4, -4, 1], 1]},
23901since the expanded form of this polynomial is @expr{4 - 4 x + x^2}.
23902
23903The term @var{x} may itself be a polynomial in @var{var}. This is
23904done to reduce the size of the @var{c} vector. For example,
23905@samp{gpoly(x^4 + x^2 - 1, x)} returns @samp{[x^2, [-1, 1, 1], 1]},
23906since a quadratic polynomial in @expr{x^2} is easier to solve than
23907a quartic polynomial in @expr{x}.
23908
23909A few more examples of the kinds of polynomials @code{gpoly} can
23910discover:
23911
23912@smallexample
23913sin(x) - 1 [sin(x), [-1, 1], 1]
23914x + 1/x - 1 [x, [1, -1, 1], 1/x]
23915x + 1/x [x^2, [1, 1], 1/x]
23916x^3 + 2 x [x^2, [2, 1], x]
23917x + x^2:3 + sqrt(x) [x^1:6, [1, 1, 0, 1], x^1:2]
23918x^(2a) + 2 x^a + 5 [x^a, [5, 2, 1], 1]
23919(exp(-x) + exp(x)) / 2 [e^(2 x), [0.5, 0.5], e^-x]
23920@end smallexample
23921
23922The @code{poly} and @code{gpoly} functions accept a third integer argument
23923which specifies the largest degree of polynomial that is acceptable.
23924If this is @expr{n}, then only @var{c} vectors of length @expr{n+1}
23925or less will be returned. Otherwise, the @code{poly} or @code{gpoly}
23926call will remain in symbolic form. For example, the equation solver
23927can handle quartics and smaller polynomials, so it calls
23928@samp{gpoly(@var{expr}, @var{var}, 4)} to discover whether @var{expr}
23929can be treated by its linear, quadratic, cubic, or quartic formulas.
23930
23931@ignore
23932@starindex
23933@end ignore
23934@tindex pdeg
23935The @code{pdeg} function computes the degree of a polynomial;
23936@samp{pdeg(p,x)} is the highest power of @code{x} that appears in
23937@code{p}. This is the same as @samp{vlen(poly(p,x))-1}, but is
23938much more efficient. If @code{p} is constant with respect to @code{x},
23939then @samp{pdeg(p,x) = 0}. If @code{p} is not a polynomial in @code{x}
23940(e.g., @samp{pdeg(2 cos(x), x)}, the function remains unevaluated.
23941It is possible to omit the second argument @code{x}, in which case
23942@samp{pdeg(p)} returns the highest total degree of any term of the
23943polynomial, counting all variables that appear in @code{p}. Note
23944that @code{pdeg(c) = pdeg(c,x) = 0} for any nonzero constant @code{c};
23945the degree of the constant zero is considered to be @code{-inf}
23946(minus infinity).
23947
23948@ignore
23949@starindex
23950@end ignore
23951@tindex plead
23952The @code{plead} function finds the leading term of a polynomial.
23953Thus @samp{plead(p,x)} is equivalent to @samp{poly(p,x)_vlen(poly(p,x))},
23954though again more efficient. In particular, @samp{plead((2x+1)^10, x)}
23955returns 1024 without expanding out the list of coefficients. The
23956value of @code{plead(p,x)} will be zero only if @expr{p = 0}.
23957
23958@ignore
23959@starindex
23960@end ignore
23961@tindex pcont
23962The @code{pcont} function finds the @dfn{content} of a polynomial. This
23963is the greatest common divisor of all the coefficients of the polynomial.
23964With two arguments, @code{pcont(p,x)} effectively uses @samp{poly(p,x)}
23965to get a list of coefficients, then uses @code{pgcd} (the polynomial
23966GCD function) to combine these into an answer. For example,
23967@samp{pcont(4 x y^2 + 6 x^2 y, x)} is @samp{2 y}. The content is
23968basically the ``biggest'' polynomial that can be divided into @code{p}
23969exactly. The sign of the content is the same as the sign of the leading
23970coefficient.
23971
23972With only one argument, @samp{pcont(p)} computes the numerical
23973content of the polynomial, i.e., the @code{gcd} of the numerical
23974coefficients of all the terms in the formula. Note that @code{gcd}
23975is defined on rational numbers as well as integers; it computes
23976the @code{gcd} of the numerators and the @code{lcm} of the
23977denominators. Thus @samp{pcont(4:3 x y^2 + 6 x^2 y)} returns 2:3.
23978Dividing the polynomial by this number will clear all the
23979denominators, as well as dividing by any common content in the
23980numerators. The numerical content of a polynomial is negative only
23981if all the coefficients in the polynomial are negative.
23982
23983@ignore
23984@starindex
23985@end ignore
23986@tindex pprim
23987The @code{pprim} function finds the @dfn{primitive part} of a
23988polynomial, which is simply the polynomial divided (using @code{pdiv}
23989if necessary) by its content. If the input polynomial has rational
23990coefficients, the result will have integer coefficients in simplest
23991terms.
23992
23993@node Numerical Solutions, Curve Fitting, Solving Equations, Algebra
23994@section Numerical Solutions
23995
23996@noindent
23997Not all equations can be solved symbolically. The commands in this
23998section use numerical algorithms that can find a solution to a specific
23999instance of an equation to any desired accuracy. Note that the
24000numerical commands are slower than their algebraic cousins; it is a
24001good idea to try @kbd{a S} before resorting to these commands.
24002
24003(@xref{Curve Fitting}, for some other, more specialized, operations
24004on numerical data.)
24005
24006@menu
24007* Root Finding::
24008* Minimization::
24009* Numerical Systems of Equations::
24010@end menu
24011
24012@node Root Finding, Minimization, Numerical Solutions, Numerical Solutions
24013@subsection Root Finding
24014
24015@noindent
24016@kindex a R
24017@pindex calc-find-root
24018@tindex root
24019@cindex Newton's method
24020@cindex Roots of equations
24021@cindex Numerical root-finding
24022The @kbd{a R} (@code{calc-find-root}) [@code{root}] command finds a
24023numerical solution (or @dfn{root}) of an equation. (This command treats
24024inequalities the same as equations. If the input is any other kind
24025of formula, it is interpreted as an equation of the form @expr{X = 0}.)
24026
24027The @kbd{a R} command requires an initial guess on the top of the
24028stack, and a formula in the second-to-top position. It prompts for a
24029solution variable, which must appear in the formula. All other variables
24030that appear in the formula must have assigned values, i.e., when
24031a value is assigned to the solution variable and the formula is
24032evaluated with @kbd{=}, it should evaluate to a number. Any assigned
24033value for the solution variable itself is ignored and unaffected by
24034this command.
24035
24036When the command completes, the initial guess is replaced on the stack
24037by a vector of two numbers: The value of the solution variable that
24038solves the equation, and the difference between the lefthand and
24039righthand sides of the equation at that value. Ordinarily, the second
24040number will be zero or very nearly zero. (Note that Calc uses a
24041slightly higher precision while finding the root, and thus the second
24042number may be slightly different from the value you would compute from
24043the equation yourself.)
24044
24045The @kbd{v h} (@code{calc-head}) command is a handy way to extract
24046the first element of the result vector, discarding the error term.
24047
24048The initial guess can be a real number, in which case Calc searches
24049for a real solution near that number, or a complex number, in which
24050case Calc searches the whole complex plane near that number for a
24051solution, or it can be an interval form which restricts the search
24052to real numbers inside that interval.
24053
24054Calc tries to use @kbd{a d} to take the derivative of the equation.
24055If this succeeds, it uses Newton's method. If the equation is not
24056differentiable Calc uses a bisection method. (If Newton's method
24057appears to be going astray, Calc switches over to bisection if it
24058can, or otherwise gives up. In this case it may help to try again
24059with a slightly different initial guess.) If the initial guess is a
24060complex number, the function must be differentiable.
24061
24062If the formula (or the difference between the sides of an equation)
24063is negative at one end of the interval you specify and positive at
24064the other end, the root finder is guaranteed to find a root.
24065Otherwise, Calc subdivides the interval into small parts looking for
24066positive and negative values to bracket the root. When your guess is
24067an interval, Calc will not look outside that interval for a root.
24068
24069@kindex H a R
24070@tindex wroot
24071The @kbd{H a R} [@code{wroot}] command is similar to @kbd{a R}, except
24072that if the initial guess is an interval for which the function has
24073the same sign at both ends, then rather than subdividing the interval
24074Calc attempts to widen it to enclose a root. Use this mode if
24075you are not sure if the function has a root in your interval.
24076
24077If the function is not differentiable, and you give a simple number
24078instead of an interval as your initial guess, Calc uses this widening
24079process even if you did not type the Hyperbolic flag. (If the function
24080@emph{is} differentiable, Calc uses Newton's method which does not
24081require a bounding interval in order to work.)
24082
24083If Calc leaves the @code{root} or @code{wroot} function in symbolic
24084form on the stack, it will normally display an explanation for why
24085no root was found. If you miss this explanation, press @kbd{w}
24086(@code{calc-why}) to get it back.
24087
24088@node Minimization, Numerical Systems of Equations, Root Finding, Numerical Solutions
24089@subsection Minimization
24090
24091@noindent
24092@kindex a N
24093@kindex H a N
24094@kindex a X
24095@kindex H a X
24096@pindex calc-find-minimum
24097@pindex calc-find-maximum
24098@tindex minimize
24099@tindex maximize
24100@cindex Minimization, numerical
24101The @kbd{a N} (@code{calc-find-minimum}) [@code{minimize}] command
24102finds a minimum value for a formula. It is very similar in operation
24103to @kbd{a R} (@code{calc-find-root}): You give the formula and an initial
24104guess on the stack, and are prompted for the name of a variable. The guess
24105may be either a number near the desired minimum, or an interval enclosing
24106the desired minimum. The function returns a vector containing the
24107value of the variable which minimizes the formula's value, along
24108with the minimum value itself.
24109
24110Note that this command looks for a @emph{local} minimum. Many functions
24111have more than one minimum; some, like
24112@texline @math{x \sin x},
24113@infoline @expr{x sin(x)},
24114have infinitely many. In fact, there is no easy way to define the
24115``global'' minimum of
24116@texline @math{x \sin x}
24117@infoline @expr{x sin(x)}
24118but Calc can still locate any particular local minimum
24119for you. Calc basically goes downhill from the initial guess until it
24120finds a point at which the function's value is greater both to the left
24121and to the right. Calc does not use derivatives when minimizing a function.
24122
24123If your initial guess is an interval and it looks like the minimum
24124occurs at one or the other endpoint of the interval, Calc will return
24125that endpoint only if that endpoint is closed; thus, minimizing @expr{17 x}
24126over @expr{[2..3]} will return @expr{[2, 38]}, but minimizing over
24127@expr{(2..3]} would report no minimum found. In general, you should
24128use closed intervals to find literally the minimum value in that
24129range of @expr{x}, or open intervals to find the local minimum, if
24130any, that happens to lie in that range.
24131
24132Most functions are smooth and flat near their minimum values. Because
24133of this flatness, if the current precision is, say, 12 digits, the
24134variable can only be determined meaningfully to about six digits. Thus
24135you should set the precision to twice as many digits as you need in your
24136answer.
24137
24138@ignore
24139@mindex wmin@idots
24140@end ignore
24141@tindex wminimize
24142@ignore
24143@mindex wmax@idots
24144@end ignore
24145@tindex wmaximize
24146The @kbd{H a N} [@code{wminimize}] command, analogously to @kbd{H a R},
24147expands the guess interval to enclose a minimum rather than requiring
24148that the minimum lie inside the interval you supply.
24149
24150The @kbd{a X} (@code{calc-find-maximum}) [@code{maximize}] and
24151@kbd{H a X} [@code{wmaximize}] commands effectively minimize the
24152negative of the formula you supply.
24153
24154The formula must evaluate to a real number at all points inside the
24155interval (or near the initial guess if the guess is a number). If
24156the initial guess is a complex number the variable will be minimized
24157over the complex numbers; if it is real or an interval it will
24158be minimized over the reals.
24159
24160@node Numerical Systems of Equations, , Minimization, Numerical Solutions
24161@subsection Systems of Equations
24162
24163@noindent
24164@cindex Systems of equations, numerical
24165The @kbd{a R} command can also solve systems of equations. In this
24166case, the equation should instead be a vector of equations, the
24167guess should instead be a vector of numbers (intervals are not
24168supported), and the variable should be a vector of variables. You
24169can omit the brackets while entering the list of variables. Each
24170equation must be differentiable by each variable for this mode to
24171work. The result will be a vector of two vectors: The variable
24172values that solved the system of equations, and the differences
24173between the sides of the equations with those variable values.
24174There must be the same number of equations as variables. Since
24175only plain numbers are allowed as guesses, the Hyperbolic flag has
24176no effect when solving a system of equations.
24177
24178It is also possible to minimize over many variables with @kbd{a N}
24179(or maximize with @kbd{a X}). Once again the variable name should
24180be replaced by a vector of variables, and the initial guess should
24181be an equal-sized vector of initial guesses. But, unlike the case of
24182multidimensional @kbd{a R}, the formula being minimized should
24183still be a single formula, @emph{not} a vector. Beware that
24184multidimensional minimization is currently @emph{very} slow.
24185
24186@node Curve Fitting, Summations, Numerical Solutions, Algebra
24187@section Curve Fitting
24188
24189@noindent
24190The @kbd{a F} command fits a set of data to a @dfn{model formula},
24191such as @expr{y = m x + b} where @expr{m} and @expr{b} are parameters
24192to be determined. For a typical set of measured data there will be
24193no single @expr{m} and @expr{b} that exactly fit the data; in this
24194case, Calc chooses values of the parameters that provide the closest
24195possible fit. The model formula can be entered in various ways after
24196the key sequence @kbd{a F} is pressed.
24197
24198If the letter @kbd{P} is pressed after @kbd{a F} but before the model
24199description is entered, the data as well as the model formula will be
24200plotted after the formula is determined. This will be indicated by a
24201``P'' in the minibuffer after the help message.
24202
24203@menu
24204* Linear Fits::
24205* Polynomial and Multilinear Fits::
24206* Error Estimates for Fits::
24207* Standard Nonlinear Models::
24208* Curve Fitting Details::
24209* Interpolation::
24210@end menu
24211
24212@node Linear Fits, Polynomial and Multilinear Fits, Curve Fitting, Curve Fitting
24213@subsection Linear Fits
24214
24215@noindent
24216@kindex a F
24217@pindex calc-curve-fit
24218@tindex fit
24219@cindex Linear regression
24220@cindex Least-squares fits
24221The @kbd{a F} (@code{calc-curve-fit}) [@code{fit}] command attempts
24222to fit a set of data (@expr{x} and @expr{y} vectors of numbers) to a
24223straight line, polynomial, or other function of @expr{x}. For the
24224moment we will consider only the case of fitting to a line, and we
24225will ignore the issue of whether or not the model was in fact a good
24226fit for the data.
24227
24228In a standard linear least-squares fit, we have a set of @expr{(x,y)}
24229data points that we wish to fit to the model @expr{y = m x + b}
24230by adjusting the parameters @expr{m} and @expr{b} to make the @expr{y}
24231values calculated from the formula be as close as possible to the actual
24232@expr{y} values in the data set. (In a polynomial fit, the model is
24233instead, say, @expr{y = a x^3 + b x^2 + c x + d}. In a multilinear fit,
24234we have data points of the form @expr{(x_1,x_2,x_3,y)} and our model is
24235@expr{y = a x_1 + b x_2 + c x_3 + d}. These will be discussed later.)
24236
24237In the model formula, variables like @expr{x} and @expr{x_2} are called
24238the @dfn{independent variables}, and @expr{y} is the @dfn{dependent
24239variable}. Variables like @expr{m}, @expr{a}, and @expr{b} are called
24240the @dfn{parameters} of the model.
24241
24242The @kbd{a F} command takes the data set to be fitted from the stack.
24243By default, it expects the data in the form of a matrix. For example,
24244for a linear or polynomial fit, this would be a
24245@texline @math{2\times N}
24246@infoline 2xN
24247matrix where the first row is a list of @expr{x} values and the second
24248row has the corresponding @expr{y} values. For the multilinear fit
24249shown above, the matrix would have four rows (@expr{x_1}, @expr{x_2},
24250@expr{x_3}, and @expr{y}, respectively).
24251
24252If you happen to have an
24253@texline @math{N\times2}
24254@infoline Nx2
24255matrix instead of a
24256@texline @math{2\times N}
24257@infoline 2xN
24258matrix, just press @kbd{v t} first to transpose the matrix.
24259
24260After you type @kbd{a F}, Calc prompts you to select a model. For a
24261linear fit, press the digit @kbd{1}.
24262
24263Calc then prompts for you to name the variables. By default it chooses
24264high letters like @expr{x} and @expr{y} for independent variables and
24265low letters like @expr{a} and @expr{b} for parameters. (The dependent
24266variable doesn't need a name.) The two kinds of variables are separated
24267by a semicolon. Since you generally care more about the names of the
24268independent variables than of the parameters, Calc also allows you to
24269name only those and let the parameters use default names.
24270
24271For example, suppose the data matrix
24272
24273@ifnottex
24274@example
24275@group
24276[ [ 1, 2, 3, 4, 5 ]
24277 [ 5, 7, 9, 11, 13 ] ]
24278@end group
24279@end example
24280@end ifnottex
24281@tex
24282\turnoffactive
24283\turnoffactive
24284\beforedisplay
24285$$ \pmatrix{ 1 & 2 & 3 & 4 & 5 \cr
24286 5 & 7 & 9 & 11 & 13 }
24287$$
24288\afterdisplay
24289@end tex
24290
24291@noindent
24292is on the stack and we wish to do a simple linear fit. Type
24293@kbd{a F}, then @kbd{1} for the model, then @key{RET} to use
24294the default names. The result will be the formula @expr{3. + 2. x}
24295on the stack. Calc has created the model expression @kbd{a + b x},
24296then found the optimal values of @expr{a} and @expr{b} to fit the
24297data. (In this case, it was able to find an exact fit.) Calc then
24298substituted those values for @expr{a} and @expr{b} in the model
24299formula.
24300
24301The @kbd{a F} command puts two entries in the trail. One is, as
24302always, a copy of the result that went to the stack; the other is
24303a vector of the actual parameter values, written as equations:
24304@expr{[a = 3, b = 2]}, in case you'd rather read them in a list
24305than pick them out of the formula. (You can type @kbd{t y}
24306to move this vector to the stack; see @ref{Trail Commands}.
24307
24308Specifying a different independent variable name will affect the
24309resulting formula: @kbd{a F 1 k @key{RET}} produces @kbd{3 + 2 k}.
24310Changing the parameter names (say, @kbd{a F 1 k;b,m @key{RET}}) will affect
24311the equations that go into the trail.
24312
24313@tex
24314\bigskip
24315@end tex
24316
24317To see what happens when the fit is not exact, we could change
24318the number 13 in the data matrix to 14 and try the fit again.
24319The result is:
24320
24321@example
243222.6 + 2.2 x
24323@end example
24324
24325Evaluating this formula, say with @kbd{v x 5 @key{RET} @key{TAB} V M $ @key{RET}}, shows
24326a reasonably close match to the y-values in the data.
24327
24328@example
24329[4.8, 7., 9.2, 11.4, 13.6]
24330@end example
24331
24332Since there is no line which passes through all the @var{n} data points,
24333Calc has chosen a line that best approximates the data points using
24334the method of least squares. The idea is to define the @dfn{chi-square}
24335error measure
24336
24337@ifnottex
24338@example
24339chi^2 = sum((y_i - (a + b x_i))^2, i, 1, N)
24340@end example
24341@end ifnottex
24342@tex
24343\turnoffactive
24344\beforedisplay
24345$$ \chi^2 = \sum_{i=1}^N (y_i - (a + b x_i))^2 $$
24346\afterdisplay
24347@end tex
24348
24349@noindent
24350which is clearly zero if @expr{a + b x} exactly fits all data points,
24351and increases as various @expr{a + b x_i} values fail to match the
24352corresponding @expr{y_i} values. There are several reasons why the
24353summand is squared, one of them being to ensure that
24354@texline @math{\chi^2 \ge 0}.
24355@infoline @expr{chi^2 >= 0}.
24356Least-squares fitting simply chooses the values of @expr{a} and @expr{b}
24357for which the error
24358@texline @math{\chi^2}
24359@infoline @expr{chi^2}
24360is as small as possible.
24361
24362Other kinds of models do the same thing but with a different model
24363formula in place of @expr{a + b x_i}.
24364
24365@tex
24366\bigskip
24367@end tex
24368
24369A numeric prefix argument causes the @kbd{a F} command to take the
24370data in some other form than one big matrix. A positive argument @var{n}
24371will take @var{N} items from the stack, corresponding to the @var{n} rows
24372of a data matrix. In the linear case, @var{n} must be 2 since there
24373is always one independent variable and one dependent variable.
24374
24375A prefix of zero or plain @kbd{C-u} is a compromise; Calc takes two
24376items from the stack, an @var{n}-row matrix of @expr{x} values, and a
24377vector of @expr{y} values. If there is only one independent variable,
24378the @expr{x} values can be either a one-row matrix or a plain vector,
24379in which case the @kbd{C-u} prefix is the same as a @w{@kbd{C-u 2}} prefix.
24380
24381@node Polynomial and Multilinear Fits, Error Estimates for Fits, Linear Fits, Curve Fitting
24382@subsection Polynomial and Multilinear Fits
24383
24384@noindent
24385To fit the data to higher-order polynomials, just type one of the
24386digits @kbd{2} through @kbd{9} when prompted for a model. For example,
24387we could fit the original data matrix from the previous section
24388(with 13, not 14) to a parabola instead of a line by typing
24389@kbd{a F 2 @key{RET}}.
24390
24391@example
243922.00000000001 x - 1.5e-12 x^2 + 2.99999999999
24393@end example
24394
24395Note that since the constant and linear terms are enough to fit the
24396data exactly, it's no surprise that Calc chose a tiny contribution
24397for @expr{x^2}. (The fact that it's not exactly zero is due only
24398to roundoff error. Since our data are exact integers, we could get
24399an exact answer by typing @kbd{m f} first to get Fraction mode.
24400Then the @expr{x^2} term would vanish altogether. Usually, though,
24401the data being fitted will be approximate floats so Fraction mode
24402won't help.)
24403
24404Doing the @kbd{a F 2} fit on the data set with 14 instead of 13
24405gives a much larger @expr{x^2} contribution, as Calc bends the
24406line slightly to improve the fit.
24407
24408@example
244090.142857142855 x^2 + 1.34285714287 x + 3.59999999998
24410@end example
24411
24412An important result from the theory of polynomial fitting is that it
24413is always possible to fit @var{n} data points exactly using a polynomial
24414of degree @mathit{@var{n}-1}, sometimes called an @dfn{interpolating polynomial}.
24415Using the modified (14) data matrix, a model number of 4 gives
24416a polynomial that exactly matches all five data points:
24417
24418@example
244190.04167 x^4 - 0.4167 x^3 + 1.458 x^2 - 0.08333 x + 4.
24420@end example
24421
24422The actual coefficients we get with a precision of 12, like
24423@expr{0.0416666663588}, clearly suffer from loss of precision.
24424It is a good idea to increase the working precision to several
24425digits beyond what you need when you do a fitting operation.
24426Or, if your data are exact, use Fraction mode to get exact
24427results.
24428
24429You can type @kbd{i} instead of a digit at the model prompt to fit
24430the data exactly to a polynomial. This just counts the number of
24431columns of the data matrix to choose the degree of the polynomial
24432automatically.
24433
24434Fitting data ``exactly'' to high-degree polynomials is not always
24435a good idea, though. High-degree polynomials have a tendency to
24436wiggle uncontrollably in between the fitting data points. Also,
24437if the exact-fit polynomial is going to be used to interpolate or
24438extrapolate the data, it is numerically better to use the @kbd{a p}
24439command described below. @xref{Interpolation}.
24440
24441@tex
24442\bigskip
24443@end tex
24444
24445Another generalization of the linear model is to assume the
24446@expr{y} values are a sum of linear contributions from several
24447@expr{x} values. This is a @dfn{multilinear} fit, and it is also
24448selected by the @kbd{1} digit key. (Calc decides whether the fit
24449is linear or multilinear by counting the rows in the data matrix.)
24450
24451Given the data matrix,
24452
24453@example
24454@group
24455[ [ 1, 2, 3, 4, 5 ]
24456 [ 7, 2, 3, 5, 2 ]
24457 [ 14.5, 15, 18.5, 22.5, 24 ] ]
24458@end group
24459@end example
24460
24461@noindent
24462the command @kbd{a F 1 @key{RET}} will call the first row @expr{x} and the
24463second row @expr{y}, and will fit the values in the third row to the
24464model @expr{a + b x + c y}.
24465
24466@example
244678. + 3. x + 0.5 y
24468@end example
24469
24470Calc can do multilinear fits with any number of independent variables
24471(i.e., with any number of data rows).
24472
24473@tex
24474\bigskip
24475@end tex
24476
24477Yet another variation is @dfn{homogeneous} linear models, in which
24478the constant term is known to be zero. In the linear case, this
24479means the model formula is simply @expr{a x}; in the multilinear
24480case, the model might be @expr{a x + b y + c z}; and in the polynomial
24481case, the model could be @expr{a x + b x^2 + c x^3}. You can get
24482a homogeneous linear or multilinear model by pressing the letter
24483@kbd{h} followed by a regular model key, like @kbd{1} or @kbd{2}.
24484This will be indicated by an ``h'' in the minibuffer after the help
24485message.
24486
24487It is certainly possible to have other constrained linear models,
24488like @expr{2.3 + a x} or @expr{a - 4 x}. While there is no single
24489key to select models like these, a later section shows how to enter
24490any desired model by hand. In the first case, for example, you
24491would enter @kbd{a F ' 2.3 + a x}.
24492
24493Another class of models that will work but must be entered by hand
24494are multinomial fits, e.g., @expr{a + b x + c y + d x^2 + e y^2 + f x y}.
24495
24496@node Error Estimates for Fits, Standard Nonlinear Models, Polynomial and Multilinear Fits, Curve Fitting
24497@subsection Error Estimates for Fits
24498
24499@noindent
24500@kindex H a F
24501@tindex efit
24502With the Hyperbolic flag, @kbd{H a F} [@code{efit}] performs the same
24503fitting operation as @kbd{a F}, but reports the coefficients as error
24504forms instead of plain numbers. Fitting our two data matrices (first
24505with 13, then with 14) to a line with @kbd{H a F} gives the results,
24506
24507@example
245083. + 2. x
245092.6 +/- 0.382970843103 + 2.2 +/- 0.115470053838 x
24510@end example
24511
24512In the first case the estimated errors are zero because the linear
24513fit is perfect. In the second case, the errors are nonzero but
24514moderately small, because the data are still very close to linear.
24515
24516It is also possible for the @emph{input} to a fitting operation to
24517contain error forms. The data values must either all include errors
24518or all be plain numbers. Error forms can go anywhere but generally
24519go on the numbers in the last row of the data matrix. If the last
24520row contains error forms
24521@texline `@var{y_i}@w{ @tfn{+/-} }@math{\sigma_i}',
24522@infoline `@var{y_i}@w{ @tfn{+/-} }@var{sigma_i}',
24523then the
24524@texline @math{\chi^2}
24525@infoline @expr{chi^2}
24526statistic is now,
24527
24528@ifnottex
24529@example
24530chi^2 = sum(((y_i - (a + b x_i)) / sigma_i)^2, i, 1, N)
24531@end example
24532@end ifnottex
24533@tex
24534\turnoffactive
24535\beforedisplay
24536$$ \chi^2 = \sum_{i=1}^N \left(y_i - (a + b x_i) \over \sigma_i\right)^2 $$
24537\afterdisplay
24538@end tex
24539
24540@noindent
24541so that data points with larger error estimates contribute less to
24542the fitting operation.
24543
24544If there are error forms on other rows of the data matrix, all the
24545errors for a given data point are combined; the square root of the
24546sum of the squares of the errors forms the
24547@texline @math{\sigma_i}
24548@infoline @expr{sigma_i}
24549used for the data point.
24550
24551Both @kbd{a F} and @kbd{H a F} can accept error forms in the input
24552matrix, although if you are concerned about error analysis you will
24553probably use @kbd{H a F} so that the output also contains error
24554estimates.
24555
24556If the input contains error forms but all the
24557@texline @math{\sigma_i}
24558@infoline @expr{sigma_i}
24559values are the same, it is easy to see that the resulting fitted model
24560will be the same as if the input did not have error forms at all
24561@texline (@math{\chi^2}
24562@infoline (@expr{chi^2}
24563is simply scaled uniformly by
24564@texline @math{1 / \sigma^2},
24565@infoline @expr{1 / sigma^2},
24566which doesn't affect where it has a minimum). But there @emph{will} be
24567a difference in the estimated errors of the coefficients reported by
24568@kbd{H a F}.
24569
24570Consult any text on statistical modeling of data for a discussion
24571of where these error estimates come from and how they should be
24572interpreted.
24573
24574@tex
24575\bigskip
24576@end tex
24577
24578@kindex I a F
24579@tindex xfit
24580With the Inverse flag, @kbd{I a F} [@code{xfit}] produces even more
24581information. The result is a vector of six items:
24582
24583@enumerate
24584@item
24585The model formula with error forms for its coefficients or
24586parameters. This is the result that @kbd{H a F} would have
24587produced.
24588
24589@item
24590A vector of ``raw'' parameter values for the model. These are the
24591polynomial coefficients or other parameters as plain numbers, in the
24592same order as the parameters appeared in the final prompt of the
24593@kbd{I a F} command. For polynomials of degree @expr{d}, this vector
24594will have length @expr{M = d+1} with the constant term first.
24595
24596@item
24597The covariance matrix @expr{C} computed from the fit. This is
24598an @var{m}x@var{m} symmetric matrix; the diagonal elements
24599@texline @math{C_{jj}}
24600@infoline @expr{C_j_j}
24601are the variances
24602@texline @math{\sigma_j^2}
24603@infoline @expr{sigma_j^2}
24604of the parameters. The other elements are covariances
24605@texline @math{\sigma_{ij}^2}
24606@infoline @expr{sigma_i_j^2}
24607that describe the correlation between pairs of parameters. (A related
24608set of numbers, the @dfn{linear correlation coefficients}
24609@texline @math{r_{ij}},
24610@infoline @expr{r_i_j},
24611are defined as
24612@texline @math{\sigma_{ij}^2 / \sigma_i \, \sigma_j}.)
24613@infoline @expr{sigma_i_j^2 / sigma_i sigma_j}.)
24614
24615@item
24616A vector of @expr{M} ``parameter filter'' functions whose
24617meanings are described below. If no filters are necessary this
24618will instead be an empty vector; this is always the case for the
24619polynomial and multilinear fits described so far.
24620
24621@item
24622The value of
24623@texline @math{\chi^2}
24624@infoline @expr{chi^2}
24625for the fit, calculated by the formulas shown above. This gives a
24626measure of the quality of the fit; statisticians consider
24627@texline @math{\chi^2 \approx N - M}
24628@infoline @expr{chi^2 = N - M}
24629to indicate a moderately good fit (where again @expr{N} is the number of
24630data points and @expr{M} is the number of parameters).
24631
24632@item
24633A measure of goodness of fit expressed as a probability @expr{Q}.
24634This is computed from the @code{utpc} probability distribution
24635function using
24636@texline @math{\chi^2}
24637@infoline @expr{chi^2}
24638with @expr{N - M} degrees of freedom. A
24639value of 0.5 implies a good fit; some texts recommend that often
24640@expr{Q = 0.1} or even 0.001 can signify an acceptable fit. In
24641particular,
24642@texline @math{\chi^2}
24643@infoline @expr{chi^2}
24644statistics assume the errors in your inputs
24645follow a normal (Gaussian) distribution; if they don't, you may
24646have to accept smaller values of @expr{Q}.
24647
24648The @expr{Q} value is computed only if the input included error
24649estimates. Otherwise, Calc will report the symbol @code{nan}
24650for @expr{Q}. The reason is that in this case the
24651@texline @math{\chi^2}
24652@infoline @expr{chi^2}
24653value has effectively been used to estimate the original errors
24654in the input, and thus there is no redundant information left
24655over to use for a confidence test.
24656@end enumerate
24657
24658@node Standard Nonlinear Models, Curve Fitting Details, Error Estimates for Fits, Curve Fitting
24659@subsection Standard Nonlinear Models
24660
24661@noindent
24662The @kbd{a F} command also accepts other kinds of models besides
24663lines and polynomials. Some common models have quick single-key
24664abbreviations; others must be entered by hand as algebraic formulas.
24665
24666Here is a complete list of the standard models recognized by @kbd{a F}:
24667
24668@table @kbd
24669@item 1
24670Linear or multilinear. @mathit{a + b x + c y + d z}.
24671@item 2-9
24672Polynomials. @mathit{a + b x + c x^2 + d x^3}.
24673@item e
24674Exponential. @mathit{a} @tfn{exp}@mathit{(b x)} @tfn{exp}@mathit{(c y)}.
24675@item E
24676Base-10 exponential. @mathit{a} @tfn{10^}@mathit{(b x)} @tfn{10^}@mathit{(c y)}.
24677@item x
24678Exponential (alternate notation). @tfn{exp}@mathit{(a + b x + c y)}.
24679@item X
24680Base-10 exponential (alternate). @tfn{10^}@mathit{(a + b x + c y)}.
24681@item l
24682Logarithmic. @mathit{a + b} @tfn{ln}@mathit{(x) + c} @tfn{ln}@mathit{(y)}.
24683@item L
24684Base-10 logarithmic. @mathit{a + b} @tfn{log10}@mathit{(x) + c} @tfn{log10}@mathit{(y)}.
24685@item ^
24686General exponential. @mathit{a b^x c^y}.
24687@item p
24688Power law. @mathit{a x^b y^c}.
24689@item q
24690Quadratic. @mathit{a + b (x-c)^2 + d (x-e)^2}.
24691@item g
24692Gaussian.
24693@texline @math{{a \over b \sqrt{2 \pi}} \exp\left( -{1 \over 2} \left( x - c \over b \right)^2 \right)}.
24694@infoline @mathit{(a / b sqrt(2 pi)) exp(-0.5*((x-c)/b)^2)}.
24695@item s
24696Logistic @emph{s} curve.
24697@texline @math{a/(1+e^{b(x-c)})}.
24698@infoline @mathit{a/(1 + exp(b (x - c)))}.
24699@item b
24700Logistic bell curve.
24701@texline @math{ae^{b(x-c)}/(1+e^{b(x-c)})^2}.
24702@infoline @mathit{a exp(b (x - c))/(1 + exp(b (x - c)))^2}.
24703@item o
24704Hubbert linearization.
24705@texline @math{{y \over x} = a(1-x/b)}.
24706@infoline @mathit{(y/x) = a (1 - x/b)}.
24707@end table
24708
24709All of these models are used in the usual way; just press the appropriate
24710letter at the model prompt, and choose variable names if you wish. The
24711result will be a formula as shown in the above table, with the best-fit
24712values of the parameters substituted. (You may find it easier to read
24713the parameter values from the vector that is placed in the trail.)
24714
24715All models except Gaussian, logistics, Hubbert and polynomials can
24716generalize as shown to any number of independent variables. Also, all
24717the built-in models except for the logistic and Hubbert curves have an
24718additive or multiplicative parameter shown as @expr{a} in the above table
24719which can be replaced by zero or one, as appropriate, by typing @kbd{h}
24720before the model key.
24721
24722Note that many of these models are essentially equivalent, but express
24723the parameters slightly differently. For example, @expr{a b^x} and
24724the other two exponential models are all algebraic rearrangements of
24725each other. Also, the ``quadratic'' model is just a degree-2 polynomial
24726with the parameters expressed differently. Use whichever form best
24727matches the problem.
24728
24729The HP-28/48 calculators support four different models for curve
24730fitting, called @code{LIN}, @code{LOG}, @code{EXP}, and @code{PWR}.
24731These correspond to Calc models @samp{a + b x}, @samp{a + b ln(x)},
24732@samp{a exp(b x)}, and @samp{a x^b}, respectively. In each case,
24733@expr{a} is what the HP-48 identifies as the ``intercept,'' and
24734@expr{b} is what it calls the ``slope.''
24735
24736@tex
24737\bigskip
24738@end tex
24739
24740If the model you want doesn't appear on this list, press @kbd{'}
24741(the apostrophe key) at the model prompt to enter any algebraic
24742formula, such as @kbd{m x - b}, as the model. (Not all models
24743will work, though---see the next section for details.)
24744
24745The model can also be an equation like @expr{y = m x + b}.
24746In this case, Calc thinks of all the rows of the data matrix on
24747equal terms; this model effectively has two parameters
24748(@expr{m} and @expr{b}) and two independent variables (@expr{x}
24749and @expr{y}), with no ``dependent'' variables. Model equations
24750do not need to take this @expr{y =} form. For example, the
24751implicit line equation @expr{a x + b y = 1} works fine as a
24752model.
24753
24754When you enter a model, Calc makes an alphabetical list of all
24755the variables that appear in the model. These are used for the
24756default parameters, independent variables, and dependent variable
24757(in that order). If you enter a plain formula (not an equation),
24758Calc assumes the dependent variable does not appear in the formula
24759and thus does not need a name.
24760
24761For example, if the model formula has the variables @expr{a,mu,sigma,t,x},
24762and the data matrix has three rows (meaning two independent variables),
24763Calc will use @expr{a,mu,sigma} as the default parameters, and the
24764data rows will be named @expr{t} and @expr{x}, respectively. If you
24765enter an equation instead of a plain formula, Calc will use @expr{a,mu}
24766as the parameters, and @expr{sigma,t,x} as the three independent
24767variables.
24768
24769You can, of course, override these choices by entering something
24770different at the prompt. If you leave some variables out of the list,
24771those variables must have stored values and those stored values will
24772be used as constants in the model. (Stored values for the parameters
24773and independent variables are ignored by the @kbd{a F} command.)
24774If you list only independent variables, all the remaining variables
24775in the model formula will become parameters.
24776
24777If there are @kbd{$} signs in the model you type, they will stand
24778for parameters and all other variables (in alphabetical order)
24779will be independent. Use @kbd{$} for one parameter, @kbd{$$} for
24780another, and so on. Thus @kbd{$ x + $$} is another way to describe
24781a linear model.
24782
24783If you type a @kbd{$} instead of @kbd{'} at the model prompt itself,
24784Calc will take the model formula from the stack. (The data must then
24785appear at the second stack level.) The same conventions are used to
24786choose which variables in the formula are independent by default and
24787which are parameters.
24788
24789Models taken from the stack can also be expressed as vectors of
24790two or three elements, @expr{[@var{model}, @var{vars}]} or
24791@expr{[@var{model}, @var{vars}, @var{params}]}. Each of @var{vars}
24792and @var{params} may be either a variable or a vector of variables.
24793(If @var{params} is omitted, all variables in @var{model} except
24794those listed as @var{vars} are parameters.)
24795
24796When you enter a model manually with @kbd{'}, Calc puts a 3-vector
24797describing the model in the trail so you can get it back if you wish.
24798
24799@tex
24800\bigskip
24801@end tex
24802
24803@vindex Model1
24804@vindex Model2
24805Finally, you can store a model in one of the Calc variables
24806@code{Model1} or @code{Model2}, then use this model by typing
24807@kbd{a F u} or @kbd{a F U} (respectively). The value stored in
24808the variable can be any of the formats that @kbd{a F $} would
24809accept for a model on the stack.
24810
24811@tex
24812\bigskip
24813@end tex
24814
24815Calc uses the principal values of inverse functions like @code{ln}
24816and @code{arcsin} when doing fits. For example, when you enter
24817the model @samp{y = sin(a t + b)} Calc actually uses the easier
24818form @samp{arcsin(y) = a t + b}. The @code{arcsin} function always
24819returns results in the range from @mathit{-90} to 90 degrees (or the
24820equivalent range in radians). Suppose you had data that you
24821believed to represent roughly three oscillations of a sine wave,
24822so that the argument of the sine might go from zero to
24823@texline @math{3\times360}
24824@infoline @mathit{3*360}
24825degrees.
24826The above model would appear to be a good way to determine the
24827true frequency and phase of the sine wave, but in practice it
24828would fail utterly. The righthand side of the actual model
24829@samp{arcsin(y) = a t + b} will grow smoothly with @expr{t}, but
24830the lefthand side will bounce back and forth between @mathit{-90} and 90.
24831No values of @expr{a} and @expr{b} can make the two sides match,
24832even approximately.
24833
24834There is no good solution to this problem at present. You could
24835restrict your data to small enough ranges so that the above problem
24836doesn't occur (i.e., not straddling any peaks in the sine wave).
24837Or, in this case, you could use a totally different method such as
24838Fourier analysis, which is beyond the scope of the @kbd{a F} command.
24839(Unfortunately, Calc does not currently have any facilities for
24840taking Fourier and related transforms.)
24841
24842@node Curve Fitting Details, Interpolation, Standard Nonlinear Models, Curve Fitting
24843@subsection Curve Fitting Details
24844
24845@noindent
24846Calc's internal least-squares fitter can only handle multilinear
24847models. More precisely, it can handle any model of the form
24848@expr{a f(x,y,z) + b g(x,y,z) + c h(x,y,z)}, where @expr{a,b,c}
24849are the parameters and @expr{x,y,z} are the independent variables
24850(of course there can be any number of each, not just three).
24851
24852In a simple multilinear or polynomial fit, it is easy to see how
24853to convert the model into this form. For example, if the model
24854is @expr{a + b x + c x^2}, then @expr{f(x) = 1}, @expr{g(x) = x},
24855and @expr{h(x) = x^2} are suitable functions.
24856
24857For most other models, Calc uses a variety of algebraic manipulations
24858to try to put the problem into the form
24859
24860@smallexample
24861Y(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)
24862@end smallexample
24863
24864@noindent
24865where @expr{Y,A,B,C,F,G,H} are arbitrary functions. It computes
24866@expr{Y}, @expr{F}, @expr{G}, and @expr{H} for all the data points,
24867does a standard linear fit to find the values of @expr{A}, @expr{B},
24868and @expr{C}, then uses the equation solver to solve for @expr{a,b,c}
24869in terms of @expr{A,B,C}.
24870
24871A remarkable number of models can be cast into this general form.
24872We'll look at two examples here to see how it works. The power-law
24873model @expr{y = a x^b} with two independent variables and two parameters
24874can be rewritten as follows:
24875
24876@example
24877y = a x^b
24878y = a exp(b ln(x))
24879y = exp(ln(a) + b ln(x))
24880ln(y) = ln(a) + b ln(x)
24881@end example
24882
24883@noindent
24884which matches the desired form with
24885@texline @math{Y = \ln(y)},
24886@infoline @expr{Y = ln(y)},
24887@texline @math{A = \ln(a)},
24888@infoline @expr{A = ln(a)},
24889@expr{F = 1}, @expr{B = b}, and
24890@texline @math{G = \ln(x)}.
24891@infoline @expr{G = ln(x)}.
24892Calc thus computes the logarithms of your @expr{y} and @expr{x} values,
24893does a linear fit for @expr{A} and @expr{B}, then solves to get
24894@texline @math{a = \exp(A)}
24895@infoline @expr{a = exp(A)}
24896and @expr{b = B}.
24897
24898Another interesting example is the ``quadratic'' model, which can
24899be handled by expanding according to the distributive law.
24900
24901@example
24902y = a + b*(x - c)^2
24903y = a + b c^2 - 2 b c x + b x^2
24904@end example
24905
24906@noindent
24907which matches with @expr{Y = y}, @expr{A = a + b c^2}, @expr{F = 1},
24908@expr{B = -2 b c}, @expr{G = x} (the @mathit{-2} factor could just as easily
24909have been put into @expr{G} instead of @expr{B}), @expr{C = b}, and
24910@expr{H = x^2}.
24911
24912The Gaussian model looks quite complicated, but a closer examination
24913shows that it's actually similar to the quadratic model but with an
24914exponential that can be brought to the top and moved into @expr{Y}.
24915
24916The logistic models cannot be put into general linear form. For these
24917models, and the Hubbert linearization, Calc computes a rough
24918approximation for the parameters, then uses the Levenberg-Marquardt
24919iterative method to refine the approximations.
24920
24921Another model that cannot be put into general linear
24922form is a Gaussian with a constant background added on, i.e.,
24923@expr{d} + the regular Gaussian formula. If you have a model like
24924this, your best bet is to replace enough of your parameters with
24925constants to make the model linearizable, then adjust the constants
24926manually by doing a series of fits. You can compare the fits by
24927graphing them, by examining the goodness-of-fit measures returned by
24928@kbd{I a F}, or by some other method suitable to your application.
24929Note that some models can be linearized in several ways. The
24930Gaussian-plus-@var{d} model can be linearized by setting @expr{d}
24931(the background) to a constant, or by setting @expr{b} (the standard
24932deviation) and @expr{c} (the mean) to constants.
24933
24934To fit a model with constants substituted for some parameters, just
24935store suitable values in those parameter variables, then omit them
24936from the list of parameters when you answer the variables prompt.
24937
24938@tex
24939\bigskip
24940@end tex
24941
24942A last desperate step would be to use the general-purpose
24943@code{minimize} function rather than @code{fit}. After all, both
24944functions solve the problem of minimizing an expression (the
24945@texline @math{\chi^2}
24946@infoline @expr{chi^2}
24947sum) by adjusting certain parameters in the expression. The @kbd{a F}
24948command is able to use a vastly more efficient algorithm due to its
24949special knowledge about linear chi-square sums, but the @kbd{a N}
24950command can do the same thing by brute force.
24951
24952A compromise would be to pick out a few parameters without which the
24953fit is linearizable, and use @code{minimize} on a call to @code{fit}
24954which efficiently takes care of the rest of the parameters. The thing
24955to be minimized would be the value of
24956@texline @math{\chi^2}
24957@infoline @expr{chi^2}
24958returned as the fifth result of the @code{xfit} function:
24959
24960@smallexample
24961minimize(xfit(gaus(a,b,c,d,x), x, [a,b,c], data)_5, d, guess)
24962@end smallexample
24963
24964@noindent
24965where @code{gaus} represents the Gaussian model with background,
24966@code{data} represents the data matrix, and @code{guess} represents
24967the initial guess for @expr{d} that @code{minimize} requires.
24968This operation will only be, shall we say, extraordinarily slow
24969rather than astronomically slow (as would be the case if @code{minimize}
24970were used by itself to solve the problem).
24971
24972@tex
24973\bigskip
24974@end tex
24975
24976The @kbd{I a F} [@code{xfit}] command is somewhat trickier when
24977nonlinear models are used. The second item in the result is the
24978vector of ``raw'' parameters @expr{A}, @expr{B}, @expr{C}. The
24979covariance matrix is written in terms of those raw parameters.
24980The fifth item is a vector of @dfn{filter} expressions. This
24981is the empty vector @samp{[]} if the raw parameters were the same
24982as the requested parameters, i.e., if @expr{A = a}, @expr{B = b},
24983and so on (which is always true if the model is already linear
24984in the parameters as written, e.g., for polynomial fits). If the
24985parameters had to be rearranged, the fifth item is instead a vector
24986of one formula per parameter in the original model. The raw
24987parameters are expressed in these ``filter'' formulas as
24988@samp{fitdummy(1)} for @expr{A}, @samp{fitdummy(2)} for @expr{B},
24989and so on.
24990
24991When Calc needs to modify the model to return the result, it replaces
24992@samp{fitdummy(1)} in all the filters with the first item in the raw
24993parameters list, and so on for the other raw parameters, then
24994evaluates the resulting filter formulas to get the actual parameter
24995values to be substituted into the original model. In the case of
24996@kbd{H a F} and @kbd{I a F} where the parameters must be error forms,
24997Calc uses the square roots of the diagonal entries of the covariance
24998matrix as error values for the raw parameters, then lets Calc's
24999standard error-form arithmetic take it from there.
25000
25001If you use @kbd{I a F} with a nonlinear model, be sure to remember
25002that the covariance matrix is in terms of the raw parameters,
25003@emph{not} the actual requested parameters. It's up to you to
25004figure out how to interpret the covariances in the presence of
25005nontrivial filter functions.
25006
25007Things are also complicated when the input contains error forms.
25008Suppose there are three independent and dependent variables, @expr{x},
25009@expr{y}, and @expr{z}, one or more of which are error forms in the
25010data. Calc combines all the error values by taking the square root
25011of the sum of the squares of the errors. It then changes @expr{x}
25012and @expr{y} to be plain numbers, and makes @expr{z} into an error
25013form with this combined error. The @expr{Y(x,y,z)} part of the
25014linearized model is evaluated, and the result should be an error
25015form. The error part of that result is used for
25016@texline @math{\sigma_i}
25017@infoline @expr{sigma_i}
25018for the data point. If for some reason @expr{Y(x,y,z)} does not return
25019an error form, the combined error from @expr{z} is used directly for
25020@texline @math{\sigma_i}.
25021@infoline @expr{sigma_i}.
25022Finally, @expr{z} is also stripped of its error
25023for use in computing @expr{F(x,y,z)}, @expr{G(x,y,z)} and so on;
25024the righthand side of the linearized model is computed in regular
25025arithmetic with no error forms.
25026
25027(While these rules may seem complicated, they are designed to do
25028the most reasonable thing in the typical case that @expr{Y(x,y,z)}
25029depends only on the dependent variable @expr{z}, and in fact is
25030often simply equal to @expr{z}. For common cases like polynomials
25031and multilinear models, the combined error is simply used as the
25032@texline @math{\sigma}
25033@infoline @expr{sigma}
25034for the data point with no further ado.)
25035
25036@tex
25037\bigskip
25038@end tex
25039
25040@vindex FitRules
25041It may be the case that the model you wish to use is linearizable,
25042but Calc's built-in rules are unable to figure it out. Calc uses
25043its algebraic rewrite mechanism to linearize a model. The rewrite
25044rules are kept in the variable @code{FitRules}. You can edit this
25045variable using the @kbd{s e FitRules} command; in fact, there is
25046a special @kbd{s F} command just for editing @code{FitRules}.
25047@xref{Operations on Variables}.
25048
25049@xref{Rewrite Rules}, for a discussion of rewrite rules.
25050
25051@ignore
25052@starindex
25053@end ignore
25054@tindex fitvar
25055@ignore
25056@starindex
25057@end ignore
25058@ignore
25059@mindex @idots
25060@end ignore
25061@tindex fitparam
25062@ignore
25063@starindex
25064@end ignore
25065@ignore
25066@mindex @null
25067@end ignore
25068@tindex fitmodel
25069@ignore
25070@starindex
25071@end ignore
25072@ignore
25073@mindex @null
25074@end ignore
25075@tindex fitsystem
25076@ignore
25077@starindex
25078@end ignore
25079@ignore
25080@mindex @null
25081@end ignore
25082@tindex fitdummy
25083Calc uses @code{FitRules} as follows. First, it converts the model
25084to an equation if necessary and encloses the model equation in a
25085call to the function @code{fitmodel} (which is not actually a defined
25086function in Calc; it is only used as a placeholder by the rewrite rules).
25087Parameter variables are renamed to function calls @samp{fitparam(1)},
25088@samp{fitparam(2)}, and so on, and independent variables are renamed
25089to @samp{fitvar(1)}, @samp{fitvar(2)}, etc. The dependent variable
25090is the highest-numbered @code{fitvar}. For example, the power law
25091model @expr{a x^b} is converted to @expr{y = a x^b}, then to
25092
25093@smallexample
25094@group
25095fitmodel(fitvar(2) = fitparam(1) fitvar(1)^fitparam(2))
25096@end group
25097@end smallexample
25098
25099Calc then applies the rewrites as if by @samp{C-u 0 a r FitRules}.
25100(The zero prefix means that rewriting should continue until no further
25101changes are possible.)
25102
25103When rewriting is complete, the @code{fitmodel} call should have
25104been replaced by a @code{fitsystem} call that looks like this:
25105
25106@example
25107fitsystem(@var{Y}, @var{FGH}, @var{abc})
25108@end example
25109
25110@noindent
25111where @var{Y} is a formula that describes the function @expr{Y(x,y,z)},
25112@var{FGH} is the vector of formulas @expr{[F(x,y,z), G(x,y,z), H(x,y,z)]},
25113and @var{abc} is the vector of parameter filters which refer to the
25114raw parameters as @samp{fitdummy(1)} for @expr{A}, @samp{fitdummy(2)}
25115for @expr{B}, etc. While the number of raw parameters (the length of
25116the @var{FGH} vector) is usually the same as the number of original
25117parameters (the length of the @var{abc} vector), this is not required.
25118
25119The power law model eventually boils down to
25120
25121@smallexample
25122@group
25123fitsystem(ln(fitvar(2)),
25124 [1, ln(fitvar(1))],
25125 [exp(fitdummy(1)), fitdummy(2)])
25126@end group
25127@end smallexample
25128
25129The actual implementation of @code{FitRules} is complicated; it
25130proceeds in four phases. First, common rearrangements are done
25131to try to bring linear terms together and to isolate functions like
25132@code{exp} and @code{ln} either all the way ``out'' (so that they
25133can be put into @var{Y}) or all the way ``in'' (so that they can
25134be put into @var{abc} or @var{FGH}). In particular, all
25135non-constant powers are converted to logs-and-exponentials form,
25136and the distributive law is used to expand products of sums.
25137Quotients are rewritten to use the @samp{fitinv} function, where
25138@samp{fitinv(x)} represents @expr{1/x} while the @code{FitRules}
25139are operating. (The use of @code{fitinv} makes recognition of
25140linear-looking forms easier.) If you modify @code{FitRules}, you
25141will probably only need to modify the rules for this phase.
25142
25143Phase two, whose rules can actually also apply during phases one
25144and three, first rewrites @code{fitmodel} to a two-argument
25145form @samp{fitmodel(@var{Y}, @var{model})}, where @var{Y} is
25146initially zero and @var{model} has been changed from @expr{a=b}
25147to @expr{a-b} form. It then tries to peel off invertible functions
25148from the outside of @var{model} and put them into @var{Y} instead,
25149calling the equation solver to invert the functions. Finally, when
25150this is no longer possible, the @code{fitmodel} is changed to a
25151four-argument @code{fitsystem}, where the fourth argument is
25152@var{model} and the @var{FGH} and @var{abc} vectors are initially
25153empty. (The last vector is really @var{ABC}, corresponding to
25154raw parameters, for now.)
25155
25156Phase three converts a sum of items in the @var{model} to a sum
25157of @samp{fitpart(@var{a}, @var{b}, @var{c})} terms which represent
25158terms @samp{@var{a}*@var{b}*@var{c}} of the sum, where @var{a}
25159is all factors that do not involve any variables, @var{b} is all
25160factors that involve only parameters, and @var{c} is the factors
25161that involve only independent variables. (If this decomposition
25162is not possible, the rule set will not complete and Calc will
25163complain that the model is too complex.) Then @code{fitpart}s
25164with equal @var{b} or @var{c} components are merged back together
25165using the distributive law in order to minimize the number of
25166raw parameters needed.
25167
25168Phase four moves the @code{fitpart} terms into the @var{FGH} and
25169@var{ABC} vectors. Also, some of the algebraic expansions that
25170were done in phase 1 are undone now to make the formulas more
25171computationally efficient. Finally, it calls the solver one more
25172time to convert the @var{ABC} vector to an @var{abc} vector, and
25173removes the fourth @var{model} argument (which by now will be zero)
25174to obtain the three-argument @code{fitsystem} that the linear
25175least-squares solver wants to see.
25176
25177@ignore
25178@starindex
25179@end ignore
25180@ignore
25181@mindex hasfit@idots
25182@end ignore
25183@tindex hasfitparams
25184@ignore
25185@starindex
25186@end ignore
25187@ignore
25188@mindex @null
25189@end ignore
25190@tindex hasfitvars
25191Two functions which are useful in connection with @code{FitRules}
25192are @samp{hasfitparams(x)} and @samp{hasfitvars(x)}, which check
25193whether @expr{x} refers to any parameters or independent variables,
25194respectively. Specifically, these functions return ``true'' if the
25195argument contains any @code{fitparam} (or @code{fitvar}) function
25196calls, and ``false'' otherwise. (Recall that ``true'' means a
25197nonzero number, and ``false'' means zero. The actual nonzero number
25198returned is the largest @var{n} from all the @samp{fitparam(@var{n})}s
25199or @samp{fitvar(@var{n})}s, respectively, that appear in the formula.)
25200
25201@tex
25202\bigskip
25203@end tex
25204
25205The @code{fit} function in algebraic notation normally takes four
25206arguments, @samp{fit(@var{model}, @var{vars}, @var{params}, @var{data})},
25207where @var{model} is the model formula as it would be typed after
25208@kbd{a F '}, @var{vars} is the independent variable or a vector of
25209independent variables, @var{params} likewise gives the parameter(s),
25210and @var{data} is the data matrix. Note that the length of @var{vars}
25211must be equal to the number of rows in @var{data} if @var{model} is
25212an equation, or one less than the number of rows if @var{model} is
25213a plain formula. (Actually, a name for the dependent variable is
25214allowed but will be ignored in the plain-formula case.)
25215
25216If @var{params} is omitted, the parameters are all variables in
25217@var{model} except those that appear in @var{vars}. If @var{vars}
25218is also omitted, Calc sorts all the variables that appear in
25219@var{model} alphabetically and uses the higher ones for @var{vars}
25220and the lower ones for @var{params}.
25221
25222Alternatively, @samp{fit(@var{modelvec}, @var{data})} is allowed
25223where @var{modelvec} is a 2- or 3-vector describing the model
25224and variables, as discussed previously.
25225
25226If Calc is unable to do the fit, the @code{fit} function is left
25227in symbolic form, ordinarily with an explanatory message. The
25228message will be ``Model expression is too complex'' if the
25229linearizer was unable to put the model into the required form.
25230
25231The @code{efit} (corresponding to @kbd{H a F}) and @code{xfit}
25232(for @kbd{I a F}) functions are completely analogous.
25233
25234@node Interpolation, , Curve Fitting Details, Curve Fitting
25235@subsection Polynomial Interpolation
25236
25237@kindex a p
25238@pindex calc-poly-interp
25239@tindex polint
25240The @kbd{a p} (@code{calc-poly-interp}) [@code{polint}] command does
25241a polynomial interpolation at a particular @expr{x} value. It takes
25242two arguments from the stack: A data matrix of the sort used by
25243@kbd{a F}, and a single number which represents the desired @expr{x}
25244value. Calc effectively does an exact polynomial fit as if by @kbd{a F i},
25245then substitutes the @expr{x} value into the result in order to get an
25246approximate @expr{y} value based on the fit. (Calc does not actually
25247use @kbd{a F i}, however; it uses a direct method which is both more
25248efficient and more numerically stable.)
25249
25250The result of @kbd{a p} is actually a vector of two values: The @expr{y}
25251value approximation, and an error measure @expr{dy} that reflects Calc's
25252estimation of the probable error of the approximation at that value of
25253@expr{x}. If the input @expr{x} is equal to any of the @expr{x} values
25254in the data matrix, the output @expr{y} will be the corresponding @expr{y}
25255value from the matrix, and the output @expr{dy} will be exactly zero.
25256
25257A prefix argument of 2 causes @kbd{a p} to take separate x- and
25258y-vectors from the stack instead of one data matrix.
25259
25260If @expr{x} is a vector of numbers, @kbd{a p} will return a matrix of
25261interpolated results for each of those @expr{x} values. (The matrix will
25262have two columns, the @expr{y} values and the @expr{dy} values.)
25263If @expr{x} is a formula instead of a number, the @code{polint} function
25264remains in symbolic form; use the @kbd{a "} command to expand it out to
25265a formula that describes the fit in symbolic terms.
25266
25267In all cases, the @kbd{a p} command leaves the data vectors or matrix
25268on the stack. Only the @expr{x} value is replaced by the result.
25269
25270@kindex H a p
25271@tindex ratint
25272The @kbd{H a p} [@code{ratint}] command does a rational function
25273interpolation. It is used exactly like @kbd{a p}, except that it
25274uses as its model the quotient of two polynomials. If there are
25275@expr{N} data points, the numerator and denominator polynomials will
25276each have degree @expr{N/2} (if @expr{N} is odd, the denominator will
25277have degree one higher than the numerator).
25278
25279Rational approximations have the advantage that they can accurately
25280describe functions that have poles (points at which the function's value
25281goes to infinity, so that the denominator polynomial of the approximation
25282goes to zero). If @expr{x} corresponds to a pole of the fitted rational
25283function, then the result will be a division by zero. If Infinite mode
25284is enabled, the result will be @samp{[uinf, uinf]}.
25285
25286There is no way to get the actual coefficients of the rational function
25287used by @kbd{H a p}. (The algorithm never generates these coefficients
25288explicitly, and quotients of polynomials are beyond @w{@kbd{a F}}'s
25289capabilities to fit.)
25290
25291@node Summations, Logical Operations, Curve Fitting, Algebra
25292@section Summations
25293
25294@noindent
25295@cindex Summation of a series
25296@kindex a +
25297@pindex calc-summation
25298@tindex sum
25299The @kbd{a +} (@code{calc-summation}) [@code{sum}] command computes
25300the sum of a formula over a certain range of index values. The formula
25301is taken from the top of the stack; the command prompts for the
25302name of the summation index variable, the lower limit of the
25303sum (any formula), and the upper limit of the sum. If you
25304enter a blank line at any of these prompts, that prompt and
25305any later ones are answered by reading additional elements from
25306the stack. Thus, @kbd{' k^2 @key{RET} ' k @key{RET} 1 @key{RET} 5 @key{RET} a + @key{RET}}
25307produces the result 55.
25308@tex
25309\turnoffactive
25310$$ \sum_{k=1}^5 k^2 = 55 $$
25311@end tex
25312
25313The choice of index variable is arbitrary, but it's best not to
25314use a variable with a stored value. In particular, while
25315@code{i} is often a favorite index variable, it should be avoided
25316in Calc because @code{i} has the imaginary constant @expr{(0, 1)}
25317as a value. If you pressed @kbd{=} on a sum over @code{i}, it would
25318be changed to a nonsensical sum over the ``variable'' @expr{(0, 1)}!
25319If you really want to use @code{i} as an index variable, use
25320@w{@kbd{s u i @key{RET}}} first to ``unstore'' this variable.
25321(@xref{Storing Variables}.)
25322
25323A numeric prefix argument steps the index by that amount rather
25324than by one. Thus @kbd{' a_k @key{RET} C-u -2 a + k @key{RET} 10 @key{RET} 0 @key{RET}}
25325yields @samp{a_10 + a_8 + a_6 + a_4 + a_2 + a_0}. A prefix
25326argument of plain @kbd{C-u} causes @kbd{a +} to prompt for the
25327step value, in which case you can enter any formula or enter
25328a blank line to take the step value from the stack. With the
25329@kbd{C-u} prefix, @kbd{a +} can take up to five arguments from
25330the stack: The formula, the variable, the lower limit, the
25331upper limit, and (at the top of the stack), the step value.
25332
25333Calc knows how to do certain sums in closed form. For example,
25334@samp{sum(6 k^2, k, 1, n) = @w{2 n^3} + 3 n^2 + n}. In particular,
25335this is possible if the formula being summed is polynomial or
25336exponential in the index variable. Sums of logarithms are
25337transformed into logarithms of products. Sums of trigonometric
25338and hyperbolic functions are transformed to sums of exponentials
25339and then done in closed form. Also, of course, sums in which the
25340lower and upper limits are both numbers can always be evaluated
25341just by grinding them out, although Calc will use closed forms
25342whenever it can for the sake of efficiency.
25343
25344The notation for sums in algebraic formulas is
25345@samp{sum(@var{expr}, @var{var}, @var{low}, @var{high}, @var{step})}.
25346If @var{step} is omitted, it defaults to one. If @var{high} is
25347omitted, @var{low} is actually the upper limit and the lower limit
25348is one. If @var{low} is also omitted, the limits are @samp{-inf}
25349and @samp{inf}, respectively.
25350
25351Infinite sums can sometimes be evaluated: @samp{sum(.5^k, k, 1, inf)}
25352returns @expr{1}. This is done by evaluating the sum in closed
25353form (to @samp{1. - 0.5^n} in this case), then evaluating this
25354formula with @code{n} set to @code{inf}. Calc's usual rules
25355for ``infinite'' arithmetic can find the answer from there. If
25356infinite arithmetic yields a @samp{nan}, or if the sum cannot be
25357solved in closed form, Calc leaves the @code{sum} function in
25358symbolic form. @xref{Infinities}.
25359
25360As a special feature, if the limits are infinite (or omitted, as
25361described above) but the formula includes vectors subscripted by
25362expressions that involve the iteration variable, Calc narrows
25363the limits to include only the range of integers which result in
25364valid subscripts for the vector. For example, the sum
25365@samp{sum(k [a,b,c,d,e,f,g]_(2k),k)} evaluates to @samp{b + 2 d + 3 f}.
25366
25367The limits of a sum do not need to be integers. For example,
25368@samp{sum(a_k, k, 0, 2 n, n)} produces @samp{a_0 + a_n + a_(2 n)}.
25369Calc computes the number of iterations using the formula
25370@samp{1 + (@var{high} - @var{low}) / @var{step}}, which must,
25371after simplification as if by @kbd{a s}, evaluate to an integer.
25372
25373If the number of iterations according to the above formula does
25374not come out to an integer, the sum is invalid and will be left
25375in symbolic form. However, closed forms are still supplied, and
25376you are on your honor not to misuse the resulting formulas by
25377substituting mismatched bounds into them. For example,
25378@samp{sum(k, k, 1, 10, 2)} is invalid, but Calc will go ahead and
25379evaluate the closed form solution for the limits 1 and 10 to get
25380the rather dubious answer, 29.25.
25381
25382If the lower limit is greater than the upper limit (assuming a
25383positive step size), the result is generally zero. However,
25384Calc only guarantees a zero result when the upper limit is
25385exactly one step less than the lower limit, i.e., if the number
25386of iterations is @mathit{-1}. Thus @samp{sum(f(k), k, n, n-1)} is zero
25387but the sum from @samp{n} to @samp{n-2} may report a nonzero value
25388if Calc used a closed form solution.
25389
25390Calc's logical predicates like @expr{a < b} return 1 for ``true''
25391and 0 for ``false.'' @xref{Logical Operations}. This can be
25392used to advantage for building conditional sums. For example,
25393@samp{sum(prime(k)*k^2, k, 1, 20)} is the sum of the squares of all
25394prime numbers from 1 to 20; the @code{prime} predicate returns 1 if
25395its argument is prime and 0 otherwise. You can read this expression
25396as ``the sum of @expr{k^2}, where @expr{k} is prime.'' Indeed,
25397@samp{sum(prime(k)*k^2, k)} would represent the sum of @emph{all} primes
25398squared, since the limits default to plus and minus infinity, but
25399there are no such sums that Calc's built-in rules can do in
25400closed form.
25401
25402As another example, @samp{sum((k != k_0) * f(k), k, 1, n)} is the
25403sum of @expr{f(k)} for all @expr{k} from 1 to @expr{n}, excluding
25404one value @expr{k_0}. Slightly more tricky is the summand
25405@samp{(k != k_0) / (k - k_0)}, which is an attempt to describe
25406the sum of all @expr{1/(k-k_0)} except at @expr{k = k_0}, where
25407this would be a division by zero. But at @expr{k = k_0}, this
25408formula works out to the indeterminate form @expr{0 / 0}, which
25409Calc will not assume is zero. Better would be to use
25410@samp{(k != k_0) ? 1/(k-k_0) : 0}; the @samp{? :} operator does
25411an ``if-then-else'' test: This expression says, ``if
25412@texline @math{k \ne k_0},
25413@infoline @expr{k != k_0},
25414then @expr{1/(k-k_0)}, else zero.'' Now the formula @expr{1/(k-k_0)}
25415will not even be evaluated by Calc when @expr{k = k_0}.
25416
25417@cindex Alternating sums
25418@kindex a -
25419@pindex calc-alt-summation
25420@tindex asum
25421The @kbd{a -} (@code{calc-alt-summation}) [@code{asum}] command
25422computes an alternating sum. Successive terms of the sequence
25423are given alternating signs, with the first term (corresponding
25424to the lower index value) being positive. Alternating sums
25425are converted to normal sums with an extra term of the form
25426@samp{(-1)^(k-@var{low})}. This formula is adjusted appropriately
25427if the step value is other than one. For example, the Taylor
25428series for the sine function is @samp{asum(x^k / k!, k, 1, inf, 2)}.
25429(Calc cannot evaluate this infinite series, but it can approximate
25430it if you replace @code{inf} with any particular odd number.)
25431Calc converts this series to a regular sum with a step of one,
25432namely @samp{sum((-1)^k x^(2k+1) / (2k+1)!, k, 0, inf)}.
25433
25434@cindex Product of a sequence
25435@kindex a *
25436@pindex calc-product
25437@tindex prod
25438The @kbd{a *} (@code{calc-product}) [@code{prod}] command is
25439the analogous way to take a product of many terms. Calc also knows
25440some closed forms for products, such as @samp{prod(k, k, 1, n) = n!}.
25441Conditional products can be written @samp{prod(k^prime(k), k, 1, n)}
25442or @samp{prod(prime(k) ? k : 1, k, 1, n)}.
25443
25444@kindex a T
25445@pindex calc-tabulate
25446@tindex table
25447The @kbd{a T} (@code{calc-tabulate}) [@code{table}] command
25448evaluates a formula at a series of iterated index values, just
25449like @code{sum} and @code{prod}, but its result is simply a
25450vector of the results. For example, @samp{table(a_i, i, 1, 7, 2)}
25451produces @samp{[a_1, a_3, a_5, a_7]}.
25452
25453@node Logical Operations, Rewrite Rules, Summations, Algebra
25454@section Logical Operations
25455
25456@noindent
25457The following commands and algebraic functions return true/false values,
25458where 1 represents ``true'' and 0 represents ``false.'' In cases where
25459a truth value is required (such as for the condition part of a rewrite
25460rule, or as the condition for a @w{@kbd{Z [ Z ]}} control structure), any
25461nonzero value is accepted to mean ``true.'' (Specifically, anything
25462for which @code{dnonzero} returns 1 is ``true,'' and anything for
25463which @code{dnonzero} returns 0 or cannot decide is assumed ``false.''
25464Note that this means that @w{@kbd{Z [ Z ]}} will execute the ``then''
25465portion if its condition is provably true, but it will execute the
25466``else'' portion for any condition like @expr{a = b} that is not
25467provably true, even if it might be true. Algebraic functions that
25468have conditions as arguments, like @code{? :} and @code{&&}, remain
25469unevaluated if the condition is neither provably true nor provably
25470false. @xref{Declarations}.)
25471
25472@kindex a =
25473@pindex calc-equal-to
25474@tindex eq
25475@tindex =
25476@tindex ==
25477The @kbd{a =} (@code{calc-equal-to}) command, or @samp{eq(a,b)} function
25478(which can also be written @samp{a = b} or @samp{a == b} in an algebraic
25479formula) is true if @expr{a} and @expr{b} are equal, either because they
25480are identical expressions, or because they are numbers which are
25481numerically equal. (Thus the integer 1 is considered equal to the float
254821.0.) If the equality of @expr{a} and @expr{b} cannot be determined,
25483the comparison is left in symbolic form. Note that as a command, this
25484operation pops two values from the stack and pushes back either a 1 or
25485a 0, or a formula @samp{a = b} if the values' equality cannot be determined.
25486
25487Many Calc commands use @samp{=} formulas to represent @dfn{equations}.
25488For example, the @kbd{a S} (@code{calc-solve-for}) command rearranges
25489an equation to solve for a given variable. The @kbd{a M}
25490(@code{calc-map-equation}) command can be used to apply any
25491function to both sides of an equation; for example, @kbd{2 a M *}
25492multiplies both sides of the equation by two. Note that just
25493@kbd{2 *} would not do the same thing; it would produce the formula
25494@samp{2 (a = b)} which represents 2 if the equality is true or
25495zero if not.
25496
25497The @code{eq} function with more than two arguments (e.g., @kbd{C-u 3 a =}
25498or @samp{a = b = c}) tests if all of its arguments are equal. In
25499algebraic notation, the @samp{=} operator is unusual in that it is
25500neither left- nor right-associative: @samp{a = b = c} is not the
25501same as @samp{(a = b) = c} or @samp{a = (b = c)} (which each compare
25502one variable with the 1 or 0 that results from comparing two other
25503variables).
25504
25505@kindex a #
25506@pindex calc-not-equal-to
25507@tindex neq
25508@tindex !=
25509The @kbd{a #} (@code{calc-not-equal-to}) command, or @samp{neq(a,b)} or
25510@samp{a != b} function, is true if @expr{a} and @expr{b} are not equal.
25511This also works with more than two arguments; @samp{a != b != c != d}
25512tests that all four of @expr{a}, @expr{b}, @expr{c}, and @expr{d} are
25513distinct numbers.
25514
25515@kindex a <
25516@tindex lt
25517@ignore
25518@mindex @idots
25519@end ignore
25520@kindex a >
25521@ignore
25522@mindex @null
25523@end ignore
25524@kindex a [
25525@ignore
25526@mindex @null
25527@end ignore
25528@kindex a ]
25529@pindex calc-less-than
25530@pindex calc-greater-than
25531@pindex calc-less-equal
25532@pindex calc-greater-equal
25533@ignore
25534@mindex @null
25535@end ignore
25536@tindex gt
25537@ignore
25538@mindex @null
25539@end ignore
25540@tindex leq
25541@ignore
25542@mindex @null
25543@end ignore
25544@tindex geq
25545@ignore
25546@mindex @null
25547@end ignore
25548@tindex <
25549@ignore
25550@mindex @null
25551@end ignore
25552@tindex >
25553@ignore
25554@mindex @null
25555@end ignore
25556@tindex <=
25557@ignore
25558@mindex @null
25559@end ignore
25560@tindex >=
25561The @kbd{a <} (@code{calc-less-than}) [@samp{lt(a,b)} or @samp{a < b}]
25562operation is true if @expr{a} is less than @expr{b}. Similar functions
25563are @kbd{a >} (@code{calc-greater-than}) [@samp{gt(a,b)} or @samp{a > b}],
25564@kbd{a [} (@code{calc-less-equal}) [@samp{leq(a,b)} or @samp{a <= b}], and
25565@kbd{a ]} (@code{calc-greater-equal}) [@samp{geq(a,b)} or @samp{a >= b}].
25566
25567While the inequality functions like @code{lt} do not accept more
25568than two arguments, the syntax @w{@samp{a <= b < c}} is translated to an
25569equivalent expression involving intervals: @samp{b in [a .. c)}.
25570(See the description of @code{in} below.) All four combinations
25571of @samp{<} and @samp{<=} are allowed, or any of the four combinations
25572of @samp{>} and @samp{>=}. Four-argument constructions like
25573@samp{a < b < c < d}, and mixtures like @w{@samp{a < b = c}} that
25574involve both equalities and inequalities, are not allowed.
25575
25576@kindex a .
25577@pindex calc-remove-equal
25578@tindex rmeq
25579The @kbd{a .} (@code{calc-remove-equal}) [@code{rmeq}] command extracts
25580the righthand side of the equation or inequality on the top of the
25581stack. It also works elementwise on vectors. For example, if
25582@samp{[x = 2.34, y = z / 2]} is on the stack, then @kbd{a .} produces
25583@samp{[2.34, z / 2]}. As a special case, if the righthand side is a
25584variable and the lefthand side is a number (as in @samp{2.34 = x}), then
25585Calc keeps the lefthand side instead. Finally, this command works with
25586assignments @samp{x := 2.34} as well as equations, always taking the
25587righthand side, and for @samp{=>} (evaluates-to) operators, always
25588taking the lefthand side.
25589
25590@kindex a &
25591@pindex calc-logical-and
25592@tindex land
25593@tindex &&
25594The @kbd{a &} (@code{calc-logical-and}) [@samp{land(a,b)} or @samp{a && b}]
25595function is true if both of its arguments are true, i.e., are
25596non-zero numbers. In this case, the result will be either @expr{a} or
25597@expr{b}, chosen arbitrarily. If either argument is zero, the result is
25598zero. Otherwise, the formula is left in symbolic form.
25599
25600@kindex a |
25601@pindex calc-logical-or
25602@tindex lor
25603@tindex ||
25604The @kbd{a |} (@code{calc-logical-or}) [@samp{lor(a,b)} or @samp{a || b}]
25605function is true if either or both of its arguments are true (nonzero).
25606The result is whichever argument was nonzero, choosing arbitrarily if both
25607are nonzero. If both @expr{a} and @expr{b} are zero, the result is
25608zero.
25609
25610@kindex a !
25611@pindex calc-logical-not
25612@tindex lnot
25613@tindex !
25614The @kbd{a !} (@code{calc-logical-not}) [@samp{lnot(a)} or @samp{!@: a}]
25615function is true if @expr{a} is false (zero), or false if @expr{a} is
25616true (nonzero). It is left in symbolic form if @expr{a} is not a
25617number.
25618
25619@kindex a :
25620@pindex calc-logical-if
25621@tindex if
25622@ignore
25623@mindex ? :
25624@end ignore
25625@tindex ?
25626@ignore
25627@mindex @null
25628@end ignore
25629@tindex :
25630@cindex Arguments, not evaluated
25631The @kbd{a :} (@code{calc-logical-if}) [@samp{if(a,b,c)} or @samp{a ? b :@: c}]
25632function is equal to either @expr{b} or @expr{c} if @expr{a} is a nonzero
25633number or zero, respectively. If @expr{a} is not a number, the test is
25634left in symbolic form and neither @expr{b} nor @expr{c} is evaluated in
25635any way. In algebraic formulas, this is one of the few Calc functions
25636whose arguments are not automatically evaluated when the function itself
25637is evaluated. The others are @code{lambda}, @code{quote}, and
25638@code{condition}.
25639
25640One minor surprise to watch out for is that the formula @samp{a?3:4}
25641will not work because the @samp{3:4} is parsed as a fraction instead of
25642as three separate symbols. Type something like @samp{a ? 3 : 4} or
25643@samp{a?(3):4} instead.
25644
25645As a special case, if @expr{a} evaluates to a vector, then both @expr{b}
25646and @expr{c} are evaluated; the result is a vector of the same length
25647as @expr{a} whose elements are chosen from corresponding elements of
25648@expr{b} and @expr{c} according to whether each element of @expr{a}
25649is zero or nonzero. Each of @expr{b} and @expr{c} must be either a
25650vector of the same length as @expr{a}, or a non-vector which is matched
25651with all elements of @expr{a}.
25652
25653@kindex a @{
25654@pindex calc-in-set
25655@tindex in
25656The @kbd{a @{} (@code{calc-in-set}) [@samp{in(a,b)}] function is true if
25657the number @expr{a} is in the set of numbers represented by @expr{b}.
25658If @expr{b} is an interval form, @expr{a} must be one of the values
25659encompassed by the interval. If @expr{b} is a vector, @expr{a} must be
25660equal to one of the elements of the vector. (If any vector elements are
25661intervals, @expr{a} must be in any of the intervals.) If @expr{b} is a
25662plain number, @expr{a} must be numerically equal to @expr{b}.
25663@xref{Set Operations}, for a group of commands that manipulate sets
25664of this sort.
25665
25666@ignore
25667@starindex
25668@end ignore
25669@tindex typeof
25670The @samp{typeof(a)} function produces an integer or variable which
25671characterizes @expr{a}. If @expr{a} is a number, vector, or variable,
25672the result will be one of the following numbers:
25673
25674@example
25675 1 Integer
25676 2 Fraction
25677 3 Floating-point number
25678 4 HMS form
25679 5 Rectangular complex number
25680 6 Polar complex number
25681 7 Error form
25682 8 Interval form
25683 9 Modulo form
2568410 Date-only form
2568511 Date/time form
2568612 Infinity (inf, uinf, or nan)
25687100 Variable
25688101 Vector (but not a matrix)
25689102 Matrix
25690@end example
25691
25692Otherwise, @expr{a} is a formula, and the result is a variable which
25693represents the name of the top-level function call.
25694
25695@ignore
25696@starindex
25697@end ignore
25698@tindex integer
25699@ignore
25700@starindex
25701@end ignore
25702@tindex real
25703@ignore
25704@starindex
25705@end ignore
25706@tindex constant
25707The @samp{integer(a)} function returns true if @expr{a} is an integer.
25708The @samp{real(a)} function
25709is true if @expr{a} is a real number, either integer, fraction, or
25710float. The @samp{constant(a)} function returns true if @expr{a} is
25711any of the objects for which @code{typeof} would produce an integer
25712code result except for variables, and provided that the components of
25713an object like a vector or error form are themselves constant.
25714Note that infinities do not satisfy any of these tests, nor do
25715special constants like @code{pi} and @code{e}.
25716
25717@xref{Declarations}, for a set of similar functions that recognize
25718formulas as well as actual numbers. For example, @samp{dint(floor(x))}
25719is true because @samp{floor(x)} is provably integer-valued, but
25720@samp{integer(floor(x))} does not because @samp{floor(x)} is not
25721literally an integer constant.
25722
25723@ignore
25724@starindex
25725@end ignore
25726@tindex refers
25727The @samp{refers(a,b)} function is true if the variable (or sub-expression)
25728@expr{b} appears in @expr{a}, or false otherwise. Unlike the other
25729tests described here, this function returns a definite ``no'' answer
25730even if its arguments are still in symbolic form. The only case where
25731@code{refers} will be left unevaluated is if @expr{a} is a plain
25732variable (different from @expr{b}).
25733
25734@ignore
25735@starindex
25736@end ignore
25737@tindex negative
25738The @samp{negative(a)} function returns true if @expr{a} ``looks'' negative,
25739because it is a negative number, because it is of the form @expr{-x},
25740or because it is a product or quotient with a term that looks negative.
25741This is most useful in rewrite rules. Beware that @samp{negative(a)}
25742evaluates to 1 or 0 for @emph{any} argument @expr{a}, so it can only
25743be stored in a formula if the default simplifications are turned off
25744first with @kbd{m O} (or if it appears in an unevaluated context such
25745as a rewrite rule condition).
25746
25747@ignore
25748@starindex
25749@end ignore
25750@tindex variable
25751The @samp{variable(a)} function is true if @expr{a} is a variable,
25752or false if not. If @expr{a} is a function call, this test is left
25753in symbolic form. Built-in variables like @code{pi} and @code{inf}
25754are considered variables like any others by this test.
25755
25756@ignore
25757@starindex
25758@end ignore
25759@tindex nonvar
25760The @samp{nonvar(a)} function is true if @expr{a} is a non-variable.
25761If its argument is a variable it is left unsimplified; it never
25762actually returns zero. However, since Calc's condition-testing
25763commands consider ``false'' anything not provably true, this is
25764often good enough.
25765
25766@ignore
25767@starindex
25768@end ignore
25769@tindex lin
25770@ignore
25771@starindex
25772@end ignore
25773@tindex linnt
25774@ignore
25775@starindex
25776@end ignore
25777@tindex islin
25778@ignore
25779@starindex
25780@end ignore
25781@tindex islinnt
25782@cindex Linearity testing
25783The functions @code{lin}, @code{linnt}, @code{islin}, and @code{islinnt}
25784check if an expression is ``linear,'' i.e., can be written in the form
25785@expr{a + b x} for some constants @expr{a} and @expr{b}, and some
25786variable or subformula @expr{x}. The function @samp{islin(f,x)} checks
25787if formula @expr{f} is linear in @expr{x}, returning 1 if so. For
25788example, @samp{islin(x,x)}, @samp{islin(-x,x)}, @samp{islin(3,x)}, and
25789@samp{islin(x y / 3 - 2, x)} all return 1. The @samp{lin(f,x)} function
25790is similar, except that instead of returning 1 it returns the vector
25791@expr{[a, b, x]}. For the above examples, this vector would be
25792@expr{[0, 1, x]}, @expr{[0, -1, x]}, @expr{[3, 0, x]}, and
25793@expr{[-2, y/3, x]}, respectively. Both @code{lin} and @code{islin}
25794generally remain unevaluated for expressions which are not linear,
25795e.g., @samp{lin(2 x^2, x)} and @samp{lin(sin(x), x)}. The second
25796argument can also be a formula; @samp{islin(2 + 3 sin(x), sin(x))}
25797returns true.
25798
25799The @code{linnt} and @code{islinnt} functions perform a similar check,
25800but require a ``non-trivial'' linear form, which means that the
25801@expr{b} coefficient must be non-zero. For example, @samp{lin(2,x)}
25802returns @expr{[2, 0, x]} and @samp{lin(y,x)} returns @expr{[y, 0, x]},
25803but @samp{linnt(2,x)} and @samp{linnt(y,x)} are left unevaluated
25804(in other words, these formulas are considered to be only ``trivially''
25805linear in @expr{x}).
25806
25807All four linearity-testing functions allow you to omit the second
25808argument, in which case the input may be linear in any non-constant
25809formula. Here, the @expr{a=0}, @expr{b=1} case is also considered
25810trivial, and only constant values for @expr{a} and @expr{b} are
25811recognized. Thus, @samp{lin(2 x y)} returns @expr{[0, 2, x y]},
25812@samp{lin(2 - x y)} returns @expr{[2, -1, x y]}, and @samp{lin(x y)}
25813returns @expr{[0, 1, x y]}. The @code{linnt} function would allow the
25814first two cases but not the third. Also, neither @code{lin} nor
25815@code{linnt} accept plain constants as linear in the one-argument
25816case: @samp{islin(2,x)} is true, but @samp{islin(2)} is false.
25817
25818@ignore
25819@starindex
25820@end ignore
25821@tindex istrue
25822The @samp{istrue(a)} function returns 1 if @expr{a} is a nonzero
25823number or provably nonzero formula, or 0 if @expr{a} is anything else.
25824Calls to @code{istrue} can only be manipulated if @kbd{m O} mode is
25825used to make sure they are not evaluated prematurely. (Note that
25826declarations are used when deciding whether a formula is true;
25827@code{istrue} returns 1 when @code{dnonzero} would return 1, and
25828it returns 0 when @code{dnonzero} would return 0 or leave itself
25829in symbolic form.)
25830
25831@node Rewrite Rules, , Logical Operations, Algebra
25832@section Rewrite Rules
25833
25834@noindent
25835@cindex Rewrite rules
25836@cindex Transformations
25837@cindex Pattern matching
25838@kindex a r
25839@pindex calc-rewrite
25840@tindex rewrite
25841The @kbd{a r} (@code{calc-rewrite}) [@code{rewrite}] command makes
25842substitutions in a formula according to a specified pattern or patterns
25843known as @dfn{rewrite rules}. Whereas @kbd{a b} (@code{calc-substitute})
25844matches literally, so that substituting @samp{sin(x)} with @samp{cos(x)}
25845matches only the @code{sin} function applied to the variable @code{x},
25846rewrite rules match general kinds of formulas; rewriting using the rule
25847@samp{sin(x) := cos(x)} matches @code{sin} of any argument and replaces
25848it with @code{cos} of that same argument. The only significance of the
25849name @code{x} is that the same name is used on both sides of the rule.
25850
25851Rewrite rules rearrange formulas already in Calc's memory.
25852@xref{Syntax Tables}, to read about @dfn{syntax rules}, which are
25853similar to algebraic rewrite rules but operate when new algebraic
25854entries are being parsed, converting strings of characters into
25855Calc formulas.
25856
25857@menu
25858* Entering Rewrite Rules::
25859* Basic Rewrite Rules::
25860* Conditional Rewrite Rules::
25861* Algebraic Properties of Rewrite Rules::
25862* Other Features of Rewrite Rules::
25863* Composing Patterns in Rewrite Rules::
25864* Nested Formulas with Rewrite Rules::
25865* Multi-Phase Rewrite Rules::
25866* Selections with Rewrite Rules::
25867* Matching Commands::
25868* Automatic Rewrites::
25869* Debugging Rewrites::
25870* Examples of Rewrite Rules::
25871@end menu
25872
25873@node Entering Rewrite Rules, Basic Rewrite Rules, Rewrite Rules, Rewrite Rules
25874@subsection Entering Rewrite Rules
25875
25876@noindent
25877Rewrite rules normally use the ``assignment'' operator
25878@samp{@var{old} := @var{new}}.
25879This operator is equivalent to the function call @samp{assign(old, new)}.
25880The @code{assign} function is undefined by itself in Calc, so an
25881assignment formula such as a rewrite rule will be left alone by ordinary
25882Calc commands. But certain commands, like the rewrite system, interpret
25883assignments in special ways.
25884
25885For example, the rule @samp{sin(x)^2 := 1-cos(x)^2} says to replace
25886every occurrence of the sine of something, squared, with one minus the
25887square of the cosine of that same thing. All by itself as a formula
25888on the stack it does nothing, but when given to the @kbd{a r} command
25889it turns that command into a sine-squared-to-cosine-squared converter.
25890
25891To specify a set of rules to be applied all at once, make a vector of
25892rules.
25893
25894When @kbd{a r} prompts you to enter the rewrite rules, you can answer
25895in several ways:
25896
25897@enumerate
25898@item
25899With a rule: @kbd{f(x) := g(x) @key{RET}}.
25900@item
25901With a vector of rules: @kbd{[f1(x) := g1(x), f2(x) := g2(x)] @key{RET}}.
25902(You can omit the enclosing square brackets if you wish.)
25903@item
25904With the name of a variable that contains the rule or rules vector:
25905@kbd{myrules @key{RET}}.
25906@item
25907With any formula except a rule, a vector, or a variable name; this
25908will be interpreted as the @var{old} half of a rewrite rule,
25909and you will be prompted a second time for the @var{new} half:
25910@kbd{f(x) @key{RET} g(x) @key{RET}}.
25911@item
25912With a blank line, in which case the rule, rules vector, or variable
25913will be taken from the top of the stack (and the formula to be
25914rewritten will come from the second-to-top position).
25915@end enumerate
25916
25917If you enter the rules directly (as opposed to using rules stored
25918in a variable), those rules will be put into the Trail so that you
25919can retrieve them later. @xref{Trail Commands}.
25920
25921It is most convenient to store rules you use often in a variable and
25922invoke them by giving the variable name. The @kbd{s e}
25923(@code{calc-edit-variable}) command is an easy way to create or edit a
25924rule set stored in a variable. You may also wish to use @kbd{s p}
25925(@code{calc-permanent-variable}) to save your rules permanently;
25926@pxref{Operations on Variables}.
25927
25928Rewrite rules are compiled into a special internal form for faster
25929matching. If you enter a rule set directly it must be recompiled
25930every time. If you store the rules in a variable and refer to them
25931through that variable, they will be compiled once and saved away
25932along with the variable for later reference. This is another good
25933reason to store your rules in a variable.
25934
25935Calc also accepts an obsolete notation for rules, as vectors
25936@samp{[@var{old}, @var{new}]}. But because it is easily confused with a
25937vector of two rules, the use of this notation is no longer recommended.
25938
25939@node Basic Rewrite Rules, Conditional Rewrite Rules, Entering Rewrite Rules, Rewrite Rules
25940@subsection Basic Rewrite Rules
25941
25942@noindent
25943To match a particular formula @expr{x} with a particular rewrite rule
25944@samp{@var{old} := @var{new}}, Calc compares the structure of @expr{x} with
25945the structure of @var{old}. Variables that appear in @var{old} are
25946treated as @dfn{meta-variables}; the corresponding positions in @expr{x}
25947may contain any sub-formulas. For example, the pattern @samp{f(x,y)}
25948would match the expression @samp{f(12, a+1)} with the meta-variable
25949@samp{x} corresponding to 12 and with @samp{y} corresponding to
25950@samp{a+1}. However, this pattern would not match @samp{f(12)} or
25951@samp{g(12, a+1)}, since there is no assignment of the meta-variables
25952that will make the pattern match these expressions. Notice that if
25953the pattern is a single meta-variable, it will match any expression.
25954
25955If a given meta-variable appears more than once in @var{old}, the
25956corresponding sub-formulas of @expr{x} must be identical. Thus
25957the pattern @samp{f(x,x)} would match @samp{f(12, 12)} and
25958@samp{f(a+1, a+1)} but not @samp{f(12, a+1)} or @samp{f(a+b, b+a)}.
25959(@xref{Conditional Rewrite Rules}, for a way to match the latter.)
25960
25961Things other than variables must match exactly between the pattern
25962and the target formula. To match a particular variable exactly, use
25963the pseudo-function @samp{quote(v)} in the pattern. For example, the
25964pattern @samp{x+quote(y)} matches @samp{x+y}, @samp{2+y}, or
25965@samp{sin(a)+y}.
25966
25967The special variable names @samp{e}, @samp{pi}, @samp{i}, @samp{phi},
25968@samp{gamma}, @samp{inf}, @samp{uinf}, and @samp{nan} always match
25969literally. Thus the pattern @samp{sin(d + e + f)} acts exactly like
25970@samp{sin(d + quote(e) + f)}.
25971
25972If the @var{old} pattern is found to match a given formula, that
25973formula is replaced by @var{new}, where any occurrences in @var{new}
25974of meta-variables from the pattern are replaced with the sub-formulas
25975that they matched. Thus, applying the rule @samp{f(x,y) := g(y+x,x)}
25976to @samp{f(12, a+1)} would produce @samp{g(a+13, 12)}.
25977
25978The normal @kbd{a r} command applies rewrite rules over and over
25979throughout the target formula until no further changes are possible
25980(up to a limit of 100 times). Use @kbd{C-u 1 a r} to make only one
25981change at a time.
25982
25983@node Conditional Rewrite Rules, Algebraic Properties of Rewrite Rules, Basic Rewrite Rules, Rewrite Rules
25984@subsection Conditional Rewrite Rules
25985
25986@noindent
25987A rewrite rule can also be @dfn{conditional}, written in the form
25988@samp{@var{old} := @var{new} :: @var{cond}}. (There is also the obsolete
25989form @samp{[@var{old}, @var{new}, @var{cond}]}.) If a @var{cond} part
25990is present in the
25991rule, this is an additional condition that must be satisfied before
25992the rule is accepted. Once @var{old} has been successfully matched
25993to the target expression, @var{cond} is evaluated (with all the
25994meta-variables substituted for the values they matched) and simplified
25995with @kbd{a s} (@code{calc-simplify}). If the result is a nonzero
25996number or any other object known to be nonzero (@pxref{Declarations}),
25997the rule is accepted. If the result is zero or if it is a symbolic
25998formula that is not known to be nonzero, the rule is rejected.
25999@xref{Logical Operations}, for a number of functions that return
260001 or 0 according to the results of various tests.
26001
26002For example, the formula @samp{n > 0} simplifies to 1 or 0 if @expr{n}
26003is replaced by a positive or nonpositive number, respectively (or if
26004@expr{n} has been declared to be positive or nonpositive). Thus,
26005the rule @samp{f(x,y) := g(y+x,x) :: x+y > 0} would apply to
26006@samp{f(0, 4)} but not to @samp{f(-3, 2)} or @samp{f(12, a+1)}
26007(assuming no outstanding declarations for @expr{a}). In the case of
26008@samp{f(-3, 2)}, the condition can be shown not to be satisfied; in
26009the case of @samp{f(12, a+1)}, the condition merely cannot be shown
26010to be satisfied, but that is enough to reject the rule.
26011
26012While Calc will use declarations to reason about variables in the
26013formula being rewritten, declarations do not apply to meta-variables.
26014For example, the rule @samp{f(a) := g(a+1)} will match for any values
26015of @samp{a}, such as complex numbers, vectors, or formulas, even if
26016@samp{a} has been declared to be real or scalar. If you want the
26017meta-variable @samp{a} to match only literal real numbers, use
26018@samp{f(a) := g(a+1) :: real(a)}. If you want @samp{a} to match only
26019reals and formulas which are provably real, use @samp{dreal(a)} as
26020the condition.
26021
26022The @samp{::} operator is a shorthand for the @code{condition}
26023function; @samp{@var{old} := @var{new} :: @var{cond}} is equivalent to
26024the formula @samp{condition(assign(@var{old}, @var{new}), @var{cond})}.
26025
26026If you have several conditions, you can use @samp{... :: c1 :: c2 :: c3}
26027or @samp{... :: c1 && c2 && c3}. The two are entirely equivalent.
26028
26029It is also possible to embed conditions inside the pattern:
26030@samp{f(x :: x>0, y) := g(y+x, x)}. This is purely a notational
26031convenience, though; where a condition appears in a rule has no
26032effect on when it is tested. The rewrite-rule compiler automatically
26033decides when it is best to test each condition while a rule is being
26034matched.
26035
26036Certain conditions are handled as special cases by the rewrite rule
26037system and are tested very efficiently: Where @expr{x} is any
26038meta-variable, these conditions are @samp{integer(x)}, @samp{real(x)},
26039@samp{constant(x)}, @samp{negative(x)}, @samp{x >= y} where @expr{y}
26040is either a constant or another meta-variable and @samp{>=} may be
26041replaced by any of the six relational operators, and @samp{x % a = b}
26042where @expr{a} and @expr{b} are constants. Other conditions, like
26043@samp{x >= y+1} or @samp{dreal(x)}, will be less efficient to check
26044since Calc must bring the whole evaluator and simplifier into play.
26045
26046An interesting property of @samp{::} is that neither of its arguments
26047will be touched by Calc's default simplifications. This is important
26048because conditions often are expressions that cannot safely be
26049evaluated early. For example, the @code{typeof} function never
26050remains in symbolic form; entering @samp{typeof(a)} will put the
26051number 100 (the type code for variables like @samp{a}) on the stack.
26052But putting the condition @samp{... :: typeof(a) = 6} on the stack
26053is safe since @samp{::} prevents the @code{typeof} from being
26054evaluated until the condition is actually used by the rewrite system.
26055
26056Since @samp{::} protects its lefthand side, too, you can use a dummy
26057condition to protect a rule that must itself not evaluate early.
26058For example, it's not safe to put @samp{a(f,x) := apply(f, [x])} on
26059the stack because it will immediately evaluate to @samp{a(f,x) := f(x)},
26060where the meta-variable-ness of @code{f} on the righthand side has been
26061lost. But @samp{a(f,x) := apply(f, [x]) :: 1} is safe, and of course
26062the condition @samp{1} is always true (nonzero) so it has no effect on
26063the functioning of the rule. (The rewrite compiler will ensure that
26064it doesn't even impact the speed of matching the rule.)
26065
26066@node Algebraic Properties of Rewrite Rules, Other Features of Rewrite Rules, Conditional Rewrite Rules, Rewrite Rules
26067@subsection Algebraic Properties of Rewrite Rules
26068
26069@noindent
26070The rewrite mechanism understands the algebraic properties of functions
26071like @samp{+} and @samp{*}. In particular, pattern matching takes
26072the associativity and commutativity of the following functions into
26073account:
26074
26075@smallexample
26076+ - * = != && || and or xor vint vunion vxor gcd lcm max min beta
26077@end smallexample
26078
26079For example, the rewrite rule:
26080
26081@example
26082a x + b x := (a + b) x
26083@end example
26084
26085@noindent
26086will match formulas of the form,
26087
26088@example
26089a x + b x, x a + x b, a x + x b, x a + b x
26090@end example
26091
26092Rewrites also understand the relationship between the @samp{+} and @samp{-}
26093operators. The above rewrite rule will also match the formulas,
26094
26095@example
26096a x - b x, x a - x b, a x - x b, x a - b x
26097@end example
26098
26099@noindent
26100by matching @samp{b} in the pattern to @samp{-b} from the formula.
26101
26102Applied to a sum of many terms like @samp{r + a x + s + b x + t}, this
26103pattern will check all pairs of terms for possible matches. The rewrite
26104will take whichever suitable pair it discovers first.
26105
26106In general, a pattern using an associative operator like @samp{a + b}
26107will try @var{2 n} different ways to match a sum of @var{n} terms
26108like @samp{x + y + z - w}. First, @samp{a} is matched against each
26109of @samp{x}, @samp{y}, @samp{z}, and @samp{-w} in turn, with @samp{b}
26110being matched to the remainders @samp{y + z - w}, @samp{x + z - w}, etc.
26111If none of these succeed, then @samp{b} is matched against each of the
26112four terms with @samp{a} matching the remainder. Half-and-half matches,
26113like @samp{(x + y) + (z - w)}, are not tried.
26114
26115Note that @samp{*} is not commutative when applied to matrices, but
26116rewrite rules pretend that it is. If you type @kbd{m v} to enable
26117Matrix mode (@pxref{Matrix Mode}), rewrite rules will match @samp{*}
26118literally, ignoring its usual commutativity property. (In the
26119current implementation, the associativity also vanishes---it is as
26120if the pattern had been enclosed in a @code{plain} marker; see below.)
26121If you are applying rewrites to formulas with matrices, it's best to
26122enable Matrix mode first to prevent algebraically incorrect rewrites
26123from occurring.
26124
26125The pattern @samp{-x} will actually match any expression. For example,
26126the rule
26127
26128@example
26129f(-x) := -f(x)
26130@end example
26131
26132@noindent
26133will rewrite @samp{f(a)} to @samp{-f(-a)}. To avoid this, either use
26134a @code{plain} marker as described below, or add a @samp{negative(x)}
26135condition. The @code{negative} function is true if its argument
26136``looks'' negative, for example, because it is a negative number or
26137because it is a formula like @samp{-x}. The new rule using this
26138condition is:
26139
26140@example
26141f(x) := -f(-x) :: negative(x) @r{or, equivalently,}
26142f(-x) := -f(x) :: negative(-x)
26143@end example
26144
26145In the same way, the pattern @samp{x - y} will match the sum @samp{a + b}
26146by matching @samp{y} to @samp{-b}.
26147
26148The pattern @samp{a b} will also match the formula @samp{x/y} if
26149@samp{y} is a number. Thus the rule @samp{a x + @w{b x} := (a+b) x}
26150will also convert @samp{a x + x / 2} to @samp{(a + 0.5) x} (or
26151@samp{(a + 1:2) x}, depending on the current fraction mode).
26152
26153Calc will @emph{not} take other liberties with @samp{*}, @samp{/}, and
26154@samp{^}. For example, the pattern @samp{f(a b)} will not match
26155@samp{f(x^2)}, and @samp{f(a + b)} will not match @samp{f(2 x)}, even
26156though conceivably these patterns could match with @samp{a = b = x}.
26157Nor will @samp{f(a b)} match @samp{f(x / y)} if @samp{y} is not a
26158constant, even though it could be considered to match with @samp{a = x}
26159and @samp{b = 1/y}. The reasons are partly for efficiency, and partly
26160because while few mathematical operations are substantively different
26161for addition and subtraction, often it is preferable to treat the cases
26162of multiplication, division, and integer powers separately.
26163
26164Even more subtle is the rule set
26165
26166@example
26167[ f(a) + f(b) := f(a + b), -f(a) := f(-a) ]
26168@end example
26169
26170@noindent
26171attempting to match @samp{f(x) - f(y)}. You might think that Calc
26172will view this subtraction as @samp{f(x) + (-f(y))} and then apply
26173the above two rules in turn, but actually this will not work because
26174Calc only does this when considering rules for @samp{+} (like the
26175first rule in this set). So it will see first that @samp{f(x) + (-f(y))}
26176does not match @samp{f(a) + f(b)} for any assignments of the
26177meta-variables, and then it will see that @samp{f(x) - f(y)} does
26178not match @samp{-f(a)} for any assignment of @samp{a}. Because Calc
26179tries only one rule at a time, it will not be able to rewrite
26180@samp{f(x) - f(y)} with this rule set. An explicit @samp{f(a) - f(b)}
26181rule will have to be added.
26182
26183Another thing patterns will @emph{not} do is break up complex numbers.
26184The pattern @samp{myconj(a + @w{b i)} := a - b i} will work for formulas
26185involving the special constant @samp{i} (such as @samp{3 - 4 i}), but
26186it will not match actual complex numbers like @samp{(3, -4)}. A version
26187of the above rule for complex numbers would be
26188
26189@example
26190myconj(a) := re(a) - im(a) (0,1) :: im(a) != 0
26191@end example
26192
26193@noindent
26194(Because the @code{re} and @code{im} functions understand the properties
26195of the special constant @samp{i}, this rule will also work for
26196@samp{3 - 4 i}. In fact, this particular rule would probably be better
26197without the @samp{im(a) != 0} condition, since if @samp{im(a) = 0} the
26198righthand side of the rule will still give the correct answer for the
26199conjugate of a real number.)
26200
26201It is also possible to specify optional arguments in patterns. The rule
26202
26203@example
26204opt(a) x + opt(b) (x^opt(c) + opt(d)) := f(a, b, c, d)
26205@end example
26206
26207@noindent
26208will match the formula
26209
26210@example
262115 (x^2 - 4) + 3 x
26212@end example
26213
26214@noindent
26215in a fairly straightforward manner, but it will also match reduced
26216formulas like
26217
26218@example
26219x + x^2, 2(x + 1) - x, x + x
26220@end example
26221
26222@noindent
26223producing, respectively,
26224
26225@example
26226f(1, 1, 2, 0), f(-1, 2, 1, 1), f(1, 1, 1, 0)
26227@end example
26228
26229(The latter two formulas can be entered only if default simplifications
26230have been turned off with @kbd{m O}.)
26231
26232The default value for a term of a sum is zero. The default value
26233for a part of a product, for a power, or for the denominator of a
26234quotient, is one. Also, @samp{-x} matches the pattern @samp{opt(a) b}
26235with @samp{a = -1}.
26236
26237In particular, the distributive-law rule can be refined to
26238
26239@example
26240opt(a) x + opt(b) x := (a + b) x
26241@end example
26242
26243@noindent
26244so that it will convert, e.g., @samp{a x - x}, to @samp{(a - 1) x}.
26245
26246The pattern @samp{opt(a) + opt(b) x} matches almost any formulas which
26247are linear in @samp{x}. You can also use the @code{lin} and @code{islin}
26248functions with rewrite conditions to test for this; @pxref{Logical
26249Operations}. These functions are not as convenient to use in rewrite
26250rules, but they recognize more kinds of formulas as linear:
26251@samp{x/z} is considered linear with @expr{b = 1/z} by @code{lin},
26252but it will not match the above pattern because that pattern calls
26253for a multiplication, not a division.
26254
26255As another example, the obvious rule to replace @samp{sin(x)^2 + cos(x)^2}
26256by 1,
26257
26258@example
26259sin(x)^2 + cos(x)^2 := 1
26260@end example
26261
26262@noindent
26263misses many cases because the sine and cosine may both be multiplied by
26264an equal factor. Here's a more successful rule:
26265
26266@example
26267opt(a) sin(x)^2 + opt(a) cos(x)^2 := a
26268@end example
26269
26270Note that this rule will @emph{not} match @samp{sin(x)^2 + 6 cos(x)^2}
26271because one @expr{a} would have ``matched'' 1 while the other matched 6.
26272
26273Calc automatically converts a rule like
26274
26275@example
26276f(x-1, x) := g(x)
26277@end example
26278
26279@noindent
26280into the form
26281
26282@example
26283f(temp, x) := g(x) :: temp = x-1
26284@end example
26285
26286@noindent
26287(where @code{temp} stands for a new, invented meta-variable that
26288doesn't actually have a name). This modified rule will successfully
26289match @samp{f(6, 7)}, binding @samp{temp} and @samp{x} to 6 and 7,
26290respectively, then verifying that they differ by one even though
26291@samp{6} does not superficially look like @samp{x-1}.
26292
26293However, Calc does not solve equations to interpret a rule. The
26294following rule,
26295
26296@example
26297f(x-1, x+1) := g(x)
26298@end example
26299
26300@noindent
26301will not work. That is, it will match @samp{f(a - 1 + b, a + 1 + b)}
26302but not @samp{f(6, 8)}. Calc always interprets at least one occurrence
26303of a variable by literal matching. If the variable appears ``isolated''
26304then Calc is smart enough to use it for literal matching. But in this
26305last example, Calc is forced to rewrite the rule to @samp{f(x-1, temp)
26306:= g(x) :: temp = x+1} where the @samp{x-1} term must correspond to an
26307actual ``something-minus-one'' in the target formula.
26308
26309A successful way to write this would be @samp{f(x, x+2) := g(x+1)}.
26310You could make this resemble the original form more closely by using
26311@code{let} notation, which is described in the next section:
26312
26313@example
26314f(xm1, x+1) := g(x) :: let(x := xm1+1)
26315@end example
26316
26317Calc does this rewriting or ``conditionalizing'' for any sub-pattern
26318which involves only the functions in the following list, operating
26319only on constants and meta-variables which have already been matched
26320elsewhere in the pattern. When matching a function call, Calc is
26321careful to match arguments which are plain variables before arguments
26322which are calls to any of the functions below, so that a pattern like
26323@samp{f(x-1, x)} can be conditionalized even though the isolated
26324@samp{x} comes after the @samp{x-1}.
26325
26326@smallexample
26327+ - * / \ % ^ abs sign round rounde roundu trunc floor ceil
26328max min re im conj arg
26329@end smallexample
26330
26331You can suppress all of the special treatments described in this
26332section by surrounding a function call with a @code{plain} marker.
26333This marker causes the function call which is its argument to be
26334matched literally, without regard to commutativity, associativity,
26335negation, or conditionalization. When you use @code{plain}, the
26336``deep structure'' of the formula being matched can show through.
26337For example,
26338
26339@example
26340plain(a - a b) := f(a, b)
26341@end example
26342
26343@noindent
26344will match only literal subtractions. However, the @code{plain}
26345marker does not affect its arguments' arguments. In this case,
26346commutativity and associativity is still considered while matching
26347the @w{@samp{a b}} sub-pattern, so the whole pattern will match
26348@samp{x - y x} as well as @samp{x - x y}. We could go still
26349further and use
26350
26351@example
26352plain(a - plain(a b)) := f(a, b)
26353@end example
26354
26355@noindent
26356which would do a completely strict match for the pattern.
26357
26358By contrast, the @code{quote} marker means that not only the
26359function name but also the arguments must be literally the same.
26360The above pattern will match @samp{x - x y} but
26361
26362@example
26363quote(a - a b) := f(a, b)
26364@end example
26365
26366@noindent
26367will match only the single formula @samp{a - a b}. Also,
26368
26369@example
26370quote(a - quote(a b)) := f(a, b)
26371@end example
26372
26373@noindent
26374will match only @samp{a - quote(a b)}---probably not the desired
26375effect!
26376
26377A certain amount of algebra is also done when substituting the
26378meta-variables on the righthand side of a rule. For example,
26379in the rule
26380
26381@example
26382a + f(b) := f(a + b)
26383@end example
26384
26385@noindent
26386matching @samp{f(x) - y} would produce @samp{f((-y) + x)} if
26387taken literally, but the rewrite mechanism will simplify the
26388righthand side to @samp{f(x - y)} automatically. (Of course,
26389the default simplifications would do this anyway, so this
26390special simplification is only noticeable if you have turned the
26391default simplifications off.) This rewriting is done only when
26392a meta-variable expands to a ``negative-looking'' expression.
26393If this simplification is not desirable, you can use a @code{plain}
26394marker on the righthand side:
26395
26396@example
26397a + f(b) := f(plain(a + b))
26398@end example
26399
26400@noindent
26401In this example, we are still allowing the pattern-matcher to
26402use all the algebra it can muster, but the righthand side will
26403always simplify to a literal addition like @samp{f((-y) + x)}.
26404
26405@node Other Features of Rewrite Rules, Composing Patterns in Rewrite Rules, Algebraic Properties of Rewrite Rules, Rewrite Rules
26406@subsection Other Features of Rewrite Rules
26407
26408@noindent
26409Certain ``function names'' serve as markers in rewrite rules.
26410Here is a complete list of these markers. First are listed the
26411markers that work inside a pattern; then come the markers that
26412work in the righthand side of a rule.
26413
26414@ignore
26415@starindex
26416@end ignore
26417@tindex import
26418One kind of marker, @samp{import(x)}, takes the place of a whole
26419rule. Here @expr{x} is the name of a variable containing another
26420rule set; those rules are ``spliced into'' the rule set that
26421imports them. For example, if @samp{[f(a+b) := f(a) + f(b),
26422f(a b) := a f(b) :: real(a)]} is stored in variable @samp{linearF},
26423then the rule set @samp{[f(0) := 0, import(linearF)]} will apply
26424all three rules. It is possible to modify the imported rules
26425slightly: @samp{import(x, v1, x1, v2, x2, @dots{})} imports
26426the rule set @expr{x} with all occurrences of
26427@texline @math{v_1},
26428@infoline @expr{v1},
26429as either a variable name or a function name, replaced with
26430@texline @math{x_1}
26431@infoline @expr{x1}
26432and so on. (If
26433@texline @math{v_1}
26434@infoline @expr{v1}
26435is used as a function name, then
26436@texline @math{x_1}
26437@infoline @expr{x1}
26438must be either a function name itself or a @w{@samp{< >}} nameless
26439function; @pxref{Specifying Operators}.) For example, @samp{[g(0) := 0,
26440import(linearF, f, g)]} applies the linearity rules to the function
26441@samp{g} instead of @samp{f}. Imports can be nested, but the
26442import-with-renaming feature may fail to rename sub-imports properly.
26443
26444The special functions allowed in patterns are:
26445
26446@table @samp
26447@item quote(x)
26448@ignore
26449@starindex
26450@end ignore
26451@tindex quote
26452This pattern matches exactly @expr{x}; variable names in @expr{x} are
26453not interpreted as meta-variables. The only flexibility is that
26454numbers are compared for numeric equality, so that the pattern
26455@samp{f(quote(12))} will match both @samp{f(12)} and @samp{f(12.0)}.
26456(Numbers are always treated this way by the rewrite mechanism:
26457The rule @samp{f(x,x) := g(x)} will match @samp{f(12, 12.0)}.
26458The rewrite may produce either @samp{g(12)} or @samp{g(12.0)}
26459as a result in this case.)
26460
26461@item plain(x)
26462@ignore
26463@starindex
26464@end ignore
26465@tindex plain
26466Here @expr{x} must be a function call @samp{f(x1,x2,@dots{})}. This
26467pattern matches a call to function @expr{f} with the specified
26468argument patterns. No special knowledge of the properties of the
26469function @expr{f} is used in this case; @samp{+} is not commutative or
26470associative. Unlike @code{quote}, the arguments @samp{x1,x2,@dots{}}
26471are treated as patterns. If you wish them to be treated ``plainly''
26472as well, you must enclose them with more @code{plain} markers:
26473@samp{plain(plain(@w{-a}) + plain(b c))}.
26474
26475@item opt(x,def)
26476@ignore
26477@starindex
26478@end ignore
26479@tindex opt
26480Here @expr{x} must be a variable name. This must appear as an
26481argument to a function or an element of a vector; it specifies that
26482the argument or element is optional.
26483As an argument to @samp{+}, @samp{-}, @samp{*}, @samp{&&}, or @samp{||},
26484or as the second argument to @samp{/} or @samp{^}, the value @var{def}
26485may be omitted. The pattern @samp{x + opt(y)} matches a sum by
26486binding one summand to @expr{x} and the other to @expr{y}, and it
26487matches anything else by binding the whole expression to @expr{x} and
26488zero to @expr{y}. The other operators above work similarly.
26489
26490For general miscellaneous functions, the default value @code{def}
26491must be specified. Optional arguments are dropped starting with
26492the rightmost one during matching. For example, the pattern
26493@samp{f(opt(a,0), b, opt(c,b))} will match @samp{f(b)}, @samp{f(a,b)},
26494or @samp{f(a,b,c)}. Default values of zero and @expr{b} are
26495supplied in this example for the omitted arguments. Note that
26496the literal variable @expr{b} will be the default in the latter
26497case, @emph{not} the value that matched the meta-variable @expr{b}.
26498In other words, the default @var{def} is effectively quoted.
26499
26500@item condition(x,c)
26501@ignore
26502@starindex
26503@end ignore
26504@tindex condition
26505@tindex ::
26506This matches the pattern @expr{x}, with the attached condition
26507@expr{c}. It is the same as @samp{x :: c}.
26508
26509@item pand(x,y)
26510@ignore
26511@starindex
26512@end ignore
26513@tindex pand
26514@tindex &&&
26515This matches anything that matches both pattern @expr{x} and
26516pattern @expr{y}. It is the same as @samp{x &&& y}.
26517@pxref{Composing Patterns in Rewrite Rules}.
26518
26519@item por(x,y)
26520@ignore
26521@starindex
26522@end ignore
26523@tindex por
26524@tindex |||
26525This matches anything that matches either pattern @expr{x} or
26526pattern @expr{y}. It is the same as @w{@samp{x ||| y}}.
26527
26528@item pnot(x)
26529@ignore
26530@starindex
26531@end ignore
26532@tindex pnot
26533@tindex !!!
26534This matches anything that does not match pattern @expr{x}.
26535It is the same as @samp{!!! x}.
26536
26537@item cons(h,t)
26538@ignore
26539@mindex cons
26540@end ignore
26541@tindex cons (rewrites)
26542This matches any vector of one or more elements. The first
26543element is matched to @expr{h}; a vector of the remaining
26544elements is matched to @expr{t}. Note that vectors of fixed
26545length can also be matched as actual vectors: The rule
26546@samp{cons(a,cons(b,[])) := cons(a+b,[])} is equivalent
26547to the rule @samp{[a,b] := [a+b]}.
26548
26549@item rcons(t,h)
26550@ignore
26551@mindex rcons
26552@end ignore
26553@tindex rcons (rewrites)
26554This is like @code{cons}, except that the @emph{last} element
26555is matched to @expr{h}, with the remaining elements matched
26556to @expr{t}.
26557
26558@item apply(f,args)
26559@ignore
26560@mindex apply
26561@end ignore
26562@tindex apply (rewrites)
26563This matches any function call. The name of the function, in
26564the form of a variable, is matched to @expr{f}. The arguments
26565of the function, as a vector of zero or more objects, are
26566matched to @samp{args}. Constants, variables, and vectors
26567do @emph{not} match an @code{apply} pattern. For example,
26568@samp{apply(f,x)} matches any function call, @samp{apply(quote(f),x)}
26569matches any call to the function @samp{f}, @samp{apply(f,[a,b])}
26570matches any function call with exactly two arguments, and
26571@samp{apply(quote(f), cons(a,cons(b,x)))} matches any call
26572to the function @samp{f} with two or more arguments. Another
26573way to implement the latter, if the rest of the rule does not
26574need to refer to the first two arguments of @samp{f} by name,
26575would be @samp{apply(quote(f), x :: vlen(x) >= 2)}.
26576Here's a more interesting sample use of @code{apply}:
26577
26578@example
26579apply(f,[x+n]) := n + apply(f,[x])
26580 :: in(f, [floor,ceil,round,trunc]) :: integer(n)
26581@end example
26582
26583Note, however, that this will be slower to match than a rule
26584set with four separate rules. The reason is that Calc sorts
26585the rules of a rule set according to top-level function name;
26586if the top-level function is @code{apply}, Calc must try the
26587rule for every single formula and sub-formula. If the top-level
26588function in the pattern is, say, @code{floor}, then Calc invokes
26589the rule only for sub-formulas which are calls to @code{floor}.
26590
26591Formulas normally written with operators like @code{+} are still
26592considered function calls: @code{apply(f,x)} matches @samp{a+b}
26593with @samp{f = add}, @samp{x = [a,b]}.
26594
26595You must use @code{apply} for meta-variables with function names
26596on both sides of a rewrite rule: @samp{apply(f, [x]) := f(x+1)}
26597is @emph{not} correct, because it rewrites @samp{spam(6)} into
26598@samp{f(7)}. The righthand side should be @samp{apply(f, [x+1])}.
26599Also note that you will have to use No-Simplify mode (@kbd{m O})
26600when entering this rule so that the @code{apply} isn't
26601evaluated immediately to get the new rule @samp{f(x) := f(x+1)}.
26602Or, use @kbd{s e} to enter the rule without going through the stack,
26603or enter the rule as @samp{apply(f, [x]) := apply(f, [x+1]) @w{:: 1}}.
26604@xref{Conditional Rewrite Rules}.
26605
26606@item select(x)
26607@ignore
26608@starindex
26609@end ignore
26610@tindex select
26611This is used for applying rules to formulas with selections;
26612@pxref{Selections with Rewrite Rules}.
26613@end table
26614
26615Special functions for the righthand sides of rules are:
26616
26617@table @samp
26618@item quote(x)
26619The notation @samp{quote(x)} is changed to @samp{x} when the
26620righthand side is used. As far as the rewrite rule is concerned,
26621@code{quote} is invisible. However, @code{quote} has the special
26622property in Calc that its argument is not evaluated. Thus,
26623while it will not work to put the rule @samp{t(a) := typeof(a)}
26624on the stack because @samp{typeof(a)} is evaluated immediately
26625to produce @samp{t(a) := 100}, you can use @code{quote} to
26626protect the righthand side: @samp{t(a) := quote(typeof(a))}.
26627(@xref{Conditional Rewrite Rules}, for another trick for
26628protecting rules from evaluation.)
26629
26630@item plain(x)
26631Special properties of and simplifications for the function call
26632@expr{x} are not used. One interesting case where @code{plain}
26633is useful is the rule, @samp{q(x) := quote(x)}, trying to expand a
26634shorthand notation for the @code{quote} function. This rule will
26635not work as shown; instead of replacing @samp{q(foo)} with
26636@samp{quote(foo)}, it will replace it with @samp{foo}! The correct
26637rule would be @samp{q(x) := plain(quote(x))}.
26638
26639@item cons(h,t)
26640Where @expr{t} is a vector, this is converted into an expanded
26641vector during rewrite processing. Note that @code{cons} is a regular
26642Calc function which normally does this anyway; the only way @code{cons}
26643is treated specially by rewrites is that @code{cons} on the righthand
26644side of a rule will be evaluated even if default simplifications
26645have been turned off.
26646
26647@item rcons(t,h)
26648Analogous to @code{cons} except putting @expr{h} at the @emph{end} of
26649the vector @expr{t}.
26650
26651@item apply(f,args)
26652Where @expr{f} is a variable and @var{args} is a vector, this
26653is converted to a function call. Once again, note that @code{apply}
26654is also a regular Calc function.
26655
26656@item eval(x)
26657@ignore
26658@starindex
26659@end ignore
26660@tindex eval
26661The formula @expr{x} is handled in the usual way, then the
26662default simplifications are applied to it even if they have
26663been turned off normally. This allows you to treat any function
26664similarly to the way @code{cons} and @code{apply} are always
26665treated. However, there is a slight difference: @samp{cons(2+3, [])}
26666with default simplifications off will be converted to @samp{[2+3]},
26667whereas @samp{eval(cons(2+3, []))} will be converted to @samp{[5]}.
26668
26669@item evalsimp(x)
26670@ignore
26671@starindex
26672@end ignore
26673@tindex evalsimp
26674The formula @expr{x} has meta-variables substituted in the usual
26675way, then algebraically simplified as if by the @kbd{a s} command.
26676
26677@item evalextsimp(x)
26678@ignore
26679@starindex
26680@end ignore
26681@tindex evalextsimp
26682The formula @expr{x} has meta-variables substituted in the normal
26683way, then ``extendedly'' simplified as if by the @kbd{a e} command.
26684
26685@item select(x)
26686@xref{Selections with Rewrite Rules}.
26687@end table
26688
26689There are also some special functions you can use in conditions.
26690
26691@table @samp
26692@item let(v := x)
26693@ignore
26694@starindex
26695@end ignore
26696@tindex let
26697The expression @expr{x} is evaluated with meta-variables substituted.
26698The @kbd{a s} command's simplifications are @emph{not} applied by
26699default, but @expr{x} can include calls to @code{evalsimp} or
26700@code{evalextsimp} as described above to invoke higher levels
26701of simplification. The
26702result of @expr{x} is then bound to the meta-variable @expr{v}. As
26703usual, if this meta-variable has already been matched to something
26704else the two values must be equal; if the meta-variable is new then
26705it is bound to the result of the expression. This variable can then
26706appear in later conditions, and on the righthand side of the rule.
26707In fact, @expr{v} may be any pattern in which case the result of
26708evaluating @expr{x} is matched to that pattern, binding any
26709meta-variables that appear in that pattern. Note that @code{let}
26710can only appear by itself as a condition, or as one term of an
26711@samp{&&} which is a whole condition: It cannot be inside
26712an @samp{||} term or otherwise buried.
26713
26714The alternate, equivalent form @samp{let(v, x)} is also recognized.
26715Note that the use of @samp{:=} by @code{let}, while still being
26716assignment-like in character, is unrelated to the use of @samp{:=}
26717in the main part of a rewrite rule.
26718
26719As an example, @samp{f(a) := g(ia) :: let(ia := 1/a) :: constant(ia)}
26720replaces @samp{f(a)} with @samp{g} of the inverse of @samp{a}, if
26721that inverse exists and is constant. For example, if @samp{a} is a
26722singular matrix the operation @samp{1/a} is left unsimplified and
26723@samp{constant(ia)} fails, but if @samp{a} is an invertible matrix
26724then the rule succeeds. Without @code{let} there would be no way
26725to express this rule that didn't have to invert the matrix twice.
26726Note that, because the meta-variable @samp{ia} is otherwise unbound
26727in this rule, the @code{let} condition itself always ``succeeds''
26728because no matter what @samp{1/a} evaluates to, it can successfully
26729be bound to @code{ia}.
26730
26731Here's another example, for integrating cosines of linear
26732terms: @samp{myint(cos(y),x) := sin(y)/b :: let([a,b,x] := lin(y,x))}.
26733The @code{lin} function returns a 3-vector if its argument is linear,
26734or leaves itself unevaluated if not. But an unevaluated @code{lin}
26735call will not match the 3-vector on the lefthand side of the @code{let},
26736so this @code{let} both verifies that @code{y} is linear, and binds
26737the coefficients @code{a} and @code{b} for use elsewhere in the rule.
26738(It would have been possible to use @samp{sin(a x + b)/b} for the
26739righthand side instead, but using @samp{sin(y)/b} avoids gratuitous
26740rearrangement of the argument of the sine.)
26741
26742@ignore
26743@starindex
26744@end ignore
26745@tindex ierf
26746Similarly, here is a rule that implements an inverse-@code{erf}
26747function. It uses @code{root} to search for a solution. If
26748@code{root} succeeds, it will return a vector of two numbers
26749where the first number is the desired solution. If no solution
26750is found, @code{root} remains in symbolic form. So we use
26751@code{let} to check that the result was indeed a vector.
26752
26753@example
26754ierf(x) := y :: let([y,z] := root(erf(a) = x, a, .5))
26755@end example
26756
26757@item matches(v,p)
26758The meta-variable @var{v}, which must already have been matched
26759to something elsewhere in the rule, is compared against pattern
26760@var{p}. Since @code{matches} is a standard Calc function, it
26761can appear anywhere in a condition. But if it appears alone or
26762as a term of a top-level @samp{&&}, then you get the special
26763extra feature that meta-variables which are bound to things
26764inside @var{p} can be used elsewhere in the surrounding rewrite
26765rule.
26766
26767The only real difference between @samp{let(p := v)} and
26768@samp{matches(v, p)} is that the former evaluates @samp{v} using
26769the default simplifications, while the latter does not.
26770
26771@item remember
26772@vindex remember
26773This is actually a variable, not a function. If @code{remember}
26774appears as a condition in a rule, then when that rule succeeds
26775the original expression and rewritten expression are added to the
26776front of the rule set that contained the rule. If the rule set
26777was not stored in a variable, @code{remember} is ignored. The
26778lefthand side is enclosed in @code{quote} in the added rule if it
26779contains any variables.
26780
26781For example, the rule @samp{f(n) := n f(n-1) :: remember} applied
26782to @samp{f(7)} will add the rule @samp{f(7) := 7 f(6)} to the front
26783of the rule set. The rule set @code{EvalRules} works slightly
26784differently: There, the evaluation of @samp{f(6)} will complete before
26785the result is added to the rule set, in this case as @samp{f(7) := 5040}.
26786Thus @code{remember} is most useful inside @code{EvalRules}.
26787
26788It is up to you to ensure that the optimization performed by
26789@code{remember} is safe. For example, the rule @samp{foo(n) := n
26790:: evalv(eatfoo) > 0 :: remember} is a bad idea (@code{evalv} is
26791the function equivalent of the @kbd{=} command); if the variable
26792@code{eatfoo} ever contains 1, rules like @samp{foo(7) := 7} will
26793be added to the rule set and will continue to operate even if
26794@code{eatfoo} is later changed to 0.
26795
26796@item remember(c)
26797@ignore
26798@starindex
26799@end ignore
26800@tindex remember
26801Remember the match as described above, but only if condition @expr{c}
26802is true. For example, @samp{remember(n % 4 = 0)} in the above factorial
26803rule remembers only every fourth result. Note that @samp{remember(1)}
26804is equivalent to @samp{remember}, and @samp{remember(0)} has no effect.
26805@end table
26806
26807@node Composing Patterns in Rewrite Rules, Nested Formulas with Rewrite Rules, Other Features of Rewrite Rules, Rewrite Rules
26808@subsection Composing Patterns in Rewrite Rules
26809
26810@noindent
26811There are three operators, @samp{&&&}, @samp{|||}, and @samp{!!!},
26812that combine rewrite patterns to make larger patterns. The
26813combinations are ``and,'' ``or,'' and ``not,'' respectively, and
26814these operators are the pattern equivalents of @samp{&&}, @samp{||}
26815and @samp{!} (which operate on zero-or-nonzero logical values).
26816
26817Note that @samp{&&&}, @samp{|||}, and @samp{!!!} are left in symbolic
26818form by all regular Calc features; they have special meaning only in
26819the context of rewrite rule patterns.
26820
26821The pattern @samp{@var{p1} &&& @var{p2}} matches anything that
26822matches both @var{p1} and @var{p2}. One especially useful case is
26823when one of @var{p1} or @var{p2} is a meta-variable. For example,
26824here is a rule that operates on error forms:
26825
26826@example
26827f(x &&& a +/- b, x) := g(x)
26828@end example
26829
26830This does the same thing, but is arguably simpler than, the rule
26831
26832@example
26833f(a +/- b, a +/- b) := g(a +/- b)
26834@end example
26835
26836@ignore
26837@starindex
26838@end ignore
26839@tindex ends
26840Here's another interesting example:
26841
26842@example
26843ends(cons(a, x) &&& rcons(y, b)) := [a, b]
26844@end example
26845
26846@noindent
26847which effectively clips out the middle of a vector leaving just
26848the first and last elements. This rule will change a one-element
26849vector @samp{[a]} to @samp{[a, a]}. The similar rule
26850
26851@example
26852ends(cons(a, rcons(y, b))) := [a, b]
26853@end example
26854
26855@noindent
26856would do the same thing except that it would fail to match a
26857one-element vector.
26858
26859@tex
26860\bigskip
26861@end tex
26862
26863The pattern @samp{@var{p1} ||| @var{p2}} matches anything that
26864matches either @var{p1} or @var{p2}. Calc first tries matching
26865against @var{p1}; if that fails, it goes on to try @var{p2}.
26866
26867@ignore
26868@starindex
26869@end ignore
26870@tindex curve
26871A simple example of @samp{|||} is
26872
26873@example
26874curve(inf ||| -inf) := 0
26875@end example
26876
26877@noindent
26878which converts both @samp{curve(inf)} and @samp{curve(-inf)} to zero.
26879
26880Here is a larger example:
26881
26882@example
26883log(a, b) ||| (ln(a) :: let(b := e)) := mylog(a, b)
26884@end example
26885
26886This matches both generalized and natural logarithms in a single rule.
26887Note that the @samp{::} term must be enclosed in parentheses because
26888that operator has lower precedence than @samp{|||} or @samp{:=}.
26889
26890(In practice this rule would probably include a third alternative,
26891omitted here for brevity, to take care of @code{log10}.)
26892
26893While Calc generally treats interior conditions exactly the same as
26894conditions on the outside of a rule, it does guarantee that if all the
26895variables in the condition are special names like @code{e}, or already
26896bound in the pattern to which the condition is attached (say, if
26897@samp{a} had appeared in this condition), then Calc will process this
26898condition right after matching the pattern to the left of the @samp{::}.
26899Thus, we know that @samp{b} will be bound to @samp{e} only if the
26900@code{ln} branch of the @samp{|||} was taken.
26901
26902Note that this rule was careful to bind the same set of meta-variables
26903on both sides of the @samp{|||}. Calc does not check this, but if
26904you bind a certain meta-variable only in one branch and then use that
26905meta-variable elsewhere in the rule, results are unpredictable:
26906
26907@example
26908f(a,b) ||| g(b) := h(a,b)
26909@end example
26910
26911Here if the pattern matches @samp{g(17)}, Calc makes no promises about
26912the value that will be substituted for @samp{a} on the righthand side.
26913
26914@tex
26915\bigskip
26916@end tex
26917
26918The pattern @samp{!!! @var{pat}} matches anything that does not
26919match @var{pat}. Any meta-variables that are bound while matching
26920@var{pat} remain unbound outside of @var{pat}.
26921
26922For example,
26923
26924@example
26925f(x &&& !!! a +/- b, !!![]) := g(x)
26926@end example
26927
26928@noindent
26929converts @code{f} whose first argument is anything @emph{except} an
26930error form, and whose second argument is not the empty vector, into
26931a similar call to @code{g} (but without the second argument).
26932
26933If we know that the second argument will be a vector (empty or not),
26934then an equivalent rule would be:
26935
26936@example
26937f(x, y) := g(x) :: typeof(x) != 7 :: vlen(y) > 0
26938@end example
26939
26940@noindent
26941where of course 7 is the @code{typeof} code for error forms.
26942Another final condition, that works for any kind of @samp{y},
26943would be @samp{!istrue(y == [])}. (The @code{istrue} function
26944returns an explicit 0 if its argument was left in symbolic form;
26945plain @samp{!(y == [])} or @samp{y != []} would not work to replace
26946@samp{!!![]} since these would be left unsimplified, and thus cause
26947the rule to fail, if @samp{y} was something like a variable name.)
26948
26949It is possible for a @samp{!!!} to refer to meta-variables bound
26950elsewhere in the pattern. For example,
26951
26952@example
26953f(a, !!!a) := g(a)
26954@end example
26955
26956@noindent
26957matches any call to @code{f} with different arguments, changing
26958this to @code{g} with only the first argument.
26959
26960If a function call is to be matched and one of the argument patterns
26961contains a @samp{!!!} somewhere inside it, that argument will be
26962matched last. Thus
26963
26964@example
26965f(!!!a, a) := g(a)
26966@end example
26967
26968@noindent
26969will be careful to bind @samp{a} to the second argument of @code{f}
26970before testing the first argument. If Calc had tried to match the
26971first argument of @code{f} first, the results would have been
26972disastrous: since @code{a} was unbound so far, the pattern @samp{a}
26973would have matched anything at all, and the pattern @samp{!!!a}
26974therefore would @emph{not} have matched anything at all!
26975
26976@node Nested Formulas with Rewrite Rules, Multi-Phase Rewrite Rules, Composing Patterns in Rewrite Rules, Rewrite Rules
26977@subsection Nested Formulas with Rewrite Rules
26978
26979@noindent
26980When @kbd{a r} (@code{calc-rewrite}) is used, it takes an expression from
26981the top of the stack and attempts to match any of the specified rules
26982to any part of the expression, starting with the whole expression
26983and then, if that fails, trying deeper and deeper sub-expressions.
26984For each part of the expression, the rules are tried in the order
26985they appear in the rules vector. The first rule to match the first
26986sub-expression wins; it replaces the matched sub-expression according
26987to the @var{new} part of the rule.
26988
26989Often, the rule set will match and change the formula several times.
26990The top-level formula is first matched and substituted repeatedly until
26991it no longer matches the pattern; then, sub-formulas are tried, and
26992so on. Once every part of the formula has gotten its chance, the
26993rewrite mechanism starts over again with the top-level formula
26994(in case a substitution of one of its arguments has caused it again
26995to match). This continues until no further matches can be made
26996anywhere in the formula.
26997
26998It is possible for a rule set to get into an infinite loop. The
26999most obvious case, replacing a formula with itself, is not a problem
27000because a rule is not considered to ``succeed'' unless the righthand
27001side actually comes out to something different than the original
27002formula or sub-formula that was matched. But if you accidentally
27003had both @samp{ln(a b) := ln(a) + ln(b)} and the reverse
27004@samp{ln(a) + ln(b) := ln(a b)} in your rule set, Calc would
27005run forever switching a formula back and forth between the two
27006forms.
27007
27008To avoid disaster, Calc normally stops after 100 changes have been
27009made to the formula. This will be enough for most multiple rewrites,
27010but it will keep an endless loop of rewrites from locking up the
27011computer forever. (On most systems, you can also type @kbd{C-g} to
27012halt any Emacs command prematurely.)
27013
27014To change this limit, give a positive numeric prefix argument.
27015In particular, @kbd{M-1 a r} applies only one rewrite at a time,
27016useful when you are first testing your rule (or just if repeated
27017rewriting is not what is called for by your application).
27018
27019@ignore
27020@starindex
27021@end ignore
27022@ignore
27023@mindex iter@idots
27024@end ignore
27025@tindex iterations
27026You can also put a ``function call'' @samp{iterations(@var{n})}
27027in place of a rule anywhere in your rules vector (but usually at
27028the top). Then, @var{n} will be used instead of 100 as the default
27029number of iterations for this rule set. You can use
27030@samp{iterations(inf)} if you want no iteration limit by default.
27031A prefix argument will override the @code{iterations} limit in the
27032rule set.
27033
27034@example
27035[ iterations(1),
27036 f(x) := f(x+1) ]
27037@end example
27038
27039More precisely, the limit controls the number of ``iterations,''
27040where each iteration is a successful matching of a rule pattern whose
27041righthand side, after substituting meta-variables and applying the
27042default simplifications, is different from the original sub-formula
27043that was matched.
27044
27045A prefix argument of zero sets the limit to infinity. Use with caution!
27046
27047Given a negative numeric prefix argument, @kbd{a r} will match and
27048substitute the top-level expression up to that many times, but
27049will not attempt to match the rules to any sub-expressions.
27050
27051In a formula, @code{rewrite(@var{expr}, @var{rules}, @var{n})}
27052does a rewriting operation. Here @var{expr} is the expression
27053being rewritten, @var{rules} is the rule, vector of rules, or
27054variable containing the rules, and @var{n} is the optional
27055iteration limit, which may be a positive integer, a negative
27056integer, or @samp{inf} or @samp{-inf}. If @var{n} is omitted
27057the @code{iterations} value from the rule set is used; if both
27058are omitted, 100 is used.
27059
27060@node Multi-Phase Rewrite Rules, Selections with Rewrite Rules, Nested Formulas with Rewrite Rules, Rewrite Rules
27061@subsection Multi-Phase Rewrite Rules
27062
27063@noindent
27064It is possible to separate a rewrite rule set into several @dfn{phases}.
27065During each phase, certain rules will be enabled while certain others
27066will be disabled. A @dfn{phase schedule} controls the order in which
27067phases occur during the rewriting process.
27068
27069@ignore
27070@starindex
27071@end ignore
27072@tindex phase
27073@vindex all
27074If a call to the marker function @code{phase} appears in the rules
27075vector in place of a rule, all rules following that point will be
27076members of the phase(s) identified in the arguments to @code{phase}.
27077Phases are given integer numbers. The markers @samp{phase()} and
27078@samp{phase(all)} both mean the following rules belong to all phases;
27079this is the default at the start of the rule set.
27080
27081If you do not explicitly schedule the phases, Calc sorts all phase
27082numbers that appear in the rule set and executes the phases in
27083ascending order. For example, the rule set
27084
27085@example
27086@group
27087[ f0(x) := g0(x),
27088 phase(1),
27089 f1(x) := g1(x),
27090 phase(2),
27091 f2(x) := g2(x),
27092 phase(3),
27093 f3(x) := g3(x),
27094 phase(1,2),
27095 f4(x) := g4(x) ]
27096@end group
27097@end example
27098
27099@noindent
27100has three phases, 1 through 3. Phase 1 consists of the @code{f0},
27101@code{f1}, and @code{f4} rules (in that order). Phase 2 consists of
27102@code{f0}, @code{f2}, and @code{f4}. Phase 3 consists of @code{f0}
27103and @code{f3}.
27104
27105When Calc rewrites a formula using this rule set, it first rewrites
27106the formula using only the phase 1 rules until no further changes are
27107possible. Then it switches to the phase 2 rule set and continues
27108until no further changes occur, then finally rewrites with phase 3.
27109When no more phase 3 rules apply, rewriting finishes. (This is
27110assuming @kbd{a r} with a large enough prefix argument to allow the
27111rewriting to run to completion; the sequence just described stops
27112early if the number of iterations specified in the prefix argument,
27113100 by default, is reached.)
27114
27115During each phase, Calc descends through the nested levels of the
27116formula as described previously. (@xref{Nested Formulas with Rewrite
27117Rules}.) Rewriting starts at the top of the formula, then works its
27118way down to the parts, then goes back to the top and works down again.
27119The phase 2 rules do not begin until no phase 1 rules apply anywhere
27120in the formula.
27121
27122@ignore
27123@starindex
27124@end ignore
27125@tindex schedule
27126A @code{schedule} marker appearing in the rule set (anywhere, but
27127conventionally at the top) changes the default schedule of phases.
27128In the simplest case, @code{schedule} has a sequence of phase numbers
27129for arguments; each phase number is invoked in turn until the
27130arguments to @code{schedule} are exhausted. Thus adding
27131@samp{schedule(3,2,1)} at the top of the above rule set would
27132reverse the order of the phases; @samp{schedule(1,2,3)} would have
27133no effect since this is the default schedule; and @samp{schedule(1,2,1,3)}
27134would give phase 1 a second chance after phase 2 has completed, before
27135moving on to phase 3.
27136
27137Any argument to @code{schedule} can instead be a vector of phase
27138numbers (or even of sub-vectors). Then the sub-sequence of phases
27139described by the vector are tried repeatedly until no change occurs
27140in any phase in the sequence. For example, @samp{schedule([1, 2], 3)}
27141tries phase 1, then phase 2, then, if either phase made any changes
27142to the formula, repeats these two phases until they can make no
27143further progress. Finally, it goes on to phase 3 for finishing
27144touches.
27145
27146Also, items in @code{schedule} can be variable names as well as
27147numbers. A variable name is interpreted as the name of a function
27148to call on the whole formula. For example, @samp{schedule(1, simplify)}
27149says to apply the phase-1 rules (presumably, all of them), then to
27150call @code{simplify} which is the function name equivalent of @kbd{a s}.
27151Likewise, @samp{schedule([1, simplify])} says to alternate between
27152phase 1 and @kbd{a s} until no further changes occur.
27153
27154Phases can be used purely to improve efficiency; if it is known that
27155a certain group of rules will apply only at the beginning of rewriting,
27156and a certain other group will apply only at the end, then rewriting
27157will be faster if these groups are identified as separate phases.
27158Once the phase 1 rules are done, Calc can put them aside and no longer
27159spend any time on them while it works on phase 2.
27160
27161There are also some problems that can only be solved with several
27162rewrite phases. For a real-world example of a multi-phase rule set,
27163examine the set @code{FitRules}, which is used by the curve-fitting
27164command to convert a model expression to linear form.
27165@xref{Curve Fitting Details}. This set is divided into four phases.
27166The first phase rewrites certain kinds of expressions to be more
27167easily linearizable, but less computationally efficient. After the
27168linear components have been picked out, the final phase includes the
27169opposite rewrites to put each component back into an efficient form.
27170If both sets of rules were included in one big phase, Calc could get
27171into an infinite loop going back and forth between the two forms.
27172
27173Elsewhere in @code{FitRules}, the components are first isolated,
27174then recombined where possible to reduce the complexity of the linear
27175fit, then finally packaged one component at a time into vectors.
27176If the packaging rules were allowed to begin before the recombining
27177rules were finished, some components might be put away into vectors
27178before they had a chance to recombine. By putting these rules in
27179two separate phases, this problem is neatly avoided.
27180
27181@node Selections with Rewrite Rules, Matching Commands, Multi-Phase Rewrite Rules, Rewrite Rules
27182@subsection Selections with Rewrite Rules
27183
27184@noindent
27185If a sub-formula of the current formula is selected (as by @kbd{j s};
27186@pxref{Selecting Subformulas}), the @kbd{a r} (@code{calc-rewrite})
27187command applies only to that sub-formula. Together with a negative
27188prefix argument, you can use this fact to apply a rewrite to one
27189specific part of a formula without affecting any other parts.
27190
27191@kindex j r
27192@pindex calc-rewrite-selection
27193The @kbd{j r} (@code{calc-rewrite-selection}) command allows more
27194sophisticated operations on selections. This command prompts for
27195the rules in the same way as @kbd{a r}, but it then applies those
27196rules to the whole formula in question even though a sub-formula
27197of it has been selected. However, the selected sub-formula will
27198first have been surrounded by a @samp{select( )} function call.
27199(Calc's evaluator does not understand the function name @code{select};
27200this is only a tag used by the @kbd{j r} command.)
27201
27202For example, suppose the formula on the stack is @samp{2 (a + b)^2}
27203and the sub-formula @samp{a + b} is selected. This formula will
27204be rewritten to @samp{2 select(a + b)^2} and then the rewrite
27205rules will be applied in the usual way. The rewrite rules can
27206include references to @code{select} to tell where in the pattern
27207the selected sub-formula should appear.
27208
27209If there is still exactly one @samp{select( )} function call in
27210the formula after rewriting is done, it indicates which part of
27211the formula should be selected afterwards. Otherwise, the
27212formula will be unselected.
27213
27214You can make @kbd{j r} act much like @kbd{a r} by enclosing both parts
27215of the rewrite rule with @samp{select()}. However, @kbd{j r}
27216allows you to use the current selection in more flexible ways.
27217Suppose you wished to make a rule which removed the exponent from
27218the selected term; the rule @samp{select(a)^x := select(a)} would
27219work. In the above example, it would rewrite @samp{2 select(a + b)^2}
27220to @samp{2 select(a + b)}. This would then be returned to the
27221stack as @samp{2 (a + b)} with the @samp{a + b} selected.
27222
27223The @kbd{j r} command uses one iteration by default, unlike
27224@kbd{a r} which defaults to 100 iterations. A numeric prefix
27225argument affects @kbd{j r} in the same way as @kbd{a r}.
27226@xref{Nested Formulas with Rewrite Rules}.
27227
27228As with other selection commands, @kbd{j r} operates on the stack
27229entry that contains the cursor. (If the cursor is on the top-of-stack
27230@samp{.} marker, it works as if the cursor were on the formula
27231at stack level 1.)
27232
27233If you don't specify a set of rules, the rules are taken from the
27234top of the stack, just as with @kbd{a r}. In this case, the
27235cursor must indicate stack entry 2 or above as the formula to be
27236rewritten (otherwise the same formula would be used as both the
27237target and the rewrite rules).
27238
27239If the indicated formula has no selection, the cursor position within
27240the formula temporarily selects a sub-formula for the purposes of this
27241command. If the cursor is not on any sub-formula (e.g., it is in
27242the line-number area to the left of the formula), the @samp{select( )}
27243markers are ignored by the rewrite mechanism and the rules are allowed
27244to apply anywhere in the formula.
27245
27246As a special feature, the normal @kbd{a r} command also ignores
27247@samp{select( )} calls in rewrite rules. For example, if you used the
27248above rule @samp{select(a)^x := select(a)} with @kbd{a r}, it would apply
27249the rule as if it were @samp{a^x := a}. Thus, you can write general
27250purpose rules with @samp{select( )} hints inside them so that they
27251will ``do the right thing'' in both @kbd{a r} and @kbd{j r},
27252both with and without selections.
27253
27254@node Matching Commands, Automatic Rewrites, Selections with Rewrite Rules, Rewrite Rules
27255@subsection Matching Commands
27256
27257@noindent
27258@kindex a m
27259@pindex calc-match
27260@tindex match
27261The @kbd{a m} (@code{calc-match}) [@code{match}] function takes a
27262vector of formulas and a rewrite-rule-style pattern, and produces
27263a vector of all formulas which match the pattern. The command
27264prompts you to enter the pattern; as for @kbd{a r}, you can enter
27265a single pattern (i.e., a formula with meta-variables), or a
27266vector of patterns, or a variable which contains patterns, or
27267you can give a blank response in which case the patterns are taken
27268from the top of the stack. The pattern set will be compiled once
27269and saved if it is stored in a variable. If there are several
27270patterns in the set, vector elements are kept if they match any
27271of the patterns.
27272
27273For example, @samp{match(a+b, [x, x+y, x-y, 7, x+y+z])}
27274will return @samp{[x+y, x-y, x+y+z]}.
27275
27276The @code{import} mechanism is not available for pattern sets.
27277
27278The @kbd{a m} command can also be used to extract all vector elements
27279which satisfy any condition: The pattern @samp{x :: x>0} will select
27280all the positive vector elements.
27281
27282@kindex I a m
27283@tindex matchnot
27284With the Inverse flag [@code{matchnot}], this command extracts all
27285vector elements which do @emph{not} match the given pattern.
27286
27287@ignore
27288@starindex
27289@end ignore
27290@tindex matches
27291There is also a function @samp{matches(@var{x}, @var{p})} which
27292evaluates to 1 if expression @var{x} matches pattern @var{p}, or
27293to 0 otherwise. This is sometimes useful for including into the
27294conditional clauses of other rewrite rules.
27295
27296@ignore
27297@starindex
27298@end ignore
27299@tindex vmatches
27300The function @code{vmatches} is just like @code{matches}, except
27301that if the match succeeds it returns a vector of assignments to
27302the meta-variables instead of the number 1. For example,
27303@samp{vmatches(f(1,2), f(a,b))} returns @samp{[a := 1, b := 2]}.
27304If the match fails, the function returns the number 0.
27305
27306@node Automatic Rewrites, Debugging Rewrites, Matching Commands, Rewrite Rules
27307@subsection Automatic Rewrites
27308
27309@noindent
27310@cindex @code{EvalRules} variable
27311@vindex EvalRules
27312It is possible to get Calc to apply a set of rewrite rules on all
27313results, effectively adding to the built-in set of default
27314simplifications. To do this, simply store your rule set in the
27315variable @code{EvalRules}. There is a convenient @kbd{s E} command
27316for editing @code{EvalRules}; @pxref{Operations on Variables}.
27317
27318For example, suppose you want @samp{sin(a + b)} to be expanded out
27319to @samp{sin(b) cos(a) + cos(b) sin(a)} wherever it appears, and
27320similarly for @samp{cos(a + b)}. The corresponding rewrite rule
27321set would be,
27322
27323@smallexample
27324@group
27325[ sin(a + b) := cos(a) sin(b) + sin(a) cos(b),
27326 cos(a + b) := cos(a) cos(b) - sin(a) sin(b) ]
27327@end group
27328@end smallexample
27329
27330To apply these manually, you could put them in a variable called
27331@code{trigexp} and then use @kbd{a r trigexp} every time you wanted
27332to expand trig functions. But if instead you store them in the
27333variable @code{EvalRules}, they will automatically be applied to all
27334sines and cosines of sums. Then, with @samp{2 x} and @samp{45} on
27335the stack, typing @kbd{+ S} will (assuming Degrees mode) result in
27336@samp{0.7071 sin(2 x) + 0.7071 cos(2 x)} automatically.
27337
27338As each level of a formula is evaluated, the rules from
27339@code{EvalRules} are applied before the default simplifications.
27340Rewriting continues until no further @code{EvalRules} apply.
27341Note that this is different from the usual order of application of
27342rewrite rules: @code{EvalRules} works from the bottom up, simplifying
27343the arguments to a function before the function itself, while @kbd{a r}
27344applies rules from the top down.
27345
27346Because the @code{EvalRules} are tried first, you can use them to
27347override the normal behavior of any built-in Calc function.
27348
27349It is important not to write a rule that will get into an infinite
27350loop. For example, the rule set @samp{[f(0) := 1, f(n) := n f(n-1)]}
27351appears to be a good definition of a factorial function, but it is
27352unsafe. Imagine what happens if @samp{f(2.5)} is simplified. Calc
27353will continue to subtract 1 from this argument forever without reaching
27354zero. A safer second rule would be @samp{f(n) := n f(n-1) :: n>0}.
27355Another dangerous rule is @samp{g(x, y) := g(y, x)}. Rewriting
27356@samp{g(2, 4)}, this would bounce back and forth between that and
27357@samp{g(4, 2)} forever. If an infinite loop in @code{EvalRules}
27358occurs, Emacs will eventually stop with a ``Computation got stuck
27359or ran too long'' message.
27360
27361Another subtle difference between @code{EvalRules} and regular rewrites
27362concerns rules that rewrite a formula into an identical formula. For
27363example, @samp{f(n) := f(floor(n))} ``fails to match'' when @expr{n} is
27364already an integer. But in @code{EvalRules} this case is detected only
27365if the righthand side literally becomes the original formula before any
27366further simplification. This means that @samp{f(n) := f(floor(n))} will
27367get into an infinite loop if it occurs in @code{EvalRules}. Calc will
27368replace @samp{f(6)} with @samp{f(floor(6))}, which is different from
27369@samp{f(6)}, so it will consider the rule to have matched and will
27370continue simplifying that formula; first the argument is simplified
27371to get @samp{f(6)}, then the rule matches again to get @samp{f(floor(6))}
27372again, ad infinitum. A much safer rule would check its argument first,
27373say, with @samp{f(n) := f(floor(n)) :: !dint(n)}.
27374
27375(What really happens is that the rewrite mechanism substitutes the
27376meta-variables in the righthand side of a rule, compares to see if the
27377result is the same as the original formula and fails if so, then uses
27378the default simplifications to simplify the result and compares again
27379(and again fails if the formula has simplified back to its original
27380form). The only special wrinkle for the @code{EvalRules} is that the
27381same rules will come back into play when the default simplifications
27382are used. What Calc wants to do is build @samp{f(floor(6))}, see that
27383this is different from the original formula, simplify to @samp{f(6)},
27384see that this is the same as the original formula, and thus halt the
27385rewriting. But while simplifying, @samp{f(6)} will again trigger
27386the same @code{EvalRules} rule and Calc will get into a loop inside
27387the rewrite mechanism itself.)
27388
27389The @code{phase}, @code{schedule}, and @code{iterations} markers do
27390not work in @code{EvalRules}. If the rule set is divided into phases,
27391only the phase 1 rules are applied, and the schedule is ignored.
27392The rules are always repeated as many times as possible.
27393
27394The @code{EvalRules} are applied to all function calls in a formula,
27395but not to numbers (and other number-like objects like error forms),
27396nor to vectors or individual variable names. (Though they will apply
27397to @emph{components} of vectors and error forms when appropriate.) You
27398might try to make a variable @code{phihat} which automatically expands
27399to its definition without the need to press @kbd{=} by writing the
27400rule @samp{quote(phihat) := (1-sqrt(5))/2}, but unfortunately this rule
27401will not work as part of @code{EvalRules}.
27402
27403Finally, another limitation is that Calc sometimes calls its built-in
27404functions directly rather than going through the default simplifications.
27405When it does this, @code{EvalRules} will not be able to override those
27406functions. For example, when you take the absolute value of the complex
27407number @expr{(2, 3)}, Calc computes @samp{sqrt(2*2 + 3*3)} by calling
27408the multiplication, addition, and square root functions directly rather
27409than applying the default simplifications to this formula. So an
27410@code{EvalRules} rule that (perversely) rewrites @samp{sqrt(13) := 6}
27411would not apply. (However, if you put Calc into Symbolic mode so that
27412@samp{sqrt(13)} will be left in symbolic form by the built-in square
27413root function, your rule will be able to apply. But if the complex
27414number were @expr{(3,4)}, so that @samp{sqrt(25)} must be calculated,
27415then Symbolic mode will not help because @samp{sqrt(25)} can be
27416evaluated exactly to 5.)
27417
27418One subtle restriction that normally only manifests itself with
27419@code{EvalRules} is that while a given rewrite rule is in the process
27420of being checked, that same rule cannot be recursively applied. Calc
27421effectively removes the rule from its rule set while checking the rule,
27422then puts it back once the match succeeds or fails. (The technical
27423reason for this is that compiled pattern programs are not reentrant.)
27424For example, consider the rule @samp{foo(x) := x :: foo(x/2) > 0}
27425attempting to match @samp{foo(8)}. This rule will be inactive while
27426the condition @samp{foo(4) > 0} is checked, even though it might be
27427an integral part of evaluating that condition. Note that this is not
27428a problem for the more usual recursive type of rule, such as
27429@samp{foo(x) := foo(x/2)}, because there the rule has succeeded and
27430been reactivated by the time the righthand side is evaluated.
27431
27432If @code{EvalRules} has no stored value (its default state), or if
27433anything but a vector is stored in it, then it is ignored.
27434
27435Even though Calc's rewrite mechanism is designed to compare rewrite
27436rules to formulas as quickly as possible, storing rules in
27437@code{EvalRules} may make Calc run substantially slower. This is
27438particularly true of rules where the top-level call is a commonly used
27439function, or is not fixed. The rule @samp{f(n) := n f(n-1) :: n>0} will
27440only activate the rewrite mechanism for calls to the function @code{f},
27441but @samp{lg(n) + lg(m) := lg(n m)} will check every @samp{+} operator.
27442
27443@smallexample
27444apply(f, [a*b]) := apply(f, [a]) + apply(f, [b]) :: in(f, [ln, log10])
27445@end smallexample
27446
27447@noindent
27448may seem more ``efficient'' than two separate rules for @code{ln} and
27449@code{log10}, but actually it is vastly less efficient because rules
27450with @code{apply} as the top-level pattern must be tested against
27451@emph{every} function call that is simplified.
27452
27453@cindex @code{AlgSimpRules} variable
27454@vindex AlgSimpRules
27455Suppose you want @samp{sin(a + b)} to be expanded out not all the time,
27456but only when @kbd{a s} is used to simplify the formula. The variable
27457@code{AlgSimpRules} holds rules for this purpose. The @kbd{a s} command
27458will apply @code{EvalRules} and @code{AlgSimpRules} to the formula, as
27459well as all of its built-in simplifications.
27460
27461Most of the special limitations for @code{EvalRules} don't apply to
27462@code{AlgSimpRules}. Calc simply does an @kbd{a r AlgSimpRules}
27463command with an infinite repeat count as the first step of @kbd{a s}.
27464It then applies its own built-in simplifications throughout the
27465formula, and then repeats these two steps (along with applying the
27466default simplifications) until no further changes are possible.
27467
27468@cindex @code{ExtSimpRules} variable
27469@cindex @code{UnitSimpRules} variable
27470@vindex ExtSimpRules
27471@vindex UnitSimpRules
27472There are also @code{ExtSimpRules} and @code{UnitSimpRules} variables
27473that are used by @kbd{a e} and @kbd{u s}, respectively; these commands
27474also apply @code{EvalRules} and @code{AlgSimpRules}. The variable
27475@code{IntegSimpRules} contains simplification rules that are used
27476only during integration by @kbd{a i}.
27477
27478@node Debugging Rewrites, Examples of Rewrite Rules, Automatic Rewrites, Rewrite Rules
27479@subsection Debugging Rewrites
27480
27481@noindent
27482If a buffer named @samp{*Trace*} exists, the rewrite mechanism will
27483record some useful information there as it operates. The original
27484formula is written there, as is the result of each successful rewrite,
27485and the final result of the rewriting. All phase changes are also
27486noted.
27487
27488Calc always appends to @samp{*Trace*}. You must empty this buffer
27489yourself periodically if it is in danger of growing unwieldy.
27490
27491Note that the rewriting mechanism is substantially slower when the
27492@samp{*Trace*} buffer exists, even if the buffer is not visible on
27493the screen. Once you are done, you will probably want to kill this
27494buffer (with @kbd{C-x k *Trace* @key{RET}}). If you leave it in
27495existence and forget about it, all your future rewrite commands will
27496be needlessly slow.
27497
27498@node Examples of Rewrite Rules, , Debugging Rewrites, Rewrite Rules
27499@subsection Examples of Rewrite Rules
27500
27501@noindent
27502Returning to the example of substituting the pattern
27503@samp{sin(x)^2 + cos(x)^2} with 1, we saw that the rule
27504@samp{opt(a) sin(x)^2 + opt(a) cos(x)^2 := a} does a good job of
27505finding suitable cases. Another solution would be to use the rule
27506@samp{cos(x)^2 := 1 - sin(x)^2}, followed by algebraic simplification
27507if necessary. This rule will be the most effective way to do the job,
27508but at the expense of making some changes that you might not desire.
27509
27510Another algebraic rewrite rule is @samp{exp(x+y) := exp(x) exp(y)}.
27511To make this work with the @w{@kbd{j r}} command so that it can be
27512easily targeted to a particular exponential in a large formula,
27513you might wish to write the rule as @samp{select(exp(x+y)) :=
27514select(exp(x) exp(y))}. The @samp{select} markers will be
27515ignored by the regular @kbd{a r} command
27516(@pxref{Selections with Rewrite Rules}).
27517
27518A surprisingly useful rewrite rule is @samp{a/(b-c) := a*(b+c)/(b^2-c^2)}.
27519This will simplify the formula whenever @expr{b} and/or @expr{c} can
27520be made simpler by squaring. For example, applying this rule to
27521@samp{2 / (sqrt(2) + 3)} yields @samp{6:7 - 2:7 sqrt(2)} (assuming
27522Symbolic mode has been enabled to keep the square root from being
27523evaluated to a floating-point approximation). This rule is also
27524useful when working with symbolic complex numbers, e.g.,
27525@samp{(a + b i) / (c + d i)}.
27526
27527As another example, we could define our own ``triangular numbers'' function
27528with the rules @samp{[tri(0) := 0, tri(n) := n + tri(n-1) :: n>0]}. Enter
27529this vector and store it in a variable: @kbd{@w{s t} trirules}. Now, given
27530a suitable formula like @samp{tri(5)} on the stack, type @samp{a r trirules}
27531to apply these rules repeatedly. After six applications, @kbd{a r} will
27532stop with 15 on the stack. Once these rules are debugged, it would probably
27533be most useful to add them to @code{EvalRules} so that Calc will evaluate
27534the new @code{tri} function automatically. We could then use @kbd{Z K} on
27535the keyboard macro @kbd{' tri($) @key{RET}} to make a command that applies
27536@code{tri} to the value on the top of the stack. @xref{Programming}.
27537
27538@cindex Quaternions
27539The following rule set, contributed by
27540@texline Fran\c cois
27541@infoline Francois
27542Pinard, implements @dfn{quaternions}, a generalization of the concept of
27543complex numbers. Quaternions have four components, and are here
27544represented by function calls @samp{quat(@var{w}, [@var{x}, @var{y},
27545@var{z}])} with ``real part'' @var{w} and the three ``imaginary'' parts
27546collected into a vector. Various arithmetical operations on quaternions
27547are supported. To use these rules, either add them to @code{EvalRules},
27548or create a command based on @kbd{a r} for simplifying quaternion
27549formulas. A convenient way to enter quaternions would be a command
27550defined by a keyboard macro containing: @kbd{' quat($$$$, [$$$, $$, $])
27551@key{RET}}.
27552
27553@smallexample
27554[ quat(w, x, y, z) := quat(w, [x, y, z]),
27555 quat(w, [0, 0, 0]) := w,
27556 abs(quat(w, v)) := hypot(w, v),
27557 -quat(w, v) := quat(-w, -v),
27558 r + quat(w, v) := quat(r + w, v) :: real(r),
27559 r - quat(w, v) := quat(r - w, -v) :: real(r),
27560 quat(w1, v1) + quat(w2, v2) := quat(w1 + w2, v1 + v2),
27561 r * quat(w, v) := quat(r * w, r * v) :: real(r),
27562 plain(quat(w1, v1) * quat(w2, v2))
27563 := quat(w1 * w2 - v1 * v2, w1 * v2 + w2 * v1 + cross(v1, v2)),
27564 quat(w1, v1) / r := quat(w1 / r, v1 / r) :: real(r),
27565 z / quat(w, v) := z * quatinv(quat(w, v)),
27566 quatinv(quat(w, v)) := quat(w, -v) / (w^2 + v^2),
27567 quatsqr(quat(w, v)) := quat(w^2 - v^2, 2 * w * v),
27568 quat(w, v)^k := quatsqr(quat(w, v)^(k / 2))
27569 :: integer(k) :: k > 0 :: k % 2 = 0,
27570 quat(w, v)^k := quatsqr(quat(w, v)^((k - 1) / 2)) * quat(w, v)
27571 :: integer(k) :: k > 2,
27572 quat(w, v)^-k := quatinv(quat(w, v)^k) :: integer(k) :: k > 0 ]
27573@end smallexample
27574
27575Quaternions, like matrices, have non-commutative multiplication.
27576In other words, @expr{q1 * q2 = q2 * q1} is not necessarily true if
27577@expr{q1} and @expr{q2} are @code{quat} forms. The @samp{quat*quat}
27578rule above uses @code{plain} to prevent Calc from rearranging the
27579product. It may also be wise to add the line @samp{[quat(), matrix]}
27580to the @code{Decls} matrix, to ensure that Calc's other algebraic
27581operations will not rearrange a quaternion product. @xref{Declarations}.
27582
27583These rules also accept a four-argument @code{quat} form, converting
27584it to the preferred form in the first rule. If you would rather see
27585results in the four-argument form, just append the two items
27586@samp{phase(2), quat(w, [x, y, z]) := quat(w, x, y, z)} to the end
27587of the rule set. (But remember that multi-phase rule sets don't work
27588in @code{EvalRules}.)
27589
27590@node Units, Store and Recall, Algebra, Top
27591@chapter Operating on Units
27592
27593@noindent
27594One special interpretation of algebraic formulas is as numbers with units.
27595For example, the formula @samp{5 m / s^2} can be read ``five meters
27596per second squared.'' The commands in this chapter help you
27597manipulate units expressions in this form. Units-related commands
27598begin with the @kbd{u} prefix key.
27599
27600@menu
27601* Basic Operations on Units::
27602* The Units Table::
27603* Predefined Units::
27604* User-Defined Units::
27605@end menu
27606
27607@node Basic Operations on Units, The Units Table, Units, Units
27608@section Basic Operations on Units
27609
27610@noindent
27611A @dfn{units expression} is a formula which is basically a number
27612multiplied and/or divided by one or more @dfn{unit names}, which may
27613optionally be raised to integer powers. Actually, the value part need not
27614be a number; any product or quotient involving unit names is a units
27615expression. Many of the units commands will also accept any formula,
27616where the command applies to all units expressions which appear in the
27617formula.
27618
27619A unit name is a variable whose name appears in the @dfn{unit table},
27620or a variable whose name is a prefix character like @samp{k} (for ``kilo'')
27621or @samp{u} (for ``micro'') followed by a name in the unit table.
27622A substantial table of built-in units is provided with Calc;
27623@pxref{Predefined Units}. You can also define your own unit names;
27624@pxref{User-Defined Units}.
27625
27626Note that if the value part of a units expression is exactly @samp{1},
27627it will be removed by the Calculator's automatic algebra routines: The
27628formula @samp{1 mm} is ``simplified'' to @samp{mm}. This is only a
27629display anomaly, however; @samp{mm} will work just fine as a
27630representation of one millimeter.
27631
27632You may find that Algebraic mode (@pxref{Algebraic Entry}) makes working
27633with units expressions easier. Otherwise, you will have to remember
27634to hit the apostrophe key every time you wish to enter units.
27635
27636@kindex u s
27637@pindex calc-simplify-units
27638@ignore
27639@mindex usimpl@idots
27640@end ignore
27641@tindex usimplify
27642The @kbd{u s} (@code{calc-simplify-units}) [@code{usimplify}] command
27643simplifies a units
27644expression. It uses @kbd{a s} (@code{calc-simplify}) to simplify the
27645expression first as a regular algebraic formula; it then looks for
27646features that can be further simplified by converting one object's units
27647to be compatible with another's. For example, @samp{5 m + 23 mm} will
27648simplify to @samp{5.023 m}. When different but compatible units are
27649added, the righthand term's units are converted to match those of the
27650lefthand term. @xref{Simplification Modes}, for a way to have this done
27651automatically at all times.
27652
27653Units simplification also handles quotients of two units with the same
27654dimensionality, as in @w{@samp{2 in s/L cm}} to @samp{5.08 s/L}; fractional
27655powers of unit expressions, as in @samp{sqrt(9 mm^2)} to @samp{3 mm} and
27656@samp{sqrt(9 acre)} to a quantity in meters; and @code{floor},
27657@code{ceil}, @code{round}, @code{rounde}, @code{roundu}, @code{trunc},
27658@code{float}, @code{frac}, @code{abs}, and @code{clean}
27659applied to units expressions, in which case
27660the operation in question is applied only to the numeric part of the
27661expression. Finally, trigonometric functions of quantities with units
27662of angle are evaluated, regardless of the current angular mode.
27663
27664@kindex u c
27665@pindex calc-convert-units
27666The @kbd{u c} (@code{calc-convert-units}) command converts a units
27667expression to new, compatible units. For example, given the units
27668expression @samp{55 mph}, typing @kbd{u c m/s @key{RET}} produces
27669@samp{24.5872 m/s}. If you have previously converted a units expression
27670with the same type of units (in this case, distance over time), you will
27671be offered the previous choice of new units as a default. Continuing
27672the above example, entering the units expression @samp{100 km/hr} and
27673typing @kbd{u c @key{RET}} (without specifying new units) produces
27674@samp{27.7777777778 m/s}.
27675
27676While many of Calc's conversion factors are exact, some are necessarily
27677approximate. If Calc is in fraction mode (@pxref{Fraction Mode}), then
27678unit conversions will try to give exact, rational conversions, but it
27679isn't always possible. Given @samp{55 mph} in fraction mode, typing
27680@kbd{u c m/s @key{RET}} produces @samp{15367:625 m/s}, for example,
27681while typing @kbd{u c au/yr @key{RET}} produces
27682@samp{5.18665819999e-3 au/yr}.
27683
27684If the units you request are inconsistent with the original units, the
27685number will be converted into your units times whatever ``remainder''
27686units are left over. For example, converting @samp{55 mph} into acres
27687produces @samp{6.08e-3 acre / m s}. (Recall that multiplication binds
27688more strongly than division in Calc formulas, so the units here are
27689acres per meter-second.) Remainder units are expressed in terms of
27690``fundamental'' units like @samp{m} and @samp{s}, regardless of the
27691input units.
27692
27693One special exception is that if you specify a single unit name, and
27694a compatible unit appears somewhere in the units expression, then
27695that compatible unit will be converted to the new unit and the
27696remaining units in the expression will be left alone. For example,
27697given the input @samp{980 cm/s^2}, the command @kbd{u c ms} will
27698change the @samp{s} to @samp{ms} to get @samp{9.8e-4 cm/ms^2}.
27699The ``remainder unit'' @samp{cm} is left alone rather than being
27700changed to the base unit @samp{m}.
27701
27702You can use explicit unit conversion instead of the @kbd{u s} command
27703to gain more control over the units of the result of an expression.
27704For example, given @samp{5 m + 23 mm}, you can type @kbd{u c m} or
27705@kbd{u c mm} to express the result in either meters or millimeters.
27706(For that matter, you could type @kbd{u c fath} to express the result
27707in fathoms, if you preferred!)
27708
27709In place of a specific set of units, you can also enter one of the
27710units system names @code{si}, @code{mks} (equivalent), or @code{cgs}.
27711For example, @kbd{u c si @key{RET}} converts the expression into
27712International System of Units (SI) base units. Also, @kbd{u c base}
27713converts to Calc's base units, which are the same as @code{si} units
27714except that @code{base} uses @samp{g} as the fundamental unit of mass
27715whereas @code{si} uses @samp{kg}.
27716
27717@cindex Composite units
27718The @kbd{u c} command also accepts @dfn{composite units}, which
27719are expressed as the sum of several compatible unit names. For
27720example, converting @samp{30.5 in} to units @samp{mi+ft+in} (miles,
27721feet, and inches) produces @samp{2 ft + 6.5 in}. Calc first
27722sorts the unit names into order of decreasing relative size.
27723It then accounts for as much of the input quantity as it can
27724using an integer number times the largest unit, then moves on
27725to the next smaller unit, and so on. Only the smallest unit
27726may have a non-integer amount attached in the result. A few
27727standard unit names exist for common combinations, such as
27728@code{mfi} for @samp{mi+ft+in}, and @code{tpo} for @samp{ton+lb+oz}.
27729Composite units are expanded as if by @kbd{a x}, so that
27730@samp{(ft+in)/hr} is first converted to @samp{ft/hr+in/hr}.
27731
27732If the value on the stack does not contain any units, @kbd{u c} will
27733prompt first for the old units which this value should be considered
27734to have, then for the new units. Assuming the old and new units you
27735give are consistent with each other, the result also will not contain
285f0d3a
JB
27736any units. For example, @kbd{@w{u c} cm @key{RET} in @key{RET}}
27737converts the number 2 on the stack to 5.08.
4009494e
GM
27738
27739@kindex u b
27740@pindex calc-base-units
27741The @kbd{u b} (@code{calc-base-units}) command is shorthand for
27742@kbd{u c base}; it converts the units expression on the top of the
27743stack into @code{base} units. If @kbd{u s} does not simplify a
27744units expression as far as you would like, try @kbd{u b}.
27745
27746The @kbd{u c} and @kbd{u b} commands treat temperature units (like
27747@samp{degC} and @samp{K}) as relative temperatures. For example,
27748@kbd{u c} converts @samp{10 degC} to @samp{18 degF}: A change of 10
27749degrees Celsius corresponds to a change of 18 degrees Fahrenheit.
27750
27751@kindex u t
27752@pindex calc-convert-temperature
27753@cindex Temperature conversion
27754The @kbd{u t} (@code{calc-convert-temperature}) command converts
27755absolute temperatures. The value on the stack must be a simple units
27756expression with units of temperature only. This command would convert
27757@samp{10 degC} to @samp{50 degF}, the equivalent temperature on the
27758Fahrenheit scale.
27759
27760@kindex u r
27761@pindex calc-remove-units
27762@kindex u x
27763@pindex calc-extract-units
27764The @kbd{u r} (@code{calc-remove-units}) command removes units from the
27765formula at the top of the stack. The @kbd{u x}
27766(@code{calc-extract-units}) command extracts only the units portion of a
27767formula. These commands essentially replace every term of the formula
27768that does or doesn't (respectively) look like a unit name by the
27769constant 1, then resimplify the formula.
27770
27771@kindex u a
27772@pindex calc-autorange-units
27773The @kbd{u a} (@code{calc-autorange-units}) command turns on and off a
27774mode in which unit prefixes like @code{k} (``kilo'') are automatically
27775applied to keep the numeric part of a units expression in a reasonable
27776range. This mode affects @kbd{u s} and all units conversion commands
27777except @kbd{u b}. For example, with autoranging on, @samp{12345 Hz}
27778will be simplified to @samp{12.345 kHz}. Autoranging is useful for
27779some kinds of units (like @code{Hz} and @code{m}), but is probably
27780undesirable for non-metric units like @code{ft} and @code{tbsp}.
27781(Composite units are more appropriate for those; see above.)
27782
27783Autoranging always applies the prefix to the leftmost unit name.
27784Calc chooses the largest prefix that causes the number to be greater
27785than or equal to 1.0. Thus an increasing sequence of adjusted times
27786would be @samp{1 ms, 10 ms, 100 ms, 1 s, 10 s, 100 s, 1 ks}.
27787Generally the rule of thumb is that the number will be adjusted
27788to be in the interval @samp{[1 .. 1000)}, although there are several
27789exceptions to this rule. First, if the unit has a power then this
27790is not possible; @samp{0.1 s^2} simplifies to @samp{100000 ms^2}.
27791Second, the ``centi-'' prefix is allowed to form @code{cm} (centimeters),
27792but will not apply to other units. The ``deci-,'' ``deka-,'' and
27793``hecto-'' prefixes are never used. Thus the allowable interval is
27794@samp{[1 .. 10)} for millimeters and @samp{[1 .. 100)} for centimeters.
27795Finally, a prefix will not be added to a unit if the resulting name
27796is also the actual name of another unit; @samp{1e-15 t} would normally
27797be considered a ``femto-ton,'' but it is written as @samp{1000 at}
27798(1000 atto-tons) instead because @code{ft} would be confused with feet.
27799
27800@node The Units Table, Predefined Units, Basic Operations on Units, Units
27801@section The Units Table
27802
27803@noindent
27804@kindex u v
27805@pindex calc-enter-units-table
27806The @kbd{u v} (@code{calc-enter-units-table}) command displays the units table
27807in another buffer called @code{*Units Table*}. Each entry in this table
27808gives the unit name as it would appear in an expression, the definition
27809of the unit in terms of simpler units, and a full name or description of
27810the unit. Fundamental units are defined as themselves; these are the
27811units produced by the @kbd{u b} command. The fundamental units are
27812meters, seconds, grams, kelvins, amperes, candelas, moles, radians,
27813and steradians.
27814
27815The Units Table buffer also displays the Unit Prefix Table. Note that
27816two prefixes, ``kilo'' and ``hecto,'' accept either upper- or lower-case
27817prefix letters. @samp{Meg} is also accepted as a synonym for the @samp{M}
27818prefix. Whenever a unit name can be interpreted as either a built-in name
27819or a prefix followed by another built-in name, the former interpretation
27820wins. For example, @samp{2 pt} means two pints, not two pico-tons.
27821
27822The Units Table buffer, once created, is not rebuilt unless you define
27823new units. To force the buffer to be rebuilt, give any numeric prefix
27824argument to @kbd{u v}.
27825
27826@kindex u V
27827@pindex calc-view-units-table
27828The @kbd{u V} (@code{calc-view-units-table}) command is like @kbd{u v} except
27829that the cursor is not moved into the Units Table buffer. You can
27830type @kbd{u V} again to remove the Units Table from the display. To
27831return from the Units Table buffer after a @kbd{u v}, type @kbd{C-x * c}
27832again or use the regular Emacs @w{@kbd{C-x o}} (@code{other-window})
27833command. You can also kill the buffer with @kbd{C-x k} if you wish;
27834the actual units table is safely stored inside the Calculator.
27835
27836@kindex u g
27837@pindex calc-get-unit-definition
27838The @kbd{u g} (@code{calc-get-unit-definition}) command retrieves a unit's
27839defining expression and pushes it onto the Calculator stack. For example,
27840@kbd{u g in} will produce the expression @samp{2.54 cm}. This is the
27841same definition for the unit that would appear in the Units Table buffer.
27842Note that this command works only for actual unit names; @kbd{u g km}
27843will report that no such unit exists, for example, because @code{km} is
27844really the unit @code{m} with a @code{k} (``kilo'') prefix. To see a
27845definition of a unit in terms of base units, it is easier to push the
27846unit name on the stack and then reduce it to base units with @kbd{u b}.
27847
27848@kindex u e
27849@pindex calc-explain-units
27850The @kbd{u e} (@code{calc-explain-units}) command displays an English
27851description of the units of the expression on the stack. For example,
27852for the expression @samp{62 km^2 g / s^2 mol K}, the description is
27853``Square-Kilometer Gram per (Second-squared Mole Degree-Kelvin).'' This
27854command uses the English descriptions that appear in the righthand
27855column of the Units Table.
27856
27857@node Predefined Units, User-Defined Units, The Units Table, Units
27858@section Predefined Units
27859
27860@noindent
285f0d3a
JB
27861The definitions of many units have changed over the years. For example,
27862the meter was originally defined in 1791 as one ten-millionth of the
27863distance from the equator to the north pole. In order to be more
27864precise, the definition was adjusted several times, and now a meter is
27865defined as the distance that light will travel in a vacuum in
278661/299792458 of a second; consequently, the speed of light in a
27867vacuum is exactly 299792458 m/s. Many other units have been
27868redefined in terms of fundamental physical processes; a second, for
27869example, is currently defined as 9192631770 periods of a certain
27870radiation related to the cesium-133 atom. The only SI unit that is not
27871based on a fundamental physical process (although there are efforts to
27872change this) is the kilogram, which was originally defined as the mass
27873of one liter of water, but is now defined as the mass of the
27874International Prototype Kilogram (IPK), a cylinder of platinum-iridium
27875kept at the Bureau International des Poids et Mesures in S@`evres,
27876France. (There are several copies of the IPK throughout the world.)
27877The British imperial units, once defined in terms of physical objects,
27878were redefined in 1963 in terms of SI units. The US customary units,
27879which were the same as British units until the British imperial system
27880was created in 1824, were also defined in terms of the SI units in 1893.
27881Because of these redefinitions, conversions between metric, British
27882Imperial, and US customary units can often be done precisely.
27883
4009494e
GM
27884Since the exact definitions of many kinds of units have evolved over the
27885years, and since certain countries sometimes have local differences in
27886their definitions, it is a good idea to examine Calc's definition of a
27887unit before depending on its exact value. For example, there are three
27888different units for gallons, corresponding to the US (@code{gal}),
27889Canadian (@code{galC}), and British (@code{galUK}) definitions. Also,
27890note that @code{oz} is a standard ounce of mass, @code{ozt} is a Troy
27891ounce, and @code{ozfl} is a fluid ounce.
27892
27893The temperature units corresponding to degrees Kelvin and Centigrade
27894(Celsius) are the same in this table, since most units commands treat
27895temperatures as being relative. The @code{calc-convert-temperature}
27896command has special rules for handling the different absolute magnitudes
27897of the various temperature scales.
27898
27899The unit of volume ``liters'' can be referred to by either the lower-case
27900@code{l} or the upper-case @code{L}.
27901
27902The unit @code{A} stands for Amperes; the name @code{Ang} is used
27903@tex
27904for \AA ngstroms.
27905@end tex
27906@ifnottex
27907for Angstroms.
27908@end ifnottex
27909
27910The unit @code{pt} stands for pints; the name @code{point} stands for
27911a typographical point, defined by @samp{72 point = 1 in}. This is
27912slightly different than the point defined by the American Typefounder's
27913Association in 1886, but the point used by Calc has become standard
27914largely due to its use by the PostScript page description language.
27915There is also @code{texpt}, which stands for a printer's point as
27916defined by the @TeX{} typesetting system: @samp{72.27 texpt = 1 in}.
27917Other units used by @TeX{} are available; they are @code{texpc} (a pica),
27918@code{texbp} (a ``big point'', equal to a standard point which is larger
27919than the point used by @TeX{}), @code{texdd} (a Didot point),
27920@code{texcc} (a Cicero) and @code{texsp} (a scaled @TeX{} point,
27921all dimensions representable in @TeX{} are multiples of this value).
27922
27923The unit @code{e} stands for the elementary (electron) unit of charge;
27924because algebra command could mistake this for the special constant
27925@expr{e}, Calc provides the alternate unit name @code{ech} which is
27926preferable to @code{e}.
27927
27928The name @code{g} stands for one gram of mass; there is also @code{gf},
27929one gram of force. (Likewise for @kbd{lb}, pounds, and @kbd{lbf}.)
27930Meanwhile, one ``@expr{g}'' of acceleration is denoted @code{ga}.
27931
27932The unit @code{ton} is a U.S. ton of @samp{2000 lb}, and @code{t} is
27933a metric ton of @samp{1000 kg}.
27934
27935The names @code{s} (or @code{sec}) and @code{min} refer to units of
27936time; @code{arcsec} and @code{arcmin} are units of angle.
27937
27938Some ``units'' are really physical constants; for example, @code{c}
27939represents the speed of light, and @code{h} represents Planck's
27940constant. You can use these just like other units: converting
27941@samp{.5 c} to @samp{m/s} expresses one-half the speed of light in
27942meters per second. You can also use this merely as a handy reference;
27943the @kbd{u g} command gets the definition of one of these constants
27944in its normal terms, and @kbd{u b} expresses the definition in base
27945units.
27946
27947Two units, @code{pi} and @code{alpha} (the fine structure constant,
27948approximately @mathit{1/137}) are dimensionless. The units simplification
27949commands simply treat these names as equivalent to their corresponding
27950values. However you can, for example, use @kbd{u c} to convert a pure
27951number into multiples of the fine structure constant, or @kbd{u b} to
27952convert this back into a pure number. (When @kbd{u c} prompts for the
27953``old units,'' just enter a blank line to signify that the value
27954really is unitless.)
27955
27956@c Describe angular units, luminosity vs. steradians problem.
27957
27958@node User-Defined Units, , Predefined Units, Units
27959@section User-Defined Units
27960
27961@noindent
27962Calc provides ways to get quick access to your selected ``favorite''
27963units, as well as ways to define your own new units.
27964
27965@kindex u 0-9
27966@pindex calc-quick-units
27967@vindex Units
27968@cindex @code{Units} variable
27969@cindex Quick units
27970To select your favorite units, store a vector of unit names or
27971expressions in the Calc variable @code{Units}. The @kbd{u 1}
27972through @kbd{u 9} commands (@code{calc-quick-units}) provide access
27973to these units. If the value on the top of the stack is a plain
27974number (with no units attached), then @kbd{u 1} gives it the
27975specified units. (Basically, it multiplies the number by the
27976first item in the @code{Units} vector.) If the number on the
27977stack @emph{does} have units, then @kbd{u 1} converts that number
27978to the new units. For example, suppose the vector @samp{[in, ft]}
27979is stored in @code{Units}. Then @kbd{30 u 1} will create the
27980expression @samp{30 in}, and @kbd{u 2} will convert that expression
27981to @samp{2.5 ft}.
27982
27983The @kbd{u 0} command accesses the tenth element of @code{Units}.
27984Only ten quick units may be defined at a time. If the @code{Units}
27985variable has no stored value (the default), or if its value is not
27986a vector, then the quick-units commands will not function. The
27987@kbd{s U} command is a convenient way to edit the @code{Units}
27988variable; @pxref{Operations on Variables}.
27989
27990@kindex u d
27991@pindex calc-define-unit
27992@cindex User-defined units
27993The @kbd{u d} (@code{calc-define-unit}) command records the units
27994expression on the top of the stack as the definition for a new,
27995user-defined unit. For example, putting @samp{16.5 ft} on the stack and
27996typing @kbd{u d rod} defines the new unit @samp{rod} to be equivalent to
2799716.5 feet. The unit conversion and simplification commands will now
27998treat @code{rod} just like any other unit of length. You will also be
27999prompted for an optional English description of the unit, which will
4043c194
JB
28000appear in the Units Table. If you wish the definition of this unit to
28001be displayed in a special way in the Units Table buffer (such as with an
28002asterisk to indicate an approximate value), then you can call this
28003command with an argument, @kbd{C-u u d}; you will then also be prompted
28004for a string that will be used to display the definition.
4009494e
GM
28005
28006@kindex u u
28007@pindex calc-undefine-unit
28008The @kbd{u u} (@code{calc-undefine-unit}) command removes a user-defined
28009unit. It is not possible to remove one of the predefined units,
28010however.
28011
28012If you define a unit with an existing unit name, your new definition
28013will replace the original definition of that unit. If the unit was a
28014predefined unit, the old definition will not be replaced, only
28015``shadowed.'' The built-in definition will reappear if you later use
28016@kbd{u u} to remove the shadowing definition.
28017
28018To create a new fundamental unit, use either 1 or the unit name itself
28019as the defining expression. Otherwise the expression can involve any
28020other units that you like (except for composite units like @samp{mfi}).
28021You can create a new composite unit with a sum of other units as the
28022defining expression. The next unit operation like @kbd{u c} or @kbd{u v}
28023will rebuild the internal unit table incorporating your modifications.
28024Note that erroneous definitions (such as two units defined in terms of
28025each other) will not be detected until the unit table is next rebuilt;
28026@kbd{u v} is a convenient way to force this to happen.
28027
28028Temperature units are treated specially inside the Calculator; it is not
28029possible to create user-defined temperature units.
28030
28031@kindex u p
28032@pindex calc-permanent-units
28033@cindex Calc init file, user-defined units
28034The @kbd{u p} (@code{calc-permanent-units}) command stores the user-defined
28035units in your Calc init file (the file given by the variable
28036@code{calc-settings-file}, typically @file{~/.calc.el}), so that the
28037units will still be available in subsequent Emacs sessions. If there
28038was already a set of user-defined units in your Calc init file, it
28039is replaced by the new set. (@xref{General Mode Commands}, for a way to
28040tell Calc to use a different file for the Calc init file.)
28041
28042@node Store and Recall, Graphics, Units, Top
28043@chapter Storing and Recalling
28044
28045@noindent
28046Calculator variables are really just Lisp variables that contain numbers
28047or formulas in a form that Calc can understand. The commands in this
28048section allow you to manipulate variables conveniently. Commands related
28049to variables use the @kbd{s} prefix key.
28050
28051@menu
28052* Storing Variables::
28053* Recalling Variables::
28054* Operations on Variables::
28055* Let Command::
28056* Evaluates-To Operator::
28057@end menu
28058
28059@node Storing Variables, Recalling Variables, Store and Recall, Store and Recall
28060@section Storing Variables
28061
28062@noindent
28063@kindex s s
28064@pindex calc-store
28065@cindex Storing variables
28066@cindex Quick variables
28067@vindex q0
28068@vindex q9
28069The @kbd{s s} (@code{calc-store}) command stores the value at the top of
28070the stack into a specified variable. It prompts you to enter the
28071name of the variable. If you press a single digit, the value is stored
28072immediately in one of the ``quick'' variables @code{q0} through
28073@code{q9}. Or you can enter any variable name.
28074
28075@kindex s t
28076@pindex calc-store-into
28077The @kbd{s s} command leaves the stored value on the stack. There is
28078also an @kbd{s t} (@code{calc-store-into}) command, which removes a
28079value from the stack and stores it in a variable.
28080
28081If the top of stack value is an equation @samp{a = 7} or assignment
28082@samp{a := 7} with a variable on the lefthand side, then Calc will
28083assign that variable with that value by default, i.e., if you type
28084@kbd{s s @key{RET}} or @kbd{s t @key{RET}}. In this example, the
28085value 7 would be stored in the variable @samp{a}. (If you do type
28086a variable name at the prompt, the top-of-stack value is stored in
28087its entirety, even if it is an equation: @samp{s s b @key{RET}}
28088with @samp{a := 7} on the stack stores @samp{a := 7} in @code{b}.)
28089
28090In fact, the top of stack value can be a vector of equations or
28091assignments with different variables on their lefthand sides; the
28092default will be to store all the variables with their corresponding
28093righthand sides simultaneously.
28094
28095It is also possible to type an equation or assignment directly at
28096the prompt for the @kbd{s s} or @kbd{s t} command: @kbd{s s foo = 7}.
28097In this case the expression to the right of the @kbd{=} or @kbd{:=}
28098symbol is evaluated as if by the @kbd{=} command, and that value is
28099stored in the variable. No value is taken from the stack; @kbd{s s}
28100and @kbd{s t} are equivalent when used in this way.
28101
28102@kindex s 0-9
28103@kindex t 0-9
28104The prefix keys @kbd{s} and @kbd{t} may be followed immediately by a
28105digit; @kbd{s 9} is equivalent to @kbd{s s 9}, and @kbd{t 9} is
28106equivalent to @kbd{s t 9}. (The @kbd{t} prefix is otherwise used
28107for trail and time/date commands.)
28108
28109@kindex s +
28110@kindex s -
28111@ignore
28112@mindex @idots
28113@end ignore
28114@kindex s *
28115@ignore
28116@mindex @null
28117@end ignore
28118@kindex s /
28119@ignore
28120@mindex @null
28121@end ignore
28122@kindex s ^
28123@ignore
28124@mindex @null
28125@end ignore
28126@kindex s |
28127@ignore
28128@mindex @null
28129@end ignore
28130@kindex s n
28131@ignore
28132@mindex @null
28133@end ignore
28134@kindex s &
28135@ignore
28136@mindex @null
28137@end ignore
28138@kindex s [
28139@ignore
28140@mindex @null
28141@end ignore
28142@kindex s ]
28143@pindex calc-store-plus
28144@pindex calc-store-minus
28145@pindex calc-store-times
28146@pindex calc-store-div
28147@pindex calc-store-power
28148@pindex calc-store-concat
28149@pindex calc-store-neg
28150@pindex calc-store-inv
28151@pindex calc-store-decr
28152@pindex calc-store-incr
28153There are also several ``arithmetic store'' commands. For example,
28154@kbd{s +} removes a value from the stack and adds it to the specified
28155variable. The other arithmetic stores are @kbd{s -}, @kbd{s *}, @kbd{s /},
28156@kbd{s ^}, and @w{@kbd{s |}} (vector concatenation), plus @kbd{s n} and
28157@kbd{s &} which negate or invert the value in a variable, and @w{@kbd{s [}}
28158and @kbd{s ]} which decrease or increase a variable by one.
28159
28160All the arithmetic stores accept the Inverse prefix to reverse the
28161order of the operands. If @expr{v} represents the contents of the
28162variable, and @expr{a} is the value drawn from the stack, then regular
28163@w{@kbd{s -}} assigns
28164@texline @math{v \coloneq v - a},
28165@infoline @expr{v := v - a},
28166but @kbd{I s -} assigns
28167@texline @math{v \coloneq a - v}.
28168@infoline @expr{v := a - v}.
28169While @kbd{I s *} might seem pointless, it is
28170useful if matrix multiplication is involved. Actually, all the
28171arithmetic stores use formulas designed to behave usefully both
28172forwards and backwards:
28173
28174@example
28175@group
28176s + v := v + a v := a + v
28177s - v := v - a v := a - v
28178s * v := v * a v := a * v
28179s / v := v / a v := a / v
28180s ^ v := v ^ a v := a ^ v
28181s | v := v | a v := a | v
28182s n v := v / (-1) v := (-1) / v
28183s & v := v ^ (-1) v := (-1) ^ v
28184s [ v := v - 1 v := 1 - v
28185s ] v := v - (-1) v := (-1) - v
28186@end group
28187@end example
28188
28189In the last four cases, a numeric prefix argument will be used in
28190place of the number one. (For example, @kbd{M-2 s ]} increases
28191a variable by 2, and @kbd{M-2 I s ]} replaces a variable by
28192minus-two minus the variable.
28193
28194The first six arithmetic stores can also be typed @kbd{s t +}, @kbd{s t -},
28195etc. The commands @kbd{s s +}, @kbd{s s -}, and so on are analogous
28196arithmetic stores that don't remove the value @expr{a} from the stack.
28197
28198All arithmetic stores report the new value of the variable in the
28199Trail for your information. They signal an error if the variable
28200previously had no stored value. If default simplifications have been
28201turned off, the arithmetic stores temporarily turn them on for numeric
28202arguments only (i.e., they temporarily do an @kbd{m N} command).
28203@xref{Simplification Modes}. Large vectors put in the trail by
28204these commands always use abbreviated (@kbd{t .}) mode.
28205
28206@kindex s m
28207@pindex calc-store-map
28208The @kbd{s m} command is a general way to adjust a variable's value
28209using any Calc function. It is a ``mapping'' command analogous to
28210@kbd{V M}, @kbd{V R}, etc. @xref{Reducing and Mapping}, to see
28211how to specify a function for a mapping command. Basically,
28212all you do is type the Calc command key that would invoke that
28213function normally. For example, @kbd{s m n} applies the @kbd{n}
28214key to negate the contents of the variable, so @kbd{s m n} is
28215equivalent to @kbd{s n}. Also, @kbd{s m Q} takes the square root
28216of the value stored in a variable, @kbd{s m v v} uses @kbd{v v} to
28217reverse the vector stored in the variable, and @kbd{s m H I S}
28218takes the hyperbolic arcsine of the variable contents.
28219
28220If the mapping function takes two or more arguments, the additional
28221arguments are taken from the stack; the old value of the variable
28222is provided as the first argument. Thus @kbd{s m -} with @expr{a}
28223on the stack computes @expr{v - a}, just like @kbd{s -}. With the
28224Inverse prefix, the variable's original value becomes the @emph{last}
28225argument instead of the first. Thus @kbd{I s m -} is also
28226equivalent to @kbd{I s -}.
28227
28228@kindex s x
28229@pindex calc-store-exchange
28230The @kbd{s x} (@code{calc-store-exchange}) command exchanges the value
28231of a variable with the value on the top of the stack. Naturally, the
28232variable must already have a stored value for this to work.
28233
28234You can type an equation or assignment at the @kbd{s x} prompt. The
28235command @kbd{s x a=6} takes no values from the stack; instead, it
28236pushes the old value of @samp{a} on the stack and stores @samp{a = 6}.
28237
28238@kindex s u
28239@pindex calc-unstore
28240@cindex Void variables
28241@cindex Un-storing variables
28242Until you store something in them, most variables are ``void,'' that is,
28243they contain no value at all. If they appear in an algebraic formula
28244they will be left alone even if you press @kbd{=} (@code{calc-evaluate}).
28245The @kbd{s u} (@code{calc-unstore}) command returns a variable to the
28246void state.
28247
28248@kindex s c
28249@pindex calc-copy-variable
28250The @kbd{s c} (@code{calc-copy-variable}) command copies the stored
28251value of one variable to another. One way it differs from a simple
28252@kbd{s r} followed by an @kbd{s t} (aside from saving keystrokes) is
28253that the value never goes on the stack and thus is never rounded,
28254evaluated, or simplified in any way; it is not even rounded down to the
28255current precision.
28256
28257The only variables with predefined values are the ``special constants''
28258@code{pi}, @code{e}, @code{i}, @code{phi}, and @code{gamma}. You are free
28259to unstore these variables or to store new values into them if you like,
28260although some of the algebraic-manipulation functions may assume these
28261variables represent their standard values. Calc displays a warning if
28262you change the value of one of these variables, or of one of the other
28263special variables @code{inf}, @code{uinf}, and @code{nan} (which are
28264normally void).
28265
28266Note that @code{pi} doesn't actually have 3.14159265359 stored in it,
28267but rather a special magic value that evaluates to @cpi{} at the current
28268precision. Likewise @code{e}, @code{i}, and @code{phi} evaluate
28269according to the current precision or polar mode. If you recall a value
28270from @code{pi} and store it back, this magic property will be lost. The
28271magic property is preserved, however, when a variable is copied with
28272@kbd{s c}.
28273
28274@kindex s k
28275@pindex calc-copy-special-constant
28276If one of the ``special constants'' is redefined (or undefined) so that
28277it no longer has its magic property, the property can be restored with
28278@kbd{s k} (@code{calc-copy-special-constant}). This command will prompt
28279for a special constant and a variable to store it in, and so a special
28280constant can be stored in any variable. Here, the special constant that
28281you enter doesn't depend on the value of the corresponding variable;
28282@code{pi} will represent 3.14159@dots{} regardless of what is currently
28283stored in the Calc variable @code{pi}. If one of the other special
28284variables, @code{inf}, @code{uinf} or @code{nan}, is given a value, its
28285original behavior can be restored by voiding it with @kbd{s u}.
28286
28287@node Recalling Variables, Operations on Variables, Storing Variables, Store and Recall
28288@section Recalling Variables
28289
28290@noindent
28291@kindex s r
28292@pindex calc-recall
28293@cindex Recalling variables
28294The most straightforward way to extract the stored value from a variable
28295is to use the @kbd{s r} (@code{calc-recall}) command. This command prompts
28296for a variable name (similarly to @code{calc-store}), looks up the value
28297of the specified variable, and pushes that value onto the stack. It is
28298an error to try to recall a void variable.
28299
28300It is also possible to recall the value from a variable by evaluating a
28301formula containing that variable. For example, @kbd{' a @key{RET} =} is
28302the same as @kbd{s r a @key{RET}} except that if the variable is void, the
28303former will simply leave the formula @samp{a} on the stack whereas the
28304latter will produce an error message.
28305
28306@kindex r 0-9
28307The @kbd{r} prefix may be followed by a digit, so that @kbd{r 9} is
538c2573 28308equivalent to @kbd{s r 9}.
4009494e
GM
28309
28310@node Operations on Variables, Let Command, Recalling Variables, Store and Recall
28311@section Other Operations on Variables
28312
28313@noindent
28314@kindex s e
28315@pindex calc-edit-variable
28316The @kbd{s e} (@code{calc-edit-variable}) command edits the stored
28317value of a variable without ever putting that value on the stack
28318or simplifying or evaluating the value. It prompts for the name of
28319the variable to edit. If the variable has no stored value, the
28320editing buffer will start out empty. If the editing buffer is
28321empty when you press @kbd{C-c C-c} to finish, the variable will
28322be made void. @xref{Editing Stack Entries}, for a general
28323description of editing.
28324
28325The @kbd{s e} command is especially useful for creating and editing
28326rewrite rules which are stored in variables. Sometimes these rules
28327contain formulas which must not be evaluated until the rules are
28328actually used. (For example, they may refer to @samp{deriv(x,y)},
28329where @code{x} will someday become some expression involving @code{y};
28330if you let Calc evaluate the rule while you are defining it, Calc will
28331replace @samp{deriv(x,y)} with 0 because the formula @code{x} does
28332not itself refer to @code{y}.) By contrast, recalling the variable,
28333editing with @kbd{`}, and storing will evaluate the variable's value
28334as a side effect of putting the value on the stack.
28335
28336@kindex s A
28337@kindex s D
28338@ignore
28339@mindex @idots
28340@end ignore
28341@kindex s E
28342@ignore
28343@mindex @null
28344@end ignore
28345@kindex s F
28346@ignore
28347@mindex @null
28348@end ignore
28349@kindex s G
28350@ignore
28351@mindex @null
28352@end ignore
28353@kindex s H
28354@ignore
28355@mindex @null
28356@end ignore
28357@kindex s I
28358@ignore
28359@mindex @null
28360@end ignore
28361@kindex s L
28362@ignore
28363@mindex @null
28364@end ignore
28365@kindex s P
28366@ignore
28367@mindex @null
28368@end ignore
28369@kindex s R
28370@ignore
28371@mindex @null
28372@end ignore
28373@kindex s T
28374@ignore
28375@mindex @null
28376@end ignore
28377@kindex s U
28378@ignore
28379@mindex @null
28380@end ignore
28381@kindex s X
28382@pindex calc-store-AlgSimpRules
28383@pindex calc-store-Decls
28384@pindex calc-store-EvalRules
28385@pindex calc-store-FitRules
28386@pindex calc-store-GenCount
28387@pindex calc-store-Holidays
28388@pindex calc-store-IntegLimit
28389@pindex calc-store-LineStyles
28390@pindex calc-store-PointStyles
28391@pindex calc-store-PlotRejects
28392@pindex calc-store-TimeZone
28393@pindex calc-store-Units
28394@pindex calc-store-ExtSimpRules
28395There are several special-purpose variable-editing commands that
28396use the @kbd{s} prefix followed by a shifted letter:
28397
28398@table @kbd
28399@item s A
28400Edit @code{AlgSimpRules}. @xref{Algebraic Simplifications}.
28401@item s D
28402Edit @code{Decls}. @xref{Declarations}.
28403@item s E
28404Edit @code{EvalRules}. @xref{Default Simplifications}.
28405@item s F
28406Edit @code{FitRules}. @xref{Curve Fitting}.
28407@item s G
28408Edit @code{GenCount}. @xref{Solving Equations}.
28409@item s H
28410Edit @code{Holidays}. @xref{Business Days}.
28411@item s I
28412Edit @code{IntegLimit}. @xref{Calculus}.
28413@item s L
28414Edit @code{LineStyles}. @xref{Graphics}.
28415@item s P
28416Edit @code{PointStyles}. @xref{Graphics}.
28417@item s R
28418Edit @code{PlotRejects}. @xref{Graphics}.
28419@item s T
28420Edit @code{TimeZone}. @xref{Time Zones}.
28421@item s U
28422Edit @code{Units}. @xref{User-Defined Units}.
28423@item s X
28424Edit @code{ExtSimpRules}. @xref{Unsafe Simplifications}.
28425@end table
28426
28427These commands are just versions of @kbd{s e} that use fixed variable
28428names rather than prompting for the variable name.
28429
28430@kindex s p
28431@pindex calc-permanent-variable
28432@cindex Storing variables
28433@cindex Permanent variables
28434@cindex Calc init file, variables
28435The @kbd{s p} (@code{calc-permanent-variable}) command saves a
28436variable's value permanently in your Calc init file (the file given by
28437the variable @code{calc-settings-file}, typically @file{~/.calc.el}), so
28438that its value will still be available in future Emacs sessions. You
28439can re-execute @w{@kbd{s p}} later on to update the saved value, but the
28440only way to remove a saved variable is to edit your calc init file
28441by hand. (@xref{General Mode Commands}, for a way to tell Calc to
28442use a different file for the Calc init file.)
28443
28444If you do not specify the name of a variable to save (i.e.,
28445@kbd{s p @key{RET}}), all Calc variables with defined values
28446are saved except for the special constants @code{pi}, @code{e},
28447@code{i}, @code{phi}, and @code{gamma}; the variables @code{TimeZone}
28448and @code{PlotRejects};
28449@code{FitRules}, @code{DistribRules}, and other built-in rewrite
28450rules; and @code{PlotData@var{n}} variables generated
28451by the graphics commands. (You can still save these variables by
28452explicitly naming them in an @kbd{s p} command.)
28453
28454@kindex s i
28455@pindex calc-insert-variables
28456The @kbd{s i} (@code{calc-insert-variables}) command writes
28457the values of all Calc variables into a specified buffer.
28458The variables are written with the prefix @code{var-} in the form of
28459Lisp @code{setq} commands
28460which store the values in string form. You can place these commands
28461in your Calc init file (or @file{.emacs}) if you wish, though in this case it
28462would be easier to use @kbd{s p @key{RET}}. (Note that @kbd{s i}
28463omits the same set of variables as @w{@kbd{s p @key{RET}}}; the difference
28464is that @kbd{s i} will store the variables in any buffer, and it also
28465stores in a more human-readable format.)
28466
28467@node Let Command, Evaluates-To Operator, Operations on Variables, Store and Recall
28468@section The Let Command
28469
28470@noindent
28471@kindex s l
28472@pindex calc-let
28473@cindex Variables, temporary assignment
28474@cindex Temporary assignment to variables
28475If you have an expression like @samp{a+b^2} on the stack and you wish to
28476compute its value where @expr{b=3}, you can simply store 3 in @expr{b} and
28477then press @kbd{=} to reevaluate the formula. This has the side-effect
28478of leaving the stored value of 3 in @expr{b} for future operations.
28479
28480The @kbd{s l} (@code{calc-let}) command evaluates a formula under a
28481@emph{temporary} assignment of a variable. It stores the value on the
28482top of the stack into the specified variable, then evaluates the
28483second-to-top stack entry, then restores the original value (or lack of one)
28484in the variable. Thus after @kbd{'@w{ }a+b^2 @key{RET} 3 s l b @key{RET}},
28485the stack will contain the formula @samp{a + 9}. The subsequent command
28486@kbd{@w{5 s l a} @key{RET}} will replace this formula with the number 14.
28487The variables @samp{a} and @samp{b} are not permanently affected in any way
28488by these commands.
28489
28490The value on the top of the stack may be an equation or assignment, or
28491a vector of equations or assignments, in which case the default will be
28492analogous to the case of @kbd{s t @key{RET}}. @xref{Storing Variables}.
28493
28494Also, you can answer the variable-name prompt with an equation or
28495assignment: @kbd{s l b=3 @key{RET}} is the same as storing 3 on the stack
28496and typing @kbd{s l b @key{RET}}.
28497
28498The @kbd{a b} (@code{calc-substitute}) command is another way to substitute
28499a variable with a value in a formula. It does an actual substitution
28500rather than temporarily assigning the variable and evaluating. For
28501example, letting @expr{n=2} in @samp{f(n pi)} with @kbd{a b} will
28502produce @samp{f(2 pi)}, whereas @kbd{s l} would give @samp{f(6.28)}
28503since the evaluation step will also evaluate @code{pi}.
28504
28505@node Evaluates-To Operator, , Let Command, Store and Recall
28506@section The Evaluates-To Operator
28507
28508@noindent
28509@tindex evalto
28510@tindex =>
28511@cindex Evaluates-to operator
28512@cindex @samp{=>} operator
28513The special algebraic symbol @samp{=>} is known as the @dfn{evaluates-to
28514operator}. (It will show up as an @code{evalto} function call in
28515other language modes like Pascal and La@TeX{}.) This is a binary
28516operator, that is, it has a lefthand and a righthand argument,
28517although it can be entered with the righthand argument omitted.
28518
28519A formula like @samp{@var{a} => @var{b}} is evaluated by Calc as
28520follows: First, @var{a} is not simplified or modified in any
28521way. The previous value of argument @var{b} is thrown away; the
28522formula @var{a} is then copied and evaluated as if by the @kbd{=}
28523command according to all current modes and stored variable values,
28524and the result is installed as the new value of @var{b}.
28525
28526For example, suppose you enter the algebraic formula @samp{2 + 3 => 17}.
28527The number 17 is ignored, and the lefthand argument is left in its
28528unevaluated form; the result is the formula @samp{2 + 3 => 5}.
28529
28530@kindex s =
28531@pindex calc-evalto
28532You can enter an @samp{=>} formula either directly using algebraic
28533entry (in which case the righthand side may be omitted since it is
28534going to be replaced right away anyhow), or by using the @kbd{s =}
28535(@code{calc-evalto}) command, which takes @var{a} from the stack
28536and replaces it with @samp{@var{a} => @var{b}}.
28537
28538Calc keeps track of all @samp{=>} operators on the stack, and
28539recomputes them whenever anything changes that might affect their
28540values, i.e., a mode setting or variable value. This occurs only
28541if the @samp{=>} operator is at the top level of the formula, or
28542if it is part of a top-level vector. In other words, pushing
28543@samp{2 + (a => 17)} will change the 17 to the actual value of
28544@samp{a} when you enter the formula, but the result will not be
28545dynamically updated when @samp{a} is changed later because the
28546@samp{=>} operator is buried inside a sum. However, a vector
28547of @samp{=>} operators will be recomputed, since it is convenient
28548to push a vector like @samp{[a =>, b =>, c =>]} on the stack to
28549make a concise display of all the variables in your problem.
28550(Another way to do this would be to use @samp{[a, b, c] =>},
28551which provides a slightly different format of display. You
28552can use whichever you find easiest to read.)
28553
28554@kindex m C
28555@pindex calc-auto-recompute
28556The @kbd{m C} (@code{calc-auto-recompute}) command allows you to
28557turn this automatic recomputation on or off. If you turn
28558recomputation off, you must explicitly recompute an @samp{=>}
28559operator on the stack in one of the usual ways, such as by
28560pressing @kbd{=}. Turning recomputation off temporarily can save
28561a lot of time if you will be changing several modes or variables
28562before you look at the @samp{=>} entries again.
28563
28564Most commands are not especially useful with @samp{=>} operators
28565as arguments. For example, given @samp{x + 2 => 17}, it won't
28566work to type @kbd{1 +} to get @samp{x + 3 => 18}. If you want
28567to operate on the lefthand side of the @samp{=>} operator on
28568the top of the stack, type @kbd{j 1} (that's the digit ``one'')
28569to select the lefthand side, execute your commands, then type
28570@kbd{j u} to unselect.
28571
28572All current modes apply when an @samp{=>} operator is computed,
28573including the current simplification mode. Recall that the
28574formula @samp{x + y + x} is not handled by Calc's default
28575simplifications, but the @kbd{a s} command will reduce it to
28576the simpler form @samp{y + 2 x}. You can also type @kbd{m A}
28577to enable an Algebraic Simplification mode in which the
28578equivalent of @kbd{a s} is used on all of Calc's results.
28579If you enter @samp{x + y + x =>} normally, the result will
28580be @samp{x + y + x => x + y + x}. If you change to
28581Algebraic Simplification mode, the result will be
28582@samp{x + y + x => y + 2 x}. However, just pressing @kbd{a s}
28583once will have no effect on @samp{x + y + x => x + y + x},
28584because the righthand side depends only on the lefthand side
28585and the current mode settings, and the lefthand side is not
28586affected by commands like @kbd{a s}.
28587
28588The ``let'' command (@kbd{s l}) has an interesting interaction
28589with the @samp{=>} operator. The @kbd{s l} command evaluates the
28590second-to-top stack entry with the top stack entry supplying
28591a temporary value for a given variable. As you might expect,
28592if that stack entry is an @samp{=>} operator its righthand
28593side will temporarily show this value for the variable. In
28594fact, all @samp{=>}s on the stack will be updated if they refer
28595to that variable. But this change is temporary in the sense
28596that the next command that causes Calc to look at those stack
28597entries will make them revert to the old variable value.
28598
28599@smallexample
28600@group
286012: a => a 2: a => 17 2: a => a
286021: a + 1 => a + 1 1: a + 1 => 18 1: a + 1 => a + 1
28603 . . .
28604
28605 17 s l a @key{RET} p 8 @key{RET}
28606@end group
28607@end smallexample
28608
28609Here the @kbd{p 8} command changes the current precision,
28610thus causing the @samp{=>} forms to be recomputed after the
28611influence of the ``let'' is gone. The @kbd{d @key{SPC}} command
28612(@code{calc-refresh}) is a handy way to force the @samp{=>}
28613operators on the stack to be recomputed without any other
28614side effects.
28615
28616@kindex s :
28617@pindex calc-assign
28618@tindex assign
28619@tindex :=
28620Embedded mode also uses @samp{=>} operators. In Embedded mode,
28621the lefthand side of an @samp{=>} operator can refer to variables
28622assigned elsewhere in the file by @samp{:=} operators. The
28623assignment operator @samp{a := 17} does not actually do anything
28624by itself. But Embedded mode recognizes it and marks it as a sort
28625of file-local definition of the variable. You can enter @samp{:=}
28626operators in Algebraic mode, or by using the @kbd{s :}
28627(@code{calc-assign}) [@code{assign}] command which takes a variable
28628and value from the stack and replaces them with an assignment.
28629
28630@xref{TeX and LaTeX Language Modes}, for the way @samp{=>} appears in
28631@TeX{} language output. The @dfn{eqn} mode gives similar
28632treatment to @samp{=>}.
28633
28634@node Graphics, Kill and Yank, Store and Recall, Top
28635@chapter Graphics
28636
28637@noindent
28638The commands for graphing data begin with the @kbd{g} prefix key. Calc
28639uses GNUPLOT 2.0 or later to do graphics. These commands will only work
28640if GNUPLOT is available on your system. (While GNUPLOT sounds like
28641a relative of GNU Emacs, it is actually completely unrelated.
28642However, it is free software. It can be obtained from
28643@samp{http://www.gnuplot.info}.)
28644
28645@vindex calc-gnuplot-name
28646If you have GNUPLOT installed on your system but Calc is unable to
28647find it, you may need to set the @code{calc-gnuplot-name} variable
28648in your Calc init file or @file{.emacs}. You may also need to set some Lisp
28649variables to show Calc how to run GNUPLOT on your system; these
28650are described under @kbd{g D} and @kbd{g O} below. If you are
28651using the X window system, Calc will configure GNUPLOT for you
28652automatically. If you have GNUPLOT 3.0 or later and you are not using X,
28653Calc will configure GNUPLOT to display graphs using simple character
28654graphics that will work on any terminal.
28655
28656@menu
28657* Basic Graphics::
28658* Three Dimensional Graphics::
28659* Managing Curves::
28660* Graphics Options::
28661* Devices::
28662@end menu
28663
28664@node Basic Graphics, Three Dimensional Graphics, Graphics, Graphics
28665@section Basic Graphics
28666
28667@noindent
28668@kindex g f
28669@pindex calc-graph-fast
28670The easiest graphics command is @kbd{g f} (@code{calc-graph-fast}).
28671This command takes two vectors of equal length from the stack.
28672The vector at the top of the stack represents the ``y'' values of
28673the various data points. The vector in the second-to-top position
28674represents the corresponding ``x'' values. This command runs
28675GNUPLOT (if it has not already been started by previous graphing
28676commands) and displays the set of data points. The points will
28677be connected by lines, and there will also be some kind of symbol
28678to indicate the points themselves.
28679
28680The ``x'' entry may instead be an interval form, in which case suitable
28681``x'' values are interpolated between the minimum and maximum values of
28682the interval (whether the interval is open or closed is ignored).
28683
28684The ``x'' entry may also be a number, in which case Calc uses the
28685sequence of ``x'' values @expr{x}, @expr{x+1}, @expr{x+2}, etc.
28686(Generally the number 0 or 1 would be used for @expr{x} in this case.)
28687
28688The ``y'' entry may be any formula instead of a vector. Calc effectively
28689uses @kbd{N} (@code{calc-eval-num}) to evaluate variables in the formula;
28690the result of this must be a formula in a single (unassigned) variable.
28691The formula is plotted with this variable taking on the various ``x''
28692values. Graphs of formulas by default use lines without symbols at the
28693computed data points. Note that if neither ``x'' nor ``y'' is a vector,
28694Calc guesses at a reasonable number of data points to use. See the
28695@kbd{g N} command below. (The ``x'' values must be either a vector
28696or an interval if ``y'' is a formula.)
28697
28698@ignore
28699@starindex
28700@end ignore
28701@tindex xy
28702If ``y'' is (or evaluates to) a formula of the form
28703@samp{xy(@var{x}, @var{y})} then the result is a
28704parametric plot. The two arguments of the fictitious @code{xy} function
28705are used as the ``x'' and ``y'' coordinates of the curve, respectively.
28706In this case the ``x'' vector or interval you specified is not directly
28707visible in the graph. For example, if ``x'' is the interval @samp{[0..360]}
28708and ``y'' is the formula @samp{xy(sin(t), cos(t))}, the resulting graph
28709will be a circle.
28710
28711Also, ``x'' and ``y'' may each be variable names, in which case Calc
28712looks for suitable vectors, intervals, or formulas stored in those
28713variables.
28714
28715The ``x'' and ``y'' values for the data points (as pulled from the vectors,
28716calculated from the formulas, or interpolated from the intervals) should
28717be real numbers (integers, fractions, or floats). One exception to this
28718is that the ``y'' entry can consist of a vector of numbers combined with
28719error forms, in which case the points will be plotted with the
28720appropriate error bars. Other than this, if either the ``x''
28721value or the ``y'' value of a given data point is not a real number, that
28722data point will be omitted from the graph. The points on either side
28723of the invalid point will @emph{not} be connected by a line.
28724
28725See the documentation for @kbd{g a} below for a description of the way
28726numeric prefix arguments affect @kbd{g f}.
28727
28728@cindex @code{PlotRejects} variable
28729@vindex PlotRejects
28730If you store an empty vector in the variable @code{PlotRejects}
28731(i.e., @kbd{[ ] s t PlotRejects}), Calc will append information to
28732this vector for every data point which was rejected because its
28733``x'' or ``y'' values were not real numbers. The result will be
28734a matrix where each row holds the curve number, data point number,
28735``x'' value, and ``y'' value for a rejected data point.
28736@xref{Evaluates-To Operator}, for a handy way to keep tabs on the
28737current value of @code{PlotRejects}. @xref{Operations on Variables},
28738for the @kbd{s R} command which is another easy way to examine
28739@code{PlotRejects}.
28740
28741@kindex g c
28742@pindex calc-graph-clear
28743To clear the graphics display, type @kbd{g c} (@code{calc-graph-clear}).
28744If the GNUPLOT output device is an X window, the window will go away.
28745Effects on other kinds of output devices will vary. You don't need
28746to use @kbd{g c} if you don't want to---if you give another @kbd{g f}
28747or @kbd{g p} command later on, it will reuse the existing graphics
28748window if there is one.
28749
28750@node Three Dimensional Graphics, Managing Curves, Basic Graphics, Graphics
28751@section Three-Dimensional Graphics
28752
28753@kindex g F
28754@pindex calc-graph-fast-3d
28755The @kbd{g F} (@code{calc-graph-fast-3d}) command makes a three-dimensional
28756graph. It works only if you have GNUPLOT 3.0 or later; with GNUPLOT 2.0,
28757you will see a GNUPLOT error message if you try this command.
28758
28759The @kbd{g F} command takes three values from the stack, called ``x'',
28760``y'', and ``z'', respectively. As was the case for 2D graphs, there
28761are several options for these values.
28762
28763In the first case, ``x'' and ``y'' are each vectors (not necessarily of
28764the same length); either or both may instead be interval forms. The
28765``z'' value must be a matrix with the same number of rows as elements
28766in ``x'', and the same number of columns as elements in ``y''. The
28767result is a surface plot where
28768@texline @math{z_{ij}}
28769@infoline @expr{z_ij}
28770is the height of the point
28771at coordinate @expr{(x_i, y_j)} on the surface. The 3D graph will
28772be displayed from a certain default viewpoint; you can change this
28773viewpoint by adding a @samp{set view} to the @samp{*Gnuplot Commands*}
28774buffer as described later. See the GNUPLOT documentation for a
28775description of the @samp{set view} command.
28776
28777Each point in the matrix will be displayed as a dot in the graph,
28778and these points will be connected by a grid of lines (@dfn{isolines}).
28779
28780In the second case, ``x'', ``y'', and ``z'' are all vectors of equal
28781length. The resulting graph displays a 3D line instead of a surface,
28782where the coordinates of points along the line are successive triplets
28783of values from the input vectors.
28784
28785In the third case, ``x'' and ``y'' are vectors or interval forms, and
28786``z'' is any formula involving two variables (not counting variables
28787with assigned values). These variables are sorted into alphabetical
28788order; the first takes on values from ``x'' and the second takes on
28789values from ``y'' to form a matrix of results that are graphed as a
287903D surface.
28791
28792@ignore
28793@starindex
28794@end ignore
28795@tindex xyz
28796If the ``z'' formula evaluates to a call to the fictitious function
28797@samp{xyz(@var{x}, @var{y}, @var{z})}, then the result is a
28798``parametric surface.'' In this case, the axes of the graph are
28799taken from the @var{x} and @var{y} values in these calls, and the
28800``x'' and ``y'' values from the input vectors or intervals are used only
28801to specify the range of inputs to the formula. For example, plotting
28802@samp{[0..360], [0..180], xyz(sin(x)*sin(y), cos(x)*sin(y), cos(y))}
28803will draw a sphere. (Since the default resolution for 3D plots is
288045 steps in each of ``x'' and ``y'', this will draw a very crude
28805sphere. You could use the @kbd{g N} command, described below, to
28806increase this resolution, or specify the ``x'' and ``y'' values as
28807vectors with more than 5 elements.
28808
28809It is also possible to have a function in a regular @kbd{g f} plot
28810evaluate to an @code{xyz} call. Since @kbd{g f} plots a line, not
28811a surface, the result will be a 3D parametric line. For example,
28812@samp{[[0..720], xyz(sin(x), cos(x), x)]} will plot two turns of a
28813helix (a three-dimensional spiral).
28814
28815As for @kbd{g f}, each of ``x'', ``y'', and ``z'' may instead be
28816variables containing the relevant data.
28817
28818@node Managing Curves, Graphics Options, Three Dimensional Graphics, Graphics
28819@section Managing Curves
28820
28821@noindent
28822The @kbd{g f} command is really shorthand for the following commands:
28823@kbd{C-u g d g a g p}. Likewise, @w{@kbd{g F}} is shorthand for
28824@kbd{C-u g d g A g p}. You can gain more control over your graph
28825by using these commands directly.
28826
28827@kindex g a
28828@pindex calc-graph-add
28829The @kbd{g a} (@code{calc-graph-add}) command adds the ``curve''
28830represented by the two values on the top of the stack to the current
28831graph. You can have any number of curves in the same graph. When
28832you give the @kbd{g p} command, all the curves will be drawn superimposed
28833on the same axes.
28834
28835The @kbd{g a} command (and many others that affect the current graph)
28836will cause a special buffer, @samp{*Gnuplot Commands*}, to be displayed
28837in another window. This buffer is a template of the commands that will
28838be sent to GNUPLOT when it is time to draw the graph. The first
28839@kbd{g a} command adds a @code{plot} command to this buffer. Succeeding
28840@kbd{g a} commands add extra curves onto that @code{plot} command.
28841Other graph-related commands put other GNUPLOT commands into this
28842buffer. In normal usage you never need to work with this buffer
28843directly, but you can if you wish. The only constraint is that there
28844must be only one @code{plot} command, and it must be the last command
28845in the buffer. If you want to save and later restore a complete graph
28846configuration, you can use regular Emacs commands to save and restore
28847the contents of the @samp{*Gnuplot Commands*} buffer.
28848
28849@vindex PlotData1
28850@vindex PlotData2
28851If the values on the stack are not variable names, @kbd{g a} will invent
28852variable names for them (of the form @samp{PlotData@var{n}}) and store
28853the values in those variables. The ``x'' and ``y'' variables are what
28854go into the @code{plot} command in the template. If you add a curve
28855that uses a certain variable and then later change that variable, you
28856can replot the graph without having to delete and re-add the curve.
28857That's because the variable name, not the vector, interval or formula
28858itself, is what was added by @kbd{g a}.
28859
28860A numeric prefix argument on @kbd{g a} or @kbd{g f} changes the way
28861stack entries are interpreted as curves. With a positive prefix
28862argument @expr{n}, the top @expr{n} stack entries are ``y'' values
28863for @expr{n} different curves which share a common ``x'' value in
28864the @expr{n+1}st stack entry. (Thus @kbd{g a} with no prefix
28865argument is equivalent to @kbd{C-u 1 g a}.)
28866
28867A prefix of zero or plain @kbd{C-u} means to take two stack entries,
28868``x'' and ``y'' as usual, but to interpret ``y'' as a vector of
28869``y'' values for several curves that share a common ``x''.
28870
28871A negative prefix argument tells Calc to read @expr{n} vectors from
28872the stack; each vector @expr{[x, y]} describes an independent curve.
28873This is the only form of @kbd{g a} that creates several curves at once
28874that don't have common ``x'' values. (Of course, the range of ``x''
28875values covered by all the curves ought to be roughly the same if
28876they are to look nice on the same graph.)
28877
28878For example, to plot
28879@texline @math{\sin n x}
28880@infoline @expr{sin(n x)}
28881for integers @expr{n}
28882from 1 to 5, you could use @kbd{v x} to create a vector of integers
28883(@expr{n}), then @kbd{V M '} or @kbd{V M $} to map @samp{sin(n x)}
28884across this vector. The resulting vector of formulas is suitable
28885for use as the ``y'' argument to a @kbd{C-u g a} or @kbd{C-u g f}
28886command.
28887
28888@kindex g A
28889@pindex calc-graph-add-3d
28890The @kbd{g A} (@code{calc-graph-add-3d}) command adds a 3D curve
28891to the graph. It is not valid to intermix 2D and 3D curves in a
28892single graph. This command takes three arguments, ``x'', ``y'',
28893and ``z'', from the stack. With a positive prefix @expr{n}, it
28894takes @expr{n+2} arguments (common ``x'' and ``y'', plus @expr{n}
28895separate ``z''s). With a zero prefix, it takes three stack entries
28896but the ``z'' entry is a vector of curve values. With a negative
28897prefix @expr{-n}, it takes @expr{n} vectors of the form @expr{[x, y, z]}.
28898The @kbd{g A} command works by adding a @code{splot} (surface-plot)
28899command to the @samp{*Gnuplot Commands*} buffer.
28900
28901(Although @kbd{g a} adds a 2D @code{plot} command to the
28902@samp{*Gnuplot Commands*} buffer, Calc changes this to @code{splot}
28903before sending it to GNUPLOT if it notices that the data points are
28904evaluating to @code{xyz} calls. It will not work to mix 2D and 3D
28905@kbd{g a} curves in a single graph, although Calc does not currently
28906check for this.)
28907
28908@kindex g d
28909@pindex calc-graph-delete
28910The @kbd{g d} (@code{calc-graph-delete}) command deletes the most
28911recently added curve from the graph. It has no effect if there are
28912no curves in the graph. With a numeric prefix argument of any kind,
28913it deletes all of the curves from the graph.
28914
28915@kindex g H
28916@pindex calc-graph-hide
28917The @kbd{g H} (@code{calc-graph-hide}) command ``hides'' or ``unhides''
28918the most recently added curve. A hidden curve will not appear in
28919the actual plot, but information about it such as its name and line and
28920point styles will be retained.
28921
28922@kindex g j
28923@pindex calc-graph-juggle
28924The @kbd{g j} (@code{calc-graph-juggle}) command moves the curve
28925at the end of the list (the ``most recently added curve'') to the
28926front of the list. The next-most-recent curve is thus exposed for
28927@w{@kbd{g d}} or similar commands to use. With @kbd{g j} you can work
28928with any curve in the graph even though curve-related commands only
28929affect the last curve in the list.
28930
28931@kindex g p
28932@pindex calc-graph-plot
28933The @kbd{g p} (@code{calc-graph-plot}) command uses GNUPLOT to draw
28934the graph described in the @samp{*Gnuplot Commands*} buffer. Any
28935GNUPLOT parameters which are not defined by commands in this buffer
28936are reset to their default values. The variables named in the @code{plot}
28937command are written to a temporary data file and the variable names
28938are then replaced by the file name in the template. The resulting
28939plotting commands are fed to the GNUPLOT program. See the documentation
28940for the GNUPLOT program for more specific information. All temporary
28941files are removed when Emacs or GNUPLOT exits.
28942
28943If you give a formula for ``y'', Calc will remember all the values that
28944it calculates for the formula so that later plots can reuse these values.
28945Calc throws out these saved values when you change any circumstances
28946that may affect the data, such as switching from Degrees to Radians
28947mode, or changing the value of a parameter in the formula. You can
28948force Calc to recompute the data from scratch by giving a negative
28949numeric prefix argument to @kbd{g p}.
28950
28951Calc uses a fairly rough step size when graphing formulas over intervals.
28952This is to ensure quick response. You can ``refine'' a plot by giving
28953a positive numeric prefix argument to @kbd{g p}. Calc goes through
28954the data points it has computed and saved from previous plots of the
28955function, and computes and inserts a new data point midway between
28956each of the existing points. You can refine a plot any number of times,
28957but beware that the amount of calculation involved doubles each time.
28958
28959Calc does not remember computed values for 3D graphs. This means the
28960numerix prefix argument, if any, to @kbd{g p} is effectively ignored if
28961the current graph is three-dimensional.
28962
28963@kindex g P
28964@pindex calc-graph-print
28965The @kbd{g P} (@code{calc-graph-print}) command is like @kbd{g p},
28966except that it sends the output to a printer instead of to the
28967screen. More precisely, @kbd{g p} looks for @samp{set terminal}
28968or @samp{set output} commands in the @samp{*Gnuplot Commands*} buffer;
28969lacking these it uses the default settings. However, @kbd{g P}
28970ignores @samp{set terminal} and @samp{set output} commands and
28971uses a different set of default values. All of these values are
28972controlled by the @kbd{g D} and @kbd{g O} commands discussed below.
28973Provided everything is set up properly, @kbd{g p} will plot to
28974the screen unless you have specified otherwise and @kbd{g P} will
28975always plot to the printer.
28976
28977@node Graphics Options, Devices, Managing Curves, Graphics
28978@section Graphics Options
28979
28980@noindent
28981@kindex g g
28982@pindex calc-graph-grid
28983The @kbd{g g} (@code{calc-graph-grid}) command turns the ``grid''
28984on and off. It is off by default; tick marks appear only at the
28985edges of the graph. With the grid turned on, dotted lines appear
28986across the graph at each tick mark. Note that this command only
28987changes the setting in @samp{*Gnuplot Commands*}; to see the effects
28988of the change you must give another @kbd{g p} command.
28989
28990@kindex g b
28991@pindex calc-graph-border
28992The @kbd{g b} (@code{calc-graph-border}) command turns the border
28993(the box that surrounds the graph) on and off. It is on by default.
28994This command will only work with GNUPLOT 3.0 and later versions.
28995
28996@kindex g k
28997@pindex calc-graph-key
28998The @kbd{g k} (@code{calc-graph-key}) command turns the ``key''
28999on and off. The key is a chart in the corner of the graph that
29000shows the correspondence between curves and line styles. It is
29001off by default, and is only really useful if you have several
29002curves on the same graph.
29003
29004@kindex g N
29005@pindex calc-graph-num-points
29006The @kbd{g N} (@code{calc-graph-num-points}) command allows you
29007to select the number of data points in the graph. This only affects
29008curves where neither ``x'' nor ``y'' is specified as a vector.
29009Enter a blank line to revert to the default value (initially 15).
29010With no prefix argument, this command affects only the current graph.
29011With a positive prefix argument this command changes or, if you enter
29012a blank line, displays the default number of points used for all
29013graphs created by @kbd{g a} that don't specify the resolution explicitly.
29014With a negative prefix argument, this command changes or displays
29015the default value (initially 5) used for 3D graphs created by @kbd{g A}.
29016Note that a 3D setting of 5 means that a total of @expr{5^2 = 25} points
29017will be computed for the surface.
29018
29019Data values in the graph of a function are normally computed to a
29020precision of five digits, regardless of the current precision at the
29021time. This is usually more than adequate, but there are cases where
29022it will not be. For example, plotting @expr{1 + x} with @expr{x} in the
29023interval @samp{[0 ..@: 1e-6]} will round all the data points down
29024to 1.0! Putting the command @samp{set precision @var{n}} in the
29025@samp{*Gnuplot Commands*} buffer will cause the data to be computed
29026at precision @var{n} instead of 5. Since this is such a rare case,
29027there is no keystroke-based command to set the precision.
29028
29029@kindex g h
29030@pindex calc-graph-header
29031The @kbd{g h} (@code{calc-graph-header}) command sets the title
29032for the graph. This will show up centered above the graph.
29033The default title is blank (no title).
29034
29035@kindex g n
29036@pindex calc-graph-name
29037The @kbd{g n} (@code{calc-graph-name}) command sets the title of an
29038individual curve. Like the other curve-manipulating commands, it
29039affects the most recently added curve, i.e., the last curve on the
29040list in the @samp{*Gnuplot Commands*} buffer. To set the title of
29041the other curves you must first juggle them to the end of the list
29042with @kbd{g j}, or edit the @samp{*Gnuplot Commands*} buffer by hand.
29043Curve titles appear in the key; if the key is turned off they are
29044not used.
29045
29046@kindex g t
29047@kindex g T
29048@pindex calc-graph-title-x
29049@pindex calc-graph-title-y
29050The @kbd{g t} (@code{calc-graph-title-x}) and @kbd{g T}
29051(@code{calc-graph-title-y}) commands set the titles on the ``x''
29052and ``y'' axes, respectively. These titles appear next to the
29053tick marks on the left and bottom edges of the graph, respectively.
29054Calc does not have commands to control the tick marks themselves,
29055but you can edit them into the @samp{*Gnuplot Commands*} buffer if
29056you wish. See the GNUPLOT documentation for details.
29057
29058@kindex g r
29059@kindex g R
29060@pindex calc-graph-range-x
29061@pindex calc-graph-range-y
29062The @kbd{g r} (@code{calc-graph-range-x}) and @kbd{g R}
29063(@code{calc-graph-range-y}) commands set the range of values on the
29064``x'' and ``y'' axes, respectively. You are prompted to enter a
29065suitable range. This should be either a pair of numbers of the
29066form, @samp{@var{min}:@var{max}}, or a blank line to revert to the
29067default behavior of setting the range based on the range of values
29068in the data, or @samp{$} to take the range from the top of the stack.
29069Ranges on the stack can be represented as either interval forms or
29070vectors: @samp{[@var{min} ..@: @var{max}]} or @samp{[@var{min}, @var{max}]}.
29071
29072@kindex g l
29073@kindex g L
29074@pindex calc-graph-log-x
29075@pindex calc-graph-log-y
29076The @kbd{g l} (@code{calc-graph-log-x}) and @kbd{g L} (@code{calc-graph-log-y})
29077commands allow you to set either or both of the axes of the graph to
29078be logarithmic instead of linear.
29079
29080@kindex g C-l
29081@kindex g C-r
29082@kindex g C-t
29083@pindex calc-graph-log-z
29084@pindex calc-graph-range-z
29085@pindex calc-graph-title-z
29086For 3D plots, @kbd{g C-t}, @kbd{g C-r}, and @kbd{g C-l} (those are
29087letters with the Control key held down) are the corresponding commands
29088for the ``z'' axis.
29089
29090@kindex g z
29091@kindex g Z
29092@pindex calc-graph-zero-x
29093@pindex calc-graph-zero-y
29094The @kbd{g z} (@code{calc-graph-zero-x}) and @kbd{g Z}
29095(@code{calc-graph-zero-y}) commands control whether a dotted line is
29096drawn to indicate the ``x'' and/or ``y'' zero axes. (These are the same
29097dotted lines that would be drawn there anyway if you used @kbd{g g} to
29098turn the ``grid'' feature on.) Zero-axis lines are on by default, and
29099may be turned off only in GNUPLOT 3.0 and later versions. They are
29100not available for 3D plots.
29101
29102@kindex g s
29103@pindex calc-graph-line-style
29104The @kbd{g s} (@code{calc-graph-line-style}) command turns the connecting
29105lines on or off for the most recently added curve, and optionally selects
29106the style of lines to be used for that curve. Plain @kbd{g s} simply
29107toggles the lines on and off. With a numeric prefix argument, @kbd{g s}
29108turns lines on and sets a particular line style. Line style numbers
29109start at one and their meanings vary depending on the output device.
29110GNUPLOT guarantees that there will be at least six different line styles
29111available for any device.
29112
29113@kindex g S
29114@pindex calc-graph-point-style
29115The @kbd{g S} (@code{calc-graph-point-style}) command similarly turns
29116the symbols at the data points on or off, or sets the point style.
29117If you turn both lines and points off, the data points will show as
29118tiny dots. If the ``y'' values being plotted contain error forms and
29119the connecting lines are turned off, then this command will also turn
29120the error bars on or off.
29121
29122@cindex @code{LineStyles} variable
29123@cindex @code{PointStyles} variable
29124@vindex LineStyles
29125@vindex PointStyles
29126Another way to specify curve styles is with the @code{LineStyles} and
29127@code{PointStyles} variables. These variables initially have no stored
29128values, but if you store a vector of integers in one of these variables,
29129the @kbd{g a} and @kbd{g f} commands will use those style numbers
29130instead of the defaults for new curves that are added to the graph.
29131An entry should be a positive integer for a specific style, or 0 to let
29132the style be chosen automatically, or @mathit{-1} to turn off lines or points
29133altogether. If there are more curves than elements in the vector, the
29134last few curves will continue to have the default styles. Of course,
29135you can later use @kbd{g s} and @kbd{g S} to change any of these styles.
29136
29137For example, @kbd{'[2 -1 3] @key{RET} s t LineStyles} causes the first curve
29138to have lines in style number 2, the second curve to have no connecting
29139lines, and the third curve to have lines in style 3. Point styles will
29140still be assigned automatically, but you could store another vector in
29141@code{PointStyles} to define them, too.
29142
29143@node Devices, , Graphics Options, Graphics
29144@section Graphical Devices
29145
29146@noindent
29147@kindex g D
29148@pindex calc-graph-device
29149The @kbd{g D} (@code{calc-graph-device}) command sets the device name
29150(or ``terminal name'' in GNUPLOT lingo) to be used by @kbd{g p} commands
29151on this graph. It does not affect the permanent default device name.
29152If you enter a blank name, the device name reverts to the default.
29153Enter @samp{?} to see a list of supported devices.
29154
29155With a positive numeric prefix argument, @kbd{g D} instead sets
29156the default device name, used by all plots in the future which do
29157not override it with a plain @kbd{g D} command. If you enter a
29158blank line this command shows you the current default. The special
29159name @code{default} signifies that Calc should choose @code{x11} if
29160the X window system is in use (as indicated by the presence of a
29161@code{DISPLAY} environment variable), or otherwise @code{dumb} under
29162GNUPLOT 3.0 and later, or @code{postscript} under GNUPLOT 2.0.
29163This is the initial default value.
29164
29165The @code{dumb} device is an interface to ``dumb terminals,'' i.e.,
29166terminals with no special graphics facilities. It writes a crude
29167picture of the graph composed of characters like @code{-} and @code{|}
29168to a buffer called @samp{*Gnuplot Trail*}, which Calc then displays.
29169The graph is made the same size as the Emacs screen, which on most
29170dumb terminals will be
29171@texline @math{80\times24}
29172@infoline 80x24
29173characters. The graph is displayed in
29174an Emacs ``recursive edit''; type @kbd{q} or @kbd{C-c C-c} to exit
29175the recursive edit and return to Calc. Note that the @code{dumb}
29176device is present only in GNUPLOT 3.0 and later versions.
29177
29178The word @code{dumb} may be followed by two numbers separated by
29179spaces. These are the desired width and height of the graph in
29180characters. Also, the device name @code{big} is like @code{dumb}
29181but creates a graph four times the width and height of the Emacs
29182screen. You will then have to scroll around to view the entire
29183graph. In the @samp{*Gnuplot Trail*} buffer, @key{SPC}, @key{DEL},
29184@kbd{<}, and @kbd{>} are defined to scroll by one screenful in each
29185of the four directions.
29186
29187With a negative numeric prefix argument, @kbd{g D} sets or displays
29188the device name used by @kbd{g P} (@code{calc-graph-print}). This
29189is initially @code{postscript}. If you don't have a PostScript
29190printer, you may decide once again to use @code{dumb} to create a
29191plot on any text-only printer.
29192
29193@kindex g O
29194@pindex calc-graph-output
29195The @kbd{g O} (@code{calc-graph-output}) command sets the name of
29196the output file used by GNUPLOT. For some devices, notably @code{x11},
29197there is no output file and this information is not used. Many other
29198``devices'' are really file formats like @code{postscript}; in these
29199cases the output in the desired format goes into the file you name
29200with @kbd{g O}. Type @kbd{g O stdout @key{RET}} to set GNUPLOT to write
29201to its standard output stream, i.e., to @samp{*Gnuplot Trail*}.
29202This is the default setting.
29203
29204Another special output name is @code{tty}, which means that GNUPLOT
29205is going to write graphics commands directly to its standard output,
29206which you wish Emacs to pass through to your terminal. Tektronix
29207graphics terminals, among other devices, operate this way. Calc does
29208this by telling GNUPLOT to write to a temporary file, then running a
29209sub-shell executing the command @samp{cat tempfile >/dev/tty}. On
29210typical Unix systems, this will copy the temporary file directly to
29211the terminal, bypassing Emacs entirely. You will have to type @kbd{C-l}
29212to Emacs afterwards to refresh the screen.
29213
29214Once again, @kbd{g O} with a positive or negative prefix argument
29215sets the default or printer output file names, respectively. In each
29216case you can specify @code{auto}, which causes Calc to invent a temporary
29217file name for each @kbd{g p} (or @kbd{g P}) command. This temporary file
29218will be deleted once it has been displayed or printed. If the output file
29219name is not @code{auto}, the file is not automatically deleted.
29220
29221The default and printer devices and output files can be saved
29222permanently by the @kbd{m m} (@code{calc-save-modes}) command. The
29223default number of data points (see @kbd{g N}) and the X geometry
29224(see @kbd{g X}) are also saved. Other graph information is @emph{not}
29225saved; you can save a graph's configuration simply by saving the contents
29226of the @samp{*Gnuplot Commands*} buffer.
29227
29228@vindex calc-gnuplot-plot-command
29229@vindex calc-gnuplot-default-device
29230@vindex calc-gnuplot-default-output
29231@vindex calc-gnuplot-print-command
29232@vindex calc-gnuplot-print-device
29233@vindex calc-gnuplot-print-output
29234You may wish to configure the default and
29235printer devices and output files for the whole system. The relevant
29236Lisp variables are @code{calc-gnuplot-default-device} and @code{-output},
29237and @code{calc-gnuplot-print-device} and @code{-output}. The output
29238file names must be either strings as described above, or Lisp
29239expressions which are evaluated on the fly to get the output file names.
29240
29241Other important Lisp variables are @code{calc-gnuplot-plot-command} and
29242@code{calc-gnuplot-print-command}, which give the system commands to
29243display or print the output of GNUPLOT, respectively. These may be
29244@code{nil} if no command is necessary, or strings which can include
29245@samp{%s} to signify the name of the file to be displayed or printed.
29246Or, these variables may contain Lisp expressions which are evaluated
29247to display or print the output. These variables are customizable
29248(@pxref{Customizing Calc}).
29249
29250@kindex g x
29251@pindex calc-graph-display
29252The @kbd{g x} (@code{calc-graph-display}) command lets you specify
29253on which X window system display your graphs should be drawn. Enter
29254a blank line to see the current display name. This command has no
29255effect unless the current device is @code{x11}.
29256
29257@kindex g X
29258@pindex calc-graph-geometry
29259The @kbd{g X} (@code{calc-graph-geometry}) command is a similar
29260command for specifying the position and size of the X window.
29261The normal value is @code{default}, which generally means your
29262window manager will let you place the window interactively.
29263Entering @samp{800x500+0+0} would create an 800-by-500 pixel
29264window in the upper-left corner of the screen.
29265
29266The buffer called @samp{*Gnuplot Trail*} holds a transcript of the
29267session with GNUPLOT. This shows the commands Calc has ``typed'' to
29268GNUPLOT and the responses it has received. Calc tries to notice when an
29269error message has appeared here and display the buffer for you when
29270this happens. You can check this buffer yourself if you suspect
29271something has gone wrong.
29272
29273@kindex g C
29274@pindex calc-graph-command
29275The @kbd{g C} (@code{calc-graph-command}) command prompts you to
29276enter any line of text, then simply sends that line to the current
29277GNUPLOT process. The @samp{*Gnuplot Trail*} buffer looks deceptively
29278like a Shell buffer but you can't type commands in it yourself.
29279Instead, you must use @kbd{g C} for this purpose.
29280
29281@kindex g v
29282@kindex g V
29283@pindex calc-graph-view-commands
29284@pindex calc-graph-view-trail
29285The @kbd{g v} (@code{calc-graph-view-commands}) and @kbd{g V}
29286(@code{calc-graph-view-trail}) commands display the @samp{*Gnuplot Commands*}
29287and @samp{*Gnuplot Trail*} buffers, respectively, in another window.
29288This happens automatically when Calc thinks there is something you
29289will want to see in either of these buffers. If you type @kbd{g v}
29290or @kbd{g V} when the relevant buffer is already displayed, the
29291buffer is hidden again.
29292
29293One reason to use @kbd{g v} is to add your own commands to the
29294@samp{*Gnuplot Commands*} buffer. Press @kbd{g v}, then use
29295@kbd{C-x o} to switch into that window. For example, GNUPLOT has
29296@samp{set label} and @samp{set arrow} commands that allow you to
29297annotate your plots. Since Calc doesn't understand these commands,
29298you have to add them to the @samp{*Gnuplot Commands*} buffer
29299yourself, then use @w{@kbd{g p}} to replot using these new commands. Note
29300that your commands must appear @emph{before} the @code{plot} command.
29301To get help on any GNUPLOT feature, type, e.g., @kbd{g C help set label}.
29302You may have to type @kbd{g C @key{RET}} a few times to clear the
29303``press return for more'' or ``subtopic of @dots{}'' requests.
29304Note that Calc always sends commands (like @samp{set nolabel}) to
29305reset all plotting parameters to the defaults before each plot, so
29306to delete a label all you need to do is delete the @samp{set label}
29307line you added (or comment it out with @samp{#}) and then replot
29308with @kbd{g p}.
29309
29310@kindex g q
29311@pindex calc-graph-quit
29312You can use @kbd{g q} (@code{calc-graph-quit}) to kill the GNUPLOT
29313process that is running. The next graphing command you give will
29314start a fresh GNUPLOT process. The word @samp{Graph} appears in
29315the Calc window's mode line whenever a GNUPLOT process is currently
29316running. The GNUPLOT process is automatically killed when you
29317exit Emacs if you haven't killed it manually by then.
29318
29319@kindex g K
29320@pindex calc-graph-kill
29321The @kbd{g K} (@code{calc-graph-kill}) command is like @kbd{g q}
29322except that it also views the @samp{*Gnuplot Trail*} buffer so that
29323you can see the process being killed. This is better if you are
29324killing GNUPLOT because you think it has gotten stuck.
29325
29326@node Kill and Yank, Keypad Mode, Graphics, Top
29327@chapter Kill and Yank Functions
29328
29329@noindent
29330The commands in this chapter move information between the Calculator and
29331other Emacs editing buffers.
29332
29333In many cases Embedded mode is an easier and more natural way to
29334work with Calc from a regular editing buffer. @xref{Embedded Mode}.
29335
29336@menu
29337* Killing From Stack::
29338* Yanking Into Stack::
538c2573
JB
29339* Saving Into Registers::
29340* Inserting From Registers::
4009494e
GM
29341* Grabbing From Buffers::
29342* Yanking Into Buffers::
29343* X Cut and Paste::
29344@end menu
29345
29346@node Killing From Stack, Yanking Into Stack, Kill and Yank, Kill and Yank
29347@section Killing from the Stack
29348
29349@noindent
29350@kindex C-k
29351@pindex calc-kill
29352@kindex M-k
29353@pindex calc-copy-as-kill
29354@kindex C-w
29355@pindex calc-kill-region
29356@kindex M-w
29357@pindex calc-copy-region-as-kill
aee08080 29358@kindex M-C-w
4009494e 29359@cindex Kill ring
aee08080
JB
29360@dfn{Kill} commands are Emacs commands that insert text into the ``kill
29361ring,'' from which it can later be ``yanked'' by a @kbd{C-y} command.
29362Three common kill commands in normal Emacs are @kbd{C-k}, which kills
29363one line, @kbd{C-w}, which kills the region between mark and point, and
29364@kbd{M-w}, which puts the region into the kill ring without actually
29365deleting it. All of these commands work in the Calculator, too,
29366although in the Calculator they operate on whole stack entries, so they
29367``round up'' the specified region to encompass full lines. (To copy
29368only parts of lines, the @kbd{M-C-w} command in the Calculator will copy
29369the region to the kill ring without any ``rounding up'', just like the
29370@kbd{M-w} command in normal Emacs.) Also, @kbd{M-k} has been provided
29371to complete the set; it puts the current line into the kill ring without
29372deleting anything.
4009494e
GM
29373
29374The kill commands are unusual in that they pay attention to the location
aee08080
JB
29375of the cursor in the Calculator buffer. If the cursor is on or below
29376the bottom line, the kill commands operate on the top of the stack.
29377Otherwise, they operate on whatever stack element the cursor is on. The
29378text is copied into the kill ring exactly as it appears on the screen,
29379including line numbers if they are enabled.
4009494e
GM
29380
29381A numeric prefix argument to @kbd{C-k} or @kbd{M-k} affects the number
29382of lines killed. A positive argument kills the current line and @expr{n-1}
29383lines below it. A negative argument kills the @expr{-n} lines above the
29384current line. Again this mirrors the behavior of the standard Emacs
29385@kbd{C-k} command. Although a whole line is always deleted, @kbd{C-k}
29386with no argument copies only the number itself into the kill ring, whereas
29387@kbd{C-k} with a prefix argument of 1 copies the number with its trailing
29388newline.
29389
538c2573 29390@node Yanking Into Stack, Saving Into Registers, Killing From Stack, Kill and Yank
4009494e
GM
29391@section Yanking into the Stack
29392
29393@noindent
29394@kindex C-y
29395@pindex calc-yank
29396The @kbd{C-y} command yanks the most recently killed text back into the
29397Calculator. It pushes this value onto the top of the stack regardless of
29398the cursor position. In general it re-parses the killed text as a number
29399or formula (or a list of these separated by commas or newlines). However if
29400the thing being yanked is something that was just killed from the Calculator
29401itself, its full internal structure is yanked. For example, if you have
29402set the floating-point display mode to show only four significant digits,
29403then killing and re-yanking 3.14159 (which displays as 3.142) will yank the
29404full 3.14159, even though yanking it into any other buffer would yank the
29405number in its displayed form, 3.142. (Since the default display modes
29406show all objects to their full precision, this feature normally makes no
29407difference.)
29408
538c2573
JB
29409@node Saving Into Registers, Inserting From Registers, Yanking Into Stack, Kill and Yank
29410@section Saving into Registers
29411
29412@noindent
29413@kindex r s
29414@pindex calc-copy-to-register
29415@pindex calc-prepend-to-register
29416@pindex calc-append-to-register
29417@cindex Registers
29418An alternative to killing and yanking stack entries is using
29419registers in Calc. Saving stack entries in registers is like
29420saving text in normal Emacs registers; although, like Calc's kill
29421commands, register commands always operate on whole stack
29422entries.
29423
29424Registers in Calc are places to store stack entries for later use;
29425each register is indexed by a single character. To store the current
29426region (rounded up, of course, to include full stack entries) into a
29427register, use the command @kbd{r s} (@code{calc-copy-to-register}).
29428You will then be prompted for a register to use, the next character
29429you type will be the index for the register. To store the region in
29430register @var{r}, the full command will be @kbd{r s @var{r}}. With an
29431argument, @kbd{C-u r s @var{r}}, the region being copied to the
29432register will be deleted from the Calc buffer.
29433
29434It is possible to add additional stack entries to a register. The
29435command @kbd{M-x calc-append-to-register} will prompt for a register,
29436then add the stack entries in the region to the end of the register
29437contents. The command @kbd{M-x calc-prepend-to-register} will
29438similarly prompt for a register and add the stack entries in the
29439region to the beginning of the register contents. Both commands take
29440@kbd{C-u} arguments, which will cause the region to be deleted after being
29441added to the register.
29442
29443@node Inserting From Registers, Grabbing From Buffers, Saving Into Registers, Kill and Yank
29444@section Inserting from Registers
29445@noindent
29446@kindex r i
29447@pindex calc-insert-register
29448The command @kbd{r i} (@code{calc-insert-register}) will prompt for a
29449register, then insert the contents of that register into the
29450Calculator. If the contents of the register were placed there from
29451within Calc, then the full internal structure of the contents will be
29452inserted into the Calculator, otherwise whatever text is in the
29453register is reparsed and then inserted into the Calculator.
29454
29455@node Grabbing From Buffers, Yanking Into Buffers, Inserting From Registers, Kill and Yank
4009494e
GM
29456@section Grabbing from Other Buffers
29457
29458@noindent
29459@kindex C-x * g
29460@pindex calc-grab-region
29461The @kbd{C-x * g} (@code{calc-grab-region}) command takes the text between
29462point and mark in the current buffer and attempts to parse it as a
29463vector of values. Basically, it wraps the text in vector brackets
29464@samp{[ ]} unless the text already is enclosed in vector brackets,
29465then reads the text as if it were an algebraic entry. The contents
29466of the vector may be numbers, formulas, or any other Calc objects.
29467If the @kbd{C-x * g} command works successfully, it does an automatic
29468@kbd{C-x * c} to enter the Calculator buffer.
29469
29470A numeric prefix argument grabs the specified number of lines around
29471point, ignoring the mark. A positive prefix grabs from point to the
29472@expr{n}th following newline (so that @kbd{M-1 C-x * g} grabs from point
29473to the end of the current line); a negative prefix grabs from point
29474back to the @expr{n+1}st preceding newline. In these cases the text
29475that is grabbed is exactly the same as the text that @kbd{C-k} would
29476delete given that prefix argument.
29477
29478A prefix of zero grabs the current line; point may be anywhere on the
29479line.
29480
29481A plain @kbd{C-u} prefix interprets the region between point and mark
29482as a single number or formula rather than a vector. For example,
29483@kbd{C-x * g} on the text @samp{2 a b} produces the vector of three
29484values @samp{[2, a, b]}, but @kbd{C-u C-x * g} on the same region
29485reads a formula which is a product of three things: @samp{2 a b}.
29486(The text @samp{a + b}, on the other hand, will be grabbed as a
29487vector of one element by plain @kbd{C-x * g} because the interpretation
29488@samp{[a, +, b]} would be a syntax error.)
29489
29490If a different language has been specified (@pxref{Language Modes}),
29491the grabbed text will be interpreted according to that language.
29492
29493@kindex C-x * r
29494@pindex calc-grab-rectangle
29495The @kbd{C-x * r} (@code{calc-grab-rectangle}) command takes the text between
29496point and mark and attempts to parse it as a matrix. If point and mark
29497are both in the leftmost column, the lines in between are parsed in their
29498entirety. Otherwise, point and mark define the corners of a rectangle
29499whose contents are parsed.
29500
29501Each line of the grabbed area becomes a row of the matrix. The result
29502will actually be a vector of vectors, which Calc will treat as a matrix
29503only if every row contains the same number of values.
29504
29505If a line contains a portion surrounded by square brackets (or curly
29506braces), that portion is interpreted as a vector which becomes a row
29507of the matrix. Any text surrounding the bracketed portion on the line
29508is ignored.
29509
29510Otherwise, the entire line is interpreted as a row vector as if it
29511were surrounded by square brackets. Leading line numbers (in the
29512format used in the Calc stack buffer) are ignored. If you wish to
29513force this interpretation (even if the line contains bracketed
29514portions), give a negative numeric prefix argument to the
29515@kbd{C-x * r} command.
29516
29517If you give a numeric prefix argument of zero or plain @kbd{C-u}, each
29518line is instead interpreted as a single formula which is converted into
29519a one-element vector. Thus the result of @kbd{C-u C-x * r} will be a
29520one-column matrix. For example, suppose one line of the data is the
29521expression @samp{2 a}. A plain @w{@kbd{C-x * r}} will interpret this as
29522@samp{[2 a]}, which in turn is read as a two-element vector that forms
29523one row of the matrix. But a @kbd{C-u C-x * r} will interpret this row
29524as @samp{[2*a]}.
29525
29526If you give a positive numeric prefix argument @var{n}, then each line
29527will be split up into columns of width @var{n}; each column is parsed
29528separately as a matrix element. If a line contained
29529@w{@samp{2 +/- 3 4 +/- 5}}, then grabbing with a prefix argument of 8
29530would correctly split the line into two error forms.
29531
29532@xref{Matrix Functions}, to see how to pull the matrix apart into its
29533constituent rows and columns. (If it is a
29534@texline @math{1\times1}
29535@infoline 1x1
29536matrix, just hit @kbd{v u} (@code{calc-unpack}) twice.)
29537
29538@kindex C-x * :
29539@kindex C-x * _
29540@pindex calc-grab-sum-across
29541@pindex calc-grab-sum-down
29542@cindex Summing rows and columns of data
29543The @kbd{C-x * :} (@code{calc-grab-sum-down}) command is a handy way to
29544grab a rectangle of data and sum its columns. It is equivalent to
29545typing @kbd{C-x * r}, followed by @kbd{V R : +} (the vector reduction
29546command that sums the columns of a matrix; @pxref{Reducing}). The
29547result of the command will be a vector of numbers, one for each column
29548in the input data. The @kbd{C-x * _} (@code{calc-grab-sum-across}) command
29549similarly grabs a rectangle and sums its rows by executing @w{@kbd{V R _ +}}.
29550
29551As well as being more convenient, @kbd{C-x * :} and @kbd{C-x * _} are also
29552much faster because they don't actually place the grabbed vector on
29553the stack. In a @kbd{C-x * r V R : +} sequence, formatting the vector
29554for display on the stack takes a large fraction of the total time
29555(unless you have planned ahead and used @kbd{v .} and @kbd{t .} modes).
29556
29557For example, suppose we have a column of numbers in a file which we
29558wish to sum. Go to one corner of the column and press @kbd{C-@@} to
29559set the mark; go to the other corner and type @kbd{C-x * :}. Since there
29560is only one column, the result will be a vector of one number, the sum.
29561(You can type @kbd{v u} to unpack this vector into a plain number if
29562you want to do further arithmetic with it.)
29563
29564To compute the product of the column of numbers, we would have to do
29565it ``by hand'' since there's no special grab-and-multiply command.
29566Use @kbd{C-x * r} to grab the column of numbers into the calculator in
29567the form of a column matrix. The statistics command @kbd{u *} is a
29568handy way to find the product of a vector or matrix of numbers.
29569@xref{Statistical Operations}. Another approach would be to use
29570an explicit column reduction command, @kbd{V R : *}.
29571
29572@node Yanking Into Buffers, X Cut and Paste, Grabbing From Buffers, Kill and Yank
29573@section Yanking into Other Buffers
29574
29575@noindent
29576@kindex y
29577@pindex calc-copy-to-buffer
29578The plain @kbd{y} (@code{calc-copy-to-buffer}) command inserts the number
29579at the top of the stack into the most recently used normal editing buffer.
29580(More specifically, this is the most recently used buffer which is displayed
29581in a window and whose name does not begin with @samp{*}. If there is no
29582such buffer, this is the most recently used buffer except for Calculator
29583and Calc Trail buffers.) The number is inserted exactly as it appears and
29584without a newline. (If line-numbering is enabled, the line number is
29585normally not included.) The number is @emph{not} removed from the stack.
29586
29587With a prefix argument, @kbd{y} inserts several numbers, one per line.
29588A positive argument inserts the specified number of values from the top
29589of the stack. A negative argument inserts the @expr{n}th value from the
29590top of the stack. An argument of zero inserts the entire stack. Note
29591that @kbd{y} with an argument of 1 is slightly different from @kbd{y}
29592with no argument; the former always copies full lines, whereas the
29593latter strips off the trailing newline.
29594
29595With a lone @kbd{C-u} as a prefix argument, @kbd{y} @emph{replaces} the
29596region in the other buffer with the yanked text, then quits the
29597Calculator, leaving you in that buffer. A typical use would be to use
29598@kbd{C-x * g} to read a region of data into the Calculator, operate on the
29599data to produce a new matrix, then type @kbd{C-u y} to replace the
29600original data with the new data. One might wish to alter the matrix
29601display style (@pxref{Vector and Matrix Formats}) or change the current
29602display language (@pxref{Language Modes}) before doing this. Also, note
29603that this command replaces a linear region of text (as grabbed by
29604@kbd{C-x * g}), not a rectangle (as grabbed by @kbd{C-x * r}).
29605
29606If the editing buffer is in overwrite (as opposed to insert) mode,
29607and the @kbd{C-u} prefix was not used, then the yanked number will
29608overwrite the characters following point rather than being inserted
29609before those characters. The usual conventions of overwrite mode
29610are observed; for example, characters will be inserted at the end of
29611a line rather than overflowing onto the next line. Yanking a multi-line
29612object such as a matrix in overwrite mode overwrites the next @var{n}
29613lines in the buffer, lengthening or shortening each line as necessary.
29614Finally, if the thing being yanked is a simple integer or floating-point
29615number (like @samp{-1.2345e-3}) and the characters following point also
29616make up such a number, then Calc will replace that number with the new
29617number, lengthening or shortening as necessary. The concept of
29618``overwrite mode'' has thus been generalized from overwriting characters
29619to overwriting one complete number with another.
29620
29621@kindex C-x * y
29622The @kbd{C-x * y} key sequence is equivalent to @kbd{y} except that
29623it can be typed anywhere, not just in Calc. This provides an easy
29624way to guarantee that Calc knows which editing buffer you want to use!
29625
29626@node X Cut and Paste, , Yanking Into Buffers, Kill and Yank
29627@section X Cut and Paste
29628
29629@noindent
29630If you are using Emacs with the X window system, there is an easier
29631way to move small amounts of data into and out of the calculator:
29632Use the mouse-oriented cut and paste facilities of X.
29633
29634The default bindings for a three-button mouse cause the left button
29635to move the Emacs cursor to the given place, the right button to
29636select the text between the cursor and the clicked location, and
29637the middle button to yank the selection into the buffer at the
29638clicked location. So, if you have a Calc window and an editing
29639window on your Emacs screen, you can use left-click/right-click
29640to select a number, vector, or formula from one window, then
29641middle-click to paste that value into the other window. When you
29642paste text into the Calc window, Calc interprets it as an algebraic
29643entry. It doesn't matter where you click in the Calc window; the
29644new value is always pushed onto the top of the stack.
29645
29646The @code{xterm} program that is typically used for general-purpose
29647shell windows in X interprets the mouse buttons in the same way.
29648So you can use the mouse to move data between Calc and any other
29649Unix program. One nice feature of @code{xterm} is that a double
29650left-click selects one word, and a triple left-click selects a
29651whole line. So you can usually transfer a single number into Calc
29652just by double-clicking on it in the shell, then middle-clicking
29653in the Calc window.
29654
29655@node Keypad Mode, Embedded Mode, Kill and Yank, Top
29656@chapter Keypad Mode
29657
29658@noindent
29659@kindex C-x * k
29660@pindex calc-keypad
29661The @kbd{C-x * k} (@code{calc-keypad}) command starts the Calculator
29662and displays a picture of a calculator-style keypad. If you are using
29663the X window system, you can click on any of the ``keys'' in the
29664keypad using the left mouse button to operate the calculator.
29665The original window remains the selected window; in Keypad mode
29666you can type in your file while simultaneously performing
29667calculations with the mouse.
29668
29669@pindex full-calc-keypad
29670If you have used @kbd{C-x * b} first, @kbd{C-x * k} instead invokes
29671the @code{full-calc-keypad} command, which takes over the whole
29672Emacs screen and displays the keypad, the Calc stack, and the Calc
29673trail all at once. This mode would normally be used when running
29674Calc standalone (@pxref{Standalone Operation}).
29675
29676If you aren't using the X window system, you must switch into
29677the @samp{*Calc Keypad*} window, place the cursor on the desired
29678``key,'' and type @key{SPC} or @key{RET}. If you think this
29679is easier than using Calc normally, go right ahead.
29680
29681Calc commands are more or less the same in Keypad mode. Certain
29682keypad keys differ slightly from the corresponding normal Calc
29683keystrokes; all such deviations are described below.
29684
29685Keypad mode includes many more commands than will fit on the keypad
29686at once. Click the right mouse button [@code{calc-keypad-menu}]
29687to switch to the next menu. The bottom five rows of the keypad
29688stay the same; the top three rows change to a new set of commands.
29689To return to earlier menus, click the middle mouse button
29690[@code{calc-keypad-menu-back}] or simply advance through the menus
29691until you wrap around. Typing @key{TAB} inside the keypad window
29692is equivalent to clicking the right mouse button there.
29693
29694You can always click the @key{EXEC} button and type any normal
29695Calc key sequence. This is equivalent to switching into the
29696Calc buffer, typing the keys, then switching back to your
29697original buffer.
29698
29699@menu
29700* Keypad Main Menu::
29701* Keypad Functions Menu::
29702* Keypad Binary Menu::
29703* Keypad Vectors Menu::
29704* Keypad Modes Menu::
29705@end menu
29706
29707@node Keypad Main Menu, Keypad Functions Menu, Keypad Mode, Keypad Mode
29708@section Main Menu
29709
29710@smallexample
29711@group
5a83c46e 29712|----+----+--Calc---+----+----1
4009494e
GM
29713|FLR |CEIL|RND |TRNC|CLN2|FLT |
29714|----+----+----+----+----+----|
29715| LN |EXP | |ABS |IDIV|MOD |
29716|----+----+----+----+----+----|
29717|SIN |COS |TAN |SQRT|y^x |1/x |
29718|----+----+----+----+----+----|
29719| ENTER |+/- |EEX |UNDO| <- |
29720|-----+---+-+--+--+-+---++----|
29721| INV | 7 | 8 | 9 | / |
29722|-----+-----+-----+-----+-----|
29723| HYP | 4 | 5 | 6 | * |
29724|-----+-----+-----+-----+-----|
29725|EXEC | 1 | 2 | 3 | - |
29726|-----+-----+-----+-----+-----|
29727| OFF | 0 | . | PI | + |
29728|-----+-----+-----+-----+-----+
29729@end group
29730@end smallexample
29731
29732@noindent
29733This is the menu that appears the first time you start Keypad mode.
29734It will show up in a vertical window on the right side of your screen.
29735Above this menu is the traditional Calc stack display. On a 24-line
29736screen you will be able to see the top three stack entries.
29737
29738The ten digit keys, decimal point, and @key{EEX} key are used for
29739entering numbers in the obvious way. @key{EEX} begins entry of an
29740exponent in scientific notation. Just as with regular Calc, the
29741number is pushed onto the stack as soon as you press @key{ENTER}
29742or any other function key.
29743
29744The @key{+/-} key corresponds to normal Calc's @kbd{n} key. During
29745numeric entry it changes the sign of the number or of the exponent.
29746At other times it changes the sign of the number on the top of the
29747stack.
29748
29749The @key{INV} and @key{HYP} keys modify other keys. As well as
29750having the effects described elsewhere in this manual, Keypad mode
29751defines several other ``inverse'' operations. These are described
29752below and in the following sections.
29753
29754The @key{ENTER} key finishes the current numeric entry, or otherwise
29755duplicates the top entry on the stack.
29756
29757The @key{UNDO} key undoes the most recent Calc operation.
29758@kbd{INV UNDO} is the ``redo'' command, and @kbd{HYP UNDO} is
29759``last arguments'' (@kbd{M-@key{RET}}).
29760
29761The @key{<-} key acts as a ``backspace'' during numeric entry.
29762At other times it removes the top stack entry. @kbd{INV <-}
29763clears the entire stack. @kbd{HYP <-} takes an integer from
29764the stack, then removes that many additional stack elements.
29765
29766The @key{EXEC} key prompts you to enter any keystroke sequence
29767that would normally work in Calc mode. This can include a
29768numeric prefix if you wish. It is also possible simply to
29769switch into the Calc window and type commands in it; there is
29770nothing ``magic'' about this window when Keypad mode is active.
29771
29772The other keys in this display perform their obvious calculator
29773functions. @key{CLN2} rounds the top-of-stack by temporarily
29774reducing the precision by 2 digits. @key{FLT} converts an
29775integer or fraction on the top of the stack to floating-point.
29776
29777The @key{INV} and @key{HYP} keys combined with several of these keys
29778give you access to some common functions even if the appropriate menu
29779is not displayed. Obviously you don't need to learn these keys
29780unless you find yourself wasting time switching among the menus.
29781
29782@table @kbd
29783@item INV +/-
29784is the same as @key{1/x}.
29785@item INV +
29786is the same as @key{SQRT}.
29787@item INV -
29788is the same as @key{CONJ}.
29789@item INV *
29790is the same as @key{y^x}.
29791@item INV /
29792is the same as @key{INV y^x} (the @expr{x}th root of @expr{y}).
29793@item HYP/INV 1
29794are the same as @key{SIN} / @kbd{INV SIN}.
29795@item HYP/INV 2
29796are the same as @key{COS} / @kbd{INV COS}.
29797@item HYP/INV 3
29798are the same as @key{TAN} / @kbd{INV TAN}.
29799@item INV/HYP 4
29800are the same as @key{LN} / @kbd{HYP LN}.
29801@item INV/HYP 5
29802are the same as @key{EXP} / @kbd{HYP EXP}.
29803@item INV 6
29804is the same as @key{ABS}.
29805@item INV 7
29806is the same as @key{RND} (@code{calc-round}).
29807@item INV 8
29808is the same as @key{CLN2}.
29809@item INV 9
29810is the same as @key{FLT} (@code{calc-float}).
29811@item INV 0
29812is the same as @key{IMAG}.
29813@item INV .
29814is the same as @key{PREC}.
29815@item INV ENTER
29816is the same as @key{SWAP}.
29817@item HYP ENTER
29818is the same as @key{RLL3}.
29819@item INV HYP ENTER
29820is the same as @key{OVER}.
29821@item HYP +/-
29822packs the top two stack entries as an error form.
29823@item HYP EEX
29824packs the top two stack entries as a modulo form.
29825@item INV EEX
29826creates an interval form; this removes an integer which is one
29827of 0 @samp{[]}, 1 @samp{[)}, 2 @samp{(]} or 3 @samp{()}, followed
29828by the two limits of the interval.
29829@end table
29830
29831The @kbd{OFF} key turns Calc off; typing @kbd{C-x * k} or @kbd{C-x * *}
29832again has the same effect. This is analogous to typing @kbd{q} or
29833hitting @kbd{C-x * c} again in the normal calculator. If Calc is
29834running standalone (the @code{full-calc-keypad} command appeared in the
29835command line that started Emacs), then @kbd{OFF} is replaced with
29836@kbd{EXIT}; clicking on this actually exits Emacs itself.
29837
29838@node Keypad Functions Menu, Keypad Binary Menu, Keypad Main Menu, Keypad Mode
29839@section Functions Menu
29840
29841@smallexample
29842@group
29843|----+----+----+----+----+----2
29844|IGAM|BETA|IBET|ERF |BESJ|BESY|
29845|----+----+----+----+----+----|
29846|IMAG|CONJ| RE |ATN2|RAND|RAGN|
29847|----+----+----+----+----+----|
29848|GCD |FACT|DFCT|BNOM|PERM|NXTP|
29849|----+----+----+----+----+----|
29850@end group
29851@end smallexample
29852
29853@noindent
29854This menu provides various operations from the @kbd{f} and @kbd{k}
29855prefix keys.
29856
29857@key{IMAG} multiplies the number on the stack by the imaginary
29858number @expr{i = (0, 1)}.
29859
29860@key{RE} extracts the real part a complex number. @kbd{INV RE}
29861extracts the imaginary part.
29862
29863@key{RAND} takes a number from the top of the stack and computes
29864a random number greater than or equal to zero but less than that
29865number. (@xref{Random Numbers}.) @key{RAGN} is the ``random
29866again'' command; it computes another random number using the
29867same limit as last time.
29868
29869@key{INV GCD} computes the LCM (least common multiple) function.
29870
29871@key{INV FACT} is the gamma function.
29872@texline @math{\Gamma(x) = (x-1)!}.
29873@infoline @expr{gamma(x) = (x-1)!}.
29874
29875@key{PERM} is the number-of-permutations function, which is on the
29876@kbd{H k c} key in normal Calc.
29877
29878@key{NXTP} finds the next prime after a number. @kbd{INV NXTP}
29879finds the previous prime.
29880
29881@node Keypad Binary Menu, Keypad Vectors Menu, Keypad Functions Menu, Keypad Mode
29882@section Binary Menu
29883
29884@smallexample
29885@group
29886|----+----+----+----+----+----3
29887|AND | OR |XOR |NOT |LSH |RSH |
29888|----+----+----+----+----+----|
29889|DEC |HEX |OCT |BIN |WSIZ|ARSH|
29890|----+----+----+----+----+----|
29891| A | B | C | D | E | F |
29892|----+----+----+----+----+----|
29893@end group
29894@end smallexample
29895
29896@noindent
29897The keys in this menu perform operations on binary integers.
29898Note that both logical and arithmetic right-shifts are provided.
29899@key{INV LSH} rotates one bit to the left.
29900
29901The ``difference'' function (normally on @kbd{b d}) is on @key{INV AND}.
29902The ``clip'' function (normally on @w{@kbd{b c}}) is on @key{INV NOT}.
29903
29904The @key{DEC}, @key{HEX}, @key{OCT}, and @key{BIN} keys select the
29905current radix for display and entry of numbers: Decimal, hexadecimal,
29906octal, or binary. The six letter keys @key{A} through @key{F} are used
29907for entering hexadecimal numbers.
29908
29909The @key{WSIZ} key displays the current word size for binary operations
29910and allows you to enter a new word size. You can respond to the prompt
29911using either the keyboard or the digits and @key{ENTER} from the keypad.
29912The initial word size is 32 bits.
29913
29914@node Keypad Vectors Menu, Keypad Modes Menu, Keypad Binary Menu, Keypad Mode
29915@section Vectors Menu
29916
29917@smallexample
29918@group
29919|----+----+----+----+----+----4
29920|SUM |PROD|MAX |MAP*|MAP^|MAP$|
29921|----+----+----+----+----+----|
29922|MINV|MDET|MTRN|IDNT|CRSS|"x" |
29923|----+----+----+----+----+----|
29924|PACK|UNPK|INDX|BLD |LEN |... |
29925|----+----+----+----+----+----|
29926@end group
29927@end smallexample
29928
29929@noindent
29930The keys in this menu operate on vectors and matrices.
29931
29932@key{PACK} removes an integer @var{n} from the top of the stack;
29933the next @var{n} stack elements are removed and packed into a vector,
29934which is replaced onto the stack. Thus the sequence
29935@kbd{1 ENTER 3 ENTER 5 ENTER 3 PACK} enters the vector
29936@samp{[1, 3, 5]} onto the stack. To enter a matrix, build each row
29937on the stack as a vector, then use a final @key{PACK} to collect the
29938rows into a matrix.
29939
29940@key{UNPK} unpacks the vector on the stack, pushing each of its
29941components separately.
29942
29943@key{INDX} removes an integer @var{n}, then builds a vector of
29944integers from 1 to @var{n}. @kbd{INV INDX} takes three numbers
29945from the stack: The vector size @var{n}, the starting number,
29946and the increment. @kbd{BLD} takes an integer @var{n} and any
29947value @var{x} and builds a vector of @var{n} copies of @var{x}.
29948
29949@key{IDNT} removes an integer @var{n}, then builds an @var{n}-by-@var{n}
29950identity matrix.
29951
29952@key{LEN} replaces a vector by its length, an integer.
29953
29954@key{...} turns on or off ``abbreviated'' display mode for large vectors.
29955
29956@key{MINV}, @key{MDET}, @key{MTRN}, and @key{CROSS} are the matrix
29957inverse, determinant, and transpose, and vector cross product.
29958
29959@key{SUM} replaces a vector by the sum of its elements. It is
29960equivalent to @kbd{u +} in normal Calc (@pxref{Statistical Operations}).
29961@key{PROD} computes the product of the elements of a vector, and
29962@key{MAX} computes the maximum of all the elements of a vector.
29963
29964@key{INV SUM} computes the alternating sum of the first element
29965minus the second, plus the third, minus the fourth, and so on.
29966@key{INV MAX} computes the minimum of the vector elements.
29967
29968@key{HYP SUM} computes the mean of the vector elements.
29969@key{HYP PROD} computes the sample standard deviation.
29970@key{HYP MAX} computes the median.
29971
29972@key{MAP*} multiplies two vectors elementwise. It is equivalent
29973to the @kbd{V M *} command. @key{MAP^} computes powers elementwise.
29974The arguments must be vectors of equal length, or one must be a vector
29975and the other must be a plain number. For example, @kbd{2 MAP^} squares
29976all the elements of a vector.
29977
29978@key{MAP$} maps the formula on the top of the stack across the
29979vector in the second-to-top position. If the formula contains
29980several variables, Calc takes that many vectors starting at the
29981second-to-top position and matches them to the variables in
29982alphabetical order. The result is a vector of the same size as
29983the input vectors, whose elements are the formula evaluated with
29984the variables set to the various sets of numbers in those vectors.
29985For example, you could simulate @key{MAP^} using @key{MAP$} with
29986the formula @samp{x^y}.
29987
29988The @kbd{"x"} key pushes the variable name @expr{x} onto the
29989stack. To build the formula @expr{x^2 + 6}, you would use the
29990key sequence @kbd{"x" 2 y^x 6 +}. This formula would then be
29991suitable for use with the @key{MAP$} key described above.
29992With @key{INV}, @key{HYP}, or @key{INV} and @key{HYP}, the
29993@kbd{"x"} key pushes the variable names @expr{y}, @expr{z}, and
29994@expr{t}, respectively.
29995
29996@node Keypad Modes Menu, , Keypad Vectors Menu, Keypad Mode
29997@section Modes Menu
29998
29999@smallexample
30000@group
30001|----+----+----+----+----+----5
30002|FLT |FIX |SCI |ENG |GRP | |
30003|----+----+----+----+----+----|
30004|RAD |DEG |FRAC|POLR|SYMB|PREC|
30005|----+----+----+----+----+----|
30006|SWAP|RLL3|RLL4|OVER|STO |RCL |
30007|----+----+----+----+----+----|
30008@end group
30009@end smallexample
30010
30011@noindent
30012The keys in this menu manipulate modes, variables, and the stack.
30013
30014The @key{FLT}, @key{FIX}, @key{SCI}, and @key{ENG} keys select
30015floating-point, fixed-point, scientific, or engineering notation.
30016@key{FIX} displays two digits after the decimal by default; the
30017others display full precision. With the @key{INV} prefix, these
30018keys pop a number-of-digits argument from the stack.
30019
30020The @key{GRP} key turns grouping of digits with commas on or off.
30021@kbd{INV GRP} enables grouping to the right of the decimal point as
30022well as to the left.
30023
30024The @key{RAD} and @key{DEG} keys switch between radians and degrees
30025for trigonometric functions.
30026
30027The @key{FRAC} key turns Fraction mode on or off. This affects
30028whether commands like @kbd{/} with integer arguments produce
30029fractional or floating-point results.
30030
30031The @key{POLR} key turns Polar mode on or off, determining whether
30032polar or rectangular complex numbers are used by default.
30033
30034The @key{SYMB} key turns Symbolic mode on or off, in which
30035operations that would produce inexact floating-point results
30036are left unevaluated as algebraic formulas.
30037
30038The @key{PREC} key selects the current precision. Answer with
30039the keyboard or with the keypad digit and @key{ENTER} keys.
30040
30041The @key{SWAP} key exchanges the top two stack elements.
30042The @key{RLL3} key rotates the top three stack elements upwards.
30043The @key{RLL4} key rotates the top four stack elements upwards.
30044The @key{OVER} key duplicates the second-to-top stack element.
30045
30046The @key{STO} and @key{RCL} keys are analogous to @kbd{s t} and
30047@kbd{s r} in regular Calc. @xref{Store and Recall}. Click the
30048@key{STO} or @key{RCL} key, then one of the ten digits. (Named
30049variables are not available in Keypad mode.) You can also use,
30050for example, @kbd{STO + 3} to add to register 3.
30051
30052@node Embedded Mode, Programming, Keypad Mode, Top
30053@chapter Embedded Mode
30054
30055@noindent
30056Embedded mode in Calc provides an alternative to copying numbers
30057and formulas back and forth between editing buffers and the Calc
30058stack. In Embedded mode, your editing buffer becomes temporarily
30059linked to the stack and this copying is taken care of automatically.
30060
30061@menu
30062* Basic Embedded Mode::
30063* More About Embedded Mode::
30064* Assignments in Embedded Mode::
30065* Mode Settings in Embedded Mode::
30066* Customizing Embedded Mode::
30067@end menu
30068
30069@node Basic Embedded Mode, More About Embedded Mode, Embedded Mode, Embedded Mode
30070@section Basic Embedded Mode
30071
30072@noindent
30073@kindex C-x * e
30074@pindex calc-embedded
30075To enter Embedded mode, position the Emacs point (cursor) on a
30076formula in any buffer and press @kbd{C-x * e} (@code{calc-embedded}).
30077Note that @kbd{C-x * e} is not to be used in the Calc stack buffer
30078like most Calc commands, but rather in regular editing buffers that
30079are visiting your own files.
30080
30081Calc will try to guess an appropriate language based on the major mode
30082of the editing buffer. (@xref{Language Modes}.) If the current buffer is
30083in @code{latex-mode}, for example, Calc will set its language to La@TeX{}.
30084Similarly, Calc will use @TeX{} language for @code{tex-mode},
30085@code{plain-tex-mode} and @code{context-mode}, C language for
30086@code{c-mode} and @code{c++-mode}, FORTRAN language for
30087@code{fortran-mode} and @code{f90-mode}, Pascal for @code{pascal-mode},
30088and eqn for @code{nroff-mode} (@pxref{Customizing Calc}).
30089These can be overridden with Calc's mode
30090changing commands (@pxref{Mode Settings in Embedded Mode}). If no
30091suitable language is available, Calc will continue with its current language.
30092
30093Calc normally scans backward and forward in the buffer for the
30094nearest opening and closing @dfn{formula delimiters}. The simplest
30095delimiters are blank lines. Other delimiters that Embedded mode
30096understands are:
30097
30098@enumerate
30099@item
30100The @TeX{} and La@TeX{} math delimiters @samp{$ $}, @samp{$$ $$},
30101@samp{\[ \]}, and @samp{\( \)};
30102@item
30103Lines beginning with @samp{\begin} and @samp{\end} (except matrix delimiters);
30104@item
30105Lines beginning with @samp{@@} (Texinfo delimiters).
30106@item
30107Lines beginning with @samp{.EQ} and @samp{.EN} (@dfn{eqn} delimiters);
30108@item
30109Lines containing a single @samp{%} or @samp{.\"} symbol and nothing else.
30110@end enumerate
30111
30112@xref{Customizing Embedded Mode}, to see how to make Calc recognize
30113your own favorite delimiters. Delimiters like @samp{$ $} can appear
30114on their own separate lines or in-line with the formula.
30115
30116If you give a positive or negative numeric prefix argument, Calc
30117instead uses the current point as one end of the formula, and includes
30118that many lines forward or backward (respectively, including the current
30119line). Explicit delimiters are not necessary in this case.
30120
30121With a prefix argument of zero, Calc uses the current region (delimited
30122by point and mark) instead of formula delimiters. With a prefix
30123argument of @kbd{C-u} only, Calc uses the current line as the formula.
30124
30125@kindex C-x * w
30126@pindex calc-embedded-word
30127The @kbd{C-x * w} (@code{calc-embedded-word}) command will start Embedded
30128mode on the current ``word''; in this case Calc will scan for the first
30129non-numeric character (i.e., the first character that is not a digit,
30130sign, decimal point, or upper- or lower-case @samp{e}) forward and
30131backward to delimit the formula.
30132
30133When you enable Embedded mode for a formula, Calc reads the text
30134between the delimiters and tries to interpret it as a Calc formula.
30135Calc can generally identify @TeX{} formulas and
30136Big-style formulas even if the language mode is wrong. If Calc
30137can't make sense of the formula, it beeps and refuses to enter
30138Embedded mode. But if the current language is wrong, Calc can
30139sometimes parse the formula successfully (but incorrectly);
30140for example, the C expression @samp{atan(a[1])} can be parsed
30141in Normal language mode, but the @code{atan} won't correspond to
30142the built-in @code{arctan} function, and the @samp{a[1]} will be
30143interpreted as @samp{a} times the vector @samp{[1]}!
30144
30145If you press @kbd{C-x * e} or @kbd{C-x * w} to activate an embedded
30146formula which is blank, say with the cursor on the space between
30147the two delimiters @samp{$ $}, Calc will immediately prompt for
30148an algebraic entry.
30149
30150Only one formula in one buffer can be enabled at a time. If you
30151move to another area of the current buffer and give Calc commands,
30152Calc turns Embedded mode off for the old formula and then tries
30153to restart Embedded mode at the new position. Other buffers are
30154not affected by Embedded mode.
30155
30156When Embedded mode begins, Calc pushes the current formula onto
30157the stack. No Calc stack window is created; however, Calc copies
30158the top-of-stack position into the original buffer at all times.
30159You can create a Calc window by hand with @kbd{C-x * o} if you
30160find you need to see the entire stack.
30161
30162For example, typing @kbd{C-x * e} while somewhere in the formula
30163@samp{n>2} in the following line enables Embedded mode on that
30164inequality:
30165
30166@example
30167We define $F_n = F_(n-1)+F_(n-2)$ for all $n>2$.
30168@end example
30169
30170@noindent
30171The formula @expr{n>2} will be pushed onto the Calc stack, and
30172the top of stack will be copied back into the editing buffer.
30173This means that spaces will appear around the @samp{>} symbol
30174to match Calc's usual display style:
30175
30176@example
30177We define $F_n = F_(n-1)+F_(n-2)$ for all $n > 2$.
30178@end example
30179
30180@noindent
30181No spaces have appeared around the @samp{+} sign because it's
30182in a different formula, one which we have not yet touched with
30183Embedded mode.
30184
30185Now that Embedded mode is enabled, keys you type in this buffer
30186are interpreted as Calc commands. At this point we might use
30187the ``commute'' command @kbd{j C} to reverse the inequality.
30188This is a selection-based command for which we first need to
30189move the cursor onto the operator (@samp{>} in this case) that
30190needs to be commuted.
30191
30192@example
30193We define $F_n = F_(n-1)+F_(n-2)$ for all $2 < n$.
30194@end example
30195
30196The @kbd{C-x * o} command is a useful way to open a Calc window
30197without actually selecting that window. Giving this command
30198verifies that @samp{2 < n} is also on the Calc stack. Typing
30199@kbd{17 @key{RET}} would produce:
30200
30201@example
30202We define $F_n = F_(n-1)+F_(n-2)$ for all $17$.
30203@end example
30204
30205@noindent
30206with @samp{2 < n} and @samp{17} on the stack; typing @key{TAB}
30207at this point will exchange the two stack values and restore
30208@samp{2 < n} to the embedded formula. Even though you can't
30209normally see the stack in Embedded mode, it is still there and
30210it still operates in the same way. But, as with old-fashioned
30211RPN calculators, you can only see the value at the top of the
30212stack at any given time (unless you use @kbd{C-x * o}).
30213
30214Typing @kbd{C-x * e} again turns Embedded mode off. The Calc
30215window reveals that the formula @w{@samp{2 < n}} is automatically
30216removed from the stack, but the @samp{17} is not. Entering
30217Embedded mode always pushes one thing onto the stack, and
30218leaving Embedded mode always removes one thing. Anything else
30219that happens on the stack is entirely your business as far as
30220Embedded mode is concerned.
30221
30222If you press @kbd{C-x * e} in the wrong place by accident, it is
30223possible that Calc will be able to parse the nearby text as a
30224formula and will mangle that text in an attempt to redisplay it
30225``properly'' in the current language mode. If this happens,
30226press @kbd{C-x * e} again to exit Embedded mode, then give the
30227regular Emacs ``undo'' command (@kbd{C-_} or @kbd{C-x u}) to put
30228the text back the way it was before Calc edited it. Note that Calc's
30229own Undo command (typed before you turn Embedded mode back off)
30230will not do you any good, because as far as Calc is concerned
30231you haven't done anything with this formula yet.
30232
30233@node More About Embedded Mode, Assignments in Embedded Mode, Basic Embedded Mode, Embedded Mode
30234@section More About Embedded Mode
30235
30236@noindent
30237When Embedded mode ``activates'' a formula, i.e., when it examines
30238the formula for the first time since the buffer was created or
30239loaded, Calc tries to sense the language in which the formula was
30240written. If the formula contains any La@TeX{}-like @samp{\} sequences,
30241it is parsed (i.e., read) in La@TeX{} mode. If the formula appears to
30242be written in multi-line Big mode, it is parsed in Big mode. Otherwise,
30243it is parsed according to the current language mode.
30244
30245Note that Calc does not change the current language mode according
30246the formula it reads in. Even though it can read a La@TeX{} formula when
30247not in La@TeX{} mode, it will immediately rewrite this formula using
30248whatever language mode is in effect.
30249
30250@tex
30251\bigskip
30252@end tex
30253
30254@kindex d p
30255@pindex calc-show-plain
30256Calc's parser is unable to read certain kinds of formulas. For
30257example, with @kbd{v ]} (@code{calc-matrix-brackets}) you can
30258specify matrix display styles which the parser is unable to
30259recognize as matrices. The @kbd{d p} (@code{calc-show-plain})
30260command turns on a mode in which a ``plain'' version of a
30261formula is placed in front of the fully-formatted version.
30262When Calc reads a formula that has such a plain version in
30263front, it reads the plain version and ignores the formatted
30264version.
30265
30266Plain formulas are preceded and followed by @samp{%%%} signs
30267by default. This notation has the advantage that the @samp{%}
30268character begins a comment in @TeX{} and La@TeX{}, so if your formula is
30269embedded in a @TeX{} or La@TeX{} document its plain version will be
30270invisible in the final printed copy. Certain major modes have different
30271delimiters to ensure that the ``plain'' version will be
30272in a comment for those modes, also.
30273See @ref{Customizing Embedded Mode} to see how to change the ``plain''
30274formula delimiters.
30275
30276There are several notations which Calc's parser for ``big''
30277formatted formulas can't yet recognize. In particular, it can't
30278read the large symbols for @code{sum}, @code{prod}, and @code{integ},
30279and it can't handle @samp{=>} with the righthand argument omitted.
30280Also, Calc won't recognize special formats you have defined with
30281the @kbd{Z C} command (@pxref{User-Defined Compositions}). In
30282these cases it is important to use ``plain'' mode to make sure
30283Calc will be able to read your formula later.
30284
30285Another example where ``plain'' mode is important is if you have
30286specified a float mode with few digits of precision. Normally
30287any digits that are computed but not displayed will simply be
30288lost when you save and re-load your embedded buffer, but ``plain''
30289mode allows you to make sure that the complete number is present
30290in the file as well as the rounded-down number.
30291
30292@tex
30293\bigskip
30294@end tex
30295
30296Embedded buffers remember active formulas for as long as they
30297exist in Emacs memory. Suppose you have an embedded formula
30298which is @cpi{} to the normal 12 decimal places, and then
30299type @w{@kbd{C-u 5 d n}} to display only five decimal places.
30300If you then type @kbd{d n}, all 12 places reappear because the
30301full number is still there on the Calc stack. More surprisingly,
30302even if you exit Embedded mode and later re-enter it for that
30303formula, typing @kbd{d n} will restore all 12 places because
30304each buffer remembers all its active formulas. However, if you
30305save the buffer in a file and reload it in a new Emacs session,
30306all non-displayed digits will have been lost unless you used
30307``plain'' mode.
30308
30309@tex
30310\bigskip
30311@end tex
30312
30313In some applications of Embedded mode, you will want to have a
30314sequence of copies of a formula that show its evolution as you
30315work on it. For example, you might want to have a sequence
30316like this in your file (elaborating here on the example from
30317the ``Getting Started'' chapter):
30318
30319@smallexample
30320The derivative of
30321
30322 ln(ln(x))
30323
30324is
30325
30326 @r{(the derivative of }ln(ln(x))@r{)}
30327
30328whose value at x = 2 is
30329
30330 @r{(the value)}
30331
30332and at x = 3 is
30333
30334 @r{(the value)}
30335@end smallexample
30336
30337@kindex C-x * d
30338@pindex calc-embedded-duplicate
30339The @kbd{C-x * d} (@code{calc-embedded-duplicate}) command is a
30340handy way to make sequences like this. If you type @kbd{C-x * d},
30341the formula under the cursor (which may or may not have Embedded
30342mode enabled for it at the time) is copied immediately below and
30343Embedded mode is then enabled for that copy.
30344
30345For this example, you would start with just
30346
30347@smallexample
30348The derivative of
30349
30350 ln(ln(x))
30351@end smallexample
30352
30353@noindent
30354and press @kbd{C-x * d} with the cursor on this formula. The result
30355is
30356
30357@smallexample
30358The derivative of
30359
30360 ln(ln(x))
30361
30362
30363 ln(ln(x))
30364@end smallexample
30365
30366@noindent
30367with the second copy of the formula enabled in Embedded mode.
30368You can now press @kbd{a d x @key{RET}} to take the derivative, and
30369@kbd{C-x * d C-x * d} to make two more copies of the derivative.
30370To complete the computations, type @kbd{3 s l x @key{RET}} to evaluate
30371the last formula, then move up to the second-to-last formula
30372and type @kbd{2 s l x @key{RET}}.
30373
30374Finally, you would want to press @kbd{C-x * e} to exit Embedded
30375mode, then go up and insert the necessary text in between the
30376various formulas and numbers.
30377
30378@tex
30379\bigskip
30380@end tex
30381
30382@kindex C-x * f
30383@kindex C-x * '
30384@pindex calc-embedded-new-formula
30385The @kbd{C-x * f} (@code{calc-embedded-new-formula}) command
30386creates a new embedded formula at the current point. It inserts
30387some default delimiters, which are usually just blank lines,
30388and then does an algebraic entry to get the formula (which is
30389then enabled for Embedded mode). This is just shorthand for
30390typing the delimiters yourself, positioning the cursor between
30391the new delimiters, and pressing @kbd{C-x * e}. The key sequence
30392@kbd{C-x * '} is equivalent to @kbd{C-x * f}.
30393
30394@kindex C-x * n
30395@kindex C-x * p
30396@pindex calc-embedded-next
30397@pindex calc-embedded-previous
30398The @kbd{C-x * n} (@code{calc-embedded-next}) and @kbd{C-x * p}
30399(@code{calc-embedded-previous}) commands move the cursor to the
30400next or previous active embedded formula in the buffer. They
30401can take positive or negative prefix arguments to move by several
30402formulas. Note that these commands do not actually examine the
30403text of the buffer looking for formulas; they only see formulas
30404which have previously been activated in Embedded mode. In fact,
30405@kbd{C-x * n} and @kbd{C-x * p} are a useful way to tell which
30406embedded formulas are currently active. Also, note that these
30407commands do not enable Embedded mode on the next or previous
30408formula, they just move the cursor.
30409
30410@kindex C-x * `
30411@pindex calc-embedded-edit
30412The @kbd{C-x * `} (@code{calc-embedded-edit}) command edits the
30413embedded formula at the current point as if by @kbd{`} (@code{calc-edit}).
30414Embedded mode does not have to be enabled for this to work. Press
30415@kbd{C-c C-c} to finish the edit, or @kbd{C-x k} to cancel.
30416
30417@node Assignments in Embedded Mode, Mode Settings in Embedded Mode, More About Embedded Mode, Embedded Mode
30418@section Assignments in Embedded Mode
30419
30420@noindent
30421The @samp{:=} (assignment) and @samp{=>} (``evaluates-to'') operators
30422are especially useful in Embedded mode. They allow you to make
30423a definition in one formula, then refer to that definition in
30424other formulas embedded in the same buffer.
30425
30426An embedded formula which is an assignment to a variable, as in
30427
30428@example
30429foo := 5
30430@end example
30431
30432@noindent
30433records @expr{5} as the stored value of @code{foo} for the
30434purposes of Embedded mode operations in the current buffer. It
30435does @emph{not} actually store @expr{5} as the ``global'' value
30436of @code{foo}, however. Regular Calc operations, and Embedded
30437formulas in other buffers, will not see this assignment.
30438
30439One way to use this assigned value is simply to create an
30440Embedded formula elsewhere that refers to @code{foo}, and to press
30441@kbd{=} in that formula. However, this permanently replaces the
30442@code{foo} in the formula with its current value. More interesting
30443is to use @samp{=>} elsewhere:
30444
30445@example
30446foo + 7 => 12
30447@end example
30448
30449@xref{Evaluates-To Operator}, for a general discussion of @samp{=>}.
30450
30451If you move back and change the assignment to @code{foo}, any
30452@samp{=>} formulas which refer to it are automatically updated.
30453
30454@example
30455foo := 17
30456
30457foo + 7 => 24
30458@end example
30459
30460The obvious question then is, @emph{how} can one easily change the
30461assignment to @code{foo}? If you simply select the formula in
30462Embedded mode and type 17, the assignment itself will be replaced
30463by the 17. The effect on the other formula will be that the
30464variable @code{foo} becomes unassigned:
30465
30466@example
3046717
30468
30469foo + 7 => foo + 7
30470@end example
30471
30472The right thing to do is first to use a selection command (@kbd{j 2}
30473will do the trick) to select the righthand side of the assignment.
30474Then, @kbd{17 @key{TAB} @key{DEL}} will swap the 17 into place (@pxref{Selecting
30475Subformulas}, to see how this works).
30476
30477@kindex C-x * j
30478@pindex calc-embedded-select
30479The @kbd{C-x * j} (@code{calc-embedded-select}) command provides an
30480easy way to operate on assignments. It is just like @kbd{C-x * e},
30481except that if the enabled formula is an assignment, it uses
30482@kbd{j 2} to select the righthand side. If the enabled formula
30483is an evaluates-to, it uses @kbd{j 1} to select the lefthand side.
30484A formula can also be a combination of both:
30485
30486@example
30487bar := foo + 3 => 20
30488@end example
30489
30490@noindent
30491in which case @kbd{C-x * j} will select the middle part (@samp{foo + 3}).
30492
30493The formula is automatically deselected when you leave Embedded
30494mode.
30495
30496@kindex C-x * u
30497@pindex calc-embedded-update-formula
30498Another way to change the assignment to @code{foo} would simply be
30499to edit the number using regular Emacs editing rather than Embedded
30500mode. Then, we have to find a way to get Embedded mode to notice
30501the change. The @kbd{C-x * u} (@code{calc-embedded-update-formula})
30502command is a convenient way to do this.
30503
30504@example
30505foo := 6
30506
30507foo + 7 => 13
30508@end example
30509
30510Pressing @kbd{C-x * u} is much like pressing @kbd{C-x * e = C-x * e}, that
30511is, temporarily enabling Embedded mode for the formula under the
30512cursor and then evaluating it with @kbd{=}. But @kbd{C-x * u} does
30513not actually use @kbd{C-x * e}, and in fact another formula somewhere
30514else can be enabled in Embedded mode while you use @kbd{C-x * u} and
30515that formula will not be disturbed.
30516
30517With a numeric prefix argument, @kbd{C-x * u} updates all active
30518@samp{=>} formulas in the buffer. Formulas which have not yet
30519been activated in Embedded mode, and formulas which do not have
30520@samp{=>} as their top-level operator, are not affected by this.
30521(This is useful only if you have used @kbd{m C}; see below.)
30522
30523With a plain @kbd{C-u} prefix, @kbd{C-u C-x * u} updates only in the
30524region between mark and point rather than in the whole buffer.
30525
30526@kbd{C-x * u} is also a handy way to activate a formula, such as an
30527@samp{=>} formula that has freshly been typed in or loaded from a
30528file.
30529
30530@kindex C-x * a
30531@pindex calc-embedded-activate
30532The @kbd{C-x * a} (@code{calc-embedded-activate}) command scans
30533through the current buffer and activates all embedded formulas
30534that contain @samp{:=} or @samp{=>} symbols. This does not mean
30535that Embedded mode is actually turned on, but only that the
30536formulas' positions are registered with Embedded mode so that
30537the @samp{=>} values can be properly updated as assignments are
30538changed.
30539
30540It is a good idea to type @kbd{C-x * a} right after loading a file
30541that uses embedded @samp{=>} operators. Emacs includes a nifty
30542``buffer-local variables'' feature that you can use to do this
30543automatically. The idea is to place near the end of your file
30544a few lines that look like this:
30545
30546@example
30547--- Local Variables: ---
30548--- eval:(calc-embedded-activate) ---
30549--- End: ---
30550@end example
30551
30552@noindent
30553where the leading and trailing @samp{---} can be replaced by
30554any suitable strings (which must be the same on all three lines)
30555or omitted altogether; in a @TeX{} or La@TeX{} file, @samp{%} would be a good
30556leading string and no trailing string would be necessary. In a
30557C program, @samp{/*} and @samp{*/} would be good leading and
30558trailing strings.
30559
30560When Emacs loads a file into memory, it checks for a Local Variables
30561section like this one at the end of the file. If it finds this
30562section, it does the specified things (in this case, running
30563@kbd{C-x * a} automatically) before editing of the file begins.
30564The Local Variables section must be within 3000 characters of the
30565end of the file for Emacs to find it, and it must be in the last
30566page of the file if the file has any page separators.
30567@xref{File Variables, , Local Variables in Files, emacs, the
30568Emacs manual}.
30569
30570Note that @kbd{C-x * a} does not update the formulas it finds.
30571To do this, type, say, @kbd{M-1 C-x * u} after @w{@kbd{C-x * a}}.
30572Generally this should not be a problem, though, because the
30573formulas will have been up-to-date already when the file was
30574saved.
30575
30576Normally, @kbd{C-x * a} activates all the formulas it finds, but
30577any previous active formulas remain active as well. With a
30578positive numeric prefix argument, @kbd{C-x * a} first deactivates
30579all current active formulas, then actives the ones it finds in
30580its scan of the buffer. With a negative prefix argument,
30581@kbd{C-x * a} simply deactivates all formulas.
30582
30583Embedded mode has two symbols, @samp{Active} and @samp{~Active},
30584which it puts next to the major mode name in a buffer's mode line.
30585It puts @samp{Active} if it has reason to believe that all
30586formulas in the buffer are active, because you have typed @kbd{C-x * a}
30587and Calc has not since had to deactivate any formulas (which can
30588happen if Calc goes to update an @samp{=>} formula somewhere because
30589a variable changed, and finds that the formula is no longer there
30590due to some kind of editing outside of Embedded mode). Calc puts
30591@samp{~Active} in the mode line if some, but probably not all,
30592formulas in the buffer are active. This happens if you activate
30593a few formulas one at a time but never use @kbd{C-x * a}, or if you
30594used @kbd{C-x * a} but then Calc had to deactivate a formula
30595because it lost track of it. If neither of these symbols appears
30596in the mode line, no embedded formulas are active in the buffer
30597(e.g., before Embedded mode has been used, or after a @kbd{M-- C-x * a}).
30598
30599Embedded formulas can refer to assignments both before and after them
30600in the buffer. If there are several assignments to a variable, the
30601nearest preceding assignment is used if there is one, otherwise the
30602following assignment is used.
30603
30604@example
30605x => 1
30606
30607x := 1
30608
30609x => 1
30610
30611x := 2
30612
30613x => 2
30614@end example
30615
30616As well as simple variables, you can also assign to subscript
30617expressions of the form @samp{@var{var}_@var{number}} (as in
30618@code{x_0}), or @samp{@var{var}_@var{var}} (as in @code{x_max}).
30619Assignments to other kinds of objects can be represented by Calc,
30620but the automatic linkage between assignments and references works
30621only for plain variables and these two kinds of subscript expressions.
30622
30623If there are no assignments to a given variable, the global
30624stored value for the variable is used (@pxref{Storing Variables}),
30625or, if no value is stored, the variable is left in symbolic form.
30626Note that global stored values will be lost when the file is saved
30627and loaded in a later Emacs session, unless you have used the
30628@kbd{s p} (@code{calc-permanent-variable}) command to save them;
30629@pxref{Operations on Variables}.
30630
30631The @kbd{m C} (@code{calc-auto-recompute}) command turns automatic
30632recomputation of @samp{=>} forms on and off. If you turn automatic
30633recomputation off, you will have to use @kbd{C-x * u} to update these
30634formulas manually after an assignment has been changed. If you
30635plan to change several assignments at once, it may be more efficient
30636to type @kbd{m C}, change all the assignments, then use @kbd{M-1 C-x * u}
30637to update the entire buffer afterwards. The @kbd{m C} command also
30638controls @samp{=>} formulas on the stack; @pxref{Evaluates-To
30639Operator}. When you turn automatic recomputation back on, the
30640stack will be updated but the Embedded buffer will not; you must
30641use @kbd{C-x * u} to update the buffer by hand.
30642
30643@node Mode Settings in Embedded Mode, Customizing Embedded Mode, Assignments in Embedded Mode, Embedded Mode
30644@section Mode Settings in Embedded Mode
30645
30646@kindex m e
30647@pindex calc-embedded-preserve-modes
30648@noindent
30649The mode settings can be changed while Calc is in embedded mode, but
30650by default they will revert to their original values when embedded mode
30651is ended. However, the modes saved when the mode-recording mode is
30652@code{Save} (see below) and the modes in effect when the @kbd{m e}
30653(@code{calc-embedded-preserve-modes}) command is given
30654will be preserved when embedded mode is ended.
30655
30656Embedded mode has a rather complicated mechanism for handling mode
30657settings in Embedded formulas. It is possible to put annotations
30658in the file that specify mode settings either global to the entire
30659file or local to a particular formula or formulas. In the latter
30660case, different modes can be specified for use when a formula
30661is the enabled Embedded mode formula.
30662
30663When you give any mode-setting command, like @kbd{m f} (for Fraction
30664mode) or @kbd{d s} (for scientific notation), Embedded mode adds
30665a line like the following one to the file just before the opening
30666delimiter of the formula.
30667
30668@example
30669% [calc-mode: fractions: t]
30670% [calc-mode: float-format: (sci 0)]
30671@end example
30672
30673When Calc interprets an embedded formula, it scans the text before
30674the formula for mode-setting annotations like these and sets the
30675Calc buffer to match these modes. Modes not explicitly described
30676in the file are not changed. Calc scans all the way to the top of
30677the file, or up to a line of the form
30678
30679@example
30680% [calc-defaults]
30681@end example
30682
30683@noindent
30684which you can insert at strategic places in the file if this backward
30685scan is getting too slow, or just to provide a barrier between one
30686``zone'' of mode settings and another.
30687
30688If the file contains several annotations for the same mode, the
30689closest one before the formula is used. Annotations after the
30690formula are never used (except for global annotations, described
30691below).
30692
30693The scan does not look for the leading @samp{% }, only for the
30694square brackets and the text they enclose. In fact, the leading
30695characters are different for different major modes. You can edit the
30696mode annotations to a style that works better in context if you wish.
30697@xref{Customizing Embedded Mode}, to see how to change the style
30698that Calc uses when it generates the annotations. You can write
30699mode annotations into the file yourself if you know the syntax;
30700the easiest way to find the syntax for a given mode is to let
30701Calc write the annotation for it once and see what it does.
30702
30703If you give a mode-changing command for a mode that already has
30704a suitable annotation just above the current formula, Calc will
30705modify that annotation rather than generating a new, conflicting
30706one.
30707
30708Mode annotations have three parts, separated by colons. (Spaces
30709after the colons are optional.) The first identifies the kind
30710of mode setting, the second is a name for the mode itself, and
30711the third is the value in the form of a Lisp symbol, number,
30712or list. Annotations with unrecognizable text in the first or
30713second parts are ignored. The third part is not checked to make
30714sure the value is of a valid type or range; if you write an
30715annotation by hand, be sure to give a proper value or results
30716will be unpredictable. Mode-setting annotations are case-sensitive.
30717
30718While Embedded mode is enabled, the word @code{Local} appears in
30719the mode line. This is to show that mode setting commands generate
30720annotations that are ``local'' to the current formula or set of
30721formulas. The @kbd{m R} (@code{calc-mode-record-mode}) command
30722causes Calc to generate different kinds of annotations. Pressing
30723@kbd{m R} repeatedly cycles through the possible modes.
30724
30725@code{LocEdit} and @code{LocPerm} modes generate annotations
30726that look like this, respectively:
30727
30728@example
30729% [calc-edit-mode: float-format: (sci 0)]
30730% [calc-perm-mode: float-format: (sci 5)]
30731@end example
30732
30733The first kind of annotation will be used only while a formula
30734is enabled in Embedded mode. The second kind will be used only
30735when the formula is @emph{not} enabled. (Whether the formula
30736is ``active'' or not, i.e., whether Calc has seen this formula
30737yet, is not relevant here.)
30738
30739@code{Global} mode generates an annotation like this at the end
30740of the file:
30741
30742@example
30743% [calc-global-mode: fractions t]
30744@end example
30745
30746Global mode annotations affect all formulas throughout the file,
30747and may appear anywhere in the file. This allows you to tuck your
30748mode annotations somewhere out of the way, say, on a new page of
30749the file, as long as those mode settings are suitable for all
30750formulas in the file.
30751
30752Enabling a formula with @kbd{C-x * e} causes a fresh scan for local
30753mode annotations; you will have to use this after adding annotations
30754above a formula by hand to get the formula to notice them. Updating
30755a formula with @kbd{C-x * u} will also re-scan the local modes, but
30756global modes are only re-scanned by @kbd{C-x * a}.
30757
30758Another way that modes can get out of date is if you add a local
30759mode annotation to a formula that has another formula after it.
30760In this example, we have used the @kbd{d s} command while the
30761first of the two embedded formulas is active. But the second
30762formula has not changed its style to match, even though by the
30763rules of reading annotations the @samp{(sci 0)} applies to it, too.
30764
30765@example
30766% [calc-mode: float-format: (sci 0)]
307671.23e2
30768
30769456.
30770@end example
30771
30772We would have to go down to the other formula and press @kbd{C-x * u}
30773on it in order to get it to notice the new annotation.
30774
30775Two more mode-recording modes selectable by @kbd{m R} are available
30776which are also available outside of Embedded mode.
30777(@pxref{General Mode Commands}.) They are @code{Save}, in which mode
30778settings are recorded permanently in your Calc init file (the file given
30779by the variable @code{calc-settings-file}, typically @file{~/.calc.el})
30780rather than by annotating the current document, and no-recording
30781mode (where there is no symbol like @code{Save} or @code{Local} in
30782the mode line), in which mode-changing commands do not leave any
30783annotations at all.
30784
30785When Embedded mode is not enabled, mode-recording modes except
30786for @code{Save} have no effect.
30787
30788@node Customizing Embedded Mode, , Mode Settings in Embedded Mode, Embedded Mode
30789@section Customizing Embedded Mode
30790
30791@noindent
30792You can modify Embedded mode's behavior by setting various Lisp
30793variables described here. These variables are customizable
30794(@pxref{Customizing Calc}), or you can use @kbd{M-x set-variable}
30795or @kbd{M-x edit-options} to adjust a variable on the fly.
30796(Another possibility would be to use a file-local variable annotation at
30797the end of the file;
30798@pxref{File Variables, , Local Variables in Files, emacs, the Emacs manual}.)
30799Many of the variables given mentioned here can be set to depend on the
30800major mode of the editing buffer (@pxref{Customizing Calc}).
30801
30802@vindex calc-embedded-open-formula
30803The @code{calc-embedded-open-formula} variable holds a regular
30804expression for the opening delimiter of a formula. @xref{Regexp Search,
30805, Regular Expression Search, emacs, the Emacs manual}, to see
30806how regular expressions work. Basically, a regular expression is a
30807pattern that Calc can search for. A regular expression that considers
30808blank lines, @samp{$}, and @samp{$$} to be opening delimiters is
30809@code{"\\`\\|^\n\\|\\$\\$?"}. Just in case the meaning of this
30810regular expression is not completely plain, let's go through it
30811in detail.
30812
30813The surrounding @samp{" "} marks quote the text between them as a
30814Lisp string. If you left them off, @code{set-variable} or
30815@code{edit-options} would try to read the regular expression as a
30816Lisp program.
30817
30818The most obvious property of this regular expression is that it
30819contains indecently many backslashes. There are actually two levels
30820of backslash usage going on here. First, when Lisp reads a quoted
30821string, all pairs of characters beginning with a backslash are
30822interpreted as special characters. Here, @code{\n} changes to a
30823new-line character, and @code{\\} changes to a single backslash.
30824So the actual regular expression seen by Calc is
30825@samp{\`\|^ @r{(newline)} \|\$\$?}.
30826
30827Regular expressions also consider pairs beginning with backslash
30828to have special meanings. Sometimes the backslash is used to quote
30829a character that otherwise would have a special meaning in a regular
30830expression, like @samp{$}, which normally means ``end-of-line,''
30831or @samp{?}, which means that the preceding item is optional. So
30832@samp{\$\$?} matches either one or two dollar signs.
30833
30834The other codes in this regular expression are @samp{^}, which matches
30835``beginning-of-line,'' @samp{\|}, which means ``or,'' and @samp{\`},
30836which matches ``beginning-of-buffer.'' So the whole pattern means
30837that a formula begins at the beginning of the buffer, or on a newline
30838that occurs at the beginning of a line (i.e., a blank line), or at
30839one or two dollar signs.
30840
30841The default value of @code{calc-embedded-open-formula} looks just
30842like this example, with several more alternatives added on to
30843recognize various other common kinds of delimiters.
30844
30845By the way, the reason to use @samp{^\n} rather than @samp{^$}
30846or @samp{\n\n}, which also would appear to match blank lines,
30847is that the former expression actually ``consumes'' only one
30848newline character as @emph{part of} the delimiter, whereas the
30849latter expressions consume zero or two newlines, respectively.
30850The former choice gives the most natural behavior when Calc
30851must operate on a whole formula including its delimiters.
30852
30853See the Emacs manual for complete details on regular expressions.
30854But just for your convenience, here is a list of all characters
30855which must be quoted with backslash (like @samp{\$}) to avoid
30856some special interpretation: @samp{. * + ? [ ] ^ $ \}. (Note
30857the backslash in this list; for example, to match @samp{\[} you
30858must use @code{"\\\\\\["}. An exercise for the reader is to
30859account for each of these six backslashes!)
30860
30861@vindex calc-embedded-close-formula
30862The @code{calc-embedded-close-formula} variable holds a regular
30863expression for the closing delimiter of a formula. A closing
30864regular expression to match the above example would be
30865@code{"\\'\\|\n$\\|\\$\\$?"}. This is almost the same as the
30866other one, except it now uses @samp{\'} (``end-of-buffer'') and
30867@samp{\n$} (newline occurring at end of line, yet another way
30868of describing a blank line that is more appropriate for this
30869case).
30870
4a65fb7a
JB
30871@vindex calc-embedded-word-regexp
30872The @code{calc-embedded-word-regexp} variable holds a regular expression
30873used to define an expression to look for (a ``word'') when you type
30874@kbd{C-x * w} to enable Embedded mode.
4009494e
GM
30875
30876@vindex calc-embedded-open-plain
30877The @code{calc-embedded-open-plain} variable is a string which
30878begins a ``plain'' formula written in front of the formatted
30879formula when @kbd{d p} mode is turned on. Note that this is an
30880actual string, not a regular expression, because Calc must be able
30881to write this string into a buffer as well as to recognize it.
30882The default string is @code{"%%% "} (note the trailing space), but may
30883be different for certain major modes.
30884
30885@vindex calc-embedded-close-plain
30886The @code{calc-embedded-close-plain} variable is a string which
30887ends a ``plain'' formula. The default is @code{" %%%\n"}, but may be
30888different for different major modes. Without
30889the trailing newline here, the first line of a Big mode formula
30890that followed might be shifted over with respect to the other lines.
30891
30892@vindex calc-embedded-open-new-formula
30893The @code{calc-embedded-open-new-formula} variable is a string
30894which is inserted at the front of a new formula when you type
30895@kbd{C-x * f}. Its default value is @code{"\n\n"}. If this
30896string begins with a newline character and the @kbd{C-x * f} is
30897typed at the beginning of a line, @kbd{C-x * f} will skip this
30898first newline to avoid introducing unnecessary blank lines in
30899the file.
30900
30901@vindex calc-embedded-close-new-formula
30902The @code{calc-embedded-close-new-formula} variable is the corresponding
30903string which is inserted at the end of a new formula. Its default
30904value is also @code{"\n\n"}. The final newline is omitted by
30905@w{@kbd{C-x * f}} if typed at the end of a line. (It follows that if
30906@kbd{C-x * f} is typed on a blank line, both a leading opening
30907newline and a trailing closing newline are omitted.)
30908
30909@vindex calc-embedded-announce-formula
30910The @code{calc-embedded-announce-formula} variable is a regular
30911expression which is sure to be followed by an embedded formula.
30912The @kbd{C-x * a} command searches for this pattern as well as for
30913@samp{=>} and @samp{:=} operators. Note that @kbd{C-x * a} will
30914not activate just anything surrounded by formula delimiters; after
30915all, blank lines are considered formula delimiters by default!
30916But if your language includes a delimiter which can only occur
30917actually in front of a formula, you can take advantage of it here.
30918The default pattern is @code{"%Embed\n\\(% .*\n\\)*"}, but may be
30919different for different major modes.
30920This pattern will check for @samp{%Embed} followed by any number of
30921lines beginning with @samp{%} and a space. This last is important to
30922make Calc consider mode annotations part of the pattern, so that the
30923formula's opening delimiter really is sure to follow the pattern.
30924
30925@vindex calc-embedded-open-mode
30926The @code{calc-embedded-open-mode} variable is a string (not a
30927regular expression) which should precede a mode annotation.
30928Calc never scans for this string; Calc always looks for the
30929annotation itself. But this is the string that is inserted before
30930the opening bracket when Calc adds an annotation on its own.
30931The default is @code{"% "}, but may be different for different major
30932modes.
30933
30934@vindex calc-embedded-close-mode
30935The @code{calc-embedded-close-mode} variable is a string which
30936follows a mode annotation written by Calc. Its default value
30937is simply a newline, @code{"\n"}, but may be different for different
30938major modes. If you change this, it is a good idea still to end with a
30939newline so that mode annotations will appear on lines by themselves.
30940
30941@node Programming, Copying, Embedded Mode, Top
30942@chapter Programming
30943
30944@noindent
30945There are several ways to ``program'' the Emacs Calculator, depending
30946on the nature of the problem you need to solve.
30947
30948@enumerate
30949@item
30950@dfn{Keyboard macros} allow you to record a sequence of keystrokes
30951and play them back at a later time. This is just the standard Emacs
30952keyboard macro mechanism, dressed up with a few more features such
30953as loops and conditionals.
30954
30955@item
30956@dfn{Algebraic definitions} allow you to use any formula to define a
30957new function. This function can then be used in algebraic formulas or
30958as an interactive command.
30959
30960@item
30961@dfn{Rewrite rules} are discussed in the section on algebra commands.
30962@xref{Rewrite Rules}. If you put your rewrite rules in the variable
30963@code{EvalRules}, they will be applied automatically to all Calc
30964results in just the same way as an internal ``rule'' is applied to
30965evaluate @samp{sqrt(9)} to 3 and so on. @xref{Automatic Rewrites}.
30966
30967@item
30968@dfn{Lisp} is the programming language that Calc (and most of Emacs)
30969is written in. If the above techniques aren't powerful enough, you
30970can write Lisp functions to do anything that built-in Calc commands
30971can do. Lisp code is also somewhat faster than keyboard macros or
30972rewrite rules.
30973@end enumerate
30974
30975@kindex z
30976Programming features are available through the @kbd{z} and @kbd{Z}
30977prefix keys. New commands that you define are two-key sequences
30978beginning with @kbd{z}. Commands for managing these definitions
30979use the shift-@kbd{Z} prefix. (The @kbd{Z T} (@code{calc-timing})
30980command is described elsewhere; @pxref{Troubleshooting Commands}.
30981The @kbd{Z C} (@code{calc-user-define-composition}) command is also
30982described elsewhere; @pxref{User-Defined Compositions}.)
30983
30984@menu
30985* Creating User Keys::
30986* Keyboard Macros::
30987* Invocation Macros::
30988* Algebraic Definitions::
30989* Lisp Definitions::
30990@end menu
30991
30992@node Creating User Keys, Keyboard Macros, Programming, Programming
30993@section Creating User Keys
30994
30995@noindent
30996@kindex Z D
30997@pindex calc-user-define
30998Any Calculator command may be bound to a key using the @kbd{Z D}
30999(@code{calc-user-define}) command. Actually, it is bound to a two-key
31000sequence beginning with the lower-case @kbd{z} prefix.
31001
31002The @kbd{Z D} command first prompts for the key to define. For example,
31003press @kbd{Z D a} to define the new key sequence @kbd{z a}. You are then
31004prompted for the name of the Calculator command that this key should
31005run. For example, the @code{calc-sincos} command is not normally
31006available on a key. Typing @kbd{Z D s sincos @key{RET}} programs the
31007@kbd{z s} key sequence to run @code{calc-sincos}. This definition will remain
31008in effect for the rest of this Emacs session, or until you redefine
31009@kbd{z s} to be something else.
31010
31011You can actually bind any Emacs command to a @kbd{z} key sequence by
31012backspacing over the @samp{calc-} when you are prompted for the command name.
31013
31014As with any other prefix key, you can type @kbd{z ?} to see a list of
31015all the two-key sequences you have defined that start with @kbd{z}.
31016Initially, no @kbd{z} sequences (except @kbd{z ?} itself) are defined.
31017
31018User keys are typically letters, but may in fact be any key.
31019(@key{META}-keys are not permitted, nor are a terminal's special
31020function keys which generate multi-character sequences when pressed.)
31021You can define different commands on the shifted and unshifted versions
31022of a letter if you wish.
31023
31024@kindex Z U
31025@pindex calc-user-undefine
31026The @kbd{Z U} (@code{calc-user-undefine}) command unbinds a user key.
31027For example, the key sequence @kbd{Z U s} will undefine the @code{sincos}
31028key we defined above.
31029
31030@kindex Z P
31031@pindex calc-user-define-permanent
31032@cindex Storing user definitions
31033@cindex Permanent user definitions
31034@cindex Calc init file, user-defined commands
31035The @kbd{Z P} (@code{calc-user-define-permanent}) command makes a key
31036binding permanent so that it will remain in effect even in future Emacs
31037sessions. (It does this by adding a suitable bit of Lisp code into
31038your Calc init file; that is, the file given by the variable
31039@code{calc-settings-file}, typically @file{~/.calc.el}.) For example,
31040@kbd{Z P s} would register our @code{sincos} command permanently. If
31041you later wish to unregister this command you must edit your Calc init
31042file by hand. (@xref{General Mode Commands}, for a way to tell Calc to
31043use a different file for the Calc init file.)
31044
31045The @kbd{Z P} command also saves the user definition, if any, for the
31046command bound to the key. After @kbd{Z F} and @kbd{Z C}, a given user
31047key could invoke a command, which in turn calls an algebraic function,
31048which might have one or more special display formats. A single @kbd{Z P}
31049command will save all of these definitions.
31050To save an algebraic function, type @kbd{'} (the apostrophe)
31051when prompted for a key, and type the function name. To save a command
31052without its key binding, type @kbd{M-x} and enter a function name. (The
31053@samp{calc-} prefix will automatically be inserted for you.)
31054(If the command you give implies a function, the function will be saved,
31055and if the function has any display formats, those will be saved, but
31056not the other way around: Saving a function will not save any commands
31057or key bindings associated with the function.)
31058
31059@kindex Z E
31060@pindex calc-user-define-edit
31061@cindex Editing user definitions
31062The @kbd{Z E} (@code{calc-user-define-edit}) command edits the definition
31063of a user key. This works for keys that have been defined by either
31064keyboard macros or formulas; further details are contained in the relevant
31065following sections.
31066
31067@node Keyboard Macros, Invocation Macros, Creating User Keys, Programming
31068@section Programming with Keyboard Macros
31069
31070@noindent
31071@kindex X
31072@cindex Programming with keyboard macros
31073@cindex Keyboard macros
31074The easiest way to ``program'' the Emacs Calculator is to use standard
31075keyboard macros. Press @w{@kbd{C-x (}} to begin recording a macro. From
31076this point on, keystrokes you type will be saved away as well as
31077performing their usual functions. Press @kbd{C-x )} to end recording.
31078Press shift-@kbd{X} (or the standard Emacs key sequence @kbd{C-x e}) to
31079execute your keyboard macro by replaying the recorded keystrokes.
31080@xref{Keyboard Macros, , , emacs, the Emacs Manual}, for further
31081information.
31082
31083When you use @kbd{X} to invoke a keyboard macro, the entire macro is
31084treated as a single command by the undo and trail features. The stack
31085display buffer is not updated during macro execution, but is instead
31086fixed up once the macro completes. Thus, commands defined with keyboard
31087macros are convenient and efficient. The @kbd{C-x e} command, on the
31088other hand, invokes the keyboard macro with no special treatment: Each
31089command in the macro will record its own undo information and trail entry,
31090and update the stack buffer accordingly. If your macro uses features
31091outside of Calc's control to operate on the contents of the Calc stack
31092buffer, or if it includes Undo, Redo, or last-arguments commands, you
31093must use @kbd{C-x e} to make sure the buffer and undo list are up-to-date
31094at all times. You could also consider using @kbd{K} (@code{calc-keep-args})
31095instead of @kbd{M-@key{RET}} (@code{calc-last-args}).
31096
31097Calc extends the standard Emacs keyboard macros in several ways.
31098Keyboard macros can be used to create user-defined commands. Keyboard
31099macros can include conditional and iteration structures, somewhat
31100analogous to those provided by a traditional programmable calculator.
31101
31102@menu
31103* Naming Keyboard Macros::
31104* Conditionals in Macros::
31105* Loops in Macros::
31106* Local Values in Macros::
31107* Queries in Macros::
31108@end menu
31109
31110@node Naming Keyboard Macros, Conditionals in Macros, Keyboard Macros, Keyboard Macros
31111@subsection Naming Keyboard Macros
31112
31113@noindent
31114@kindex Z K
31115@pindex calc-user-define-kbd-macro
31116Once you have defined a keyboard macro, you can bind it to a @kbd{z}
31117key sequence with the @kbd{Z K} (@code{calc-user-define-kbd-macro}) command.
31118This command prompts first for a key, then for a command name. For
31119example, if you type @kbd{C-x ( n @key{TAB} n @key{TAB} C-x )} you will
31120define a keyboard macro which negates the top two numbers on the stack
31121(@key{TAB} swaps the top two stack elements). Now you can type
31122@kbd{Z K n @key{RET}} to define this keyboard macro onto the @kbd{z n} key
31123sequence. The default command name (if you answer the second prompt with
31124just the @key{RET} key as in this example) will be something like
31125@samp{calc-User-n}. The keyboard macro will now be available as both
31126@kbd{z n} and @kbd{M-x calc-User-n}. You can backspace and enter a more
31127descriptive command name if you wish.
31128
31129Macros defined by @kbd{Z K} act like single commands; they are executed
31130in the same way as by the @kbd{X} key. If you wish to define the macro
31131as a standard no-frills Emacs macro (to be executed as if by @kbd{C-x e}),
31132give a negative prefix argument to @kbd{Z K}.
31133
31134Once you have bound your keyboard macro to a key, you can use
31135@kbd{Z P} to register it permanently with Emacs. @xref{Creating User Keys}.
31136
31137@cindex Keyboard macros, editing
31138The @kbd{Z E} (@code{calc-user-define-edit}) command on a key that has
31139been defined by a keyboard macro tries to use the @code{edmacro} package
31140edit the macro. Type @kbd{C-c C-c} to finish editing and update
31141the definition stored on the key, or, to cancel the edit, kill the
31142buffer with @kbd{C-x k}.
31143The special characters @code{RET}, @code{LFD}, @code{TAB}, @code{SPC},
31144@code{DEL}, and @code{NUL} must be entered as these three character
31145sequences, written in all uppercase, as must the prefixes @code{C-} and
31146@code{M-}. Spaces and line breaks are ignored. Other characters are
31147copied verbatim into the keyboard macro. Basically, the notation is the
31148same as is used in all of this manual's examples, except that the manual
31149takes some liberties with spaces: When we say @kbd{' [1 2 3] @key{RET}},
31150we take it for granted that it is clear we really mean
31151@kbd{' [1 @key{SPC} 2 @key{SPC} 3] @key{RET}}.
31152
31153@kindex C-x * m
31154@pindex read-kbd-macro
31155The @kbd{C-x * m} (@code{read-kbd-macro}) command reads an Emacs ``region''
31156of spelled-out keystrokes and defines it as the current keyboard macro.
31157It is a convenient way to define a keyboard macro that has been stored
31158in a file, or to define a macro without executing it at the same time.
31159
31160@node Conditionals in Macros, Loops in Macros, Naming Keyboard Macros, Keyboard Macros
31161@subsection Conditionals in Keyboard Macros
31162
31163@noindent
31164@kindex Z [
31165@kindex Z ]
31166@pindex calc-kbd-if
31167@pindex calc-kbd-else
31168@pindex calc-kbd-else-if
31169@pindex calc-kbd-end-if
31170@cindex Conditional structures
31171The @kbd{Z [} (@code{calc-kbd-if}) and @kbd{Z ]} (@code{calc-kbd-end-if})
31172commands allow you to put simple tests in a keyboard macro. When Calc
31173sees the @kbd{Z [}, it pops an object from the stack and, if the object is
31174a non-zero value, continues executing keystrokes. But if the object is
31175zero, or if it is not provably nonzero, Calc skips ahead to the matching
31176@kbd{Z ]} keystroke. @xref{Logical Operations}, for a set of commands for
31177performing tests which conveniently produce 1 for true and 0 for false.
31178
31179For example, @kbd{@key{RET} 0 a < Z [ n Z ]} implements an absolute-value
31180function in the form of a keyboard macro. This macro duplicates the
31181number on the top of the stack, pushes zero and compares using @kbd{a <}
31182(@code{calc-less-than}), then, if the number was less than zero,
31183executes @kbd{n} (@code{calc-change-sign}). Otherwise, the change-sign
31184command is skipped.
31185
31186To program this macro, type @kbd{C-x (}, type the above sequence of
31187keystrokes, then type @kbd{C-x )}. Note that the keystrokes will be
31188executed while you are making the definition as well as when you later
31189re-execute the macro by typing @kbd{X}. Thus you should make sure a
31190suitable number is on the stack before defining the macro so that you
31191don't get a stack-underflow error during the definition process.
31192
31193Conditionals can be nested arbitrarily. However, there should be exactly
31194one @kbd{Z ]} for each @kbd{Z [} in a keyboard macro.
31195
31196@kindex Z :
31197The @kbd{Z :} (@code{calc-kbd-else}) command allows you to choose between
31198two keystroke sequences. The general format is @kbd{@var{cond} Z [
31199@var{then-part} Z : @var{else-part} Z ]}. If @var{cond} is true
31200(i.e., if the top of stack contains a non-zero number after @var{cond}
31201has been executed), the @var{then-part} will be executed and the
31202@var{else-part} will be skipped. Otherwise, the @var{then-part} will
31203be skipped and the @var{else-part} will be executed.
31204
31205@kindex Z |
31206The @kbd{Z |} (@code{calc-kbd-else-if}) command allows you to choose
31207between any number of alternatives. For example,
31208@kbd{@var{cond1} Z [ @var{part1} Z : @var{cond2} Z | @var{part2} Z :
31209@var{part3} Z ]} will execute @var{part1} if @var{cond1} is true,
31210otherwise it will execute @var{part2} if @var{cond2} is true, otherwise
31211it will execute @var{part3}.
31212
31213More precisely, @kbd{Z [} pops a number and conditionally skips to the
31214next matching @kbd{Z :} or @kbd{Z ]} key. @w{@kbd{Z ]}} has no effect when
31215actually executed. @kbd{Z :} skips to the next matching @kbd{Z ]}.
31216@kbd{Z |} pops a number and conditionally skips to the next matching
31217@kbd{Z :} or @kbd{Z ]}; thus, @kbd{Z [} and @kbd{Z |} are functionally
31218equivalent except that @kbd{Z [} participates in nesting but @kbd{Z |}
31219does not.
31220
31221Calc's conditional and looping constructs work by scanning the
31222keyboard macro for occurrences of character sequences like @samp{Z:}
31223and @samp{Z]}. One side-effect of this is that if you use these
31224constructs you must be careful that these character pairs do not
31225occur by accident in other parts of the macros. Since Calc rarely
31226uses shift-@kbd{Z} for any purpose except as a prefix character, this
31227is not likely to be a problem. Another side-effect is that it will
31228not work to define your own custom key bindings for these commands.
31229Only the standard shift-@kbd{Z} bindings will work correctly.
31230
31231@kindex Z C-g
31232If Calc gets stuck while skipping characters during the definition of a
31233macro, type @kbd{Z C-g} to cancel the definition. (Typing plain @kbd{C-g}
31234actually adds a @kbd{C-g} keystroke to the macro.)
31235
31236@node Loops in Macros, Local Values in Macros, Conditionals in Macros, Keyboard Macros
31237@subsection Loops in Keyboard Macros
31238
31239@noindent
31240@kindex Z <
31241@kindex Z >
31242@pindex calc-kbd-repeat
31243@pindex calc-kbd-end-repeat
31244@cindex Looping structures
31245@cindex Iterative structures
31246The @kbd{Z <} (@code{calc-kbd-repeat}) and @kbd{Z >}
31247(@code{calc-kbd-end-repeat}) commands pop a number from the stack,
31248which must be an integer, then repeat the keystrokes between the brackets
31249the specified number of times. If the integer is zero or negative, the
31250body is skipped altogether. For example, @kbd{1 @key{TAB} Z < 2 * Z >}
31251computes two to a nonnegative integer power. First, we push 1 on the
31252stack and then swap the integer argument back to the top. The @kbd{Z <}
31253pops that argument leaving the 1 back on top of the stack. Then, we
31254repeat a multiply-by-two step however many times.
31255
31256Once again, the keyboard macro is executed as it is being entered.
31257In this case it is especially important to set up reasonable initial
31258conditions before making the definition: Suppose the integer 1000 just
31259happened to be sitting on the stack before we typed the above definition!
31260Another approach is to enter a harmless dummy definition for the macro,
31261then go back and edit in the real one with a @kbd{Z E} command. Yet
31262another approach is to type the macro as written-out keystroke names
31263in a buffer, then use @kbd{C-x * m} (@code{read-kbd-macro}) to read the
31264macro.
31265
31266@kindex Z /
31267@pindex calc-break
31268The @kbd{Z /} (@code{calc-kbd-break}) command allows you to break out
31269of a keyboard macro loop prematurely. It pops an object from the stack;
31270if that object is true (a non-zero number), control jumps out of the
31271innermost enclosing @kbd{Z <} @dots{} @kbd{Z >} loop and continues
31272after the @kbd{Z >}. If the object is false, the @kbd{Z /} has no
31273effect. Thus @kbd{@var{cond} Z /} is similar to @samp{if (@var{cond}) break;}
31274in the C language.
31275
31276@kindex Z (
31277@kindex Z )
31278@pindex calc-kbd-for
31279@pindex calc-kbd-end-for
31280The @kbd{Z (} (@code{calc-kbd-for}) and @kbd{Z )} (@code{calc-kbd-end-for})
31281commands are similar to @kbd{Z <} and @kbd{Z >}, except that they make the
31282value of the counter available inside the loop. The general layout is
31283@kbd{@var{init} @var{final} Z ( @var{body} @var{step} Z )}. The @kbd{Z (}
31284command pops initial and final values from the stack. It then creates
31285a temporary internal counter and initializes it with the value @var{init}.
31286The @kbd{Z (} command then repeatedly pushes the counter value onto the
31287stack and executes @var{body} and @var{step}, adding @var{step} to the
31288counter each time until the loop finishes.
31289
31290@cindex Summations (by keyboard macros)
31291By default, the loop finishes when the counter becomes greater than (or
31292less than) @var{final}, assuming @var{initial} is less than (greater
31293than) @var{final}. If @var{initial} is equal to @var{final}, the body
31294executes exactly once. The body of the loop always executes at least
31295once. For example, @kbd{0 1 10 Z ( 2 ^ + 1 Z )} computes the sum of the
31296squares of the integers from 1 to 10, in steps of 1.
31297
31298If you give a numeric prefix argument of 1 to @kbd{Z (}, the loop is
31299forced to use upward-counting conventions. In this case, if @var{initial}
31300is greater than @var{final} the body will not be executed at all.
31301Note that @var{step} may still be negative in this loop; the prefix
31302argument merely constrains the loop-finished test. Likewise, a prefix
31303argument of @mathit{-1} forces downward-counting conventions.
31304
31305@kindex Z @{
31306@kindex Z @}
31307@pindex calc-kbd-loop
31308@pindex calc-kbd-end-loop
31309The @kbd{Z @{} (@code{calc-kbd-loop}) and @kbd{Z @}}
31310(@code{calc-kbd-end-loop}) commands are similar to @kbd{Z <} and
31311@kbd{Z >}, except that they do not pop a count from the stack---they
31312effectively create an infinite loop. Every @kbd{Z @{} @dots{} @kbd{Z @}}
31313loop ought to include at least one @kbd{Z /} to make sure the loop
31314doesn't run forever. (If any error message occurs which causes Emacs
31315to beep, the keyboard macro will also be halted; this is a standard
31316feature of Emacs. You can also generally press @kbd{C-g} to halt a
31317running keyboard macro, although not all versions of Unix support
31318this feature.)
31319
31320The conditional and looping constructs are not actually tied to
31321keyboard macros, but they are most often used in that context.
31322For example, the keystrokes @kbd{10 Z < 23 @key{RET} Z >} push
31323ten copies of 23 onto the stack. This can be typed ``live'' just
31324as easily as in a macro definition.
31325
31326@xref{Conditionals in Macros}, for some additional notes about
31327conditional and looping commands.
31328
31329@node Local Values in Macros, Queries in Macros, Loops in Macros, Keyboard Macros
31330@subsection Local Values in Macros
31331
31332@noindent
31333@cindex Local variables
31334@cindex Restoring saved modes
31335Keyboard macros sometimes want to operate under known conditions
31336without affecting surrounding conditions. For example, a keyboard
31337macro may wish to turn on Fraction mode, or set a particular
31338precision, independent of the user's normal setting for those
31339modes.
31340
31341@kindex Z `
31342@kindex Z '
31343@pindex calc-kbd-push
31344@pindex calc-kbd-pop
31345Macros also sometimes need to use local variables. Assignments to
31346local variables inside the macro should not affect any variables
31347outside the macro. The @kbd{Z `} (@code{calc-kbd-push}) and @kbd{Z '}
31348(@code{calc-kbd-pop}) commands give you both of these capabilities.
31349
31350When you type @kbd{Z `} (with a backquote or accent grave character),
31351the values of various mode settings are saved away. The ten ``quick''
31352variables @code{q0} through @code{q9} are also saved. When
31353you type @w{@kbd{Z '}} (with an apostrophe), these values are restored.
31354Pairs of @kbd{Z `} and @kbd{Z '} commands may be nested.
31355
31356If a keyboard macro halts due to an error in between a @kbd{Z `} and
31357a @kbd{Z '}, the saved values will be restored correctly even though
31358the macro never reaches the @kbd{Z '} command. Thus you can use
31359@kbd{Z `} and @kbd{Z '} without having to worry about what happens
31360in exceptional conditions.
31361
31362If you type @kbd{Z `} ``live'' (not in a keyboard macro), Calc puts
31363you into a ``recursive edit.'' You can tell you are in a recursive
31364edit because there will be extra square brackets in the mode line,
31365as in @samp{[(Calculator)]}. These brackets will go away when you
31366type the matching @kbd{Z '} command. The modes and quick variables
31367will be saved and restored in just the same way as if actual keyboard
31368macros were involved.
31369
31370The modes saved by @kbd{Z `} and @kbd{Z '} are the current precision
31371and binary word size, the angular mode (Deg, Rad, or HMS), the
31372simplification mode, Algebraic mode, Symbolic mode, Infinite mode,
31373Matrix or Scalar mode, Fraction mode, and the current complex mode
31374(Polar or Rectangular). The ten ``quick'' variables' values (or lack
31375thereof) are also saved.
31376
31377Most mode-setting commands act as toggles, but with a numeric prefix
31378they force the mode either on (positive prefix) or off (negative
31379or zero prefix). Since you don't know what the environment might
31380be when you invoke your macro, it's best to use prefix arguments
31381for all mode-setting commands inside the macro.
31382
31383In fact, @kbd{C-u Z `} is like @kbd{Z `} except that it sets the modes
31384listed above to their default values. As usual, the matching @kbd{Z '}
31385will restore the modes to their settings from before the @kbd{C-u Z `}.
31386Also, @w{@kbd{Z `}} with a negative prefix argument resets the algebraic mode
31387to its default (off) but leaves the other modes the same as they were
31388outside the construct.
31389
31390The contents of the stack and trail, values of non-quick variables, and
31391other settings such as the language mode and the various display modes,
31392are @emph{not} affected by @kbd{Z `} and @kbd{Z '}.
31393
31394@node Queries in Macros, , Local Values in Macros, Keyboard Macros
31395@subsection Queries in Keyboard Macros
31396
31397@c @noindent
31398@c @kindex Z =
31399@c @pindex calc-kbd-report
31400@c The @kbd{Z =} (@code{calc-kbd-report}) command displays an informative
31401@c message including the value on the top of the stack. You are prompted
31402@c to enter a string. That string, along with the top-of-stack value,
31403@c is displayed unless @kbd{m w} (@code{calc-working}) has been used
31404@c to turn such messages off.
31405
31406@noindent
31407@kindex Z #
31408@pindex calc-kbd-query
31409The @kbd{Z #} (@code{calc-kbd-query}) command prompts for an algebraic
31410entry which takes its input from the keyboard, even during macro
31411execution. All the normal conventions of algebraic input, including the
31412use of @kbd{$} characters, are supported. The prompt message itself is
31413taken from the top of the stack, and so must be entered (as a string)
31414before the @kbd{Z #} command. (Recall, as a string it can be entered by
31415pressing the @kbd{"} key and will appear as a vector when it is put on
31416the stack. The prompt message is only put on the stack to provide a
31417prompt for the @kbd{Z #} command; it will not play any role in any
31418subsequent calculations.) This command allows your keyboard macros to
31419accept numbers or formulas as interactive input.
31420
31421As an example,
31422@kbd{2 @key{RET} "Power: " @key{RET} Z # 3 @key{RET} ^} will prompt for
31423input with ``Power: '' in the minibuffer, then return 2 to the provided
31424power. (The response to the prompt that's given, 3 in this example,
31425will not be part of the macro.)
31426
31427@xref{Keyboard Macro Query, , , emacs, the Emacs Manual}, for a description of
31428@kbd{C-x q} (@code{kbd-macro-query}), the standard Emacs way to accept
31429keyboard input during a keyboard macro. In particular, you can use
31430@kbd{C-x q} to enter a recursive edit, which allows the user to perform
31431any Calculator operations interactively before pressing @kbd{C-M-c} to
31432return control to the keyboard macro.
31433
31434@node Invocation Macros, Algebraic Definitions, Keyboard Macros, Programming
31435@section Invocation Macros
31436
31437@kindex C-x * z
31438@kindex Z I
31439@pindex calc-user-invocation
31440@pindex calc-user-define-invocation
31441Calc provides one special keyboard macro, called up by @kbd{C-x * z}
31442(@code{calc-user-invocation}), that is intended to allow you to define
31443your own special way of starting Calc. To define this ``invocation
31444macro,'' create the macro in the usual way with @kbd{C-x (} and
31445@kbd{C-x )}, then type @kbd{Z I} (@code{calc-user-define-invocation}).
31446There is only one invocation macro, so you don't need to type any
31447additional letters after @kbd{Z I}. From now on, you can type
31448@kbd{C-x * z} at any time to execute your invocation macro.
31449
31450For example, suppose you find yourself often grabbing rectangles of
31451numbers into Calc and multiplying their columns. You can do this
31452by typing @kbd{C-x * r} to grab, and @kbd{V R : *} to multiply columns.
31453To make this into an invocation macro, just type @kbd{C-x ( C-x * r
31454V R : * C-x )}, then @kbd{Z I}. Then, to multiply a rectangle of data,
31455just mark the data in its buffer in the usual way and type @kbd{C-x * z}.
31456
31457Invocation macros are treated like regular Emacs keyboard macros;
31458all the special features described above for @kbd{Z K}-style macros
31459do not apply. @kbd{C-x * z} is just like @kbd{C-x e}, except that it
31460uses the macro that was last stored by @kbd{Z I}. (In fact, the
31461macro does not even have to have anything to do with Calc!)
31462
31463The @kbd{m m} command saves the last invocation macro defined by
31464@kbd{Z I} along with all the other Calc mode settings.
31465@xref{General Mode Commands}.
31466
31467@node Algebraic Definitions, Lisp Definitions, Invocation Macros, Programming
31468@section Programming with Formulas
31469
31470@noindent
31471@kindex Z F
31472@pindex calc-user-define-formula
31473@cindex Programming with algebraic formulas
31474Another way to create a new Calculator command uses algebraic formulas.
31475The @kbd{Z F} (@code{calc-user-define-formula}) command stores the
31476formula at the top of the stack as the definition for a key. This
31477command prompts for five things: The key, the command name, the function
31478name, the argument list, and the behavior of the command when given
31479non-numeric arguments.
31480
31481For example, suppose we type @kbd{' a+2b @key{RET}} to push the formula
31482@samp{a + 2*b} onto the stack. We now type @kbd{Z F m} to define this
31483formula on the @kbd{z m} key sequence. The next prompt is for a command
31484name, beginning with @samp{calc-}, which should be the long (@kbd{M-x}) form
31485for the new command. If you simply press @key{RET}, a default name like
31486@code{calc-User-m} will be constructed. In our example, suppose we enter
31487@kbd{spam @key{RET}} to define the new command as @code{calc-spam}.
31488
31489If you want to give the formula a long-style name only, you can press
31490@key{SPC} or @key{RET} when asked which single key to use. For example
31491@kbd{Z F @key{RET} spam @key{RET}} defines the new command as
31492@kbd{M-x calc-spam}, with no keyboard equivalent.
31493
31494The third prompt is for an algebraic function name. The default is to
31495use the same name as the command name but without the @samp{calc-}
31496prefix. (If this is of the form @samp{User-m}, the hyphen is removed so
31497it won't be taken for a minus sign in algebraic formulas.)
31498This is the name you will use if you want to enter your
31499new function in an algebraic formula. Suppose we enter @kbd{yow @key{RET}}.
31500Then the new function can be invoked by pushing two numbers on the
31501stack and typing @kbd{z m} or @kbd{x spam}, or by entering the algebraic
31502formula @samp{yow(x,y)}.
31503
31504The fourth prompt is for the function's argument list. This is used to
31505associate values on the stack with the variables that appear in the formula.
31506The default is a list of all variables which appear in the formula, sorted
31507into alphabetical order. In our case, the default would be @samp{(a b)}.
31508This means that, when the user types @kbd{z m}, the Calculator will remove
31509two numbers from the stack, substitute these numbers for @samp{a} and
31510@samp{b} (respectively) in the formula, then simplify the formula and
31511push the result on the stack. In other words, @kbd{10 @key{RET} 100 z m}
31512would replace the 10 and 100 on the stack with the number 210, which is
31513@expr{a + 2 b} with @expr{a=10} and @expr{b=100}. Likewise, the formula
31514@samp{yow(10, 100)} will be evaluated by substituting @expr{a=10} and
31515@expr{b=100} in the definition.
31516
31517You can rearrange the order of the names before pressing @key{RET} to
31518control which stack positions go to which variables in the formula. If
31519you remove a variable from the argument list, that variable will be left
31520in symbolic form by the command. Thus using an argument list of @samp{(b)}
31521for our function would cause @kbd{10 z m} to replace the 10 on the stack
31522with the formula @samp{a + 20}. If we had used an argument list of
31523@samp{(b a)}, the result with inputs 10 and 100 would have been 120.
31524
31525You can also put a nameless function on the stack instead of just a
31526formula, as in @samp{<a, b : a + 2 b>}. @xref{Specifying Operators}.
31527In this example, the command will be defined by the formula @samp{a + 2 b}
31528using the argument list @samp{(a b)}.
31529
31530The final prompt is a y-or-n question concerning what to do if symbolic
31531arguments are given to your function. If you answer @kbd{y}, then
31532executing @kbd{z m} (using the original argument list @samp{(a b)}) with
31533arguments @expr{10} and @expr{x} will leave the function in symbolic
31534form, i.e., @samp{yow(10,x)}. On the other hand, if you answer @kbd{n},
31535then the formula will always be expanded, even for non-constant
31536arguments: @samp{10 + 2 x}. If you never plan to feed algebraic
31537formulas to your new function, it doesn't matter how you answer this
31538question.
31539
31540If you answered @kbd{y} to this question you can still cause a function
31541call to be expanded by typing @kbd{a "} (@code{calc-expand-formula}).
31542Also, Calc will expand the function if necessary when you take a
31543derivative or integral or solve an equation involving the function.
31544
31545@kindex Z G
31546@pindex calc-get-user-defn
31547Once you have defined a formula on a key, you can retrieve this formula
31548with the @kbd{Z G} (@code{calc-user-define-get-defn}) command. Press a
31549key, and this command pushes the formula that was used to define that
31550key onto the stack. Actually, it pushes a nameless function that
31551specifies both the argument list and the defining formula. You will get
31552an error message if the key is undefined, or if the key was not defined
31553by a @kbd{Z F} command.
31554
31555The @kbd{Z E} (@code{calc-user-define-edit}) command on a key that has
31556been defined by a formula uses a variant of the @code{calc-edit} command
31557to edit the defining formula. Press @kbd{C-c C-c} to finish editing and
31558store the new formula back in the definition, or kill the buffer with
31559@kbd{C-x k} to
31560cancel the edit. (The argument list and other properties of the
31561definition are unchanged; to adjust the argument list, you can use
31562@kbd{Z G} to grab the function onto the stack, edit with @kbd{`}, and
31563then re-execute the @kbd{Z F} command.)
31564
31565As usual, the @kbd{Z P} command records your definition permanently.
31566In this case it will permanently record all three of the relevant
31567definitions: the key, the command, and the function.
31568
31569You may find it useful to turn off the default simplifications with
31570@kbd{m O} (@code{calc-no-simplify-mode}) when entering a formula to be
31571used as a function definition. For example, the formula @samp{deriv(a^2,v)}
31572which might be used to define a new function @samp{dsqr(a,v)} will be
31573``simplified'' to 0 immediately upon entry since @code{deriv} considers
31574@expr{a} to be constant with respect to @expr{v}. Turning off
31575default simplifications cures this problem: The definition will be stored
31576in symbolic form without ever activating the @code{deriv} function. Press
31577@kbd{m D} to turn the default simplifications back on afterwards.
31578
31579@node Lisp Definitions, , Algebraic Definitions, Programming
31580@section Programming with Lisp
31581
31582@noindent
31583The Calculator can be programmed quite extensively in Lisp. All you
31584do is write a normal Lisp function definition, but with @code{defmath}
31585in place of @code{defun}. This has the same form as @code{defun}, but it
31586automagically replaces calls to standard Lisp functions like @code{+} and
31587@code{zerop} with calls to the corresponding functions in Calc's own library.
31588Thus you can write natural-looking Lisp code which operates on all of the
31589standard Calculator data types. You can then use @kbd{Z D} if you wish to
31590bind your new command to a @kbd{z}-prefix key sequence. The @kbd{Z E} command
31591will not edit a Lisp-based definition.
31592
31593Emacs Lisp is described in the GNU Emacs Lisp Reference Manual. This section
31594assumes a familiarity with Lisp programming concepts; if you do not know
31595Lisp, you may find keyboard macros or rewrite rules to be an easier way
31596to program the Calculator.
31597
31598This section first discusses ways to write commands, functions, or
31599small programs to be executed inside of Calc. Then it discusses how
31600your own separate programs are able to call Calc from the outside.
31601Finally, there is a list of internal Calc functions and data structures
31602for the true Lisp enthusiast.
31603
31604@menu
31605* Defining Functions::
31606* Defining Simple Commands::
31607* Defining Stack Commands::
31608* Argument Qualifiers::
31609* Example Definitions::
31610
31611* Calling Calc from Your Programs::
31612* Internals::
31613@end menu
31614
31615@node Defining Functions, Defining Simple Commands, Lisp Definitions, Lisp Definitions
31616@subsection Defining New Functions
31617
31618@noindent
31619@findex defmath
31620The @code{defmath} function (actually a Lisp macro) is like @code{defun}
31621except that code in the body of the definition can make use of the full
31622range of Calculator data types. The prefix @samp{calcFunc-} is added
31623to the specified name to get the actual Lisp function name. As a simple
31624example,
31625
31626@example
31627(defmath myfact (n)
31628 (if (> n 0)
31629 (* n (myfact (1- n)))
31630 1))
31631@end example
31632
31633@noindent
31634This actually expands to the code,
31635
31636@example
31637(defun calcFunc-myfact (n)
31638 (if (math-posp n)
31639 (math-mul n (calcFunc-myfact (math-add n -1)))
31640 1))
31641@end example
31642
31643@noindent
31644This function can be used in algebraic expressions, e.g., @samp{myfact(5)}.
31645
31646The @samp{myfact} function as it is defined above has the bug that an
31647expression @samp{myfact(a+b)} will be simplified to 1 because the
31648formula @samp{a+b} is not considered to be @code{posp}. A robust
31649factorial function would be written along the following lines:
31650
31651@smallexample
31652(defmath myfact (n)
31653 (if (> n 0)
31654 (* n (myfact (1- n)))
31655 (if (= n 0)
31656 1
31657 nil))) ; this could be simplified as: (and (= n 0) 1)
31658@end smallexample
31659
31660If a function returns @code{nil}, it is left unsimplified by the Calculator
31661(except that its arguments will be simplified). Thus, @samp{myfact(a+1+2)}
31662will be simplified to @samp{myfact(a+3)} but no further. Beware that every
31663time the Calculator reexamines this formula it will attempt to resimplify
31664it, so your function ought to detect the returning-@code{nil} case as
31665efficiently as possible.
31666
31667The following standard Lisp functions are treated by @code{defmath}:
31668@code{+}, @code{-}, @code{*}, @code{/}, @code{%}, @code{^} or
31669@code{expt}, @code{=}, @code{<}, @code{>}, @code{<=}, @code{>=},
31670@code{/=}, @code{1+}, @code{1-}, @code{logand}, @code{logior}, @code{logxor},
31671@code{logandc2}, @code{lognot}. Also, @code{~=} is an abbreviation for
31672@code{math-nearly-equal}, which is useful in implementing Taylor series.
31673
31674For other functions @var{func}, if a function by the name
31675@samp{calcFunc-@var{func}} exists it is used, otherwise if a function by the
31676name @samp{math-@var{func}} exists it is used, otherwise if @var{func} itself
31677is defined as a function it is used, otherwise @samp{calcFunc-@var{func}} is
31678used on the assumption that this is a to-be-defined math function. Also, if
31679the function name is quoted as in @samp{('integerp a)} the function name is
31680always used exactly as written (but not quoted).
31681
31682Variable names have @samp{var-} prepended to them unless they appear in
31683the function's argument list or in an enclosing @code{let}, @code{let*},
31684@code{for}, or @code{foreach} form,
31685or their names already contain a @samp{-} character. Thus a reference to
31686@samp{foo} is the same as a reference to @samp{var-foo}.
31687
31688A few other Lisp extensions are available in @code{defmath} definitions:
31689
31690@itemize @bullet
31691@item
31692The @code{elt} function accepts any number of index variables.
31693Note that Calc vectors are stored as Lisp lists whose first
31694element is the symbol @code{vec}; thus, @samp{(elt v 2)} yields
31695the second element of vector @code{v}, and @samp{(elt m i j)}
31696yields one element of a Calc matrix.
31697
31698@item
31699The @code{setq} function has been extended to act like the Common
31700Lisp @code{setf} function. (The name @code{setf} is recognized as
31701a synonym of @code{setq}.) Specifically, the first argument of
31702@code{setq} can be an @code{nth}, @code{elt}, @code{car}, or @code{cdr} form,
31703in which case the effect is to store into the specified
31704element of a list. Thus, @samp{(setq (elt m i j) x)} stores @expr{x}
31705into one element of a matrix.
31706
31707@item
31708A @code{for} looping construct is available. For example,
31709@samp{(for ((i 0 10)) body)} executes @code{body} once for each
31710binding of @expr{i} from zero to 10. This is like a @code{let}
31711form in that @expr{i} is temporarily bound to the loop count
31712without disturbing its value outside the @code{for} construct.
31713Nested loops, as in @samp{(for ((i 0 10) (j 0 (1- i) 2)) body)},
31714are also available. For each value of @expr{i} from zero to 10,
31715@expr{j} counts from 0 to @expr{i-1} in steps of two. Note that
31716@code{for} has the same general outline as @code{let*}, except
31717that each element of the header is a list of three or four
31718things, not just two.
31719
31720@item
31721The @code{foreach} construct loops over elements of a list.
31722For example, @samp{(foreach ((x (cdr v))) body)} executes
31723@code{body} with @expr{x} bound to each element of Calc vector
31724@expr{v} in turn. The purpose of @code{cdr} here is to skip over
31725the initial @code{vec} symbol in the vector.
31726
31727@item
31728The @code{break} function breaks out of the innermost enclosing
31729@code{while}, @code{for}, or @code{foreach} loop. If given a
31730value, as in @samp{(break x)}, this value is returned by the
31731loop. (Lisp loops otherwise always return @code{nil}.)
31732
31733@item
31734The @code{return} function prematurely returns from the enclosing
31735function. For example, @samp{(return (+ x y))} returns @expr{x+y}
31736as the value of a function. You can use @code{return} anywhere
31737inside the body of the function.
31738@end itemize
31739
31740Non-integer numbers (and extremely large integers) cannot be included
31741directly into a @code{defmath} definition. This is because the Lisp
31742reader will fail to parse them long before @code{defmath} ever gets control.
31743Instead, use the notation, @samp{:"3.1415"}. In fact, any algebraic
31744formula can go between the quotes. For example,
31745
31746@smallexample
31747(defmath sqexp (x) ; sqexp(x) == sqrt(exp(x)) == exp(x*0.5)
31748 (and (numberp x)
31749 (exp :"x * 0.5")))
31750@end smallexample
31751
31752expands to
31753
31754@smallexample
31755(defun calcFunc-sqexp (x)
31756 (and (math-numberp x)
31757 (calcFunc-exp (math-mul x '(float 5 -1)))))
31758@end smallexample
31759
31760Note the use of @code{numberp} as a guard to ensure that the argument is
31761a number first, returning @code{nil} if not. The exponential function
31762could itself have been included in the expression, if we had preferred:
31763@samp{:"exp(x * 0.5)"}. As another example, the multiplication-and-recursion
31764step of @code{myfact} could have been written
31765
31766@example
31767:"n * myfact(n-1)"
31768@end example
31769
31770A good place to put your @code{defmath} commands is your Calc init file
31771(the file given by @code{calc-settings-file}, typically
31772@file{~/.calc.el}), which will not be loaded until Calc starts.
31773If a file named @file{.emacs} exists in your home directory, Emacs reads
31774and executes the Lisp forms in this file as it starts up. While it may
31775seem reasonable to put your favorite @code{defmath} commands there,
31776this has the unfortunate side-effect that parts of the Calculator must be
31777loaded in to process the @code{defmath} commands whether or not you will
31778actually use the Calculator! If you want to put the @code{defmath}
31779commands there (for example, if you redefine @code{calc-settings-file}
31780to be @file{.emacs}), a better effect can be had by writing
31781
31782@example
31783(put 'calc-define 'thing '(progn
31784 (defmath ... )
31785 (defmath ... )
31786))
31787@end example
31788
31789@noindent
31790@vindex calc-define
31791The @code{put} function adds a @dfn{property} to a symbol. Each Lisp
31792symbol has a list of properties associated with it. Here we add a
31793property with a name of @code{thing} and a @samp{(progn ...)} form as
31794its value. When Calc starts up, and at the start of every Calc command,
31795the property list for the symbol @code{calc-define} is checked and the
31796values of any properties found are evaluated as Lisp forms. The
31797properties are removed as they are evaluated. The property names
31798(like @code{thing}) are not used; you should choose something like the
31799name of your project so as not to conflict with other properties.
31800
31801The net effect is that you can put the above code in your @file{.emacs}
31802file and it will not be executed until Calc is loaded. Or, you can put
31803that same code in another file which you load by hand either before or
31804after Calc itself is loaded.
31805
31806The properties of @code{calc-define} are evaluated in the same order
31807that they were added. They can assume that the Calc modules @file{calc.el},
31808@file{calc-ext.el}, and @file{calc-macs.el} have been fully loaded, and
31809that the @samp{*Calculator*} buffer will be the current buffer.
31810
31811If your @code{calc-define} property only defines algebraic functions,
31812you can be sure that it will have been evaluated before Calc tries to
31813call your function, even if the file defining the property is loaded
31814after Calc is loaded. But if the property defines commands or key
31815sequences, it may not be evaluated soon enough. (Suppose it defines the
31816new command @code{tweak-calc}; the user can load your file, then type
31817@kbd{M-x tweak-calc} before Calc has had chance to do anything.) To
31818protect against this situation, you can put
31819
31820@example
31821(run-hooks 'calc-check-defines)
31822@end example
31823
31824@findex calc-check-defines
31825@noindent
31826at the end of your file. The @code{calc-check-defines} function is what
31827looks for and evaluates properties on @code{calc-define}; @code{run-hooks}
31828has the advantage that it is quietly ignored if @code{calc-check-defines}
31829is not yet defined because Calc has not yet been loaded.
31830
31831Examples of things that ought to be enclosed in a @code{calc-define}
31832property are @code{defmath} calls, @code{define-key} calls that modify
31833the Calc key map, and any calls that redefine things defined inside Calc.
31834Ordinary @code{defun}s need not be enclosed with @code{calc-define}.
31835
31836@node Defining Simple Commands, Defining Stack Commands, Defining Functions, Lisp Definitions
31837@subsection Defining New Simple Commands
31838
31839@noindent
31840@findex interactive
31841If a @code{defmath} form contains an @code{interactive} clause, it defines
31842a Calculator command. Actually such a @code{defmath} results in @emph{two}
31843function definitions: One, a @samp{calcFunc-} function as was just described,
31844with the @code{interactive} clause removed. Two, a @samp{calc-} function
31845with a suitable @code{interactive} clause and some sort of wrapper to make
31846the command work in the Calc environment.
31847
31848In the simple case, the @code{interactive} clause has the same form as
31849for normal Emacs Lisp commands:
31850
31851@smallexample
31852(defmath increase-precision (delta)
31853 "Increase precision by DELTA." ; This is the "documentation string"
31854 (interactive "p") ; Register this as a M-x-able command
31855 (setq calc-internal-prec (+ calc-internal-prec delta)))
31856@end smallexample
31857
31858This expands to the pair of definitions,
31859
31860@smallexample
31861(defun calc-increase-precision (delta)
31862 "Increase precision by DELTA."
31863 (interactive "p")
31864 (calc-wrapper
31865 (setq calc-internal-prec (math-add calc-internal-prec delta))))
31866
31867(defun calcFunc-increase-precision (delta)
31868 "Increase precision by DELTA."
31869 (setq calc-internal-prec (math-add calc-internal-prec delta)))
31870@end smallexample
31871
31872@noindent
31873where in this case the latter function would never really be used! Note
31874that since the Calculator stores small integers as plain Lisp integers,
31875the @code{math-add} function will work just as well as the native
31876@code{+} even when the intent is to operate on native Lisp integers.
31877
31878@findex calc-wrapper
31879The @samp{calc-wrapper} call invokes a macro which surrounds the body of
31880the function with code that looks roughly like this:
31881
31882@smallexample
31883(let ((calc-command-flags nil))
31884 (unwind-protect
31885 (save-excursion
31886 (calc-select-buffer)
31887 @emph{body of function}
31888 @emph{renumber stack}
31889 @emph{clear} Working @emph{message})
31890 @emph{realign cursor and window}
31891 @emph{clear Inverse, Hyperbolic, and Keep Args flags}
31892 @emph{update Emacs mode line}))
31893@end smallexample
31894
31895@findex calc-select-buffer
31896The @code{calc-select-buffer} function selects the @samp{*Calculator*}
31897buffer if necessary, say, because the command was invoked from inside
31898the @samp{*Calc Trail*} window.
31899
31900@findex calc-set-command-flag
31901You can call, for example, @code{(calc-set-command-flag 'no-align)} to
31902set the above-mentioned command flags. Calc routines recognize the
31903following command flags:
31904
31905@table @code
31906@item renum-stack
31907Stack line numbers @samp{1:}, @samp{2:}, and so on must be renumbered
31908after this command completes. This is set by routines like
31909@code{calc-push}.
31910
31911@item clear-message
31912Calc should call @samp{(message "")} if this command completes normally
31913(to clear a ``Working@dots{}'' message out of the echo area).
31914
31915@item no-align
31916Do not move the cursor back to the @samp{.} top-of-stack marker.
31917
31918@item position-point
31919Use the variables @code{calc-position-point-line} and
31920@code{calc-position-point-column} to position the cursor after
31921this command finishes.
31922
31923@item keep-flags
31924Do not clear @code{calc-inverse-flag}, @code{calc-hyperbolic-flag},
31925and @code{calc-keep-args-flag} at the end of this command.
31926
31927@item do-edit
31928Switch to buffer @samp{*Calc Edit*} after this command.
31929
31930@item hold-trail
31931Do not move trail pointer to end of trail when something is recorded
31932there.
31933@end table
31934
31935@kindex Y
31936@kindex Y ?
31937@vindex calc-Y-help-msgs
31938Calc reserves a special prefix key, shift-@kbd{Y}, for user-written
31939extensions to Calc. There are no built-in commands that work with
31940this prefix key; you must call @code{define-key} from Lisp (probably
31941from inside a @code{calc-define} property) to add to it. Initially only
31942@kbd{Y ?} is defined; it takes help messages from a list of strings
31943(initially @code{nil}) in the variable @code{calc-Y-help-msgs}. All
31944other undefined keys except for @kbd{Y} are reserved for use by
31945future versions of Calc.
31946
31947If you are writing a Calc enhancement which you expect to give to
31948others, it is best to minimize the number of @kbd{Y}-key sequences
31949you use. In fact, if you have more than one key sequence you should
31950consider defining three-key sequences with a @kbd{Y}, then a key that
31951stands for your package, then a third key for the particular command
31952within your package.
31953
31954Users may wish to install several Calc enhancements, and it is possible
31955that several enhancements will choose to use the same key. In the
31956example below, a variable @code{inc-prec-base-key} has been defined
31957to contain the key that identifies the @code{inc-prec} package. Its
31958value is initially @code{"P"}, but a user can change this variable
31959if necessary without having to modify the file.
31960
31961Here is a complete file, @file{inc-prec.el}, which makes a @kbd{Y P I}
31962command that increases the precision, and a @kbd{Y P D} command that
31963decreases the precision.
31964
31965@smallexample
31966;;; Increase and decrease Calc precision. Dave Gillespie, 5/31/91.
31967;; (Include copyright or copyleft stuff here.)
31968
31969(defvar inc-prec-base-key "P"
31970 "Base key for inc-prec.el commands.")
31971
31972(put 'calc-define 'inc-prec '(progn
31973
31974(define-key calc-mode-map (format "Y%sI" inc-prec-base-key)
31975 'increase-precision)
31976(define-key calc-mode-map (format "Y%sD" inc-prec-base-key)
31977 'decrease-precision)
31978
31979(setq calc-Y-help-msgs
31980 (cons (format "%s + Inc-prec, Dec-prec" inc-prec-base-key)
31981 calc-Y-help-msgs))
31982
31983(defmath increase-precision (delta)
31984 "Increase precision by DELTA."
31985 (interactive "p")
31986 (setq calc-internal-prec (+ calc-internal-prec delta)))
31987
31988(defmath decrease-precision (delta)
31989 "Decrease precision by DELTA."
31990 (interactive "p")
31991 (setq calc-internal-prec (- calc-internal-prec delta)))
31992
31993)) ; end of calc-define property
31994
31995(run-hooks 'calc-check-defines)
31996@end smallexample
31997
31998@node Defining Stack Commands, Argument Qualifiers, Defining Simple Commands, Lisp Definitions
31999@subsection Defining New Stack-Based Commands
32000
32001@noindent
32002To define a new computational command which takes and/or leaves arguments
32003on the stack, a special form of @code{interactive} clause is used.
32004
32005@example
32006(interactive @var{num} @var{tag})
32007@end example
32008
32009@noindent
32010where @var{num} is an integer, and @var{tag} is a string. The effect is
32011to pop @var{num} values off the stack, resimplify them by calling
32012@code{calc-normalize}, and hand them to your function according to the
32013function's argument list. Your function may include @code{&optional} and
32014@code{&rest} parameters, so long as calling the function with @var{num}
32015parameters is valid.
32016
32017Your function must return either a number or a formula in a form
32018acceptable to Calc, or a list of such numbers or formulas. These value(s)
32019are pushed onto the stack when the function completes. They are also
32020recorded in the Calc Trail buffer on a line beginning with @var{tag},
32021a string of (normally) four characters or less. If you omit @var{tag}
32022or use @code{nil} as a tag, the result is not recorded in the trail.
32023
32024As an example, the definition
32025
32026@smallexample
32027(defmath myfact (n)
32028 "Compute the factorial of the integer at the top of the stack."
32029 (interactive 1 "fact")
32030 (if (> n 0)
32031 (* n (myfact (1- n)))
32032 (and (= n 0) 1)))
32033@end smallexample
32034
32035@noindent
32036is a version of the factorial function shown previously which can be used
32037as a command as well as an algebraic function. It expands to
32038
32039@smallexample
32040(defun calc-myfact ()
32041 "Compute the factorial of the integer at the top of the stack."
32042 (interactive)
32043 (calc-slow-wrapper
32044 (calc-enter-result 1 "fact"
32045 (cons 'calcFunc-myfact (calc-top-list-n 1)))))
32046
32047(defun calcFunc-myfact (n)
32048 "Compute the factorial of the integer at the top of the stack."
32049 (if (math-posp n)
32050 (math-mul n (calcFunc-myfact (math-add n -1)))
32051 (and (math-zerop n) 1)))
32052@end smallexample
32053
32054@findex calc-slow-wrapper
32055The @code{calc-slow-wrapper} function is a version of @code{calc-wrapper}
32056that automatically puts up a @samp{Working...} message before the
32057computation begins. (This message can be turned off by the user
32058with an @kbd{m w} (@code{calc-working}) command.)
32059
32060@findex calc-top-list-n
32061The @code{calc-top-list-n} function returns a list of the specified number
32062of values from the top of the stack. It resimplifies each value by
32063calling @code{calc-normalize}. If its argument is zero it returns an
32064empty list. It does not actually remove these values from the stack.
32065
32066@findex calc-enter-result
32067The @code{calc-enter-result} function takes an integer @var{num} and string
32068@var{tag} as described above, plus a third argument which is either a
32069Calculator data object or a list of such objects. These objects are
32070resimplified and pushed onto the stack after popping the specified number
32071of values from the stack. If @var{tag} is non-@code{nil}, the values
32072being pushed are also recorded in the trail.
32073
32074Note that if @code{calcFunc-myfact} returns @code{nil} this represents
32075``leave the function in symbolic form.'' To return an actual empty list,
32076in the sense that @code{calc-enter-result} will push zero elements back
32077onto the stack, you should return the special value @samp{'(nil)}, a list
32078containing the single symbol @code{nil}.
32079
32080The @code{interactive} declaration can actually contain a limited
32081Emacs-style code string as well which comes just before @var{num} and
32082@var{tag}. Currently the only Emacs code supported is @samp{"p"}, as in
32083
32084@example
32085(defmath foo (a b &optional c)
32086 (interactive "p" 2 "foo")
32087 @var{body})
32088@end example
32089
32090In this example, the command @code{calc-foo} will evaluate the expression
32091@samp{foo(a,b)} if executed with no argument, or @samp{foo(a,b,n)} if
32092executed with a numeric prefix argument of @expr{n}.
32093
32094The other code string allowed is @samp{"m"} (unrelated to the usual @samp{"m"}
32095code as used with @code{defun}). It uses the numeric prefix argument as the
32096number of objects to remove from the stack and pass to the function.
32097In this case, the integer @var{num} serves as a default number of
32098arguments to be used when no prefix is supplied.
32099
32100@node Argument Qualifiers, Example Definitions, Defining Stack Commands, Lisp Definitions
32101@subsection Argument Qualifiers
32102
32103@noindent
32104Anywhere a parameter name can appear in the parameter list you can also use
32105an @dfn{argument qualifier}. Thus the general form of a definition is:
32106
32107@example
32108(defmath @var{name} (@var{param} @var{param...}
32109 &optional @var{param} @var{param...}
32110 &rest @var{param})
32111 @var{body})
32112@end example
32113
32114@noindent
32115where each @var{param} is either a symbol or a list of the form
32116
32117@example
32118(@var{qual} @var{param})
32119@end example
32120
32121The following qualifiers are recognized:
32122
32123@table @samp
32124@item complete
32125@findex complete
32126The argument must not be an incomplete vector, interval, or complex number.
32127(This is rarely needed since the Calculator itself will never call your
32128function with an incomplete argument. But there is nothing stopping your
32129own Lisp code from calling your function with an incomplete argument.)
32130
32131@item integer
32132@findex integer
32133The argument must be an integer. If it is an integer-valued float
32134it will be accepted but converted to integer form. Non-integers and
32135formulas are rejected.
32136
32137@item natnum
32138@findex natnum
32139Like @samp{integer}, but the argument must be non-negative.
32140
32141@item fixnum
32142@findex fixnum
32143Like @samp{integer}, but the argument must fit into a native Lisp integer,
32144which on most systems means less than 2^23 in absolute value. The
32145argument is converted into Lisp-integer form if necessary.
32146
32147@item float
32148@findex float
32149The argument is converted to floating-point format if it is a number or
32150vector. If it is a formula it is left alone. (The argument is never
32151actually rejected by this qualifier.)
32152
32153@item @var{pred}
32154The argument must satisfy predicate @var{pred}, which is one of the
32155standard Calculator predicates. @xref{Predicates}.
32156
32157@item not-@var{pred}
32158The argument must @emph{not} satisfy predicate @var{pred}.
32159@end table
32160
32161For example,
32162
32163@example
32164(defmath foo (a (constp (not-matrixp b)) &optional (float c)
32165 &rest (integer d))
32166 @var{body})
32167@end example
32168
32169@noindent
32170expands to
32171
32172@example
32173(defun calcFunc-foo (a b &optional c &rest d)
32174 (and (math-matrixp b)
32175 (math-reject-arg b 'not-matrixp))
32176 (or (math-constp b)
32177 (math-reject-arg b 'constp))
32178 (and c (setq c (math-check-float c)))
32179 (setq d (mapcar 'math-check-integer d))
32180 @var{body})
32181@end example
32182
32183@noindent
32184which performs the necessary checks and conversions before executing the
32185body of the function.
32186
32187@node Example Definitions, Calling Calc from Your Programs, Argument Qualifiers, Lisp Definitions
32188@subsection Example Definitions
32189
32190@noindent
32191This section includes some Lisp programming examples on a larger scale.
32192These programs make use of some of the Calculator's internal functions;
32193@pxref{Internals}.
32194
32195@menu
32196* Bit Counting Example::
32197* Sine Example::
32198@end menu
32199
32200@node Bit Counting Example, Sine Example, Example Definitions, Example Definitions
32201@subsubsection Bit-Counting
32202
32203@noindent
32204@ignore
32205@starindex
32206@end ignore
32207@tindex bcount
32208Calc does not include a built-in function for counting the number of
32209``one'' bits in a binary integer. It's easy to invent one using @kbd{b u}
32210to convert the integer to a set, and @kbd{V #} to count the elements of
32211that set; let's write a function that counts the bits without having to
32212create an intermediate set.
32213
32214@smallexample
32215(defmath bcount ((natnum n))
32216 (interactive 1 "bcnt")
32217 (let ((count 0))
32218 (while (> n 0)
32219 (if (oddp n)
32220 (setq count (1+ count)))
32221 (setq n (lsh n -1)))
32222 count))
32223@end smallexample
32224
32225@noindent
32226When this is expanded by @code{defmath}, it will become the following
32227Emacs Lisp function:
32228
32229@smallexample
32230(defun calcFunc-bcount (n)
32231 (setq n (math-check-natnum n))
32232 (let ((count 0))
32233 (while (math-posp n)
32234 (if (math-oddp n)
32235 (setq count (math-add count 1)))
32236 (setq n (calcFunc-lsh n -1)))
32237 count))
32238@end smallexample
32239
32240If the input numbers are large, this function involves a fair amount
32241of arithmetic. A binary right shift is essentially a division by two;
32242recall that Calc stores integers in decimal form so bit shifts must
32243involve actual division.
32244
32245To gain a bit more efficiency, we could divide the integer into
32246@var{n}-bit chunks, each of which can be handled quickly because
32247they fit into Lisp integers. It turns out that Calc's arithmetic
32248routines are especially fast when dividing by an integer less than
322491000, so we can set @var{n = 9} bits and use repeated division by 512:
32250
32251@smallexample
32252(defmath bcount ((natnum n))
32253 (interactive 1 "bcnt")
32254 (let ((count 0))
32255 (while (not (fixnump n))
32256 (let ((qr (idivmod n 512)))
32257 (setq count (+ count (bcount-fixnum (cdr qr)))
32258 n (car qr))))
32259 (+ count (bcount-fixnum n))))
32260
32261(defun bcount-fixnum (n)
32262 (let ((count 0))
32263 (while (> n 0)
32264 (setq count (+ count (logand n 1))
32265 n (lsh n -1)))
32266 count))
32267@end smallexample
32268
32269@noindent
32270Note that the second function uses @code{defun}, not @code{defmath}.
32271Because this function deals only with native Lisp integers (``fixnums''),
32272it can use the actual Emacs @code{+} and related functions rather
32273than the slower but more general Calc equivalents which @code{defmath}
32274uses.
32275
32276The @code{idivmod} function does an integer division, returning both
32277the quotient and the remainder at once. Again, note that while it
32278might seem that @samp{(logand n 511)} and @samp{(lsh n -9)} are
32279more efficient ways to split off the bottom nine bits of @code{n},
32280actually they are less efficient because each operation is really
32281a division by 512 in disguise; @code{idivmod} allows us to do the
32282same thing with a single division by 512.
32283
32284@node Sine Example, , Bit Counting Example, Example Definitions
32285@subsubsection The Sine Function
32286
32287@noindent
32288@ignore
32289@starindex
32290@end ignore
32291@tindex mysin
32292A somewhat limited sine function could be defined as follows, using the
32293well-known Taylor series expansion for
32294@texline @math{\sin x}:
32295@infoline @samp{sin(x)}:
32296
32297@smallexample
32298(defmath mysin ((float (anglep x)))
32299 (interactive 1 "mysn")
32300 (setq x (to-radians x)) ; Convert from current angular mode.
32301 (let ((sum x) ; Initial term of Taylor expansion of sin.
32302 newsum
32303 (nfact 1) ; "nfact" equals "n" factorial at all times.
32304 (xnegsqr :"-(x^2)")) ; "xnegsqr" equals -x^2.
32305 (for ((n 3 100 2)) ; Upper limit of 100 is a good precaution.
32306 (working "mysin" sum) ; Display "Working" message, if enabled.
32307 (setq nfact (* nfact (1- n) n)
32308 x (* x xnegsqr)
32309 newsum (+ sum (/ x nfact)))
32310 (if (~= newsum sum) ; If newsum is "nearly equal to" sum,
32311 (break)) ; then we are done.
32312 (setq sum newsum))
32313 sum))
32314@end smallexample
32315
32316The actual @code{sin} function in Calc works by first reducing the problem
32317to a sine or cosine of a nonnegative number less than @cpiover{4}. This
32318ensures that the Taylor series will converge quickly. Also, the calculation
32319is carried out with two extra digits of precision to guard against cumulative
32320round-off in @samp{sum}. Finally, complex arguments are allowed and handled
32321by a separate algorithm.
32322
32323@smallexample
32324(defmath mysin ((float (scalarp x)))
32325 (interactive 1 "mysn")
32326 (setq x (to-radians x)) ; Convert from current angular mode.
32327 (with-extra-prec 2 ; Evaluate with extra precision.
32328 (cond ((complexp x)
32329 (mysin-complex x))
32330 ((< x 0)
32331 (- (mysin-raw (- x))) ; Always call mysin-raw with x >= 0.
32332 (t (mysin-raw x))))))
32333
32334(defmath mysin-raw (x)
32335 (cond ((>= x 7)
32336 (mysin-raw (% x (two-pi)))) ; Now x < 7.
32337 ((> x (pi-over-2))
32338 (- (mysin-raw (- x (pi))))) ; Now -pi/2 <= x <= pi/2.
32339 ((> x (pi-over-4))
32340 (mycos-raw (- x (pi-over-2)))) ; Now -pi/2 <= x <= pi/4.
32341 ((< x (- (pi-over-4)))
32342 (- (mycos-raw (+ x (pi-over-2))))) ; Now -pi/4 <= x <= pi/4,
32343 (t (mysin-series x)))) ; so the series will be efficient.
32344@end smallexample
32345
32346@noindent
32347where @code{mysin-complex} is an appropriate function to handle complex
32348numbers, @code{mysin-series} is the routine to compute the sine Taylor
32349series as before, and @code{mycos-raw} is a function analogous to
32350@code{mysin-raw} for cosines.
32351
32352The strategy is to ensure that @expr{x} is nonnegative before calling
32353@code{mysin-raw}. This function then recursively reduces its argument
32354to a suitable range, namely, plus-or-minus @cpiover{4}. Note that each
32355test, and particularly the first comparison against 7, is designed so
32356that small roundoff errors cannot produce an infinite loop. (Suppose
32357we compared with @samp{(two-pi)} instead; if due to roundoff problems
32358the modulo operator ever returned @samp{(two-pi)} exactly, an infinite
32359recursion could result!) We use modulo only for arguments that will
32360clearly get reduced, knowing that the next rule will catch any reductions
32361that this rule misses.
32362
32363If a program is being written for general use, it is important to code
32364it carefully as shown in this second example. For quick-and-dirty programs,
32365when you know that your own use of the sine function will never encounter
32366a large argument, a simpler program like the first one shown is fine.
32367
32368@node Calling Calc from Your Programs, Internals, Example Definitions, Lisp Definitions
32369@subsection Calling Calc from Your Lisp Programs
32370
32371@noindent
32372A later section (@pxref{Internals}) gives a full description of
32373Calc's internal Lisp functions. It's not hard to call Calc from
32374inside your programs, but the number of these functions can be daunting.
32375So Calc provides one special ``programmer-friendly'' function called
32376@code{calc-eval} that can be made to do just about everything you
32377need. It's not as fast as the low-level Calc functions, but it's
32378much simpler to use!
32379
32380It may seem that @code{calc-eval} itself has a daunting number of
32381options, but they all stem from one simple operation.
32382
32383In its simplest manifestation, @samp{(calc-eval "1+2")} parses the
32384string @code{"1+2"} as if it were a Calc algebraic entry and returns
32385the result formatted as a string: @code{"3"}.
32386
32387Since @code{calc-eval} is on the list of recommended @code{autoload}
32388functions, you don't need to make any special preparations to load
32389Calc before calling @code{calc-eval} the first time. Calc will be
32390loaded and initialized for you.
32391
32392All the Calc modes that are currently in effect will be used when
32393evaluating the expression and formatting the result.
32394
32395@ifinfo
32396@example
32397
32398@end example
32399@end ifinfo
32400@subsubsection Additional Arguments to @code{calc-eval}
32401
32402@noindent
32403If the input string parses to a list of expressions, Calc returns
32404the results separated by @code{", "}. You can specify a different
32405separator by giving a second string argument to @code{calc-eval}:
32406@samp{(calc-eval "1+2,3+4" ";")} returns @code{"3;7"}.
32407
32408The ``separator'' can also be any of several Lisp symbols which
32409request other behaviors from @code{calc-eval}. These are discussed
32410one by one below.
32411
32412You can give additional arguments to be substituted for
32413@samp{$}, @samp{$$}, and so on in the main expression. For
32414example, @samp{(calc-eval "$/$$" nil "7" "1+1")} evaluates the
32415expression @code{"7/(1+1)"} to yield the result @code{"3.5"}
32416(assuming Fraction mode is not in effect). Note the @code{nil}
32417used as a placeholder for the item-separator argument.
32418
32419@ifinfo
32420@example
32421
32422@end example
32423@end ifinfo
32424@subsubsection Error Handling
32425
32426@noindent
32427If @code{calc-eval} encounters an error, it returns a list containing
32428the character position of the error, plus a suitable message as a
32429string. Note that @samp{1 / 0} is @emph{not} an error by Calc's
32430standards; it simply returns the string @code{"1 / 0"} which is the
32431division left in symbolic form. But @samp{(calc-eval "1/")} will
32432return the list @samp{(2 "Expected a number")}.
32433
32434If you bind the variable @code{calc-eval-error} to @code{t}
32435using a @code{let} form surrounding the call to @code{calc-eval},
32436errors instead call the Emacs @code{error} function which aborts
32437to the Emacs command loop with a beep and an error message.
32438
32439If you bind this variable to the symbol @code{string}, error messages
32440are returned as strings instead of lists. The character position is
32441ignored.
32442
32443As a courtesy to other Lisp code which may be using Calc, be sure
32444to bind @code{calc-eval-error} using @code{let} rather than changing
32445it permanently with @code{setq}.
32446
32447@ifinfo
32448@example
32449
32450@end example
32451@end ifinfo
32452@subsubsection Numbers Only
32453
32454@noindent
32455Sometimes it is preferable to treat @samp{1 / 0} as an error
32456rather than returning a symbolic result. If you pass the symbol
32457@code{num} as the second argument to @code{calc-eval}, results
32458that are not constants are treated as errors. The error message
32459reported is the first @code{calc-why} message if there is one,
32460or otherwise ``Number expected.''
32461
32462A result is ``constant'' if it is a number, vector, or other
32463object that does not include variables or function calls. If it
32464is a vector, the components must themselves be constants.
32465
32466@ifinfo
32467@example
32468
32469@end example
32470@end ifinfo
32471@subsubsection Default Modes
32472
32473@noindent
32474If the first argument to @code{calc-eval} is a list whose first
32475element is a formula string, then @code{calc-eval} sets all the
32476various Calc modes to their default values while the formula is
32477evaluated and formatted. For example, the precision is set to 12
32478digits, digit grouping is turned off, and the Normal language
32479mode is used.
32480
32481This same principle applies to the other options discussed below.
32482If the first argument would normally be @var{x}, then it can also
32483be the list @samp{(@var{x})} to use the default mode settings.
32484
32485If there are other elements in the list, they are taken as
32486variable-name/value pairs which override the default mode
32487settings. Look at the documentation at the front of the
32488@file{calc.el} file to find the names of the Lisp variables for
32489the various modes. The mode settings are restored to their
32490original values when @code{calc-eval} is done.
32491
32492For example, @samp{(calc-eval '("$+$$" calc-internal-prec 8) 'num a b)}
32493computes the sum of two numbers, requiring a numeric result, and
32494using default mode settings except that the precision is 8 instead
32495of the default of 12.
32496
32497It's usually best to use this form of @code{calc-eval} unless your
32498program actually considers the interaction with Calc's mode settings
32499to be a feature. This will avoid all sorts of potential ``gotchas'';
32500consider what happens with @samp{(calc-eval "sqrt(2)" 'num)}
32501when the user has left Calc in Symbolic mode or No-Simplify mode.
32502
32503As another example, @samp{(equal (calc-eval '("$<$$") nil a b) "1")}
32504checks if the number in string @expr{a} is less than the one in
32505string @expr{b}. Without using a list, the integer 1 might
32506come out in a variety of formats which would be hard to test for
32507conveniently: @code{"1"}, @code{"8#1"}, @code{"00001"}. (But
32508see ``Predicates'' mode, below.)
32509
32510@ifinfo
32511@example
32512
32513@end example
32514@end ifinfo
32515@subsubsection Raw Numbers
32516
32517@noindent
32518Normally all input and output for @code{calc-eval} is done with strings.
32519You can do arithmetic with, say, @samp{(calc-eval "$+$$" nil a b)}
32520in place of @samp{(+ a b)}, but this is very inefficient since the
32521numbers must be converted to and from string format as they are passed
32522from one @code{calc-eval} to the next.
32523
32524If the separator is the symbol @code{raw}, the result will be returned
32525as a raw Calc data structure rather than a string. You can read about
32526how these objects look in the following sections, but usually you can
32527treat them as ``black box'' objects with no important internal
32528structure.
32529
32530There is also a @code{rawnum} symbol, which is a combination of
32531@code{raw} (returning a raw Calc object) and @code{num} (signaling
32532an error if that object is not a constant).
32533
32534You can pass a raw Calc object to @code{calc-eval} in place of a
32535string, either as the formula itself or as one of the @samp{$}
32536arguments. Thus @samp{(calc-eval "$+$$" 'raw a b)} is an
32537addition function that operates on raw Calc objects. Of course
32538in this case it would be easier to call the low-level @code{math-add}
32539function in Calc, if you can remember its name.
32540
32541In particular, note that a plain Lisp integer is acceptable to Calc
32542as a raw object. (All Lisp integers are accepted on input, but
32543integers of more than six decimal digits are converted to ``big-integer''
32544form for output. @xref{Data Type Formats}.)
32545
32546When it comes time to display the object, just use @samp{(calc-eval a)}
32547to format it as a string.
32548
32549It is an error if the input expression evaluates to a list of
32550values. The separator symbol @code{list} is like @code{raw}
32551except that it returns a list of one or more raw Calc objects.
32552
32553Note that a Lisp string is not a valid Calc object, nor is a list
32554containing a string. Thus you can still safely distinguish all the
32555various kinds of error returns discussed above.
32556
32557@ifinfo
32558@example
32559
32560@end example
32561@end ifinfo
32562@subsubsection Predicates
32563
32564@noindent
32565If the separator symbol is @code{pred}, the result of the formula is
32566treated as a true/false value; @code{calc-eval} returns @code{t} or
32567@code{nil}, respectively. A value is considered ``true'' if it is a
32568non-zero number, or false if it is zero or if it is not a number.
32569
32570For example, @samp{(calc-eval "$<$$" 'pred a b)} tests whether
32571one value is less than another.
32572
32573As usual, it is also possible for @code{calc-eval} to return one of
32574the error indicators described above. Lisp will interpret such an
32575indicator as ``true'' if you don't check for it explicitly. If you
32576wish to have an error register as ``false'', use something like
32577@samp{(eq (calc-eval ...) t)}.
32578
32579@ifinfo
32580@example
32581
32582@end example
32583@end ifinfo
32584@subsubsection Variable Values
32585
32586@noindent
32587Variables in the formula passed to @code{calc-eval} are not normally
32588replaced by their values. If you wish this, you can use the
32589@code{evalv} function (@pxref{Algebraic Manipulation}). For example,
32590if 4 is stored in Calc variable @code{a} (i.e., in Lisp variable
32591@code{var-a}), then @samp{(calc-eval "a+pi")} will return the
32592formula @code{"a + pi"}, but @samp{(calc-eval "evalv(a+pi)")}
32593will return @code{"7.14159265359"}.
32594
32595To store in a Calc variable, just use @code{setq} to store in the
32596corresponding Lisp variable. (This is obtained by prepending
32597@samp{var-} to the Calc variable name.) Calc routines will
32598understand either string or raw form values stored in variables,
32599although raw data objects are much more efficient. For example,
32600to increment the Calc variable @code{a}:
32601
32602@example
32603(setq var-a (calc-eval "evalv(a+1)" 'raw))
32604@end example
32605
32606@ifinfo
32607@example
32608
32609@end example
32610@end ifinfo
32611@subsubsection Stack Access
32612
32613@noindent
32614If the separator symbol is @code{push}, the formula argument is
32615evaluated (with possible @samp{$} expansions, as usual). The
32616result is pushed onto the Calc stack. The return value is @code{nil}
32617(unless there is an error from evaluating the formula, in which
32618case the return value depends on @code{calc-eval-error} in the
32619usual way).
32620
32621If the separator symbol is @code{pop}, the first argument to
32622@code{calc-eval} must be an integer instead of a string. That
32623many values are popped from the stack and thrown away. A negative
32624argument deletes the entry at that stack level. The return value
32625is the number of elements remaining in the stack after popping;
32626@samp{(calc-eval 0 'pop)} is a good way to measure the size of
32627the stack.
32628
32629If the separator symbol is @code{top}, the first argument to
32630@code{calc-eval} must again be an integer. The value at that
32631stack level is formatted as a string and returned. Thus
32632@samp{(calc-eval 1 'top)} returns the top-of-stack value. If the
32633integer is out of range, @code{nil} is returned.
32634
32635The separator symbol @code{rawtop} is just like @code{top} except
32636that the stack entry is returned as a raw Calc object instead of
32637as a string.
32638
32639In all of these cases the first argument can be made a list in
32640order to force the default mode settings, as described above.
32641Thus @samp{(calc-eval '(2 calc-number-radix 16) 'top)} returns the
32642second-to-top stack entry, formatted as a string using the default
32643instead of current display modes, except that the radix is
32644hexadecimal instead of decimal.
32645
32646It is, of course, polite to put the Calc stack back the way you
32647found it when you are done, unless the user of your program is
32648actually expecting it to affect the stack.
32649
32650Note that you do not actually have to switch into the @samp{*Calculator*}
32651buffer in order to use @code{calc-eval}; it temporarily switches into
32652the stack buffer if necessary.
32653
32654@ifinfo
32655@example
32656
32657@end example
32658@end ifinfo
32659@subsubsection Keyboard Macros
32660
32661@noindent
32662If the separator symbol is @code{macro}, the first argument must be a
32663string of characters which Calc can execute as a sequence of keystrokes.
32664This switches into the Calc buffer for the duration of the macro.
32665For example, @samp{(calc-eval "vx5\rVR+" 'macro)} pushes the
32666vector @samp{[1,2,3,4,5]} on the stack and then replaces it
32667with the sum of those numbers. Note that @samp{\r} is the Lisp
32668notation for the carriage-return, @key{RET}, character.
32669
32670If your keyboard macro wishes to pop the stack, @samp{\C-d} is
32671safer than @samp{\177} (the @key{DEL} character) because some
32672installations may have switched the meanings of @key{DEL} and
32673@kbd{C-h}. Calc always interprets @kbd{C-d} as a synonym for
32674``pop-stack'' regardless of key mapping.
32675
32676If you provide a third argument to @code{calc-eval}, evaluation
32677of the keyboard macro will leave a record in the Trail using
32678that argument as a tag string. Normally the Trail is unaffected.
32679
32680The return value in this case is always @code{nil}.
32681
32682@ifinfo
32683@example
32684
32685@end example
32686@end ifinfo
32687@subsubsection Lisp Evaluation
32688
32689@noindent
32690Finally, if the separator symbol is @code{eval}, then the Lisp
32691@code{eval} function is called on the first argument, which must
32692be a Lisp expression rather than a Calc formula. Remember to
32693quote the expression so that it is not evaluated until inside
32694@code{calc-eval}.
32695
32696The difference from plain @code{eval} is that @code{calc-eval}
32697switches to the Calc buffer before evaluating the expression.
32698For example, @samp{(calc-eval '(setq calc-internal-prec 17) 'eval)}
32699will correctly affect the buffer-local Calc precision variable.
32700
32701An alternative would be @samp{(calc-eval '(calc-precision 17) 'eval)}.
32702This is evaluating a call to the function that is normally invoked
32703by the @kbd{p} key, giving it 17 as its ``numeric prefix argument.''
32704Note that this function will leave a message in the echo area as
32705a side effect. Also, all Calc functions switch to the Calc buffer
32706automatically if not invoked from there, so the above call is
32707also equivalent to @samp{(calc-precision 17)} by itself.
32708In all cases, Calc uses @code{save-excursion} to switch back to
32709your original buffer when it is done.
32710
32711As usual the first argument can be a list that begins with a Lisp
32712expression to use default instead of current mode settings.
32713
32714The result of @code{calc-eval} in this usage is just the result
32715returned by the evaluated Lisp expression.
32716
32717@ifinfo
32718@example
32719
32720@end example
32721@end ifinfo
32722@subsubsection Example
32723
32724@noindent
32725@findex convert-temp
32726Here is a sample Emacs command that uses @code{calc-eval}. Suppose
32727you have a document with lots of references to temperatures on the
32728Fahrenheit scale, say ``98.6 F'', and you wish to convert these
32729references to Centigrade. The following command does this conversion.
32730Place the Emacs cursor right after the letter ``F'' and invoke the
32731command to change ``98.6 F'' to ``37 C''. Or, if the temperature is
32732already in Centigrade form, the command changes it back to Fahrenheit.
32733
32734@example
32735(defun convert-temp ()
32736 (interactive)
32737 (save-excursion
32738 (re-search-backward "[^-.0-9]\\([-.0-9]+\\) *\\([FC]\\)")
32739 (let* ((top1 (match-beginning 1))
32740 (bot1 (match-end 1))
32741 (number (buffer-substring top1 bot1))
32742 (top2 (match-beginning 2))
32743 (bot2 (match-end 2))
32744 (type (buffer-substring top2 bot2)))
32745 (if (equal type "F")
32746 (setq type "C"
32747 number (calc-eval "($ - 32)*5/9" nil number))
32748 (setq type "F"
32749 number (calc-eval "$*9/5 + 32" nil number)))
32750 (goto-char top2)
32751 (delete-region top2 bot2)
32752 (insert-before-markers type)
32753 (goto-char top1)
32754 (delete-region top1 bot1)
32755 (if (string-match "\\.$" number) ; change "37." to "37"
32756 (setq number (substring number 0 -1)))
32757 (insert number))))
32758@end example
32759
32760Note the use of @code{insert-before-markers} when changing between
32761``F'' and ``C'', so that the character winds up before the cursor
32762instead of after it.
32763
32764@node Internals, , Calling Calc from Your Programs, Lisp Definitions
32765@subsection Calculator Internals
32766
32767@noindent
32768This section describes the Lisp functions defined by the Calculator that
32769may be of use to user-written Calculator programs (as described in the
32770rest of this chapter). These functions are shown by their names as they
32771conventionally appear in @code{defmath}. Their full Lisp names are
32772generally gotten by prepending @samp{calcFunc-} or @samp{math-} to their
32773apparent names. (Names that begin with @samp{calc-} are already in
32774their full Lisp form.) You can use the actual full names instead if you
32775prefer them, or if you are calling these functions from regular Lisp.
32776
32777The functions described here are scattered throughout the various
32778Calc component files. Note that @file{calc.el} includes @code{autoload}s
32779for only a few component files; when Calc wants to call an advanced
32780function it calls @samp{(calc-extensions)} first; this function
32781autoloads @file{calc-ext.el}, which in turn autoloads all the functions
32782in the remaining component files.
32783
32784Because @code{defmath} itself uses the extensions, user-written code
32785generally always executes with the extensions already loaded, so
32786normally you can use any Calc function and be confident that it will
32787be autoloaded for you when necessary. If you are doing something
32788special, check carefully to make sure each function you are using is
32789from @file{calc.el} or its components, and call @samp{(calc-extensions)}
32790before using any function based in @file{calc-ext.el} if you can't
32791prove this file will already be loaded.
32792
32793@menu
32794* Data Type Formats::
32795* Interactive Lisp Functions::
32796* Stack Lisp Functions::
32797* Predicates::
32798* Computational Lisp Functions::
32799* Vector Lisp Functions::
32800* Symbolic Lisp Functions::
32801* Formatting Lisp Functions::
32802* Hooks::
32803@end menu
32804
32805@node Data Type Formats, Interactive Lisp Functions, Internals, Internals
32806@subsubsection Data Type Formats
32807
32808@noindent
32809Integers are stored in either of two ways, depending on their magnitude.
32810Integers less than one million in absolute value are stored as standard
32811Lisp integers. This is the only storage format for Calc data objects
32812which is not a Lisp list.
32813
32814Large integers are stored as lists of the form @samp{(bigpos @var{d0}
32815@var{d1} @var{d2} @dots{})} for positive integers 1000000 or more, or
32816@samp{(bigneg @var{d0} @var{d1} @var{d2} @dots{})} for negative integers
32817@mathit{-1000000} or less. Each @var{d} is a base-1000 ``digit,'' a Lisp integer
32818from 0 to 999. The least significant digit is @var{d0}; the last digit,
32819@var{dn}, which is always nonzero, is the most significant digit. For
32820example, the integer @mathit{-12345678} is stored as @samp{(bigneg 678 345 12)}.
32821
32822The distinction between small and large integers is entirely hidden from
32823the user. In @code{defmath} definitions, the Lisp predicate @code{integerp}
32824returns true for either kind of integer, and in general both big and small
32825integers are accepted anywhere the word ``integer'' is used in this manual.
32826If the distinction must be made, native Lisp integers are called @dfn{fixnums}
32827and large integers are called @dfn{bignums}.
32828
32829Fractions are stored as a list of the form, @samp{(frac @var{n} @var{d})}
32830where @var{n} is an integer (big or small) numerator, @var{d} is an
32831integer denominator greater than one, and @var{n} and @var{d} are relatively
32832prime. Note that fractions where @var{d} is one are automatically converted
32833to plain integers by all math routines; fractions where @var{d} is negative
32834are normalized by negating the numerator and denominator.
32835
32836Floating-point numbers are stored in the form, @samp{(float @var{mant}
32837@var{exp})}, where @var{mant} (the ``mantissa'') is an integer less than
32838@samp{10^@var{p}} in absolute value (@var{p} represents the current
32839precision), and @var{exp} (the ``exponent'') is a fixnum. The value of
32840the float is @samp{@var{mant} * 10^@var{exp}}. For example, the number
32841@mathit{-3.14} is stored as @samp{(float -314 -2) = -314*10^-2}. Other constraints
32842are that the number 0.0 is always stored as @samp{(float 0 0)}, and,
32843except for the 0.0 case, the rightmost base-10 digit of @var{mant} is
32844always nonzero. (If the rightmost digit is zero, the number is
32845rearranged by dividing @var{mant} by ten and incrementing @var{exp}.)
32846
32847Rectangular complex numbers are stored in the form @samp{(cplx @var{re}
32848@var{im})}, where @var{re} and @var{im} are each real numbers, either
32849integers, fractions, or floats. The value is @samp{@var{re} + @var{im}i}.
32850The @var{im} part is nonzero; complex numbers with zero imaginary
32851components are converted to real numbers automatically.
32852
32853Polar complex numbers are stored in the form @samp{(polar @var{r}
32854@var{theta})}, where @var{r} is a positive real value and @var{theta}
32855is a real value or HMS form representing an angle. This angle is
32856usually normalized to lie in the interval @samp{(-180 ..@: 180)} degrees,
32857or @samp{(-pi ..@: pi)} radians, according to the current angular mode.
32858If the angle is 0 the value is converted to a real number automatically.
32859(If the angle is 180 degrees, the value is usually also converted to a
32860negative real number.)
32861
32862Hours-minutes-seconds forms are stored as @samp{(hms @var{h} @var{m}
32863@var{s})}, where @var{h} is an integer or an integer-valued float (i.e.,
32864a float with @samp{@var{exp} >= 0}), @var{m} is an integer or integer-valued
32865float in the range @w{@samp{[0 ..@: 60)}}, and @var{s} is any real number
32866in the range @samp{[0 ..@: 60)}.
32867
32868Date forms are stored as @samp{(date @var{n})}, where @var{n} is
32869a real number that counts days since midnight on the morning of
32870January 1, 1 AD. If @var{n} is an integer, this is a pure date
32871form. If @var{n} is a fraction or float, this is a date/time form.
32872
32873Modulo forms are stored as @samp{(mod @var{n} @var{m})}, where @var{m} is a
32874positive real number or HMS form, and @var{n} is a real number or HMS
32875form in the range @samp{[0 ..@: @var{m})}.
32876
32877Error forms are stored as @samp{(sdev @var{x} @var{sigma})}, where @var{x}
32878is the mean value and @var{sigma} is the standard deviation. Each
32879component is either a number, an HMS form, or a symbolic object
32880(a variable or function call). If @var{sigma} is zero, the value is
32881converted to a plain real number. If @var{sigma} is negative or
32882complex, it is automatically normalized to be a positive real.
32883
32884Interval forms are stored as @samp{(intv @var{mask} @var{lo} @var{hi})},
32885where @var{mask} is one of the integers 0, 1, 2, or 3, and @var{lo} and
32886@var{hi} are real numbers, HMS forms, or symbolic objects. The @var{mask}
32887is a binary integer where 1 represents the fact that the interval is
32888closed on the high end, and 2 represents the fact that it is closed on
32889the low end. (Thus 3 represents a fully closed interval.) The interval
32890@w{@samp{(intv 3 @var{x} @var{x})}} is converted to the plain number @var{x};
32891intervals @samp{(intv @var{mask} @var{x} @var{x})} for any other @var{mask}
32892represent empty intervals. If @var{hi} is less than @var{lo}, the interval
32893is converted to a standard empty interval by replacing @var{hi} with @var{lo}.
32894
32895Vectors are stored as @samp{(vec @var{v1} @var{v2} @dots{})}, where @var{v1}
32896is the first element of the vector, @var{v2} is the second, and so on.
32897An empty vector is stored as @samp{(vec)}. A matrix is simply a vector
32898where all @var{v}'s are themselves vectors of equal lengths. Note that
32899Calc vectors are unrelated to the Emacs Lisp ``vector'' type, which is
32900generally unused by Calc data structures.
32901
32902Variables are stored as @samp{(var @var{name} @var{sym})}, where
32903@var{name} is a Lisp symbol whose print name is used as the visible name
32904of the variable, and @var{sym} is a Lisp symbol in which the variable's
32905value is actually stored. Thus, @samp{(var pi var-pi)} represents the
32906special constant @samp{pi}. Almost always, the form is @samp{(var
32907@var{v} var-@var{v})}. If the variable name was entered with @code{#}
32908signs (which are converted to hyphens internally), the form is
32909@samp{(var @var{u} @var{v})}, where @var{u} is a symbol whose name
32910contains @code{#} characters, and @var{v} is a symbol that contains
32911@code{-} characters instead. The value of a variable is the Calc
32912object stored in its @var{sym} symbol's value cell. If the symbol's
32913value cell is void or if it contains @code{nil}, the variable has no
32914value. Special constants have the form @samp{(special-const
32915@var{value})} stored in their value cell, where @var{value} is a formula
32916which is evaluated when the constant's value is requested. Variables
32917which represent units are not stored in any special way; they are units
32918only because their names appear in the units table. If the value
32919cell contains a string, it is parsed to get the variable's value when
32920the variable is used.
32921
32922A Lisp list with any other symbol as the first element is a function call.
32923The symbols @code{+}, @code{-}, @code{*}, @code{/}, @code{%}, @code{^},
32924and @code{|} represent special binary operators; these lists are always
32925of the form @samp{(@var{op} @var{lhs} @var{rhs})} where @var{lhs} is the
32926sub-formula on the lefthand side and @var{rhs} is the sub-formula on the
32927right. The symbol @code{neg} represents unary negation; this list is always
32928of the form @samp{(neg @var{arg})}. Any other symbol @var{func} represents a
32929function that would be displayed in function-call notation; the symbol
32930@var{func} is in general always of the form @samp{calcFunc-@var{name}}.
32931The function cell of the symbol @var{func} should contain a Lisp function
32932for evaluating a call to @var{func}. This function is passed the remaining
32933elements of the list (themselves already evaluated) as arguments; such
32934functions should return @code{nil} or call @code{reject-arg} to signify
32935that they should be left in symbolic form, or they should return a Calc
32936object which represents their value, or a list of such objects if they
32937wish to return multiple values. (The latter case is allowed only for
32938functions which are the outer-level call in an expression whose value is
32939about to be pushed on the stack; this feature is considered obsolete
32940and is not used by any built-in Calc functions.)
32941
32942@node Interactive Lisp Functions, Stack Lisp Functions, Data Type Formats, Internals
32943@subsubsection Interactive Functions
32944
32945@noindent
32946The functions described here are used in implementing interactive Calc
32947commands. Note that this list is not exhaustive! If there is an
32948existing command that behaves similarly to the one you want to define,
32949you may find helpful tricks by checking the source code for that command.
32950
32951@defun calc-set-command-flag flag
32952Set the command flag @var{flag}. This is generally a Lisp symbol, but
32953may in fact be anything. The effect is to add @var{flag} to the list
32954stored in the variable @code{calc-command-flags}, unless it is already
32955there. @xref{Defining Simple Commands}.
32956@end defun
32957
32958@defun calc-clear-command-flag flag
32959If @var{flag} appears among the list of currently-set command flags,
32960remove it from that list.
32961@end defun
32962
32963@defun calc-record-undo rec
32964Add the ``undo record'' @var{rec} to the list of steps to take if the
32965current operation should need to be undone. Stack push and pop functions
32966automatically call @code{calc-record-undo}, so the kinds of undo records
32967you might need to create take the form @samp{(set @var{sym} @var{value})},
32968which says that the Lisp variable @var{sym} was changed and had previously
32969contained @var{value}; @samp{(store @var{var} @var{value})} which says that
32970the Calc variable @var{var} (a string which is the name of the symbol that
32971contains the variable's value) was stored and its previous value was
32972@var{value} (either a Calc data object, or @code{nil} if the variable was
32973previously void); or @samp{(eval @var{undo} @var{redo} @var{args} @dots{})},
32974which means that to undo requires calling the function @samp{(@var{undo}
32975@var{args} @dots{})} and, if the undo is later redone, calling
32976@samp{(@var{redo} @var{args} @dots{})}.
32977@end defun
32978
32979@defun calc-record-why msg args
32980Record the error or warning message @var{msg}, which is normally a string.
32981This message will be replayed if the user types @kbd{w} (@code{calc-why});
32982if the message string begins with a @samp{*}, it is considered important
32983enough to display even if the user doesn't type @kbd{w}. If one or more
32984@var{args} are present, the displayed message will be of the form,
32985@samp{@var{msg}: @var{arg1}, @var{arg2}, @dots{}}, where the arguments are
32986formatted on the assumption that they are either strings or Calc objects of
32987some sort. If @var{msg} is a symbol, it is the name of a Calc predicate
32988(such as @code{integerp} or @code{numvecp}) which the arguments did not
32989satisfy; it is expanded to a suitable string such as ``Expected an
32990integer.'' The @code{reject-arg} function calls @code{calc-record-why}
32991automatically; @pxref{Predicates}.
32992@end defun
32993
32994@defun calc-is-inverse
32995This predicate returns true if the current command is inverse,
32996i.e., if the Inverse (@kbd{I} key) flag was set.
32997@end defun
32998
32999@defun calc-is-hyperbolic
33000This predicate is the analogous function for the @kbd{H} key.
33001@end defun
33002
33003@node Stack Lisp Functions, Predicates, Interactive Lisp Functions, Internals
33004@subsubsection Stack-Oriented Functions
33005
33006@noindent
33007The functions described here perform various operations on the Calc
33008stack and trail. They are to be used in interactive Calc commands.
33009
33010@defun calc-push-list vals n
33011Push the Calc objects in list @var{vals} onto the stack at stack level
33012@var{n}. If @var{n} is omitted it defaults to 1, so that the elements
33013are pushed at the top of the stack. If @var{n} is greater than 1, the
33014elements will be inserted into the stack so that the last element will
33015end up at level @var{n}, the next-to-last at level @var{n}+1, etc.
33016The elements of @var{vals} are assumed to be valid Calc objects, and
33017are not evaluated, rounded, or renormalized in any way. If @var{vals}
33018is an empty list, nothing happens.
33019
33020The stack elements are pushed without any sub-formula selections.
33021You can give an optional third argument to this function, which must
33022be a list the same size as @var{vals} of selections. Each selection
33023must be @code{eq} to some sub-formula of the corresponding formula
33024in @var{vals}, or @code{nil} if that formula should have no selection.
33025@end defun
33026
33027@defun calc-top-list n m
33028Return a list of the @var{n} objects starting at level @var{m} of the
33029stack. If @var{m} is omitted it defaults to 1, so that the elements are
33030taken from the top of the stack. If @var{n} is omitted, it also
33031defaults to 1, so that the top stack element (in the form of a
33032one-element list) is returned. If @var{m} is greater than 1, the
33033@var{m}th stack element will be at the end of the list, the @var{m}+1st
33034element will be next-to-last, etc. If @var{n} or @var{m} are out of
33035range, the command is aborted with a suitable error message. If @var{n}
33036is zero, the function returns an empty list. The stack elements are not
33037evaluated, rounded, or renormalized.
33038
33039If any stack elements contain selections, and selections have not
33040been disabled by the @kbd{j e} (@code{calc-enable-selections}) command,
33041this function returns the selected portions rather than the entire
33042stack elements. It can be given a third ``selection-mode'' argument
33043which selects other behaviors. If it is the symbol @code{t}, then
33044a selection in any of the requested stack elements produces an
33045``invalid operation on selections'' error. If it is the symbol @code{full},
33046the whole stack entry is always returned regardless of selections.
33047If it is the symbol @code{sel}, the selected portion is always returned,
33048or @code{nil} if there is no selection. (This mode ignores the @kbd{j e}
33049command.) If the symbol is @code{entry}, the complete stack entry in
33050list form is returned; the first element of this list will be the whole
33051formula, and the third element will be the selection (or @code{nil}).
33052@end defun
33053
33054@defun calc-pop-stack n m
33055Remove the specified elements from the stack. The parameters @var{n}
33056and @var{m} are defined the same as for @code{calc-top-list}. The return
33057value of @code{calc-pop-stack} is uninteresting.
33058
33059If there are any selected sub-formulas among the popped elements, and
33060@kbd{j e} has not been used to disable selections, this produces an
33061error without changing the stack. If you supply an optional third
33062argument of @code{t}, the stack elements are popped even if they
33063contain selections.
33064@end defun
33065
33066@defun calc-record-list vals tag
33067This function records one or more results in the trail. The @var{vals}
33068are a list of strings or Calc objects. The @var{tag} is the four-character
33069tag string to identify the values. If @var{tag} is omitted, a blank tag
33070will be used.
33071@end defun
33072
33073@defun calc-normalize n
33074This function takes a Calc object and ``normalizes'' it. At the very
33075least this involves re-rounding floating-point values according to the
33076current precision and other similar jobs. Also, unless the user has
33077selected No-Simplify mode (@pxref{Simplification Modes}), this involves
33078actually evaluating a formula object by executing the function calls
33079it contains, and possibly also doing algebraic simplification, etc.
33080@end defun
33081
33082@defun calc-top-list-n n m
33083This function is identical to @code{calc-top-list}, except that it calls
33084@code{calc-normalize} on the values that it takes from the stack. They
33085are also passed through @code{check-complete}, so that incomplete
33086objects will be rejected with an error message. All computational
33087commands should use this in preference to @code{calc-top-list}; the only
33088standard Calc commands that operate on the stack without normalizing
33089are stack management commands like @code{calc-enter} and @code{calc-roll-up}.
33090This function accepts the same optional selection-mode argument as
33091@code{calc-top-list}.
33092@end defun
33093
33094@defun calc-top-n m
33095This function is a convenient form of @code{calc-top-list-n} in which only
33096a single element of the stack is taken and returned, rather than a list
33097of elements. This also accepts an optional selection-mode argument.
33098@end defun
33099
33100@defun calc-enter-result n tag vals
33101This function is a convenient interface to most of the above functions.
33102The @var{vals} argument should be either a single Calc object, or a list
33103of Calc objects; the object or objects are normalized, and the top @var{n}
33104stack entries are replaced by the normalized objects. If @var{tag} is
33105non-@code{nil}, the normalized objects are also recorded in the trail.
33106A typical stack-based computational command would take the form,
33107
33108@smallexample
33109(calc-enter-result @var{n} @var{tag} (cons 'calcFunc-@var{func}
33110 (calc-top-list-n @var{n})))
33111@end smallexample
33112
33113If any of the @var{n} stack elements replaced contain sub-formula
33114selections, and selections have not been disabled by @kbd{j e},
33115this function takes one of two courses of action. If @var{n} is
33116equal to the number of elements in @var{vals}, then each element of
33117@var{vals} is spliced into the corresponding selection; this is what
33118happens when you use the @key{TAB} key, or when you use a unary
33119arithmetic operation like @code{sqrt}. If @var{vals} has only one
33120element but @var{n} is greater than one, there must be only one
33121selection among the top @var{n} stack elements; the element from
33122@var{vals} is spliced into that selection. This is what happens when
33123you use a binary arithmetic operation like @kbd{+}. Any other
33124combination of @var{n} and @var{vals} is an error when selections
33125are present.
33126@end defun
33127
33128@defun calc-unary-op tag func arg
33129This function implements a unary operator that allows a numeric prefix
33130argument to apply the operator over many stack entries. If the prefix
33131argument @var{arg} is @code{nil}, this uses @code{calc-enter-result}
33132as outlined above. Otherwise, it maps the function over several stack
33133elements; @pxref{Prefix Arguments}. For example,
33134
33135@smallexample
33136(defun calc-zeta (arg)
33137 (interactive "P")
33138 (calc-unary-op "zeta" 'calcFunc-zeta arg))
33139@end smallexample
33140@end defun
33141
33142@defun calc-binary-op tag func arg ident unary
33143This function implements a binary operator, analogously to
33144@code{calc-unary-op}. The optional @var{ident} and @var{unary}
33145arguments specify the behavior when the prefix argument is zero or
33146one, respectively. If the prefix is zero, the value @var{ident}
33147is pushed onto the stack, if specified, otherwise an error message
33148is displayed. If the prefix is one, the unary function @var{unary}
33149is applied to the top stack element, or, if @var{unary} is not
33150specified, nothing happens. When the argument is two or more,
33151the binary function @var{func} is reduced across the top @var{arg}
33152stack elements; when the argument is negative, the function is
33153mapped between the next-to-top @mathit{-@var{arg}} stack elements and the
33154top element.
33155@end defun
33156
33157@defun calc-stack-size
33158Return the number of elements on the stack as an integer. This count
33159does not include elements that have been temporarily hidden by stack
33160truncation; @pxref{Truncating the Stack}.
33161@end defun
33162
33163@defun calc-cursor-stack-index n
33164Move the point to the @var{n}th stack entry. If @var{n} is zero, this
33165will be the @samp{.} line. If @var{n} is from 1 to the current stack size,
33166this will be the beginning of the first line of that stack entry's display.
33167If line numbers are enabled, this will move to the first character of the
33168line number, not the stack entry itself.
33169@end defun
33170
33171@defun calc-substack-height n
33172Return the number of lines between the beginning of the @var{n}th stack
33173entry and the bottom of the buffer. If @var{n} is zero, this
33174will be one (assuming no stack truncation). If all stack entries are
33175one line long (i.e., no matrices are displayed), the return value will
33176be equal @var{n}+1 as long as @var{n} is in range. (Note that in Big
33177mode, the return value includes the blank lines that separate stack
33178entries.)
33179@end defun
33180
33181@defun calc-refresh
33182Erase the @code{*Calculator*} buffer and reformat its contents from memory.
33183This must be called after changing any parameter, such as the current
33184display radix, which might change the appearance of existing stack
33185entries. (During a keyboard macro invoked by the @kbd{X} key, refreshing
33186is suppressed, but a flag is set so that the entire stack will be refreshed
33187rather than just the top few elements when the macro finishes.)
33188@end defun
33189
33190@node Predicates, Computational Lisp Functions, Stack Lisp Functions, Internals
33191@subsubsection Predicates
33192
33193@noindent
33194The functions described here are predicates, that is, they return a
33195true/false value where @code{nil} means false and anything else means
33196true. These predicates are expanded by @code{defmath}, for example,
33197from @code{zerop} to @code{math-zerop}. In many cases they correspond
33198to native Lisp functions by the same name, but are extended to cover
33199the full range of Calc data types.
33200
33201@defun zerop x
33202Returns true if @var{x} is numerically zero, in any of the Calc data
33203types. (Note that for some types, such as error forms and intervals,
33204it never makes sense to return true.) In @code{defmath}, the expression
33205@samp{(= x 0)} will automatically be converted to @samp{(math-zerop x)},
33206and @samp{(/= x 0)} will be converted to @samp{(not (math-zerop x))}.
33207@end defun
33208
33209@defun negp x
33210Returns true if @var{x} is negative. This accepts negative real numbers
33211of various types, negative HMS and date forms, and intervals in which
33212all included values are negative. In @code{defmath}, the expression
33213@samp{(< x 0)} will automatically be converted to @samp{(math-negp x)},
33214and @samp{(>= x 0)} will be converted to @samp{(not (math-negp x))}.
33215@end defun
33216
33217@defun posp x
33218Returns true if @var{x} is positive (and non-zero). For complex
33219numbers, none of these three predicates will return true.
33220@end defun
33221
33222@defun looks-negp x
33223Returns true if @var{x} is ``negative-looking.'' This returns true if
33224@var{x} is a negative number, or a formula with a leading minus sign
33225such as @samp{-a/b}. In other words, this is an object which can be
33226made simpler by calling @code{(- @var{x})}.
33227@end defun
33228
33229@defun integerp x
33230Returns true if @var{x} is an integer of any size.
33231@end defun
33232
33233@defun fixnump x
33234Returns true if @var{x} is a native Lisp integer.
33235@end defun
33236
33237@defun natnump x
33238Returns true if @var{x} is a nonnegative integer of any size.
33239@end defun
33240
33241@defun fixnatnump x
33242Returns true if @var{x} is a nonnegative Lisp integer.
33243@end defun
33244
33245@defun num-integerp x
33246Returns true if @var{x} is numerically an integer, i.e., either a
33247true integer or a float with no significant digits to the right of
33248the decimal point.
33249@end defun
33250
33251@defun messy-integerp x
33252Returns true if @var{x} is numerically, but not literally, an integer.
33253A value is @code{num-integerp} if it is @code{integerp} or
33254@code{messy-integerp} (but it is never both at once).
33255@end defun
33256
33257@defun num-natnump x
33258Returns true if @var{x} is numerically a nonnegative integer.
33259@end defun
33260
33261@defun evenp x
33262Returns true if @var{x} is an even integer.
33263@end defun
33264
33265@defun looks-evenp x
33266Returns true if @var{x} is an even integer, or a formula with a leading
33267multiplicative coefficient which is an even integer.
33268@end defun
33269
33270@defun oddp x
33271Returns true if @var{x} is an odd integer.
33272@end defun
33273
33274@defun ratp x
33275Returns true if @var{x} is a rational number, i.e., an integer or a
33276fraction.
33277@end defun
33278
33279@defun realp x
33280Returns true if @var{x} is a real number, i.e., an integer, fraction,
33281or floating-point number.
33282@end defun
33283
33284@defun anglep x
33285Returns true if @var{x} is a real number or HMS form.
33286@end defun
33287
33288@defun floatp x
33289Returns true if @var{x} is a float, or a complex number, error form,
33290interval, date form, or modulo form in which at least one component
33291is a float.
33292@end defun
33293
33294@defun complexp x
33295Returns true if @var{x} is a rectangular or polar complex number
33296(but not a real number).
33297@end defun
33298
33299@defun rect-complexp x
33300Returns true if @var{x} is a rectangular complex number.
33301@end defun
33302
33303@defun polar-complexp x
33304Returns true if @var{x} is a polar complex number.
33305@end defun
33306
33307@defun numberp x
33308Returns true if @var{x} is a real number or a complex number.
33309@end defun
33310
33311@defun scalarp x
33312Returns true if @var{x} is a real or complex number or an HMS form.
33313@end defun
33314
33315@defun vectorp x
33316Returns true if @var{x} is a vector (this simply checks if its argument
33317is a list whose first element is the symbol @code{vec}).
33318@end defun
33319
33320@defun numvecp x
33321Returns true if @var{x} is a number or vector.
33322@end defun
33323
33324@defun matrixp x
33325Returns true if @var{x} is a matrix, i.e., a vector of one or more vectors,
33326all of the same size.
33327@end defun
33328
33329@defun square-matrixp x
33330Returns true if @var{x} is a square matrix.
33331@end defun
33332
33333@defun objectp x
33334Returns true if @var{x} is any numeric Calc object, including real and
33335complex numbers, HMS forms, date forms, error forms, intervals, and
33336modulo forms. (Note that error forms and intervals may include formulas
33337as their components; see @code{constp} below.)
33338@end defun
33339
33340@defun objvecp x
33341Returns true if @var{x} is an object or a vector. This also accepts
33342incomplete objects, but it rejects variables and formulas (except as
33343mentioned above for @code{objectp}).
33344@end defun
33345
33346@defun primp x
33347Returns true if @var{x} is a ``primitive'' or ``atomic'' Calc object,
33348i.e., one whose components cannot be regarded as sub-formulas. This
33349includes variables, and all @code{objectp} types except error forms
33350and intervals.
33351@end defun
33352
33353@defun constp x
33354Returns true if @var{x} is constant, i.e., a real or complex number,
33355HMS form, date form, or error form, interval, or vector all of whose
33356components are @code{constp}.
33357@end defun
33358
33359@defun lessp x y
33360Returns true if @var{x} is numerically less than @var{y}. Returns false
33361if @var{x} is greater than or equal to @var{y}, or if the order is
33362undefined or cannot be determined. Generally speaking, this works
33363by checking whether @samp{@var{x} - @var{y}} is @code{negp}. In
33364@code{defmath}, the expression @samp{(< x y)} will automatically be
33365converted to @samp{(lessp x y)}; expressions involving @code{>}, @code{<=},
33366and @code{>=} are similarly converted in terms of @code{lessp}.
33367@end defun
33368
33369@defun beforep x y
33370Returns true if @var{x} comes before @var{y} in a canonical ordering
33371of Calc objects. If @var{x} and @var{y} are both real numbers, this
33372will be the same as @code{lessp}. But whereas @code{lessp} considers
33373other types of objects to be unordered, @code{beforep} puts any two
33374objects into a definite, consistent order. The @code{beforep}
33375function is used by the @kbd{V S} vector-sorting command, and also
33376by @kbd{a s} to put the terms of a product into canonical order:
33377This allows @samp{x y + y x} to be simplified easily to @samp{2 x y}.
33378@end defun
33379
33380@defun equal x y
33381This is the standard Lisp @code{equal} predicate; it returns true if
33382@var{x} and @var{y} are structurally identical. This is the usual way
33383to compare numbers for equality, but note that @code{equal} will treat
333840 and 0.0 as different.
33385@end defun
33386
33387@defun math-equal x y
33388Returns true if @var{x} and @var{y} are numerically equal, either because
33389they are @code{equal}, or because their difference is @code{zerop}. In
33390@code{defmath}, the expression @samp{(= x y)} will automatically be
33391converted to @samp{(math-equal x y)}.
33392@end defun
33393
33394@defun equal-int x n
33395Returns true if @var{x} and @var{n} are numerically equal, where @var{n}
33396is a fixnum which is not a multiple of 10. This will automatically be
33397used by @code{defmath} in place of the more general @code{math-equal}
33398whenever possible.
33399@end defun
33400
33401@defun nearly-equal x y
33402Returns true if @var{x} and @var{y}, as floating-point numbers, are
33403equal except possibly in the last decimal place. For example,
33404314.159 and 314.166 are considered nearly equal if the current
33405precision is 6 (since they differ by 7 units), but not if the current
33406precision is 7 (since they differ by 70 units). Most functions which
33407use series expansions use @code{with-extra-prec} to evaluate the
33408series with 2 extra digits of precision, then use @code{nearly-equal}
33409to decide when the series has converged; this guards against cumulative
33410error in the series evaluation without doing extra work which would be
33411lost when the result is rounded back down to the current precision.
33412In @code{defmath}, this can be written @samp{(~= @var{x} @var{y})}.
33413The @var{x} and @var{y} can be numbers of any kind, including complex.
33414@end defun
33415
33416@defun nearly-zerop x y
33417Returns true if @var{x} is nearly zero, compared to @var{y}. This
33418checks whether @var{x} plus @var{y} would by be @code{nearly-equal}
33419to @var{y} itself, to within the current precision, in other words,
33420if adding @var{x} to @var{y} would have a negligible effect on @var{y}
33421due to roundoff error. @var{X} may be a real or complex number, but
33422@var{y} must be real.
33423@end defun
33424
33425@defun is-true x
33426Return true if the formula @var{x} represents a true value in
33427Calc, not Lisp, terms. It tests if @var{x} is a non-zero number
33428or a provably non-zero formula.
33429@end defun
33430
33431@defun reject-arg val pred
33432Abort the current function evaluation due to unacceptable argument values.
33433This calls @samp{(calc-record-why @var{pred} @var{val})}, then signals a
33434Lisp error which @code{normalize} will trap. The net effect is that the
33435function call which led here will be left in symbolic form.
33436@end defun
33437
33438@defun inexact-value
33439If Symbolic mode is enabled, this will signal an error that causes
33440@code{normalize} to leave the formula in symbolic form, with the message
33441``Inexact result.'' (This function has no effect when not in Symbolic mode.)
33442Note that if your function calls @samp{(sin 5)} in Symbolic mode, the
33443@code{sin} function will call @code{inexact-value}, which will cause your
33444function to be left unsimplified. You may instead wish to call
33445@samp{(normalize (list 'calcFunc-sin 5))}, which in Symbolic mode will
33446return the formula @samp{sin(5)} to your function.
33447@end defun
33448
33449@defun overflow
33450This signals an error that will be reported as a floating-point overflow.
33451@end defun
33452
33453@defun underflow
33454This signals a floating-point underflow.
33455@end defun
33456
33457@node Computational Lisp Functions, Vector Lisp Functions, Predicates, Internals
33458@subsubsection Computational Functions
33459
33460@noindent
33461The functions described here do the actual computational work of the
33462Calculator. In addition to these, note that any function described in
33463the main body of this manual may be called from Lisp; for example, if
33464the documentation refers to the @code{calc-sqrt} [@code{sqrt}] command,
33465this means @code{calc-sqrt} is an interactive stack-based square-root
33466command and @code{sqrt} (which @code{defmath} expands to @code{calcFunc-sqrt})
33467is the actual Lisp function for taking square roots.
33468
33469The functions @code{math-add}, @code{math-sub}, @code{math-mul},
33470@code{math-div}, @code{math-mod}, and @code{math-neg} are not included
33471in this list, since @code{defmath} allows you to write native Lisp
33472@code{+}, @code{-}, @code{*}, @code{/}, @code{%}, and unary @code{-},
33473respectively, instead.
33474
33475@defun normalize val
33476(Full form: @code{math-normalize}.)
33477Reduce the value @var{val} to standard form. For example, if @var{val}
33478is a fixnum, it will be converted to a bignum if it is too large, and
33479if @var{val} is a bignum it will be normalized by clipping off trailing
33480(i.e., most-significant) zero digits and converting to a fixnum if it is
33481small. All the various data types are similarly converted to their standard
33482forms. Variables are left alone, but function calls are actually evaluated
33483in formulas. For example, normalizing @samp{(+ 2 (calcFunc-abs -4))} will
33484return 6.
33485
33486If a function call fails, because the function is void or has the wrong
33487number of parameters, or because it returns @code{nil} or calls
33488@code{reject-arg} or @code{inexact-result}, @code{normalize} returns
33489the formula still in symbolic form.
33490
33491If the current simplification mode is ``none'' or ``numeric arguments
33492only,'' @code{normalize} will act appropriately. However, the more
33493powerful simplification modes (like Algebraic Simplification) are
33494not handled by @code{normalize}. They are handled by @code{calc-normalize},
33495which calls @code{normalize} and possibly some other routines, such
33496as @code{simplify} or @code{simplify-units}. Programs generally will
33497never call @code{calc-normalize} except when popping or pushing values
33498on the stack.
33499@end defun
33500
33501@defun evaluate-expr expr
33502Replace all variables in @var{expr} that have values with their values,
33503then use @code{normalize} to simplify the result. This is what happens
33504when you press the @kbd{=} key interactively.
33505@end defun
33506
33507@defmac with-extra-prec n body
33508Evaluate the Lisp forms in @var{body} with precision increased by @var{n}
33509digits. This is a macro which expands to
33510
33511@smallexample
33512(math-normalize
33513 (let ((calc-internal-prec (+ calc-internal-prec @var{n})))
33514 @var{body}))
33515@end smallexample
33516
33517The surrounding call to @code{math-normalize} causes a floating-point
33518result to be rounded down to the original precision afterwards. This
33519is important because some arithmetic operations assume a number's
33520mantissa contains no more digits than the current precision allows.
33521@end defmac
33522
33523@defun make-frac n d
33524Build a fraction @samp{@var{n}:@var{d}}. This is equivalent to calling
33525@samp{(normalize (list 'frac @var{n} @var{d}))}, but more efficient.
33526@end defun
33527
33528@defun make-float mant exp
33529Build a floating-point value out of @var{mant} and @var{exp}, both
33530of which are arbitrary integers. This function will return a
33531properly normalized float value, or signal an overflow or underflow
33532if @var{exp} is out of range.
33533@end defun
33534
33535@defun make-sdev x sigma
33536Build an error form out of @var{x} and the absolute value of @var{sigma}.
33537If @var{sigma} is zero, the result is the number @var{x} directly.
33538If @var{sigma} is negative or complex, its absolute value is used.
33539If @var{x} or @var{sigma} is not a valid type of object for use in
33540error forms, this calls @code{reject-arg}.
33541@end defun
33542
33543@defun make-intv mask lo hi
33544Build an interval form out of @var{mask} (which is assumed to be an
33545integer from 0 to 3), and the limits @var{lo} and @var{hi}. If
33546@var{lo} is greater than @var{hi}, an empty interval form is returned.
33547This calls @code{reject-arg} if @var{lo} or @var{hi} is unsuitable.
33548@end defun
33549
33550@defun sort-intv mask lo hi
33551Build an interval form, similar to @code{make-intv}, except that if
33552@var{lo} is less than @var{hi} they are simply exchanged, and the
33553bits of @var{mask} are swapped accordingly.
33554@end defun
33555
33556@defun make-mod n m
33557Build a modulo form out of @var{n} and the modulus @var{m}. Since modulo
33558forms do not allow formulas as their components, if @var{n} or @var{m}
33559is not a real number or HMS form the result will be a formula which
33560is a call to @code{makemod}, the algebraic version of this function.
33561@end defun
33562
33563@defun float x
33564Convert @var{x} to floating-point form. Integers and fractions are
33565converted to numerically equivalent floats; components of complex
33566numbers, vectors, HMS forms, date forms, error forms, intervals, and
33567modulo forms are recursively floated. If the argument is a variable
33568or formula, this calls @code{reject-arg}.
33569@end defun
33570
33571@defun compare x y
33572Compare the numbers @var{x} and @var{y}, and return @mathit{-1} if
33573@samp{(lessp @var{x} @var{y})}, 1 if @samp{(lessp @var{y} @var{x})},
335740 if @samp{(math-equal @var{x} @var{y})}, or 2 if the order is
33575undefined or cannot be determined.
33576@end defun
33577
33578@defun numdigs n
33579Return the number of digits of integer @var{n}, effectively
33580@samp{ceil(log10(@var{n}))}, but much more efficient. Zero is
33581considered to have zero digits.
33582@end defun
33583
33584@defun scale-int x n
33585Shift integer @var{x} left @var{n} decimal digits, or right @mathit{-@var{n}}
33586digits with truncation toward zero.
33587@end defun
33588
33589@defun scale-rounding x n
33590Like @code{scale-int}, except that a right shift rounds to the nearest
33591integer rather than truncating.
33592@end defun
33593
33594@defun fixnum n
33595Return the integer @var{n} as a fixnum, i.e., a native Lisp integer.
33596If @var{n} is outside the permissible range for Lisp integers (usually
3359724 binary bits) the result is undefined.
33598@end defun
33599
33600@defun sqr x
33601Compute the square of @var{x}; short for @samp{(* @var{x} @var{x})}.
33602@end defun
33603
33604@defun quotient x y
33605Divide integer @var{x} by integer @var{y}; return an integer quotient
33606and discard the remainder. If @var{x} or @var{y} is negative, the
33607direction of rounding is undefined.
33608@end defun
33609
33610@defun idiv x y
33611Perform an integer division; if @var{x} and @var{y} are both nonnegative
33612integers, this uses the @code{quotient} function, otherwise it computes
33613@samp{floor(@var{x}/@var{y})}. Thus the result is well-defined but
33614slower than for @code{quotient}.
33615@end defun
33616
33617@defun imod x y
33618Divide integer @var{x} by integer @var{y}; return the integer remainder
33619and discard the quotient. Like @code{quotient}, this works only for
33620integer arguments and is not well-defined for negative arguments.
33621For a more well-defined result, use @samp{(% @var{x} @var{y})}.
33622@end defun
33623
33624@defun idivmod x y
33625Divide integer @var{x} by integer @var{y}; return a cons cell whose
33626@code{car} is @samp{(quotient @var{x} @var{y})} and whose @code{cdr}
33627is @samp{(imod @var{x} @var{y})}.
33628@end defun
33629
33630@defun pow x y
33631Compute @var{x} to the power @var{y}. In @code{defmath} code, this can
33632also be written @samp{(^ @var{x} @var{y})} or
33633@w{@samp{(expt @var{x} @var{y})}}.
33634@end defun
33635
33636@defun abs-approx x
33637Compute a fast approximation to the absolute value of @var{x}. For
33638example, for a rectangular complex number the result is the sum of
33639the absolute values of the components.
33640@end defun
33641
33642@findex e
33643@findex gamma-const
33644@findex ln-2
33645@findex ln-10
33646@findex phi
33647@findex pi-over-2
33648@findex pi-over-4
33649@findex pi-over-180
33650@findex sqrt-two-pi
33651@findex sqrt-e
33652@findex two-pi
33653@defun pi
33654The function @samp{(pi)} computes @samp{pi} to the current precision.
33655Other related constant-generating functions are @code{two-pi},
33656@code{pi-over-2}, @code{pi-over-4}, @code{pi-over-180}, @code{sqrt-two-pi},
33657@code{e}, @code{sqrt-e}, @code{ln-2}, @code{ln-10}, @code{phi} and
33658@code{gamma-const}. Each function returns a floating-point value in the
33659current precision, and each uses caching so that all calls after the
33660first are essentially free.
33661@end defun
33662
33663@defmac math-defcache @var{func} @var{initial} @var{form}
33664This macro, usually used as a top-level call like @code{defun} or
33665@code{defvar}, defines a new cached constant analogous to @code{pi}, etc.
33666It defines a function @code{func} which returns the requested value;
33667if @var{initial} is non-@code{nil} it must be a @samp{(float @dots{})}
33668form which serves as an initial value for the cache. If @var{func}
33669is called when the cache is empty or does not have enough digits to
33670satisfy the current precision, the Lisp expression @var{form} is evaluated
33671with the current precision increased by four, and the result minus its
33672two least significant digits is stored in the cache. For example,
33673calling @samp{(pi)} with a precision of 30 computes @samp{pi} to 34
33674digits, rounds it down to 32 digits for future use, then rounds it
33675again to 30 digits for use in the present request.
33676@end defmac
33677
33678@findex half-circle
33679@findex quarter-circle
33680@defun full-circle symb
33681If the current angular mode is Degrees or HMS, this function returns the
33682integer 360. In Radians mode, this function returns either the
33683corresponding value in radians to the current precision, or the formula
33684@samp{2*pi}, depending on the Symbolic mode. There are also similar
33685function @code{half-circle} and @code{quarter-circle}.
33686@end defun
33687
33688@defun power-of-2 n
33689Compute two to the integer power @var{n}, as a (potentially very large)
33690integer. Powers of two are cached, so only the first call for a
33691particular @var{n} is expensive.
33692@end defun
33693
33694@defun integer-log2 n
33695Compute the base-2 logarithm of @var{n}, which must be an integer which
33696is a power of two. If @var{n} is not a power of two, this function will
33697return @code{nil}.
33698@end defun
33699
33700@defun div-mod a b m
33701Divide @var{a} by @var{b}, modulo @var{m}. This returns @code{nil} if
33702there is no solution, or if any of the arguments are not integers.
33703@end defun
33704
33705@defun pow-mod a b m
33706Compute @var{a} to the power @var{b}, modulo @var{m}. If @var{a},
33707@var{b}, and @var{m} are integers, this uses an especially efficient
33708algorithm. Otherwise, it simply computes @samp{(% (^ a b) m)}.
33709@end defun
33710
33711@defun isqrt n
33712Compute the integer square root of @var{n}. This is the square root
33713of @var{n} rounded down toward zero, i.e., @samp{floor(sqrt(@var{n}))}.
33714If @var{n} is itself an integer, the computation is especially efficient.
33715@end defun
33716
33717@defun to-hms a ang
33718Convert the argument @var{a} into an HMS form. If @var{ang} is specified,
33719it is the angular mode in which to interpret @var{a}, either @code{deg}
33720or @code{rad}. Otherwise, the current angular mode is used. If @var{a}
33721is already an HMS form it is returned as-is.
33722@end defun
33723
33724@defun from-hms a ang
33725Convert the HMS form @var{a} into a real number. If @var{ang} is specified,
33726it is the angular mode in which to express the result, otherwise the
33727current angular mode is used. If @var{a} is already a real number, it
33728is returned as-is.
33729@end defun
33730
33731@defun to-radians a
33732Convert the number or HMS form @var{a} to radians from the current
33733angular mode.
33734@end defun
33735
33736@defun from-radians a
33737Convert the number @var{a} from radians to the current angular mode.
33738If @var{a} is a formula, this returns the formula @samp{deg(@var{a})}.
33739@end defun
33740
33741@defun to-radians-2 a
33742Like @code{to-radians}, except that in Symbolic mode a degrees to
33743radians conversion yields a formula like @samp{@var{a}*pi/180}.
33744@end defun
33745
33746@defun from-radians-2 a
33747Like @code{from-radians}, except that in Symbolic mode a radians to
33748degrees conversion yields a formula like @samp{@var{a}*180/pi}.
33749@end defun
33750
33751@defun random-digit
33752Produce a random base-1000 digit in the range 0 to 999.
33753@end defun
33754
33755@defun random-digits n
33756Produce a random @var{n}-digit integer; this will be an integer
33757in the interval @samp{[0, 10^@var{n})}.
33758@end defun
33759
33760@defun random-float
33761Produce a random float in the interval @samp{[0, 1)}.
33762@end defun
33763
33764@defun prime-test n iters
33765Determine whether the integer @var{n} is prime. Return a list which has
33766one of these forms: @samp{(nil @var{f})} means the number is non-prime
33767because it was found to be divisible by @var{f}; @samp{(nil)} means it
33768was found to be non-prime by table look-up (so no factors are known);
33769@samp{(nil unknown)} means it is definitely non-prime but no factors
33770are known because @var{n} was large enough that Fermat's probabilistic
33771test had to be used; @samp{(t)} means the number is definitely prime;
33772and @samp{(maybe @var{i} @var{p})} means that Fermat's test, after @var{i}
33773iterations, is @var{p} percent sure that the number is prime. The
33774@var{iters} parameter is the number of Fermat iterations to use, in the
33775case that this is necessary. If @code{prime-test} returns ``maybe,''
33776you can call it again with the same @var{n} to get a greater certainty;
33777@code{prime-test} remembers where it left off.
33778@end defun
33779
33780@defun to-simple-fraction f
33781If @var{f} is a floating-point number which can be represented exactly
33782as a small rational number. return that number, else return @var{f}.
33783For example, 0.75 would be converted to 3:4. This function is very
33784fast.
33785@end defun
33786
33787@defun to-fraction f tol
33788Find a rational approximation to floating-point number @var{f} to within
33789a specified tolerance @var{tol}; this corresponds to the algebraic
33790function @code{frac}, and can be rather slow.
33791@end defun
33792
33793@defun quarter-integer n
33794If @var{n} is an integer or integer-valued float, this function
33795returns zero. If @var{n} is a half-integer (i.e., an integer plus
33796@mathit{1:2} or 0.5), it returns 2. If @var{n} is a quarter-integer,
33797it returns 1 or 3. If @var{n} is anything else, this function
33798returns @code{nil}.
33799@end defun
33800
33801@node Vector Lisp Functions, Symbolic Lisp Functions, Computational Lisp Functions, Internals
33802@subsubsection Vector Functions
33803
33804@noindent
33805The functions described here perform various operations on vectors and
33806matrices.
33807
33808@defun math-concat x y
33809Do a vector concatenation; this operation is written @samp{@var{x} | @var{y}}
33810in a symbolic formula. @xref{Building Vectors}.
33811@end defun
33812
33813@defun vec-length v
33814Return the length of vector @var{v}. If @var{v} is not a vector, the
33815result is zero. If @var{v} is a matrix, this returns the number of
33816rows in the matrix.
33817@end defun
33818
33819@defun mat-dimens m
33820Determine the dimensions of vector or matrix @var{m}. If @var{m} is not
33821a vector, the result is an empty list. If @var{m} is a plain vector
33822but not a matrix, the result is a one-element list containing the length
33823of the vector. If @var{m} is a matrix with @var{r} rows and @var{c} columns,
33824the result is the list @samp{(@var{r} @var{c})}. Higher-order tensors
33825produce lists of more than two dimensions. Note that the object
33826@samp{[[1, 2, 3], [4, 5]]} is a vector of vectors not all the same size,
33827and is treated by this and other Calc routines as a plain vector of two
33828elements.
33829@end defun
33830
33831@defun dimension-error
33832Abort the current function with a message of ``Dimension error.''
33833The Calculator will leave the function being evaluated in symbolic
33834form; this is really just a special case of @code{reject-arg}.
33835@end defun
33836
33837@defun build-vector args
33838Return a Calc vector with @var{args} as elements.
33839For example, @samp{(build-vector 1 2 3)} returns the Calc vector
33840@samp{[1, 2, 3]}, stored internally as the list @samp{(vec 1 2 3)}.
33841@end defun
33842
33843@defun make-vec obj dims
33844Return a Calc vector or matrix all of whose elements are equal to
33845@var{obj}. For example, @samp{(make-vec 27 3 4)} returns a 3x4 matrix
33846filled with 27's.
33847@end defun
33848
33849@defun row-matrix v
33850If @var{v} is a plain vector, convert it into a row matrix, i.e.,
33851a matrix whose single row is @var{v}. If @var{v} is already a matrix,
33852leave it alone.
33853@end defun
33854
33855@defun col-matrix v
33856If @var{v} is a plain vector, convert it into a column matrix, i.e., a
33857matrix with each element of @var{v} as a separate row. If @var{v} is
33858already a matrix, leave it alone.
33859@end defun
33860
33861@defun map-vec f v
33862Map the Lisp function @var{f} over the Calc vector @var{v}. For example,
33863@samp{(map-vec 'math-floor v)} returns a vector of the floored components
33864of vector @var{v}.
33865@end defun
33866
33867@defun map-vec-2 f a b
33868Map the Lisp function @var{f} over the two vectors @var{a} and @var{b}.
33869If @var{a} and @var{b} are vectors of equal length, the result is a
33870vector of the results of calling @samp{(@var{f} @var{ai} @var{bi})}
33871for each pair of elements @var{ai} and @var{bi}. If either @var{a} or
33872@var{b} is a scalar, it is matched with each value of the other vector.
33873For example, @samp{(map-vec-2 'math-add v 1)} returns the vector @var{v}
33874with each element increased by one. Note that using @samp{'+} would not
33875work here, since @code{defmath} does not expand function names everywhere,
33876just where they are in the function position of a Lisp expression.
33877@end defun
33878
33879@defun reduce-vec f v
33880Reduce the function @var{f} over the vector @var{v}. For example, if
33881@var{v} is @samp{[10, 20, 30, 40]}, this calls @samp{(f (f (f 10 20) 30) 40)}.
33882If @var{v} is a matrix, this reduces over the rows of @var{v}.
33883@end defun
33884
33885@defun reduce-cols f m
33886Reduce the function @var{f} over the columns of matrix @var{m}. For
33887example, if @var{m} is @samp{[[1, 2], [3, 4], [5, 6]]}, the result
33888is a vector of the two elements @samp{(f (f 1 3) 5)} and @samp{(f (f 2 4) 6)}.
33889@end defun
33890
33891@defun mat-row m n
33892Return the @var{n}th row of matrix @var{m}. This is equivalent to
33893@samp{(elt m n)}. For a slower but safer version, use @code{mrow}.
33894(@xref{Extracting Elements}.)
33895@end defun
33896
33897@defun mat-col m n
33898Return the @var{n}th column of matrix @var{m}, in the form of a vector.
33899The arguments are not checked for correctness.
33900@end defun
33901
33902@defun mat-less-row m n
33903Return a copy of matrix @var{m} with its @var{n}th row deleted. The
33904number @var{n} must be in range from 1 to the number of rows in @var{m}.
33905@end defun
33906
33907@defun mat-less-col m n
33908Return a copy of matrix @var{m} with its @var{n}th column deleted.
33909@end defun
33910
33911@defun transpose m
33912Return the transpose of matrix @var{m}.
33913@end defun
33914
33915@defun flatten-vector v
33916Flatten nested vector @var{v} into a vector of scalars. For example,
33917if @var{v} is @samp{[[1, 2, 3], [4, 5]]} the result is @samp{[1, 2, 3, 4, 5]}.
33918@end defun
33919
33920@defun copy-matrix m
33921If @var{m} is a matrix, return a copy of @var{m}. This maps
33922@code{copy-sequence} over the rows of @var{m}; in Lisp terms, each
33923element of the result matrix will be @code{eq} to the corresponding
33924element of @var{m}, but none of the @code{cons} cells that make up
33925the structure of the matrix will be @code{eq}. If @var{m} is a plain
33926vector, this is the same as @code{copy-sequence}.
33927@end defun
33928
33929@defun swap-rows m r1 r2
33930Exchange rows @var{r1} and @var{r2} of matrix @var{m} in-place. In
33931other words, unlike most of the other functions described here, this
33932function changes @var{m} itself rather than building up a new result
33933matrix. The return value is @var{m}, i.e., @samp{(eq (swap-rows m 1 2) m)}
33934is true, with the side effect of exchanging the first two rows of
33935@var{m}.
33936@end defun
33937
33938@node Symbolic Lisp Functions, Formatting Lisp Functions, Vector Lisp Functions, Internals
33939@subsubsection Symbolic Functions
33940
33941@noindent
33942The functions described here operate on symbolic formulas in the
33943Calculator.
33944
33945@defun calc-prepare-selection num
33946Prepare a stack entry for selection operations. If @var{num} is
33947omitted, the stack entry containing the cursor is used; otherwise,
33948it is the number of the stack entry to use. This function stores
33949useful information about the current stack entry into a set of
33950variables. @code{calc-selection-cache-num} contains the number of
33951the stack entry involved (equal to @var{num} if you specified it);
33952@code{calc-selection-cache-entry} contains the stack entry as a
33953list (such as @code{calc-top-list} would return with @code{entry}
33954as the selection mode); and @code{calc-selection-cache-comp} contains
33955a special ``tagged'' composition (@pxref{Formatting Lisp Functions})
33956which allows Calc to relate cursor positions in the buffer with
33957their corresponding sub-formulas.
33958
33959A slight complication arises in the selection mechanism because
33960formulas may contain small integers. For example, in the vector
33961@samp{[1, 2, 1]} the first and last elements are @code{eq} to each
33962other; selections are recorded as the actual Lisp object that
33963appears somewhere in the tree of the whole formula, but storing
33964@code{1} would falsely select both @code{1}'s in the vector. So
33965@code{calc-prepare-selection} also checks the stack entry and
33966replaces any plain integers with ``complex number'' lists of the form
33967@samp{(cplx @var{n} 0)}. This list will be displayed the same as a
33968plain @var{n} and the change will be completely invisible to the
33969user, but it will guarantee that no two sub-formulas of the stack
33970entry will be @code{eq} to each other. Next time the stack entry
33971is involved in a computation, @code{calc-normalize} will replace
33972these lists with plain numbers again, again invisibly to the user.
33973@end defun
33974
33975@defun calc-encase-atoms x
33976This modifies the formula @var{x} to ensure that each part of the
33977formula is a unique atom, using the @samp{(cplx @var{n} 0)} trick
33978described above. This function may use @code{setcar} to modify
33979the formula in-place.
33980@end defun
33981
33982@defun calc-find-selected-part
33983Find the smallest sub-formula of the current formula that contains
33984the cursor. This assumes @code{calc-prepare-selection} has been
33985called already. If the cursor is not actually on any part of the
33986formula, this returns @code{nil}.
33987@end defun
33988
33989@defun calc-change-current-selection selection
33990Change the currently prepared stack element's selection to
33991@var{selection}, which should be @code{eq} to some sub-formula
33992of the stack element, or @code{nil} to unselect the formula.
33993The stack element's appearance in the Calc buffer is adjusted
33994to reflect the new selection.
33995@end defun
33996
33997@defun calc-find-nth-part expr n
33998Return the @var{n}th sub-formula of @var{expr}. This function is used
33999by the selection commands, and (unless @kbd{j b} has been used) treats
34000sums and products as flat many-element formulas. Thus if @var{expr}
34001is @samp{((a + b) - c) + d}, calling @code{calc-find-nth-part} with
34002@var{n} equal to four will return @samp{d}.
34003@end defun
34004
34005@defun calc-find-parent-formula expr part
34006Return the sub-formula of @var{expr} which immediately contains
34007@var{part}. If @var{expr} is @samp{a*b + (c+1)*d} and @var{part}
34008is @code{eq} to the @samp{c+1} term of @var{expr}, then this function
34009will return @samp{(c+1)*d}. If @var{part} turns out not to be a
34010sub-formula of @var{expr}, the function returns @code{nil}. If
34011@var{part} is @code{eq} to @var{expr}, the function returns @code{t}.
34012This function does not take associativity into account.
34013@end defun
34014
34015@defun calc-find-assoc-parent-formula expr part
34016This is the same as @code{calc-find-parent-formula}, except that
34017(unless @kbd{j b} has been used) it continues widening the selection
34018to contain a complete level of the formula. Given @samp{a} from
34019@samp{((a + b) - c) + d}, @code{calc-find-parent-formula} will
34020return @samp{a + b} but @code{calc-find-assoc-parent-formula} will
34021return the whole expression.
34022@end defun
34023
34024@defun calc-grow-assoc-formula expr part
34025This expands sub-formula @var{part} of @var{expr} to encompass a
34026complete level of the formula. If @var{part} and its immediate
34027parent are not compatible associative operators, or if @kbd{j b}
34028has been used, this simply returns @var{part}.
34029@end defun
34030
34031@defun calc-find-sub-formula expr part
34032This finds the immediate sub-formula of @var{expr} which contains
34033@var{part}. It returns an index @var{n} such that
34034@samp{(calc-find-nth-part @var{expr} @var{n})} would return @var{part}.
34035If @var{part} is not a sub-formula of @var{expr}, it returns @code{nil}.
34036If @var{part} is @code{eq} to @var{expr}, it returns @code{t}. This
34037function does not take associativity into account.
34038@end defun
34039
34040@defun calc-replace-sub-formula expr old new
34041This function returns a copy of formula @var{expr}, with the
34042sub-formula that is @code{eq} to @var{old} replaced by @var{new}.
34043@end defun
34044
34045@defun simplify expr
34046Simplify the expression @var{expr} by applying various algebraic rules.
34047This is what the @w{@kbd{a s}} (@code{calc-simplify}) command uses. This
34048always returns a copy of the expression; the structure @var{expr} points
34049to remains unchanged in memory.
34050
34051More precisely, here is what @code{simplify} does: The expression is
34052first normalized and evaluated by calling @code{normalize}. If any
34053@code{AlgSimpRules} have been defined, they are then applied. Then
34054the expression is traversed in a depth-first, bottom-up fashion; at
34055each level, any simplifications that can be made are made until no
34056further changes are possible. Once the entire formula has been
34057traversed in this way, it is compared with the original formula (from
34058before the call to @code{normalize}) and, if it has changed,
34059the entire procedure is repeated (starting with @code{normalize})
34060until no further changes occur. Usually only two iterations are
34061needed:@: one to simplify the formula, and another to verify that no
34062further simplifications were possible.
34063@end defun
34064
34065@defun simplify-extended expr
34066Simplify the expression @var{expr}, with additional rules enabled that
34067help do a more thorough job, while not being entirely ``safe'' in all
34068circumstances. (For example, this mode will simplify @samp{sqrt(x^2)}
34069to @samp{x}, which is only valid when @var{x} is positive.) This is
34070implemented by temporarily binding the variable @code{math-living-dangerously}
34071to @code{t} (using a @code{let} form) and calling @code{simplify}.
34072Dangerous simplification rules are written to check this variable
34073before taking any action.
34074@end defun
34075
34076@defun simplify-units expr
34077Simplify the expression @var{expr}, treating variable names as units
34078whenever possible. This works by binding the variable
34079@code{math-simplifying-units} to @code{t} while calling @code{simplify}.
34080@end defun
34081
34082@defmac math-defsimplify funcs body
34083Register a new simplification rule; this is normally called as a top-level
34084form, like @code{defun} or @code{defmath}. If @var{funcs} is a symbol
34085(like @code{+} or @code{calcFunc-sqrt}), this simplification rule is
34086applied to the formulas which are calls to the specified function. Or,
34087@var{funcs} can be a list of such symbols; the rule applies to all
34088functions on the list. The @var{body} is written like the body of a
34089function with a single argument called @code{expr}. The body will be
34090executed with @code{expr} bound to a formula which is a call to one of
34091the functions @var{funcs}. If the function body returns @code{nil}, or
34092if it returns a result @code{equal} to the original @code{expr}, it is
34093ignored and Calc goes on to try the next simplification rule that applies.
34094If the function body returns something different, that new formula is
34095substituted for @var{expr} in the original formula.
34096
34097At each point in the formula, rules are tried in the order of the
34098original calls to @code{math-defsimplify}; the search stops after the
34099first rule that makes a change. Thus later rules for that same
34100function will not have a chance to trigger until the next iteration
34101of the main @code{simplify} loop.
34102
34103Note that, since @code{defmath} is not being used here, @var{body} must
34104be written in true Lisp code without the conveniences that @code{defmath}
34105provides. If you prefer, you can have @var{body} simply call another
34106function (defined with @code{defmath}) which does the real work.
34107
34108The arguments of a function call will already have been simplified
34109before any rules for the call itself are invoked. Since a new argument
34110list is consed up when this happens, this means that the rule's body is
34111allowed to rearrange the function's arguments destructively if that is
34112convenient. Here is a typical example of a simplification rule:
34113
34114@smallexample
34115(math-defsimplify calcFunc-arcsinh
34116 (or (and (math-looks-negp (nth 1 expr))
34117 (math-neg (list 'calcFunc-arcsinh
34118 (math-neg (nth 1 expr)))))
34119 (and (eq (car-safe (nth 1 expr)) 'calcFunc-sinh)
34120 (or math-living-dangerously
34121 (math-known-realp (nth 1 (nth 1 expr))))
34122 (nth 1 (nth 1 expr)))))
34123@end smallexample
34124
34125This is really a pair of rules written with one @code{math-defsimplify}
34126for convenience; the first replaces @samp{arcsinh(-x)} with
34127@samp{-arcsinh(x)}, and the second, which is safe only for real @samp{x},
34128replaces @samp{arcsinh(sinh(x))} with @samp{x}.
34129@end defmac
34130
34131@defun common-constant-factor expr
34132Check @var{expr} to see if it is a sum of terms all multiplied by the
34133same rational value. If so, return this value. If not, return @code{nil}.
34134For example, if called on @samp{6x + 9y + 12z}, it would return 3, since
341353 is a common factor of all the terms.
34136@end defun
34137
34138@defun cancel-common-factor expr factor
34139Assuming @var{expr} is a sum with @var{factor} as a common factor,
34140divide each term of the sum by @var{factor}. This is done by
34141destructively modifying parts of @var{expr}, on the assumption that
34142it is being used by a simplification rule (where such things are
34143allowed; see above). For example, consider this built-in rule for
34144square roots:
34145
34146@smallexample
34147(math-defsimplify calcFunc-sqrt
34148 (let ((fac (math-common-constant-factor (nth 1 expr))))
34149 (and fac (not (eq fac 1))
34150 (math-mul (math-normalize (list 'calcFunc-sqrt fac))
34151 (math-normalize
34152 (list 'calcFunc-sqrt
34153 (math-cancel-common-factor
34154 (nth 1 expr) fac)))))))
34155@end smallexample
34156@end defun
34157
34158@defun frac-gcd a b
34159Compute a ``rational GCD'' of @var{a} and @var{b}, which must both be
34160rational numbers. This is the fraction composed of the GCD of the
34161numerators of @var{a} and @var{b}, over the GCD of the denominators.
34162It is used by @code{common-constant-factor}. Note that the standard
34163@code{gcd} function uses the LCM to combine the denominators.
34164@end defun
34165
34166@defun map-tree func expr many
34167Try applying Lisp function @var{func} to various sub-expressions of
34168@var{expr}. Initially, call @var{func} with @var{expr} itself as an
34169argument. If this returns an expression which is not @code{equal} to
34170@var{expr}, apply @var{func} again until eventually it does return
34171@var{expr} with no changes. Then, if @var{expr} is a function call,
34172recursively apply @var{func} to each of the arguments. This keeps going
34173until no changes occur anywhere in the expression; this final expression
34174is returned by @code{map-tree}. Note that, unlike simplification rules,
34175@var{func} functions may @emph{not} make destructive changes to
34176@var{expr}. If a third argument @var{many} is provided, it is an
34177integer which says how many times @var{func} may be applied; the
34178default, as described above, is infinitely many times.
34179@end defun
34180
34181@defun compile-rewrites rules
34182Compile the rewrite rule set specified by @var{rules}, which should
34183be a formula that is either a vector or a variable name. If the latter,
34184the compiled rules are saved so that later @code{compile-rules} calls
34185for that same variable can return immediately. If there are problems
34186with the rules, this function calls @code{error} with a suitable
34187message.
34188@end defun
34189
34190@defun apply-rewrites expr crules heads
34191Apply the compiled rewrite rule set @var{crules} to the expression
34192@var{expr}. This will make only one rewrite and only checks at the
34193top level of the expression. The result @code{nil} if no rules
34194matched, or if the only rules that matched did not actually change
34195the expression. The @var{heads} argument is optional; if is given,
34196it should be a list of all function names that (may) appear in
34197@var{expr}. The rewrite compiler tags each rule with the
34198rarest-looking function name in the rule; if you specify @var{heads},
34199@code{apply-rewrites} can use this information to narrow its search
34200down to just a few rules in the rule set.
34201@end defun
34202
34203@defun rewrite-heads expr
34204Compute a @var{heads} list for @var{expr} suitable for use with
34205@code{apply-rewrites}, as discussed above.
34206@end defun
34207
34208@defun rewrite expr rules many
34209This is an all-in-one rewrite function. It compiles the rule set
34210specified by @var{rules}, then uses @code{map-tree} to apply the
34211rules throughout @var{expr} up to @var{many} (default infinity)
34212times.
34213@end defun
34214
34215@defun match-patterns pat vec not-flag
34216Given a Calc vector @var{vec} and an uncompiled pattern set or
34217pattern set variable @var{pat}, this function returns a new vector
34218of all elements of @var{vec} which do (or don't, if @var{not-flag} is
34219non-@code{nil}) match any of the patterns in @var{pat}.
34220@end defun
34221
34222@defun deriv expr var value symb
34223Compute the derivative of @var{expr} with respect to variable @var{var}
34224(which may actually be any sub-expression). If @var{value} is specified,
34225the derivative is evaluated at the value of @var{var}; otherwise, the
34226derivative is left in terms of @var{var}. If the expression contains
34227functions for which no derivative formula is known, new derivative
34228functions are invented by adding primes to the names; @pxref{Calculus}.
34229However, if @var{symb} is non-@code{nil}, the presence of undifferentiable
34230functions in @var{expr} instead cancels the whole differentiation, and
34231@code{deriv} returns @code{nil} instead.
34232
34233Derivatives of an @var{n}-argument function can be defined by
34234adding a @code{math-derivative-@var{n}} property to the property list
34235of the symbol for the function's derivative, which will be the
34236function name followed by an apostrophe. The value of the property
34237should be a Lisp function; it is called with the same arguments as the
34238original function call that is being differentiated. It should return
34239a formula for the derivative. For example, the derivative of @code{ln}
34240is defined by
34241
34242@smallexample
34243(put 'calcFunc-ln\' 'math-derivative-1
34244 (function (lambda (u) (math-div 1 u))))
34245@end smallexample
34246
34247The two-argument @code{log} function has two derivatives,
34248@smallexample
34249(put 'calcFunc-log\' 'math-derivative-2 ; d(log(x,b)) / dx
34250 (function (lambda (x b) ... )))
34251(put 'calcFunc-log\'2 'math-derivative-2 ; d(log(x,b)) / db
34252 (function (lambda (x b) ... )))
34253@end smallexample
34254@end defun
34255
34256@defun tderiv expr var value symb
34257Compute the total derivative of @var{expr}. This is the same as
34258@code{deriv}, except that variables other than @var{var} are not
34259assumed to be constant with respect to @var{var}.
34260@end defun
34261
34262@defun integ expr var low high
34263Compute the integral of @var{expr} with respect to @var{var}.
34264@xref{Calculus}, for further details.
34265@end defun
34266
34267@defmac math-defintegral funcs body
34268Define a rule for integrating a function or functions of one argument;
34269this macro is very similar in format to @code{math-defsimplify}.
34270The main difference is that here @var{body} is the body of a function
34271with a single argument @code{u} which is bound to the argument to the
34272function being integrated, not the function call itself. Also, the
34273variable of integration is available as @code{math-integ-var}. If
34274evaluation of the integral requires doing further integrals, the body
34275should call @samp{(math-integral @var{x})} to find the integral of
34276@var{x} with respect to @code{math-integ-var}; this function returns
34277@code{nil} if the integral could not be done. Some examples:
34278
34279@smallexample
34280(math-defintegral calcFunc-conj
34281 (let ((int (math-integral u)))
34282 (and int
34283 (list 'calcFunc-conj int))))
34284
34285(math-defintegral calcFunc-cos
34286 (and (equal u math-integ-var)
34287 (math-from-radians-2 (list 'calcFunc-sin u))))
34288@end smallexample
34289
34290In the @code{cos} example, we define only the integral of @samp{cos(x) dx},
34291relying on the general integration-by-substitution facility to handle
34292cosines of more complicated arguments. An integration rule should return
34293@code{nil} if it can't do the integral; if several rules are defined for
34294the same function, they are tried in order until one returns a non-@code{nil}
34295result.
34296@end defmac
34297
34298@defmac math-defintegral-2 funcs body
34299Define a rule for integrating a function or functions of two arguments.
34300This is exactly analogous to @code{math-defintegral}, except that @var{body}
34301is written as the body of a function with two arguments, @var{u} and
34302@var{v}.
34303@end defmac
34304
34305@defun solve-for lhs rhs var full
34306Attempt to solve the equation @samp{@var{lhs} = @var{rhs}} by isolating
34307the variable @var{var} on the lefthand side; return the resulting righthand
34308side, or @code{nil} if the equation cannot be solved. The variable
34309@var{var} must appear at least once in @var{lhs} or @var{rhs}. Note that
34310the return value is a formula which does not contain @var{var}; this is
34311different from the user-level @code{solve} and @code{finv} functions,
34312which return a rearranged equation or a functional inverse, respectively.
34313If @var{full} is non-@code{nil}, a full solution including dummy signs
34314and dummy integers will be produced. User-defined inverses are provided
34315as properties in a manner similar to derivatives:
34316
34317@smallexample
34318(put 'calcFunc-ln 'math-inverse
34319 (function (lambda (x) (list 'calcFunc-exp x))))
34320@end smallexample
34321
34322This function can call @samp{(math-solve-get-sign @var{x})} to create
34323a new arbitrary sign variable, returning @var{x} times that sign, and
34324@samp{(math-solve-get-int @var{x})} to create a new arbitrary integer
34325variable multiplied by @var{x}. These functions simply return @var{x}
34326if the caller requested a non-``full'' solution.
34327@end defun
34328
34329@defun solve-eqn expr var full
34330This version of @code{solve-for} takes an expression which will
34331typically be an equation or inequality. (If it is not, it will be
34332interpreted as the equation @samp{@var{expr} = 0}.) It returns an
34333equation or inequality, or @code{nil} if no solution could be found.
34334@end defun
34335
34336@defun solve-system exprs vars full
34337This function solves a system of equations. Generally, @var{exprs}
34338and @var{vars} will be vectors of equal length.
34339@xref{Solving Systems of Equations}, for other options.
34340@end defun
34341
34342@defun expr-contains expr var
34343Returns a non-@code{nil} value if @var{var} occurs as a subexpression
34344of @var{expr}.
34345
34346This function might seem at first to be identical to
34347@code{calc-find-sub-formula}. The key difference is that
34348@code{expr-contains} uses @code{equal} to test for matches, whereas
34349@code{calc-find-sub-formula} uses @code{eq}. In the formula
34350@samp{f(a, a)}, the two @samp{a}s will be @code{equal} but not
34351@code{eq} to each other.
34352@end defun
34353
34354@defun expr-contains-count expr var
34355Returns the number of occurrences of @var{var} as a subexpression
34356of @var{expr}, or @code{nil} if there are no occurrences.
34357@end defun
34358
34359@defun expr-depends expr var
34360Returns true if @var{expr} refers to any variable the occurs in @var{var}.
34361In other words, it checks if @var{expr} and @var{var} have any variables
34362in common.
34363@end defun
34364
34365@defun expr-contains-vars expr
34366Return true if @var{expr} contains any variables, or @code{nil} if @var{expr}
34367contains only constants and functions with constant arguments.
34368@end defun
34369
34370@defun expr-subst expr old new
34371Returns a copy of @var{expr}, with all occurrences of @var{old} replaced
34372by @var{new}. This treats @code{lambda} forms specially with respect
34373to the dummy argument variables, so that the effect is always to return
34374@var{expr} evaluated at @var{old} = @var{new}.
34375@end defun
34376
34377@defun multi-subst expr old new
34378This is like @code{expr-subst}, except that @var{old} and @var{new}
34379are lists of expressions to be substituted simultaneously. If one
34380list is shorter than the other, trailing elements of the longer list
34381are ignored.
34382@end defun
34383
34384@defun expr-weight expr
34385Returns the ``weight'' of @var{expr}, basically a count of the total
34386number of objects and function calls that appear in @var{expr}. For
34387``primitive'' objects, this will be one.
34388@end defun
34389
34390@defun expr-height expr
34391Returns the ``height'' of @var{expr}, which is the deepest level to
34392which function calls are nested. (Note that @samp{@var{a} + @var{b}}
34393counts as a function call.) For primitive objects, this returns zero.
34394@end defun
34395
34396@defun polynomial-p expr var
34397Check if @var{expr} is a polynomial in variable (or sub-expression)
34398@var{var}. If so, return the degree of the polynomial, that is, the
34399highest power of @var{var} that appears in @var{expr}. For example,
34400for @samp{(x^2 + 3)^3 + 4} this would return 6. This function returns
34401@code{nil} unless @var{expr}, when expanded out by @kbd{a x}
34402(@code{calc-expand}), would consist of a sum of terms in which @var{var}
34403appears only raised to nonnegative integer powers. Note that if
34404@var{var} does not occur in @var{expr}, then @var{expr} is considered
34405a polynomial of degree 0.
34406@end defun
34407
34408@defun is-polynomial expr var degree loose
34409Check if @var{expr} is a polynomial in variable or sub-expression
34410@var{var}, and, if so, return a list representation of the polynomial
34411where the elements of the list are coefficients of successive powers of
34412@var{var}: @samp{@var{a} + @var{b} x + @var{c} x^3} would produce the
34413list @samp{(@var{a} @var{b} 0 @var{c})}, and @samp{(x + 1)^2} would
34414produce the list @samp{(1 2 1)}. The highest element of the list will
34415be non-zero, with the special exception that if @var{expr} is the
34416constant zero, the returned value will be @samp{(0)}. Return @code{nil}
34417if @var{expr} is not a polynomial in @var{var}. If @var{degree} is
34418specified, this will not consider polynomials of degree higher than that
34419value. This is a good precaution because otherwise an input of
34420@samp{(x+1)^1000} will cause a huge coefficient list to be built. If
34421@var{loose} is non-@code{nil}, then a looser definition of a polynomial
34422is used in which coefficients are no longer required not to depend on
34423@var{var}, but are only required not to take the form of polynomials
34424themselves. For example, @samp{sin(x) x^2 + cos(x)} is a loose
34425polynomial with coefficients @samp{((calcFunc-cos x) 0 (calcFunc-sin
34426x))}. The result will never be @code{nil} in loose mode, since any
34427expression can be interpreted as a ``constant'' loose polynomial.
34428@end defun
34429
34430@defun polynomial-base expr pred
34431Check if @var{expr} is a polynomial in any variable that occurs in it;
34432if so, return that variable. (If @var{expr} is a multivariate polynomial,
34433this chooses one variable arbitrarily.) If @var{pred} is specified, it should
34434be a Lisp function which is called as @samp{(@var{pred} @var{subexpr})},
34435and which should return true if @code{mpb-top-expr} (a global name for
34436the original @var{expr}) is a suitable polynomial in @var{subexpr}.
34437The default predicate uses @samp{(polynomial-p mpb-top-expr @var{subexpr})};
34438you can use @var{pred} to specify additional conditions. Or, you could
34439have @var{pred} build up a list of every suitable @var{subexpr} that
34440is found.
34441@end defun
34442
34443@defun poly-simplify poly
34444Simplify polynomial coefficient list @var{poly} by (destructively)
34445clipping off trailing zeros.
34446@end defun
34447
34448@defun poly-mix a ac b bc
34449Mix two polynomial lists @var{a} and @var{b} (in the form returned by
34450@code{is-polynomial}) in a linear combination with coefficient expressions
34451@var{ac} and @var{bc}. The result is a (not necessarily simplified)
34452polynomial list representing @samp{@var{ac} @var{a} + @var{bc} @var{b}}.
34453@end defun
34454
34455@defun poly-mul a b
34456Multiply two polynomial coefficient lists @var{a} and @var{b}. The
34457result will be in simplified form if the inputs were simplified.
34458@end defun
34459
34460@defun build-polynomial-expr poly var
34461Construct a Calc formula which represents the polynomial coefficient
34462list @var{poly} applied to variable @var{var}. The @kbd{a c}
34463(@code{calc-collect}) command uses @code{is-polynomial} to turn an
34464expression into a coefficient list, then @code{build-polynomial-expr}
34465to turn the list back into an expression in regular form.
34466@end defun
34467
34468@defun check-unit-name var
34469Check if @var{var} is a variable which can be interpreted as a unit
34470name. If so, return the units table entry for that unit. This
34471will be a list whose first element is the unit name (not counting
34472prefix characters) as a symbol and whose second element is the
34473Calc expression which defines the unit. (Refer to the Calc sources
34474for details on the remaining elements of this list.) If @var{var}
34475is not a variable or is not a unit name, return @code{nil}.
34476@end defun
34477
34478@defun units-in-expr-p expr sub-exprs
34479Return true if @var{expr} contains any variables which can be
34480interpreted as units. If @var{sub-exprs} is @code{t}, the entire
34481expression is searched. If @var{sub-exprs} is @code{nil}, this
34482checks whether @var{expr} is directly a units expression.
34483@end defun
34484
34485@defun single-units-in-expr-p expr
34486Check whether @var{expr} contains exactly one units variable. If so,
34487return the units table entry for the variable. If @var{expr} does
34488not contain any units, return @code{nil}. If @var{expr} contains
34489two or more units, return the symbol @code{wrong}.
34490@end defun
34491
34492@defun to-standard-units expr which
34493Convert units expression @var{expr} to base units. If @var{which}
34494is @code{nil}, use Calc's native base units. Otherwise, @var{which}
34495can specify a units system, which is a list of two-element lists,
34496where the first element is a Calc base symbol name and the second
34497is an expression to substitute for it.
34498@end defun
34499
34500@defun remove-units expr
34501Return a copy of @var{expr} with all units variables replaced by ones.
34502This expression is generally normalized before use.
34503@end defun
34504
34505@defun extract-units expr
34506Return a copy of @var{expr} with everything but units variables replaced
34507by ones.
34508@end defun
34509
34510@node Formatting Lisp Functions, Hooks, Symbolic Lisp Functions, Internals
34511@subsubsection I/O and Formatting Functions
34512
34513@noindent
34514The functions described here are responsible for parsing and formatting
34515Calc numbers and formulas.
34516
34517@defun calc-eval str sep arg1 arg2 @dots{}
34518This is the simplest interface to the Calculator from another Lisp program.
34519@xref{Calling Calc from Your Programs}.
34520@end defun
34521
34522@defun read-number str
34523If string @var{str} contains a valid Calc number, either integer,
34524fraction, float, or HMS form, this function parses and returns that
34525number. Otherwise, it returns @code{nil}.
34526@end defun
34527
34528@defun read-expr str
34529Read an algebraic expression from string @var{str}. If @var{str} does
34530not have the form of a valid expression, return a list of the form
34531@samp{(error @var{pos} @var{msg})} where @var{pos} is an integer index
34532into @var{str} of the general location of the error, and @var{msg} is
34533a string describing the problem.
34534@end defun
34535
34536@defun read-exprs str
34537Read a list of expressions separated by commas, and return it as a
34538Lisp list. If an error occurs in any expressions, an error list as
34539shown above is returned instead.
34540@end defun
34541
34542@defun calc-do-alg-entry initial prompt no-norm
34543Read an algebraic formula or formulas using the minibuffer. All
34544conventions of regular algebraic entry are observed. The return value
34545is a list of Calc formulas; there will be more than one if the user
34546entered a list of values separated by commas. The result is @code{nil}
34547if the user presses Return with a blank line. If @var{initial} is
34548given, it is a string which the minibuffer will initially contain.
34549If @var{prompt} is given, it is the prompt string to use; the default
34550is ``Algebraic:''. If @var{no-norm} is @code{t}, the formulas will
34551be returned exactly as parsed; otherwise, they will be passed through
34552@code{calc-normalize} first.
34553
34554To support the use of @kbd{$} characters in the algebraic entry, use
34555@code{let} to bind @code{calc-dollar-values} to a list of the values
34556to be substituted for @kbd{$}, @kbd{$$}, and so on, and bind
34557@code{calc-dollar-used} to 0. Upon return, @code{calc-dollar-used}
34558will have been changed to the highest number of consecutive @kbd{$}s
34559that actually appeared in the input.
34560@end defun
34561
34562@defun format-number a
34563Convert the real or complex number or HMS form @var{a} to string form.
34564@end defun
34565
34566@defun format-flat-expr a prec
34567Convert the arbitrary Calc number or formula @var{a} to string form,
34568in the style used by the trail buffer and the @code{calc-edit} command.
34569This is a simple format designed
34570mostly to guarantee the string is of a form that can be re-parsed by
34571@code{read-expr}. Most formatting modes, such as digit grouping,
34572complex number format, and point character, are ignored to ensure the
34573result will be re-readable. The @var{prec} parameter is normally 0; if
34574you pass a large integer like 1000 instead, the expression will be
34575surrounded by parentheses unless it is a plain number or variable name.
34576@end defun
34577
34578@defun format-nice-expr a width
34579This is like @code{format-flat-expr} (with @var{prec} equal to 0),
34580except that newlines will be inserted to keep lines down to the
34581specified @var{width}, and vectors that look like matrices or rewrite
34582rules are written in a pseudo-matrix format. The @code{calc-edit}
34583command uses this when only one stack entry is being edited.
34584@end defun
34585
34586@defun format-value a width
34587Convert the Calc number or formula @var{a} to string form, using the
34588format seen in the stack buffer. Beware the string returned may
34589not be re-readable by @code{read-expr}, for example, because of digit
34590grouping. Multi-line objects like matrices produce strings that
34591contain newline characters to separate the lines. The @var{w}
34592parameter, if given, is the target window size for which to format
34593the expressions. If @var{w} is omitted, the width of the Calculator
34594window is used.
34595@end defun
34596
34597@defun compose-expr a prec
34598Format the Calc number or formula @var{a} according to the current
34599language mode, returning a ``composition.'' To learn about the
34600structure of compositions, see the comments in the Calc source code.
34601You can specify the format of a given type of function call by putting
34602a @code{math-compose-@var{lang}} property on the function's symbol,
34603whose value is a Lisp function that takes @var{a} and @var{prec} as
34604arguments and returns a composition. Here @var{lang} is a language
34605mode name, one of @code{normal}, @code{big}, @code{c}, @code{pascal},
34606@code{fortran}, @code{tex}, @code{eqn}, @code{math}, or @code{maple}.
34607In Big mode, Calc actually tries @code{math-compose-big} first, then
34608tries @code{math-compose-normal}. If this property does not exist,
34609or if the function returns @code{nil}, the function is written in the
34610normal function-call notation for that language.
34611@end defun
34612
34613@defun composition-to-string c w
34614Convert a composition structure returned by @code{compose-expr} into
34615a string. Multi-line compositions convert to strings containing
34616newline characters. The target window size is given by @var{w}.
34617The @code{format-value} function basically calls @code{compose-expr}
34618followed by @code{composition-to-string}.
34619@end defun
34620
34621@defun comp-width c
34622Compute the width in characters of composition @var{c}.
34623@end defun
34624
34625@defun comp-height c
34626Compute the height in lines of composition @var{c}.
34627@end defun
34628
34629@defun comp-ascent c
34630Compute the portion of the height of composition @var{c} which is on or
34631above the baseline. For a one-line composition, this will be one.
34632@end defun
34633
34634@defun comp-descent c
34635Compute the portion of the height of composition @var{c} which is below
34636the baseline. For a one-line composition, this will be zero.
34637@end defun
34638
34639@defun comp-first-char c
34640If composition @var{c} is a ``flat'' composition, return the first
34641(leftmost) character of the composition as an integer. Otherwise,
34642return @code{nil}.
34643@end defun
34644
34645@defun comp-last-char c
34646If composition @var{c} is a ``flat'' composition, return the last
34647(rightmost) character, otherwise return @code{nil}.
34648@end defun
34649
34650@comment @node Lisp Variables, Hooks, Formatting Lisp Functions, Internals
34651@comment @subsubsection Lisp Variables
34652@comment
34653@comment @noindent
34654@comment (This section is currently unfinished.)
34655
34656@node Hooks, , Formatting Lisp Functions, Internals
34657@subsubsection Hooks
34658
34659@noindent
34660Hooks are variables which contain Lisp functions (or lists of functions)
34661which are called at various times. Calc defines a number of hooks
34662that help you to customize it in various ways. Calc uses the Lisp
34663function @code{run-hooks} to invoke the hooks shown below. Several
34664other customization-related variables are also described here.
34665
34666@defvar calc-load-hook
34667This hook is called at the end of @file{calc.el}, after the file has
34668been loaded, before any functions in it have been called, but after
34669@code{calc-mode-map} and similar variables have been set up.
34670@end defvar
34671
34672@defvar calc-ext-load-hook
34673This hook is called at the end of @file{calc-ext.el}.
34674@end defvar
34675
34676@defvar calc-start-hook
34677This hook is called as the last step in a @kbd{M-x calc} command.
34678At this point, the Calc buffer has been created and initialized if
34679necessary, the Calc window and trail window have been created,
34680and the ``Welcome to Calc'' message has been displayed.
34681@end defvar
34682
34683@defvar calc-mode-hook
34684This hook is called when the Calc buffer is being created. Usually
34685this will only happen once per Emacs session. The hook is called
34686after Emacs has switched to the new buffer, the mode-settings file
34687has been read if necessary, and all other buffer-local variables
34688have been set up. After this hook returns, Calc will perform a
34689@code{calc-refresh} operation, set up the mode line display, then
34690evaluate any deferred @code{calc-define} properties that have not
34691been evaluated yet.
34692@end defvar
34693
34694@defvar calc-trail-mode-hook
34695This hook is called when the Calc Trail buffer is being created.
34696It is called as the very last step of setting up the Trail buffer.
34697Like @code{calc-mode-hook}, this will normally happen only once
34698per Emacs session.
34699@end defvar
34700
34701@defvar calc-end-hook
34702This hook is called by @code{calc-quit}, generally because the user
34703presses @kbd{q} or @kbd{C-x * c} while in Calc. The Calc buffer will
34704be the current buffer. The hook is called as the very first
34705step, before the Calc window is destroyed.
34706@end defvar
34707
34708@defvar calc-window-hook
34709If this hook is non-@code{nil}, it is called to create the Calc window.
34710Upon return, this new Calc window should be the current window.
34711(The Calc buffer will already be the current buffer when the
34712hook is called.) If the hook is not defined, Calc will
34713generally use @code{split-window}, @code{set-window-buffer},
34714and @code{select-window} to create the Calc window.
34715@end defvar
34716
34717@defvar calc-trail-window-hook
34718If this hook is non-@code{nil}, it is called to create the Calc Trail
34719window. The variable @code{calc-trail-buffer} will contain the buffer
34720which the window should use. Unlike @code{calc-window-hook}, this hook
34721must @emph{not} switch into the new window.
34722@end defvar
34723
34724@defvar calc-embedded-mode-hook
34725This hook is called the first time that Embedded mode is entered.
34726@end defvar
34727
34728@defvar calc-embedded-new-buffer-hook
34729This hook is called each time that Embedded mode is entered in a
34730new buffer.
34731@end defvar
34732
34733@defvar calc-embedded-new-formula-hook
34734This hook is called each time that Embedded mode is enabled for a
34735new formula.
34736@end defvar
34737
34738@defvar calc-edit-mode-hook
34739This hook is called by @code{calc-edit} (and the other ``edit''
34740commands) when the temporary editing buffer is being created.
34741The buffer will have been selected and set up to be in
34742@code{calc-edit-mode}, but will not yet have been filled with
34743text. (In fact it may still have leftover text from a previous
34744@code{calc-edit} command.)
34745@end defvar
34746
34747@defvar calc-mode-save-hook
34748This hook is called by the @code{calc-save-modes} command,
34749after Calc's own mode features have been inserted into the
34750Calc init file and just before the ``End of mode settings''
34751message is inserted.
34752@end defvar
34753
34754@defvar calc-reset-hook
34755This hook is called after @kbd{C-x * 0} (@code{calc-reset}) has
34756reset all modes. The Calc buffer will be the current buffer.
34757@end defvar
34758
34759@defvar calc-other-modes
34760This variable contains a list of strings. The strings are
34761concatenated at the end of the modes portion of the Calc
34762mode line (after standard modes such as ``Deg'', ``Inv'' and
34763``Hyp''). Each string should be a short, single word followed
34764by a space. The variable is @code{nil} by default.
34765@end defvar
34766
34767@defvar calc-mode-map
34768This is the keymap that is used by Calc mode. The best time
34769to adjust it is probably in a @code{calc-mode-hook}. If the
34770Calc extensions package (@file{calc-ext.el}) has not yet been
34771loaded, many of these keys will be bound to @code{calc-missing-key},
34772which is a command that loads the extensions package and
34773``retypes'' the key. If your @code{calc-mode-hook} rebinds
34774one of these keys, it will probably be overridden when the
34775extensions are loaded.
34776@end defvar
34777
34778@defvar calc-digit-map
34779This is the keymap that is used during numeric entry. Numeric
34780entry uses the minibuffer, but this map binds every non-numeric
34781key to @code{calcDigit-nondigit} which generally calls
34782@code{exit-minibuffer} and ``retypes'' the key.
34783@end defvar
34784
34785@defvar calc-alg-ent-map
34786This is the keymap that is used during algebraic entry. This is
34787mostly a copy of @code{minibuffer-local-map}.
34788@end defvar
34789
34790@defvar calc-store-var-map
34791This is the keymap that is used during entry of variable names for
34792commands like @code{calc-store} and @code{calc-recall}. This is
34793mostly a copy of @code{minibuffer-local-completion-map}.
34794@end defvar
34795
34796@defvar calc-edit-mode-map
34797This is the (sparse) keymap used by @code{calc-edit} and other
34798temporary editing commands. It binds @key{RET}, @key{LFD},
34799and @kbd{C-c C-c} to @code{calc-edit-finish}.
34800@end defvar
34801
34802@defvar calc-mode-var-list
34803This is a list of variables which are saved by @code{calc-save-modes}.
34804Each entry is a list of two items, the variable (as a Lisp symbol)
34805and its default value. When modes are being saved, each variable
34806is compared with its default value (using @code{equal}) and any
34807non-default variables are written out.
34808@end defvar
34809
34810@defvar calc-local-var-list
34811This is a list of variables which should be buffer-local to the
34812Calc buffer. Each entry is a variable name (as a Lisp symbol).
34813These variables also have their default values manipulated by
34814the @code{calc} and @code{calc-quit} commands; @pxref{Multiple Calculators}.
34815Since @code{calc-mode-hook} is called after this list has been
34816used the first time, your hook should add a variable to the
34817list and also call @code{make-local-variable} itself.
34818@end defvar
34819
34820@node Copying, GNU Free Documentation License, Programming, Top
34821@appendix GNU GENERAL PUBLIC LICENSE
34822@include gpl.texi
34823
34824@node GNU Free Documentation License, Customizing Calc, Copying, Top
34825@appendix GNU Free Documentation License
34826@include doclicense.texi
34827
34828@node Customizing Calc, Reporting Bugs, GNU Free Documentation License, Top
34829@appendix Customizing Calc
34830
34831The usual prefix for Calc is the key sequence @kbd{C-x *}. If you wish
34832to use a different prefix, you can put
34833
34834@example
34835(global-set-key "NEWPREFIX" 'calc-dispatch)
34836@end example
34837
34838@noindent
34839in your .emacs file.
34840(@xref{Key Bindings,,Customizing Key Bindings,emacs,
34841The GNU Emacs Manual}, for more information on binding keys.)
34842A convenient way to start Calc is with @kbd{C-x * *}; to make it equally
34843convenient for users who use a different prefix, the prefix can be
34844followed by @kbd{=}, @kbd{&}, @kbd{#}, @kbd{\}, @kbd{/}, @kbd{+} or
34845@kbd{-} as well as @kbd{*} to start Calc, and so in many cases the last
34846character of the prefix can simply be typed twice.
34847
34848Calc is controlled by many variables, most of which can be reset
34849from within Calc. Some variables are less involved with actual
34850calculation, and can be set outside of Calc using Emacs's
34851customization facilities. These variables are listed below.
34852Typing @kbd{M-x customize-variable RET @var{variable-name} RET}
34853will bring up a buffer in which the variable's value can be redefined.
34854Typing @kbd{M-x customize-group RET calc RET} will bring up a buffer which
34855contains all of Calc's customizable variables. (These variables can
34856also be reset by putting the appropriate lines in your .emacs file;
34857@xref{Init File, ,Init File, emacs, The GNU Emacs Manual}.)
34858
34859Some of the customizable variables are regular expressions. A regular
34860expression is basically a pattern that Calc can search for.
34861See @ref{Regexp Search,, Regular Expression Search, emacs, The GNU Emacs Manual}
34862to see how regular expressions work.
34863
34864@defvar calc-settings-file
34865The variable @code{calc-settings-file} holds the file name in
34866which commands like @kbd{m m} and @kbd{Z P} store ``permanent''
34867definitions.
34868If @code{calc-settings-file} is not your user init file (typically
34869@file{~/.emacs}) and if the variable @code{calc-loaded-settings-file} is
34870@code{nil}, then Calc will automatically load your settings file (if it
34871exists) the first time Calc is invoked.
34872
34873The default value for this variable is @code{"~/.calc.el"}.
34874@end defvar
34875
34876@defvar calc-gnuplot-name
34877See @ref{Graphics}.@*
34878The variable @code{calc-gnuplot-name} should be the name of the
34879GNUPLOT program (a string). If you have GNUPLOT installed on your
34880system but Calc is unable to find it, you may need to set this
34881variable. You may also need to set some Lisp variables to show Calc how
34882to run GNUPLOT on your system, see @ref{Devices, ,Graphical Devices} .
34883The default value of @code{calc-gnuplot-name} is @code{"gnuplot"}.
34884@end defvar
34885
34886@defvar calc-gnuplot-plot-command
34887@defvarx calc-gnuplot-print-command
34888See @ref{Devices, ,Graphical Devices}.@*
34889The variables @code{calc-gnuplot-plot-command} and
34890@code{calc-gnuplot-print-command} represent system commands to
34891display and print the output of GNUPLOT, respectively. These may be
34892@code{nil} if no command is necessary, or strings which can include
34893@samp{%s} to signify the name of the file to be displayed or printed.
34894Or, these variables may contain Lisp expressions which are evaluated
34895to display or print the output.
34896
34897The default value of @code{calc-gnuplot-plot-command} is @code{nil},
34898and the default value of @code{calc-gnuplot-print-command} is
34899@code{"lp %s"}.
34900@end defvar
34901
34902@defvar calc-language-alist
34903See @ref{Basic Embedded Mode}.@*
34904The variable @code{calc-language-alist} controls the languages that
34905Calc will associate with major modes. When Calc embedded mode is
34906enabled, it will try to use the current major mode to
34907determine what language should be used. (This can be overridden using
34908Calc's mode changing commands, @xref{Mode Settings in Embedded Mode}.)
34909The variable @code{calc-language-alist} consists of a list of pairs of
34910the form @code{(@var{MAJOR-MODE} . @var{LANGUAGE})}; for example,
34911@code{(latex-mode . latex)} is one such pair. If Calc embedded is
34912activated in a buffer whose major mode is @var{MAJOR-MODE}, it will set itself
34913to use the language @var{LANGUAGE}.
34914
34915The default value of @code{calc-language-alist} is
34916@example
34917 ((latex-mode . latex)
34918 (tex-mode . tex)
34919 (plain-tex-mode . tex)
34920 (context-mode . tex)
34921 (nroff-mode . eqn)
34922 (pascal-mode . pascal)
34923 (c-mode . c)
34924 (c++-mode . c)
34925 (fortran-mode . fortran)
34926 (f90-mode . fortran))
34927@end example
34928@end defvar
34929
34930@defvar calc-embedded-announce-formula
34931@defvarx calc-embedded-announce-formula-alist
34932See @ref{Customizing Embedded Mode}.@*
34933The variable @code{calc-embedded-announce-formula} helps determine
34934what formulas @kbd{C-x * a} will activate in a buffer. It is a
34935regular expression, and when activating embedded formulas with
34936@kbd{C-x * a}, it will tell Calc that what follows is a formula to be
34937activated. (Calc also uses other patterns to find formulas, such as
34938@samp{=>} and @samp{:=}.)
34939
34940The default pattern is @code{"%Embed\n\\(% .*\n\\)*"}, which checks
34941for @samp{%Embed} followed by any number of lines beginning with
34942@samp{%} and a space.
34943
34944The variable @code{calc-embedded-announce-formula-alist} is used to
34945set @code{calc-embedded-announce-formula} to different regular
34946expressions depending on the major mode of the editing buffer.
34947It consists of a list of pairs of the form @code{(@var{MAJOR-MODE} .
34948@var{REGEXP})}, and its default value is
34949@example
34950 ((c++-mode . "//Embed\n\\(// .*\n\\)*")
34951 (c-mode . "/\\*Embed\\*/\n\\(/\\* .*\\*/\n\\)*")
34952 (f90-mode . "!Embed\n\\(! .*\n\\)*")
34953 (fortran-mode . "C Embed\n\\(C .*\n\\)*")
34954 (html-helper-mode . "<!-- Embed -->\n\\(<!-- .* -->\n\\)*")
34955 (html-mode . "<!-- Embed -->\n\\(<!-- .* -->\n\\)*")
34956 (nroff-mode . "\\\\\"Embed\n\\(\\\\\" .*\n\\)*")
34957 (pascal-mode . "@{Embed@}\n\\(@{.*@}\n\\)*")
34958 (sgml-mode . "<!-- Embed -->\n\\(<!-- .* -->\n\\)*")
34959 (xml-mode . "<!-- Embed -->\n\\(<!-- .* -->\n\\)*")
34960 (texinfo-mode . "@@c Embed\n\\(@@c .*\n\\)*"))
34961@end example
34962Any major modes added to @code{calc-embedded-announce-formula-alist}
34963should also be added to @code{calc-embedded-open-close-plain-alist}
34964and @code{calc-embedded-open-close-mode-alist}.
34965@end defvar
34966
34967@defvar calc-embedded-open-formula
34968@defvarx calc-embedded-close-formula
34969@defvarx calc-embedded-open-close-formula-alist
34970See @ref{Customizing Embedded Mode}.@*
34971The variables @code{calc-embedded-open-formula} and
8dc6104d 34972@code{calc-embedded-close-formula} control the region that Calc will
4009494e
GM
34973activate as a formula when Embedded mode is entered with @kbd{C-x * e}.
34974They are regular expressions;
34975Calc normally scans backward and forward in the buffer for the
34976nearest text matching these regular expressions to be the ``formula
34977delimiters''.
34978
34979The simplest delimiters are blank lines. Other delimiters that
34980Embedded mode understands by default are:
34981@enumerate
34982@item
34983The @TeX{} and La@TeX{} math delimiters @samp{$ $}, @samp{$$ $$},
34984@samp{\[ \]}, and @samp{\( \)};
34985@item
34986Lines beginning with @samp{\begin} and @samp{\end} (except matrix delimiters);
34987@item
34988Lines beginning with @samp{@@} (Texinfo delimiters).
34989@item
34990Lines beginning with @samp{.EQ} and @samp{.EN} (@dfn{eqn} delimiters);
34991@item
34992Lines containing a single @samp{%} or @samp{.\"} symbol and nothing else.
34993@end enumerate
34994
34995The variable @code{calc-embedded-open-close-formula-alist} is used to
34996set @code{calc-embedded-open-formula} and
34997@code{calc-embedded-close-formula} to different regular
34998expressions depending on the major mode of the editing buffer.
34999It consists of a list of lists of the form
35000@code{(@var{MAJOR-MODE} @var{OPEN-FORMULA-REGEXP}
35001@var{CLOSE-FORMULA-REGEXP})}, and its default value is
35002@code{nil}.
35003@end defvar
35004
4a65fb7a
JB
35005@defvar calc-embedded-word-regexp
35006@defvarx calc-embedded-word-regexp-alist
4009494e 35007See @ref{Customizing Embedded Mode}.@*
4a65fb7a
JB
35008The variable @code{calc-embedded-word-regexp} determines the expression
35009that Calc will activate when Embedded mode is entered with @kbd{C-x *
35010w}. It is a regular expressions.
35011
35012The default value of @code{calc-embedded-word-regexp} is
35013@code{"[-+]?[0-9]+\\(\\.[0-9]+\\)?\\([eE][-+]?[0-9]+\\)?"}.
35014
35015The variable @code{calc-embedded-word-regexp-alist} is used to
35016set @code{calc-embedded-word-regexp} to a different regular
35017expression depending on the major mode of the editing buffer.
4009494e 35018It consists of a list of lists of the form
4a65fb7a 35019@code{(@var{MAJOR-MODE} @var{WORD-REGEXP})}, and its default value is
4009494e
GM
35020@code{nil}.
35021@end defvar
35022
35023@defvar calc-embedded-open-plain
35024@defvarx calc-embedded-close-plain
35025@defvarx calc-embedded-open-close-plain-alist
35026See @ref{Customizing Embedded Mode}.@*
35027The variables @code{calc-embedded-open-plain} and
35028@code{calc-embedded-open-plain} are used to delimit ``plain''
35029formulas. Note that these are actual strings, not regular
35030expressions, because Calc must be able to write these string into a
35031buffer as well as to recognize them.
35032
35033The default string for @code{calc-embedded-open-plain} is
35034@code{"%%% "}, note the trailing space. The default string for
35035@code{calc-embedded-close-plain} is @code{" %%%\n"}, without
35036the trailing newline here, the first line of a Big mode formula
35037that followed might be shifted over with respect to the other lines.
35038
35039The variable @code{calc-embedded-open-close-plain-alist} is used to
35040set @code{calc-embedded-open-plain} and
35041@code{calc-embedded-close-plain} to different strings
35042depending on the major mode of the editing buffer.
35043It consists of a list of lists of the form
35044@code{(@var{MAJOR-MODE} @var{OPEN-PLAIN-STRING}
35045@var{CLOSE-PLAIN-STRING})}, and its default value is
35046@example
35047 ((c++-mode "// %% " " %%\n")
35048 (c-mode "/* %% " " %% */\n")
35049 (f90-mode "! %% " " %%\n")
35050 (fortran-mode "C %% " " %%\n")
35051 (html-helper-mode "<!-- %% " " %% -->\n")
35052 (html-mode "<!-- %% " " %% -->\n")
35053 (nroff-mode "\\\" %% " " %%\n")
35054 (pascal-mode "@{%% " " %%@}\n")
35055 (sgml-mode "<!-- %% " " %% -->\n")
35056 (xml-mode "<!-- %% " " %% -->\n")
35057 (texinfo-mode "@@c %% " " %%\n"))
35058@end example
35059Any major modes added to @code{calc-embedded-open-close-plain-alist}
35060should also be added to @code{calc-embedded-announce-formula-alist}
35061and @code{calc-embedded-open-close-mode-alist}.
35062@end defvar
35063
35064@defvar calc-embedded-open-new-formula
35065@defvarx calc-embedded-close-new-formula
35066@defvarx calc-embedded-open-close-new-formula-alist
35067See @ref{Customizing Embedded Mode}.@*
35068The variables @code{calc-embedded-open-new-formula} and
35069@code{calc-embedded-close-new-formula} are strings which are
35070inserted before and after a new formula when you type @kbd{C-x * f}.
35071
35072The default value of @code{calc-embedded-open-new-formula} is
35073@code{"\n\n"}. If this string begins with a newline character and the
35074@kbd{C-x * f} is typed at the beginning of a line, @kbd{C-x * f} will skip
35075this first newline to avoid introducing unnecessary blank lines in the
35076file. The default value of @code{calc-embedded-close-new-formula} is
35077also @code{"\n\n"}. The final newline is omitted by @w{@kbd{C-x * f}}
35078if typed at the end of a line. (It follows that if @kbd{C-x * f} is
35079typed on a blank line, both a leading opening newline and a trailing
35080closing newline are omitted.)
35081
35082The variable @code{calc-embedded-open-close-new-formula-alist} is used to
35083set @code{calc-embedded-open-new-formula} and
35084@code{calc-embedded-close-new-formula} to different strings
35085depending on the major mode of the editing buffer.
35086It consists of a list of lists of the form
35087@code{(@var{MAJOR-MODE} @var{OPEN-NEW-FORMULA-STRING}
35088@var{CLOSE-NEW-FORMULA-STRING})}, and its default value is
35089@code{nil}.
35090@end defvar
35091
35092@defvar calc-embedded-open-mode
35093@defvarx calc-embedded-close-mode
35094@defvarx calc-embedded-open-close-mode-alist
35095See @ref{Customizing Embedded Mode}.@*
35096The variables @code{calc-embedded-open-mode} and
35097@code{calc-embedded-close-mode} are strings which Calc will place before
35098and after any mode annotations that it inserts. Calc never scans for
35099these strings; Calc always looks for the annotation itself, so it is not
35100necessary to add them to user-written annotations.
35101
35102The default value of @code{calc-embedded-open-mode} is @code{"% "}
35103and the default value of @code{calc-embedded-close-mode} is
35104@code{"\n"}.
35105If you change the value of @code{calc-embedded-close-mode}, it is a good
35106idea still to end with a newline so that mode annotations will appear on
35107lines by themselves.
35108
35109The variable @code{calc-embedded-open-close-mode-alist} is used to
35110set @code{calc-embedded-open-mode} and
35111@code{calc-embedded-close-mode} to different strings
35112expressions depending on the major mode of the editing buffer.
35113It consists of a list of lists of the form
35114@code{(@var{MAJOR-MODE} @var{OPEN-MODE-STRING}
35115@var{CLOSE-MODE-STRING})}, and its default value is
35116@example
35117 ((c++-mode "// " "\n")
35118 (c-mode "/* " " */\n")
35119 (f90-mode "! " "\n")
35120 (fortran-mode "C " "\n")
35121 (html-helper-mode "<!-- " " -->\n")
35122 (html-mode "<!-- " " -->\n")
35123 (nroff-mode "\\\" " "\n")
35124 (pascal-mode "@{ " " @}\n")
35125 (sgml-mode "<!-- " " -->\n")
35126 (xml-mode "<!-- " " -->\n")
35127 (texinfo-mode "@@c " "\n"))
35128@end example
35129Any major modes added to @code{calc-embedded-open-close-mode-alist}
35130should also be added to @code{calc-embedded-announce-formula-alist}
35131and @code{calc-embedded-open-close-plain-alist}.
35132@end defvar
35133
35134@defvar calc-multiplication-has-precedence
35135The variable @code{calc-multiplication-has-precedence} determines
45b778a6
JB
35136whether multiplication has precedence over division in algebraic
35137formulas in normal language modes. If
35138@code{calc-multiplication-has-precedence} is non-@code{nil}, then
35139multiplication has precedence (and, for certain obscure reasons, is
35140right associative), and so for example @samp{a/b*c} will be interpreted
35141as @samp{a/(b*c)}. If @code{calc-multiplication-has-precedence} is
35142@code{nil}, then multiplication has the same precedence as division
35143(and, like division, is left associative), and so for example
4009494e
GM
35144@samp{a/b*c} will be interpreted as @samp{(a/b)*c}. The default value
35145of @code{calc-multiplication-has-precedence} is @code{t}.
35146@end defvar
35147
ec06459c
JB
35148@defvar calc-undo-length
35149The variable @code{calc-undo-length} determines the number of undo
35150steps that Calc will keep track of when @code{calc-quit} is called.
35151If @code{calc-undo-length} is a non-negative integer, then this is the
35152number of undo steps that will be preserved; if
35153@code{calc-undo-length} has any other value, then all undo steps will
35154be preserved. The default value of @code{calc-undo-length} is @expr{100}.
35155@end defvar
35156
4009494e
GM
35157@node Reporting Bugs, Summary, Customizing Calc, Top
35158@appendix Reporting Bugs
35159
35160@noindent
35161If you find a bug in Calc, send e-mail to Jay Belanger,
35162
35163@example
35164jay.p.belanger@@gmail.com
35165@end example
35166
35167@noindent
35168There is an automatic command @kbd{M-x report-calc-bug} which helps
35169you to report bugs. This command prompts you for a brief subject
35170line, then leaves you in a mail editing buffer. Type @kbd{C-c C-c} to
35171send your mail. Make sure your subject line indicates that you are
35172reporting a Calc bug; this command sends mail to the maintainer's
35173regular mailbox.
35174
35175If you have suggestions for additional features for Calc, please send
35176them. Some have dared to suggest that Calc is already top-heavy with
35177features; this obviously cannot be the case, so if you have ideas, send
35178them right in.
35179
35180At the front of the source file, @file{calc.el}, is a list of ideas for
35181future work. If any enthusiastic souls wish to take it upon themselves
35182to work on these, please send a message (using @kbd{M-x report-calc-bug})
35183so any efforts can be coordinated.
35184
35185The latest version of Calc is available from Savannah, in the Emacs
35186CVS tree. See @uref{http://savannah.gnu.org/projects/emacs}.
35187
35188@c [summary]
35189@node Summary, Key Index, Reporting Bugs, Top
35190@appendix Calc Summary
35191
35192@noindent
5a83c46e 35193This section includes a complete list of Calc keystroke commands.
4009494e
GM
35194Each line lists the stack entries used by the command (top-of-stack
35195last), the keystrokes themselves, the prompts asked by the command,
35196and the result of the command (also with top-of-stack last).
35197The result is expressed using the equivalent algebraic function.
35198Commands which put no results on the stack show the full @kbd{M-x}
35199command name in that position. Numbers preceding the result or
35200command name refer to notes at the end.
35201
35202Algebraic functions and @kbd{M-x} commands that don't have corresponding
35203keystrokes are not listed in this summary.
35204@xref{Command Index}. @xref{Function Index}.
35205
35206@iftex
35207@begingroup
35208@tex
35209\vskip-2\baselineskip \null
35210\gdef\sumrow#1{\sumrowx#1\relax}%
35211\gdef\sumrowx#1\:#2\:#3\:#4\:#5\:#6\relax{%
35212\leavevmode%
35213{\smallfonts
35214\hbox to5em{\sl\hss#1}%
35215\hbox to5em{\tt#2\hss}%
35216\hbox to4em{\sl#3\hss}%
35217\hbox to5em{\rm\hss#4}%
35218\thinspace%
35219{\tt#5}%
35220{\sl#6}%
35221}}%
35222\gdef\sumlpar{{\rm(}}%
35223\gdef\sumrpar{{\rm)}}%
35224\gdef\sumcomma{{\rm,\thinspace}}%
35225\gdef\sumexcl{{\rm!}}%
35226\gdef\sumbreak{\vskip-2.5\baselineskip\goodbreak}%
35227\gdef\minus#1{{\tt-}}%
35228@end tex
35229@let@:=@sumsep
35230@let@r=@sumrow
35231@catcode`@(=@active @let(=@sumlpar
35232@catcode`@)=@active @let)=@sumrpar
35233@catcode`@,=@active @let,=@sumcomma
35234@catcode`@!=@active @let!=@sumexcl
35235@end iftex
35236@format
35237@iftex
35238@advance@baselineskip-2.5pt
35239@let@c@sumbreak
35240@end iftex
35241@r{ @: C-x * a @: @: 33 @:calc-embedded-activate@:}
35242@r{ @: C-x * b @: @: @:calc-big-or-small@:}
35243@r{ @: C-x * c @: @: @:calc@:}
35244@r{ @: C-x * d @: @: @:calc-embedded-duplicate@:}
35245@r{ @: C-x * e @: @: 34 @:calc-embedded@:}
35246@r{ @: C-x * f @:formula @: @:calc-embedded-new-formula@:}
35247@r{ @: C-x * g @: @: 35 @:calc-grab-region@:}
35248@r{ @: C-x * i @: @: @:calc-info@:}
35249@r{ @: C-x * j @: @: @:calc-embedded-select@:}
35250@r{ @: C-x * k @: @: @:calc-keypad@:}
35251@r{ @: C-x * l @: @: @:calc-load-everything@:}
35252@r{ @: C-x * m @: @: @:read-kbd-macro@:}
35253@r{ @: C-x * n @: @: 4 @:calc-embedded-next@:}
35254@r{ @: C-x * o @: @: @:calc-other-window@:}
35255@r{ @: C-x * p @: @: 4 @:calc-embedded-previous@:}
35256@r{ @: C-x * q @:formula @: @:quick-calc@:}
35257@r{ @: C-x * r @: @: 36 @:calc-grab-rectangle@:}
35258@r{ @: C-x * s @: @: @:calc-info-summary@:}
35259@r{ @: C-x * t @: @: @:calc-tutorial@:}
35260@r{ @: C-x * u @: @: @:calc-embedded-update-formula@:}
35261@r{ @: C-x * w @: @: @:calc-embedded-word@:}
35262@r{ @: C-x * x @: @: @:calc-quit@:}
35263@r{ @: C-x * y @: @:1,28,49 @:calc-copy-to-buffer@:}
35264@r{ @: C-x * z @: @: @:calc-user-invocation@:}
35265@r{ @: C-x * : @: @: 36 @:calc-grab-sum-down@:}
35266@r{ @: C-x * _ @: @: 36 @:calc-grab-sum-across@:}
35267@r{ @: C-x * ` @:editing @: 30 @:calc-embedded-edit@:}
35268@r{ @: C-x * 0 @:(zero) @: @:calc-reset@:}
35269
35270@c
35271@r{ @: 0-9 @:number @: @:@:number}
35272@r{ @: . @:number @: @:@:0.number}
35273@r{ @: _ @:number @: @:-@:number}
35274@r{ @: e @:number @: @:@:1e number}
35275@r{ @: # @:number @: @:@:current-radix@tfn{#}number}
35276@r{ @: P @:(in number) @: @:+/-@:}
35277@r{ @: M @:(in number) @: @:mod@:}
35278@r{ @: @@ ' " @: (in number)@: @:@:HMS form}
35279@r{ @: h m s @: (in number)@: @:@:HMS form}
35280
35281@c
35282@r{ @: ' @:formula @: 37,46 @:@:formula}
35283@r{ @: $ @:formula @: 37,46 @:$@:formula}
35284@r{ @: " @:string @: 37,46 @:@:string}
35285
35286@c
35287@r{ a b@: + @: @: 2 @:add@:(a,b) a+b}
35288@r{ a b@: - @: @: 2 @:sub@:(a,b) a@minus{}b}
35289@r{ a b@: * @: @: 2 @:mul@:(a,b) a b, a*b}
35290@r{ a b@: / @: @: 2 @:div@:(a,b) a/b}
35291@r{ a b@: ^ @: @: 2 @:pow@:(a,b) a^b}
35292@r{ a b@: I ^ @: @: 2 @:nroot@:(a,b) a^(1/b)}
35293@r{ a b@: % @: @: 2 @:mod@:(a,b) a%b}
35294@r{ a b@: \ @: @: 2 @:idiv@:(a,b) a\b}
35295@r{ a b@: : @: @: 2 @:fdiv@:(a,b)}
35296@r{ a b@: | @: @: 2 @:vconcat@:(a,b) a|b}
35297@r{ a b@: I | @: @: @:vconcat@:(b,a) b|a}
35298@r{ a b@: H | @: @: 2 @:append@:(a,b)}
35299@r{ a b@: I H | @: @: @:append@:(b,a)}
35300@r{ a@: & @: @: 1 @:inv@:(a) 1/a}
35301@r{ a@: ! @: @: 1 @:fact@:(a) a!}
35302@r{ a@: = @: @: 1 @:evalv@:(a)}
35303@r{ a@: M-% @: @: @:percent@:(a) a%}
35304
35305@c
8dc6104d
JB
35306@r{ ... a@: @summarykey{RET} @: @: 1 @:@:... a a}
35307@r{ ... a@: @summarykey{SPC} @: @: 1 @:@:... a a}
35308@r{... a b@: @summarykey{TAB} @: @: 3 @:@:... b a}
35309@r{. a b c@: M-@summarykey{TAB} @: @: 3 @:@:... b c a}
35310@r{... a b@: @summarykey{LFD} @: @: 1 @:@:... a b a}
35311@r{ ... a@: @summarykey{DEL} @: @: 1 @:@:...}
35312@r{... a b@: M-@summarykey{DEL} @: @: 1 @:@:... b}
35313@r{ @: M-@summarykey{RET} @: @: 4 @:calc-last-args@:}
4009494e
GM
35314@r{ a@: ` @:editing @: 1,30 @:calc-edit@:}
35315
35316@c
35317@r{ ... a@: C-d @: @: 1 @:@:...}
35318@r{ @: C-k @: @: 27 @:calc-kill@:}
35319@r{ @: C-w @: @: 27 @:calc-kill-region@:}
35320@r{ @: C-y @: @: @:calc-yank@:}
35321@r{ @: C-_ @: @: 4 @:calc-undo@:}
35322@r{ @: M-k @: @: 27 @:calc-copy-as-kill@:}
35323@r{ @: M-w @: @: 27 @:calc-copy-region-as-kill@:}
35324
35325@c
35326@r{ @: [ @: @: @:@:[...}
35327@r{[.. a b@: ] @: @: @:@:[a,b]}
35328@r{ @: ( @: @: @:@:(...}
35329@r{(.. a b@: ) @: @: @:@:(a,b)}
35330@r{ @: , @: @: @:@:vector or rect complex}
35331@r{ @: ; @: @: @:@:matrix or polar complex}
35332@r{ @: .. @: @: @:@:interval}
35333
35334@c
35335@r{ @: ~ @: @: @:calc-num-prefix@:}
35336@r{ @: < @: @: 4 @:calc-scroll-left@:}
35337@r{ @: > @: @: 4 @:calc-scroll-right@:}
35338@r{ @: @{ @: @: 4 @:calc-scroll-down@:}
35339@r{ @: @} @: @: 4 @:calc-scroll-up@:}
35340@r{ @: ? @: @: @:calc-help@:}
35341
35342@c
35343@r{ a@: n @: @: 1 @:neg@:(a) @minus{}a}
35344@r{ @: o @: @: 4 @:calc-realign@:}
35345@r{ @: p @:precision @: 31 @:calc-precision@:}
35346@r{ @: q @: @: @:calc-quit@:}
35347@r{ @: w @: @: @:calc-why@:}
35348@r{ @: x @:command @: @:M-x calc-@:command}
35349@r{ a@: y @: @:1,28,49 @:calc-copy-to-buffer@:}
35350
35351@c
35352@r{ a@: A @: @: 1 @:abs@:(a)}
35353@r{ a b@: B @: @: 2 @:log@:(a,b)}
35354@r{ a b@: I B @: @: 2 @:alog@:(a,b) b^a}
35355@r{ a@: C @: @: 1 @:cos@:(a)}
35356@r{ a@: I C @: @: 1 @:arccos@:(a)}
35357@r{ a@: H C @: @: 1 @:cosh@:(a)}
35358@r{ a@: I H C @: @: 1 @:arccosh@:(a)}
35359@r{ @: D @: @: 4 @:calc-redo@:}
35360@r{ a@: E @: @: 1 @:exp@:(a)}
35361@r{ a@: H E @: @: 1 @:exp10@:(a) 10.^a}
35362@r{ a@: F @: @: 1,11 @:floor@:(a,d)}
35363@r{ a@: I F @: @: 1,11 @:ceil@:(a,d)}
35364@r{ a@: H F @: @: 1,11 @:ffloor@:(a,d)}
35365@r{ a@: I H F @: @: 1,11 @:fceil@:(a,d)}
35366@r{ a@: G @: @: 1 @:arg@:(a)}
35367@r{ @: H @:command @: 32 @:@:Hyperbolic}
35368@r{ @: I @:command @: 32 @:@:Inverse}
35369@r{ a@: J @: @: 1 @:conj@:(a)}
35370@r{ @: K @:command @: 32 @:@:Keep-args}
35371@r{ a@: L @: @: 1 @:ln@:(a)}
35372@r{ a@: H L @: @: 1 @:log10@:(a)}
35373@r{ @: M @: @: @:calc-more-recursion-depth@:}
35374@r{ @: I M @: @: @:calc-less-recursion-depth@:}
35375@r{ a@: N @: @: 5 @:evalvn@:(a)}
35376@r{ @: P @: @: @:@:pi}
35377@r{ @: I P @: @: @:@:gamma}
35378@r{ @: H P @: @: @:@:e}
35379@r{ @: I H P @: @: @:@:phi}
35380@r{ a@: Q @: @: 1 @:sqrt@:(a)}
35381@r{ a@: I Q @: @: 1 @:sqr@:(a) a^2}
35382@r{ a@: R @: @: 1,11 @:round@:(a,d)}
35383@r{ a@: I R @: @: 1,11 @:trunc@:(a,d)}
35384@r{ a@: H R @: @: 1,11 @:fround@:(a,d)}
35385@r{ a@: I H R @: @: 1,11 @:ftrunc@:(a,d)}
35386@r{ a@: S @: @: 1 @:sin@:(a)}
35387@r{ a@: I S @: @: 1 @:arcsin@:(a)}
35388@r{ a@: H S @: @: 1 @:sinh@:(a)}
35389@r{ a@: I H S @: @: 1 @:arcsinh@:(a)}
35390@r{ a@: T @: @: 1 @:tan@:(a)}
35391@r{ a@: I T @: @: 1 @:arctan@:(a)}
35392@r{ a@: H T @: @: 1 @:tanh@:(a)}
35393@r{ a@: I H T @: @: 1 @:arctanh@:(a)}
35394@r{ @: U @: @: 4 @:calc-undo@:}
35395@r{ @: X @: @: 4 @:calc-call-last-kbd-macro@:}
35396
35397@c
35398@r{ a b@: a = @: @: 2 @:eq@:(a,b) a=b}
35399@r{ a b@: a # @: @: 2 @:neq@:(a,b) a!=b}
35400@r{ a b@: a < @: @: 2 @:lt@:(a,b) a<b}
35401@r{ a b@: a > @: @: 2 @:gt@:(a,b) a>b}
35402@r{ a b@: a [ @: @: 2 @:leq@:(a,b) a<=b}
35403@r{ a b@: a ] @: @: 2 @:geq@:(a,b) a>=b}
35404@r{ a b@: a @{ @: @: 2 @:in@:(a,b)}
35405@r{ a b@: a & @: @: 2,45 @:land@:(a,b) a&&b}
35406@r{ a b@: a | @: @: 2,45 @:lor@:(a,b) a||b}
35407@r{ a@: a ! @: @: 1,45 @:lnot@:(a) !a}
35408@r{ a b c@: a : @: @: 45 @:if@:(a,b,c) a?b:c}
35409@r{ a@: a . @: @: 1 @:rmeq@:(a)}
35410@r{ a@: a " @: @: 7,8 @:calc-expand-formula@:}
35411
35412@c
35413@r{ a@: a + @:i, l, h @: 6,38 @:sum@:(a,i,l,h)}
35414@r{ a@: a - @:i, l, h @: 6,38 @:asum@:(a,i,l,h)}
35415@r{ a@: a * @:i, l, h @: 6,38 @:prod@:(a,i,l,h)}
35416@r{ a b@: a _ @: @: 2 @:subscr@:(a,b) a_b}
35417
35418@c
35419@r{ a b@: a \ @: @: 2 @:pdiv@:(a,b)}
35420@r{ a b@: a % @: @: 2 @:prem@:(a,b)}
35421@r{ a b@: a / @: @: 2 @:pdivrem@:(a,b) [q,r]}
35422@r{ a b@: H a / @: @: 2 @:pdivide@:(a,b) q+r/b}
35423
35424@c
35425@r{ a@: a a @: @: 1 @:apart@:(a)}
35426@r{ a@: a b @:old, new @: 38 @:subst@:(a,old,new)}
35427@r{ a@: a c @:v @: 38 @:collect@:(a,v)}
35428@r{ a@: a d @:v @: 4,38 @:deriv@:(a,v)}
35429@r{ a@: H a d @:v @: 4,38 @:tderiv@:(a,v)}
35430@r{ a@: a e @: @: @:esimplify@:(a)}
35431@r{ a@: a f @: @: 1 @:factor@:(a)}
35432@r{ a@: H a f @: @: 1 @:factors@:(a)}
35433@r{ a b@: a g @: @: 2 @:pgcd@:(a,b)}
35434@r{ a@: a i @:v @: 38 @:integ@:(a,v)}
35435@r{ a@: a m @:pats @: 38 @:match@:(a,pats)}
35436@r{ a@: I a m @:pats @: 38 @:matchnot@:(a,pats)}
35437@r{ data x@: a p @: @: 28 @:polint@:(data,x)}
35438@r{ data x@: H a p @: @: 28 @:ratint@:(data,x)}
35439@r{ a@: a n @: @: 1 @:nrat@:(a)}
35440@r{ a@: a r @:rules @:4,8,38 @:rewrite@:(a,rules,n)}
35441@r{ a@: a s @: @: @:simplify@:(a)}
35442@r{ a@: a t @:v, n @: 31,39 @:taylor@:(a,v,n)}
35443@r{ a@: a v @: @: 7,8 @:calc-alg-evaluate@:}
35444@r{ a@: a x @: @: 4,8 @:expand@:(a)}
35445
35446@c
35447@r{ data@: a F @:model, vars @: 48 @:fit@:(m,iv,pv,data)}
35448@r{ data@: I a F @:model, vars @: 48 @:xfit@:(m,iv,pv,data)}
35449@r{ data@: H a F @:model, vars @: 48 @:efit@:(m,iv,pv,data)}
35450@r{ a@: a I @:v, l, h @: 38 @:ninteg@:(a,v,l,h)}
35451@r{ a b@: a M @:op @: 22 @:mapeq@:(op,a,b)}
35452@r{ a b@: I a M @:op @: 22 @:mapeqr@:(op,a,b)}
35453@r{ a b@: H a M @:op @: 22 @:mapeqp@:(op,a,b)}
35454@r{ a g@: a N @:v @: 38 @:minimize@:(a,v,g)}
35455@r{ a g@: H a N @:v @: 38 @:wminimize@:(a,v,g)}
35456@r{ a@: a P @:v @: 38 @:roots@:(a,v)}
35457@r{ a g@: a R @:v @: 38 @:root@:(a,v,g)}
35458@r{ a g@: H a R @:v @: 38 @:wroot@:(a,v,g)}
35459@r{ a@: a S @:v @: 38 @:solve@:(a,v)}
35460@r{ a@: I a S @:v @: 38 @:finv@:(a,v)}
35461@r{ a@: H a S @:v @: 38 @:fsolve@:(a,v)}
35462@r{ a@: I H a S @:v @: 38 @:ffinv@:(a,v)}
35463@r{ a@: a T @:i, l, h @: 6,38 @:table@:(a,i,l,h)}
35464@r{ a g@: a X @:v @: 38 @:maximize@:(a,v,g)}
35465@r{ a g@: H a X @:v @: 38 @:wmaximize@:(a,v,g)}
35466
35467@c
35468@r{ a b@: b a @: @: 9 @:and@:(a,b,w)}
35469@r{ a@: b c @: @: 9 @:clip@:(a,w)}
35470@r{ a b@: b d @: @: 9 @:diff@:(a,b,w)}
35471@r{ a@: b l @: @: 10 @:lsh@:(a,n,w)}
35472@r{ a n@: H b l @: @: 9 @:lsh@:(a,n,w)}
35473@r{ a@: b n @: @: 9 @:not@:(a,w)}
35474@r{ a b@: b o @: @: 9 @:or@:(a,b,w)}
35475@r{ v@: b p @: @: 1 @:vpack@:(v)}
35476@r{ a@: b r @: @: 10 @:rsh@:(a,n,w)}
35477@r{ a n@: H b r @: @: 9 @:rsh@:(a,n,w)}
35478@r{ a@: b t @: @: 10 @:rot@:(a,n,w)}
35479@r{ a n@: H b t @: @: 9 @:rot@:(a,n,w)}
35480@r{ a@: b u @: @: 1 @:vunpack@:(a)}
35481@r{ @: b w @:w @: 9,50 @:calc-word-size@:}
35482@r{ a b@: b x @: @: 9 @:xor@:(a,b,w)}
35483
35484@c
35485@r{c s l p@: b D @: @: @:ddb@:(c,s,l,p)}
35486@r{ r n p@: b F @: @: @:fv@:(r,n,p)}
35487@r{ r n p@: I b F @: @: @:fvb@:(r,n,p)}
35488@r{ r n p@: H b F @: @: @:fvl@:(r,n,p)}
35489@r{ v@: b I @: @: 19 @:irr@:(v)}
35490@r{ v@: I b I @: @: 19 @:irrb@:(v)}
35491@r{ a@: b L @: @: 10 @:ash@:(a,n,w)}
35492@r{ a n@: H b L @: @: 9 @:ash@:(a,n,w)}
35493@r{ r n a@: b M @: @: @:pmt@:(r,n,a)}
35494@r{ r n a@: I b M @: @: @:pmtb@:(r,n,a)}
35495@r{ r n a@: H b M @: @: @:pmtl@:(r,n,a)}
35496@r{ r v@: b N @: @: 19 @:npv@:(r,v)}
35497@r{ r v@: I b N @: @: 19 @:npvb@:(r,v)}
35498@r{ r n p@: b P @: @: @:pv@:(r,n,p)}
35499@r{ r n p@: I b P @: @: @:pvb@:(r,n,p)}
35500@r{ r n p@: H b P @: @: @:pvl@:(r,n,p)}
35501@r{ a@: b R @: @: 10 @:rash@:(a,n,w)}
35502@r{ a n@: H b R @: @: 9 @:rash@:(a,n,w)}
35503@r{ c s l@: b S @: @: @:sln@:(c,s,l)}
35504@r{ n p a@: b T @: @: @:rate@:(n,p,a)}
35505@r{ n p a@: I b T @: @: @:rateb@:(n,p,a)}
35506@r{ n p a@: H b T @: @: @:ratel@:(n,p,a)}
35507@r{c s l p@: b Y @: @: @:syd@:(c,s,l,p)}
35508
35509@r{ r p a@: b # @: @: @:nper@:(r,p,a)}
35510@r{ r p a@: I b # @: @: @:nperb@:(r,p,a)}
35511@r{ r p a@: H b # @: @: @:nperl@:(r,p,a)}
35512@r{ a b@: b % @: @: @:relch@:(a,b)}
35513
35514@c
35515@r{ a@: c c @: @: 5 @:pclean@:(a,p)}
35516@r{ a@: c 0-9 @: @: @:pclean@:(a,p)}
35517@r{ a@: H c c @: @: 5 @:clean@:(a,p)}
35518@r{ a@: H c 0-9 @: @: @:clean@:(a,p)}
35519@r{ a@: c d @: @: 1 @:deg@:(a)}
35520@r{ a@: c f @: @: 1 @:pfloat@:(a)}
35521@r{ a@: H c f @: @: 1 @:float@:(a)}
35522@r{ a@: c h @: @: 1 @:hms@:(a)}
35523@r{ a@: c p @: @: @:polar@:(a)}
35524@r{ a@: I c p @: @: @:rect@:(a)}
35525@r{ a@: c r @: @: 1 @:rad@:(a)}
35526
35527@c
35528@r{ a@: c F @: @: 5 @:pfrac@:(a,p)}
35529@r{ a@: H c F @: @: 5 @:frac@:(a,p)}
35530
35531@c
35532@r{ a@: c % @: @: @:percent@:(a*100)}
35533
35534@c
35535@r{ @: d . @:char @: 50 @:calc-point-char@:}
35536@r{ @: d , @:char @: 50 @:calc-group-char@:}
35537@r{ @: d < @: @: 13,50 @:calc-left-justify@:}
35538@r{ @: d = @: @: 13,50 @:calc-center-justify@:}
35539@r{ @: d > @: @: 13,50 @:calc-right-justify@:}
35540@r{ @: d @{ @:label @: 50 @:calc-left-label@:}
35541@r{ @: d @} @:label @: 50 @:calc-right-label@:}
35542@r{ @: d [ @: @: 4 @:calc-truncate-up@:}
35543@r{ @: d ] @: @: 4 @:calc-truncate-down@:}
35544@r{ @: d " @: @: 12,50 @:calc-display-strings@:}
8dc6104d
JB
35545@r{ @: d @summarykey{SPC} @: @: @:calc-refresh@:}
35546@r{ @: d @summarykey{RET} @: @: 1 @:calc-refresh-top@:}
4009494e
GM
35547
35548@c
35549@r{ @: d 0 @: @: 50 @:calc-decimal-radix@:}
35550@r{ @: d 2 @: @: 50 @:calc-binary-radix@:}
35551@r{ @: d 6 @: @: 50 @:calc-hex-radix@:}
35552@r{ @: d 8 @: @: 50 @:calc-octal-radix@:}
35553
35554@c
35555@r{ @: d b @: @:12,13,50 @:calc-line-breaking@:}
35556@r{ @: d c @: @: 50 @:calc-complex-notation@:}
35557@r{ @: d d @:format @: 50 @:calc-date-notation@:}
35558@r{ @: d e @: @: 5,50 @:calc-eng-notation@:}
35559@r{ @: d f @:num @: 31,50 @:calc-fix-notation@:}
35560@r{ @: d g @: @:12,13,50 @:calc-group-digits@:}
35561@r{ @: d h @:format @: 50 @:calc-hms-notation@:}
35562@r{ @: d i @: @: 50 @:calc-i-notation@:}
35563@r{ @: d j @: @: 50 @:calc-j-notation@:}
35564@r{ @: d l @: @: 12,50 @:calc-line-numbering@:}
35565@r{ @: d n @: @: 5,50 @:calc-normal-notation@:}
35566@r{ @: d o @:format @: 50 @:calc-over-notation@:}
35567@r{ @: d p @: @: 12,50 @:calc-show-plain@:}
35568@r{ @: d r @:radix @: 31,50 @:calc-radix@:}
35569@r{ @: d s @: @: 5,50 @:calc-sci-notation@:}
35570@r{ @: d t @: @: 27 @:calc-truncate-stack@:}
35571@r{ @: d w @: @: 12,13 @:calc-auto-why@:}
35572@r{ @: d z @: @: 12,50 @:calc-leading-zeros@:}
35573
35574@c
35575@r{ @: d B @: @: 50 @:calc-big-language@:}
35576@r{ @: d C @: @: 50 @:calc-c-language@:}
35577@r{ @: d E @: @: 50 @:calc-eqn-language@:}
35578@r{ @: d F @: @: 50 @:calc-fortran-language@:}
35579@r{ @: d M @: @: 50 @:calc-mathematica-language@:}
35580@r{ @: d N @: @: 50 @:calc-normal-language@:}
35581@r{ @: d O @: @: 50 @:calc-flat-language@:}
35582@r{ @: d P @: @: 50 @:calc-pascal-language@:}
35583@r{ @: d T @: @: 50 @:calc-tex-language@:}
35584@r{ @: d L @: @: 50 @:calc-latex-language@:}
35585@r{ @: d U @: @: 50 @:calc-unformatted-language@:}
35586@r{ @: d W @: @: 50 @:calc-maple-language@:}
35587
35588@c
35589@r{ a@: f [ @: @: 4 @:decr@:(a,n)}
35590@r{ a@: f ] @: @: 4 @:incr@:(a,n)}
35591
35592@c
35593@r{ a b@: f b @: @: 2 @:beta@:(a,b)}
35594@r{ a@: f e @: @: 1 @:erf@:(a)}
35595@r{ a@: I f e @: @: 1 @:erfc@:(a)}
35596@r{ a@: f g @: @: 1 @:gamma@:(a)}
35597@r{ a b@: f h @: @: 2 @:hypot@:(a,b)}
35598@r{ a@: f i @: @: 1 @:im@:(a)}
35599@r{ n a@: f j @: @: 2 @:besJ@:(n,a)}
35600@r{ a b@: f n @: @: 2 @:min@:(a,b)}
35601@r{ a@: f r @: @: 1 @:re@:(a)}
35602@r{ a@: f s @: @: 1 @:sign@:(a)}
35603@r{ a b@: f x @: @: 2 @:max@:(a,b)}
35604@r{ n a@: f y @: @: 2 @:besY@:(n,a)}
35605
35606@c
35607@r{ a@: f A @: @: 1 @:abssqr@:(a)}
35608@r{ x a b@: f B @: @: @:betaI@:(x,a,b)}
35609@r{ x a b@: H f B @: @: @:betaB@:(x,a,b)}
35610@r{ a@: f E @: @: 1 @:expm1@:(a)}
35611@r{ a x@: f G @: @: 2 @:gammaP@:(a,x)}
35612@r{ a x@: I f G @: @: 2 @:gammaQ@:(a,x)}
35613@r{ a x@: H f G @: @: 2 @:gammag@:(a,x)}
35614@r{ a x@: I H f G @: @: 2 @:gammaG@:(a,x)}
35615@r{ a b@: f I @: @: 2 @:ilog@:(a,b)}
35616@r{ a b@: I f I @: @: 2 @:alog@:(a,b) b^a}
35617@r{ a@: f L @: @: 1 @:lnp1@:(a)}
35618@r{ a@: f M @: @: 1 @:mant@:(a)}
35619@r{ a@: f Q @: @: 1 @:isqrt@:(a)}
35620@r{ a@: I f Q @: @: 1 @:sqr@:(a) a^2}
35621@r{ a n@: f S @: @: 2 @:scf@:(a,n)}
35622@r{ y x@: f T @: @: @:arctan2@:(y,x)}
35623@r{ a@: f X @: @: 1 @:xpon@:(a)}
35624
35625@c
35626@r{ x y@: g a @: @: 28,40 @:calc-graph-add@:}
35627@r{ @: g b @: @: 12 @:calc-graph-border@:}
35628@r{ @: g c @: @: @:calc-graph-clear@:}
35629@r{ @: g d @: @: 41 @:calc-graph-delete@:}
35630@r{ x y@: g f @: @: 28,40 @:calc-graph-fast@:}
35631@r{ @: g g @: @: 12 @:calc-graph-grid@:}
35632@r{ @: g h @:title @: @:calc-graph-header@:}
35633@r{ @: g j @: @: 4 @:calc-graph-juggle@:}
35634@r{ @: g k @: @: 12 @:calc-graph-key@:}
35635@r{ @: g l @: @: 12 @:calc-graph-log-x@:}
35636@r{ @: g n @:name @: @:calc-graph-name@:}
35637@r{ @: g p @: @: 42 @:calc-graph-plot@:}
35638@r{ @: g q @: @: @:calc-graph-quit@:}
35639@r{ @: g r @:range @: @:calc-graph-range-x@:}
35640@r{ @: g s @: @: 12,13 @:calc-graph-line-style@:}
35641@r{ @: g t @:title @: @:calc-graph-title-x@:}
35642@r{ @: g v @: @: @:calc-graph-view-commands@:}
35643@r{ @: g x @:display @: @:calc-graph-display@:}
35644@r{ @: g z @: @: 12 @:calc-graph-zero-x@:}
35645
35646@c
35647@r{ x y z@: g A @: @: 28,40 @:calc-graph-add-3d@:}
35648@r{ @: g C @:command @: @:calc-graph-command@:}
35649@r{ @: g D @:device @: 43,44 @:calc-graph-device@:}
35650@r{ x y z@: g F @: @: 28,40 @:calc-graph-fast-3d@:}
35651@r{ @: g H @: @: 12 @:calc-graph-hide@:}
35652@r{ @: g K @: @: @:calc-graph-kill@:}
35653@r{ @: g L @: @: 12 @:calc-graph-log-y@:}
35654@r{ @: g N @:number @: 43,51 @:calc-graph-num-points@:}
35655@r{ @: g O @:filename @: 43,44 @:calc-graph-output@:}
35656@r{ @: g P @: @: 42 @:calc-graph-print@:}
35657@r{ @: g R @:range @: @:calc-graph-range-y@:}
35658@r{ @: g S @: @: 12,13 @:calc-graph-point-style@:}
35659@r{ @: g T @:title @: @:calc-graph-title-y@:}
35660@r{ @: g V @: @: @:calc-graph-view-trail@:}
35661@r{ @: g X @:format @: @:calc-graph-geometry@:}
35662@r{ @: g Z @: @: 12 @:calc-graph-zero-y@:}
35663
35664@c
35665@r{ @: g C-l @: @: 12 @:calc-graph-log-z@:}
35666@r{ @: g C-r @:range @: @:calc-graph-range-z@:}
35667@r{ @: g C-t @:title @: @:calc-graph-title-z@:}
35668
35669@c
35670@r{ @: h b @: @: @:calc-describe-bindings@:}
35671@r{ @: h c @:key @: @:calc-describe-key-briefly@:}
35672@r{ @: h f @:function @: @:calc-describe-function@:}
35673@r{ @: h h @: @: @:calc-full-help@:}
35674@r{ @: h i @: @: @:calc-info@:}
35675@r{ @: h k @:key @: @:calc-describe-key@:}
35676@r{ @: h n @: @: @:calc-view-news@:}
35677@r{ @: h s @: @: @:calc-info-summary@:}
35678@r{ @: h t @: @: @:calc-tutorial@:}
35679@r{ @: h v @:var @: @:calc-describe-variable@:}
35680
35681@c
35682@r{ @: j 1-9 @: @: @:calc-select-part@:}
8dc6104d
JB
35683@r{ @: j @summarykey{RET} @: @: 27 @:calc-copy-selection@:}
35684@r{ @: j @summarykey{DEL} @: @: 27 @:calc-del-selection@:}
4009494e
GM
35685@r{ @: j ' @:formula @: 27 @:calc-enter-selection@:}
35686@r{ @: j ` @:editing @: 27,30 @:calc-edit-selection@:}
35687@r{ @: j " @: @: 7,27 @:calc-sel-expand-formula@:}
35688
35689@c
35690@r{ @: j + @:formula @: 27 @:calc-sel-add-both-sides@:}
35691@r{ @: j - @:formula @: 27 @:calc-sel-sub-both-sides@:}
35692@r{ @: j * @:formula @: 27 @:calc-sel-mul-both-sides@:}
35693@r{ @: j / @:formula @: 27 @:calc-sel-div-both-sides@:}
35694@r{ @: j & @: @: 27 @:calc-sel-invert@:}
35695
35696@c
35697@r{ @: j a @: @: 27 @:calc-select-additional@:}
35698@r{ @: j b @: @: 12 @:calc-break-selections@:}
35699@r{ @: j c @: @: @:calc-clear-selections@:}
35700@r{ @: j d @: @: 12,50 @:calc-show-selections@:}
35701@r{ @: j e @: @: 12 @:calc-enable-selections@:}
35702@r{ @: j l @: @: 4,27 @:calc-select-less@:}
35703@r{ @: j m @: @: 4,27 @:calc-select-more@:}
35704@r{ @: j n @: @: 4 @:calc-select-next@:}
35705@r{ @: j o @: @: 4,27 @:calc-select-once@:}
35706@r{ @: j p @: @: 4 @:calc-select-previous@:}
35707@r{ @: j r @:rules @:4,8,27 @:calc-rewrite-selection@:}
35708@r{ @: j s @: @: 4,27 @:calc-select-here@:}
35709@r{ @: j u @: @: 27 @:calc-unselect@:}
35710@r{ @: j v @: @: 7,27 @:calc-sel-evaluate@:}
35711
35712@c
35713@r{ @: j C @: @: 27 @:calc-sel-commute@:}
35714@r{ @: j D @: @: 4,27 @:calc-sel-distribute@:}
35715@r{ @: j E @: @: 27 @:calc-sel-jump-equals@:}
35716@r{ @: j I @: @: 27 @:calc-sel-isolate@:}
35717@r{ @: H j I @: @: 27 @:calc-sel-isolate@: (full)}
35718@r{ @: j L @: @: 4,27 @:calc-commute-left@:}
35719@r{ @: j M @: @: 27 @:calc-sel-merge@:}
35720@r{ @: j N @: @: 27 @:calc-sel-negate@:}
35721@r{ @: j O @: @: 4,27 @:calc-select-once-maybe@:}
35722@r{ @: j R @: @: 4,27 @:calc-commute-right@:}
35723@r{ @: j S @: @: 4,27 @:calc-select-here-maybe@:}
35724@r{ @: j U @: @: 27 @:calc-sel-unpack@:}
35725
35726@c
35727@r{ @: k a @: @: @:calc-random-again@:}
35728@r{ n@: k b @: @: 1 @:bern@:(n)}
35729@r{ n x@: H k b @: @: 2 @:bern@:(n,x)}
35730@r{ n m@: k c @: @: 2 @:choose@:(n,m)}
35731@r{ n m@: H k c @: @: 2 @:perm@:(n,m)}
35732@r{ n@: k d @: @: 1 @:dfact@:(n) n!!}
35733@r{ n@: k e @: @: 1 @:euler@:(n)}
35734@r{ n x@: H k e @: @: 2 @:euler@:(n,x)}
35735@r{ n@: k f @: @: 4 @:prfac@:(n)}
35736@r{ n m@: k g @: @: 2 @:gcd@:(n,m)}
35737@r{ m n@: k h @: @: 14 @:shuffle@:(n,m)}
35738@r{ n m@: k l @: @: 2 @:lcm@:(n,m)}
35739@r{ n@: k m @: @: 1 @:moebius@:(n)}
35740@r{ n@: k n @: @: 4 @:nextprime@:(n)}
35741@r{ n@: I k n @: @: 4 @:prevprime@:(n)}
35742@r{ n@: k p @: @: 4,28 @:calc-prime-test@:}
35743@r{ m@: k r @: @: 14 @:random@:(m)}
35744@r{ n m@: k s @: @: 2 @:stir1@:(n,m)}
35745@r{ n m@: H k s @: @: 2 @:stir2@:(n,m)}
35746@r{ n@: k t @: @: 1 @:totient@:(n)}
35747
35748@c
35749@r{ n p x@: k B @: @: @:utpb@:(x,n,p)}
35750@r{ n p x@: I k B @: @: @:ltpb@:(x,n,p)}
35751@r{ v x@: k C @: @: @:utpc@:(x,v)}
35752@r{ v x@: I k C @: @: @:ltpc@:(x,v)}
35753@r{ n m@: k E @: @: @:egcd@:(n,m)}
35754@r{v1 v2 x@: k F @: @: @:utpf@:(x,v1,v2)}
35755@r{v1 v2 x@: I k F @: @: @:ltpf@:(x,v1,v2)}
35756@r{ m s x@: k N @: @: @:utpn@:(x,m,s)}
35757@r{ m s x@: I k N @: @: @:ltpn@:(x,m,s)}
35758@r{ m x@: k P @: @: @:utpp@:(x,m)}
35759@r{ m x@: I k P @: @: @:ltpp@:(x,m)}
35760@r{ v x@: k T @: @: @:utpt@:(x,v)}
35761@r{ v x@: I k T @: @: @:ltpt@:(x,v)}
35762
35763@c
35764@r{ @: m a @: @: 12,13 @:calc-algebraic-mode@:}
35765@r{ @: m d @: @: @:calc-degrees-mode@:}
35766@r{ @: m e @: @: @:calc-embedded-preserve-modes@:}
35767@r{ @: m f @: @: 12 @:calc-frac-mode@:}
35768@r{ @: m g @: @: 52 @:calc-get-modes@:}
35769@r{ @: m h @: @: @:calc-hms-mode@:}
35770@r{ @: m i @: @: 12,13 @:calc-infinite-mode@:}
35771@r{ @: m m @: @: @:calc-save-modes@:}
35772@r{ @: m p @: @: 12 @:calc-polar-mode@:}
35773@r{ @: m r @: @: @:calc-radians-mode@:}
35774@r{ @: m s @: @: 12 @:calc-symbolic-mode@:}
35775@r{ @: m t @: @: 12 @:calc-total-algebraic-mode@:}
35776@r{ @: m v @: @: 12,13 @:calc-matrix-mode@:}
35777@r{ @: m w @: @: 13 @:calc-working@:}
35778@r{ @: m x @: @: @:calc-always-load-extensions@:}
35779
35780@c
35781@r{ @: m A @: @: 12 @:calc-alg-simplify-mode@:}
35782@r{ @: m B @: @: 12 @:calc-bin-simplify-mode@:}
35783@r{ @: m C @: @: 12 @:calc-auto-recompute@:}
35784@r{ @: m D @: @: @:calc-default-simplify-mode@:}
35785@r{ @: m E @: @: 12 @:calc-ext-simplify-mode@:}
35786@r{ @: m F @:filename @: 13 @:calc-settings-file-name@:}
35787@r{ @: m N @: @: 12 @:calc-num-simplify-mode@:}
35788@r{ @: m O @: @: 12 @:calc-no-simplify-mode@:}
35789@r{ @: m R @: @: 12,13 @:calc-mode-record-mode@:}
35790@r{ @: m S @: @: 12 @:calc-shift-prefix@:}
35791@r{ @: m U @: @: 12 @:calc-units-simplify-mode@:}
35792
538c2573
JB
35793@c
35794@r{ @: r s @:register @: 27 @:calc-copy-to-register@:}
35795@r{ @: r i @:register @: @:calc-insert-register@:}
35796
4009494e
GM
35797@c
35798@r{ @: s c @:var1, var2 @: 29 @:calc-copy-variable@:}
35799@r{ @: s d @:var, decl @: @:calc-declare-variable@:}
35800@r{ @: s e @:var, editing @: 29,30 @:calc-edit-variable@:}
35801@r{ @: s i @:buffer @: @:calc-insert-variables@:}
35802@r{ @: s k @:const, var @: 29 @:calc-copy-special-constant@:}
35803@r{ a b@: s l @:var @: 29 @:@:a (letting var=b)}
35804@r{ a ...@: s m @:op, var @: 22,29 @:calc-store-map@:}
35805@r{ @: s n @:var @: 29,47 @:calc-store-neg@: (v/-1)}
35806@r{ @: s p @:var @: 29 @:calc-permanent-variable@:}
35807@r{ @: s r @:var @: 29 @:@:v (recalled value)}
35808@r{ @: r 0-9 @: @: @:calc-recall-quick@:}
35809@r{ a@: s s @:var @: 28,29 @:calc-store@:}
35810@r{ a@: s 0-9 @: @: @:calc-store-quick@:}
35811@r{ a@: s t @:var @: 29 @:calc-store-into@:}
35812@r{ a@: t 0-9 @: @: @:calc-store-into-quick@:}
35813@r{ @: s u @:var @: 29 @:calc-unstore@:}
35814@r{ a@: s x @:var @: 29 @:calc-store-exchange@:}
35815
35816@c
35817@r{ @: s A @:editing @: 30 @:calc-edit-AlgSimpRules@:}
35818@r{ @: s D @:editing @: 30 @:calc-edit-Decls@:}
35819@r{ @: s E @:editing @: 30 @:calc-edit-EvalRules@:}
35820@r{ @: s F @:editing @: 30 @:calc-edit-FitRules@:}
35821@r{ @: s G @:editing @: 30 @:calc-edit-GenCount@:}
35822@r{ @: s H @:editing @: 30 @:calc-edit-Holidays@:}
35823@r{ @: s I @:editing @: 30 @:calc-edit-IntegLimit@:}
35824@r{ @: s L @:editing @: 30 @:calc-edit-LineStyles@:}
35825@r{ @: s P @:editing @: 30 @:calc-edit-PointStyles@:}
35826@r{ @: s R @:editing @: 30 @:calc-edit-PlotRejects@:}
35827@r{ @: s T @:editing @: 30 @:calc-edit-TimeZone@:}
35828@r{ @: s U @:editing @: 30 @:calc-edit-Units@:}
35829@r{ @: s X @:editing @: 30 @:calc-edit-ExtSimpRules@:}
35830
35831@c
35832@r{ a@: s + @:var @: 29,47 @:calc-store-plus@: (v+a)}
35833@r{ a@: s - @:var @: 29,47 @:calc-store-minus@: (v-a)}
35834@r{ a@: s * @:var @: 29,47 @:calc-store-times@: (v*a)}
35835@r{ a@: s / @:var @: 29,47 @:calc-store-div@: (v/a)}
35836@r{ a@: s ^ @:var @: 29,47 @:calc-store-power@: (v^a)}
35837@r{ a@: s | @:var @: 29,47 @:calc-store-concat@: (v|a)}
35838@r{ @: s & @:var @: 29,47 @:calc-store-inv@: (v^-1)}
35839@r{ @: s [ @:var @: 29,47 @:calc-store-decr@: (v-1)}
35840@r{ @: s ] @:var @: 29,47 @:calc-store-incr@: (v-(-1))}
35841@r{ a b@: s : @: @: 2 @:assign@:(a,b) a @tfn{:=} b}
35842@r{ a@: s = @: @: 1 @:evalto@:(a,b) a @tfn{=>}}
35843
35844@c
35845@r{ @: t [ @: @: 4 @:calc-trail-first@:}
35846@r{ @: t ] @: @: 4 @:calc-trail-last@:}
35847@r{ @: t < @: @: 4 @:calc-trail-scroll-left@:}
35848@r{ @: t > @: @: 4 @:calc-trail-scroll-right@:}
35849@r{ @: t . @: @: 12 @:calc-full-trail-vectors@:}
35850
35851@c
35852@r{ @: t b @: @: 4 @:calc-trail-backward@:}
35853@r{ @: t d @: @: 12,50 @:calc-trail-display@:}
35854@r{ @: t f @: @: 4 @:calc-trail-forward@:}
35855@r{ @: t h @: @: @:calc-trail-here@:}
35856@r{ @: t i @: @: @:calc-trail-in@:}
35857@r{ @: t k @: @: 4 @:calc-trail-kill@:}
35858@r{ @: t m @:string @: @:calc-trail-marker@:}
35859@r{ @: t n @: @: 4 @:calc-trail-next@:}
35860@r{ @: t o @: @: @:calc-trail-out@:}
35861@r{ @: t p @: @: 4 @:calc-trail-previous@:}
35862@r{ @: t r @:string @: @:calc-trail-isearch-backward@:}
35863@r{ @: t s @:string @: @:calc-trail-isearch-forward@:}
35864@r{ @: t y @: @: 4 @:calc-trail-yank@:}
35865
35866@c
35867@r{ d@: t C @:oz, nz @: @:tzconv@:(d,oz,nz)}
35868@r{d oz nz@: t C @:$ @: @:tzconv@:(d,oz,nz)}
35869@r{ d@: t D @: @: 15 @:date@:(d)}
35870@r{ d@: t I @: @: 4 @:incmonth@:(d,n)}
35871@r{ d@: t J @: @: 16 @:julian@:(d,z)}
35872@r{ d@: t M @: @: 17 @:newmonth@:(d,n)}
35873@r{ @: t N @: @: 16 @:now@:(z)}
35874@r{ d@: t P @:1 @: 31 @:year@:(d)}
35875@r{ d@: t P @:2 @: 31 @:month@:(d)}
35876@r{ d@: t P @:3 @: 31 @:day@:(d)}
35877@r{ d@: t P @:4 @: 31 @:hour@:(d)}
35878@r{ d@: t P @:5 @: 31 @:minute@:(d)}
35879@r{ d@: t P @:6 @: 31 @:second@:(d)}
35880@r{ d@: t P @:7 @: 31 @:weekday@:(d)}
35881@r{ d@: t P @:8 @: 31 @:yearday@:(d)}
35882@r{ d@: t P @:9 @: 31 @:time@:(d)}
35883@r{ d@: t U @: @: 16 @:unixtime@:(d,z)}
35884@r{ d@: t W @: @: 17 @:newweek@:(d,w)}
35885@r{ d@: t Y @: @: 17 @:newyear@:(d,n)}
35886
35887@c
35888@r{ a b@: t + @: @: 2 @:badd@:(a,b)}
35889@r{ a b@: t - @: @: 2 @:bsub@:(a,b)}
35890
35891@c
35892@r{ @: u a @: @: 12 @:calc-autorange-units@:}
35893@r{ a@: u b @: @: @:calc-base-units@:}
35894@r{ a@: u c @:units @: 18 @:calc-convert-units@:}
35895@r{ defn@: u d @:unit, descr @: @:calc-define-unit@:}
35896@r{ @: u e @: @: @:calc-explain-units@:}
35897@r{ @: u g @:unit @: @:calc-get-unit-definition@:}
35898@r{ @: u p @: @: @:calc-permanent-units@:}
35899@r{ a@: u r @: @: @:calc-remove-units@:}
35900@r{ a@: u s @: @: @:usimplify@:(a)}
35901@r{ a@: u t @:units @: 18 @:calc-convert-temperature@:}
35902@r{ @: u u @:unit @: @:calc-undefine-unit@:}
35903@r{ @: u v @: @: @:calc-enter-units-table@:}
35904@r{ a@: u x @: @: @:calc-extract-units@:}
35905@r{ a@: u 0-9 @: @: @:calc-quick-units@:}
35906
35907@c
35908@r{ v1 v2@: u C @: @: 20 @:vcov@:(v1,v2)}
35909@r{ v1 v2@: I u C @: @: 20 @:vpcov@:(v1,v2)}
35910@r{ v1 v2@: H u C @: @: 20 @:vcorr@:(v1,v2)}
35911@r{ v@: u G @: @: 19 @:vgmean@:(v)}
35912@r{ a b@: H u G @: @: 2 @:agmean@:(a,b)}
35913@r{ v@: u M @: @: 19 @:vmean@:(v)}
35914@r{ v@: I u M @: @: 19 @:vmeane@:(v)}
35915@r{ v@: H u M @: @: 19 @:vmedian@:(v)}
35916@r{ v@: I H u M @: @: 19 @:vhmean@:(v)}
35917@r{ v@: u N @: @: 19 @:vmin@:(v)}
35918@r{ v@: u S @: @: 19 @:vsdev@:(v)}
35919@r{ v@: I u S @: @: 19 @:vpsdev@:(v)}
35920@r{ v@: H u S @: @: 19 @:vvar@:(v)}
35921@r{ v@: I H u S @: @: 19 @:vpvar@:(v)}
35922@r{ @: u V @: @: @:calc-view-units-table@:}
35923@r{ v@: u X @: @: 19 @:vmax@:(v)}
35924
35925@c
35926@r{ v@: u + @: @: 19 @:vsum@:(v)}
35927@r{ v@: u * @: @: 19 @:vprod@:(v)}
35928@r{ v@: u # @: @: 19 @:vcount@:(v)}
35929
35930@c
35931@r{ @: V ( @: @: 50 @:calc-vector-parens@:}
35932@r{ @: V @{ @: @: 50 @:calc-vector-braces@:}
35933@r{ @: V [ @: @: 50 @:calc-vector-brackets@:}
35934@r{ @: V ] @:ROCP @: 50 @:calc-matrix-brackets@:}
35935@r{ @: V , @: @: 50 @:calc-vector-commas@:}
35936@r{ @: V < @: @: 50 @:calc-matrix-left-justify@:}
35937@r{ @: V = @: @: 50 @:calc-matrix-center-justify@:}
35938@r{ @: V > @: @: 50 @:calc-matrix-right-justify@:}
35939@r{ @: V / @: @: 12,50 @:calc-break-vectors@:}
35940@r{ @: V . @: @: 12,50 @:calc-full-vectors@:}
35941
35942@c
35943@r{ s t@: V ^ @: @: 2 @:vint@:(s,t)}
35944@r{ s t@: V - @: @: 2 @:vdiff@:(s,t)}
35945@r{ s@: V ~ @: @: 1 @:vcompl@:(s)}
35946@r{ s@: V # @: @: 1 @:vcard@:(s)}
35947@r{ s@: V : @: @: 1 @:vspan@:(s)}
35948@r{ s@: V + @: @: 1 @:rdup@:(s)}
35949
35950@c
35951@r{ m@: V & @: @: 1 @:inv@:(m) 1/m}
35952
35953@c
35954@r{ v@: v a @:n @: @:arrange@:(v,n)}
35955@r{ a@: v b @:n @: @:cvec@:(a,n)}
35956@r{ v@: v c @:n >0 @: 21,31 @:mcol@:(v,n)}
35957@r{ v@: v c @:n <0 @: 31 @:mrcol@:(v,-n)}
35958@r{ m@: v c @:0 @: 31 @:getdiag@:(m)}
35959@r{ v@: v d @: @: 25 @:diag@:(v,n)}
35960@r{ v m@: v e @: @: 2 @:vexp@:(v,m)}
35961@r{ v m f@: H v e @: @: 2 @:vexp@:(v,m,f)}
35962@r{ v a@: v f @: @: 26 @:find@:(v,a,n)}
35963@r{ v@: v h @: @: 1 @:head@:(v)}
35964@r{ v@: I v h @: @: 1 @:tail@:(v)}
35965@r{ v@: H v h @: @: 1 @:rhead@:(v)}
35966@r{ v@: I H v h @: @: 1 @:rtail@:(v)}
35967@r{ @: v i @:n @: 31 @:idn@:(1,n)}
35968@r{ @: v i @:0 @: 31 @:idn@:(1)}
35969@r{ h t@: v k @: @: 2 @:cons@:(h,t)}
35970@r{ h t@: H v k @: @: 2 @:rcons@:(h,t)}
35971@r{ v@: v l @: @: 1 @:vlen@:(v)}
35972@r{ v@: H v l @: @: 1 @:mdims@:(v)}
35973@r{ v m@: v m @: @: 2 @:vmask@:(v,m)}
35974@r{ v@: v n @: @: 1 @:rnorm@:(v)}
35975@r{ a b c@: v p @: @: 24 @:calc-pack@:}
35976@r{ v@: v r @:n >0 @: 21,31 @:mrow@:(v,n)}
35977@r{ v@: v r @:n <0 @: 31 @:mrrow@:(v,-n)}
35978@r{ m@: v r @:0 @: 31 @:getdiag@:(m)}
35979@r{ v i j@: v s @: @: @:subvec@:(v,i,j)}
35980@r{ v i j@: I v s @: @: @:rsubvec@:(v,i,j)}
35981@r{ m@: v t @: @: 1 @:trn@:(m)}
35982@r{ v@: v u @: @: 24 @:calc-unpack@:}
35983@r{ v@: v v @: @: 1 @:rev@:(v)}
35984@r{ @: v x @:n @: 31 @:index@:(n)}
35985@r{ n s i@: C-u v x @: @: @:index@:(n,s,i)}
35986
35987@c
35988@r{ v@: V A @:op @: 22 @:apply@:(op,v)}
35989@r{ v1 v2@: V C @: @: 2 @:cross@:(v1,v2)}
35990@r{ m@: V D @: @: 1 @:det@:(m)}
35991@r{ s@: V E @: @: 1 @:venum@:(s)}
35992@r{ s@: V F @: @: 1 @:vfloor@:(s)}
35993@r{ v@: V G @: @: @:grade@:(v)}
35994@r{ v@: I V G @: @: @:rgrade@:(v)}
35995@r{ v@: V H @:n @: 31 @:histogram@:(v,n)}
35996@r{ v w@: H V H @:n @: 31 @:histogram@:(v,w,n)}
35997@r{ v1 v2@: V I @:mop aop @: 22 @:inner@:(mop,aop,v1,v2)}
35998@r{ m@: V J @: @: 1 @:ctrn@:(m)}
5a83c46e 35999@r{ m1 m2@: V K @: @: @:kron@:(m1,m2)}
4009494e
GM
36000@r{ m@: V L @: @: 1 @:lud@:(m)}
36001@r{ v@: V M @:op @: 22,23 @:map@:(op,v)}
36002@r{ v@: V N @: @: 1 @:cnorm@:(v)}
36003@r{ v1 v2@: V O @:op @: 22 @:outer@:(op,v1,v2)}
36004@r{ v@: V R @:op @: 22,23 @:reduce@:(op,v)}
36005@r{ v@: I V R @:op @: 22,23 @:rreduce@:(op,v)}
36006@r{ a n@: H V R @:op @: 22 @:nest@:(op,a,n)}
36007@r{ a@: I H V R @:op @: 22 @:fixp@:(op,a)}
36008@r{ v@: V S @: @: @:sort@:(v)}
36009@r{ v@: I V S @: @: @:rsort@:(v)}
36010@r{ m@: V T @: @: 1 @:tr@:(m)}
36011@r{ v@: V U @:op @: 22 @:accum@:(op,v)}
36012@r{ v@: I V U @:op @: 22 @:raccum@:(op,v)}
36013@r{ a n@: H V U @:op @: 22 @:anest@:(op,a,n)}
36014@r{ a@: I H V U @:op @: 22 @:afixp@:(op,a)}
36015@r{ s t@: V V @: @: 2 @:vunion@:(s,t)}
36016@r{ s t@: V X @: @: 2 @:vxor@:(s,t)}
36017
36018@c
36019@r{ @: Y @: @: @:@:user commands}
36020
36021@c
36022@r{ @: z @: @: @:@:user commands}
36023
36024@c
36025@r{ c@: Z [ @: @: 45 @:calc-kbd-if@:}
36026@r{ c@: Z | @: @: 45 @:calc-kbd-else-if@:}
36027@r{ @: Z : @: @: @:calc-kbd-else@:}
36028@r{ @: Z ] @: @: @:calc-kbd-end-if@:}
36029
36030@c
36031@r{ @: Z @{ @: @: 4 @:calc-kbd-loop@:}
36032@r{ c@: Z / @: @: 45 @:calc-kbd-break@:}
36033@r{ @: Z @} @: @: @:calc-kbd-end-loop@:}
36034@r{ n@: Z < @: @: @:calc-kbd-repeat@:}
36035@r{ @: Z > @: @: @:calc-kbd-end-repeat@:}
36036@r{ n m@: Z ( @: @: @:calc-kbd-for@:}
36037@r{ s@: Z ) @: @: @:calc-kbd-end-for@:}
36038
36039@c
36040@r{ @: Z C-g @: @: @:@:cancel if/loop command}
36041
36042@c
36043@r{ @: Z ` @: @: @:calc-kbd-push@:}
36044@r{ @: Z ' @: @: @:calc-kbd-pop@:}
36045@r{ @: Z # @: @: @:calc-kbd-query@:}
36046
36047@c
36048@r{ comp@: Z C @:func, args @: 50 @:calc-user-define-composition@:}
36049@r{ @: Z D @:key, command @: @:calc-user-define@:}
36050@r{ @: Z E @:key, editing @: 30 @:calc-user-define-edit@:}
36051@r{ defn@: Z F @:k, c, f, a, n@: 28 @:calc-user-define-formula@:}
36052@r{ @: Z G @:key @: @:calc-get-user-defn@:}
36053@r{ @: Z I @: @: @:calc-user-define-invocation@:}
36054@r{ @: Z K @:key, command @: @:calc-user-define-kbd-macro@:}
36055@r{ @: Z P @:key @: @:calc-user-define-permanent@:}
36056@r{ @: Z S @: @: 30 @:calc-edit-user-syntax@:}
36057@r{ @: Z T @: @: 12 @:calc-timing@:}
36058@r{ @: Z U @:key @: @:calc-user-undefine@:}
36059
36060@end format
36061
36062@noindent
36063NOTES
36064
36065@enumerate
36066@c 1
36067@item
36068Positive prefix arguments apply to @expr{n} stack entries.
36069Negative prefix arguments apply to the @expr{-n}th stack entry.
36070A prefix of zero applies to the entire stack. (For @key{LFD} and
36071@kbd{M-@key{DEL}}, the meaning of the sign is reversed.)
36072
36073@c 2
36074@item
36075Positive prefix arguments apply to @expr{n} stack entries.
36076Negative prefix arguments apply to the top stack entry
36077and the next @expr{-n} stack entries.
36078
36079@c 3
36080@item
36081Positive prefix arguments rotate top @expr{n} stack entries by one.
36082Negative prefix arguments rotate the entire stack by @expr{-n}.
36083A prefix of zero reverses the entire stack.
36084
36085@c 4
36086@item
36087Prefix argument specifies a repeat count or distance.
36088
36089@c 5
36090@item
36091Positive prefix arguments specify a precision @expr{p}.
36092Negative prefix arguments reduce the current precision by @expr{-p}.
36093
36094@c 6
36095@item
36096A prefix argument is interpreted as an additional step-size parameter.
36097A plain @kbd{C-u} prefix means to prompt for the step size.
36098
36099@c 7
36100@item
36101A prefix argument specifies simplification level and depth.
361021=Default, 2=like @kbd{a s}, 3=like @kbd{a e}.
36103
36104@c 8
36105@item
36106A negative prefix operates only on the top level of the input formula.
36107
36108@c 9
36109@item
36110Positive prefix arguments specify a word size of @expr{w} bits, unsigned.
36111Negative prefix arguments specify a word size of @expr{w} bits, signed.
36112
36113@c 10
36114@item
36115Prefix arguments specify the shift amount @expr{n}. The @expr{w} argument
36116cannot be specified in the keyboard version of this command.
36117
36118@c 11
36119@item
36120From the keyboard, @expr{d} is omitted and defaults to zero.
36121
36122@c 12
36123@item
36124Mode is toggled; a positive prefix always sets the mode, and a negative
36125prefix always clears the mode.
36126
36127@c 13
36128@item
36129Some prefix argument values provide special variations of the mode.
36130
36131@c 14
36132@item
36133A prefix argument, if any, is used for @expr{m} instead of taking
36134@expr{m} from the stack. @expr{M} may take any of these values:
36135@iftex
36136{@advance@tableindent10pt
36137@end iftex
36138@table @asis
36139@item Integer
36140Random integer in the interval @expr{[0 .. m)}.
36141@item Float
36142Random floating-point number in the interval @expr{[0 .. m)}.
36143@item 0.0
36144Gaussian with mean 1 and standard deviation 0.
36145@item Error form
36146Gaussian with specified mean and standard deviation.
36147@item Interval
36148Random integer or floating-point number in that interval.
36149@item Vector
36150Random element from the vector.
36151@end table
36152@iftex
36153}
36154@end iftex
36155
36156@c 15
36157@item
36158A prefix argument from 1 to 6 specifies number of date components
36159to remove from the stack. @xref{Date Conversions}.
36160
36161@c 16
36162@item
36163A prefix argument specifies a time zone; @kbd{C-u} says to take the
36164time zone number or name from the top of the stack. @xref{Time Zones}.
36165
36166@c 17
36167@item
36168A prefix argument specifies a day number (0-6, 0-31, or 0-366).
36169
36170@c 18
36171@item
36172If the input has no units, you will be prompted for both the old and
36173the new units.
36174
36175@c 19
36176@item
36177With a prefix argument, collect that many stack entries to form the
36178input data set. Each entry may be a single value or a vector of values.
36179
36180@c 20
36181@item
36182With a prefix argument of 1, take a single
36183@texline @var{n}@math{\times2}
36184@infoline @mathit{@var{N}x2}
36185matrix from the stack instead of two separate data vectors.
36186
36187@c 21
36188@item
36189The row or column number @expr{n} may be given as a numeric prefix
36190argument instead. A plain @kbd{C-u} prefix says to take @expr{n}
36191from the top of the stack. If @expr{n} is a vector or interval,
36192a subvector/submatrix of the input is created.
36193
36194@c 22
36195@item
36196The @expr{op} prompt can be answered with the key sequence for the
36197desired function, or with @kbd{x} or @kbd{z} followed by a function name,
36198or with @kbd{$} to take a formula from the top of the stack, or with
36199@kbd{'} and a typed formula. In the last two cases, the formula may
36200be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}, or it
36201may include @kbd{$}, @kbd{$$}, etc. (where @kbd{$} will correspond to the
36202last argument of the created function), or otherwise you will be
36203prompted for an argument list. The number of vectors popped from the
36204stack by @kbd{V M} depends on the number of arguments of the function.
36205
36206@c 23
36207@item
36208One of the mapping direction keys @kbd{_} (horizontal, i.e., map
36209by rows or reduce across), @kbd{:} (vertical, i.e., map by columns or
36210reduce down), or @kbd{=} (map or reduce by rows) may be used before
36211entering @expr{op}; these modify the function name by adding the letter
36212@code{r} for ``rows,'' @code{c} for ``columns,'' @code{a} for ``across,''
36213or @code{d} for ``down.''
36214
36215@c 24
36216@item
36217The prefix argument specifies a packing mode. A nonnegative mode
36218is the number of items (for @kbd{v p}) or the number of levels
36219(for @kbd{v u}). A negative mode is as described below. With no
36220prefix argument, the mode is taken from the top of the stack and
36221may be an integer or a vector of integers.
36222@iftex
36223{@advance@tableindent-20pt
36224@end iftex
36225@table @cite
36226@item -1
36227(@var{2}) Rectangular complex number.
36228@item -2
36229(@var{2}) Polar complex number.
36230@item -3
36231(@var{3}) HMS form.
36232@item -4
36233(@var{2}) Error form.
36234@item -5
36235(@var{2}) Modulo form.
36236@item -6
36237(@var{2}) Closed interval.
36238@item -7
36239(@var{2}) Closed .. open interval.
36240@item -8
36241(@var{2}) Open .. closed interval.
36242@item -9
36243(@var{2}) Open interval.
36244@item -10
36245(@var{2}) Fraction.
36246@item -11
36247(@var{2}) Float with integer mantissa.
36248@item -12
36249(@var{2}) Float with mantissa in @expr{[1 .. 10)}.
36250@item -13
36251(@var{1}) Date form (using date numbers).
36252@item -14
36253(@var{3}) Date form (using year, month, day).
36254@item -15
36255(@var{6}) Date form (using year, month, day, hour, minute, second).
36256@end table
36257@iftex
36258}
36259@end iftex
36260
36261@c 25
36262@item
36263A prefix argument specifies the size @expr{n} of the matrix. With no
36264prefix argument, @expr{n} is omitted and the size is inferred from
36265the input vector.
36266
36267@c 26
36268@item
36269The prefix argument specifies the starting position @expr{n} (default 1).
36270
36271@c 27
36272@item
36273Cursor position within stack buffer affects this command.
36274
36275@c 28
36276@item
36277Arguments are not actually removed from the stack by this command.
36278
36279@c 29
36280@item
36281Variable name may be a single digit or a full name.
36282
36283@c 30
36284@item
36285Editing occurs in a separate buffer. Press @kbd{C-c C-c} (or
36286@key{LFD}, or in some cases @key{RET}) to finish the edit, or kill the
36287buffer with @kbd{C-x k} to cancel the edit. The @key{LFD} key prevents evaluation
36288of the result of the edit.
36289
36290@c 31
36291@item
36292The number prompted for can also be provided as a prefix argument.
36293
36294@c 32
36295@item
36296Press this key a second time to cancel the prefix.
36297
36298@c 33
36299@item
36300With a negative prefix, deactivate all formulas. With a positive
36301prefix, deactivate and then reactivate from scratch.
36302
36303@c 34
36304@item
36305Default is to scan for nearest formula delimiter symbols. With a
36306prefix of zero, formula is delimited by mark and point. With a
36307non-zero prefix, formula is delimited by scanning forward or
36308backward by that many lines.
36309
36310@c 35
36311@item
36312Parse the region between point and mark as a vector. A nonzero prefix
36313parses @var{n} lines before or after point as a vector. A zero prefix
36314parses the current line as a vector. A @kbd{C-u} prefix parses the
36315region between point and mark as a single formula.
36316
36317@c 36
36318@item
36319Parse the rectangle defined by point and mark as a matrix. A positive
36320prefix @var{n} divides the rectangle into columns of width @var{n}.
36321A zero or @kbd{C-u} prefix parses each line as one formula. A negative
36322prefix suppresses special treatment of bracketed portions of a line.
36323
36324@c 37
36325@item
36326A numeric prefix causes the current language mode to be ignored.
36327
36328@c 38
36329@item
36330Responding to a prompt with a blank line answers that and all
36331later prompts by popping additional stack entries.
36332
36333@c 39
36334@item
36335Answer for @expr{v} may also be of the form @expr{v = v_0} or
36336@expr{v - v_0}.
36337
36338@c 40
36339@item
36340With a positive prefix argument, stack contains many @expr{y}'s and one
36341common @expr{x}. With a zero prefix, stack contains a vector of
36342@expr{y}s and a common @expr{x}. With a negative prefix, stack
36343contains many @expr{[x,y]} vectors. (For 3D plots, substitute
36344@expr{z} for @expr{y} and @expr{x,y} for @expr{x}.)
36345
36346@c 41
36347@item
36348With any prefix argument, all curves in the graph are deleted.
36349
36350@c 42
36351@item
36352With a positive prefix, refines an existing plot with more data points.
36353With a negative prefix, forces recomputation of the plot data.
36354
36355@c 43
36356@item
36357With any prefix argument, set the default value instead of the
36358value for this graph.
36359
36360@c 44
36361@item
36362With a negative prefix argument, set the value for the printer.
36363
36364@c 45
36365@item
36366Condition is considered ``true'' if it is a nonzero real or complex
36367number, or a formula whose value is known to be nonzero; it is ``false''
36368otherwise.
36369
36370@c 46
36371@item
36372Several formulas separated by commas are pushed as multiple stack
36373entries. Trailing @kbd{)}, @kbd{]}, @kbd{@}}, @kbd{>}, and @kbd{"}
36374delimiters may be omitted. The notation @kbd{$$$} refers to the value
36375in stack level three, and causes the formula to replace the top three
36376stack levels. The notation @kbd{$3} refers to stack level three without
36377causing that value to be removed from the stack. Use @key{LFD} in place
36378of @key{RET} to prevent evaluation; use @kbd{M-=} in place of @key{RET}
36379to evaluate variables.
36380
36381@c 47
36382@item
36383The variable is replaced by the formula shown on the right. The
36384Inverse flag reverses the order of the operands, e.g., @kbd{I s - x}
36385assigns
36386@texline @math{x \coloneq a-x}.
36387@infoline @expr{x := a-x}.
36388
36389@c 48
36390@item
36391Press @kbd{?} repeatedly to see how to choose a model. Answer the
36392variables prompt with @expr{iv} or @expr{iv;pv} to specify
36393independent and parameter variables. A positive prefix argument
36394takes @mathit{@var{n}+1} vectors from the stack; a zero prefix takes a matrix
36395and a vector from the stack.
36396
36397@c 49
36398@item
36399With a plain @kbd{C-u} prefix, replace the current region of the
36400destination buffer with the yanked text instead of inserting.
36401
36402@c 50
36403@item
36404All stack entries are reformatted; the @kbd{H} prefix inhibits this.
36405The @kbd{I} prefix sets the mode temporarily, redraws the top stack
36406entry, then restores the original setting of the mode.
36407
36408@c 51
36409@item
36410A negative prefix sets the default 3D resolution instead of the
36411default 2D resolution.
36412
36413@c 52
36414@item
36415This grabs a vector of the form [@var{prec}, @var{wsize}, @var{ssize},
36416@var{radix}, @var{flfmt}, @var{ang}, @var{frac}, @var{symb}, @var{polar},
36417@var{matrix}, @var{simp}, @var{inf}]. A prefix argument from 1 to 12
36418grabs the @var{n}th mode value only.
36419@end enumerate
36420
36421@iftex
36422(Space is provided below for you to keep your own written notes.)
36423@page
36424@endgroup
36425@end iftex
36426
36427
36428@c [end-summary]
36429
36430@node Key Index, Command Index, Summary, Top
36431@unnumbered Index of Key Sequences
36432
36433@printindex ky
36434
36435@node Command Index, Function Index, Key Index, Top
36436@unnumbered Index of Calculator Commands
36437
36438Since all Calculator commands begin with the prefix @samp{calc-}, the
36439@kbd{x} key has been provided as a variant of @kbd{M-x} which automatically
36440types @samp{calc-} for you. Thus, @kbd{x last-args} is short for
36441@kbd{M-x calc-last-args}.
36442
36443@printindex pg
36444
36445@node Function Index, Concept Index, Command Index, Top
36446@unnumbered Index of Algebraic Functions
36447
36448This is a list of built-in functions and operators usable in algebraic
36449expressions. Their full Lisp names are derived by adding the prefix
36450@samp{calcFunc-}, as in @code{calcFunc-sqrt}.
36451@iftex
36452All functions except those noted with ``*'' have corresponding
36453Calc keystrokes and can also be found in the Calc Summary.
36454@end iftex
36455
36456@printindex tp
36457
36458@node Concept Index, Variable Index, Function Index, Top
36459@unnumbered Concept Index
36460
36461@printindex cp
36462
36463@node Variable Index, Lisp Function Index, Concept Index, Top
36464@unnumbered Index of Variables
36465
36466The variables in this list that do not contain dashes are accessible
36467as Calc variables. Add a @samp{var-} prefix to get the name of the
36468corresponding Lisp variable.
36469
36470The remaining variables are Lisp variables suitable for @code{setq}ing
36471in your Calc init file or @file{.emacs} file.
36472
36473@printindex vr
36474
36475@node Lisp Function Index, , Variable Index, Top
36476@unnumbered Index of Lisp Math Functions
36477
36478The following functions are meant to be used with @code{defmath}, not
36479@code{defun} definitions. For names that do not start with @samp{calc-},
36480the corresponding full Lisp name is derived by adding a prefix of
36481@samp{math-}.
36482
36483@printindex fn
36484
36485@bye
36486
36487
36488@ignore
36489 arch-tag: 77a71809-fa4d-40be-b2cc-da3e8fb137c0
36490@end ignore