diff options
author | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
commit | ab8cc85adde879fb963c94d15675783f2cf4b183 (patch) | |
tree | c202482327f474583b750b2c45dedfc4e4312b1d /src/input/f04axf.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/f04axf.input.pamphlet')
-rw-r--r-- | src/input/f04axf.input.pamphlet | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/src/input/f04axf.input.pamphlet b/src/input/f04axf.input.pamphlet new file mode 100644 index 00000000..71c97815 --- /dev/null +++ b/src/input/f04axf.input.pamphlet @@ -0,0 +1,57 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input f04axf.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +\section{License} +<<license>>= +--Copyright The Numerical Algorithms Group Limited 1994. +@ +<<*>>= +<<license>> +)cl all +showArrayValues true +showScalarValues true + +n := 6 +nz := 15 +nzmax := 50 +licn := 3*nzmax +t1 := [0.0 for i in 1..(licn-nz)] +t2 := [5.0,2.0,-1.0,2.0,3.0,-2.0,1.0,1.0,-1.0,-1.0,2.0,-3.0,-1.0,-1.0,6.0] +t3 := concat(t2,t1) +a := [t3] :: Matrix SF +lirn := (3*nzmax/2)::Integer +t1 := [0.0 for i in 1..(lirn-nz)] +t2 := [1,2,2,2,3,4,4,4,5,5,5,5,6,6,6] +t3 := concat(t2,t1) +irn := [t3] :: Matrix Integer +t1 := [0.0 for i in 1..(licn-nz)] +t2 := [1,2,3,4,3,1,4,5,1,4,5,6,1,2,6] +t3 := concat(t2,t1) +icn := [t3] :: Matrix Integer +pivot := 0.1 +lblock := true +grow := true +abort := [true,true,false,true] +ifail := 1 +res1:=f01brf(n,nz,licn,lirn,pivot,lblock,grow,abort,a,irn,icn,ifail) +a := (res1)."a" +icn := (res1)."icn" +ikeep := (res1)."ikeep" +rhs := [[15,12,18,3,-6,0]] +idisp := (res1)."idisp" +mtype := 1 +result:=f04axf(n,a,licn,icn,ikeep,mtype,[[idisp(1,1),idisp(1,2)]],rhs) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |