LaTeX How do I write a system of equations with dots in latex?

AI Thread Summary
The discussion focuses on writing a system of equations in LaTeX, specifically how to include dots in the equations similar to a provided image. A user shares a LaTeX code snippet using the align environment to format the equations correctly. Another participant expresses satisfaction with the provided solution but seeks clarification on how to properly write vertical dots (vdots) with appropriate spacing. The conversation emphasizes the importance of formatting in LaTeX for clarity in presenting mathematical equations.
haseebmahmud
Messages
4
Reaction score
0
Hi Folks,

I want to write a system of equations in latex. The equations is something similar as follows,

http://farm4.static.flickr.com/3081/2466547973_636ea6137f_o.jpg

Generally, its ok to write system of equations in latex. But i don't have any idea how can I place the dots like what you see in the picture attached.

Any help would be greatly appreciated.

Thanks in advance.

_HM
 
Last edited by a moderator:
Physics news on Phys.org
Something like this?
\begin{align*}<br /> y_1 a_{11} &amp; + &amp; y_2 a_{21} &amp; + &amp; \cdots &amp; + &amp; e_1 &amp; = &amp; 0 \\<br /> y_1 a_{12} &amp; + &amp; y_2 a_{22} &amp; + &amp; \cdots &amp; + &amp; e_2 &amp; = &amp; 0 \\<br /> \vdots &amp; &amp; \vdots &amp; &amp; &amp; &amp; \vdots&amp; &amp; \\<br /> y_1 a_{1M} &amp; + &amp; y_2 a_{2M} &amp; + &amp; \cdots &amp; + &amp; e_M &amp; = &amp; 0 \\<br /> \end{align*}

(click to see source)
 
gr8. that's exactly what i am looking for. i googled a lot but didnt find the exact. thanks again. anyway could you please tell me how should i write vdots. I mean the spacing.
 
Last edited:

Similar threads

Replies
1
Views
2K
Replies
11
Views
5K
Replies
12
Views
3K
Replies
3
Views
1K
Replies
5
Views
3K
Back
Top