Dear students,

Petter Eklund provided the following neat tips regarding how the code for Project 1 can be made faster:

In Geometry.m: 

Change line 7 to:
mi_probdef(SlipFreq,'meters','planar',1e-8,ActiveL,30,1);

The last parameter (=1) causes the solver to use Newton-Raphson which will render the solving times considerably shorter.

Thanks Petter!

Best,

Oskar