This commit is contained in:
2026-05-13 19:21:03 +02:00
parent ba442e55e5
commit 48670de22a
216 changed files with 64783 additions and 12 deletions
@@ -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$$
---