Feeds
질문
Trouble graphing this non-linear function
I am lost on this question: x= linspace (0,10,100) y = (((factorial(x))^(1./x))/(x)) fplot (x,y) xlim[0,100]
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Trouble graphing. My function is not appearing.
x = linspace(0,10,100) y = (2+x)/(2-x) plot (x, y)
거의 4년 전 | 답변 수: 2 | 0
