La recherche a retourné 4 résultats

par GermanXG
mar. mars 25, 2025 5:40 pm
Forum : Xcas - English
Sujet : Some graphics with plot and plotfunc
Réponses : 2
Vues : 3590

Re: Some graphics with plot and plotfunc

I see the different color in the graph. And it occurred to me for a moment that this was the imaginary part, but the help doesn't say anything about this (at least the Spanish help). For plot(x**(1/3),x) I imagined that xcas took 3 as a real number, but I couldn't find a way to tell it to take it as...
par GermanXG
lun. mars 24, 2025 4:55 am
Forum : Xcas - English
Sujet : Some graphics with plot and plotfunc
Réponses : 2
Vues : 3590

Some graphics with plot and plotfunc

Trying to draw a half sphere I came across an unexpected graphic with the following command: plotfunc(sqrt(9-x**2-y**2),[x,y]) I can plot a half-sphere with plotparam() command, but the graph from the previous command isn't what I expected. Is this a bug? Another question is with the following comma...
par GermanXG
sam. janv. 25, 2025 4:04 am
Forum : Xcas - English
Sujet : Question about function quadric
Réponses : 2
Vues : 20690

Re: Question about function quadric

Thanks, it works now :)
par GermanXG
ven. janv. 24, 2025 6:14 am
Forum : Xcas - English
Sujet : Question about function quadric
Réponses : 2
Vues : 20690

Question about function quadric

Graphing several quadrics with the function quadric(), I found this problem with this entry: quadric(x^2-3y^2-2z-2,[x,y,z]) I get the message: Elliptical paraboloid with center [-0.0,-0.0,(x^2-3*y^2-2*z-2)/2.0] And the graph is just a plane. Is this a bug? Or am I doing something wrong? I'm using th...