aboutsummaryrefslogtreecommitdiff
path: root/src/booklets/Rosetta.booklet
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/booklets/Rosetta.booklet
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/booklets/Rosetta.booklet')
-rwxr-xr-xsrc/booklets/Rosetta.booklet90
1 files changed, 90 insertions, 0 deletions
diff --git a/src/booklets/Rosetta.booklet b/src/booklets/Rosetta.booklet
new file mode 100755
index 00000000..171c0f0e
--- /dev/null
+++ b/src/booklets/Rosetta.booklet
@@ -0,0 +1,90 @@
+\documentclass{article}
+\usepackage{../../src/scripts/tex/axiom}
+\begin{document}
+\title{\$SPAD/src/booklets Rosetta.pamphlet}
+\author{Timothy Daly}
+\maketitle
+\begin{abstract}
+This book compares and contrasts facilities in Axiom with those
+found in other computer algebra systems. First we present an overview
+of all of the systems. The later chapters give detailed point-by-point
+examples.
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\chapter{Getting Aquainted}
+\section{Notation and Conventions}
+\section{Systems Architectures}
+\section{Quirks}
+\chapter{Basic Concepts}
+\section{Constants}
+\section{``Built-In'' Functions}
+\section{Basic Arithmetic Operations}
+\section{Strings}
+\section{Assignment}
+\section{Replacement}
+\section{Logical Relations}
+\section{Sums and Products}
+\section{Conditional Statements}
+\section{Loop Statements}
+\section{Introduction to Graphing}
+\section{User-Defined Functions}
+\section{Operations on Functions}
+\section{Modules}
+\chapter{Lists}
+\section{Introduction}
+\section{Generating Lists}
+\section{List Manipulation}
+\section{Set Theory}
+\section{Tables and Matrices}
+\chapter{Two-Dimensional Graphics}
+\section{Plotting Functions of a Single Variable}
+\section{Additional Graphics Commands}
+\section{Special Two-Dimenional Plots}
+\section{Animation}
+\chapter{Three-Dimensional Plots}
+\section{Plotting Functions of Two Variables}
+\section{Other Graphics Commands}
+\section{Special Three-Dimensional Plots}
+\section{Standard Shapes - 3D Graphics Primitives}
+\chapter{Equations}
+\section{Solving Algebraic Equations}
+\section{Solving Transendental Equations}
+\chapter{Algebra and Trigonometry}
+\section{Polynomials}
+\section{Rational and Algebraic Functions}
+\section{Trigonometric Functions}
+\section{The Art of Simplification}
+\chapter{Differential Calculus}
+\section{Limits}
+\section{Derivatives}
+\section{Maximum and Minimum Values}
+\section{Power Series}
+\chapter{Integral Calculus}
+\section{Antiderivatives}
+\section{Definite Integrals}
+\section{Functions Defined by Integrals}
+\section{Riemann Sums}
+\chapter{Multivariate Calculus}
+\section{Partial Derivatives}
+\section{Maximum and Minimum Values}
+\section{The Total Differential}
+\section{Multiple Integrals}
+\chapter{Ordinary Differential Equations}
+\section{Analytical Solutions}
+\section{Numerical Solutions}
+\section{Laplace Transforms}
+\chapter{Linear Algebra}
+\section{Vector and Matrices}
+\section{Matrix Operations}
+\section{Matrix Manipulation}
+\section{Linear Systems of Equations}
+\section{Orthogonality}
+\section{Eigenvalues and Eigenvectors}
+\section{Diagonalization and Jordan Canonical Form}
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}