Charles Smith
New member
- Joined
- Sep 11, 2023
- Messages
- 8
Hello all, its been ages since I took calc. and well I want to make sure I get this right for a lil side research project of mine. If I had a dataset with two columns x and y and I needed to solve dx/dy it would look something like this for numerically solving it x2 - x1 / y2-y1 (where the 1 and 2 denote location in my dataset, e.g. maybe x is time and x2 is 2 minutes have passed and x1 is 1 minute has passed) very simple question I know but going to build off of it. Thank you.