Complex fractions The Next CEO of Stack OverflowContinued 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
Flying from Cape Town to England and return to another province
Why is my new battery behaving weirdly?
INSERT to a table from a database to other (same SQL Server) using Dynamic SQL
If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?
Should I tutor a student who I know has cheated on their homework?
Why is information "lost" when it got into a black hole?
What was the first Unix version to run on a microcomputer?
Can we say or write : "No, it'sn't"?
Bartok - Syncopation (1): Meaning of notes in between Grand Staff
What is the value of α and β in a triangle?
How do I align (1) and (2)?
Some questions about different axiomatic systems for neighbourhoods
The exact meaning of 'Mom made me a sandwich'
"misplaced omit" error when >centering columns
Math-accent symbol over parentheses enclosing accented symbol (amsmath)
How many extra stops do monopods offer for tele photographs?
A Man With a Stainless Steel Endoskeleton (like The Terminator) Fighting Cloaked Aliens Only He Can See
Does increasing your ability score affect your main stat?
Why do remote US companies require working in the US?
Reference request: Grassmannian and Plucker coordinates in type B, C, D
Easy to read palindrome checker
Is wanting to ask what to write an indication that you need to change your story?
What steps are necessary to read a Modern SSD in Medieval Europe?
What does "Its cash flow is deeply negative" mean?
Complex fractions
The Next CEO of Stack OverflowContinued 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 yesterday
Dmitry StarostinDmitry Starostin
1926
1926
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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 |
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 |
one more variation:

documentclass[10pt]article
usepackagenccmath
begindocument
[
frac11-sumlimits_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
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 yesterday
answered yesterday
BernardBernard
174k776207
174k776207
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 yesterday
answered yesterday
JouleVJouleV
9,16322256
9,16322256
add a comment |
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
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 yesterday
ZarkoZarko
128k868168
128k868168
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