Can the asymptotic expression $mathcal{O(log(n) cdot log(m))}$ be simplified?











up vote
1
down vote

favorite












I constructed an algorithm $A$ with input $(n,m)$ and I found that it has runtime
$mathcal{O(log(n) cdot log(m))}$. I was asking myself if this expression can be simplified somehow, but I could not find a way. Do you see a possiblity here?










share|cite|improve this question


















  • 1




    What could be simpler? You use the two input values $n,m$ once each, you apply a simple standard function to each, you combine the two by the simple operation of multiplication
    – Hagen von Eitzen
    Nov 17 at 11:21















up vote
1
down vote

favorite












I constructed an algorithm $A$ with input $(n,m)$ and I found that it has runtime
$mathcal{O(log(n) cdot log(m))}$. I was asking myself if this expression can be simplified somehow, but I could not find a way. Do you see a possiblity here?










share|cite|improve this question


















  • 1




    What could be simpler? You use the two input values $n,m$ once each, you apply a simple standard function to each, you combine the two by the simple operation of multiplication
    – Hagen von Eitzen
    Nov 17 at 11:21













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I constructed an algorithm $A$ with input $(n,m)$ and I found that it has runtime
$mathcal{O(log(n) cdot log(m))}$. I was asking myself if this expression can be simplified somehow, but I could not find a way. Do you see a possiblity here?










share|cite|improve this question













I constructed an algorithm $A$ with input $(n,m)$ and I found that it has runtime
$mathcal{O(log(n) cdot log(m))}$. I was asking myself if this expression can be simplified somehow, but I could not find a way. Do you see a possiblity here?







asymptotics






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 17 at 11:20









3nondatur

362111




362111








  • 1




    What could be simpler? You use the two input values $n,m$ once each, you apply a simple standard function to each, you combine the two by the simple operation of multiplication
    – Hagen von Eitzen
    Nov 17 at 11:21














  • 1




    What could be simpler? You use the two input values $n,m$ once each, you apply a simple standard function to each, you combine the two by the simple operation of multiplication
    – Hagen von Eitzen
    Nov 17 at 11:21








1




1




What could be simpler? You use the two input values $n,m$ once each, you apply a simple standard function to each, you combine the two by the simple operation of multiplication
– Hagen von Eitzen
Nov 17 at 11:21




What could be simpler? You use the two input values $n,m$ once each, you apply a simple standard function to each, you combine the two by the simple operation of multiplication
– Hagen von Eitzen
Nov 17 at 11:21










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










The only thing I can think of is
$$mathcal O(log(n^{log m})) $$
But this is silly and not really any simpler. Go with what you have.






share|cite|improve this answer





















    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "69"
    };
    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',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002234%2fcan-the-asymptotic-expression-mathcalologn-cdot-logm-be-simplified%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote



    accepted










    The only thing I can think of is
    $$mathcal O(log(n^{log m})) $$
    But this is silly and not really any simpler. Go with what you have.






    share|cite|improve this answer

























      up vote
      1
      down vote



      accepted










      The only thing I can think of is
      $$mathcal O(log(n^{log m})) $$
      But this is silly and not really any simpler. Go with what you have.






      share|cite|improve this answer























        up vote
        1
        down vote



        accepted







        up vote
        1
        down vote



        accepted






        The only thing I can think of is
        $$mathcal O(log(n^{log m})) $$
        But this is silly and not really any simpler. Go with what you have.






        share|cite|improve this answer












        The only thing I can think of is
        $$mathcal O(log(n^{log m})) $$
        But this is silly and not really any simpler. Go with what you have.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 17 at 11:23









        Matt Samuel

        36.2k63463




        36.2k63463






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002234%2fcan-the-asymptotic-expression-mathcalologn-cdot-logm-be-simplified%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei