> mkdir matlab
> cp /home/faculty/billups/classes/5593/matlab/startup.m matlab
All the function files that are created by the instructor as well as the homework data files in the public directory:
/home/faculty/billups/classes/5593/matlab
are now available to you for use in MATLAB. For example the function file ljx.m performs a labeled Jordan exchange within MATLAB and its use is described in the text.
If you choose to do your homework on another computer, you can download the files you need from the course web page.
For all homework assignments you should hand in your results produced
as follows:
> matlab
>> diary hwk1.lst
>> load hwk1
>> .....whatever homework 1 requires
>> diary off
>> exit
> lpr hwk1.lst