Hckyplayer8
Full Member
- Joined
- Jun 9, 2019
- Messages
- 269
Hello! I would like help interpreting the above. I'm in a programming course for MATLAB and we are computing the slope of two different data sets. Set X are years laid out at 1 year increments from 1960 to 2000. Set Y is CO2 concentration for that respective year. So n=41 for both sets of data.
I'm familiar with the traditional delta Y divided by delta X for slope but I'm looking for a refresher and confirmation of the above.
Does this say to sum the individual x values from x sub 1 (in this case 1960) to the n value (in this case 2000)?
Does this mean the same as the above, just for the y values?
Is this saying to multiple the n-th value (41) by the previously two found values?
Thanks for your time!