aboutsummaryrefslogtreecommitdiff
path: root/src/input/pfr1.input.pamphlet
blob: 78094f620ea438cd4015f57d9eae6d8701d9fc61 (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
30
31
32
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input PFR.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=

-- Input generated from PartialFractionXmpPage
)clear all

partialFraction(1,factorial 10)
f := padicFraction(%)
compactFraction(f)
numberOfFractionalTerms(f)
nthFractionalTerm(f,3)
partialFraction(1,- 13 + 14 * %i)
% :: Fraction Complex Integer
u : FR UP(x, FRAC INT) := reduce(*,[primeFactor(x+i,i) for i in 1..4])
partialFraction(1,u)
padicFraction %
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}