Complex fractions The 2019 Stack Overflow Developer Survey Results Are InContinued Fractions as an operator.Why does widehat behave differently if I insert hspace0pt?Shortcuts and/or user-defined shortcuts for math symbols in LaTeX?Underlining fractionsGuidelines for typesetting fractionsUsing mathspec to change digits font in math mode isn't workingLeft aligning equations without align characterAdding a complex maths equation to LatexMathmod: coding complex equationTrouble with complex fractions and parentheses
Are there any other methods to apply to solving simultaneous equations?
Patience, young "Padovan"
Inflated grade on resume at previous job, might former employer tell new employer?
How to deal with fear of taking dependencies
Is this food a bread or a loaf?
Where to refill my bottle in India?
Is "plugging out" electronic devices an American expression?
Monty Hall variation
Find number from a line and get the quotient
If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?
Is it true that “A.D.” is traditionally placed before the year number?
What do hard-Brexiteers want with respect to the Irish border?
Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?
I am seven letter word. Find me Who Am I?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
Protecting Dualbooting Windows from dangerous code (like rm -rf)
What would happen to a Neanderthal today?
How do you say "canon" as in "official for a story universe"?
How is radar separation assured between primary and secondary targets?
How come people say “Would of”?
Recording with midi/synth vs actual instrument?
Extreme, unacceptable situation and I can't attend work tomorrow morning
Understanding the implication of what "well-defined" means for the operation in quotient group
What is the steepest gradient that a canal can be traversable without locks?
Complex fractions
The 2019 Stack Overflow Developer Survey Results Are InContinued Fractions as an operator.Why does widehat behave differently if I insert hspace0pt?Shortcuts and/or user-defined shortcuts for math symbols in LaTeX?Underlining fractionsGuidelines for typesetting fractionsUsing mathspec to change digits font in math mode isn't workingLeft aligning equations without align characterAdding a complex maths equation to LatexMathmod: coding complex equationTrouble with complex fractions and parentheses
How to make this more adequate ('beatifuller' :))? 2 needs to be better shown as being in the power of n-1, but the current representation just smothers it.
frac11-sum_2^n frac1fracrR^(2^(n-1))
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
frac11-sum_2^n frac1fracrR^(2^(n-1))
enddocument
math-mode amsmath math-operators mathtools
add a comment |
How to make this more adequate ('beatifuller' :))? 2 needs to be better shown as being in the power of n-1, but the current representation just smothers it.
frac11-sum_2^n frac1fracrR^(2^(n-1))
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
frac11-sum_2^n frac1fracrR^(2^(n-1))
enddocument
math-mode amsmath math-operators mathtools
add a comment |
How to make this more adequate ('beatifuller' :))? 2 needs to be better shown as being in the power of n-1, but the current representation just smothers it.
frac11-sum_2^n frac1fracrR^(2^(n-1))
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
frac11-sum_2^n frac1fracrR^(2^(n-1))
enddocument
math-mode amsmath math-operators mathtools
How to make this more adequate ('beatifuller' :))? 2 needs to be better shown as being in the power of n-1, but the current representation just smothers it.
frac11-sum_2^n frac1fracrR^(2^(n-1))
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
frac11-sum_2^n frac1fracrR^(2^(n-1))
enddocument
math-mode amsmath math-operators mathtools
math-mode amsmath math-operators mathtools
asked Mar 29 at 10:51
Dmitry StarostinDmitry Starostin
1926
1926
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
one more variation:
documentclass[10pt]article
usepackagenccmath
begindocument
[
frac11-sumlimits_2^n Bigl(mfracrRBigr)^! -2^n-1
]
enddocument
add a comment |
If you want to write abc, you need to write a^bc
instead of a^bc
or a^(bc)
. I prefer this way
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
[frac11-sum_2^ncfrac1left(fracrRright)^2^n-1]
enddocument
add a comment |
I propose one of these, based on the medium-size commands from nccmath
(~ 80% of displaystyle
):
documentclass[10pt]article
usepackageamssymb
usepackagemathtools, nccmath
begindocument
[ frac11-medopsum_2^n frac1bigl(mfracrRbigr)^! 2^n-1mathstrut qquad frac11-medopsum_2^n bigl(mfracRrbigr)^!2^n-1]
enddocument
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
);
);
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%2f482092%2fcomplex-fractions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
one more variation:
documentclass[10pt]article
usepackagenccmath
begindocument
[
frac11-sumlimits_2^n Bigl(mfracrRBigr)^! -2^n-1
]
enddocument
add a comment |
one more variation:
documentclass[10pt]article
usepackagenccmath
begindocument
[
frac11-sumlimits_2^n Bigl(mfracrRBigr)^! -2^n-1
]
enddocument
add a comment |
one more variation:
documentclass[10pt]article
usepackagenccmath
begindocument
[
frac11-sumlimits_2^n Bigl(mfracrRBigr)^! -2^n-1
]
enddocument
one more variation:
documentclass[10pt]article
usepackagenccmath
begindocument
[
frac11-sumlimits_2^n Bigl(mfracrRBigr)^! -2^n-1
]
enddocument
answered Mar 29 at 11:39
ZarkoZarko
129k868169
129k868169
add a comment |
add a comment |
If you want to write abc, you need to write a^bc
instead of a^bc
or a^(bc)
. I prefer this way
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
[frac11-sum_2^ncfrac1left(fracrRright)^2^n-1]
enddocument
add a comment |
If you want to write abc, you need to write a^bc
instead of a^bc
or a^(bc)
. I prefer this way
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
[frac11-sum_2^ncfrac1left(fracrRright)^2^n-1]
enddocument
add a comment |
If you want to write abc, you need to write a^bc
instead of a^bc
or a^(bc)
. I prefer this way
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
[frac11-sum_2^ncfrac1left(fracrRright)^2^n-1]
enddocument
If you want to write abc, you need to write a^bc
instead of a^bc
or a^(bc)
. I prefer this way
documentclass[10pt]article
usepackageamssymb
usepackageamsmath
usepackagemathtools
usepackagetextcomp
begindocument
[frac11-sum_2^ncfrac1left(fracrRright)^2^n-1]
enddocument
edited Mar 29 at 11:13
answered Mar 29 at 10:54
JouleVJouleV
12.2k22662
12.2k22662
add a comment |
add a comment |
I propose one of these, based on the medium-size commands from nccmath
(~ 80% of displaystyle
):
documentclass[10pt]article
usepackageamssymb
usepackagemathtools, nccmath
begindocument
[ frac11-medopsum_2^n frac1bigl(mfracrRbigr)^! 2^n-1mathstrut qquad frac11-medopsum_2^n bigl(mfracRrbigr)^!2^n-1]
enddocument
add a comment |
I propose one of these, based on the medium-size commands from nccmath
(~ 80% of displaystyle
):
documentclass[10pt]article
usepackageamssymb
usepackagemathtools, nccmath
begindocument
[ frac11-medopsum_2^n frac1bigl(mfracrRbigr)^! 2^n-1mathstrut qquad frac11-medopsum_2^n bigl(mfracRrbigr)^!2^n-1]
enddocument
add a comment |
I propose one of these, based on the medium-size commands from nccmath
(~ 80% of displaystyle
):
documentclass[10pt]article
usepackageamssymb
usepackagemathtools, nccmath
begindocument
[ frac11-medopsum_2^n frac1bigl(mfracrRbigr)^! 2^n-1mathstrut qquad frac11-medopsum_2^n bigl(mfracRrbigr)^!2^n-1]
enddocument
I propose one of these, based on the medium-size commands from nccmath
(~ 80% of displaystyle
):
documentclass[10pt]article
usepackageamssymb
usepackagemathtools, nccmath
begindocument
[ frac11-medopsum_2^n frac1bigl(mfracrRbigr)^! 2^n-1mathstrut qquad frac11-medopsum_2^n bigl(mfracRrbigr)^!2^n-1]
enddocument
edited Mar 29 at 11:33
answered Mar 29 at 11:17
BernardBernard
176k778209
176k778209
add a comment |
add a comment |
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%2f482092%2fcomplex-fractions%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