Python Forum
how to write code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: how to write code (/thread-35550.html)



how to write code - demon_calcifer - Nov-16-2021

Describe the recursive function Root (a, b, esp), which by dividing the segment in half finds with accuracy the esp root of the equation f (x) = 0 on the segment [a, b] (assume that esp> 0, and <b, f ( a) -f (b) <0 and f (x) - continuous and monotonic on the segment [a, b]


RE: how to write code - Larz60+ - Nov-16-2021

We would be glad to help, but first show us what you have tried.
I refer you to: https://python-forum.io/misc.php?action=help&hid=52