Complex fractions
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.
frac{1}{1-sum_{2}^{n} frac{1}{{frac{r}{R}}^(2^(n-1))}}
documentclass[10pt]{article}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
frac{1}{1-sum_{2}^{n} frac{1}{{frac{r}{R}}^(2^(n-1))}}
end{document}
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.
frac{1}{1-sum_{2}^{n} frac{1}{{frac{r}{R}}^(2^(n-1))}}
documentclass[10pt]{article}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
frac{1}{1-sum_{2}^{n} frac{1}{{frac{r}{R}}^(2^(n-1))}}
end{document}
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.
frac{1}{1-sum_{2}^{n} frac{1}{{frac{r}{R}}^(2^(n-1))}}
documentclass[10pt]{article}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
frac{1}{1-sum_{2}^{n} frac{1}{{frac{r}{R}}^(2^(n-1))}}
end{document}
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.
frac{1}{1-sum_{2}^{n} frac{1}{{frac{r}{R}}^(2^(n-1))}}
documentclass[10pt]{article}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
frac{1}{1-sum_{2}^{n} frac{1}{{frac{r}{R}}^(2^(n-1))}}
end{document}
math-mode amsmath math-operators mathtools
math-mode amsmath math-operators mathtools
asked Mar 29 at 10:51
Dmitry StarostinDmitry Starostin
1976
1976
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
one more variation:

documentclass[10pt]{article}
usepackage{nccmath}
begin{document}
[
frac{1}{1-sumlimits_{2}^{n} Bigl(mfrac{r}{R}Bigr)^{! -2^{n-1}}}
]
end{document}
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}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
[frac{1}{1-sum_{2}^{n}cfrac{1}{left(frac{r}{R}right)^{2^{n-1}}}}]
end{document}

add a comment |
I propose one of these, based on the medium-size commands from nccmath (~ 80% of displaystyle):
documentclass[10pt]{article}
usepackage{amssymb}
usepackage{mathtools, nccmath}
begin{document}
[ frac{1}{1-medopsum_{2}^{n} frac{1}{bigl(mfrac{r}{R}bigr)^{! 2^{n-1mathstrut}}}} qquad frac{1}{1-medopsum_{2}^{n} bigl(mfrac{R}{r}bigr)^{!2^{n-1}}}]
end{document}

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}
usepackage{nccmath}
begin{document}
[
frac{1}{1-sumlimits_{2}^{n} Bigl(mfrac{r}{R}Bigr)^{! -2^{n-1}}}
]
end{document}
add a comment |
one more variation:

documentclass[10pt]{article}
usepackage{nccmath}
begin{document}
[
frac{1}{1-sumlimits_{2}^{n} Bigl(mfrac{r}{R}Bigr)^{! -2^{n-1}}}
]
end{document}
add a comment |
one more variation:

documentclass[10pt]{article}
usepackage{nccmath}
begin{document}
[
frac{1}{1-sumlimits_{2}^{n} Bigl(mfrac{r}{R}Bigr)^{! -2^{n-1}}}
]
end{document}
one more variation:

documentclass[10pt]{article}
usepackage{nccmath}
begin{document}
[
frac{1}{1-sumlimits_{2}^{n} Bigl(mfrac{r}{R}Bigr)^{! -2^{n-1}}}
]
end{document}
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}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
[frac{1}{1-sum_{2}^{n}cfrac{1}{left(frac{r}{R}right)^{2^{n-1}}}}]
end{document}

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}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
[frac{1}{1-sum_{2}^{n}cfrac{1}{left(frac{r}{R}right)^{2^{n-1}}}}]
end{document}

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}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
[frac{1}{1-sum_{2}^{n}cfrac{1}{left(frac{r}{R}right)^{2^{n-1}}}}]
end{document}

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}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage{textcomp}
begin{document}
[frac{1}{1-sum_{2}^{n}cfrac{1}{left(frac{r}{R}right)^{2^{n-1}}}}]
end{document}

edited Mar 29 at 11:13
answered Mar 29 at 10:54
JouleVJouleV
12.5k22663
12.5k22663
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}
usepackage{amssymb}
usepackage{mathtools, nccmath}
begin{document}
[ frac{1}{1-medopsum_{2}^{n} frac{1}{bigl(mfrac{r}{R}bigr)^{! 2^{n-1mathstrut}}}} qquad frac{1}{1-medopsum_{2}^{n} bigl(mfrac{R}{r}bigr)^{!2^{n-1}}}]
end{document}

add a comment |
I propose one of these, based on the medium-size commands from nccmath (~ 80% of displaystyle):
documentclass[10pt]{article}
usepackage{amssymb}
usepackage{mathtools, nccmath}
begin{document}
[ frac{1}{1-medopsum_{2}^{n} frac{1}{bigl(mfrac{r}{R}bigr)^{! 2^{n-1mathstrut}}}} qquad frac{1}{1-medopsum_{2}^{n} bigl(mfrac{R}{r}bigr)^{!2^{n-1}}}]
end{document}

add a comment |
I propose one of these, based on the medium-size commands from nccmath (~ 80% of displaystyle):
documentclass[10pt]{article}
usepackage{amssymb}
usepackage{mathtools, nccmath}
begin{document}
[ frac{1}{1-medopsum_{2}^{n} frac{1}{bigl(mfrac{r}{R}bigr)^{! 2^{n-1mathstrut}}}} qquad frac{1}{1-medopsum_{2}^{n} bigl(mfrac{R}{r}bigr)^{!2^{n-1}}}]
end{document}

I propose one of these, based on the medium-size commands from nccmath (~ 80% of displaystyle):
documentclass[10pt]{article}
usepackage{amssymb}
usepackage{mathtools, nccmath}
begin{document}
[ frac{1}{1-medopsum_{2}^{n} frac{1}{bigl(mfrac{r}{R}bigr)^{! 2^{n-1mathstrut}}}} qquad frac{1}{1-medopsum_{2}^{n} bigl(mfrac{R}{r}bigr)^{!2^{n-1}}}]
end{document}

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