Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Stellenwertsysteme

  • Anzahl von Symbolen -> Basis des Zahlensystems
  • Beispiele:
    • Binär (Basis 2): { 0, 1 }
    • Dezimal (Basis 10): { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }
    • Hexadezimal (Basis 15): { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F }

Man schreibt die Basis immer klein bei einer Zahl dazu, damit man weiß, welche Basis gemeint ist.
z.B.: \( 10_2 \), \( 13_{10} \), \( A9_{15} \)