Homework #9

All problems must be in a single *.m file. You may need additional files for functions or class definitions. Make a separate block in the code for each problem. Do not submit individual files for each problem. See previous solutions.

Contents

Problem 1 (1 Points)

Each student will submit a unique final exam project. The project must:

In a seperate PDF file, write a brief proposal for what you would like to do for your project. Address each point above. Do not include code at this time.

Problem 2 (2 Point)

Create a graphical user interface (GUI) where you enter the parameters J, B, Beta and N for the 2D Ising model and start the time evolution of the system. The resulting animation should also show in the GUI window.

Problem 3 (1 Point)

Use a least squares fit to estimate the slope and offset from the data contained in 'HW9_NoisyData.mat'. Use fminsearch.