tayyab107

0 Reputation

One Badge

8 years, 100 days

MaplePrimes Activity


These are replies submitted by tayyab107

@rlopez 

Thankyou very much. 

f:=piecewise(x<2,x-1,x=2,2,x>2,2-x);

plot(f,x=0..3,discont=true);

If at x=2, we have set-value [0,1]. How can we draw the vertical line starting from 0 to 1?

Page 1 of 1