From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/input/gbf.input.pamphlet | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/input/gbf.input.pamphlet (limited to 'src/input/gbf.input.pamphlet') 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} -- cgit v1.2.3