Hi i am trying to obtain the shaded area under the graph from 0 - 5000.
There are 2 graph in this picture.
I know that integration, Simpson, trapezium rule works but i not sure how to use those formula as i never study amath.
#This are the value to plot the graph
REDX1 = [+15E+03, +11E+03, +8E+03, +4E+03, +1E+03, +552E+00, -708E+00, -8E+03, -8E+00, +10E+03, +15E+03]
REDY1 = [+30E-06, +13E-06, +2E-06, -179E-09, -7E-06, -19E-06, -30E-06, -10E-06, -1.9E-06, +30E-06, +30E-06]
BlackX2 = [+10E+03, +4E+03, +447E+00, -4E+03, -6E+03, -9E+03, -4E+03,-122E+00, 4E+03, +9.E+03,+10E+03]
BlackY2 = [+27E-06,+28E-06,+28E-06,+27E-06,+28E-06,-30E-06,-28E-06,-27E-06,+27E-06,+29E-06,+27E-06]

There are 2 graph in this picture.
I know that integration, Simpson, trapezium rule works but i not sure how to use those formula as i never study amath.
#This are the value to plot the graph
REDX1 = [+15E+03, +11E+03, +8E+03, +4E+03, +1E+03, +552E+00, -708E+00, -8E+03, -8E+00, +10E+03, +15E+03]
REDY1 = [+30E-06, +13E-06, +2E-06, -179E-09, -7E-06, -19E-06, -30E-06, -10E-06, -1.9E-06, +30E-06, +30E-06]
BlackX2 = [+10E+03, +4E+03, +447E+00, -4E+03, -6E+03, -9E+03, -4E+03,-122E+00, 4E+03, +9.E+03,+10E+03]
BlackY2 = [+27E-06,+28E-06,+28E-06,+27E-06,+28E-06,-30E-06,-28E-06,-27E-06,+27E-06,+29E-06,+27E-06]
