I am trying to get this little matrix to work but I cant seem to find a way to do it.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{natbib}
\usepackage{graphicx}
\usepackage{german}
\usepackage{mathtools}
\usepackage{bm}
\begin{document}
\begin{align}
\label{eg:Verstärkungsmatrix}
\bm{\Bar{K}}_s &=
\begin{bmatrix*}[r]
454.8000 & 8.8000 \\
-44.8800 & 2.1200
\end{bmatrix*}
\end{align}
\end{document}
The problem happens if I want to add \bm and \bar at the same time. Each on their on work perfectly fine.

germanis obsolete. Do\usepackage[T1]{fontenc}and\usepackage[ngerman]{babel}instead. – egreg May 16 '20 at 12:40