[Analysis] Notes and cleanup

Notes for tangent space computation and green's formula.
Also includes fixes for the pagination as result of additions
This commit is contained in:
2026-01-31 15:07:22 +01:00
parent 9245068d97
commit d7fce554cd
8 changed files with 16 additions and 11 deletions

View File

@@ -29,5 +29,5 @@ The homogeneous equation will then be all the elements of the set summed up.\\
\item \bi{Separation of variables} For equations of form $y' = a(y) \cdot b(x)$ (Note: Not linear),
we transform into $\frac{y'}{a(y)} = b(x)$ and then integrate by substituting $y'(x) dx = dy$, changing the variable of integration.
Solution: $A(y) = B(x) + c$, with $A = \int \frac{1}{a}$ and $B(x) = \int b(x)$.
To get final solution, solve for the above equation for $y$.
To get final solution, solve the above equation for $y$.
\end{itemize}