6
votes
1answer
119 views

Add Overbrace to describe a column of matrix

I want to add some over-braces to a matrix to get the following output: However, this this what I managed to get: I don't know how to get the neuron 1 and neuron 2 headings...I was thinking of ...
0
votes
0answers
81 views

Failure IEEE Environment [closed]

\begin{IEEEeqnarray*}{rCl} \frac{k(k+1)(2k+1)}{6}+(k+1)^2&=&\frac{k(k+1)(2k+1)+6(k+1)^2}{6} &=&\frac{(k+1)(k(2k+1)+6(k+1))}{6} \\ &=&\frac{(k+1)(2k^2+7k+6)}{6} \\ ...
2
votes
3answers
612 views

Adding vertical space in a multi-line equation while using IEEEeqnarray

how can I add vertical space between lines in an equation while using IEEEeqnarray?
1
vote
1answer
1k views

How to left justify equations in IEEEeqnarray environment?

I have an document that use both IEEEeqnarray and normal equation environment. The equation is set to be left justified with \usepackage[fleqn]{amsmath} However IEEEeqnarray is centered. How to ...
4
votes
1answer
6k views

equation spanning two columns in ieeetran

I am writing a paper using ieee style in two columns format. Do you know how can I write an equation that spans over the two columns?