Skip to main content

Stokes Equation Plan

ยท 2 min read
Brahi
author

On January 1, 2025, I set out to write an article about returning to mathematics. This article is a collection of all the topics I've learned, both in my undergraduate degree in applied mathematics and my master's degree in software engineering, although I believe my free time has been my greatest source of learning.

I made a list for developing experiments that can approximate Stokes' equation using neural networks.

This list, like this post, may change, but it will always retain its essence

Click on Read More to see the list.

Functional Analysisโ€‹

  • ๐Ÿ”ต Normed spaces and preliminaries
    • ๐Ÿ”ต Comment on having a solid foundation in metric spaces, vector spaces, and continuity definitions for this course
    • ๐Ÿ”ต Lebesgue space
    • ๐Ÿ”ต Normed spaces
      • ๐Ÿ”ต Definition
      • ๐Ÿ”ต Continuous function
      • ๐Ÿ”ต Sequentice and dense
      • โ›”๐Ÿ”„ Complete sets and Compact sets?
  • ๐Ÿ”ต Banach and Hilbert Space
    • ๐Ÿ”ต Banach spaces
    • ๐Ÿ”ต Hilbert spaces
    • ๐Ÿ”ต Examples
    • ๐Ÿ”ต Dual
    • ๐Ÿ”ต the Riesz Representation Theorem
  • โ›” Distributions and Sobolev Spaces
    • โ›” Definition
    • โ›”๐Ÿ”„ Test functions
    • โ›” Distributions
    • โ›”๐Ÿ”„ Locally integrable functions
    • โ›” Derivatives of distributions
    • โ›” Weak derivatives
    • โ›” Sobolev Norms
    • โ›” Sobolev Spaces
    • โ›” Poincare inequality
  • โ›” Weak solution of the Poisson equation
    • โ›” formulationn equation
    • โ›” Dirichlet integral develop
    • โ›” Weak solution of the Laplace equation
    • โ›” Weak solution of the Poisson equation

Universal Approximation Theoremโ€‹

  • โœ… Neural networks
  • ๐Ÿ”ต Theorems
    • ๐Ÿ”ต Spaces pf continuos functions
    • ๐Ÿ”ต Lp(ฮฉ)L^p(\Omega) spaces
    • ๐Ÿ”ต Multilayer networks
    • ๐Ÿ”ต Multioutput
    • โ›” Sobolev spaces

Computational Experimentsโ€‹

  • โ›” installation of libraries and a construction example (linear regression)
  • ๐Ÿ”ต Function Approximation with Neural Networks
    • ๐Ÿ”ต f:Rโ†’Rf:\mathbb{R}\to \mathbb{R}
      • ๐Ÿ”ต continuous function xsinโก(x)x\sin(x)
      • โ›” Sobolev function
    • ๐Ÿ”ต f:R2โ†’Rf:\mathbb{R}^2\to \mathbb{R}
      • ๐Ÿ”ต sinโก(x+y)\sin(x+y)
      • ๐Ÿ”ต sinโก(x2+y2)\sin(x^2+y^2)
  • โ›” Mesh
  • โ›” Approximating Differential Equations with Neural Networks
    • โ›” EDP: Laplace equation
    • โ›” EDP: Poisson equation

Stokes Equationsโ€‹

  • โ›” Formalization
  • โ›” Variational formulation
  • โ›” Theorems
  • โ›” Implementation
  • โ›” Examples