blob: d117539c2b6c2517e76198cb9c46ad82d2297c50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
% Sample file: note1b.tex
% Typeset with LaTeX format
\documentclass{article}
\begin{document}
It is of some concern to me that
the terminology used in multi-section
math courses is not uniform.
In several sections of the course on
matrix theory, the strange term
``hamiltonian-reduced'' is used.
I, personally, would rather call these ``hyper-simple''. I
invite others to comment on this problem.
Of special concern to me is the terminology in the course
by Prof.~Hochschwabauer.
Since his field is new, there is
no accepted
terminology. It is imperative
that we arrive at a satisfactory solution.
\end{document}
|