aboutsummaryrefslogtreecommitdiff
path: root/src/input/gbf.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/gbf.input.pamphlet')
-rw-r--r--src/input/gbf.input.pamphlet25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/input/gbf.input.pamphlet b/src/input/gbf.input.pamphlet
new file mode 100644
index 00000000..fbecd1a4
--- /dev/null
+++ b/src/input/gbf.input.pamphlet
@@ -0,0 +1,25 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input GBF.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+<<*>>=
+
+-- Input generated from GroebnerFactorizationPackageXmpPage
+)clear all
+
+mfzn : SQMATRIX(6,DMP([x,y,z],Fraction INT)) := [[0,1,1,1,1,1], [1,0,1,8/3,x,8/3], [1,1,0,1,8/3,y], [1,8/3,1,0,1,8/3], [1,x,8/3,1,0,1], [1,8/3,y,8/3,1,0]]
+eq := determinant mfzn
+groebnerFactorize [eq, eval(eq, [x,y,z], [y,z,x]), eval(eq, [x,y,z], [z,x,y])]
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}