Community Profile

photo

Alex Chen


Last seen: 2 years ago Active since 2022

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


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]

2 years ago | 1 answer | 0

1

answer

Question


Trouble graphing. My function is not appearing.
x = linspace(0,10,100) y = (2+x)/(2-x) plot (x, y)

2 years ago | 2 answers | 0

2

answers