Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added intro to matlab ode-solvers
  • Loading branch information
rcc02007 committed Feb 21, 2018
1 parent 496ba13 commit 53bf5d8
Show file tree
Hide file tree
Showing 4 changed files with 1,432 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Matlab refresher.ipynb
@@ -0,0 +1,34 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Octave",
"language": "octave",
"name": "octave"
},
"language_info": {
"file_extension": ".m",
"help_links": [
{
"text": "MetaKernel Magics",
"url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md"
}
],
"mimetype": "text/x-octave",
"name": "octave",
"version": "0.19.14"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
6 changes: 6 additions & 0 deletions Untitled.ipynb
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 53bf5d8

Please sign in to comment.