% Sample script for EGR106 assignment 2 % Section 1, MWF 10am % Prof. Daly % To insure that you receive credit for the assignment % make sure the file name contains your name. 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')