La recherche a retourné 8 résultats

par jondo
lun. juil. 21, 2014 7:33 am
Forum : Xcas pour Firefox
Sujet : Please update Xcas en ligne
Réponses : 2
Vues : 9096

Re: Please update Xcas en ligne

Thank you! I was not aware of webxcas.
par jondo
ven. juil. 18, 2014 12:57 pm
Forum : Xcas - English
Sujet : Simplifying a combination of atomic inequalities
Réponses : 3
Vues : 10353

Re: Simplifying a combination of atomic inequalities

Somehow similar:

Code : Tout sélectionner

Xcas: solve([abs(x-1) > 1, abs(x-2) > 1],x)
list[0>x,x>3]
works fine. But if I want to compute the solutions separately:

Code : Tout sélectionner

Xcas: s1:=solve(abs(x-1) > 1,x) 
list[0>x,x>2]
Xcas: s2:=solve(abs(x-2) > 1,x) 
list[1>x,x>3]
, how can I intersect s1 and s2?
par jondo
ven. juil. 18, 2014 12:45 pm
Forum : Xcas pour Firefox
Sujet : Please update Xcas en ligne
Réponses : 2
Vues : 9096

Please update Xcas en ligne

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.
par jondo
ven. juil. 18, 2014 11:43 am
Forum : Xcas - English
Sujet : Simplifying a combination of atomic inequalities
Réponses : 3
Vues : 10353

Re: Simplifying a combination of atomic inequalities

Also, can Giac somehow solve the original system of inequalities?

"solve" does not work:

Code : Tout sélectionner

Xcas: solve([x^2*y^2 <= x^2*y, x^2*y^2 > x^2*y],[x,y])
"[x,(x^2*y^2)<=(x^2*y),(x^2*y^2)>(x^2*y)] is not rational w.r.t. x Error: Bad Argument Value"
par jondo
ven. juil. 18, 2014 11:34 am
Forum : Xcas - English
Sujet : Simplifying a combination of atomic inequalities
Réponses : 3
Vues : 10353

Simplifying a combination of atomic inequalities

How can I simplify (x == 0 and 1 < y and 0 != 0) or (x == 0 and y < 0 and 0 != 0) ( from Sage trac ) to "false" (or find the empty solution set)? I have had a look at the pdf manual , but did not get it. The following does not work: giac: simplify((x == 0 and 1 < y and 0 != 0) or (x == 0 and y < 0 a...
par jondo
mer. juil. 16, 2014 1:27 pm
Forum : Giac
Sujet : hash_map et obso
Réponses : 9
Vues : 11928

Re: hash_map et obso

Unfortunately I also cannot test your changes. Let's wait until Frederic is back and creates a new spkg.
par jondo
mer. juil. 16, 2014 7:05 am
Forum : Giac
Sujet : hash_map et obso
Réponses : 9
Vues : 11928

Re: hash_map et obso

frederic han a écrit : je n'ai pas de macos 10.9, c'est la personne qui a teste le spkg qui est sous 10.9.
Bernard, if you need more info: The corresponding Sage ticket is http://trac.sagemath.org/ticket/12375.
par jondo
mar. juil. 15, 2014 9:02 am
Forum : Giac
Sujet : Debian package
Réponses : 1
Vues : 4030

Debian package

Hello, http://www-fourier.ujf-grenoble.fr/~parisse/install_en#packages says that it has been tried for a long time to get giac/xcas into Debian. Is there a Debian web page that publicly tracked these efforts? I would like to "read the history" to learn about the remaining problems. Has it been tried...