Principles and strategies for mathematics study
Make mathematics study a habit with dogged perseverance
Don't build mansion on top of loose sand. Concrete a solid foundation by allocating at least one hour for math study every day to make it a habit like reciting English words. Morning time after you getting up is recommended, during which you are facing least interruptions, your mind has its prime status and your mood is most optimistic.
Study math in focused mode by adopting the conception of deep work.
Interweave studying new knowledge and reviewing old knowledge (from which new understandings can be obtained). Interweave multiple topics from different sources to prevent Einstellung.
When facing difficulties
Don't stuck in one book or paper. Compare materials on the topic from different sources to find clues and hints.
Don't stuck at the topic or problem for too long time. Circumvent it and progress forward. This is similar to practicing flute: playing a segment or a piece all the time is not recommended, during which the initial mindful action will gradually degrade to mechanical repetitions.
Overconfidence about your wisdom and creativity to grapple with the problem without asking anyone or referring to any materials is a bad habit. It wastes too much time with little harvest. Just be humble to learn from others. Ask questions on a forum and don't be shy or afraid of trouble and inconvenience.
Use the problem solving approach
Doing exercises is an indispensable measure to achieve a real understanding and final mastering of the knowledge.
A certain amount of exercises are mandatory for both deepening your understanding and making you proficient in applying mathematical concepts and techniques. However, there is no need to complete all the exercises if you are not going to publish a book on the whole exercise collection.
Be brave, open and confident to apply the learned mathematical concepts and techniques to problems in real world. Any success or even financial income derived from such competent or irreplaceable work will produce positive feedback on your diligent and perennial study. Furthermore, you may discover new meanings from it besides the pure and sublime beauty of the mathematical edifice with its rigorousness and delicacies.
Principles and strategies for mathematics study的更多相关文章
- Consideration about improving mathematics study
In this article, I’ll present my ideas about how to improve mathematics study, which are the forewor ...
- Raft 一致性算法论文译文
本篇博客为著名的 RAFT 一致性算法论文的中文翻译,论文名为<In search of an Understandable Consensus Algorithm (Extended Vers ...
- mit课程ocw-mathematics
https://ocw.mit.edu/courses/find-by-topic/#cat=mathematics Course # Course Title Level 1.010 Uncerta ...
- How do I learn mathematics for machine learning?
https://www.quora.com/How-do-I-learn-mathematics-for-machine-learning How do I learn mathematics f ...
- Mathematics for Computer Graphics数学在计算机图形学中的应用 [转]
最近严重感觉到数学知识的不足! http://bbs.gameres.com/showthread.asp?threadid=10509 [译]Mathematics for Computer Gra ...
- How to do Mathematics
著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处.作者:匿名用户链接:http://www.zhihu.com/question/30087053/answer/47815698来源 ...
- Mathematics for Computer Graphics
Mathematics for Computer Graphics 最近严重感觉到数学知识的不足! http://bbs.gameres.com/showthread.asp?threadid=105 ...
- Data Visualization – Banking Case Study Example (Part 1-6)
python信用评分卡(附代码,博主录制) https://study.163.com/course/introduction.htm?courseId=1005214003&utm_camp ...
- Advances in Single Cell Genomics to Study Brain Cell Types | 会议概览
单细胞在脑科学方面的应用 Session 1: Deciphering the Cellular Landscape of the Brain Using Single Cell Transcript ...
随机推荐
- git与eclipse集成之clone远程仓库到本地
1. Git与Eclipse集成 1.1. Clone远程仓库到本地 1.1.1. 获取远程仓库地址(选择北京,访问速度比深圳快) 1.1.2. 将远程仓库导入到Eclip ...
- QPainter
1.QPainter使用save()函数来保存QPainter的状态,并且用restore()函数来使他们回退. void MainWindow::paintEvent(QPaintEvent *ev ...
- mongodb3.4.6配置主从
.rpm包安装mongodb3.4.6 下载地址:https://repo.mongodb.org/yum/redhat/7/mongodb-org/3.4/x86_64/RPMS/ rpm -ivh ...
- hybrid programming based on python and C/C++
Python/C API Reference Manual¶ https://docs.python.org/3/c-api/index.html Extending and Embedding th ...
- java操作redis之按照关键字删除缓存数据
思路: 1.链接redis数据库,连接成功2.js.del(key),按照指定的key进行删除,封装删除方法3.js.keys("*"),获取所有键keys的集合,对set集合进行 ...
- Java二叉树的实现与特点
二叉树是一种非常重要的数据结构,它同时具有数组和链表各自的特点:它可以像数组一样快速查找,也可以像链表一样快速添加.但是他也有自己的缺点:删除操作复杂. 我们先介绍一些关于二叉树的概念名词. 二叉树: ...
- 哎呀,搬运blog好累啊,96篇呢QwQ
累死了,哼 哎呀,算了,不搬了不搬了
- 信息摘要算法之四:SHA512算法分析与实现
前面一篇中我们分析了SHA256的原理,并且实现了该算法,在这一篇中我们将进一步分析SHA512并实现之. 1.SHA简述 尽管在前面的篇章中我们介绍过SHA算法,但出于阐述的完整性我依然要简单的说明 ...
- Oracle数据库内存使用情况分析查看
SGA.PGA使用情况 select name,total,round(total-free,2) used, round(free,2) free,round((total-free)/total* ...
- Confluence 6 数据库表-系统信息(System information)
这些表格有存储数据相关的状态和 Confluence 站点的相关配置信息. confversion 被用来在升级系统的时候确定那个数据库的版本应该使用,这个表格只对数据库升级有影响. pluginda ...