《从一到无穷大》
概论 前言 《从一到无穷大》第一章中关于大数字的部分非常有趣。书中提到“墙上的板子似乎连‘十万’这个数字都难以写下”,这一细节生动地展示了蛮夷戎狄面对巨大数字时的局限感。 ...
概论 前言 《从一到无穷大》第一章中关于大数字的部分非常有趣。书中提到“墙上的板子似乎连‘十万’这个数字都难以写下”,这一细节生动地展示了蛮夷戎狄面对巨大数字时的局限感。 ...
概述 前言 按照电子书整理小组的说法,这本书本身就是奇书,中文翻译版也是奇书,连电子书也是奇书。 我觉得这个说法还是很恰当的,虽然我没很仔细的阅读这本书。 ...
书名:怎样解题:数学思维的新方法 英文名:How to Solve It : A New Aspect of Mathematical Method 内容简介 In this best-selling classic, George Polya revealed how the mathematical method of demonstrating a proof or finding an unknown can be of help in attacking any problem that can be “reasoned” out - from building a bridge to winning a game of anagrams.Generations of readers have relished Polya’s deft instructions on stripping away irrelevancies and going straight to the heart of a problem. “How to Solve It” popularized heuristics, the art and science of discovery and invention. It has been in print continuously since 1945 and has been translated into twenty-three different languages. Polya was one of the most influential mathematicians of the twentieth century. He made important contributions to a great variety of mathematical research: from complex analysis to mathematical physics, number theory, probability, geometry, astronomy, and combinatorics. He was also an extraordinary teacher - he taught until he was ninety - and maintained a strong interest in pedagogical matters throughout his long career.In addition to “How to Solve It”, he published a two-volume work on the topic of problem solving, “Mathematics of Plausible Reasoning”, also with Princeton. Polya is one of the most frequently quoted mathematicians, and the following statements from “How to Solve It” make clear why: “My method to overcome a difficulty is to go around it.” “Geometry is the science of correct reasoning on incorrect figures.” “In order to solve this differential equation you look at it till a solution occurs to you.” ...
前言 Math Adventures with Python: An Illustrated Guide to Exploring Math with Code by Peter Farrell 这里介绍用Python来解决数学问题深化自己的计算思维,帮我自己成为数据格致家。 读这本书主要是想实现元胞自动机,这个以前很想实现,但是一直拖延到了现在才行动,哎!本来打算暑假更完的,但没空更,先挖坑,以后再填。 ...
在线计算器和解决数学问题 1均值、中位数、众数 均值mean、中位数median、众数mode 2极差、中程数 极差range、中程数mid-range 中程数是最大值和最小值的平均数。 3象形统计图 用符号表示数据类型,比如一滴血代表8个人,在统计图中画血的符号。 ...
# 数学漫步之旅/Short Trips In The Land of Math 在线观看 简介 我们将尝试解释数学,并非学校里教的那样,而是一种诗意的、神秘的思维结构。它强调逻辑,即数学让我们掌握的现实中的实际应用。这个系列旨在让好奇的观众发现数学新奇的一面,让他们觉得数学是思考的一部分,是文化的一部分。 ...
前言 北大丘维声教授清华高等代数课程1080P高清修复版(全151集) 参考教材:蓝以中《高等代数简明教程》、丘维声《高等代数》 文中代码主要是用包含线性代数的函数的numpy.linalg模块。使用这个模块,可以计算矩阵逆、求特征值、解线性方程组以及求解行列式等。 ...
偶然发现一份网上教程,链接及简介如下。 讲义: 数学分析 本讲义是西元2018 年秋季学期起随课程编写的、丘成桐数学英才班试用的数学分析讲义. 上传后的讲义仍然有很多影响观感的排版疏漏或笔误, 甚至可能有一些数学错误, 具体请参见本页面的讨论. ...
课程大纲 竞赛全流程 论文写作排版 matlab入门 赛前准备 模板设置 基本界面 赛题选择 标题与摘要 编程语法 文献与数据 学术用语 常见函数 数据预处理 参考文献与附录 函数与脚本 建模与求解 公式编辑 画图 整理检查 图与表格 文件导入导出 论文提交 换行与分页 仿真建模 模型与适用赛题概览 ...
课程大纲 课程主页 核心思想:Tit-for-Tat重复博弈 前言 用博弈的思维看世界,我不希望读者被烦琐的公式和推理所淹没而忘却了博弈的精髓。我特别希望读者看到,是游戏规则决定了人们在博弈中选择竞争还是合作。因此,如果我们对博弈的结果不满意,希望有更好的结果,就需要改变彼此的策略(行动);而要改变彼此的策略,就必须要改变游戏的规则。如果我们不希望生活在一个尔虞我诈的丛林世界,不希望我们的下一代还生活在彼此投毒的社会里,努力创建一种更好的游戏规则就是历史赋予我们这代人的光荣使命。 ...