aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/pages/topics.ht
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/hyper/pages/topics.ht
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/hyper/pages/topics.ht')
-rw-r--r--src/hyper/pages/topics.ht124
1 files changed, 124 insertions, 0 deletions
diff --git a/src/hyper/pages/topics.ht b/src/hyper/pages/topics.ht
new file mode 100644
index 00000000..1ffcdb26
--- /dev/null
+++ b/src/hyper/pages/topics.ht
@@ -0,0 +1,124 @@
+% Copyright The Numerical Algorithms Group Limited 1992-1994.
+% Certain derivative-work portions Copyright (C) 1988 by Leslie Lamport.
+% All rights reserved
+
+%------------------------------------------------------------------------
+\begin{page}{TopicPage}{\Language{} Topics}
+%------------------------------------------------------------------------
+
+\beginscroll
+Select a topic below: % or
+%\lispmemolink{search}{(|htTutorialSearch| '|\stringvalue{pattern}|))}
+%for string (use {\em *} for wild card):
+%\newline\inputstring{pattern}{58}{}
+\beginmenu
+\menumemolink{Numbers}{NumberPage}\tab{18}
+A look at different types of numbers
+
+\menumemolink{Polynomials}{PolynomialPage}\tab{18}
+Polynomials in \Language{}
+%
+\menumemolink{Functions}{FunctionPage}\tab{18}
+Built-in and user-defined functions
+%
+\menumemolink{Solving Equations}{EquationPage}\tab{18}
+Facilities for solving equations
+%
+\menumemolink{Calculus}{CalculusPage}\tab{18}
+Using \Language{} to do calculus
+%
+\menumemolink{Linear Algebra}{LinAlgPage}\tab{18}
+\Language{}'s linear algebra facilities
+%
+\menumemolink{Graphics}{GraphicsPage}\tab{18}
+\Language{}'s graphics facilities
+%
+\menumemolink{Algebra}{AlgebraPage}\tab{18}
+\Language{}'s abstract algebra facilities
+%
+\endmenu
+\endscroll
+\end{page}
+
+%------------------------------------------------------------------------
+\begin{page}{EquationPage}{Solving Equations}
+%------------------------------------------------------------------------
+\beginscroll
+\Language{} lets you solve equations of various types:
+\beginmenu
+ \menulink{Solution of Systems of Linear Equations}{ugxProblemLinSysPage}
+ \newline Solve systems of linear equations.
+ \menulink{Solution of a Single Polynomial Equation}{ugxProblemOnePolPage}
+ \newline Find roots of polynomials.
+ \menulink{Solution of Systems of Polynomial Equations}{ugxProblemPolSysPage}
+ \newline Solve systems of polynomial equations.
+ \menulink{Solution of Differential Equations}{ugProblemDEQPage}
+ \newline Closed form and series solutions of differential equations.
+\endmenu
+\endscroll
+\autobuttons
+\end{page}
+
+%------------------------------------------------------------------------
+\begin{page}{LinAlgPage}{Linear Algebra}
+%------------------------------------------------------------------------
+\beginscroll
+\beginmenu
+
+\menulink{Introduction}{ugIntroTwoDimPage}\newline
+
+Create and manipulate matrices.
+Work with the entries of a matrix.
+Perform matrix arithmetic.
+
+\menulink{Creating Matrices}{ugxMatrixCreatePage} \newline
+
+Create matrices from scratch and from other matrices.
+
+\menulink{Operations on Matrices}{ugxMatrixOpsPage} \newline
+
+Algebraic manipulations with matrices.
+Compute the inverse, determinant and trace of a matrix.
+Find the rank, nullspace and row echelon form of a matrix.
+
+\menulink{Eigenvalues and Eigenvectors}{ugProblemEigenPage} \newline
+
+How to compute eigenvalues and eigenvectors.
+\endmenu
+\horizontalline\newline
+Additional Topics:
+\beginmenu
+\menulink{Example: Determinant of a Hilbert Matrix}{ugxFloatHilbertPage}
+\menulink{Computing the Permanent}{PermanentXmpPage}
+\menulink{Working with Vectors}{VectorXmpPage}
+\menulink{Working with Square Matrices}{SquareMatrixXmpPage}
+\menulink{Working with One-Dimensional Arrays}{OneDimensionalArrayXmpPage}
+\menulink{Working with Two-Dimensional Arrays}{TwoDimensionalArrayXmpPage}
+\menulink{Conversion (Polynomials of Matrices)}{ugTypesConvertPage}
+\endmenu
+\endscroll
+\autobuttons
+\end{page}
+
+%------------------------------------------------------------------------
+\begin{page}{CalculusPage}{Calculus}
+%------------------------------------------------------------------------
+\beginscroll
+\beginmenu
+\menulink{Limits}{ugProblemLimitsPage} \tab{17}
+Compute limits of functional expressions.
+\menulink{Derivatives}{ugIntroCalcDerivPage}\tab{17}
+Compute derivatives and partial derivatives.
+\menulink{Integrals}{ugIntroIntegratePage}\tab{17}
+Introduction to \Language{}'s symbolic integrator.
+\menulink{More Integrals}{ugProblemIntegrationPage}\tab{17}
+More information about symbolic integration.
+\menulink{Laplace}{ugProblemLaplacePage}\tab{17}
+Computing Laplace transforms.
+\menulink{Series}{ugProblemSeriesPage}\tab{17}
+Compute series expansions of expressions.
+\menulink{Differential Eqns}{ugProblemDEQPage}\tab{17}
+Solve differential equations.
+\endmenu
+\endscroll
+\autobuttons \end{page}