Feeds
질문
In the first part of the code, plot the approximation of π as a function of N, the number of terms in the series, for N between 1 and 15. The function to be used is (pi^2-8)/16=Summation(n=1:N)(1/((2n-1)^2*(2n+1)^2))
I basically do not have any idea how to start. any help would be appreciated.
대략 12년 전 | 답변 수: 1 | 0