cases in equation mode
up vote
0
down vote
favorite
I want to write this equation

The curly brace I can't give. I tried this code
begin{equation}
begin{table}
begin{tabular}{ll}
m_i^2 &=lambdaphi^2_{cl}-mu^2 mathnormal{acting on}
eta^1,....eta^{N-1}\
&=3lambdaphi^2_{cl}-mu^2
tag{11.65}
end{tabular}
end{table}
end{equation}
It's not working. Giving me this, moreover I am creating a beamer slide. It creates a blank page whenever I write this code.
How can I produce the above result? Plus it is not also numbering my equation.

equations cases
add a comment |
up vote
0
down vote
favorite
I want to write this equation

The curly brace I can't give. I tried this code
begin{equation}
begin{table}
begin{tabular}{ll}
m_i^2 &=lambdaphi^2_{cl}-mu^2 mathnormal{acting on}
eta^1,....eta^{N-1}\
&=3lambdaphi^2_{cl}-mu^2
tag{11.65}
end{tabular}
end{table}
end{equation}
It's not working. Giving me this, moreover I am creating a beamer slide. It creates a blank page whenever I write this code.
How can I produce the above result? Plus it is not also numbering my equation.

equations cases
2
You have to usecasesenvironment.
– Sigur
Nov 21 at 13:30
please explain a bit more detail,can u write it up?
– jowadul kader
Nov 21 at 13:31
tableis a floating environment. it should never be nested withinequation.
– barbara beeton
Nov 22 at 16:17
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to write this equation

The curly brace I can't give. I tried this code
begin{equation}
begin{table}
begin{tabular}{ll}
m_i^2 &=lambdaphi^2_{cl}-mu^2 mathnormal{acting on}
eta^1,....eta^{N-1}\
&=3lambdaphi^2_{cl}-mu^2
tag{11.65}
end{tabular}
end{table}
end{equation}
It's not working. Giving me this, moreover I am creating a beamer slide. It creates a blank page whenever I write this code.
How can I produce the above result? Plus it is not also numbering my equation.

equations cases
I want to write this equation

The curly brace I can't give. I tried this code
begin{equation}
begin{table}
begin{tabular}{ll}
m_i^2 &=lambdaphi^2_{cl}-mu^2 mathnormal{acting on}
eta^1,....eta^{N-1}\
&=3lambdaphi^2_{cl}-mu^2
tag{11.65}
end{tabular}
end{table}
end{equation}
It's not working. Giving me this, moreover I am creating a beamer slide. It creates a blank page whenever I write this code.
How can I produce the above result? Plus it is not also numbering my equation.

equations cases
equations cases
edited Nov 21 at 13:41
Sigur
23.3k354135
23.3k354135
asked Nov 21 at 13:29
jowadul kader
332
332
2
You have to usecasesenvironment.
– Sigur
Nov 21 at 13:30
please explain a bit more detail,can u write it up?
– jowadul kader
Nov 21 at 13:31
tableis a floating environment. it should never be nested withinequation.
– barbara beeton
Nov 22 at 16:17
add a comment |
2
You have to usecasesenvironment.
– Sigur
Nov 21 at 13:30
please explain a bit more detail,can u write it up?
– jowadul kader
Nov 21 at 13:31
tableis a floating environment. it should never be nested withinequation.
– barbara beeton
Nov 22 at 16:17
2
2
You have to use
cases environment.– Sigur
Nov 21 at 13:30
You have to use
cases environment.– Sigur
Nov 21 at 13:30
please explain a bit more detail,can u write it up?
– jowadul kader
Nov 21 at 13:31
please explain a bit more detail,can u write it up?
– jowadul kader
Nov 21 at 13:31
table is a floating environment. it should never be nested within equation.– barbara beeton
Nov 22 at 16:17
table is a floating environment. it should never be nested within equation.– barbara beeton
Nov 22 at 16:17
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote

documentclass[11pt,a4paper]{report}
usepackage{amsmath}
usepackage{lipsum,showframe} % just to example
begin{document}lipsum*[2]
begin{equation}
m_i^2 =
begin{cases}
lambdaphi^2_{cl}-mu^2 & text{acting on $eta^1,dots,eta^{N-1}$;}\
3lambdaphi^2_{cl}-mu^2 & text{acting on $eta^N$.}
end{cases}
tag{11.65}
end{equation}
lipsum*[2]
end{document}
1
thank you sir.thank you very much.
– jowadul kader
Nov 21 at 13:56
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote

documentclass[11pt,a4paper]{report}
usepackage{amsmath}
usepackage{lipsum,showframe} % just to example
begin{document}lipsum*[2]
begin{equation}
m_i^2 =
begin{cases}
lambdaphi^2_{cl}-mu^2 & text{acting on $eta^1,dots,eta^{N-1}$;}\
3lambdaphi^2_{cl}-mu^2 & text{acting on $eta^N$.}
end{cases}
tag{11.65}
end{equation}
lipsum*[2]
end{document}
1
thank you sir.thank you very much.
– jowadul kader
Nov 21 at 13:56
add a comment |
up vote
3
down vote

documentclass[11pt,a4paper]{report}
usepackage{amsmath}
usepackage{lipsum,showframe} % just to example
begin{document}lipsum*[2]
begin{equation}
m_i^2 =
begin{cases}
lambdaphi^2_{cl}-mu^2 & text{acting on $eta^1,dots,eta^{N-1}$;}\
3lambdaphi^2_{cl}-mu^2 & text{acting on $eta^N$.}
end{cases}
tag{11.65}
end{equation}
lipsum*[2]
end{document}
1
thank you sir.thank you very much.
– jowadul kader
Nov 21 at 13:56
add a comment |
up vote
3
down vote
up vote
3
down vote

documentclass[11pt,a4paper]{report}
usepackage{amsmath}
usepackage{lipsum,showframe} % just to example
begin{document}lipsum*[2]
begin{equation}
m_i^2 =
begin{cases}
lambdaphi^2_{cl}-mu^2 & text{acting on $eta^1,dots,eta^{N-1}$;}\
3lambdaphi^2_{cl}-mu^2 & text{acting on $eta^N$.}
end{cases}
tag{11.65}
end{equation}
lipsum*[2]
end{document}

documentclass[11pt,a4paper]{report}
usepackage{amsmath}
usepackage{lipsum,showframe} % just to example
begin{document}lipsum*[2]
begin{equation}
m_i^2 =
begin{cases}
lambdaphi^2_{cl}-mu^2 & text{acting on $eta^1,dots,eta^{N-1}$;}\
3lambdaphi^2_{cl}-mu^2 & text{acting on $eta^N$.}
end{cases}
tag{11.65}
end{equation}
lipsum*[2]
end{document}
answered Nov 21 at 13:33
Sigur
23.3k354135
23.3k354135
1
thank you sir.thank you very much.
– jowadul kader
Nov 21 at 13:56
add a comment |
1
thank you sir.thank you very much.
– jowadul kader
Nov 21 at 13:56
1
1
thank you sir.thank you very much.
– jowadul kader
Nov 21 at 13:56
thank you sir.thank you very much.
– jowadul kader
Nov 21 at 13:56
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461119%2fcases-in-equation-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
You have to use
casesenvironment.– Sigur
Nov 21 at 13:30
please explain a bit more detail,can u write it up?
– jowadul kader
Nov 21 at 13:31
tableis a floating environment. it should never be nested withinequation.– barbara beeton
Nov 22 at 16:17