aboutsummaryrefslogtreecommitdiff
path: root/src/input/f07adf.input.pamphlet
blob: 1961c7f2d3dd074652ce18a16f637e75ec4cb09f (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
33
34
35
36
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input f07adf.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
)clear all
showArrayValues true
showScalarValues true

m:=4
n:=4
lda:=4
a:Matrix SF:=
 [[1.8 ,2.88 ,2.05 ,-0.89 ],_
  [5.25 ,-2.95 ,-0.95 ,-3.8 ],_
  [1.58 ,-2.69 ,-2.9 ,-1.04 ],_
  [-1.11 ,-0.66 ,-0.59 ,0.8 ]]
result:=f07adf(m,n,lda,a)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}