<< File name = 3cycC/readme3cycC >> 

1. This directory 3cycC contains the following files: 

	readme3cycC(this file)
	para3cycC.dat
	solve_3cycC.m
	3cycC.coef
	3cycC1, 3cycC2

In addition to these files, MATLAB, CMPSm2.m and traceOneCurve2.m are necessary to 
solve the cyclic polynomial system with the dimension 3. 

2. Description of the cyclic polynomial system with the dimension 3. 

1 - x1*x2*x3          = 0
x1*x2 + x2*x3 + x3*x1 = 0
x1   + x2     + x3    = 0
 
3. To solve the cyclic polynomial system with the dimension 3 by cheater's homotopy, 
(1) copy CMPSm2.m and traceOneCurve2.m to this directory 3cycC,
(2) run MATLAB, 
(3) execute 
>>solve_3cycC
in the MATLAB environment. 

Sunyoung Kim (skim@ewha.ac.kr) and Masakazu Kojima (kojima@is.titech.ac.jp)

April 14, 2003
 