-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFigure_2_1.Rmd
More file actions
38 lines (24 loc) · 804 Bytes
/
Copy pathFigure_2_1.Rmd
File metadata and controls
38 lines (24 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: "Figure 2.1"
author: "Sean Raleigh"
output: html_notebook
---
# From "Programming with Data", Chapter 2 of *Data Science for Mathematicians*
[Preview this notebook to see the rendered right-half of Figure 2.1.]
In Markdown, text can be formatted with *italics*, **bold**, ***bold italics***, ~~strikethrough~~, and `monospaced` text for code.
There is support for LaTeX, either inline math, $x = \frac{-b \pm \sqrt{b^{2} - 4ac}}{2a}$, or displayed math:
$$i\hbar \frac{\partial}{\partial t}\lvert \Psi(\mathbf{r}, t) \rangle = \hat{H} \lvert \Psi(\mathbf{r}, t) \rangle.$$
You can create block quotes:
> This is a block quote.
Or horizontal rules:
***
* Bullet-
* pointed
* lists
* with
* indented
* outline
* capabilities
Or numbered lists:
1. Numbered
2. Lists