
线性代数,临时抱佛脚速撸系列(2)矩阵
2019-09-09 22:41 学习笔记 数学 线性代数 1566 阅读 0条回复
什么是矩阵 形如 ( 1 3 2 4 5 6 ) \left(\begin{array}{ll}{1} & {3} \\ {2} & {4} \\ {5} & {6}\end{array}\right) ⎝ ⎛ 1 2 5 3 4 6 ⎠ ⎞ 矩阵加减 例如,已知 A = ( 1 3 2 4 5 6 ) A=\left(\begin{array}{ll}{1...

微积分,相关公式列表
2019-09-09 13:02 学习笔记 数学 微积分 1580 阅读 0条回复
The Theorem of Pythagoras(毕达哥拉斯定理) a 2 + b 2 = c 2 a^{2}+b^{2}=c^{2} a 2 + b 2 = c 2 if c c c is the length of the hypotenuse and a a a and b b b are the shorter side lengths of a right-angled triangl...

Precalculus
2019-08-31 23:49 学习笔记 数学 微积分 1880 阅读 0条回复
Real line, decimals and significant figures(实线,小数,和有效数字) Sets and elements A set is a collection of objects, referred to as elements. A set may be represented, for example, by a list of elements surro...

线性代数,临时抱佛脚速撸系列(1)行列式
2019-08-30 20:35 学习笔记 数学 线性代数 1693 阅读 0条回复
什么是行列式 ∣ 1 2 2 3 ∣ ( 二阶行列式 ) \begin{aligned}\left|\begin{array}{ll}{1} & {2} \\ {2} & {3}\end{array}\right| \end{aligned} \quad(\text { 二阶行列式 }) ∣ ∣ ∣ ∣ 1 2 2 3 ∣ ∣ ∣ ∣ ( 二阶行列式 ...