f2c04ccdad 2021-03-03 1: %%%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 2: % WELCOME TO iCAS
f2c04ccdad 2021-03-03 3: %
f2c04ccdad 2021-03-03 4: % The core of iCAS is based on REDUCE, a
f2c04ccdad 2021-03-03 5: % powerful CAS system with comparable
f2c04ccdad 2021-03-03 6: % capabilities to Maple and Mathematica
f2c04ccdad 2021-03-03 7: % with a track record spanning over 40 years
f2c04ccdad 2021-03-03 8: % in academic and research institutions.
f2c04ccdad 2021-03-03 9: % iCAS brings all the capabilities of
f2c04ccdad 2021-03-03 10: % REDUCE and the embedded gnuplot
f2c04ccdad 2021-03-03 11: % plotting engine to your iPhone or iPod
f2c04ccdad 2021-03-03 12: % touch.
f2c04ccdad 2021-03-03 13: %
f2c04ccdad 2021-03-03 14: % Best of all, iCAS is entirely self-contained
f2c04ccdad 2021-03-03 15: % and runs natively on your iPhone or iPod
f2c04ccdad 2021-03-03 16: % touch so no internet connection is required
f2c04ccdad 2021-03-03 17: % to harness its power.
f2c04ccdad 2021-03-03 18: %
f2c04ccdad 2021-03-03 19: % This file is written as a short tutorial
f2c04ccdad 2021-03-03 20: % to walk you through some simple examples
f2c04ccdad 2021-03-03 21: % to become familiar with the app and help
f2c04ccdad 2021-03-03 22: % you get started.
f2c04ccdad 2021-03-03 23: %
f2c04ccdad 2021-03-03 24: %%%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 25: % BASIC USAGE
f2c04ccdad 2021-03-03 26: %
f2c04ccdad 2021-03-03 27: % Enter the desired command or operation
f2c04ccdad 2021-03-03 28: % and press return to execute the command or
f2c04ccdad 2021-03-03 29: % operation. Try it by tapping to the right of
f2c04ccdad 2021-03-03 30: % the semicolon on the line below and then
f2c04ccdad 2021-03-03 31: % tapping return.
f2c04ccdad 2021-03-03 32:
f2c04ccdad 2021-03-03 33: 6 * 7;
f2c04ccdad 2021-03-03 34:
f2c04ccdad 2021-03-03 35: % If fancy output is enabled, the results can be
f2c04ccdad 2021-03-03 36: % viewed in a typeset format by tapping a
f2c04ccdad 2021-03-03 37: % translucent button that appears on the upper
f2c04ccdad 2021-03-03 38: % right hand corner of this view when there is
f2c04ccdad 2021-03-03 39: % fancy output or when iCAS detects LaTeX
f2c04ccdad 2021-03-03 40: % content. The output view can be zoomed
f2c04ccdad 2021-03-03 41: % using the standard pinch gestures.
f2c04ccdad 2021-03-03 42: %
f2c04ccdad 2021-03-03 43: % Fancy output can be globally enabled with
f2c04ccdad 2021-03-03 44: % the "Create Fancy Output" setting or on a
f2c04ccdad 2021-03-03 45: % case by case basis using the fancy switch.
f2c04ccdad 2021-03-03 46: % If fancy output is enabled and the
f2c04ccdad 2021-03-03 47: % "Automatically Show" option is enabled,
f2c04ccdad 2021-03-03 48: % iCAS will automatically show the rendered
f2c04ccdad 2021-03-03 49: % fancy output when it is generated.
f2c04ccdad 2021-03-03 50: %
f2c04ccdad 2021-03-03 51: % Execute the following lines (i.e. place the
f2c04ccdad 2021-03-03 52: % cursor to the right of the semicolon and tap
f2c04ccdad 2021-03-03 53: % the return key) to see the difference
f2c04ccdad 2021-03-03 54: % between plain and fancy output.
f2c04ccdad 2021-03-03 55:
f2c04ccdad 2021-03-03 56: df(x^x,x);
f2c04ccdad 2021-03-03 57: on fancy;
f2c04ccdad 2021-03-03 58: df(x^x,x);
f2c04ccdad 2021-03-03 59:
f2c04ccdad 2021-03-03 60: % Notice the pseudo-LaTeX output format
f2c04ccdad 2021-03-03 61: % and the "TeX" translucent button that
f2c04ccdad 2021-03-03 62: % appeared on the top right of the window.
f2c04ccdad 2021-03-03 63: % Tapping the "TeX" button generates a
f2c04ccdad 2021-03-03 64: % typeset version of the file that can be
f2c04ccdad 2021-03-03 65: % optionally emailed as a LaTeX source file
f2c04ccdad 2021-03-03 66: % for publishing, presentation, and/or sharing
f2c04ccdad 2021-03-03 67: % with colleagues.
f2c04ccdad 2021-03-03 68: %
f2c04ccdad 2021-03-03 69: % Fancy output works best with a line length
f2c04ccdad 2021-03-03 70: % of 80 or more. iCAS sets the linelength to
f2c04ccdad 2021-03-03 71: % the optimal width for plain output when a
f2c04ccdad 2021-03-03 72: % CAS session is started based on the font
f2c04ccdad 2021-03-03 73: % style and size settings. Therefore, we
f2c04ccdad 2021-03-03 74: % recommend setting the linelength to 80
f2c04ccdad 2021-03-03 75: % when using fancy output. iCAS provides a
f2c04ccdad 2021-03-03 76: % convenience command called fancy_output
f2c04ccdad 2021-03-03 77: % that sets the fancy switch and sets the
f2c04ccdad 2021-03-03 78: % linelength to 80 characters. Note that
f2c04ccdad 2021-03-03 79: % turning the fancy switch off does not
f2c04ccdad 2021-03-03 80: % affect the linelength so you may need to
f2c04ccdad 2021-03-03 81: % set the linelength to an appropriate value
f2c04ccdad 2021-03-03 82: % after using fancy output. The linelength
f2c04ccdad 2021-03-03 83: % is reset when a new CAS session is
f2c04ccdad 2021-03-03 84: % initiated (e.g. by using either the "bye"
f2c04ccdad 2021-03-03 85: % or "quit" command).
f2c04ccdad 2021-03-03 86: %
f2c04ccdad 2021-03-03 87: %%%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 88: % KEYBOARD USAGE
f2c04ccdad 2021-03-03 89: %
f2c04ccdad 2021-03-03 90: % By default, iCAS uses the system keyboard.
f2c04ccdad 2021-03-03 91: % A user configurable macro keyboard and a
f2c04ccdad 2021-03-03 92: % numerical keyboard are also optionally
f2c04ccdad 2021-03-03 93: % available. The enabled keyboards and the
f2c04ccdad 2021-03-03 94: % default keyboard can be configured in the
f2c04ccdad 2021-03-03 95: % app Settings. The app Settings can be
f2c04ccdad 2021-03-03 96: % accessed either through the global Settings
f2c04ccdad 2021-03-03 97: % app or by tapping the Settings button on
f2c04ccdad 2021-03-03 98: % the top right corner of the screen.
f2c04ccdad 2021-03-03 99: %
f2c04ccdad 2021-03-03 100: % To switch between the enabled keyboards,
f2c04ccdad 2021-03-03 101: % use a horizontal swipe gesture in the text
f2c04ccdad 2021-03-03 102: % area when a keyboard is active.
f2c04ccdad 2021-03-03 103: %
f2c04ccdad 2021-03-03 104: % To dismiss the keyboard, tap the center of
f2c04ccdad 2021-03-03 105: % the top bar where "Welcome" is currently
f2c04ccdad 2021-03-03 106: % displayed) or tap the "dismiss" keyboard
f2c04ccdad 2021-03-03 107: % button above the keyboard if the "Arrow
f2c04ccdad 2021-03-03 108: % Keys" setting is enabled. This restores
f2c04ccdad 2021-03-03 109: % access to the toolbar butons.
f2c04ccdad 2021-03-03 110: %
f2c04ccdad 2021-03-03 111: % By default, tapping a button other than
f2c04ccdad 2021-03-03 112: % the "CLEAR" or "BATCH" buttons on the
f2c04ccdad 2021-03-03 113: % macro keyboard causes the active keyboard
f2c04ccdad 2021-03-03 114: % to automatically switch to the system
f2c04ccdad 2021-03-03 115: % keyboard to allow entry of variables,
f2c04ccdad 2021-03-03 116: % parameters, arguments, etc. This behavior
f2c04ccdad 2021-03-03 117: % can be enabled/disabled using the "Auto
f2c04ccdad 2021-03-03 118: % Hide Macros" setting.
f2c04ccdad 2021-03-03 119: %
f2c04ccdad 2021-03-03 120: % Tap the clear line below to active the
f2c04ccdad 2021-03-03 121: % keyboard and swipe from right to left to
f2c04ccdad 2021-03-03 122: % reveal the macro keyboard. Now tap the
f2c04ccdad 2021-03-03 123: % "integral" button.
f2c04ccdad 2021-03-03 124:
f2c04ccdad 2021-03-03 125:
f2c04ccdad 2021-03-03 126:
f2c04ccdad 2021-03-03 127: % Now double tap "function" and replace it
f2c04ccdad 2021-03-03 128: % with some function of x, say x, to keep it
f2c04ccdad 2021-03-03 129: % quick and simple. Then execute the line.
f2c04ccdad 2021-03-03 130: % Unless you've disabled fancy output, iCAS
f2c04ccdad 2021-03-03 131: % will have output a pseudo-LaTeX output
f2c04ccdad 2021-03-03 132: % that you can view by tapping the "TeX"
f2c04ccdad 2021-03-03 133: % button at the top right. Go ahead and tap it
f2c04ccdad 2021-03-03 134: % to see the output in the LaTeX viewer.
f2c04ccdad 2021-03-03 135: %
f2c04ccdad 2021-03-03 136: % Tapping return on the system keyboard
f2c04ccdad 2021-03-03 137: % can be configured to automatically switch
f2c04ccdad 2021-03-03 138: % to the macro keyboard to enable the entry
f2c04ccdad 2021-03-03 139: % of other CAS commands. This is controlled
f2c04ccdad 2021-03-03 140: % by the "Return Shows Macros" setting.
f2c04ccdad 2021-03-03 141: %
f2c04ccdad 2021-03-03 142: % To edit the contents of a macro button, tap
f2c04ccdad 2021-03-03 143: % and hold down the button for 1 second or
f2c04ccdad 2021-03-03 144: % longer.
f2c04ccdad 2021-03-03 145: %
f2c04ccdad 2021-03-03 146: % Instances of \n in macros get automatically
f2c04ccdad 2021-03-03 147: % converted into new lines. This makes it
f2c04ccdad 2021-03-03 148: % possible to create macros with text
f2c04ccdad 2021-03-03 149: % spanning multiple lines.
f2c04ccdad 2021-03-03 150: %
f2c04ccdad 2021-03-03 151: % Assigning \r to a macro button turns that
f2c04ccdad 2021-03-03 152: % button into a silent return key. That is,
f2c04ccdad 2021-03-03 153: % it inserts a new line character without
f2c04ccdad 2021-03-03 154: % processing the contents of the line.
f2c04ccdad 2021-03-03 155: %
f2c04ccdad 2021-03-03 156: % Assigning \b to a macro button turns that
f2c04ccdad 2021-03-03 157: % button into a backspace/delete key.
f2c04ccdad 2021-03-03 158: %
f2c04ccdad 2021-03-03 159: % Assigning \c to a macro button turns that
f2c04ccdad 2021-03-03 160: % button into a clear key.
f2c04ccdad 2021-03-03 161: %
f2c04ccdad 2021-03-03 162: % Assigning \cb to a macro button turns that
f2c04ccdad 2021-03-03 163: % button into a clear batch output key. The
f2c04ccdad 2021-03-03 164: % macro has no effect if there is no batch
f2c04ccdad 2021-03-03 165: % output.
f2c04ccdad 2021-03-03 166: %
f2c04ccdad 2021-03-03 167: % The cursor placement within a macro can be
f2c04ccdad 2021-03-03 168: % optionally specified by including \^ in
f2c04ccdad 2021-03-03 169: % the macro where the cursor should be after
f2c04ccdad 2021-03-03 170: % the macro is inserted. For example, the
f2c04ccdad 2021-03-03 171: % macro “(\^)” will cause the cursor to be
f2c04ccdad 2021-03-03 172: % placed between the two parentheses.
f2c04ccdad 2021-03-03 173: %
f2c04ccdad 2021-03-03 174: % The macro buttons can be optionally
f2c04ccdad 2021-03-03 175: % labelled by including the desired label
f2c04ccdad 2021-03-03 176: % surrounded by the # character in the macro
f2c04ccdad 2021-03-03 177: % text. For example, if a macro contains
f2c04ccdad 2021-03-03 178: % #LABEL# in its definition, the button will
f2c04ccdad 2021-03-03 179: % display LABEL in a larger font instead of
f2c04ccdad 2021-03-03 180: % the actual contents of the macro.
f2c04ccdad 2021-03-03 181: %
f2c04ccdad 2021-03-03 182: % The following labels (in uppercase) are
f2c04ccdad 2021-03-03 183: % automatically displayed with the
f2c04ccdad 2021-03-03 184: % mathematical symbol for the corresponding
f2c04ccdad 2021-03-03 185: % CAS operator/constant: DF, E, I,
f2c04ccdad 2021-03-03 186: % INFINITY, INT, PI, PROD, and SUM.
f2c04ccdad 2021-03-03 187: %
f2c04ccdad 2021-03-03 188: % The default integral, derivative, pi, and
f2c04ccdad 2021-03-03 189: % infinity buttons are examples that utilize
f2c04ccdad 2021-03-03 190: % these features.
f2c04ccdad 2021-03-03 191: %
f2c04ccdad 2021-03-03 192: %%%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 193: % PLOTTING
f2c04ccdad 2021-03-03 194: %
f2c04ccdad 2021-03-03 195: % iCAS includes a full implementation of
f2c04ccdad 2021-03-03 196: % gnuplot that can be accessed in CAS mode
f2c04ccdad 2021-03-03 197: % using the gnuplot package or directly in
f2c04ccdad 2021-03-03 198: % plot mode (more on modes later). By
f2c04ccdad 2021-03-03 199: % default, iCAS loads the gnuplot package so
f2c04ccdad 2021-03-03 200: % unless you changed the "Always Load
f2c04ccdad 2021-03-03 201: % gnuplot" setting, it should already be
f2c04ccdad 2021-03-03 202: % loaded.
f2c04ccdad 2021-03-03 203: %
f2c04ccdad 2021-03-03 204: % By default, iCAS automatically shows
f2c04ccdad 2021-03-03 205: % newly generated or updated plots. This
f2c04ccdad 2021-03-03 206: % behavior can be disabled in the global
f2c04ccdad 2021-03-03 207: % settings.
f2c04ccdad 2021-03-03 208: %
f2c04ccdad 2021-03-03 209: % Plots can be magnified using the standard
f2c04ccdad 2021-03-03 210: % pinch gestures. iCAS supports landscape
f2c04ccdad 2021-03-03 211: % orientations in all its views so plots can be
f2c04ccdad 2021-03-03 212: % viewed in either portrait or landscape
f2c04ccdad 2021-03-03 213: % orientations. Execute the line below to
f2c04ccdad 2021-03-03 214: % see plotting in action and use the pinch
f2c04ccdad 2021-03-03 215: % gesture to zoom in/out and swipe gestures
f2c04ccdad 2021-03-03 216: % to pan around the plot while zoomed in.
f2c04ccdad 2021-03-03 217:
f2c04ccdad 2021-03-03 218: plot(sin(x));
f2c04ccdad 2021-03-03 219:
f2c04ccdad 2021-03-03 220: % Unless specified, iCAS uses the title "iCAS
f2c04ccdad 2021-03-03 221: % Plot" and the file name "CASPlot" for plot
f2c04ccdad 2021-03-03 222: % files. The default plot title can be changed
f2c04ccdad 2021-03-03 223: % in the app Settings and can also be set
f2c04ccdad 2021-03-03 224: % on a per plot basis. Execute the below line
f2c04ccdad 2021-03-03 225: % to see an example.
f2c04ccdad 2021-03-03 226:
f2c04ccdad 2021-03-03 227: plot(cos(x), title="cos(x)", output="cos(x)");
f2c04ccdad 2021-03-03 228:
f2c04ccdad 2021-03-03 229: % Plot files can be accessed by tapping the
f2c04ccdad 2021-03-03 230: % "folder" button on the right side of the
f2c04ccdad 2021-03-03 231: % bottom toolbar. Go ahead and dismiss the
f2c04ccdad 2021-03-03 232: % keyboard (tap "Welcome" above) and tap
f2c04ccdad 2021-03-03 233: % the button now.
f2c04ccdad 2021-03-03 234: %
f2c04ccdad 2021-03-03 235: % The files organizer picker has four wheels.
f2c04ccdad 2021-03-03 236: % One for text files such as this one, one for
f2c04ccdad 2021-03-03 237: % plot files, one for REDUCE inout files, and
f2c04ccdad 2021-03-03 238: % one for macro keyboard files. Aim the left
f2c04ccdad 2021-03-03 239: % picker wheel to view the corresponding
f2c04ccdad 2021-03-03 240: % files. Files can be deleted, emailed, or
f2c04ccdad 2021-03-03 241: % viewed/selected with the buttons above the
f2c04ccdad 2021-03-03 242: % picker wheels.
f2c04ccdad 2021-03-03 243: %
f2c04ccdad 2021-03-03 244: % The displayed contents can be emailed,
f2c04ccdad 2021-03-03 245: % copied, or printed by tapping the "send"
f2c04ccdad 2021-03-03 246: % button button on the right side of the bottom
f2c04ccdad 2021-03-03 247: % toolbar. Text files are emailed using the
f2c04ccdad 2021-03-03 248: % active font style. The ont style, font size,
f2c04ccdad 2021-03-03 249: % and colors can be configured using the styles
f2c04ccdad 2021-03-03 250: % panel revealed by tapping the "styles" button
f2c04ccdad 2021-03-03 251: % on the left of the bottom toolbar. The
f2c04ccdad 2021-03-03 252: % available font styles are "Helvetica",
f2c04ccdad 2021-03-03 253: % "Times", and "Courier". Although not the
f2c04ccdad 2021-03-03 254: % prettiest, Courier can be optimal as it is
f2c04ccdad 2021-03-03 255: % the closest to a monospace font on iOS
f2c04ccdad 2021-03-03 256: % devices.
f2c04ccdad 2021-03-03 257: %
f2c04ccdad 2021-03-03 258: % Plots can be emailed in SVG format which
f2c04ccdad 2021-03-03 259: % is a resolution independent format
f2c04ccdad 2021-03-03 260: % supported by major browsers including
f2c04ccdad 2021-03-03 261: % Safari and FireFox.
f2c04ccdad 2021-03-03 262: %
f2c04ccdad 2021-03-03 263: %%%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 264: % OPERATION MODES
f2c04ccdad 2021-03-03 265: %
f2c04ccdad 2021-03-03 266: % iCAS supports three operation modes.
f2c04ccdad 2021-03-03 267: %
f2c04ccdad 2021-03-03 268: % • CAS Mode
f2c04ccdad 2021-03-03 269: % • Plot Mode
f2c04ccdad 2021-03-03 270: % • Text Editor Mode
f2c04ccdad 2021-03-03 271: %
f2c04ccdad 2021-03-03 272: % By default, the application's color theme
f2c04ccdad 2021-03-03 273: % changes to indicate the active mode. This
f2c04ccdad 2021-03-03 274: % color feedback behavior can be disabled in
f2c04ccdad 2021-03-03 275: % the app Settings, if desired.
f2c04ccdad 2021-03-03 276: %
f2c04ccdad 2021-03-03 277: % In CAS mode (the current mode unless
f2c04ccdad 2021-03-03 278: % you've changed the mode with the mode
f2c04ccdad 2021-03-03 279: % controls switch in the middle of the
f2c04ccdad 2021-03-03 280: % toolbar), iCAS behaves as a terminal
f2c04ccdad 2021-03-03 281: % interface to the CAS engine.
f2c04ccdad 2021-03-03 282: %
f2c04ccdad 2021-03-03 283: % In Plot mode, iCAS behaves as a direct
f2c04ccdad 2021-03-03 284: % terminal interface to the gnuplot engine.
f2c04ccdad 2021-03-03 285: % Go ahead and dismiss the keyboard and tap
f2c04ccdad 2021-03-03 286: % the "plot" mode button (the button with a
f2c04ccdad 2021-03-03 287: % graph) to switch to Plot mode. Then
f2c04ccdad 2021-03-03 288: % execute each of the following lines in
f2c04ccdad 2021-03-03 289: % sequence. This is an example straight from
f2c04ccdad 2021-03-03 290: % the gnuplot demonstration samples web
f2c04ccdad 2021-03-03 291: % page.
f2c04ccdad 2021-03-03 292:
f2c04ccdad 2021-03-03 293: set output "3D Log"
f2c04ccdad 2021-03-03 294: set title "3D Log"
f2c04ccdad 2021-03-03 295: set samples 30; set isosamples 30
f2c04ccdad 2021-03-03 296: set hidden3d
f2c04ccdad 2021-03-03 297: set pm3d
f2c04ccdad 2021-03-03 298: set surface
f2c04ccdad 2021-03-03 299: set view 50,220
f2c04ccdad 2021-03-03 300: set xrange [-2:2]
f2c04ccdad 2021-03-03 301: set yrange [-2:2]
f2c04ccdad 2021-03-03 302: splot log(x*x*y*y)
f2c04ccdad 2021-03-03 303:
f2c04ccdad 2021-03-03 304: % As you can see, iCAS accepts gnuplot
f2c04ccdad 2021-03-03 305: % commands directly.
f2c04ccdad 2021-03-03 306: %
f2c04ccdad 2021-03-03 307: % In Text Editor mode, iCAS behaves as a
f2c04ccdad 2021-03-03 308: % plain text editor. Pressing return does not
f2c04ccdad 2021-03-03 309: % invoke either CAS or plot operations. This
f2c04ccdad 2021-03-03 310: % mode is useful for general-purpose text
f2c04ccdad 2021-03-03 311: % editing, to create input files for batch
f2c04ccdad 2021-03-03 312: % execution (described below), to
f2c04ccdad 2021-03-03 313: % create/preview LaTeX documents, etc.
f2c04ccdad 2021-03-03 314: %
f2c04ccdad 2021-03-03 315: % The active file is automatically saved when
f2c04ccdad 2021-03-03 316: % the application is quit/placed in the
f2c04ccdad 2021-03-03 317: % background or when a new file is opened.
f2c04ccdad 2021-03-03 318: %
f2c04ccdad 2021-03-03 319: % There may be times when you need to abort
f2c04ccdad 2021-03-03 320: % the active CAS session. To abort a CAS
f2c04ccdad 2021-03-03 321: % session that is idle, simply use the
f2c04ccdad 2021-03-03 322: % REDUCE "bye" or "quit" command. A
f2c04ccdad 2021-03-03 323: % new session will be automatically restarted.
f2c04ccdad 2021-03-03 324: % To abort a CAS session that is busy, tap
f2c04ccdad 2021-03-03 325: % the "Abort" button that replaces the
f2c04ccdad 2021-03-03 326: % "Settings" button while iCAS is busy. Set
f2c04ccdad 2021-03-03 327: % the mode to CAS mode using the mode
f2c04ccdad 2021-03-03 328: % buttons and go ahead and abort the CAS
f2c04ccdad 2021-03-03 329: % session using the following example that
f2c04ccdad 2021-03-03 330: % intentionally invokes a very long for-loop.
f2c04ccdad 2021-03-03 331:
f2c04ccdad 2021-03-03 332: for i:=0:10000000 do j:=i;
f2c04ccdad 2021-03-03 333:
f2c04ccdad 2021-03-03 334: %%%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 335: % BATCH OPERATION
f2c04ccdad 2021-03-03 336: %
f2c04ccdad 2021-03-03 337: % In addition to the interactive operation
f2c04ccdad 2021-03-03 338: % that we've just used, iCAS supports batch
f2c04ccdad 2021-03-03 339: % execution of entire file contents. That
f2c04ccdad 2021-03-03 340: % is, iCAS can process the entire contents
f2c04ccdad 2021-03-03 341: % of the active file either in CAS mode or
f2c04ccdad 2021-03-03 342: % Plot mode. To do so, use the special
f2c04ccdad 2021-03-03 343: % "BATCH" macro keyboard button. Unlike
f2c04ccdad 2021-03-03 344: % interactive results which are output at the
f2c04ccdad 2021-03-03 345: % current cursor location, CAS mode batch
f2c04ccdad 2021-03-03 346: % execution results are appended to the end
f2c04ccdad 2021-03-03 347: % of the file surrounded by "%%% Begin Batch
f2c04ccdad 2021-03-03 348: % Results" and "%%% End Batch Results" so
f2c04ccdad 2021-03-03 349: % they can be easily located with a quick
f2c04ccdad 2021-03-03 350: % search.
f2c04ccdad 2021-03-03 351: %
f2c04ccdad 2021-03-03 352: % Plot mode results are of course the creation
f2c04ccdad 2021-03-03 353: % of plot files. Note that plot files are
f2c04ccdad 2021-03-03 354: % not automatically shown when they are
f2c04ccdad 2021-03-03 355: % generated in batch mode. To view batch
f2c04ccdad 2021-03-03 356: % generated plot files, please use the files
f2c04ccdad 2021-03-03 357: % picker.
f2c04ccdad 2021-03-03 358: %
f2c04ccdad 2021-03-03 359: % Now, this file contains interactive output
f2c04ccdad 2021-03-03 360: % from the examples that we've run so if you
f2c04ccdad 2021-03-03 361: % process this file in batch mode, it will
f2c04ccdad 2021-03-03 362: % result in errors. Therefore, please try
f2c04ccdad 2021-03-03 363: % batch execution using one of the example
f2c04ccdad 2021-03-03 364: % files.
f2c04ccdad 2021-03-03 365: %
f2c04ccdad 2021-03-03 366: %%%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 367: % FOR MORE INFORMATION
f2c04ccdad 2021-03-03 368: %
f2c04ccdad 2021-03-03 369: % We hope that you found this tutorial
f2c04ccdad 2021-03-03 370: % helpful. You'll find more examples for
f2c04ccdad 2021-03-03 371: % various areas in the files picker. You
f2c04ccdad 2021-03-03 372: % will also find more information in the
f2c04ccdad 2021-03-03 373: % iCAS FAQ at the following URL.
f2c04ccdad 2021-03-03 374: %
f2c04ccdad 2021-03-03 375: % http://alsoftiphone.com/iCAS/faq
f2c04ccdad 2021-03-03 376: %
f2c04ccdad 2021-03-03 377: % Last but not least, if you have any questions
f2c04ccdad 2021-03-03 378: % or feedback, please don't hesitate to contact
f2c04ccdad 2021-03-03 379: % us at support@alsoftiphone.com. You can
f2c04ccdad 2021-03-03 380: % quickly do so by tapping the "Contact
f2c04ccdad 2021-03-03 381: % Support"button at the bottom of the app
f2c04ccdad 2021-03-03 382: % Settings.
f2c04ccdad 2021-03-03 383: %
f2c04ccdad 2021-03-03 384: % We hope that you will find iCAS a useful
f2c04ccdad 2021-03-03 385: % companion for your computation needs.
f2c04ccdad 2021-03-03 386: %
f2c04ccdad 2021-03-03 387: % Best Regards,
f2c04ccdad 2021-03-03 388: % AL Software
f2c04ccdad 2021-03-03 389: %
f2c04ccdad 2021-03-03 390: %%%%%%%%%%%%%%%%%%%%%%