Feeds
提问
Code for a simpson's rule approximation of the integral of sin(x)/x
I'm trying to do a simpson's approximation for the integral of sin(x)/x. This is what I have so far, for some reason the answer ...
10 years 前 | 1 个回答 | 0
1
个回答提问
displaying only even values in a for loop?
How do I modify the following for loop with an if statement so that it only displays even values of m for m=1:100 num = ...
10 years 前 | 2 个回答 | 0