This commit is contained in:
2025-08-17 20:29:20 +02:00
parent 4ac443a3de
commit 229872c6f3
65 changed files with 571 additions and 24 deletions

View File

@@ -0,0 +1,21 @@
---
title: log10 Tabelle - Note
timestamp: 12.08.2025 - 21:38
tags:
- Note
- Uni
---
>[!info]
# Regeln
- Umwandlung von Multiplikation in Addition
$$\log_n(x*y) = \log_n(x) + \log_n(y)$$
- Potenzgesetz
$$\log_n(x^n)=n\cdot\log_n(x)$$
# Tabelle
$$\forall n\in \mathbb{N}_+: \log_n(1) = 0$$
---

View File

@@ -19,6 +19,7 @@ tags:
| 15-16.30h | E-Technik | E-Technik | | | |
# Klausur Termine
- 19.8 Mobilfunk
-
---