离散数学

Chapter-1 Logic & Proofs

术语 翻译 术语 翻译 术语 翻译
rational 有理数 counterexample 反例 premise 前提
proposition 命题 paradox 悖论 consistent 一致的
conjunction 和取 disjunction 析取 exclusive or 异或
hypothesis 假设 antecedent 假设 premise 假设
conclusion 结论 consequence 假设 converse 逆命题
inverse 否命题 contrapositive 逆否命题 tautology 永真式
contradiction 永假式 contingency 可能式 predicate 谓词
axiom 公理 corollary 推论 conjecture 猜想
lemma 引理 vacuous proof 空证明 trivial proof 平凡证明

Proposition

proposition: a declarative sentence that is either true or false, but not both
propositional variables: use variables to represent propositions
atomic propositions: Propositions that cannot be expressed in terms of simpler propositions
compound propositions: propositions formed from existing propositions using logical operators
阅读更多...

常微分方程

nth-order Differential Equation

The most general form of an nth-order differential equation with independent $x$ and unknown function or dependent variable $y=y(x)$ is $F(x,y,y’,y’’,\cdots,y^{(n)})$
An nth-order differential equation ordinarily has an n-parameter family of solutions-one involving n different arbitrary constants or parameters.
阅读更多...

微积分甲II

Chapter-7 空间曲面方程

矢量的矢量积

$a\times b=\begin{vmatrix}a_2&a_3\\b_2&b_3\end{vmatrix}i-\begin{vmatrix}a_1&a_3\\b_1&b_3\end{vmatrix}j+\begin{vmatrix}a_1&a_2\\b_1&b_2\end{vmatrix}k=\begin{vmatrix}i&j&k\\a_1&a_2&a_3\\b_1&b_2&b_2\end{vmatrix}$
矢量积所得的矢量垂直于 $a,b$ 构成的平面
阅读更多...

大学物理甲I

Chapter-1 质点运动学

【注】与中学内容基本一致,略


Chapter-2 质点动力学

碰撞

对于一般碰撞,恢复系数 $\begin{align}e=\frac{v_2’-v_1’}{v_1-v_2}\end{align}$ 与两球的质量和速度无关

阅读更多...

线性代数

几何解释

方阵乘法的意义

对于方阵 $A,B$ ,表达式 $B(AX)$ 表示在新基 $B$ 下坐标为在新基 $A$ 下坐标为 $X$ 的坐标的坐标

$(BA)X$ 表示 $A$ 中的每一个列向量在新基 $B$ 下对应的向量构成的一组基下坐标为 $X$ 的坐标

表明矩阵的乘法是线性变换的依次进行的等价线性变换
阅读更多...

关于博主

  • 试图记录大学生活,并活得更多姿多彩的理想主义者
  • 热爱 JPOP ,喜欢听纯音乐并在咕小提琴的音乐爱好者
  • 试图让自己变得更加容易接近的小 i 人
  • 在某些场合下可能表现得有些自恋的帅锅 qwq
  • 在高中语文老师的启发下正在看书脱离文盲状态 阅读更多...

微积分甲I

Chapter-1 数列极限

数列极限定义

设 $\{a_n\}$ 是 $\mathrm{R}$ 中的一个数列,如果存在 $a\in\mathrm{R}$ 使得 $\forall \varepsilon>0,\exists N\in\mathrm{N_+}$ ,当 $n\geq N$ 时,都有 $|a_n-a|<\varepsilon$ ,就称数列 $\{a_n\}$ 是收敛于 $a$ 的,记为 $\begin{aligned}\lim_{n\rightarrow\infty}a_n=a\end{aligned}$ ,称 $a$ 是数列 $\{a_n\}$ 的极限
阅读更多...