cgolombek

4 Reputation

2 Badges

15 years, 281 days

MaplePrimes Activity


These are questions asked by cgolombek

> restart; with(plots); with(plottools);
> mirror := proc (x) options operator, arrow; x^2 end proc; slope := proc (x) options operator, arrow; 2*x end proc; width := .5; height := 1; n := 25;
> mirrorplot := plot(mirror(x), x = -width .. width, y = 0 .. height, axes = NONE, scaling = CONSTRAINED, color = black); display(mirrorplot);

Page 1 of 1