Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathematics for Quantum Physics
lectures
Commits
fbc84e17
Commit
fbc84e17
authored
4 years ago
by
Scarlett Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Test
parent
fd7f5210
No related branches found
Branches containing commit
No related tags found
1 merge request
!8
Differential Equations Lecture 1
Pipeline
#40606
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/differential_equations_1.md
+18
-0
18 additions, 0 deletions
src/differential_equations_1.md
with
18 additions
and
0 deletions
src/differential_equations_1.md
0 → 100644
+
18
−
0
View file @
fbc84e17
---
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 $
\d
ot{x}(t)=
\f
rac{dx}{dt}$, $x^{(n)}(t)=
\f
rac{d^{n}x}{dt^{n}}$
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment