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 ...
随机推荐
- linux系统弱密码检测
需要自备弱密码明文字典 from _utils.patrol2 import data_format,report_format,run_cmd import platform import cryp ...
- 020_iPhone救命稻草
一.如何对iPhone强制恢复出厂设置 1.在"通用"->"设置"->"还原全部设置",但是我的不知道为啥除了设置完开机密码后, ...
- Ubuntu18 输入法fcitx安装
默认iBus非常难用 1.安装fcitx终端输入fcitx提示程序尚未安装.使用命令安装sudo apt-get install fcitx-bin相关的依赖库和框架都会自动安装上.2.安装输入法su ...
- zabbix添加对haproxy的监控
zabbix添加对haproxy的监控 HAProxy提供高可用性.负载均衡以及基于TCP和HTTP应用的代理,支持虚拟主机,它是免费.快速并且可靠的一种解决方案.HAProxy本身提供一个web页面 ...
- 【原创】大数据基础之Benchmark(2)TPC-DS
tpc 官方:http://www.tpc.org/ 一 简介 The TPC is a non-profit corporation founded to define transaction pr ...
- Oracle定时备份数据库
1.导出命令:exp cpzxoa/cpzxoa@FENG file=D:\OracleBak\%date:~11,4%\jjmis_test.dmp log=D:\OracleBak\%date:~ ...
- python-进程池与线程池,协程
一.进程池与线程池 实现并发的手段有两种,多线程和多进程.注:并发是指多个任务看起来是同时运行的.主要是切换+保存状态. 当我们需要执行的并发任务大于cpu的核数时,我们需要知道一个操作系统不能无限的 ...
- vue----less引用
1.安装less. npm install less less-loader --save-dev 2.修改webpack.config.js { test: /\.less$/, use:[ 'st ...
- IOS 常遇到的报错警告 以及 解决办法
1. This application is modifying the autolayout engine from a background thread, which can lead to ...
- Oracle Ora 错误解决方案合集
注:本文来源于 < Oracle学习笔记 --- Oracle ORA错误解决方案 > ORA-00001: 违反唯一约束条件 (.)错误说明:当在唯一索引所对应的列上键入重复值时,会触发 ...