TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Spreadsheet for finding Roots of Polynomials

33 点作者 karamazov将近 12 年前

2 条评论

Someone将近 12 年前
<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 未加载
joshhertz将近 12 年前
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 未加载