Feeds
已回答
I need help with a taylor series approximation of e^x
or nInitial=0:nMax if abs((exp(x)-ex)/exp(x))*100 < errMax break; end ex = ex + x.^nInitial/factorial(nIni...
I need help with a taylor series approximation of e^x
or nInitial=0:nMax if abs((exp(x)-ex)/exp(x))*100 < errMax break; end ex = ex + x.^nInitial/factorial(nIni...
4 years 前 | 0