Skip to content

Commit 7a13d4f

Browse files
committed
Minor tag and description fixes
1 parent adde8ca commit 7a13d4f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

content/formulas/gaussian/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Gaussian/Normal Distribution
33
description: "The formula for the normal distribution."
44
summary: "The formula for the normal distribution."
5-
tags: ["statistics", "probability theory"]
5+
tags: ["math", "statistics", "probability theory"]
66
date: 2023-07-13
77
latex: f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}
88
---

content/formulas/ideal-gas-law/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ tags: ["chemistry"]
66
date: 2022-11-27
77
latex: PV = nRT
88
---
9-
{{< katex >}}
9+
{{< katex >}}
10+
The ideal gas law is given by:
11+
1012
$$PV = nRT$$
1113

1214
Where

content/formulas/ohms-law/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ tags: ["physics", "electrical engineering"]
66
date: 2022-11-27
77
latex: V = IR
88
---
9+
910
{{< katex >}}
11+
Ohm's law is given by:
12+
1013
$$V = IR$$
1114

1215
Where

0 commit comments

Comments
 (0)