Time complexity notation for when you don't know the complexity of something
Clash 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))$?
notation computational-complexity programming
add a comment |Â
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))$?
notation computational-complexity programming
add a comment |Â
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))$?
notation computational-complexity programming
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))$?
notation computational-complexity programming
asked Aug 1 at 16:19
wjmccann
499115
499115
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f2869239%2ftime-complexity-notation-for-when-you-dont-know-the-complexity-of-something%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