aboutsummaryrefslogtreecommitdiff
path: root/src/input/f07fdf.input.pamphlet
blob: a3861238f63779197aa1dffa67fe99ed46e2bb4e (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 f07fdf.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

uplo:="L"
n:=4
lda:=4
a:Matrix SF:=
 [[4.16 ,0.0 ,0.0 ,0.0 ],_
  [-3.12 ,5.03 ,0.0 ,0.0 ],_
  [0.56 ,-0.83 ,0.76 ,0.0 ],_
  [-0.1 ,1.18 ,0.34 ,1.18 ]]
result:=f07fdf(uplo,n,lda,a)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}