home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / octave-1.1.1-src.lha / octave-1.1.1 / doc / octave.info < prev    next >
Encoding:
GNU Info File  |  1995-02-24  |  6.4 KB  |  211 lines

  1. This is Info file octave.info, produced by Makeinfo-1.55 from the input
  2. file octave.texi.
  3.  
  4.    Copyright (C) 1993, 1994, 1995 John W. Eaton.
  5.  
  6.    Permission is granted to make and distribute verbatim copies of this
  7. manual provided the copyright notice and this permission notice are
  8. preserved on all copies.
  9.  
  10.    Permission is granted to copy and distribute modified versions of
  11. this manual under the conditions for verbatim copying, provided that
  12. the entire resulting derived work is distributed under the terms of a
  13. permission notice identical to this one.
  14.  
  15.    Permission is granted to copy and distribute translations of this
  16. manual into another language, under the above conditions for modified
  17. versions.
  18.  
  19. 
  20. Indirect:
  21. octave.info-1: 707
  22. octave.info-2: 50533
  23. octave.info-3: 99608
  24. octave.info-4: 135634
  25. octave.info-5: 183942
  26. octave.info-6: 228983
  27. octave.info-7: 278027
  28. octave.info-8: 327653
  29. octave.info-9: 375998
  30. octave.info-10: 410505
  31. 
  32. Tag Table:
  33. (Indirect)
  34. Node: Top707
  35. Node: Preface8285
  36. Node: Copying14042
  37. Node: Introduction33212
  38. Node: Running Octave33900
  39. Node: Simple Examples34746
  40. Node: Executable Octave Programs41784
  41. Node: Comments43593
  42. Node: Errors45416
  43. Node: Invoking Octave48184
  44. Node: Command Line Options49015
  45. Node: Startup Files50533
  46. Node: Expressions51996
  47. Node: Constant Expressions52977
  48. Node: Numeric Constants53341
  49. Node: String Constants54743
  50. Node: Matrices57302
  51. Node: Empty Matrices59479
  52. Node: Ranges60785
  53. Node: Variables62371
  54. Node: Index Expressions63940
  55. Node: Data Structures66542
  56. Node: Calling Functions69679
  57. Node: Call by Value72186
  58. Node: Recursion73715
  59. Node: Global Variables75104
  60. Node: Keywords76545
  61. Node: Arithmetic Ops77283
  62. Node: Comparison Ops80565
  63. Node: Boolean Expressions81863
  64. Node: Element-by-element Boolean Operators82104
  65. Node: Short-circuit Boolean Operators84792
  66. Node: Assignment Ops86952
  67. Node: Increment Ops90912
  68. Node: Operator Precedence92804
  69. Node: Statements94839
  70. Node: The if Statement96162
  71. Node: The while Statement99608
  72. Node: The for Statement101762
  73. Node: The break Statement103712
  74. Node: The continue Statement105218
  75. Node: The unwind_protect Statement106519
  76. Node: Continuation Lines107951
  77. Node: Functions and Scripts109458
  78. Node: Defining Functions110112
  79. Node: Multiple Return Values115150
  80. Node: Variable-length Argument Lists117479
  81. Node: Variable-length Return Lists119551
  82. Node: Returning From a Function120603
  83. Node: Function Files121895
  84. Node: Script Files124735
  85. Node: Dynamically Linked Functions128334
  86. Node: Organization of Functions130703
  87. Node: Built-in Variables132472
  88. Node: Predefined Constants133592
  89. Node: User Preferences135634
  90. Node: Other Built-in Variables154270
  91. Node: Summary of Preference Variables155001
  92. Node: Arithmetic157041
  93. Node: Utility Functions157414
  94. Node: Complex Arithmetic160108
  95. Node: Trigonometry160670
  96. Node: Sums and Products161348
  97. Node: Special Functions162706
  98. Node: Linear Algebra164527
  99. Node: Basic Matrix Functions164996
  100. Node: Matrix Factorizations169648
  101. Node: Functions of a Matrix174924
  102. Node: Polynomial Manipulations177188
  103. Node: Nonlinear Equations182205
  104. Node: Differential Equations183568
  105. Node: Ordinary Differential Equations183942
  106. Node: Differential-Algebraic Equations186048
  107. Node: Optimization187689
  108. Node: Quadratic Programming187905
  109. Node: Nonlinear Programming188483
  110. Node: Linear Least Squares189298
  111. Node: Quadrature190677
  112. Node: Functions of one Variable190861
  113. Node: Orthogonal Collocation191824
  114. Node: Control Theory192350
  115. Node: Signal Processing199826
  116. Node: Sets203241
  117. Node: Statistics204053
  118. Node: Plotting206149
  119. Node: Two-Dimensional Plotting206839
  120. Node: Three-Dimensional Plotting216530
  121. Node: Miscellaneous Plotting Functions219105
  122. Node: Image Processing223013
  123. Node: Input and Output227305
  124. Node: Basic Input and Output228983
  125. Node: C-Style I/O Functions237177
  126. Node: Opening and Closing Files238802
  127. Node: Formatted Output240084
  128. Node: Output Conversion Syntax243193
  129. Node: Table of Output Conversions246130
  130. Node: Integer Conversions248291
  131. Node: Floating-Point Conversions250336
  132. Node: Other Output Conversions253161
  133. Node: Formatted Input254218
  134. Node: Input Conversion Syntax256257
  135. Node: Table of Input Conversions258702
  136. Node: Numeric Input Conversions260528
  137. Node: String Input Conversions261555
  138. Node: Binary I/O262573
  139. Node: Other I/O Functions264707
  140. Node: Special Matrices267596
  141. Node: Special Utility Matrices268016
  142. Node: Famous Matrices272367
  143. Node: Matrix Manipulation274604
  144. Node: Finding Elements and Checking Conditions275236
  145. Node: Rearranging Matrices278027
  146. Node: String Functions283115
  147. Node: System Utilities284854
  148. Node: Timing Utilities285449
  149. Node: Interacting with the OS287682
  150. Node: System Information290362
  151. Node: Other Functions291014
  152. Node: Command History Functions291529
  153. Node: Help294587
  154. Node: Programming Utilities295475
  155. Node: Evaluating Strings as Commands295686
  156. Node: Miscellaneous Utilities298602
  157. Node: Amusements307752
  158. Node: Installation308231
  159. Node: Installation Problems313556
  160. Node: Binary Distributions319590
  161. Node: Installing Octave from a Binary Distribution319916
  162. Node: Creating a Binary Distribution321781
  163. Node: Trouble322521
  164. Node: Actual Bugs323253
  165. Node: Reporting Bugs326293
  166. Node: Bug Criteria327653
  167. Node: Bug Lists328873
  168. Node: Bug Reporting329857
  169. Node: Sending Patches335230
  170. Node: Service338049
  171. Node: Command Line Editing338660
  172. Node: Introduction and Notation339451
  173. Node: Readline Interaction340500
  174. Node: Readline Bare Essentials341657
  175. Node: Readline Movement Commands343191
  176. Node: Readline Killing Commands344080
  177. Node: Readline Arguments345721
  178. Node: Readline Init File346697
  179. Node: Readline Init Syntax347565
  180. Node: Commands For Moving351577
  181. Node: Commands For History352229
  182. Node: Commands For Text353301
  183. Node: Commands For Killing354966
  184. Node: Numeric Arguments356091
  185. Node: Commands For Completion356532
  186. Node: Miscellaneous Commands357256
  187. Node: Readline Vi Mode358092
  188. Node: Using Info358804
  189. Node: Cursor Commands360106
  190. Node: Scrolling Commands362771
  191. Node: Node Commands365252
  192. Node: Searching Commands369262
  193. Node: Xref Commands370873
  194. Node: Parts of an Xref371495
  195. Node: Selecting Xrefs373462
  196. Node: Window Commands375053
  197. Node: The Mode Line375998
  198. Node: Basic Windows377670
  199. Node: The Echo Area380202
  200. Node: Printing Nodes384388
  201. Node: Other Info Commands385035
  202. Node: Info Variables388275
  203. Node: Concept Index394439
  204. Node: Variable Index406911
  205. Node: Function Index410505
  206. Node: Operator Index430631
  207. Node: Readline Index433106
  208. Node: Info Index436132
  209. 
  210. End Tag Table
  211.