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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Computers Can't Do Math

3 点作者 danielam12 个月前

4 条评论

aidenn011 个月前
The precision argument is so amazingly bogus that I won&#x27;t refute it except with a link[1], so here are refutations of some other parts:<p>&gt; My kids sometimes ask me how high I can count. I’ve noticed that they stop asking this question once they reach a certain age, usually around six or seven. This is because the question does not make sense once you understand what a number is. If there’s a single highest number you can count to, you don’t really grok numbers. The difference between computers and humans doing math is a bit like the difference between the younger kids who think that “how high you can count” is a real thing and the older kids who have successfully understood how numbers work.<p>There actually is an answer to this; most people&#x27;s short term memory for digits is less than a dozen, so the author likely can&#x27;t count higher than 1e12, as they won&#x27;t be able to go from e.g. 374841483741 to 374841483742 without getting one of the digits in the middle wrong.<p>&gt; The representation of the numbers that occurs only in the mind of the human is conflated with the execution of a particular program that takes place in the computer<p>This merely argues that computer math can be different than human math, which even that I&#x27;m not quite going to concede, since it would imply e.g. that the mathematicians behind the IEEE 754 standard were unaware of the implications of floating point arithmetic.<p>&gt; To us the transition between the theoretical and the actual happens almost instantly and unnoticeably.<p>Indeed it is happening almost instantly and (being generous to the author) without the author noticing throughout this paper, conflating concepts to the point where one could demonstrate almost anything is beyond the reach of computers, even things that are clearly well within the reach of them!<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;stylewarning&#x2F;computable-reals">https:&#x2F;&#x2F;github.com&#x2F;stylewarning&#x2F;computable-reals</a>
joegibbs12 个月前
It’s a very interesting article that’s based entirely on a flawed premise, that floating point is the <i>only</i> way to represent numbers in a computer. It’s true that there are numbers that can’t be represented by a computer using any system, but they are so huge that you probably couldn’t represent them any other way either (say a random number with a quadrillion digits, since a billion digits is totally possible and a trillion is pushing it on consumer hardware. Even then, it could probably be done with a million bucks of hardware).
评论 #40632980 未加载
评论 #40633451 未加载
rini1712 个月前
Getting the sad vibes of &quot;philosophy dept. hopelessly trapped in bubble with microsoft and wolfram products, nevermind ever speaking to CS dept.&quot;<p>The argument may be valid, but could have been lightyears advanced if author had any inkling there already were attempts for computers to &quot;think&quot; symbolically and they underdelivered and there was an &quot;AI winter&quot;. The reason was NOT that infinite precision arithmetic was not possible.
评论 #40633347 未加载
gus_massa12 个月前
Computers can&#x27;t play Chess<p>Computers can&#x27;t play Go<p>Computers can&#x27;t do Math