Mo We Fr 19 21 Jan 24 26 28 31 2 4 Feb 7 9 11 14 16 18 21 23 25 28 2 4 Mar 7 9 11 SPRING BREAK 21 23 25 28 30 1 4 6 8 Apr 11 13 15 18 20 22 25 27 29 2 4 6 May |
Graphing CalculatorsOccasionally you will have to graph a function. Before grabbing a piece of electronic equipment use your brain & education and try to make a rough sketch of the graph. E.g., if you have to graph y=e-xsin(2x), first ask your self “what does the graph of sin(2x) look like?”; then think what multiplying with e-x does to that graph. If that doesn't give you anything, try again. Then, if you want a carefully drawn picture use your graphing calculator, or type the function into a graphing pogram on your computer. Here are some options:If you have a Mac, then open grapher.app. This program is in the utilities folder which sits in the Applications folder on your computer. The program is pretty self explanatory, but there is a tab with demos that you can look at. If you're running a Windows machine, you can download a free graphing calculator from this link. It does what it says, namely it graphs functions in 2D and 3D. Using Octave/MatlabOctave and Matlab are very commonly used software packages which can do matrix computations for you. If you are seriously going to use Octave/Matlab you should install either of them on your computer. Octave is free and not very hard to install.To install Octave on your computer (Windows or Mac) visit http://octave.sourceforge.net/ and click on either “Windows installer” or “Octave.app for Mac OS X” depending on your OS. Instead of installing software on your computer you can go to this website where you can enter a few lines of Matlab/Octave code, and immediately get the result. This will work well enough for the homework problems. There is a short tutorial on the Math Calculator site. On wednesday I will show how to use the site by running these Octave snippets Plotting solutions of Differential equationsThe Virtual Math Museum has a Java applet which will draw slope fields of a differential equation, and also plot solutions through any initial value you specify with the click of a mouse.Reduced Row Echelon FormsFinding the Reduced Row Echelon Form (“rref”) of a matrix is an operation that computers are much better at than humans, at least as long as the matrix contains explicit numbers. If the matrix contains variables (k, λ, …) then the machine's advantages over us are not as large.§3.3, page 175 of our book shows some options.
|