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: 10 years ago
Seen: 229 times
Last updated: Sep 18 '14
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