plot does not show portions of graph

Bugs

Modérateur : xcasadmin

lukamar
Messages : 331
Inscription : ven. juin 30, 2017 9:55 am
Localisation : Zagreb, Croatia

plot does not show portions of graph

Message par lukamar » sam. nov. 12, 2022 11:35 am

letting

Code : Tout sélectionner

f:=Heaviside(x+1)*(x+1)+x*Heaviside(x)*(x-1)-Heaviside(x-1)*(x-1)*(x+2)
the command

Code : Tout sélectionner

plot(f,x=-3..3)
does not display the portion for 1<=x<=3. However, subs(f,x=2) returns 1.

Répondre