
括弧内の任意の数値と同様に、平方根方程式の根号を入力することは可能ですか\sqrt{}
? やり方を調べましたが、理解できない高度な LaTeX の回答しかありませんでした。誰か助けてくれませんか?
答え1
\documentclass[preview,border=12pt,12pt,varwidth]{standalone}% change this line to \documentclass{article} or whatever you want.
\begin{document}
\noindent
The square root of 100 is $\sqrt{100}=10$.
\\
But the cubic root of 64 is $\sqrt[3]{64}=4$.
\end{document}
答え2
\sqrt{.........}
括弧内に任意の数字を入力するだけです。