Time complexity notation for when you don't know the complexity of something

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am working with a piece of software that creates a system of differential equations in Matlab, that it then runs through the $textrmode15s$ differential equation solver. I know that the system that is generated generates at $mathcalO(mn)$ for a system that is given by two variables $m,n$.



However I have no idea what the time complexity of $textrmode15s$ is (although if anyone knew that that'd be very helpful), so I wanted to know if there was a way to write that the time complexity is based on the size of my system run through $textrmode15s$.



For example, imagine that for a system of size $k$, $textrmode15s$ ran with complexity $mathcalO(g(k))$, can I then say that my system runs with complexity $mathcalO(g(mn))$?







share|cite|improve this question























    up vote
    0
    down vote

    favorite












    I am working with a piece of software that creates a system of differential equations in Matlab, that it then runs through the $textrmode15s$ differential equation solver. I know that the system that is generated generates at $mathcalO(mn)$ for a system that is given by two variables $m,n$.



    However I have no idea what the time complexity of $textrmode15s$ is (although if anyone knew that that'd be very helpful), so I wanted to know if there was a way to write that the time complexity is based on the size of my system run through $textrmode15s$.



    For example, imagine that for a system of size $k$, $textrmode15s$ ran with complexity $mathcalO(g(k))$, can I then say that my system runs with complexity $mathcalO(g(mn))$?







    share|cite|improve this question





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am working with a piece of software that creates a system of differential equations in Matlab, that it then runs through the $textrmode15s$ differential equation solver. I know that the system that is generated generates at $mathcalO(mn)$ for a system that is given by two variables $m,n$.



      However I have no idea what the time complexity of $textrmode15s$ is (although if anyone knew that that'd be very helpful), so I wanted to know if there was a way to write that the time complexity is based on the size of my system run through $textrmode15s$.



      For example, imagine that for a system of size $k$, $textrmode15s$ ran with complexity $mathcalO(g(k))$, can I then say that my system runs with complexity $mathcalO(g(mn))$?







      share|cite|improve this question











      I am working with a piece of software that creates a system of differential equations in Matlab, that it then runs through the $textrmode15s$ differential equation solver. I know that the system that is generated generates at $mathcalO(mn)$ for a system that is given by two variables $m,n$.



      However I have no idea what the time complexity of $textrmode15s$ is (although if anyone knew that that'd be very helpful), so I wanted to know if there was a way to write that the time complexity is based on the size of my system run through $textrmode15s$.



      For example, imagine that for a system of size $k$, $textrmode15s$ ran with complexity $mathcalO(g(k))$, can I then say that my system runs with complexity $mathcalO(g(mn))$?









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Aug 1 at 16:19









      wjmccann

      499115




      499115

























          active

          oldest

          votes











          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: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f2869239%2ftime-complexity-notation-for-when-you-dont-know-the-complexity-of-something%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2869239%2ftime-complexity-notation-for-when-you-dont-know-the-complexity-of-something%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?