[BACK]Return to heterotic-network.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / issac2000

Diff for /OpenXM/doc/issac2000/heterotic-network.tex between version 1.6 and 1.7

version 1.6, 2000/01/15 03:47:59 version 1.7, 2000/01/15 06:11:17
Line 1 
Line 1 
 % $OpenXM: OpenXM/doc/issac2000/heterotic-network.tex,v 1.5 2000/01/15 03:23:59 takayama Exp $  % $OpenXM: OpenXM/doc/issac2000/heterotic-network.tex,v 1.6 2000/01/15 03:47:59 takayama Exp $
   \section{Applications}
   
 \subsection{Heterogeneous Servers}  \subsection{Heterogeneous Servers}
   
Line 84  controlled by asir user language, which is similar to 
Line 85  controlled by asir user language, which is similar to 
 The following is an asir session to solve algebraic equations by calling  The following is an asir session to solve algebraic equations by calling
 the PHC pack.  the PHC pack.
 \begin{verbatim}  \begin{verbatim}
 [257] phc([x^2+y^2-4,x*y-1]);  [287] phc(katsura(7));
 The detailed output is in the file tmp.output.*  The detailed output is in the file tmp.output.*
 The answer is in the variable Phc.  The answer is in the variable Phc.
 0  0
 [260] Phc ;  [290] B=map(first,Phc)$
 [[[-0.517638,0],[-1.93185,0]],  [291] gnuplot_plotDots([],0)$
 [[1.93185,0],[0.517638,0]],  [292] gnuplot_plotDots(B,0)$
 [[-1.93185,0],[-0.517638,0]],  
 [[0.517638,0],[1.93185,0]]]  
 [261]  
 \end{verbatim}  \end{verbatim}
   
   \begin{figure}[htbp]
   \epsfxsize=8.5cm
   \epsffile{katsura7.ps}
   \caption{The first components of the solutions to the system of algebraic equations Katsura 7.}
   \label{katsura}
   \end{figure}
   
   
   
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>