Approximate zeros

Define a procedure cubic that can be used together with the newtons-method procedure in expressions of the form

(newtons-method (cubic a b c) 1)

to approximate zeros of the cubic x³ + ax² + bx + c .


There are no comments yet.

Authentication required

You must log in to post a comment.

Login