System of inequalities regression

Bugs

Modérateur : xcasadmin

nenad.miksa
Messages : 11
Inscription : mar. août 04, 2015 8:17 am

System of inequalities regression

Message par nenad.miksa » mar. août 04, 2015 10:22 am

Hi!

I have found a possible regression in solving certain system of inequalities.

When using old version of icas command line tool:

Code : Tout sélectionner

0>> solve(list[(y)^(2) + 5 >= 2, 2 > y - 10, (y)^(2) >= 0], y)
list[y<=0,((y>=0) and (y<=12))]
1>> version()
"giac 0.9.9"
2>>
When using the latest xcas for Mac OS:

Code : Tout sélectionner

0>> solve(list[(y)^(2) + 5 >= 2, 2 > y - 10, (y)^(2) >= 0], y)
[]
1>> version()
"giac 1.2.0-19, (c) B. Parisse and R. De Graeve, Institut Fourier, Universite de Grenoble I"
2>>
Am I using it wrong?

parisse
Messages : 5739
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: System of inequalities regression

Message par parisse » mar. août 04, 2015 8:32 pm

You are correct. I'm fixing that, you can check on
http://www-fourier.ujf-grenoble.fr/~parisse/xcasen.html

nenad.miksa
Messages : 11
Inscription : mar. août 04, 2015 8:17 am

Re: System of inequalities regression

Message par nenad.miksa » jeu. août 06, 2015 12:17 pm

Are there any Git, SVN or CVS repositories that contain the fix?

parisse
Messages : 5739
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: System of inequalities regression

Message par parisse » jeu. août 06, 2015 12:53 pm

No, but you can access the latest sources (with Makefile for emscripten) here:
www-fourier.ujf-grenoble.fr/~parisse/giac/emgiac.tgz

Répondre