Greg - sept 18
- Here's the first assignment given to me, I created a fake lab report showing a little bit of IPython tooling, showing off my ability to figure out graphing and the box-structure of IPython
Jim
I also uploaded a .html version which I created with
$ ipython nbconvert First_Try.ipynb First_Try.html
In class I talked about
- arange (numpy version of array, don't need loops for arithmetic)
- plots (figure(); plot(); plot(); show())
- keyboard shortcuts
- calculus done numerically (i.e. "dx" is finite, actually do the subtration and division of (y_i+1 - y_i)/dx)
- see the attached for an example
To do:
- google & read
- numpy tuturial (numerical python)
- numerical differentiation
- numerical integration
Explore any of these ideas, create the next journal page, upload your work, and we'll talk next time. - Jim