Files
diff-eq-handbook/main.tex
2026-06-04 15:26:32 -05:00

41 lines
1.0 KiB
TeX

\input{preamble.tex}
\title{\textbf{Differential Equations Handbook}\\[0.5em]
\normalsize A Complete Reference for ODE and Introductory PDE}
\author{}
\date{}
\begin{document}
\maketitle
\thispagestyle{empty}
\tableofcontents
\newpage
% ========== CHAPTERS ==========
\input{chapters/ch01_introduction}
\input{chapters/ch02_first_order}
\input{chapters/ch03_qualitative}
\input{chapters/ch04_second_order_homogeneous}
\input{chapters/ch05_second_order_nonhomogeneous}
\input{chapters/ch06_mechanical_applications}
\input{chapters/ch07_laplace_transforms}
\input{chapters/ch08_systems}
\input{chapters/ch09_series_solutions}
\input{chapters/ch10_fourier_series}
\input{chapters/ch11_boundary_value_problems}
\input{chapters/ch12_heat_equation}
\input{chapters/ch13_wave_and_laplace}
\input{chapters/ch14_nonlinear_systems}
% ========== APPENDICES ==========
\input{appendices/appA_solution_summary}
\input{appendices/appB_transform_tables}
\input{appendices/appC_integral_tables}
\input{appendices/appD_notation}
\printnomenclature
\end{document}