ma 375 communicating mathematics

7
Ma 375 Communicating Mathematics Carl Eberhart and Paul Eakin Class 6 -- Making a problem set

Upload: hagen

Post on 09-Jan-2016

28 views

Category:

Documents


3 download

DESCRIPTION

Ma 375 Communicating Mathematics. Carl Eberhart and Paul Eakin Class 6 -- Making a problem set. Problem Set Making. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Ma  375  Communicating Mathematics

Ma 375 Communicating Mathematics

Carl Eberhart and Paul Eakin

Class 6 -- Making a problem set

Page 2: Ma  375  Communicating Mathematics

Problem Set Making

Making new problem sets is one of a teacher’s jobs. It is nice to have the tools to do it in a professional manner. Usually, there will be typeset math and graphics of some sort.

Page 3: Ma  375  Communicating Mathematics

A Problem Set template \documentclass[12pt]{article}

\textheight 9in

\textwidth 6.5in

\newtheorem{problem}{Problem}

\begin{document}

\begin{center}

{\bf\large Problem Set 1}

\end{center}

\begin{problem}

first question

\end{problem}

\vfill

\begin{problem} second question

\vfill

\end{document}

Page 4: Ma  375  Communicating Mathematics

Some new LaTeX Commands

\newtheorem{problem}{Problem}

Putting this in the preamble allows you to \begin{problem}

\end{problem}

in the body

Page 5: Ma  375  Communicating Mathematics

Another LaTeX command

To make a nice table, put this in your tex

document

\begin{tabular}[.5in]{|l | l | l |}\hline

ksks & stuff & more stuff \\ \hline

akks & yet more Stuff & More stuff \\ \hline

\end{tabular}

Page 6: Ma  375  Communicating Mathematics

More on Graphics.

Use \multiput to draw repetitively in the picture mode

the package graphpap is handy to draw quadrille paper.

Page 7: Ma  375  Communicating Mathematics

Homework assignment

due Monday, Feb 9Work up a new problem set, with

three problems on two pages.Use graphics and color. Supply your

solutions commented out.The topic can be anything related to

or requiring mathematics in the solution.