implicitplot/approx

Bugs

Modérateur : xcasadmin

frederic han
Messages : 1139
Inscription : dim. mai 20, 2007 7:09 am
Localisation : Paris
Contact :

implicitplot/approx

Message par frederic han » jeu. mars 26, 2015 7:50 am

Salut, un petit pb avec 1.1.4-16

Code : Tout sélectionner

P1:=x^2+y^2+z^2-1;
//implicitplot(P1,x,y,z);//OK
implicitplot(approx(P1,12),x,y,z);//PB 1.1.4-16
Donne:

"Non implementé (par ex pour des polynômes modulaires ou approches de dim>1) Erreur: Type Argument Incorrect"

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

Re: implicitplot/approx

Message par parisse » jeu. mars 26, 2015 8:36 am

correction a faire dans le source :

Code : Tout sélectionner

diff plot3d.cc plot3d.cc~
2139c2139
<     gen ff( (unfactored || has_num_coeff(f_orig))?f_orig:factor(f_orig,false,contextptr));
---
>     gen ff(unfactored?f_orig:factor(f_orig,false,contextptr));

Répondre