Google ClassroomGoogle Classroom
GeoGebraGeoGebra Classroom

类周期函数-练习

n=Slider(1,10,1) m=Slider(1,10,1) Ratio=Slider(-2,2,0.01) f(x) = 如果(x < -2, abs(x + 4) - 2) g(x) = 如果(x < -2&&x>-6, abs(x + 4) - 2) l1=迭代列表(Ratio p(x-4),p,{g},n) 元素(l1,m)