ACMS 40390 - Numerical Analysis


You must be registered for this course. If you are planning to register but have not done so see me.
Until either the registrar or I know about you, you will be unable to do any work specific to this course.

You should have an active ND email account.

You must have an AFS password.

Both your email and your AFS account contain sensitive information with regard to this course.
It is your responsibility to protect your password for your NetID (AFS password).
If at anytime during the semester you suspect that your password is known to others, change it immediately.




This short introduction will get you started on the vi editor. Of course there are a lot of powerful commands in this editor and it would take a long time to learn them all. Fortunately you can get by in this course with just the above. For those who wish additional information, here is a link.


Unix command
  • ls --- list files and directories
  • cd --- cd dirname -- change directory
  • mv --- mv filename1 filename2 -- change file name or move a file into a different directory
  • rm --- rm filename -- delete a file
  • pwd --- show path of current directory
  • cp --- cp filename1 filename2 -- copies a file
  • mkdir --- mkdir dirname -- make a new directory
  • more --- more filename -- shows the first part of a file, just as much as will fit on one screen. Just hit the space bar to see more or q to quit.