How to graph this function in Sage plot?
This function:
clogx−xd=−alogy+by+y0
Thank you.
Asked: 2014-09-18 00:02:14 +0100
Seen: 250 times
Last updated: Sep 18 '14
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
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