Skip to content

Commit

Permalink
Essence of calculus (#353)
Browse files Browse the repository at this point in the history
* Rough draft of area and slope lesson with markdownified text, sections, and screenshots.

* Publish progress of integration lesson

* First pass on higher order derivatives lesson

* Small edit

* Add integration changes

* publish figures for higher order derivatives

* Small changes

* Publish vector figures progress for area and slope article

* Vectorize the rest of area and slope figures, new thumbnail

* Apply some of Grant's notes to the area and slope article

* Publish vectorized images for integration article

* Plus constant issue and quick recap sections

* Finished up remaining TODOs for integration lesson

* Fix typo

* Increase line space within \aligned environment for taylor series article

* Added review question, changed second derivative section, and added spaceship comrehensive question for higher-order derivatives article

* Added quick intuition section to area and slope article

* Fix typo

---------

Co-authored-by: Kurt Bruns <[email protected]>
  • Loading branch information
kurtbruns and Kurt Bruns authored Sep 12, 2023
1 parent ba3b394 commit 1dd3593
Show file tree
Hide file tree
Showing 180 changed files with 16,896 additions and 172 deletions.
4 changes: 2 additions & 2 deletions .vscode/3blue1brown.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "Insert a figure shortcode into markdown."
},
"Question": {
"scope": "markdown",
"scope": "markdow, mdx",
"prefix": "question",
"body": [
"<Question\n question=\"$1\"\n choice1=\"$2\"\n choice2=\"$3\"\n choice3=\"$4\"\n choice4=\"$5\"\n answer={$6}\n>\n$7\n</Question>"
],
"description": "Insert a question into markdown."
},
"Accordion": {
"scope": "markdown",
"scope": "markdown, mdx",
"prefix": "accordion",
"body": [
"<Accordion title=\"$1\">\n$7\n</Accordion>"
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.wordWrap": "on"
}
1 change: 1 addition & 0 deletions data/topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- area-and-slope
- higher-order-derivatives
- taylor-series
- taylor-series-geometric-view
- derivatives-and-transforms
- name: Linear Algebra
slug: linear-algebra
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

105 changes: 105 additions & 0 deletions public/content/lessons/2017/area-and-slope/figures/generalize.svg

Large diffs are not rendered by default.

Large diffs are not rendered by default.

449 changes: 449 additions & 0 deletions public/content/lessons/2017/area-and-slope/figures/quick-intuition.svg

Large diffs are not rendered by default.

Loading

0 comments on commit 1dd3593

Please sign in to comment.