Notes/Semester/SoSe 25/Mobilfunk/Dekadischer Logarithmus Tabelle.md
2025-08-17 20:29:20 +02:00

22 lines
302 B
Markdown

---
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$$
---