Search found 2 matches

by amit522
Tue Jan 20, 2015 11:02 am
Forum: Text Formatting
Topic: How to write long equation in one or two line in Latex
Replies: 2
Views: 3803

How to write long equation in one or two line in Latex

As stated by Johannes, in another possible way of the equation could be

\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 ...
by amit522
Tue Jan 20, 2015 9:17 am
Forum: Text Formatting
Topic: How to write long equation in one or two line in Latex
Replies: 2
Views: 3803

How to write long equation in one or two line in Latex

Hello there,
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

\documentclass{article}
\usepackage{mathtools}
\begin{document ...