Page 1 sur 1

Please update Xcas en ligne

Publié : ven. juil. 18, 2014 12:45 pm
par jondo
For

Code : Tout sélectionner

solve([abs(x-1) > 1, abs(x-2) > 1],x)
the current version() giac 0.9.4 wrongly gives

Code : Tout sélectionner

[x <= 0, x > 3]
, which is fixed e.g. in giac 1.1.1.

Re: Please update Xcas en ligne

Publié : ven. juil. 18, 2014 6:57 pm
par parisse
I'm not responsible for updating Xcas online. You should use webxcas for an almost up to date version of giac online. webxcas is a compilation in javascript of giac, it does not require a server to make the computation (unlike sage), you just need the server once to download the javascript code. There is a nice calculator interface for webxcas, it's smartcas:
http://www.calcenstock.fr/smartcas.html

Re: Please update Xcas en ligne

Publié : lun. juil. 21, 2014 7:33 am
par jondo
Thank you! I was not aware of webxcas.