Giter Club home page Giter Club logo

bezout's Introduction

To reproduce the experiment presented in the arXiv paper, you should have python and sage installed on your computer. Download and save this repository wherever you want on your computer and unzip the bezout-master.zip file; it should create a directory named bezout-master and containing two directories, one named python and one named tex. Then follow the steps :

  1. In file python/bezout_2.sage, check that :

    • the degree of the polynomial system is set to [2, 2, 2, 2] ; line 8 should write deg = [2, 2, 2, 2]
    • line 29 is uncommented ; this line should write P = load('P_'+''.join(str(e) for e in deg)+'.sobj')
    • lines 30 and 31 are commented ; these lines should write #~ P = [bz.rand_poly(n-1, m, deg, t, x) for i in range(n)] + xx and #~ save(P, 'P_'+''.join(str(e) for e in deg))
  2. From within the directory named python open a linux terminal;

    • from within this terminal execute the command sage; this will open a sage terminal
    • from within the sage terminal execute the command runfile("bezout_2.sage"); this will launch all the calculations; wait as long as necessary (the Groebner calculation takes about 2600s in this experiment)
    • After the calculations have been completed, check that the results are written in some text files with explicit names, located in the directory named tex/txt ;
  3. If you want these results to appear in the paper "Solving zero-dimensional polynomial systems: a practical method using Bezout matrices" ( file tex/bezout.pdf ), you must have latex installed on your computer; then

    • open a terminal in the directory named tex and execute the command pdflatex bezout.tex
    • this will create the file bezout.pdf, updated with the results of your own calculations.

bezout's People

Contributors

jpcp13 avatar

Stargazers

François-Paul Servant avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.