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
Is it professional to write unrelated content in an almost-empty email?
How to get the last not-null value in an ordered column of a huge table?
Film where the government was corrupt with aliens, people sent to kill aliens are given rigged visors not showing the right aliens
Are the names of these months realistic?
Can Sneak Attack be used when hitting with an improvised weapon?
Airplane gently rocking its wings during whole flight
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Help! I cannot understand this game’s notations!
How to use ReplaceAll on an expression that contains a rule
Expressing the idea of having a very busy time
What is the process for cleansing a very negative action
Cannot shrink btrfs filesystem although there is still data and metadata space left : ERROR: unable to resize '/home': No space left on device
Calculate the Mean mean of two numbers
Can I calculate next year's exemptions based on this year's refund/amount owed?
Lucky Feat: How can "more than one creature spend a luck point to influence the outcome of a roll"?
What is the difference between "hamstring tendon" and "common hamstring tendon"?
Is it convenient to ask the journal's editor for two additional days to complete a review?
What is the process for purifying your home if you believe it may have been previously used for pagan worship?
From jafe to El-Guest
Do scriptures give a method to recognize a truly self-realized person/jivanmukta?
Why did early computer designers eschew integers?
Easy to read palindrome checker
Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?
Is it correct to say moon starry nights?
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 2 days ago
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 |
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 2 days ago
ZarkoZarko
128k868168
128k868168
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 2 days ago
answered 2 days ago
JouleVJouleV
9,39322256
9,39322256
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 2 days ago
answered 2 days ago
BernardBernard
175k776207
175k776207
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