-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathode.sty
More file actions
32 lines (27 loc) · 895 Bytes
/
ode.sty
File metadata and controls
32 lines (27 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\def\ddt#1{\Total{#1}{t}}
\def\ppt#1{\Partial{#1}{t}}
\def\ppx#1{\Partial{#1}{x}}
\def\ppy#1{\Partial{#1}{y}}
\def\ppz#1{\Partial{#1}{z}}
\def\vxi{\bm{\xi}}
\def\zhat{\v{\hat z}}
%\newcommand{\abs}[1]{\left|#1\right|}
% shortcuts for derivatives
\newcommand\pp[2]{\frac{\partial #1}{\partial #2}}
\newcommand\pptwo[2]{\frac{\partial^2 #1}{\partial #2^2}}
\newcommand\dd[2]{\frac{d #1}{d #2}}
\newcommand\ddtwo[2]{\frac{d^2 #1}{d #2^2}}
%\newcommand\pptwo[2]{\frac{\partial^2 #1}{\partial #2^2}}
\newcommand\Laplace[0]{\mathcal{L}}
\renewcommand{\be}{\begin{eqnarray}}
\renewcommand{\ee}{\end{eqnarray}}
\newcommand{\bee}{\begin{eqnarray*}}
\newcommand{\eee}{\end{eqnarray*}}
\newcommand\workedexample[2]{
\noindent\emph{Example}:\\
\indent{#1}
\noindent\emph{Solution}:
\noindent{#2}
}
\newcommand\hidesolution[1]{\ifthenelse{\value{showsolutions}=1}{
\\\emph{Solution}: #1}{}}