diff options
Diffstat (limited to 'src/input/f07aef.input.pamphlet')
-rw-r--r-- | src/input/f07aef.input.pamphlet | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/input/f07aef.input.pamphlet b/src/input/f07aef.input.pamphlet new file mode 100644 index 00000000..e662e003 --- /dev/null +++ b/src/input/f07aef.input.pamphlet @@ -0,0 +1,45 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input f07aef.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 + +trans:="N" +n:=4 +nrhs:=2 +a:Matrix SF:= + [[5.25 ,-2.95 ,-0.95 ,-3.8 ],_ + [0.34 ,3.89 ,2.38 ,0.41 ],_ + [0.3 ,-0.46 ,-1.51 ,0.29 ],_ + [-0.21 ,-0.33 ,0.01 ,1.13 ]] +lda:=4 +ipiv:Matrix Integer:= + [[2 ,2 ,3 ,4 ]] +ldb:=4 +b:Matrix SF:= + [[9.52 ,18.47 ],_ + [24.35 ,2.25 ],_ + [0.77 ,-13.3 ],_ + [-6.22 ,-6.21 ]] +result:=f07aef(trans,n,nrhs,a,lda,ipiv,ldb,b) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |