Hi, Guys,

I solve an ode and get an implicit solution as following, and my question is how to plot `f` by `implicit_plot` command.

```

var('t')

y = function('y')(t)

de = diff(y, t)/((2-y)*y) == 1

f = desolve(de, y, [0, 10]) # the solution is -1/2*log(y(t) - 2) + 1/2*log(y(t)) == t + 1/2*log(10) - 1/2*log(8)
```

Thanks

Huayi



--
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-edu+unsubscr...@googlegroups.com.
To post to this group, send email to sage-edu@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-edu.
For more options, visit https://groups.google.com/d/optout.

Reply via email to