I want to combine the following plots as one output figure:
plotdf(4*y/x+x*sqrt(y),[trajectory_at,1,1],[x,0,4],[y,0,10])
plot2d(1/4*x^4*(log(x)+2)^2,[x,0,4],[y,0,10])
How can I achieve that?
I want to combine the following plots as one output figure:
plotdf(4*y/x+x*sqrt(y),[trajectory_at,1,1],[x,0,4],[y,0,10])
plot2d(1/4*x^4*(log(x)+2)^2,[x,0,4],[y,0,10])
How can I achieve that?
Copyright © 2021 JogjaFile Inc.