when I wrote
Code: Select all
\begin{eqnarray*}
I_1&=&\left[\mu_0-\frac{\rm k_1 \sigma}{\rm \sqrt{n_1}},
\mu_0+\frac{\rm k_1\sigma} {\sqrt{n_1}}\right]
\end{eqnarray*}
Code: Select all
\begin{eqnarray*}
I_1&=&\left[\mu_0-\frac{\rm k_1 \sigma}{\rm \sqrt{n_1}},
\mu_0+\frac{\rm k_1\sigma} {\sqrt{n_1}}\right]
\end{eqnarray*}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align*}
I_1 &= \left[\mu_0-\frac{\rm k_1 \sigma}{\rm \sqrt{n_1}}\raisebox{.7mm}{,}\,
\mu_0+\frac{\rm k_1\sigma} {\sqrt{n_1}}\right]
\end{align*}
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis