2023-10-23 13:33:35 +02:00
|
|
|
site_name: My notes
|
|
|
|
docs_dir: '../../docs/en'
|
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
features:
|
|
|
|
- navigation.instant
|
|
|
|
- navigation.instant.prefetch
|
|
|
|
- navigation.tabs
|
|
|
|
- toc.follow
|
|
|
|
palette:
|
|
|
|
- scheme: slate
|
|
|
|
primary: black
|
|
|
|
accent: teal
|
|
|
|
language: en
|
|
|
|
|
|
|
|
extra:
|
|
|
|
generator: false
|
|
|
|
alternate:
|
|
|
|
- name: English
|
|
|
|
link: /en/
|
|
|
|
lang: en
|
|
|
|
- name: Nederlands
|
|
|
|
link: /nl/
|
|
|
|
lang: nl
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- search:
|
2023-10-23 13:36:32 +02:00
|
|
|
lang: en
|
2023-10-23 13:33:35 +02:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.arithmatex:
|
|
|
|
generic: true
|
|
|
|
|
|
|
|
extra_javascript:
|
|
|
|
- javascripts/mathjax.js
|
|
|
|
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
|
|
|
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
|
|
|
|
|
|
|
nav:
|
|
|
|
- 'Welcome': index.md
|
|
|
|
- 'Mathematics':
|
2023-10-23 16:32:39 +02:00
|
|
|
- 'Start': mathematics/start.md
|
|
|
|
- 'Calculus':
|
|
|
|
- 'Limits': mathematics/calculus/limits.md
|
|
|
|
- 'Continuity': mathematics/calculus/continuity.md
|
|
|
|
- 'Differentation': mathematics/calculus/differentation.md
|
|
|
|
- 'Transcendental functions':
|
|
|
|
- 'Inverse functions': mathematics/calculus/transcendental-functions/inverse-functions.md
|
|
|
|
- 'Exponential and logarithmic functions': mathematics/calculus/transcendental-functions/exponential-and-logarithmic-functions.md
|
|
|
|
- 'Extremes values': mathematics/calculus/extremes-values.md
|
|
|
|
- 'Concavity and inflections': mathematics/calculus/concavity-and-inflections.md
|
|
|
|
- 'Taylor polynomials': mathematics/calculus/taylor-polynomials.md
|
|
|
|
- 'Integration': mathematicse/calculus/integration.md
|
|
|
|
- 'Integration techniques': mathematics/calculus/integration-techniques.md
|
|
|
|
- 'Improper integrals': mathematics/calculus/improper-integrals.md
|
2023-10-29 20:02:37 +01:00
|
|
|
- 'Multivariable calculus':
|
|
|
|
- 'Functions of several variables': mathematics/multivariable-calculus/functions-of-several-variables.md
|
|
|
|
- 'Limits and continuity': mathematics/multivariable-calculus/limits-and-continuity.md
|
|
|
|
- 'Differentation': mathematics/multivariable-calculus/differentation.md
|
|
|
|
- 'Implicit equations': mathematics/multivariable-calculus/implicit-equations.md
|
|
|
|
- 'Taylor polynomials': mathematics/multivariable-calculus/taylor-polynomials.md
|
|
|
|
- 'Extrema': mathematics/multivariable-calculus/extrema.md
|
|
|
|
- 'Integration': mathematics/multivariable-calculus/integration.md
|
2023-10-23 16:32:39 +02:00
|
|
|
- 'Ordinary differential equations':
|
|
|
|
- 'First order differential equations': mathematics/ordinary-differential-equations/first-order-ode.md
|
|
|
|
- 'Second order differential equations': mathematics/ordinary-differential-equations/second-order-ode.md
|
|
|
|
- 'Systems of linear differential equations': mathematics/ordinary-differential-equations/systems-of-linear-ode.md
|
2023-10-25 22:27:17 +02:00
|
|
|
- 'The Laplace transform': mathematics/ordinary-differential-equations/laplace-transform.md
|
2023-10-29 20:02:37 +01:00
|
|
|
|
2023-10-23 13:33:35 +02:00
|
|
|
|
|
|
|
- 'Physics':
|
|
|
|
- 'Start': physics/start.md
|
|
|
|
|
|
|
|
- 'Chemistry':
|
|
|
|
- 'Start': chemistry/start.md
|
|
|
|
|
|
|
|
- 'Philosophy':
|
|
|
|
- 'Start': philosophy/start.md
|
|
|
|
|
|
|
|
- 'Programming':
|
|
|
|
- 'Start': programming/start.md
|