I have:
h(t):=piecewise(0<=t<2,2-t,2<=t<=3,2t-4)
Then I use:
plot(h(t),t=0..6,y=-1..3,scaling=constrained)
My intention was to create a period of 2 by making a larger interval. This didn't solved my problem.
How would I be able to create two periods in the plot?
答案 0 :(得分:0)