For a pair of expressions ($A,B$), I need to determine whether $A$ is upper asymptotic, tight bound, or lower asymptotic of $B$. For example:
$$A = n^{\log(c)}$$ $$B = n^{sin(n)}$$
What (free) software and (simple) commands could I use to graph these?
I am not very experienced with using software to plot. Thank you.