M | A | T | H |
2 | 1 | B |
Listen to a few of the best tunes produced with the Mathematica assignment [.nb notebook] which was due the last day of class, which is May 4 for MWF sections and May 3 for TTh sections. You turned it in as a printout in class to your section leader. You can see the lab here [HTML] as a HTML preview. There were 7 problems at the end of the assignment. You need to do 5 complete answers to get full credit. The lab was designed as a light assignment. It can be done in a relatively short time, but don't wait until the last day. We have sample code for all the problems already in the notebook. Still, things which can go wrong always go wrong, especially in time pressure, so start early. If you have a question, ask Oliver. |
MathematicaHarvard has a Mathematica site license. You can get it here and request a password, using the Harvard Site License Number L2482-2405.
|
MatlabMatlab is a CAS which is strong in linear algebra. Matlab is available as a student version. Here are some of the above commands in Matlab.
| ||
MapleMaple is a CAS comparable with Mathematica or Matlab. Here are the same commands in the Maple dialect.
|
MaximaMaxima is an open source CAS originally developed by the DOE. While having less features than the commercial CAS, it is GPL'd and free software: you can see the code.(echelon(A) is here an upper triangular matrix);
|