aboutsummaryrefslogtreecommitdiff
path: root/src/input/slowint.input.pamphlet
blob: 64078f9ba6b6de7126dbd09424795b7633651927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input slowint.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
-- test intalg.spad
k := 7/5
mu := sqrt ( ((k-1)*m**2 + 2)/(2*k*m**2 -(k-1)))
km := 2/ ( (1+(2/(k+1)) * (1-mu**2)/mu)*(2*mu + 1 + 1/(m**2)))
f := - 2*m / ((m**2-1)*km)
integrate(f,m)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}