skeleton: 14 chapter stubs and 4 appendices

This commit is contained in:
Worker Agent
2026-06-04 15:26:32 -05:00
parent 4d69c898cd
commit ff858aaad8
19 changed files with 860 additions and 0 deletions

40
main.tex Normal file
View File

@@ -0,0 +1,40 @@
\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}