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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A Programmer's Introduction to Mathematics

2 点作者 luuuzeta大约 2 年前

1 comment

The_suffocated大约 2 年前
I don&#x27;t know whether this book is good or not, but I am a bit disappointed that its very first mathematical definition (that appears on p.6) is already wrong:<p><pre><code> &gt; Definition 2.1. A single variable polynomial with real coefficients is a function f that takes a real number as input, produces a real number as output, and has the form f(x) = a_0 + a_1x + a_2x^2 + ... + a_nx^n, ... </code></pre> It is fine not to distinguish between “polynomial” and “polynomial function” in a high school textbook, but for a book at college level, I think we should expect a higher standard.