Fix template {{

This commit is contained in:
Peter 2024-11-17 04:23:39 +08:00
parent e10a7b1b9d
commit fa4942e838

View File

@ -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]
```