mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 18:44:24 +00:00
[Analysis] Start new section
This commit is contained in:
Binary file not shown.
@@ -70,6 +70,7 @@ You could also print it as two A5 pages per A4 page and also print the
|
||||
\newsection
|
||||
\section{Differential Equations}
|
||||
\input{parts/diffeq/00_intro.tex}
|
||||
\input{parts/diffeq/linear-ode/00_intro.tex}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
\newsection
|
||||
\newsectionNoPB
|
||||
\subsection{Linear Differential Equations}
|
||||
\compactdef{Linear differential equation of order $k$}
|
||||
$y^{(k)} + a_{k - 1}y^{(k - 1)} + \ldots + a_1 y' + a_0 y = b$, with $a_i$ and $b$ functions in $x$.
|
||||
If $b(x) = 0 \smallhspace \forall x$, \bi{homogeneous}, else \bi{inhomogeneous}
|
||||
|
||||
Reference in New Issue
Block a user