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 usecases
environment.
– Sigur
yesterday
please explain a bit more detail,can u write it up?
– jowadul kader
yesterday
table
is a floating environment. it should never be nested withinequation
.
– barbara beeton
14 hours ago
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 yesterday
Sigur
23.3k354135
23.3k354135
asked yesterday
jowadul kader
332
332
2
You have to usecases
environment.
– Sigur
yesterday
please explain a bit more detail,can u write it up?
– jowadul kader
yesterday
table
is a floating environment. it should never be nested withinequation
.
– barbara beeton
14 hours ago
add a comment |
2
You have to usecases
environment.
– Sigur
yesterday
please explain a bit more detail,can u write it up?
– jowadul kader
yesterday
table
is a floating environment. it should never be nested withinequation
.
– barbara beeton
14 hours ago
2
2
You have to use
cases
environment.– Sigur
yesterday
You have to use
cases
environment.– Sigur
yesterday
please explain a bit more detail,can u write it up?
– jowadul kader
yesterday
please explain a bit more detail,can u write it up?
– jowadul kader
yesterday
table
is a floating environment. it should never be nested within equation
.– barbara beeton
14 hours ago
table
is a floating environment. it should never be nested within equation
.– barbara beeton
14 hours ago
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
yesterday
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
yesterday
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
yesterday
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 yesterday
Sigur
23.3k354135
23.3k354135
1
thank you sir.thank you very much.
– jowadul kader
yesterday
add a comment |
1
thank you sir.thank you very much.
– jowadul kader
yesterday
1
1
thank you sir.thank you very much.
– jowadul kader
yesterday
thank you sir.thank you very much.
– jowadul kader
yesterday
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
cases
environment.– Sigur
yesterday
please explain a bit more detail,can u write it up?
– jowadul kader
yesterday
table
is a floating environment. it should never be nested withinequation
.– barbara beeton
14 hours ago