<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Notes on cheese-cracker</title>
    <link>https://cheese-cracker.github.io/categories/notes/</link>
    <description>Recent content in Notes on cheese-cracker</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>©2026 cheese-cracker</copyright>
    <lastBuildDate>Thu, 01 Oct 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://cheese-cracker.github.io/categories/notes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Computational Geometry</title>
      <link>https://cheese-cracker.github.io/posts/compgeom/</link>
      <pubDate>Thu, 01 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://cheese-cracker.github.io/posts/compgeom/</guid>
      <description>Simple Notes for Computational Geometry</description>
    </item>
    <item>
      <title>Numerical Analysis</title>
      <link>https://cheese-cracker.github.io/posts/numan/</link>
      <pubDate>Mon, 20 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://cheese-cracker.github.io/posts/numan/</guid>
      <description>Table of Contents Sheet / Course Map for Numerical Analysis</description>
    </item>
    <item>
      <title>Math Modelling</title>
      <link>https://cheese-cracker.github.io/posts/mmodelling/</link>
      <pubDate>Mon, 20 May 2019 00:00:00 +0000</pubDate>
      <guid>https://cheese-cracker.github.io/posts/mmodelling/</guid>
      <description>&lt;h3 id=&#34;important-topics&#34;&gt;Important Topics&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.math24.net/routh-hurwitz-criterion/&#34;&gt;Routh Hurwitz Test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Matrix of Variation/Jacobian of dx/dt (and dy/dt)&lt;/li&gt;
&lt;li&gt;Stability of solution
&lt;ul&gt;
&lt;li&gt;Local Stability (Matrix of Variation) Eigenvalues
&lt;ul&gt;
&lt;li&gt;Positive Definate : Unstable&lt;/li&gt;
&lt;li&gt;Negative Definate : Local AS&lt;/li&gt;
&lt;li&gt;Imaginary Eigenvalues: Spiral&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Global Stability (Appropriate Lyaponov Function)
&lt;ul&gt;
&lt;li&gt;Test stability by Lyapunov Funcn or any other (V) has derivative negative definate&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
$$V(x) = x - x^* - x^* ln(\frac{x}{x^*}) \frac{k_1}{2}(T- T^*)^2 + \frac{k_2}{2}(U-U^*)^2$$$$\frac{dV}{dt} = \frac{\dot{x}}{x}( x - x^*) + other$$&lt;ul&gt;
&lt;li&gt;Quick Finding of Eigenvalues (see Prerequisites)&lt;/li&gt;
&lt;li&gt;Complex Eigenvalues and Calculation of Spiral&lt;/li&gt;
&lt;li&gt;Linearization of Solution&lt;/li&gt;
&lt;li&gt;Logistic regression Model

$$ \frac{dx}{dt} = rx(1 - \frac{x}{k})$$&lt;/li&gt;
&lt;li&gt;Persistance / Permanance of Solution&lt;/li&gt;
&lt;li&gt;Picard-Landlof Theorem - Existence of Solution&lt;/li&gt;
&lt;li&gt;Sylvester&amp;rsquo;s Criteria - b^2 - 4ac conditions&lt;/li&gt;
&lt;li&gt;Hamiltonian

$$ H(x, t, u, \lambda) = g*{divident}(x, t, u) + \lambda f*{capital\ assets}(x, t, u) $$&lt;/li&gt;
&lt;li&gt;Pontrayagin&amp;rsquo;s Maximum Principle

$$ \frac{d\lambda}{dt} = -\frac{dH}{dx}$$&lt;/li&gt;
&lt;li&gt;Bang-Bang and Singular Control (Control Theory)&lt;/li&gt;
&lt;li&gt;De Carte&amp;rsquo;s Rule of Sign&lt;/li&gt;
&lt;li&gt;Dulac Bendixson Criteria for periodicity of soln&lt;/li&gt;
&lt;li&gt;Bionic Equilibrium Conditions (for Optimal Harvesting)&lt;/li&gt;
&lt;li&gt;Hopf Bifurcation: The point where behavior of system stability changes. Opposite stability before and after critical value.&lt;/li&gt;
&lt;li&gt;Lebesgue Cycle Stability&lt;/li&gt;
&lt;li&gt;Basic Reproduction No.&lt;/li&gt;
&lt;li&gt;LimSup Method for showing boundedness&lt;/li&gt;
&lt;li&gt;Standard Comparison Theorem, Amax &amp;gt; Bmin, well-posedness &amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id=&#34;models&#34;&gt;Models&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Malthusian Growth Model

$$ dx/dt = rx$$&lt;/li&gt;
&lt;li&gt;Logistic Growth Model (inter-specific interference)&lt;/li&gt;
&lt;li&gt;Resource-Consumer and similar models -
&lt;ul&gt;
&lt;li&gt;Prey-Predator Model (or Resource Consumer)
&lt;ul&gt;
&lt;li&gt;specialized prey-predator&lt;/li&gt;
&lt;li&gt;generalized prey-predator&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Competetive Model&lt;/li&gt;
&lt;li&gt;Cooperation Model&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;3 Species Food Chain Model
(Logistic Growth with interspecie interface)&lt;/li&gt;
&lt;li&gt;Opimal Harvesting (fish) Model - Max Sustainable Yield&lt;/li&gt;
&lt;li&gt;Migration of Fishes Model&lt;/li&gt;
&lt;li&gt;Pollution Toxicant Models-
&lt;ul&gt;
&lt;li&gt;2D Model&lt;/li&gt;
&lt;li&gt;3D Model - Uptake of Conc (POST-Midsem)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Susceptible-Infected and variant models
&lt;ul&gt;
&lt;li&gt;SI Model&lt;/li&gt;
&lt;li&gt;SIS Model(with immunity)&lt;/li&gt;
&lt;li&gt;SIR Model(with complete cure forever)&lt;/li&gt;
&lt;li&gt;SEIR Model(Both Exposed and Recovery types)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h4 id=&#34;analysis-of-solution&#34;&gt;Analysis of Solution&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Boundedness&lt;/li&gt;
&lt;li&gt;Positivity and Solution Space $\Omega$&lt;/li&gt;
&lt;li&gt;Persistance of Solution (Show Lower Bound)&lt;/li&gt;
&lt;li&gt;Periodicity or not (Dulac Bendixson Criteria)&lt;/li&gt;
&lt;li&gt;Equilibrium Points&lt;/li&gt;
&lt;li&gt;Local Stability Analysis
&lt;ul&gt;
&lt;li&gt;Linearize solution and then find values OR&amp;hellip;&lt;/li&gt;
&lt;li&gt;Use generalized matrix of variation and plug in values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Global Stability Analysis
&lt;ul&gt;
&lt;li&gt;Choose Lyapanov Function and terms based on Logistic Growth or not&lt;/li&gt;
&lt;li&gt;Differentiate and show Negative Definate&lt;/li&gt;
&lt;li&gt;Use Sylvester&amp;rsquo;s Criteria and compare terms using Routh-Hurwitz Criteria&lt;/li&gt;
&lt;li&gt;Routh Array to show stability&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;other-analysis-techniques&#34;&gt;Other Analysis Techniques&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Rate $\dot{r}$ for growth and $\dot{\theta}$ for clockwise/anticlockwise in spirals&lt;/li&gt;
&lt;li&gt;Lebesgue Cycle stability in spirals&lt;/li&gt;
&lt;li&gt;Critical points in Hopf Bifurcation and stability chart&lt;/li&gt;
&lt;li&gt;Basic Reproduction Number Calculation&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h4 id=&#34;sample-model-to-check-equilibrium-points&#34;&gt;Sample Model to check equilibrium points&lt;/h4&gt;
&lt;div class=&#34;mermaid&#34;&gt;
graph TD
A[Formulate the Rate Diffn Equations] --&gt; AB
AB[ Find Omega. Check if bounded with limsup and show positive also. Check Persistance/Periodicity] --&gt; B
B[Find equilibrium points where rate = 0] --&gt; C
C[Local Stability. Get matrix of variation/Jacobian at these points] --&gt; D
C --&gt; E[Get Char Eqn with Eigenvalue]
E --&gt; F[Use Routh Hurwitz to get roots&#39; sign]
F --&gt; G[From sign of eigenvalues determine stability of Local Solution]
D[Get Eigenvalues of the matrix of variation] --&gt; G
G --&gt; H
H[Global Stability. Use Lyapunov function variants Derivative] --&gt; I[Check if negative definate by adding/subtracting]
&lt;/div&gt;
&lt;h4 id=&#34;harvesting-model-sample-flow&#34;&gt;Harvesting Model Sample Flow&lt;/h4&gt;
&lt;p&gt;Steps for Solving&lt;/p&gt;</description>
    </item>
    <item>
      <title>Principles of Economics</title>
      <link>https://cheese-cracker.github.io/posts/poe/</link>
      <pubDate>Mon, 20 May 2019 00:00:00 +0000</pubDate>
      <guid>https://cheese-cracker.github.io/posts/poe/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;
&lt;p&gt;These are my notes for POE. The notes were written using markdown and vim (see iamcco/markdown.nvim plugin) and Pandoc (with eisvogel template).
Feel free to collaborate to the &lt;strong&gt;&lt;a href=&#34;https://hackmd.io/PtXbIdS-R52MuXXW6gc9uA?both&#34;&gt;Online Version of POE Notes&lt;/a&gt;&lt;/strong&gt;.
These are only supplementary notes and NOT Lecture Notes.
Some useful resources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Graphs and Networks</title>
      <link>https://cheese-cracker.github.io/posts/graphsnetworks/</link>
      <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
      <guid>https://cheese-cracker.github.io/posts/graphsnetworks/</guid>
      <description>graphs and networks quick notes</description>
    </item>
  </channel>
</rss>
