Selected Examples From the Book (1st Edition)
In my book there are many examples.
Some of them are spread out on many pages with
comments between lines of code. Typing these examples can
be not only time consuming but also a bit difficult.
For example, if you miss parts of the code then the whole
example may not work. In order to save time of my readers
and avoid confusion I enclosed here the code of some of
the most interesting or elaborated examples. There are
still a few examples that were not enclosed here. These
are very short and simple examples or those with heavy
comments.
At the time of publishing
this web site all code works properly.
However, I wish to remind you that different versions of
MuPAD may produce slightly different output or in rare
cases due to changes in the syntax the enclosed code may
not work. For testing of these examples I used MuPAD
version 2.5.
How to use MuPAD Examples
Using these examples is very simple.
Select the example code the same way like you select text
on a web page, copy it and paste into MuPAD notebook. Then
execute the code in MuPAD. If something does not work or
you are getting strange messages, then check if you copied
properly the whole code. For example, omitting colon or
semicolon ending MuPAD command may give you a lot of
trouble. Any way, if still an example does not work,
you can always write to me.
In most of these examples you
may try to experiment and produce results for
different initial data. For example, you can change
parameters of the equation and produce solutions for it,
or you can change equation of a function of two variables
and get a plot of a new surface. Try this. Certainly you
will find many interesting things. Happy hunting for
a new ideas in undergraduate mathematics!
Chapter 5. Programming in MuPAD - Procedures and Libraries
Chapter 6. Introduction to MuPAD Graphics
Chapter 7. Exploring Mathematical Curves and Surfaces
Chapter 8. A Few Applications of MuPAD Graphics
Chapter 9. Exploring Numbers with MuPAD
Chapter 10. Elementary Algebra and Trigonometry in MuPAD
Chapter 11. Working with Sets and Sentences MuPAD
Chapter 12. Exploring Calculus with MuPAD
Chapter 13. Linear Equations, Matrices and Determinants
|