How to graph this function in Sage plot?

asked 10 years ago

anonymous user

Anonymous

This function:

clogx−xd=−alogy+by+y0

Thank you.

Preview: (hide)

Comments

With an x-axis and a y-axis.

jukhamil gravatar imagejukhamil ( 10 years ago )
1

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.

kcrisman gravatar imagekcrisman ( 10 years ago )

Can you make the function more readable please, I think you mean this c*log(x) - x*d = -a * log(y) + b*y + y0

balduin gravatar imagebalduin ( 10 years ago )