Posts

Limit definition : the equivalence of Eduard Heine's with the (ε, δ)

I think Eduard Heine's definition of function limit is much intuitive than the prevailing (ε, δ) definition, while the latter is a bit convenient than the former in using. The following is a proof of the equivalence of the two, excerpted from Richard Courant, Fritz John, Introduction to Calculus and Analysis Volume I, Reprint of the 1989 edition, p82.  The limit of a function can also be described completely in terms of limits of sequences. The statement \[ \begin{array}{l} \lim _{x \rightarrow \xi} f(x)=\eta \end{array} \] means that \[ \begin{array}{l} \lim _{n \rightarrow \infty} f\left(x_{n}\right)=\eta \end{array} \] for every sequence \(x_{n}\) with limit \(\xi\) (where it is assumed, of course, that the \(x_{n}\) belong to the domain of \(f\) ). For if \(\lim _{x \rightarrow \xi} f(x)=\eta\) and if \(\lim x_{n}=\xi\), then \(f(x)\) is arbitrarily close to \(\eta\) for \(x\) sufficiently close to \(\xi\); but \(x_{n}\) is sufficiently close to \(\xi\) if only \(n\) is large e...

Sublime Text 永久激活,注册码,破解

Image
为了去除这个窗口 然后开始找到注册码,输入后要么发现无效,甚至也修改了host,一开始注册成功了,但是过一会儿突然被识破了,结果收到如下信息: Your license key is no longer valid, and has been removed 我的方案并不是说让这个窗口不出现,而是出现的时候仅仅是一闪而过(可以说完全不会对你造成什么影响)。Windows上面的解决方案目前需要安装360。50元永久解决此问题,要就联系mathjoy@wo.cn

position a Qt widget relative to its parent

from PyQt5.QtCore import * from PyQt5.QtGui import * from PyQt5.QtWidgets import * import subprocess import os import sys import mouse import keyboard class Window(QMainWindow): def __init__(self, parent=None, **kwargs): super().__init__(parent, **kwargs) self.resize(800, 600) # keyboard.add_hotkey('ctrl+c', print, args=('triggered', 'ctrl+c')) # keyboard.add_hotkey('ctrl+x', print, args=('triggered', 'ctrl+x')) # QShortcut(QKeySequence.Find, self, self.setUpSearchBar) self.setUpSearchBar() def setUpSearchBar(self): self.toolBar = QToolBar(self) self.toolBar.setWindowFlags(Qt.FramelessWindowHint | Qt.Tool) # Qt.Tool 是为了hide my QT application from taskbar self.toolBar.setMovable(False) # 去除最前面的竖直三点 self.searchBarLineEdit = QLineEdit() self.toolBar.addWidget(self.searchBarLineEdit) self.toolBar.addAction('10/11') s...

Qv2ray [ERROR] 127.0.0.1:1772 SSL handshake failed with 3.112.*.*:443: certificate verify failed 如图所示勾选上就可以了

Image
如图所示勾选上就可以了

My personal statement for applying the BISP

Dear admission officer, I come from China. I have research interests on mathematics, physics or AI, but  I dropped out of college five years ago due to the bad teaching , while I still keep studying alone, I am seeking an opportunity to achieve my dream. I write to tell my case and want to know if I am qualified to apply the BISP. This mail is almost a personal statement, and I know one requirement for the personal statement is “no more than one page”, but I think my situation is special, so I apologize for the following content is a little longer. While I have not finished my calculus learning, I have spent a lot of effort investigating the foundation of mathematics, how mathematics works (based on axioms), where mathematical theories originated, how mathematical theories evolve, etc. Besides mathematics, I am also experienced at Python programming and interaction design, the latter is helpful for me to write readable and easy-understanding expository calculus essays, I would ta...