A
ajlove20
Hi,
I have been given an assignment that has 3 columns. The colums appea
as follows:
Point No. X Value Y Value
1 0 0
2 0.2 0.45
3 0.4 0.90
...
100 19.8 877.52
101 20 927.89
I am supposed to read the values and store them in arrays and use Fo
loops to determine the sum of the even numbered points and the sum o
the odd numbered points. In the long run, I am supposed to us
Simpson's Rule to calculate the area under the curve of y vs x. I wa
wondering how I would solve this using vba code.
Thank you in advance for your help.
a
I have been given an assignment that has 3 columns. The colums appea
as follows:
Point No. X Value Y Value
1 0 0
2 0.2 0.45
3 0.4 0.90
...
100 19.8 877.52
101 20 927.89
I am supposed to read the values and store them in arrays and use Fo
loops to determine the sum of the even numbered points and the sum o
the odd numbered points. In the long run, I am supposed to us
Simpson's Rule to calculate the area under the curve of y vs x. I wa
wondering how I would solve this using vba code.
Thank you in advance for your help.
a