EmielH
Followers: 0 Following: 0
Feeds
답변 있음
Calculating the integral and it's 20-th term
i=zeros(1,21); i(1) = exp(1)-1; for n=1:20 i(n+1) = e-n*i(n); end
Calculating the integral and it's 20-th term
i=zeros(1,21); i(1) = exp(1)-1; for n=1:20 i(n+1) = e-n*i(n); end
거의 5년 전 | 0
| 수락됨