How to do arithmetic with a formula that contains big O notation
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
For example, I want to use the formula
$ operatornamefoo(n)= 1/5 pi +log(n) + pi n + 1/2 + O(n^-m) $
How can I evaluate for $n=4$ when I know that $m>0$
functions asymptotics arithmetic
add a comment |Â
up vote
1
down vote
favorite
For example, I want to use the formula
$ operatornamefoo(n)= 1/5 pi +log(n) + pi n + 1/2 + O(n^-m) $
How can I evaluate for $n=4$ when I know that $m>0$
functions asymptotics arithmetic
5
You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
– Parcly Taxel
Jul 21 at 8:05
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
For example, I want to use the formula
$ operatornamefoo(n)= 1/5 pi +log(n) + pi n + 1/2 + O(n^-m) $
How can I evaluate for $n=4$ when I know that $m>0$
functions asymptotics arithmetic
For example, I want to use the formula
$ operatornamefoo(n)= 1/5 pi +log(n) + pi n + 1/2 + O(n^-m) $
How can I evaluate for $n=4$ when I know that $m>0$
functions asymptotics arithmetic
edited Jul 21 at 8:12
Bernard
110k635103
110k635103
asked Jul 21 at 8:04
uruguay
61
61
5
You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
– Parcly Taxel
Jul 21 at 8:05
add a comment |Â
5
You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
– Parcly Taxel
Jul 21 at 8:05
5
5
You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
– Parcly Taxel
Jul 21 at 8:05
You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
– Parcly Taxel
Jul 21 at 8:05
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2858316%2fhow-to-do-arithmetic-with-a-formula-that-contains-big-o-notation%23new-answer', 'question_page');
);
Post as a guest
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
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
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
5
You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
– Parcly Taxel
Jul 21 at 8:05