reduce.idx 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. \indexentry{Introduction}{13}
  2. \indexentry{WS@{\tt WS}}{15}
  3. \indexentry{Program structure}{17}
  4. \indexentry{Character set}{17}
  5. \indexentry{Exclamation mark}{17}
  6. \indexentry{Number}{17}
  7. \indexentry{Real}{18}
  8. \indexentry{SCIENTIFIC\underscore NOTATION@{\tt SCIENTIFIC\underscore NOTATION}}{18}
  9. \indexentry{Number}{18}
  10. \indexentry{Identifier}{19}
  11. \indexentry{Real}{19}
  12. \indexentry{Variable}{20}
  13. \indexentry{Reserved variable}{20}
  14. \indexentry{E@{\tt E}}{20}
  15. \indexentry{ROUNDED@{\tt ROUNDED}}{20}
  16. \indexentry{Numerical precision}{20}
  17. \indexentry{I@{\tt I}}{20}
  18. \indexentry{INFINITY@{\tt INFINITY}}{20}
  19. \indexentry{PI@{\tt PI}}{20}
  20. \indexentry{T@{\tt T}}{20}
  21. \indexentry{Reserved variable}{20}
  22. \indexentry{String}{21}
  23. \indexentry{Program}{21}
  24. \indexentry{COMMENT@{\tt COMMENT}}{21}
  25. \indexentry{Percent sign}{21}
  26. \indexentry{Operator}{22}
  27. \indexentry{Infix operator}{22}
  28. \indexentry{Prefix operator}{22}
  29. \indexentry{Infix operator}{22}
  30. \indexentry{Infix operator}{22}
  31. \indexentry{Operator}{22}
  32. \indexentry{Prefix operator}{23}
  33. \indexentry{Operator precedence}{23}
  34. \indexentry{Infix operator}{23}
  35. \indexentry{Infix operator}{23}
  36. \indexentry{Infix operator}{23}
  37. \indexentry{Operator}{24}
  38. \indexentry{Operator}{24}
  39. \indexentry{Operator precedence}{24}
  40. \indexentry{Infix operator}{24}
  41. \indexentry{Expression}{25}
  42. \indexentry{Scalar}{25}
  43. \indexentry{Scalar}{25}
  44. \indexentry{Simplification}{26}
  45. \indexentry{Simplification}{26}
  46. \indexentry{ROUNDED@{\tt ROUNDED}}{26}
  47. \indexentry{Integer}{26}
  48. \indexentry{Boolean}{27}
  49. \indexentry{EVENP@{\tt EVENP}}{27}
  50. \indexentry{FIXP@{\tt FIXP}}{27}
  51. \indexentry{FREEOF@{\tt FREEOF}}{27}
  52. \indexentry{NUMBERP@{\tt NUMBERP}}{27}
  53. \indexentry{ORDP@{\tt ORDP}}{27}
  54. \indexentry{PRIMEP@{\tt PRIMEP}}{27}
  55. \indexentry{Equation}{28}
  56. \indexentry{SUB@{\tt SUB}}{29}
  57. \indexentry{EVALLHSEQP@{\tt EVALLHSEQP}}{29}
  58. \indexentry{LHS@{\tt LHS}}{29}
  59. \indexentry{RHS@{\tt RHS}}{29}
  60. \indexentry{Equation}{29}
  61. \indexentry{Proper statement}{29}
  62. \indexentry{Side effect}{29}
  63. \indexentry{Proper statement}{29}
  64. \indexentry{List}{31}
  65. \indexentry{List operation}{31}
  66. \indexentry{PART@{\tt PART}}{31}
  67. \indexentry{LENGTH@{\tt LENGTH}}{31}
  68. \indexentry{FIRST@{\tt FIRST}}{32}
  69. \indexentry{SECOND@{\tt SECOND}}{32}
  70. \indexentry{THIRD@{\tt THIRD}}{32}
  71. \indexentry{REST@{\tt REST}}{32}
  72. \indexentry{. (CONS)@{\tt . (CONS)}}{32}
  73. \indexentry{APPEND@{\tt APPEND}}{32}
  74. \indexentry{REVERSE@{\tt REVERSE}}{33}
  75. \indexentry{List operation}{33}
  76. \indexentry{LISTARGS@{\tt LISTARGS}}{33}
  77. \indexentry{LISTARGP@{\tt LISTARGP}}{33}
  78. \indexentry{Statement}{35}
  79. \indexentry{Proper statement}{35}
  80. \indexentry{Terminator}{35}
  81. \indexentry{Semicolon}{35}
  82. \indexentry{Dollar sign}{35}
  83. \indexentry{Proper statement}{35}
  84. \indexentry{Proper statement}{35}
  85. \indexentry{Assignment}{36}
  86. \indexentry{Assignment}{36}
  87. \indexentry{Assignment}{36}
  88. \indexentry{Multiple assignment statement}{36}
  89. \indexentry{Assignment}{36}
  90. \indexentry{SET@{\tt SET}}{36}
  91. \indexentry{Group statement}{37}
  92. \indexentry{IF@{\tt IF}}{37}
  93. \indexentry{Conditional statement}{37}
  94. \indexentry{Group statement}{37}
  95. \indexentry{IF@{\tt IF}}{37}
  96. \indexentry{Conditional statement}{38}
  97. \indexentry{Loop}{38}
  98. \indexentry{UNTIL@{\tt UNTIL}}{38}
  99. \indexentry{DO@{\tt DO}}{38}
  100. \indexentry{PRODUCT@{\tt PRODUCT}}{38}
  101. \indexentry{SUM@{\tt SUM}}{38}
  102. \indexentry{COLLECT@{\tt COLLECT}}{38}
  103. \indexentry{JOIN@{\tt JOIN}}{38}
  104. \indexentry{Assignment}{39}
  105. \indexentry{FOR EACH@{\tt FOR EACH}}{39}
  106. \indexentry{DO@{\tt DO}}{39}
  107. \indexentry{PRODUCT@{\tt PRODUCT}}{39}
  108. \indexentry{SUM@{\tt SUM}}{39}
  109. \indexentry{DO@{\tt DO}}{39}
  110. \indexentry{Loop}{39}
  111. \indexentry{SUM@{\tt SUM}}{39}
  112. \indexentry{PRODUCT@{\tt PRODUCT}}{39}
  113. \indexentry{FOR EACH@{\tt FOR EACH}}{39}
  114. \indexentry{FOR EACH@{\tt FOR EACH}}{39}
  115. \indexentry{FOR EACH@{\tt FOR EACH}}{40}
  116. \indexentry{WHILE@{\tt WHILE}}{40}
  117. \indexentry{DO@{\tt DO}}{40}
  118. \indexentry{REPEAT@{\tt REPEAT}}{41}
  119. \indexentry{Compound statement}{41}
  120. \indexentry{Group statement}{41}
  121. \indexentry{WHILE@{\tt WHILE}}{42}
  122. \indexentry{REPEAT@{\tt REPEAT}}{42}
  123. \indexentry{BEGIN \dots END@{\tt BEGIN \dots END}}{42}
  124. \indexentry{Block}{42}
  125. \indexentry{SCALAR@{\tt SCALAR}}{42}
  126. \indexentry{INTEGER@{\tt INTEGER}}{42}
  127. \indexentry{REAL@{\tt REAL}}{42}
  128. \indexentry{SCALAR@{\tt SCALAR}}{42}
  129. \indexentry{RETURN@{\tt RETURN}}{42}
  130. \indexentry{BEGIN \dots END@{\tt BEGIN \dots END}}{43}
  131. \indexentry{Assignment}{43}
  132. \indexentry{WHILE@{\tt WHILE}}{43}
  133. \indexentry{REPEAT@{\tt REPEAT}}{43}
  134. \indexentry{Label}{43}
  135. \indexentry{GO TO@{\tt GO TO}}{43}
  136. \indexentry{Compound statement}{43}
  137. \indexentry{RETURN@{\tt RETURN}}{43}
  138. \indexentry{Label}{43}
  139. \indexentry{GO TO@{\tt GO TO}}{43}
  140. \indexentry{BEGIN \dots END@{\tt BEGIN \dots END}}{44}
  141. \indexentry{RETURN@{\tt RETURN}}{44}
  142. \indexentry{RETURN@{\tt RETURN}}{44}
  143. \indexentry{Block}{44}
  144. \indexentry{BEGIN \dots END@{\tt BEGIN \dots END}}{44}
  145. \indexentry{FOR@{\tt FOR}}{45}
  146. \indexentry{WHILE@{\tt WHILE}}{45}
  147. \indexentry{REPEAT@{\tt REPEAT}}{45}
  148. \indexentry{Command}{47}
  149. \indexentry{Declaration}{47}
  150. \indexentry{ARRAY@{\tt ARRAY}}{47}
  151. \indexentry{LENGTH@{\tt LENGTH}}{48}
  152. \indexentry{Instant evaluation}{48}
  153. \indexentry{Mode}{48}
  154. \indexentry{ON@{\tt ON}}{48}
  155. \indexentry{OFF@{\tt OFF}}{48}
  156. \indexentry{Switch}{48}
  157. \indexentry{TIME@{\tt TIME}}{48}
  158. \indexentry{DEMO@{\tt DEMO}}{48}
  159. \indexentry{ON@{\tt ON}}{49}
  160. \indexentry{OFF@{\tt OFF}}{49}
  161. \indexentry{Switch}{49}
  162. \indexentry{END@{\tt END}}{49}
  163. \indexentry{BYE@{\tt BYE}}{49}
  164. \indexentry{QUIT@{\tt QUIT}}{49}
  165. \indexentry{SHOWTIME@{\tt SHOWTIME}}{49}
  166. \indexentry{DEFINE@{\tt DEFINE}}{49}
  167. \indexentry{DEFINE@{\tt DEFINE}}{50}
  168. \indexentry{Prefix}{51}
  169. \indexentry{Numerical operator}{51}
  170. \indexentry{ABS@{\tt ABS}}{51}
  171. \indexentry{CEILING@{\tt CEILING}}{52}
  172. \indexentry{CONJ@{\tt CONJ}}{52}
  173. \indexentry{REPART@{\tt REPART}}{52}
  174. \indexentry{IMPART@{\tt IMPART}}{52}
  175. \indexentry{FACTORIAL@{\tt FACTORIAL}}{52}
  176. \indexentry{FIX@{\tt FIX}}{52}
  177. \indexentry{FLOOR@{\tt FLOOR}}{53}
  178. \indexentry{IMPART@{\tt IMPART}}{53}
  179. \indexentry{REPART@{\tt REPART}}{53}
  180. \indexentry{MAX@{\tt MAX}}{53}
  181. \indexentry{MIN@{\tt MIN}}{53}
  182. \indexentry{NEXTPRIME@{\tt NEXTPRIME}}{53}
  183. \indexentry{RANDOM@{\tt RANDOM}}{54}
  184. \indexentry{RANDOM\underscore NEW\underscore SEED@{\tt RANDOM\underscore NEW\underscore SEED}}{54}
  185. \indexentry{REPART@{\tt REPART}}{54}
  186. \indexentry{IMPART@{\tt IMPART}}{54}
  187. \indexentry{ROUND@{\tt ROUND}}{55}
  188. \indexentry{SIGN@{\tt SIGN}}{55}
  189. \indexentry{Mathematical function}{55}
  190. \indexentry{ACOS@{\tt ACOS}}{55}
  191. \indexentry{ACOSH@{\tt ACOSH}}{55}
  192. \indexentry{ACOT@{\tt ACOT}}{55}
  193. \indexentry{ACOTH@{\tt ACOTH}}{55}
  194. \indexentry{ACSC@{\tt ACSC}}{55}
  195. \indexentry{ACSCH@{\tt ACSCH}}{55}
  196. \indexentry{ASEC@{\tt ASEC}}{55}
  197. \indexentry{ASECH@{\tt ASECH}}{55}
  198. \indexentry{ASIN@{\tt ASIN}}{55}
  199. \indexentry{ASINH@{\tt ASINH}}{55}
  200. \indexentry{ATAN@{\tt ATAN}}{55}
  201. \indexentry{ATANH@{\tt ATANH}}{55}
  202. \indexentry{ATAN2@{\tt ATAN2}}{55}
  203. \indexentry{COS@{\tt COS}}{55}
  204. \indexentry{COSH@{\tt COSH}}{55}
  205. \indexentry{COT@{\tt COT}}{55}
  206. \indexentry{COTH@{\tt COTH}}{55}
  207. \indexentry{CSC@{\tt CSC}}{55}
  208. \indexentry{CSCH@{\tt CSCH}}{55}
  209. \indexentry{DILOG@{\tt DILOG}}{55}
  210. \indexentry{Ei@{\tt Ei}}{55}
  211. \indexentry{EXP@{\tt EXP}}{55}
  212. \indexentry{HYPOT@{\tt HYPOT}}{55}
  213. \indexentry{LN@{\tt LN}}{55}
  214. \indexentry{LOG@{\tt LOG}}{55}
  215. \indexentry{LOGB@{\tt LOGB}}{55}
  216. \indexentry{LOG10@{\tt LOG10}}{55}
  217. \indexentry{SEC@{\tt SEC}}{55}
  218. \indexentry{SECH@{\tt SECH}}{55}
  219. \indexentry{SIN@{\tt SIN}}{55}
  220. \indexentry{SINH@{\tt SINH}}{55}
  221. \indexentry{SQRT@{\tt SQRT}}{55}
  222. \indexentry{TAN@{\tt TAN}}{55}
  223. \indexentry{TANH@{\tt TANH}}{55}
  224. \indexentry{TRIGSIMP@{\tt TRIGSIMP}}{56}
  225. \indexentry{SPECFN@{\tt SPECFN}}{57}
  226. \indexentry{LET@{\tt LET}}{57}
  227. \indexentry{EXPANDLOGS@{\tt EXPANDLOGS}}{57}
  228. \indexentry{COMBINELOGS@{\tt COMBINELOGS}}{57}
  229. \indexentry{COMBINEEXPT@{\tt COMBINEEXPT}}{57}
  230. \indexentry{PRECISE@{\tt PRECISE}}{58}
  231. \indexentry{ROUNDED@{\tt ROUNDED}}{58}
  232. \indexentry{ACOS@{\tt ACOS}}{58}
  233. \indexentry{ACOSH@{\tt ACOSH}}{58}
  234. \indexentry{ACOT@{\tt ACOT}}{58}
  235. \indexentry{ACOTH@{\tt ACOTH}}{58}
  236. \indexentry{ACSC@{\tt ACSC}}{58}
  237. \indexentry{ACSCH@{\tt ACSCH}}{58}
  238. \indexentry{ASEC@{\tt ASEC}}{58}
  239. \indexentry{ASECH@{\tt ASECH}}{58}
  240. \indexentry{ASIN@{\tt ASIN}}{58}
  241. \indexentry{ASINH@{\tt ASINH}}{58}
  242. \indexentry{ATAN@{\tt ATAN}}{58}
  243. \indexentry{ATANH@{\tt ATANH}}{58}
  244. \indexentry{ATAN2@{\tt ATAN2}}{58}
  245. \indexentry{COS@{\tt COS}}{58}
  246. \indexentry{COSH@{\tt COSH}}{58}
  247. \indexentry{COT@{\tt COT}}{58}
  248. \indexentry{COTH@{\tt COTH}}{58}
  249. \indexentry{CSC@{\tt CSC}}{58}
  250. \indexentry{CSCH@{\tt CSCH}}{58}
  251. \indexentry{EXP@{\tt EXP}}{58}
  252. \indexentry{HYPOT@{\tt HYPOT}}{58}
  253. \indexentry{LN@{\tt LN}}{58}
  254. \indexentry{LOG@{\tt LOG}}{58}
  255. \indexentry{LOGB@{\tt LOGB}}{58}
  256. \indexentry{LOG10@{\tt LOG10}}{58}
  257. \indexentry{SEC@{\tt SEC}}{58}
  258. \indexentry{SECH@{\tt SECH}}{58}
  259. \indexentry{SIN@{\tt SIN}}{58}
  260. \indexentry{SINH@{\tt SINH}}{58}
  261. \indexentry{SQRT@{\tt SQRT}}{58}
  262. \indexentry{TAN@{\tt TAN}}{58}
  263. \indexentry{TANH@{\tt TANH}}{58}
  264. \indexentry{DF@{\tt DF}}{59}
  265. \indexentry{Differentiation}{59}
  266. \indexentry{LET@{\tt LET}}{59}
  267. \indexentry{DF@{\tt DF}}{60}
  268. \indexentry{Differentiation}{60}
  269. \indexentry{INT@{\tt INT}}{60}
  270. \indexentry{Integration}{60}
  271. \indexentry{Indefinite integration}{60}
  272. \indexentry{EXP@{\tt EXP}}{61}
  273. \indexentry{ERF@{\tt ERF}}{61}
  274. \indexentry{TAN@{\tt TAN}}{61}
  275. \indexentry{ATAN@{\tt ATAN}}{61}
  276. \indexentry{LOG@{\tt LOG}}{61}
  277. \indexentry{DILOG@{\tt DILOG}}{61}
  278. \indexentry{LENGTH@{\tt LENGTH}}{62}
  279. \indexentry{MAP@{\tt MAP}}{62}
  280. \indexentry{MKID@{\tt MKID}}{63}
  281. \indexentry{SET@{\tt SET}}{63}
  282. \indexentry{PF@{\tt PF}}{64}
  283. \indexentry{SELECT@{\tt SELECT}}{65}
  284. \indexentry{map@{\tt map}}{65}
  285. \indexentry{list@{\tt list}}{65}
  286. \indexentry{SOLVE@{\tt SOLVE}}{65}
  287. \indexentry{SOLVE@{\tt SOLVE}}{66}
  288. \indexentry{Lambert's W}{66}
  289. \indexentry{CRAMER@{\tt CRAMER}}{66}
  290. \indexentry{Groebner}{66}
  291. \indexentry{ROOT\underscore OF@{\tt ROOT\underscore OF}}{66}
  292. \indexentry{SOLVE@{\tt SOLVE}}{66}
  293. \indexentry{MULTIPLICITIES@{\tt MULTIPLICITIES}}{67}
  294. \indexentry{ROOT\underscore OF@{\tt ROOT\underscore OF}}{67}
  295. \indexentry{ONE\underscore OF@{\tt ONE\underscore OF}}{67}
  296. \indexentry{EXPAND\underscore CASES@{\tt EXPAND\underscore CASES}}{67}
  297. \indexentry{FULLROOTS@{\tt FULLROOTS}}{68}
  298. \indexentry{TRIGFORM@{\tt TRIGFORM}}{68}
  299. \indexentry{SOLVESINGULAR@{\tt SOLVESINGULAR}}{70}
  300. \indexentry{ALLBRANCH@{\tt ALLBRANCH}}{70}
  301. \indexentry{ARBVARS@{\tt ARBVARS}}{70}
  302. \indexentry{SOLVE@{\tt SOLVE}}{70}
  303. \indexentry{LET@{\tt LET}}{71}
  304. \indexentry{requirements@{\tt requirements}}{71}
  305. \indexentry{assumptions@{\tt assumptions}}{72}
  306. \indexentry{varopt@{\tt varopt}}{73}
  307. \indexentry{depend}{73}
  308. \indexentry{Even operator}{74}
  309. \indexentry{Odd operator}{74}
  310. \indexentry{EVEN@{\tt EVEN}}{74}
  311. \indexentry{ODD@{\tt ODD}}{74}
  312. \indexentry{NONZERO@{\tt NONZERO}}{74}
  313. \indexentry{Linear operator}{75}
  314. \indexentry{LINEAR@{\tt LINEAR}}{75}
  315. \indexentry{Linear operator}{75}
  316. \indexentry{Integration}{75}
  317. \indexentry{Non-commuting operator}{76}
  318. \indexentry{NONCOM@{\tt NONCOM}}{76}
  319. \indexentry{LET@{\tt LET}}{76}
  320. \indexentry{ORDP@{\tt ORDP}}{76}
  321. \indexentry{SYMMETRIC@{\tt SYMMETRIC}}{76}
  322. \indexentry{ANTISYMMETRIC@{\tt ANTISYMMETRIC}}{76}
  323. \indexentry{Prefix}{77}
  324. \indexentry{LET@{\tt LET}}{77}
  325. \indexentry{INFIX@{\tt INFIX}}{77}
  326. \indexentry{PRECEDENCE@{\tt PRECEDENCE}}{77}
  327. \indexentry{Prefix}{78}
  328. \indexentry{LET@{\tt LET}}{78}
  329. \indexentry{Differentiation}{78}
  330. \indexentry{Linear operator}{78}
  331. \indexentry{DEPEND@{\tt DEPEND}}{78}
  332. \indexentry{NODEPEND@{\tt NODEPEND}}{78}
  333. \indexentry{Display}{81}
  334. \indexentry{Structuring}{81}
  335. \indexentry{Kernel}{81}
  336. \indexentry{Simplification}{81}
  337. \indexentry{Canonical form}{81}
  338. \indexentry{Canonical form}{81}
  339. \indexentry{DET@{\tt DET}}{81}
  340. \indexentry{Kernel}{81}
  341. \indexentry{INTSTR@{\tt INTSTR}}{82}
  342. \indexentry{kernel form}{82}
  343. \indexentry{Workspace}{82}
  344. \indexentry{SAVEAS@{\tt SAVEAS}}{83}
  345. \indexentry{OUTPUT@{\tt OUTPUT}}{83}
  346. \indexentry{Output declaration}{84}
  347. \indexentry{LINELENGTH@{\tt LINELENGTH}}{84}
  348. \indexentry{PRI@{\tt PRI}}{84}
  349. \indexentry{Output declaration}{84}
  350. \indexentry{ORDER@{\tt ORDER}}{84}
  351. \indexentry{ORDER@{\tt ORDER}}{84}
  352. \indexentry{Kernel}{85}
  353. \indexentry{FACTOR@{\tt FACTOR}}{85}
  354. \indexentry{REMFAC@{\tt REMFAC}}{85}
  355. \indexentry{ALLFAC@{\tt ALLFAC}}{85}
  356. \indexentry{DIV@{\tt DIV}}{86}
  357. \indexentry{LIST@{\tt LIST}}{86}
  358. \indexentry{NOSPLIT@{\tt NOSPLIT}}{86}
  359. \indexentry{RAT@{\tt RAT}}{87}
  360. \indexentry{ALLFAC@{\tt ALLFAC}}{88}
  361. \indexentry{RATPRI@{\tt RATPRI}}{88}
  362. \indexentry{REVPRI@{\tt REVPRI}}{88}
  363. \indexentry{WRITE@{\tt WRITE}}{89}
  364. \indexentry{Output}{89}
  365. \indexentry{NERO@{\tt NERO}}{91}
  366. \indexentry{ROUNDED@{\tt ROUNDED}}{91}
  367. \indexentry{FORTRAN}{91}
  368. \indexentry{FORT@{\tt FORT}}{91}
  369. \indexentry{CARD\underscore NO@{\tt CARD\underscore NO}}{91}
  370. \indexentry{Output}{93}
  371. \indexentry{FORTRAN}{93}
  372. \indexentry{FORT\underscore WIDTH@{\tt FORT\underscore WIDTH}}{93}
  373. \indexentry{PERIOD@{\tt PERIOD}}{93}
  374. \indexentry{FORTUPPER@{\tt FORTUPPER}}{93}
  375. \indexentry{VARNAME@{\tt VARNAME}}{94}
  376. \indexentry{Saving an expression}{94}
  377. \indexentry{NAT@{\tt NAT}}{94}
  378. \indexentry{Displaying structure}{94}
  379. \indexentry{STRUCTR@{\tt STRUCTR}}{94}
  380. \indexentry{VARNAME@{\tt VARNAME}}{94}
  381. \indexentry{STRUCTR@{\tt STRUCTR}}{96}
  382. \indexentry{SAVESTRUCTR@{\tt SAVESTRUCTR}}{96}
  383. \indexentry{PART@{\tt PART}}{96}
  384. \indexentry{KORDER@{\tt KORDER}}{97}
  385. \indexentry{Kernel}{97}
  386. \indexentry{ORDER@{\tt ORDER}}{97}
  387. \indexentry{COEFF@{\tt COEFF}}{97}
  388. \indexentry{RATARG@{\tt RATARG}}{98}
  389. \indexentry{HIGH\underscore POW@{\tt HIGH\underscore POW}}{98}
  390. \indexentry{LOW\underscore POW@{\tt LOW\underscore POW}}{98}
  391. \indexentry{COEFFN@{\tt COEFFN}}{98}
  392. \indexentry{PART@{\tt PART}}{98}
  393. \indexentry{ARGLENGTH@{\tt ARGLENGTH}}{99}
  394. \indexentry{Instant evaluation}{100}
  395. \indexentry{Polynomial}{101}
  396. \indexentry{Rational function}{101}
  397. \indexentry{LENGTH@{\tt LENGTH}}{101}
  398. \indexentry{DEN@{\tt DEN}}{101}
  399. \indexentry{EXP@{\tt EXP}}{102}
  400. \indexentry{Factorization}{102}
  401. \indexentry{FACTOR@{\tt FACTOR}}{102}
  402. \indexentry{FACTORIZE@{\tt FACTORIZE}}{103}
  403. \indexentry{LENGTH@{\tt LENGTH}}{103}
  404. \indexentry{IFACTOR@{\tt IFACTOR}}{103}
  405. \indexentry{FACTOR@{\tt FACTOR}}{103}
  406. \indexentry{FACTORIZE@{\tt FACTORIZE}}{103}
  407. \indexentry{TRFAC@{\tt TRFAC}}{104}
  408. \indexentry{MCD@{\tt MCD}}{104}
  409. \indexentry{GCD@{\tt GCD}}{105}
  410. \indexentry{EXP@{\tt EXP}}{105}
  411. \indexentry{GCD@{\tt GCD}}{105}
  412. \indexentry{EZGCD@{\tt EZGCD}}{105}
  413. \indexentry{LCM@{\tt LCM}}{106}
  414. \indexentry{LCM@{\tt LCM}}{106}
  415. \indexentry{MCD@{\tt MCD}}{106}
  416. \indexentry{MCD@{\tt MCD}}{106}
  417. \indexentry{REMAINDER@{\tt REMAINDER}}{106}
  418. \indexentry{PSEUDO\underscore REMAINDER@{\tt PSEUDO\underscore REMAINDER}}{107}
  419. \indexentry{PSEUDO\underscore DIVIDE@{\tt PSEUDO\underscore DIVIDE}}{107}
  420. \indexentry{RESULTANT@{\tt RESULTANT}}{107}
  421. \indexentry{Bezout@{\tt Bezout}}{107}
  422. \indexentry{DECOMPOSE@{\tt DECOMPOSE}}{108}
  423. \indexentry{INTERPOL@{\tt INTERPOL}}{109}
  424. \indexentry{RATARG@{\tt RATARG}}{109}
  425. \indexentry{DEG@{\tt DEG}}{109}
  426. \indexentry{Degree}{110}
  427. \indexentry{DEN@{\tt DEN}}{110}
  428. \indexentry{LCOF@{\tt LCOF}}{110}
  429. \indexentry{Leading coefficient}{110}
  430. \indexentry{LPOWER@{\tt LPOWER}}{111}
  431. \indexentry{LTERM@{\tt LTERM}}{111}
  432. \indexentry{MAINVAR@{\tt MAINVAR}}{111}
  433. \indexentry{NUM@{\tt NUM}}{112}
  434. \indexentry{REDUCT@{\tt REDUCT}}{112}
  435. \indexentry{Coefficient}{113}
  436. \indexentry{Real coefficient}{113}
  437. \indexentry{DIV@{\tt DIV}}{113}
  438. \indexentry{Coefficient}{113}
  439. \indexentry{Rational coefficient}{113}
  440. \indexentry{RATIONAL@{\tt RATIONAL}}{113}
  441. \indexentry{Coefficient}{113}
  442. \indexentry{Real coefficient}{113}
  443. \indexentry{ROUNDED@{\tt ROUNDED}}{113}
  444. \indexentry{PRECISION@{\tt PRECISION}}{113}
  445. \indexentry{ROUNDBF@{\tt ROUNDBF}}{114}
  446. \indexentry{PRINT\underscore PRECISION@{\tt PRINT\underscore PRECISION}}{114}
  447. \indexentry{NOCONVERT@{\tt NOCONVERT}}{114}
  448. \indexentry{BFSPACE@{\tt BFSPACE}}{114}
  449. \indexentry{ADJPREC@{\tt ADJPREC}}{114}
  450. \indexentry{ROUNDALL@{\tt ROUNDALL}}{114}
  451. \indexentry{Coefficient}{115}
  452. \indexentry{Modular coefficient}{115}
  453. \indexentry{SETMOD@{\tt SETMOD}}{115}
  454. \indexentry{MODULAR@{\tt MODULAR}}{115}
  455. \indexentry{BALANCED\underscore MOD@{\tt BALANCED\underscore MOD}}{115}
  456. \indexentry{Coefficient}{115}
  457. \indexentry{Complex coefficient}{115}
  458. \indexentry{COMPLEX@{\tt COMPLEX}}{116}
  459. \indexentry{RATIONALIZE@{\tt RATIONALIZE}}{116}
  460. \indexentry{Substitution}{117}
  461. \indexentry{SUB@{\tt SUB}}{117}
  462. \indexentry{LET@{\tt LET}}{118}
  463. \indexentry{Asymptotic command}{119}
  464. \indexentry{Instant evaluation}{120}
  465. \indexentry{FOR ALL@{\tt FOR ALL}}{120}
  466. \indexentry{FOR ALL@{\tt FOR ALL}}{121}
  467. \indexentry{SUCH THAT@{\tt SUCH THAT}}{121}
  468. \indexentry{CLEAR@{\tt CLEAR}}{122}
  469. \indexentry{MATCH@{\tt MATCH}}{125}
  470. \indexentry{CLEAR@{\tt CLEAR}}{125}
  471. \indexentry{Rule lists}{125}
  472. \indexentry{WHEN@{\tt WHEN}}{126}
  473. \indexentry{LET@{\tt LET}}{126}
  474. \indexentry{CLEARRULES@{\tt CLEARRULES}}{126}
  475. \indexentry{WHERE@{\tt WHERE}}{127}
  476. \indexentry{SHOWRULES@{\tt SHOWRULES}}{130}
  477. \indexentry{Asymptotic command}{131}
  478. \indexentry{WEIGHT@{\tt WEIGHT}}{132}
  479. \indexentry{WTLEVEL@{\tt WTLEVEL}}{132}
  480. \indexentry{File handling}{133}
  481. \indexentry{IN@{\tt IN}}{133}
  482. \indexentry{OUT@{\tt OUT}}{133}
  483. \indexentry{SHUT@{\tt SHUT}}{133}
  484. \indexentry{IN@{\tt IN}}{133}
  485. \indexentry{Input}{133}
  486. \indexentry{Command terminator}{133}
  487. \indexentry{ECHO@{\tt ECHO}}{133}
  488. \indexentry{OUT@{\tt OUT}}{134}
  489. \indexentry{SHUT@{\tt SHUT}}{134}
  490. \indexentry{SHUT@{\tt SHUT}}{134}
  491. \indexentry{Interactive use}{135}
  492. \indexentry{ERRCONT@{\tt ERRCONT}}{135}
  493. \indexentry{ED@{\tt ED}}{135}
  494. \indexentry{RETRY@{\tt RETRY}}{135}
  495. \indexentry{History}{135}
  496. \indexentry{INPUT@{\tt INPUT}}{136}
  497. \indexentry{WS@{\tt WS}}{136}
  498. \indexentry{DISPLAY@{\tt DISPLAY}}{136}
  499. \indexentry{ED@{\tt ED}}{136}
  500. \indexentry{EDITDEF@{\tt EDITDEF}}{137}
  501. \indexentry{Interactive use}{137}
  502. \indexentry{INT@{\tt INT}}{137}
  503. \indexentry{PAUSE@{\tt PAUSE}}{137}
  504. \indexentry{CONT@{\tt CONT}}{137}
  505. \indexentry{PAUSE@{\tt PAUSE}}{137}
  506. \indexentry{Matrix calculations}{139}
  507. \indexentry{MAT@{\tt MAT}}{139}
  508. \indexentry{MAT@{\tt MAT}}{139}
  509. \indexentry{MATRIX@{\tt MATRIX}}{140}
  510. \indexentry{Instant evaluation}{140}
  511. \indexentry{MAT@{\tt MAT}}{140}
  512. \indexentry{CRAMER@{\tt CRAMER}}{141}
  513. \indexentry{LENGTH@{\tt LENGTH}}{141}
  514. \indexentry{DET@{\tt DET}}{141}
  515. \indexentry{Instant evaluation}{142}
  516. \indexentry{MATEIGEN@{\tt MATEIGEN}}{142}
  517. \indexentry{TP@{\tt TP}}{143}
  518. \indexentry{TRACE@{\tt TRACE}}{143}
  519. \indexentry{COFACTOR@{\tt COFACTOR}}{143}
  520. \indexentry{NULLSPACE@{\tt NULLSPACE}}{143}
  521. \indexentry{RANK@{\tt RANK}}{144}
  522. \indexentry{Matrix assignment}{145}
  523. \indexentry{PROCEDURE@{\tt PROCEDURE}}{147}
  524. \indexentry{Procedure heading}{148}
  525. \indexentry{Call by value}{148}
  526. \indexentry{Procedure body}{149}
  527. \indexentry{Legendre polynomials}{149}
  528. \indexentry{Procedure body}{151}
  529. \indexentry{REDERR@{\tt REDERR}}{151}
  530. \indexentry{LET@{\tt LET}}{151}
  531. \indexentry{Procedure body}{151}
  532. \indexentry{Call by value}{151}
  533. \indexentry{LET@{\tt LET}}{152}
  534. \indexentry{FACTORIAL@{\tt FACTORIAL}}{152}
  535. \indexentry{Function}{153}
  536. \indexentry{REMEMBER@{\tt REMEMBER}}{153}
  537. \indexentry{Symbolic mode}{155}
  538. \indexentry{Lisp}{155}
  539. \indexentry{Algebraic mode}{155}
  540. \indexentry{Symbolic mode}{155}
  541. \indexentry{SYMBOLIC@{\tt SYMBOLIC}}{155}
  542. \indexentry{LISP@{\tt LISP}}{155}
  543. \indexentry{ALGEBRAIC@{\tt ALGEBRAIC}}{155}
  544. \indexentry{EVAL\underscore MODE@{\tt EVAL\underscore MODE}}{155}
  545. \indexentry{Symbolic mode}{156}
  546. \indexentry{QUOTE@{\tt QUOTE}}{157}
  547. \indexentry{LAMBDA@{\tt LAMBDA}}{157}
  548. \indexentry{Assignment}{158}
  549. \indexentry{FOR EACH@{\tt FOR EACH}}{159}
  550. \indexentry{Symbolic procedure}{159}
  551. \indexentry{MACRO@{\tt MACRO}}{159}
  552. \indexentry{EXPR@{\tt EXPR}}{159}
  553. \indexentry{SMACRO@{\tt SMACRO}}{160}
  554. \indexentry{FEXPR@{\tt FEXPR}}{160}
  555. \indexentry{DEFN@{\tt DEFN}}{160}
  556. \indexentry{Mode communication}{160}
  557. \indexentry{Symbolic mode}{160}
  558. \indexentry{Algebraic mode}{160}
  559. \indexentry{SHARE@{\tt SHARE}}{160}
  560. \indexentry{Algebraic mode}{161}
  561. \indexentry{Symbolic mode}{161}
  562. \indexentry{Assignment}{161}
  563. \indexentry{Standard form}{161}
  564. \indexentry{Standard quotient}{161}
  565. \indexentry{Selector}{161}
  566. \indexentry{Constructor}{161}
  567. \indexentry{OPERATOR@{\tt OPERATOR}}{164}
  568. \indexentry{LTERM@{\tt LTERM}}{165}
  569. \indexentry{RLISP88@{\tt RLISP88}}{166}
  570. \indexentry{Dot product}{167}
  571. \indexentry{High energy vector expression}{167}
  572. \indexentry{INDEX@{\tt INDEX}}{168}
  573. \indexentry{REMIND@{\tt REMIND}}{168}
  574. \indexentry{Dirac $\gamma$ matrix}{168}
  575. \indexentry{G@{\tt G}}{168}
  576. \indexentry{EPS@{\tt EPS}}{169}
  577. \indexentry{VECTOR@{\tt VECTOR}}{169}
  578. \indexentry{MASS@{\tt MASS}}{170}
  579. \indexentry{High energy vector expression}{170}
  580. \indexentry{High energy trace}{171}
  581. \indexentry{NOSPUR@{\tt NOSPUR}}{171}
  582. \indexentry{SPUR@{\tt SPUR}}{171}
  583. \indexentry{MASS@{\tt MASS}}{171}
  584. \indexentry{MSHELL@{\tt MSHELL}}{171}
  585. \indexentry{VECDIM@{\tt VECDIM}}{173}
  586. \indexentry{Rlisp}{175}
  587. \indexentry{Compiler}{175}
  588. \indexentry{COMP@{\tt COMP}}{175}
  589. \indexentry{Fast loading of code}{176}
  590. \indexentry{LOAD@{\tt LOAD}}{176}
  591. \indexentry{LOAD\underscore PACKAGE@{\tt LOAD\underscore PACKAGE}}{177}
  592. \indexentry{Cross reference}{177}
  593. \indexentry{CREF@{\tt CREF}}{177}
  594. \indexentry{CREF@{\tt CREF}}{178}
  595. \indexentry{Prettyprinting}{179}
  596. \indexentry{PRET@{\tt PRET}}{179}
  597. \indexentry{MSG@{\tt MSG}}{179}
  598. \indexentry{DEFN@{\tt DEFN}}{179}
  599. \indexentry{PRET@{\tt PRET}}{179}
  600. \indexentry{Prettyprinting}{179}
  601. \indexentry{PRETTYPRINT@{\tt PRETTYPRINT}}{179}
  602. \indexentry{DEFN@{\tt DEFN}}{179}