Skip to content
Snippets Groups Projects
Commit fbc84e17 authored by Scarlett Gauthier's avatar Scarlett Gauthier
Browse files

Test

parent fd7f5210
No related branches found
No related tags found
1 merge request!8Differential Equations Lecture 1
Pipeline #40606 passed
---
title: Differential Equations
---
# Differential equations
A differential equation is any equation which involves both a function and some
derivative of that function. In this course we will be focusing on
*Ordinary Differential Equations*, meaning that our equations will involve
functions of one dependent variable and hence any derivatives will be full
derivatives. Equations which involve a function of several dependent variables
and their partial derivatives are handled in courses on
*Partial Differential Equations*.
We consider functions $x(t)$ and define $\dot{x}(t)=\frac{dx}{dt}$, $x^{(n)}(t)=\frac{d^{n}x}{dt^{n}}$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment