IPython Notebook for turning in solutions to the problems in the Essentials of Paleomagnetism Textbook by L. Tauxe

Problems in Chapter 4 & 5

Problem 4.2

write your theory here.


In [1]:
#write some code to calculate tau as a function of d

Problem 5.2a

Convert your data files and run hysteresis_magic.py from the command line. This is how to embed an image in the same directory as your notebook into a notebook.


In [2]:
from IPython.display import Image
Image(filename='ps5_prob2a.png')


Out[2]:

Write your caption here.

Problem 5.2b

Run dayplot_magic.py from the command line (you have to be in the directory where ran hysteresis_magic.py). Then display your images here and write the figure caption.


In [ ]: