TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Spreadsheet for finding Roots of Polynomials

33 pointsby karamazovalmost 12 years ago

2 comments

Someonealmost 12 years ago
<i>&quot;If you change a polynomial&#x27;s coefficients slightly, its roots will only change slight as well.&quot;</i><p>If only: <a href="http://en.wikipedia.org/wiki/Wilkinson&#x27;s_polynomial" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Wilkinson&#x27;s_polynomial</a>
评论 #6014030 未加载
joshhertzalmost 12 years ago
Section 3 &quot;Roots are closely related to factoring a polynomial - for example, the roots of x2 - 4 are 2 and 2, and you can write x2 - 4 as (x-2)(x-2). We say that a root r has a multiplicity greater than one if (x-r) is a factor of the polynomial more than once.&quot; This is incorrect. x2 - 4 = (x - 2)(x + 2). Meaning the roots are 2 and -2. Also section 5, I&#x27;m not sure how you came up with those answers. The roots are 2 and -1. I tried the spreadsheet, but can&#x27;t seem to get it to work.
评论 #6014062 未加载