Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Note that diff(f) is alsoa symbolic function, so you can use find_root on it as well, and specify an interval, e.g.

find_root(diff(f), 0, 1)
click to hide/show revision 2
No.2 Revision

Note that diff(f) is alsoa also a symbolic function, so you can use find_root on it as well, and specify an interval, e.g.

find_root(diff(f), 0, 1)