home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / info / octave.info < prev    next >
Encoding:
GNU Info File  |  1996-10-12  |  6.4 KB  |  211 lines

  1. This is Info file octave.info, produced by Makeinfo-1.64 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: 183930
  26. octave.info-6: 228971
  27. octave.info-7: 278015
  28. octave.info-8: 327641
  29. octave.info-9: 375986
  30. octave.info-10: 424468
  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 Variables154258
  91. Node: Summary of Preference Variables154989
  92. Node: Arithmetic157029
  93. Node: Utility Functions157402
  94. Node: Complex Arithmetic160096
  95. Node: Trigonometry160658
  96. Node: Sums and Products161336
  97. Node: Special Functions162694
  98. Node: Linear Algebra164515
  99. Node: Basic Matrix Functions164984
  100. Node: Matrix Factorizations169636
  101. Node: Functions of a Matrix174912
  102. Node: Polynomial Manipulations177176
  103. Node: Nonlinear Equations182193
  104. Node: Differential Equations183556
  105. Node: Ordinary Differential Equations183930
  106. Node: Differential-Algebraic Equations186036
  107. Node: Optimization187677
  108. Node: Quadratic Programming187893
  109. Node: Nonlinear Programming188471
  110. Node: Linear Least Squares189286
  111. Node: Quadrature190665
  112. Node: Functions of one Variable190849
  113. Node: Orthogonal Collocation191812
  114. Node: Control Theory192338
  115. Node: Signal Processing199814
  116. Node: Sets203229
  117. Node: Statistics204041
  118. Node: Plotting206137
  119. Node: Two-Dimensional Plotting206827
  120. Node: Three-Dimensional Plotting216518
  121. Node: Miscellaneous Plotting Functions219093
  122. Node: Image Processing223001
  123. Node: Input and Output227293
  124. Node: Basic Input and Output228971
  125. Node: C-Style I/O Functions237165
  126. Node: Opening and Closing Files238790
  127. Node: Formatted Output240072
  128. Node: Output Conversion Syntax243181
  129. Node: Table of Output Conversions246118
  130. Node: Integer Conversions248279
  131. Node: Floating-Point Conversions250324
  132. Node: Other Output Conversions253149
  133. Node: Formatted Input254206
  134. Node: Input Conversion Syntax256245
  135. Node: Table of Input Conversions258690
  136. Node: Numeric Input Conversions260516
  137. Node: String Input Conversions261543
  138. Node: Binary I/O262561
  139. Node: Other I/O Functions264695
  140. Node: Special Matrices267584
  141. Node: Special Utility Matrices268004
  142. Node: Famous Matrices272355
  143. Node: Matrix Manipulation274592
  144. Node: Finding Elements and Checking Conditions275224
  145. Node: Rearranging Matrices278015
  146. Node: String Functions283103
  147. Node: System Utilities284842
  148. Node: Timing Utilities285437
  149. Node: Interacting with the OS287670
  150. Node: System Information290350
  151. Node: Other Functions291002
  152. Node: Command History Functions291517
  153. Node: Help294575
  154. Node: Programming Utilities295463
  155. Node: Evaluating Strings as Commands295674
  156. Node: Miscellaneous Utilities298590
  157. Node: Amusements307740
  158. Node: Installation308219
  159. Node: Installation Problems313544
  160. Node: Binary Distributions319578
  161. Node: Installing Octave from a Binary Distribution319904
  162. Node: Creating a Binary Distribution321769
  163. Node: Trouble322509
  164. Node: Actual Bugs323241
  165. Node: Reporting Bugs326281
  166. Node: Bug Criteria327641
  167. Node: Bug Lists328861
  168. Node: Bug Reporting329845
  169. Node: Sending Patches335218
  170. Node: Service338037
  171. Node: Command Line Editing338648
  172. Node: Introduction and Notation339439
  173. Node: Readline Interaction340488
  174. Node: Readline Bare Essentials341645
  175. Node: Readline Movement Commands343179
  176. Node: Readline Killing Commands344068
  177. Node: Readline Arguments345709
  178. Node: Readline Init File346685
  179. Node: Readline Init Syntax347553
  180. Node: Commands For Moving351565
  181. Node: Commands For History352217
  182. Node: Commands For Text353289
  183. Node: Commands For Killing354954
  184. Node: Numeric Arguments356079
  185. Node: Commands For Completion356520
  186. Node: Miscellaneous Commands357244
  187. Node: Readline Vi Mode358080
  188. Node: Using Info358792
  189. Node: Cursor Commands360094
  190. Node: Scrolling Commands362759
  191. Node: Node Commands365240
  192. Node: Searching Commands369250
  193. Node: Xref Commands370861
  194. Node: Parts of an Xref371483
  195. Node: Selecting Xrefs373450
  196. Node: Window Commands375041
  197. Node: The Mode Line375986
  198. Node: Basic Windows377658
  199. Node: The Echo Area380190
  200. Node: Printing Nodes384376
  201. Node: Other Info Commands385023
  202. Node: Info Variables388263
  203. Node: Concept Index394427
  204. Node: Variable Index406338
  205. Node: Function Index411557
  206. Node: Operator Index416777
  207. Node: Readline Index419252
  208. Node: Info Index424468
  209. 
  210. End Tag Table
  211.