mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 12:00:18 +08:00
Fix template {{
This commit is contained in:
parent
e10a7b1b9d
commit
fa4942e838
|
@ -60,9 +60,9 @@ All prices in AUD.
|
|||
| 1.19 | 31.59 | 63.01 | 43.06 | 64.40 | 46.65$A | Simulated mass |
|
||||
|
||||
```mathematica
|
||||
prices = {{0.18, 3.18}, {0.29, 3.18}, {0.33, 14.35}, {0.39,
|
||||
prices = { {0.18, 3.18}, {0.29, 3.18}, {0.33, 14.35}, {0.39,
|
||||
14.35}, {0.46, 14.35}, {0.56, 19.80}, {0.59, 20.68}, {0.60,
|
||||
20.68}, {0.61, 20.68}, {0.67, 23.39}, {0.8, 23.61}, {1.19, 31.59}}
|
||||
20.68}, {0.61, 20.68}, {0.67, 23.39}, {0.8, 23.61}, {1.19, 31.59} }
|
||||
|
||||
ListPlot[prices]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user