Recently, LaTeX always shows
"Underfull \hbox (badness 10000) in paragraph at lines 106--107
Trial:
\documentclass{ctexart}
\usepackage{color}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{epstopdf}
\hfuzz=\maxdimen
\tolerance=10000
\hbadness=10000
\begin{document}
$(A \pm B)^{-1} \neq A^{-1} \pm B^{-1}$,$(A \pm B)^* \neq A^* \pm B^*$~\
$|(A^*)^*|=|A|^{n^2-2 n+1}$~\
\end {document}
My question :How to revise it?
And I found the code that cotains the "~\\" and blank line always shows the warning imformation "Underfull \hbox (badness 10000) in paragraph at lines"

"~\\"andblank linealways shows the warning imformation"Underfull \hbox (badness 10000) in paragraph at lines"– abc Dec 18 '13 at 01:55\\at the end of a paragraph. Never do that. – David Carlisle Dec 18 '13 at 09:17~\\It is always wrong to end a paragraph with\\(and always wrong to have~at the end of a line) – David Carlisle Dec 18 '13 at 09:19