| Write a Matlab code to solve a
PDE (or closely related)
problem by
(some variant of) the FEM. The code must fit on one page. Specifically, let's say that a page is 60 lines and each line is at most 90 characters. Documentation and comments are encouraged and they do not count in the one-page limit. One is allowed to use any part of standard Matlab 7.0 or earlier. The codes may build upon each other; codes may use any code which has already been submitted (see the list below). Furthermore, input functions can be built as needed at the command line (anonymous or "inline" ). One must be reasonable in what needs to be built at the command line to run the program. One is not allowed to call FEMLAB or other major toolboxes. |