Difference between revisions of "CoCoASchool2007"

From ApCoCoAWiki
m
(→‎input files: better link texts)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
=Lectures of the Robbiano/Kreuzer track=
 +
[[:Image:Lecture_5_Hagenberg.pdf|Lecture on Approximate Computations in Commutative Algebra]]
 +
 
=Tutorials of the Robbiano/Kreuzer track=
 
=Tutorials of the Robbiano/Kreuzer track=
  
[http://apcocoa.org/~mabshoff/CoCoAVII/KR_tutorial_1.pdf Tutorial 1] (82kb)
+
==the tutorials==
 
+
[[:Image:KR_tutorial_1.pdf|Tutorial 1: A Do-It-Yourself Guide to Lex-Solving]]
== the ideals for part c.) ==
 
  
Use Q[x[1..4]];
+
[[:Image:KR_tutorial_2.pdf|Tutorial 2: Faster! Faster! The FGLM Speed-Up]]
IsZeroDim(Ideal([x[1]x[3], x[1]x[4]-x[2]x[3], x[2]x[4]-x[3]^3, x[2]^2x[3]-x[1]x[3]^2]));
 
  
Use Q[x[1..3]];
+
[[:Image:KR_tutorial_3.pdf|Tutorial 3: Your Very Own EigenSolver]]
IsZeroDim(Ideal([x[1]^3 - x[2]x[3]^2, x[1]^2x[2]x[3] - x[2]^2, x[1]^2 + x[2]^2 + x[3]^2]));
 
  
Use Q[x[1..4]];
+
[[:Image:KR_tutorial_4.pdf|Tutorial 4: The BMM-Algorithm: Not a BMW!]]
IsZeroDim(Ideal([x[1]x[2]-x[3]^2,x[2]^2-x[3]x[4],x[1]x[3] - x[4]^3,x[2]x[4] - x[3]^2]));
 
  
Use Q[x[1..3]];
+
[[:Image:KR_tutorial_5.pdf|Tutorial 5: Variations on BBA]]
IsZeroDim(Ideal([x[1]^2 - x[1]x[2],x[2]^2-x[2]x[3],x[3]^2-x[3]x[1],x[1]x[2] + x[2]x[3] + x[1]x[3]]));
 
  
 +
[[:Image:Reduce.coc|CoCoA function for reducing a set of polynomials]] so that they are K-linearly independent
  
== the ideals for part f.) ==
+
[[:Image:KR_tutorial_6.pdf|Tutorial 6: An Approximate Tutorial]]
Warning: Second ideal is NOT zero dimensional!
 
  
Use Q[x,y];
+
==input files==
ZeroDimRadical(Ideal([x^3,x^2y,x,y^2]) );
+
[[:Image:Input_1.coc|Input data for the exercises from Tutorial 1]]
  
Use Q[x,y,z];
+
[[:Image:Input_3.coc|Input data for the exercises from Tutorial 3]]
ZeroDimRadical(Ideal([x^2 +2xy + y^2, xz+ yz, xy^2+y^3 + xy + y^2,y^4+2y^3 + y^2, y^2z + yz]));
 
  
 +
[[:Image:Input_5.coc|Input data for the exercises from Tutorial 5]]
  
Use Q[x,y,z];
+
==CoCoA 4.7.2 + ApCoCoAServer binaries==
ZeroDimRadical(Ideal([x^2 + y+z -1, x+y^2 + z -1, x+y+z^2 -1]));
+
*[http://apcocoa.org/download/cocoa/cocoa-4.7.2.exe Windows x86] (4.8MB)
 +
*[http://apcocoa.org/download/cocoa/cocoa-4.7.2-linux-x86.tar.gz Linux x86] (5.0MB) (extract to /usr/local - otherwise you need to edit the cocoa and xcocoa scripts to point to the right directory)
 +
*[http://apcocoa.org/download/cocoa/cocoa-4.7.2-osx-universal.dmg OSX universal] (8.6MB)

Latest revision as of 13:22, 22 June 2007