% Sample script for EGR106 assignment 2 % Prof. Swaszek, Jan 2007 clc disp('Assignment 1 solutions - John Smith:') pause(5) sol_1 = 4*13+9/5 pause clc sol_2 = 2^(-20) pause clc sol_3 = 35+9*exp(2.2) disp('etc')