I have a problem in writing this equation in one line, as some of the matters are cut down due to the page size.
I want to split lit and write in two line, but I am not getting it.
Kinldy help me with this. my equation is
Code: Select all
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\[
T_8(z)=\frac{[1.6484,1.7156]z^7+[1.0937,1.1383]z^6+[-0.2142,-0.2058]z^5+[0.1490,0.1550]z^4
+[-0.5263,-0.5057]z^3+[-0.2672,-0.2568]z^2+[0.0431,0.0449]z+[-0.0061,-0.0059]}%
%
{[23.52,24.48]z^8+[-1.7156,-1.6484]z^7+[-1.1383,-1.0937]z^6+[0.2058,0.2142]z^5+[-0.1550,-0.1490]z^4
+[0.5057,0.5263]z^3+[0.2568,0.2672]z^2+[-0.0449,-0.0431]z+[0.0059,0.0061]}
\]
\end{document}