How to graph this function in Sage plot?
This function:
clogx−xd=−alogy+by+y0
Thank you.
This function:
clogx−xd=−alogy+by+y0
Thank you.
Asked: 2014-09-17 17:02:14 -0600
Seen: 90 times
Last updated: Sep 17 '14
Having trouble in solving two differential equations using desolve_system
How to solve ODE y'y''+y''-xy'+y=0?
Syntax for numerically solve differential equation
Solving a differential equation - From SageManifold
Error: list' object is not callable
Problems in solving eigenvalue equations with differential operators
Using lists to create function to automate Runge-Kutta Method
With an x-axis and a y-axis.
I think you need a little more information. The implicit_plot function may be what you need, but of course you'll need to specify specific a, b, c, d, etc.
Can you make the function more readable please, I think you mean this c*log(x) - x*d = -a * log(y) + b*y + y0