Al86

145 Reputation

6 Badges

9 years, 90 days

MaplePrimes Activity


These are answers submitted by Al86

Try the following code:

j(x):= piecewise(x < 0, x^2 + 1, 0 <= x, x - 1);
plot(j(x), x);

 

Page 1 of 1