Answers
Answered by
0
Answer:
You can use \leftroot (for horizontal shifting), and/or \uproot (for vertical shifting) from the amsmath package; using \scriptstyle you can increase the size of the index (not sure if this is a good idea); preferable to use a superscript instead of the root:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\sqrt[3]{\frac{a}{b}}\qquad \sqrt[\leftroot{-1}\uproot{2}\scriptstyle 3]{\frac{a}{b}}\qquad
\Bigl(\frac{a}{b}\Bigr)^{1/3}
\]
\end{document}
enter image description here
Answered by
0
Similar questions
Hindi,
2 months ago
History,
2 months ago
English,
4 months ago
Environmental Sciences,
4 months ago
Math,
11 months ago