123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603 |
- \indexentry{Introduction}{13}
- \indexentry{WS@{\tt WS}}{15}
- \indexentry{Program structure}{17}
- \indexentry{Character set}{17}
- \indexentry{Exclamation mark}{17}
- \indexentry{Number}{17}
- \indexentry{Real}{18}
- \indexentry{SCIENTIFIC\underscore NOTATION@{\tt SCIENTIFIC\underscore NOTATION}}{18}
- \indexentry{Number}{18}
- \indexentry{Identifier}{19}
- \indexentry{Real}{19}
- \indexentry{Variable}{20}
- \indexentry{Reserved variable}{20}
- \indexentry{E@{\tt E}}{20}
- \indexentry{ROUNDED@{\tt ROUNDED}}{20}
- \indexentry{Numerical precision}{20}
- \indexentry{I@{\tt I}}{20}
- \indexentry{INFINITY@{\tt INFINITY}}{20}
- \indexentry{PI@{\tt PI}}{20}
- \indexentry{T@{\tt T}}{20}
- \indexentry{Reserved variable}{20}
- \indexentry{String}{21}
- \indexentry{Program}{21}
- \indexentry{COMMENT@{\tt COMMENT}}{21}
- \indexentry{Percent sign}{21}
- \indexentry{Operator}{22}
- \indexentry{Infix operator}{22}
- \indexentry{Prefix operator}{22}
- \indexentry{Infix operator}{22}
- \indexentry{Infix operator}{22}
- \indexentry{Operator}{22}
- \indexentry{Prefix operator}{23}
- \indexentry{Operator precedence}{23}
- \indexentry{Infix operator}{23}
- \indexentry{Infix operator}{23}
- \indexentry{Infix operator}{23}
- \indexentry{Operator}{24}
- \indexentry{Operator}{24}
- \indexentry{Operator precedence}{24}
- \indexentry{Infix operator}{24}
- \indexentry{Expression}{25}
- \indexentry{Scalar}{25}
- \indexentry{Scalar}{25}
- \indexentry{Simplification}{26}
- \indexentry{Simplification}{26}
- \indexentry{ROUNDED@{\tt ROUNDED}}{26}
- \indexentry{Integer}{26}
- \indexentry{Boolean}{27}
- \indexentry{EVENP@{\tt EVENP}}{27}
- \indexentry{FIXP@{\tt FIXP}}{27}
- \indexentry{FREEOF@{\tt FREEOF}}{27}
- \indexentry{NUMBERP@{\tt NUMBERP}}{27}
- \indexentry{ORDP@{\tt ORDP}}{27}
- \indexentry{PRIMEP@{\tt PRIMEP}}{27}
- \indexentry{Equation}{28}
- \indexentry{SUB@{\tt SUB}}{29}
- \indexentry{EVALLHSEQP@{\tt EVALLHSEQP}}{29}
- \indexentry{LHS@{\tt LHS}}{29}
- \indexentry{RHS@{\tt RHS}}{29}
- \indexentry{Equation}{29}
- \indexentry{Proper statement}{29}
- \indexentry{Side effect}{29}
- \indexentry{Proper statement}{29}
- \indexentry{List}{31}
- \indexentry{List operation}{31}
- \indexentry{PART@{\tt PART}}{31}
- \indexentry{LENGTH@{\tt LENGTH}}{31}
- \indexentry{FIRST@{\tt FIRST}}{32}
- \indexentry{SECOND@{\tt SECOND}}{32}
- \indexentry{THIRD@{\tt THIRD}}{32}
- \indexentry{REST@{\tt REST}}{32}
- \indexentry{. (CONS)@{\tt . (CONS)}}{32}
- \indexentry{APPEND@{\tt APPEND}}{32}
- \indexentry{REVERSE@{\tt REVERSE}}{33}
- \indexentry{List operation}{33}
- \indexentry{LISTARGS@{\tt LISTARGS}}{33}
- \indexentry{LISTARGP@{\tt LISTARGP}}{33}
- \indexentry{Statement}{35}
- \indexentry{Proper statement}{35}
- \indexentry{Terminator}{35}
- \indexentry{Semicolon}{35}
- \indexentry{Dollar sign}{35}
- \indexentry{Proper statement}{35}
- \indexentry{Proper statement}{35}
- \indexentry{Assignment}{36}
- \indexentry{Assignment}{36}
- \indexentry{Assignment}{36}
- \indexentry{Multiple assignment statement}{36}
- \indexentry{Assignment}{36}
- \indexentry{SET@{\tt SET}}{36}
- \indexentry{Group statement}{37}
- \indexentry{IF@{\tt IF}}{37}
- \indexentry{Conditional statement}{37}
- \indexentry{Group statement}{37}
- \indexentry{IF@{\tt IF}}{37}
- \indexentry{Conditional statement}{38}
- \indexentry{Loop}{38}
- \indexentry{UNTIL@{\tt UNTIL}}{38}
- \indexentry{DO@{\tt DO}}{38}
- \indexentry{PRODUCT@{\tt PRODUCT}}{38}
- \indexentry{SUM@{\tt SUM}}{38}
- \indexentry{COLLECT@{\tt COLLECT}}{38}
- \indexentry{JOIN@{\tt JOIN}}{38}
- \indexentry{Assignment}{39}
- \indexentry{FOR EACH@{\tt FOR EACH}}{39}
- \indexentry{DO@{\tt DO}}{39}
- \indexentry{PRODUCT@{\tt PRODUCT}}{39}
- \indexentry{SUM@{\tt SUM}}{39}
- \indexentry{DO@{\tt DO}}{39}
- \indexentry{Loop}{39}
- \indexentry{SUM@{\tt SUM}}{39}
- \indexentry{PRODUCT@{\tt PRODUCT}}{39}
- \indexentry{FOR EACH@{\tt FOR EACH}}{39}
- \indexentry{FOR EACH@{\tt FOR EACH}}{39}
- \indexentry{FOR EACH@{\tt FOR EACH}}{40}
- \indexentry{WHILE@{\tt WHILE}}{40}
- \indexentry{DO@{\tt DO}}{40}
- \indexentry{REPEAT@{\tt REPEAT}}{41}
- \indexentry{Compound statement}{41}
- \indexentry{Group statement}{41}
- \indexentry{WHILE@{\tt WHILE}}{42}
- \indexentry{REPEAT@{\tt REPEAT}}{42}
- \indexentry{BEGIN \dots END@{\tt BEGIN \dots END}}{42}
- \indexentry{Block}{42}
- \indexentry{SCALAR@{\tt SCALAR}}{42}
- \indexentry{INTEGER@{\tt INTEGER}}{42}
- \indexentry{REAL@{\tt REAL}}{42}
- \indexentry{SCALAR@{\tt SCALAR}}{42}
- \indexentry{RETURN@{\tt RETURN}}{42}
- \indexentry{BEGIN \dots END@{\tt BEGIN \dots END}}{43}
- \indexentry{Assignment}{43}
- \indexentry{WHILE@{\tt WHILE}}{43}
- \indexentry{REPEAT@{\tt REPEAT}}{43}
- \indexentry{Label}{43}
- \indexentry{GO TO@{\tt GO TO}}{43}
- \indexentry{Compound statement}{43}
- \indexentry{RETURN@{\tt RETURN}}{43}
- \indexentry{Label}{43}
- \indexentry{GO TO@{\tt GO TO}}{43}
- \indexentry{BEGIN \dots END@{\tt BEGIN \dots END}}{44}
- \indexentry{RETURN@{\tt RETURN}}{44}
- \indexentry{RETURN@{\tt RETURN}}{44}
- \indexentry{Block}{44}
- \indexentry{BEGIN \dots END@{\tt BEGIN \dots END}}{44}
- \indexentry{FOR@{\tt FOR}}{45}
- \indexentry{WHILE@{\tt WHILE}}{45}
- \indexentry{REPEAT@{\tt REPEAT}}{45}
- \indexentry{Command}{47}
- \indexentry{Declaration}{47}
- \indexentry{ARRAY@{\tt ARRAY}}{47}
- \indexentry{LENGTH@{\tt LENGTH}}{48}
- \indexentry{Instant evaluation}{48}
- \indexentry{Mode}{48}
- \indexentry{ON@{\tt ON}}{48}
- \indexentry{OFF@{\tt OFF}}{48}
- \indexentry{Switch}{48}
- \indexentry{TIME@{\tt TIME}}{48}
- \indexentry{DEMO@{\tt DEMO}}{48}
- \indexentry{ON@{\tt ON}}{49}
- \indexentry{OFF@{\tt OFF}}{49}
- \indexentry{Switch}{49}
- \indexentry{END@{\tt END}}{49}
- \indexentry{BYE@{\tt BYE}}{49}
- \indexentry{QUIT@{\tt QUIT}}{49}
- \indexentry{SHOWTIME@{\tt SHOWTIME}}{49}
- \indexentry{DEFINE@{\tt DEFINE}}{49}
- \indexentry{DEFINE@{\tt DEFINE}}{50}
- \indexentry{Prefix}{51}
- \indexentry{Numerical operator}{51}
- \indexentry{ABS@{\tt ABS}}{51}
- \indexentry{CEILING@{\tt CEILING}}{52}
- \indexentry{CONJ@{\tt CONJ}}{52}
- \indexentry{REPART@{\tt REPART}}{52}
- \indexentry{IMPART@{\tt IMPART}}{52}
- \indexentry{FACTORIAL@{\tt FACTORIAL}}{52}
- \indexentry{FIX@{\tt FIX}}{52}
- \indexentry{FLOOR@{\tt FLOOR}}{53}
- \indexentry{IMPART@{\tt IMPART}}{53}
- \indexentry{REPART@{\tt REPART}}{53}
- \indexentry{MAX@{\tt MAX}}{53}
- \indexentry{MIN@{\tt MIN}}{53}
- \indexentry{NEXTPRIME@{\tt NEXTPRIME}}{53}
- \indexentry{RANDOM@{\tt RANDOM}}{54}
- \indexentry{RANDOM\underscore NEW\underscore SEED@{\tt RANDOM\underscore NEW\underscore SEED}}{54}
- \indexentry{REPART@{\tt REPART}}{54}
- \indexentry{IMPART@{\tt IMPART}}{54}
- \indexentry{ROUND@{\tt ROUND}}{55}
- \indexentry{SIGN@{\tt SIGN}}{55}
- \indexentry{Mathematical function}{55}
- \indexentry{ACOS@{\tt ACOS}}{55}
- \indexentry{ACOSH@{\tt ACOSH}}{55}
- \indexentry{ACOT@{\tt ACOT}}{55}
- \indexentry{ACOTH@{\tt ACOTH}}{55}
- \indexentry{ACSC@{\tt ACSC}}{55}
- \indexentry{ACSCH@{\tt ACSCH}}{55}
- \indexentry{ASEC@{\tt ASEC}}{55}
- \indexentry{ASECH@{\tt ASECH}}{55}
- \indexentry{ASIN@{\tt ASIN}}{55}
- \indexentry{ASINH@{\tt ASINH}}{55}
- \indexentry{ATAN@{\tt ATAN}}{55}
- \indexentry{ATANH@{\tt ATANH}}{55}
- \indexentry{ATAN2@{\tt ATAN2}}{55}
- \indexentry{COS@{\tt COS}}{55}
- \indexentry{COSH@{\tt COSH}}{55}
- \indexentry{COT@{\tt COT}}{55}
- \indexentry{COTH@{\tt COTH}}{55}
- \indexentry{CSC@{\tt CSC}}{55}
- \indexentry{CSCH@{\tt CSCH}}{55}
- \indexentry{DILOG@{\tt DILOG}}{55}
- \indexentry{Ei@{\tt Ei}}{55}
- \indexentry{EXP@{\tt EXP}}{55}
- \indexentry{HYPOT@{\tt HYPOT}}{55}
- \indexentry{LN@{\tt LN}}{55}
- \indexentry{LOG@{\tt LOG}}{55}
- \indexentry{LOGB@{\tt LOGB}}{55}
- \indexentry{LOG10@{\tt LOG10}}{55}
- \indexentry{SEC@{\tt SEC}}{55}
- \indexentry{SECH@{\tt SECH}}{55}
- \indexentry{SIN@{\tt SIN}}{55}
- \indexentry{SINH@{\tt SINH}}{55}
- \indexentry{SQRT@{\tt SQRT}}{55}
- \indexentry{TAN@{\tt TAN}}{55}
- \indexentry{TANH@{\tt TANH}}{55}
- \indexentry{TRIGSIMP@{\tt TRIGSIMP}}{56}
- \indexentry{SPECFN@{\tt SPECFN}}{57}
- \indexentry{LET@{\tt LET}}{57}
- \indexentry{EXPANDLOGS@{\tt EXPANDLOGS}}{57}
- \indexentry{COMBINELOGS@{\tt COMBINELOGS}}{57}
- \indexentry{COMBINEEXPT@{\tt COMBINEEXPT}}{57}
- \indexentry{PRECISE@{\tt PRECISE}}{58}
- \indexentry{ROUNDED@{\tt ROUNDED}}{58}
- \indexentry{ACOS@{\tt ACOS}}{58}
- \indexentry{ACOSH@{\tt ACOSH}}{58}
- \indexentry{ACOT@{\tt ACOT}}{58}
- \indexentry{ACOTH@{\tt ACOTH}}{58}
- \indexentry{ACSC@{\tt ACSC}}{58}
- \indexentry{ACSCH@{\tt ACSCH}}{58}
- \indexentry{ASEC@{\tt ASEC}}{58}
- \indexentry{ASECH@{\tt ASECH}}{58}
- \indexentry{ASIN@{\tt ASIN}}{58}
- \indexentry{ASINH@{\tt ASINH}}{58}
- \indexentry{ATAN@{\tt ATAN}}{58}
- \indexentry{ATANH@{\tt ATANH}}{58}
- \indexentry{ATAN2@{\tt ATAN2}}{58}
- \indexentry{COS@{\tt COS}}{58}
- \indexentry{COSH@{\tt COSH}}{58}
- \indexentry{COT@{\tt COT}}{58}
- \indexentry{COTH@{\tt COTH}}{58}
- \indexentry{CSC@{\tt CSC}}{58}
- \indexentry{CSCH@{\tt CSCH}}{58}
- \indexentry{EXP@{\tt EXP}}{58}
- \indexentry{HYPOT@{\tt HYPOT}}{58}
- \indexentry{LN@{\tt LN}}{58}
- \indexentry{LOG@{\tt LOG}}{58}
- \indexentry{LOGB@{\tt LOGB}}{58}
- \indexentry{LOG10@{\tt LOG10}}{58}
- \indexentry{SEC@{\tt SEC}}{58}
- \indexentry{SECH@{\tt SECH}}{58}
- \indexentry{SIN@{\tt SIN}}{58}
- \indexentry{SINH@{\tt SINH}}{58}
- \indexentry{SQRT@{\tt SQRT}}{58}
- \indexentry{TAN@{\tt TAN}}{58}
- \indexentry{TANH@{\tt TANH}}{58}
- \indexentry{DF@{\tt DF}}{59}
- \indexentry{Differentiation}{59}
- \indexentry{LET@{\tt LET}}{59}
- \indexentry{DF@{\tt DF}}{60}
- \indexentry{Differentiation}{60}
- \indexentry{INT@{\tt INT}}{60}
- \indexentry{Integration}{60}
- \indexentry{Indefinite integration}{60}
- \indexentry{EXP@{\tt EXP}}{61}
- \indexentry{ERF@{\tt ERF}}{61}
- \indexentry{TAN@{\tt TAN}}{61}
- \indexentry{ATAN@{\tt ATAN}}{61}
- \indexentry{LOG@{\tt LOG}}{61}
- \indexentry{DILOG@{\tt DILOG}}{61}
- \indexentry{LENGTH@{\tt LENGTH}}{62}
- \indexentry{MAP@{\tt MAP}}{62}
- \indexentry{MKID@{\tt MKID}}{63}
- \indexentry{SET@{\tt SET}}{63}
- \indexentry{PF@{\tt PF}}{64}
- \indexentry{SELECT@{\tt SELECT}}{65}
- \indexentry{map@{\tt map}}{65}
- \indexentry{list@{\tt list}}{65}
- \indexentry{SOLVE@{\tt SOLVE}}{65}
- \indexentry{SOLVE@{\tt SOLVE}}{66}
- \indexentry{Lambert's W}{66}
- \indexentry{CRAMER@{\tt CRAMER}}{66}
- \indexentry{Groebner}{66}
- \indexentry{ROOT\underscore OF@{\tt ROOT\underscore OF}}{66}
- \indexentry{SOLVE@{\tt SOLVE}}{66}
- \indexentry{MULTIPLICITIES@{\tt MULTIPLICITIES}}{67}
- \indexentry{ROOT\underscore OF@{\tt ROOT\underscore OF}}{67}
- \indexentry{ONE\underscore OF@{\tt ONE\underscore OF}}{67}
- \indexentry{EXPAND\underscore CASES@{\tt EXPAND\underscore CASES}}{67}
- \indexentry{FULLROOTS@{\tt FULLROOTS}}{68}
- \indexentry{TRIGFORM@{\tt TRIGFORM}}{68}
- \indexentry{SOLVESINGULAR@{\tt SOLVESINGULAR}}{70}
- \indexentry{ALLBRANCH@{\tt ALLBRANCH}}{70}
- \indexentry{ARBVARS@{\tt ARBVARS}}{70}
- \indexentry{SOLVE@{\tt SOLVE}}{70}
- \indexentry{LET@{\tt LET}}{71}
- \indexentry{requirements@{\tt requirements}}{71}
- \indexentry{assumptions@{\tt assumptions}}{72}
- \indexentry{varopt@{\tt varopt}}{73}
- \indexentry{depend}{73}
- \indexentry{Even operator}{74}
- \indexentry{Odd operator}{74}
- \indexentry{EVEN@{\tt EVEN}}{74}
- \indexentry{ODD@{\tt ODD}}{74}
- \indexentry{NONZERO@{\tt NONZERO}}{74}
- \indexentry{Linear operator}{75}
- \indexentry{LINEAR@{\tt LINEAR}}{75}
- \indexentry{Linear operator}{75}
- \indexentry{Integration}{75}
- \indexentry{Non-commuting operator}{76}
- \indexentry{NONCOM@{\tt NONCOM}}{76}
- \indexentry{LET@{\tt LET}}{76}
- \indexentry{ORDP@{\tt ORDP}}{76}
- \indexentry{SYMMETRIC@{\tt SYMMETRIC}}{76}
- \indexentry{ANTISYMMETRIC@{\tt ANTISYMMETRIC}}{76}
- \indexentry{Prefix}{77}
- \indexentry{LET@{\tt LET}}{77}
- \indexentry{INFIX@{\tt INFIX}}{77}
- \indexentry{PRECEDENCE@{\tt PRECEDENCE}}{77}
- \indexentry{Prefix}{78}
- \indexentry{LET@{\tt LET}}{78}
- \indexentry{Differentiation}{78}
- \indexentry{Linear operator}{78}
- \indexentry{DEPEND@{\tt DEPEND}}{78}
- \indexentry{NODEPEND@{\tt NODEPEND}}{78}
- \indexentry{Display}{81}
- \indexentry{Structuring}{81}
- \indexentry{Kernel}{81}
- \indexentry{Simplification}{81}
- \indexentry{Canonical form}{81}
- \indexentry{Canonical form}{81}
- \indexentry{DET@{\tt DET}}{81}
- \indexentry{Kernel}{81}
- \indexentry{INTSTR@{\tt INTSTR}}{82}
- \indexentry{kernel form}{82}
- \indexentry{Workspace}{82}
- \indexentry{SAVEAS@{\tt SAVEAS}}{83}
- \indexentry{OUTPUT@{\tt OUTPUT}}{83}
- \indexentry{Output declaration}{84}
- \indexentry{LINELENGTH@{\tt LINELENGTH}}{84}
- \indexentry{PRI@{\tt PRI}}{84}
- \indexentry{Output declaration}{84}
- \indexentry{ORDER@{\tt ORDER}}{84}
- \indexentry{ORDER@{\tt ORDER}}{84}
- \indexentry{Kernel}{85}
- \indexentry{FACTOR@{\tt FACTOR}}{85}
- \indexentry{REMFAC@{\tt REMFAC}}{85}
- \indexentry{ALLFAC@{\tt ALLFAC}}{85}
- \indexentry{DIV@{\tt DIV}}{86}
- \indexentry{LIST@{\tt LIST}}{86}
- \indexentry{NOSPLIT@{\tt NOSPLIT}}{86}
- \indexentry{RAT@{\tt RAT}}{87}
- \indexentry{ALLFAC@{\tt ALLFAC}}{88}
- \indexentry{RATPRI@{\tt RATPRI}}{88}
- \indexentry{REVPRI@{\tt REVPRI}}{88}
- \indexentry{WRITE@{\tt WRITE}}{89}
- \indexentry{Output}{89}
- \indexentry{NERO@{\tt NERO}}{91}
- \indexentry{ROUNDED@{\tt ROUNDED}}{91}
- \indexentry{FORTRAN}{91}
- \indexentry{FORT@{\tt FORT}}{91}
- \indexentry{CARD\underscore NO@{\tt CARD\underscore NO}}{91}
- \indexentry{Output}{93}
- \indexentry{FORTRAN}{93}
- \indexentry{FORT\underscore WIDTH@{\tt FORT\underscore WIDTH}}{93}
- \indexentry{PERIOD@{\tt PERIOD}}{93}
- \indexentry{FORTUPPER@{\tt FORTUPPER}}{93}
- \indexentry{VARNAME@{\tt VARNAME}}{94}
- \indexentry{Saving an expression}{94}
- \indexentry{NAT@{\tt NAT}}{94}
- \indexentry{Displaying structure}{94}
- \indexentry{STRUCTR@{\tt STRUCTR}}{94}
- \indexentry{VARNAME@{\tt VARNAME}}{94}
- \indexentry{STRUCTR@{\tt STRUCTR}}{96}
- \indexentry{SAVESTRUCTR@{\tt SAVESTRUCTR}}{96}
- \indexentry{PART@{\tt PART}}{96}
- \indexentry{KORDER@{\tt KORDER}}{97}
- \indexentry{Kernel}{97}
- \indexentry{ORDER@{\tt ORDER}}{97}
- \indexentry{COEFF@{\tt COEFF}}{97}
- \indexentry{RATARG@{\tt RATARG}}{98}
- \indexentry{HIGH\underscore POW@{\tt HIGH\underscore POW}}{98}
- \indexentry{LOW\underscore POW@{\tt LOW\underscore POW}}{98}
- \indexentry{COEFFN@{\tt COEFFN}}{98}
- \indexentry{PART@{\tt PART}}{98}
- \indexentry{ARGLENGTH@{\tt ARGLENGTH}}{99}
- \indexentry{Instant evaluation}{100}
- \indexentry{Polynomial}{101}
- \indexentry{Rational function}{101}
- \indexentry{LENGTH@{\tt LENGTH}}{101}
- \indexentry{DEN@{\tt DEN}}{101}
- \indexentry{EXP@{\tt EXP}}{102}
- \indexentry{Factorization}{102}
- \indexentry{FACTOR@{\tt FACTOR}}{102}
- \indexentry{FACTORIZE@{\tt FACTORIZE}}{103}
- \indexentry{LENGTH@{\tt LENGTH}}{103}
- \indexentry{IFACTOR@{\tt IFACTOR}}{103}
- \indexentry{FACTOR@{\tt FACTOR}}{103}
- \indexentry{FACTORIZE@{\tt FACTORIZE}}{103}
- \indexentry{TRFAC@{\tt TRFAC}}{104}
- \indexentry{MCD@{\tt MCD}}{104}
- \indexentry{GCD@{\tt GCD}}{105}
- \indexentry{EXP@{\tt EXP}}{105}
- \indexentry{GCD@{\tt GCD}}{105}
- \indexentry{EZGCD@{\tt EZGCD}}{105}
- \indexentry{LCM@{\tt LCM}}{106}
- \indexentry{LCM@{\tt LCM}}{106}
- \indexentry{MCD@{\tt MCD}}{106}
- \indexentry{MCD@{\tt MCD}}{106}
- \indexentry{REMAINDER@{\tt REMAINDER}}{106}
- \indexentry{PSEUDO\underscore REMAINDER@{\tt PSEUDO\underscore REMAINDER}}{107}
- \indexentry{PSEUDO\underscore DIVIDE@{\tt PSEUDO\underscore DIVIDE}}{107}
- \indexentry{RESULTANT@{\tt RESULTANT}}{107}
- \indexentry{Bezout@{\tt Bezout}}{107}
- \indexentry{DECOMPOSE@{\tt DECOMPOSE}}{108}
- \indexentry{INTERPOL@{\tt INTERPOL}}{109}
- \indexentry{RATARG@{\tt RATARG}}{109}
- \indexentry{DEG@{\tt DEG}}{109}
- \indexentry{Degree}{110}
- \indexentry{DEN@{\tt DEN}}{110}
- \indexentry{LCOF@{\tt LCOF}}{110}
- \indexentry{Leading coefficient}{110}
- \indexentry{LPOWER@{\tt LPOWER}}{111}
- \indexentry{LTERM@{\tt LTERM}}{111}
- \indexentry{MAINVAR@{\tt MAINVAR}}{111}
- \indexentry{NUM@{\tt NUM}}{112}
- \indexentry{REDUCT@{\tt REDUCT}}{112}
- \indexentry{Coefficient}{113}
- \indexentry{Real coefficient}{113}
- \indexentry{DIV@{\tt DIV}}{113}
- \indexentry{Coefficient}{113}
- \indexentry{Rational coefficient}{113}
- \indexentry{RATIONAL@{\tt RATIONAL}}{113}
- \indexentry{Coefficient}{113}
- \indexentry{Real coefficient}{113}
- \indexentry{ROUNDED@{\tt ROUNDED}}{113}
- \indexentry{PRECISION@{\tt PRECISION}}{113}
- \indexentry{ROUNDBF@{\tt ROUNDBF}}{114}
- \indexentry{PRINT\underscore PRECISION@{\tt PRINT\underscore PRECISION}}{114}
- \indexentry{NOCONVERT@{\tt NOCONVERT}}{114}
- \indexentry{BFSPACE@{\tt BFSPACE}}{114}
- \indexentry{ADJPREC@{\tt ADJPREC}}{114}
- \indexentry{ROUNDALL@{\tt ROUNDALL}}{114}
- \indexentry{Coefficient}{115}
- \indexentry{Modular coefficient}{115}
- \indexentry{SETMOD@{\tt SETMOD}}{115}
- \indexentry{MODULAR@{\tt MODULAR}}{115}
- \indexentry{BALANCED\underscore MOD@{\tt BALANCED\underscore MOD}}{115}
- \indexentry{Coefficient}{115}
- \indexentry{Complex coefficient}{115}
- \indexentry{COMPLEX@{\tt COMPLEX}}{116}
- \indexentry{RATIONALIZE@{\tt RATIONALIZE}}{116}
- \indexentry{Substitution}{117}
- \indexentry{SUB@{\tt SUB}}{117}
- \indexentry{LET@{\tt LET}}{118}
- \indexentry{Asymptotic command}{119}
- \indexentry{Instant evaluation}{120}
- \indexentry{FOR ALL@{\tt FOR ALL}}{120}
- \indexentry{FOR ALL@{\tt FOR ALL}}{121}
- \indexentry{SUCH THAT@{\tt SUCH THAT}}{121}
- \indexentry{CLEAR@{\tt CLEAR}}{122}
- \indexentry{MATCH@{\tt MATCH}}{125}
- \indexentry{CLEAR@{\tt CLEAR}}{125}
- \indexentry{Rule lists}{125}
- \indexentry{WHEN@{\tt WHEN}}{126}
- \indexentry{LET@{\tt LET}}{126}
- \indexentry{CLEARRULES@{\tt CLEARRULES}}{126}
- \indexentry{WHERE@{\tt WHERE}}{127}
- \indexentry{SHOWRULES@{\tt SHOWRULES}}{130}
- \indexentry{Asymptotic command}{131}
- \indexentry{WEIGHT@{\tt WEIGHT}}{132}
- \indexentry{WTLEVEL@{\tt WTLEVEL}}{132}
- \indexentry{File handling}{133}
- \indexentry{IN@{\tt IN}}{133}
- \indexentry{OUT@{\tt OUT}}{133}
- \indexentry{SHUT@{\tt SHUT}}{133}
- \indexentry{IN@{\tt IN}}{133}
- \indexentry{Input}{133}
- \indexentry{Command terminator}{133}
- \indexentry{ECHO@{\tt ECHO}}{133}
- \indexentry{OUT@{\tt OUT}}{134}
- \indexentry{SHUT@{\tt SHUT}}{134}
- \indexentry{SHUT@{\tt SHUT}}{134}
- \indexentry{Interactive use}{135}
- \indexentry{ERRCONT@{\tt ERRCONT}}{135}
- \indexentry{ED@{\tt ED}}{135}
- \indexentry{RETRY@{\tt RETRY}}{135}
- \indexentry{History}{135}
- \indexentry{INPUT@{\tt INPUT}}{136}
- \indexentry{WS@{\tt WS}}{136}
- \indexentry{DISPLAY@{\tt DISPLAY}}{136}
- \indexentry{ED@{\tt ED}}{136}
- \indexentry{EDITDEF@{\tt EDITDEF}}{137}
- \indexentry{Interactive use}{137}
- \indexentry{INT@{\tt INT}}{137}
- \indexentry{PAUSE@{\tt PAUSE}}{137}
- \indexentry{CONT@{\tt CONT}}{137}
- \indexentry{PAUSE@{\tt PAUSE}}{137}
- \indexentry{Matrix calculations}{139}
- \indexentry{MAT@{\tt MAT}}{139}
- \indexentry{MAT@{\tt MAT}}{139}
- \indexentry{MATRIX@{\tt MATRIX}}{140}
- \indexentry{Instant evaluation}{140}
- \indexentry{MAT@{\tt MAT}}{140}
- \indexentry{CRAMER@{\tt CRAMER}}{141}
- \indexentry{LENGTH@{\tt LENGTH}}{141}
- \indexentry{DET@{\tt DET}}{141}
- \indexentry{Instant evaluation}{142}
- \indexentry{MATEIGEN@{\tt MATEIGEN}}{142}
- \indexentry{TP@{\tt TP}}{143}
- \indexentry{TRACE@{\tt TRACE}}{143}
- \indexentry{COFACTOR@{\tt COFACTOR}}{143}
- \indexentry{NULLSPACE@{\tt NULLSPACE}}{143}
- \indexentry{RANK@{\tt RANK}}{144}
- \indexentry{Matrix assignment}{145}
- \indexentry{PROCEDURE@{\tt PROCEDURE}}{147}
- \indexentry{Procedure heading}{148}
- \indexentry{Call by value}{148}
- \indexentry{Procedure body}{149}
- \indexentry{Legendre polynomials}{149}
- \indexentry{Procedure body}{151}
- \indexentry{REDERR@{\tt REDERR}}{151}
- \indexentry{LET@{\tt LET}}{151}
- \indexentry{Procedure body}{151}
- \indexentry{Call by value}{151}
- \indexentry{LET@{\tt LET}}{152}
- \indexentry{FACTORIAL@{\tt FACTORIAL}}{152}
- \indexentry{Function}{153}
- \indexentry{REMEMBER@{\tt REMEMBER}}{153}
- \indexentry{Symbolic mode}{155}
- \indexentry{Lisp}{155}
- \indexentry{Algebraic mode}{155}
- \indexentry{Symbolic mode}{155}
- \indexentry{SYMBOLIC@{\tt SYMBOLIC}}{155}
- \indexentry{LISP@{\tt LISP}}{155}
- \indexentry{ALGEBRAIC@{\tt ALGEBRAIC}}{155}
- \indexentry{EVAL\underscore MODE@{\tt EVAL\underscore MODE}}{155}
- \indexentry{Symbolic mode}{156}
- \indexentry{QUOTE@{\tt QUOTE}}{157}
- \indexentry{LAMBDA@{\tt LAMBDA}}{157}
- \indexentry{Assignment}{158}
- \indexentry{FOR EACH@{\tt FOR EACH}}{159}
- \indexentry{Symbolic procedure}{159}
- \indexentry{MACRO@{\tt MACRO}}{159}
- \indexentry{EXPR@{\tt EXPR}}{159}
- \indexentry{SMACRO@{\tt SMACRO}}{160}
- \indexentry{FEXPR@{\tt FEXPR}}{160}
- \indexentry{DEFN@{\tt DEFN}}{160}
- \indexentry{Mode communication}{160}
- \indexentry{Symbolic mode}{160}
- \indexentry{Algebraic mode}{160}
- \indexentry{SHARE@{\tt SHARE}}{160}
- \indexentry{Algebraic mode}{161}
- \indexentry{Symbolic mode}{161}
- \indexentry{Assignment}{161}
- \indexentry{Standard form}{161}
- \indexentry{Standard quotient}{161}
- \indexentry{Selector}{161}
- \indexentry{Constructor}{161}
- \indexentry{OPERATOR@{\tt OPERATOR}}{164}
- \indexentry{LTERM@{\tt LTERM}}{165}
- \indexentry{RLISP88@{\tt RLISP88}}{166}
- \indexentry{Dot product}{167}
- \indexentry{High energy vector expression}{167}
- \indexentry{INDEX@{\tt INDEX}}{168}
- \indexentry{REMIND@{\tt REMIND}}{168}
- \indexentry{Dirac $\gamma$ matrix}{168}
- \indexentry{G@{\tt G}}{168}
- \indexentry{EPS@{\tt EPS}}{169}
- \indexentry{VECTOR@{\tt VECTOR}}{169}
- \indexentry{MASS@{\tt MASS}}{170}
- \indexentry{High energy vector expression}{170}
- \indexentry{High energy trace}{171}
- \indexentry{NOSPUR@{\tt NOSPUR}}{171}
- \indexentry{SPUR@{\tt SPUR}}{171}
- \indexentry{MASS@{\tt MASS}}{171}
- \indexentry{MSHELL@{\tt MSHELL}}{171}
- \indexentry{VECDIM@{\tt VECDIM}}{173}
- \indexentry{Rlisp}{175}
- \indexentry{Compiler}{175}
- \indexentry{COMP@{\tt COMP}}{175}
- \indexentry{Fast loading of code}{176}
- \indexentry{LOAD@{\tt LOAD}}{176}
- \indexentry{LOAD\underscore PACKAGE@{\tt LOAD\underscore PACKAGE}}{177}
- \indexentry{Cross reference}{177}
- \indexentry{CREF@{\tt CREF}}{177}
- \indexentry{CREF@{\tt CREF}}{178}
- \indexentry{Prettyprinting}{179}
- \indexentry{PRET@{\tt PRET}}{179}
- \indexentry{MSG@{\tt MSG}}{179}
- \indexentry{DEFN@{\tt DEFN}}{179}
- \indexentry{PRET@{\tt PRET}}{179}
- \indexentry{Prettyprinting}{179}
- \indexentry{PRETTYPRINT@{\tt PRETTYPRINT}}{179}
- \indexentry{DEFN@{\tt DEFN}}{179}
|