Feeds
질문
How can I integrate a function?
I have this numerical integration function: function I = integrate(f, a, b, n) h =(b-a)/n;%interval size I=0; for i=1:n %loo...
대략 5년 전 | 답변 수: 3 | 0
3
답변질문
How can i write this primitive function ?
How can i write the primitive function to this function I = x^N dx with an interval [0,1,]as an anonymous function and primitive...
대략 5년 전 | 답변 수: 2 | 0
