Most of your learning in the course will come about through
the following learning activities and assessments of learning.
Some additional detail is provided further down this page.
Even within note-taking, the most common kind is what occurs in
the classroom: short notes to copy down what occurs in class, with the
aim of substituting for perfect memory. But the better kind
is narrative note-taking in which you build an entire
narrative, a story, about the material you are studying. By telling
yourself the full story, in a kind of dear-diary
format, you have the best shot at "bringing it all
together" and retaining for the long-term.
So ... what you will do is build a narrative of the key concepts in
linear algebra that you will submit pieces of electronically. Think of this as
on-going review notes that teach yourself
now (a review) and later in life (recalling the most important concepts).
What to write:
Notebook organization:
Which modules and sections to especially focus on:
The famous mathematician George Polya once said "Mathematics is not a
spectator sport". By that he meant, you learn math by doing rather than
just by reading or listening. One type of doing is solving
problems, which is often given the highest priority in math
education. However, an equally important companion in doing
math is high-quality note-taking.
Organize your notebook into three sections:
You will scan each of these and upload as PDFs.
The best time to complete in-class exercises is before the next
class. It will increase your learning efficiency by
helping you keep up with the next class. If, on the other hand,
you postpone completing these, you will merely accumulate more
and more "unfinished business" that will slow down your rate
of learning.
Get organized by creating a main directory for the course, then
one sub-directory for the in-class exercises of each module.
For example, in the module3 subdirectory, you will have
all your code and answers for in-class exercises in Module 3.
For in-class exercises that have plain-text answers or pictures,
put these down in a single PDF for each module.
Submission:. See the
submission instructions.
We will touch upon many in-class (module) exercises in class itself, as
one of the main learning activities of the course. However, because
we have limited time in class, we will assign some to
complete ahead of time, possibly rush through some
of these in class, and skip yet others. You will need to complete these
on your own after class.
Why work on proof skills? Why not just learn about results
and leave the proving to others? There are several reasons. First,
proofs are possibly the most rigorous form of reasoning and
persuasion, the gold standard for scientific discourse.
Second, many proofs (but not all) convey intuition: they explain
why a result is what it is.
Third, proofs also make assumptions and its important to understand
them. Too often, a weak theoretical result is used to justify
some ill-advised action simply because, "there's math behind it".
Lastly, there is deep satisfaction to be gained in proving
something yourself: it is proof, if you'll excuse the double-entendre,
that you've understood something at its deepest level.
We're going to work on proof skills in two ways:
Let's talk about "proof anxiety," at the moment in class you
are presenting a proof. Remember, the goal is NOT to
succeed flawlessly (although that will be appreciated). It is to
try. In fact, there's more learning that occurs in class when
proofs go awry.
Submitting proofs. Those proofs that are part of your
module exercises or assignments should be submitted as
a PDF (see below) and included in the appropriate zip file uploaded to Blackboard.
One goal in this course is to strengthen
your proof skills, no matter how modest the skill level is.
You do NOT have to have this skill coming into the course.
All you need is the right attitude: the goal of improving them.
Notice that some module exercises call for proofs, others call for
code, and yet others ask for demonstrating something or answering
a question. Let's clarify how the submission works:
Important: Include all the source files needed for
compilation, otherwise we will not be able to assign points.
Important: Your text answers will need to be supported
by reasoning. Simply answering "Yes" is not sufficient.
Latex or its precursor, Tex, is the preferred formatting language
used to write mathematics. It's a language in the sense that HTML
is a language: a variety of commands that describe content, layout,
and presentation. Unlike HTML, however, it's harder to learn at first
and can sometimes be annoying if you want to do complicated things.
A brief history. In the old days, math formatting was
either non-existent for ordinary users or available only to
sophisticated publishers with expensive machines. Besides, there
were no standards and it was impossibly to share anything
electronically. Computer science pioneer Donald Knuth (you should
read about him) developed Tex and Metafont to address both
font generation (Metafont) and mathematical typesetting (Tex).
It took the world by storm. Latex is a small improvement
over Tex devised by another computer science pioneer, Leslie
Lamport, to simplify Tex by building on top of Tex. It is now
the standard for math typesetting.
Note: Metafont uses the Bezier curves you saw in the first class.
It works roughly like this. You first write down your math
on paper. Then, you create a plain text file with latex commands
and the math in it. This file will be named something
like myexample.tex.
Then you run "latex" like you would compile
a Java program, except that you'll be compiling the
file myexample.tex.
The result will be a PDF file that you can print.
We will not be teaching you to use Latex. There are a zillion
tutorials and examples. It's a good exercise to go through the
steps: download and install, then try someone else's examples,
then write a few of your own.
About grades and points:
Grade breakdown