What the error in writing this equation by latex?What is a good way to stack things in an equation?Can I have...
Rationale to prefer local variables over instance variables?
Should I file my taxes? No income, unemployed, but paid 2k in student loan interest
The (Easy) Road to Code
I am the person who abides by rules but breaks the rules . Who am I
Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?
Precision notation for voltmeters
Averaging over columns while ignoring zero entries
Does the US political system, in principle, allow for a no-party system?
What does "rhumatis" mean?
Is the differential, dp, exact or not?
What exactly is the meaning of "fine wine"?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
ESPP--any reason not to go all in?
Can I negotiate a patent idea for a raise, under French law?
Do I need a return ticket to Canada if I'm a Japanese National?
Who has more? Ireland or Iceland?
Was this cameo in Captain Marvel computer generated?
Help! My Character is too much for her story!
Having the player face themselves after the mid-game
Is this a crown race?
Short story about cities being connected by a conveyor belt
Can Witch Sight see through Mirror Image?
Why do we call complex numbers “numbers” but we don’t consider 2-vectors numbers?
Short story about an infectious indestructible metal bar?
What the error in writing this equation by latex?
What is a good way to stack things in an equation?Can I have a mathematical equation within a caption?How to put dots in front equation numbers in amsmathWriting partial differential equation like u_t=u_xxCan't generate png with Error: Erroneous nesting of equation structuresUndefined control sequence while writing equationLatex missread the equation and provides an errorMissing } inserted begin{equation}How can I align this equation in the center?Writing Equation in latex
begin{eqnarray*}
f(lambda x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
What the error in writing this equation by latex?
the oregenal equation
equations
New contributor
add a comment |
begin{eqnarray*}
f(lambda x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
What the error in writing this equation by latex?
the oregenal equation
equations
New contributor
3
please always post a complete small document that produces the error and show the error you got.eqnarray
should have more than one row, and each row should have two&
but not doing that does not generate an error, just bad output.
– David Carlisle
4 hours ago
1
@Mico... Actually for Greeks the typo is insidelambda
and not the opposite... So, it is a bug in the name... But you are right.
– koleygr
3 hours ago
@Mico also it's a typo added since I posted my answer, otherwise the error I showed would be different, I'll revert :(
– David Carlisle
3 hours ago
add a comment |
begin{eqnarray*}
f(lambda x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
What the error in writing this equation by latex?
the oregenal equation
equations
New contributor
begin{eqnarray*}
f(lambda x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
What the error in writing this equation by latex?
the oregenal equation
equations
equations
New contributor
New contributor
edited 3 hours ago
David Carlisle
493k4111371885
493k4111371885
New contributor
asked 4 hours ago
H MH M
162
162
New contributor
New contributor
3
please always post a complete small document that produces the error and show the error you got.eqnarray
should have more than one row, and each row should have two&
but not doing that does not generate an error, just bad output.
– David Carlisle
4 hours ago
1
@Mico... Actually for Greeks the typo is insidelambda
and not the opposite... So, it is a bug in the name... But you are right.
– koleygr
3 hours ago
@Mico also it's a typo added since I posted my answer, otherwise the error I showed would be different, I'll revert :(
– David Carlisle
3 hours ago
add a comment |
3
please always post a complete small document that produces the error and show the error you got.eqnarray
should have more than one row, and each row should have two&
but not doing that does not generate an error, just bad output.
– David Carlisle
4 hours ago
1
@Mico... Actually for Greeks the typo is insidelambda
and not the opposite... So, it is a bug in the name... But you are right.
– koleygr
3 hours ago
@Mico also it's a typo added since I posted my answer, otherwise the error I showed would be different, I'll revert :(
– David Carlisle
3 hours ago
3
3
please always post a complete small document that produces the error and show the error you got.
eqnarray
should have more than one row, and each row should have two &
but not doing that does not generate an error, just bad output.– David Carlisle
4 hours ago
please always post a complete small document that produces the error and show the error you got.
eqnarray
should have more than one row, and each row should have two &
but not doing that does not generate an error, just bad output.– David Carlisle
4 hours ago
1
1
@Mico... Actually for Greeks the typo is inside
lambda
and not the opposite... So, it is a bug in the name... But you are right.– koleygr
3 hours ago
@Mico... Actually for Greeks the typo is inside
lambda
and not the opposite... So, it is a bug in the name... But you are right.– koleygr
3 hours ago
@Mico also it's a typo added since I posted my answer, otherwise the error I showed would be different, I'll revert :(
– David Carlisle
3 hours ago
@Mico also it's a typo added since I posted my answer, otherwise the error I showed would be different, I'll revert :(
– David Carlisle
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
documentclass{article}
begin{document}
begin{eqnarray*}
f(q x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
end{document}
produces the error
! Package inputenc Error: Unicode character − (U+2212)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.5 f(q x+(1−
lambda)y)leq lambda f(x)+(1−lambda)f(y)
?
use an ascii minus sign -
not −
Also you should use [...]
not eqnarray*
for a single line equation with no alignment points.
1
thanks a lot it run with me ...............................................................................................................thanks
– H M
4 hours ago
@HM If this response answers your question, could you accept it? (Press the green checkbox next to the voting buttons to do that.)
– bradrn
15 secs ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
H M is a new contributor. Be nice, and check out our Code of Conduct.
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%2f478484%2fwhat-the-error-in-writing-this-equation-by-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
documentclass{article}
begin{document}
begin{eqnarray*}
f(q x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
end{document}
produces the error
! Package inputenc Error: Unicode character − (U+2212)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.5 f(q x+(1−
lambda)y)leq lambda f(x)+(1−lambda)f(y)
?
use an ascii minus sign -
not −
Also you should use [...]
not eqnarray*
for a single line equation with no alignment points.
1
thanks a lot it run with me ...............................................................................................................thanks
– H M
4 hours ago
@HM If this response answers your question, could you accept it? (Press the green checkbox next to the voting buttons to do that.)
– bradrn
15 secs ago
add a comment |
documentclass{article}
begin{document}
begin{eqnarray*}
f(q x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
end{document}
produces the error
! Package inputenc Error: Unicode character − (U+2212)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.5 f(q x+(1−
lambda)y)leq lambda f(x)+(1−lambda)f(y)
?
use an ascii minus sign -
not −
Also you should use [...]
not eqnarray*
for a single line equation with no alignment points.
1
thanks a lot it run with me ...............................................................................................................thanks
– H M
4 hours ago
@HM If this response answers your question, could you accept it? (Press the green checkbox next to the voting buttons to do that.)
– bradrn
15 secs ago
add a comment |
documentclass{article}
begin{document}
begin{eqnarray*}
f(q x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
end{document}
produces the error
! Package inputenc Error: Unicode character − (U+2212)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.5 f(q x+(1−
lambda)y)leq lambda f(x)+(1−lambda)f(y)
?
use an ascii minus sign -
not −
Also you should use [...]
not eqnarray*
for a single line equation with no alignment points.
documentclass{article}
begin{document}
begin{eqnarray*}
f(q x+(1−lambda)y)leq lambda f(x)+(1−lambda)f(y)
end{eqnarray*}
end{document}
produces the error
! Package inputenc Error: Unicode character − (U+2212)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.5 f(q x+(1−
lambda)y)leq lambda f(x)+(1−lambda)f(y)
?
use an ascii minus sign -
not −
Also you should use [...]
not eqnarray*
for a single line equation with no alignment points.
answered 4 hours ago
David CarlisleDavid Carlisle
493k4111371885
493k4111371885
1
thanks a lot it run with me ...............................................................................................................thanks
– H M
4 hours ago
@HM If this response answers your question, could you accept it? (Press the green checkbox next to the voting buttons to do that.)
– bradrn
15 secs ago
add a comment |
1
thanks a lot it run with me ...............................................................................................................thanks
– H M
4 hours ago
@HM If this response answers your question, could you accept it? (Press the green checkbox next to the voting buttons to do that.)
– bradrn
15 secs ago
1
1
thanks a lot it run with me ...............................................................................................................thanks
– H M
4 hours ago
thanks a lot it run with me ...............................................................................................................thanks
– H M
4 hours ago
@HM If this response answers your question, could you accept it? (Press the green checkbox next to the voting buttons to do that.)
– bradrn
15 secs ago
@HM If this response answers your question, could you accept it? (Press the green checkbox next to the voting buttons to do that.)
– bradrn
15 secs ago
add a comment |
H M is a new contributor. Be nice, and check out our Code of Conduct.
H M is a new contributor. Be nice, and check out our Code of Conduct.
H M is a new contributor. Be nice, and check out our Code of Conduct.
H M is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f478484%2fwhat-the-error-in-writing-this-equation-by-latex%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
3
please always post a complete small document that produces the error and show the error you got.
eqnarray
should have more than one row, and each row should have two&
but not doing that does not generate an error, just bad output.– David Carlisle
4 hours ago
1
@Mico... Actually for Greeks the typo is inside
lambda
and not the opposite... So, it is a bug in the name... But you are right.– koleygr
3 hours ago
@Mico also it's a typo added since I posted my answer, otherwise the error I showed would be different, I'll revert :(
– David Carlisle
3 hours ago