[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.5 and 1.8

version 1.5, 2000/01/15 03:23:59 version 1.8, 2000/01/15 06:26:06
Line 1 
Line 1 
 % $OpenXM: OpenXM/doc/issac2000/heterotic-network.tex,v 1.4 2000/01/15 01:33:32 takayama Exp $  % $OpenXM: OpenXM/doc/issac2000/heterotic-network.tex,v 1.7 2000/01/15 06:11:17 takayama Exp $
   \section{Applications}
   
 \subsection{Heterogeneous Servers}  \subsection{Heterogeneous Servers}
   
Line 48  Starting ox_asir server.
Line 49  Starting ox_asir server.
 Byte order for control process is network byte order.  Byte order for control process is network byte order.
 Byte order for engine process is network byte order.  Byte order for engine process is network byte order.
 [[-y*Dy+z*Dz, 2*x*Dx+3*y*Dy+6, -2*y*z^2*Dx-3*x^2*Dy,  [[-y*Dy+z*Dz, 2*x*Dx+3*y*Dy+6, -2*y*z^2*Dx-3*x^2*Dy,
   -2*y^2*z*Dx-3*x^2*Dz, -2*z^3*Dx*Dz-3*x^2*Dy^2-2*z^2*Dx],  -2*y^2*z*Dx-3*x^2*Dz, -2*z^3*Dx*Dz-3*x^2*Dy^2-2*z^2*Dx],
  [-1,-139968*s^7-1119744*s^6-3802464*s^5-7107264*s^4   [-1,-139968*s^7-1119744*s^6-3802464*s^5-7107264*s^4
      -7898796*s^3-5220720*s^2-1900500*s-294000]]       -7898796*s^3-5220720*s^2-1900500*s-294000]]
 \end{verbatim}  \end{verbatim}
Line 82  We could teach a course
Line 83  We could teach a course
 with a unified environment  with a unified environment
 controlled by asir user language, which is similar to C.  controlled by asir user language, which is similar to C.
 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 (see Figure \ref{katsura} too):
 \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.5  
changed lines
  Added in v.1.8

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