Feeds
질문
How to write a for-loop to find the limit of a function
lim x->(-inf) (x^3+x^2-x)/(4*x^6+x^2) How to write a for loop for this function when x is closing in on -infinity (negative...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to write a while-loop for a function
lim x-> inf (1 + 1/x)^x how to write a while-loop that repeats it self until the value of the subsequent numbers are less than...
13년 초과 전 | 답변 수: 1 | 0