Minor changes
This commit is contained in:
parent
e189b1263c
commit
bf22f8b84d
3 changed files with 41 additions and 0 deletions
21
source/calculus/notations.rst
Normal file
21
source/calculus/notations.rst
Normal file
|
@ -0,0 +1,21 @@
|
|||
Differentiation Notations
|
||||
================================
|
||||
|
||||
|
||||
Leibniz's Notation
|
||||
-------------------
|
||||
https://www.me.psu.edu/cimbala/me420/Homework/dydx_quotient_article.html
|
||||
|
||||
Lagrange's Notation
|
||||
-------------------
|
||||
Also cal prime notation
|
||||
|
||||
Newton's Notation
|
||||
-------------------
|
||||
|
||||
|
||||
.. note::
|
||||
These notes are inspired from `this page <https://byjus.com/maths/ordinary-differential-equations/>`__
|
||||
|
||||
|
||||
|
12
source/calculus/ode.rst
Normal file
12
source/calculus/ode.rst
Normal file
|
@ -0,0 +1,12 @@
|
|||
Ordinary Differential Equations
|
||||
================================
|
||||
|
||||
- An Ordinary Differential Equations (ODE) is a differential equation that involves a single independant variable and its derivatives.
|
||||
|
||||
- The order of a ODE is define as the order of the highest derivative that occurs in the equation.
|
||||
|
||||
`Original Source <https://byjus.com/maths/ordinary-differential-equations/>`__
|
||||
|
||||
.. note::
|
||||
When working with differential equations with often use the Lagrange's notation (see :doc:`notations`).
|
||||
|
|
@ -40,6 +40,14 @@ Welcome to ScienceNotes's documentation!
|
|||
electronics/superposition.rst
|
||||
electronics/thevnort.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:numbered:
|
||||
:caption: Calculus
|
||||
|
||||
calculus/notations.rst
|
||||
calculus/ode.rst
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
|
Loading…
Add table
Reference in a new issue