CS 257
Numerical
Methods

Assignments:

Due DateHWLinks
January 26, 2006[hw1.pdf][sprint.dat][hw1_solutions.pdf]
Feburary 2, 2006 [hw2.pdf][chip.dat] [hw2_solutions.pdf]
Feburary 9, 2006[hw3.pdf][hw3_solutions.pdf] [some corrections]
Feburary 16, 2006[hw4.pdf][hw4_solutions.pdf]
Feburary 23, 2006[hw5.pdf][hw5_solutions.pdf]
March 2, 2006[hw6.pdf][hw6_solutions.pdf] [hw6_corrections.pdf]
March 30, 2006[hw7.pdf] [Project Progress Deadline: Topic Selection][hw7_solutions.pdf]
April 6, 2006[hw8.pdf][hw8_solutions.pdf]
April 13, 2006[hw9.pdf][hw9_solutions.pdf]
Don't Hand in![hw10.pdf][hw10_solutions.pdf]
May 2nd (officially you can handin till May 4th at the end of class, but try to hand in on May 2nd if you can)[hw11.pdf][odeRK4.m][ hw11_solutions.pdf]
Sample Solutions Write Up

Hints:

HW 6

Update (3/1): Here are direct links to the .m files for HW6: [GEbasic.m] [GEppiv.m] [GE.m]

note: GE.m is simply GEbasic without the verbose output

HW 2

Update (1/29): The matrices in #2 should be diagonal.

HW 1

What does
>> eye(5,4)
>> [rand(5) ones(5,1)]
produce?

Newsgroup:

We will be using the in-house news service of the CS department. Please subscribe to class.cs257 at news.cs.uiuc.edu

Matlab Access:

"[EWS has] created the work directories for cs257/math257. To access them, [you] should type 'cs257' at a unix/linux prompt. If [you] want to use them from Windows, [you] would first need to login on a unix/linux machine and run 'cs257'. This will create a link in their homedirectory named 'cs257.work'. Now, on an EWS Windows machine, if [you] go to their EWS Home Directory, [you] should be able to click on 'cs257.work' to get to [your] cs257 work directory. Let [EWS] know if you have further questions or concerns."

EWS has UNIX Matlab info HERE

EWS has Windows Matlab info HERE

There are also reports that VNC software (such as RealVNC) can be used from home to connect to the EWS computers in order to run Matlab.

The machines are:
csil-termserv1.cs.uiuc.edu
and
csil-termserv2.cs.uiuc.edu

Student version are available for $99. check the Cites Webstore or The MathWorks for more info. You may also have a network license available through Cites.

Octave is also an alternative and is FREE. A windows executable can be found HERE.