A program where I can draw a function and calculate the integral?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Readinglevelup
Messages
8
Reaction score
0
I borrowed a high-quality oscilloscope from Tektronix and when we did our measurements, I basically printscreened each new signal. If I had realized I could export the waveforms, I would have, but I didn't.

Basically, I know what the function looks like, but I need to find its integral. Aside from dividing the function by rectangles and triangles, is there a program who can take a picture a easily find the integral?

Thanks
 
Physics news on Phys.org
SteamKing said:
Integrating by triangles and rectangles is cute, but things have advanced somewhat. If you are capable of picking points off of your waveform at equal intervals, you can use Simpson's first rule to figure out the area under the curve: http://www.mathwords.com/s/simpsons_rule.htm

There are several other procedures for numerical information.

I actually found a way to do it with Matlab. Thank you, though!