We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c416cd0 commit c53db5aCopy full SHA for c53db5a
pct/_toc.yml
@@ -16,5 +16,7 @@ chapters:
16
- file: modules/04/intro.md
17
sections:
18
- file: modules/04/linear-equations.ipynb
19
+ - file: modules/04/nonlinear-equations.ipynb
20
+ - file: modules/04/acceleration.ipynb
21
- file: notebooks
22
- file: markdown-notebooks
pct/modules/04/acceleration.ipynb
@@ -0,0 +1,25 @@
1
+{
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {},
6
+ "source": [
7
+ "# Numerical Acceleration"
8
+ ]
9
+ },
10
11
+ "cell_type": "code",
12
+ "execution_count": null,
13
14
+ "outputs": [],
15
+ "source": []
+ }
+ ],
+ "metadata": {
+ "language_info": {
+ "name": "python"
23
+ "nbformat": 4,
24
+ "nbformat_minor": 2
25
+}
0 commit comments