Post Reply 
Graeffe's root squaring method
11-23-2022, 07:15 PM
Post: #5
RE: Graeffe's root squaring method
11-20-2022, 11:31 AM

Albert Chan Wrote:XCas> c := 102*x^25 * (x^9999-1) / (x-1) :; // correction

It is simpler to assume correction with infinite degress. We will get same result.

XCas> c := 102*x^25 / (1-x) :; // correction, infinite degrees.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Graeffe's root squaring method - Albert Chan - 11-23-2022 07:15 PM
RE: Graeffe's root squaring method - EdS2 - 11-24-2022, 08:50 AM



User(s) browsing this thread: 1 Guest(s)