├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── bug报告.md │ ├── 催更-.md │ └── 功能性需求.md ├── .obsidian ├── app.json ├── appearance.json ├── community-plugins.json ├── core-plugins-migration.json ├── core-plugins.json ├── graph.json ├── hotkeys.json ├── plugins │ ├── obsidian-completr │ │ ├── callout_suggestions.json │ │ ├── latex_commands.json │ │ ├── main.js │ │ ├── manifest.json │ │ ├── scanned_words.txt │ │ └── styles.css │ ├── obsidian-git │ │ ├── data.json │ │ ├── main.js │ │ ├── manifest.json │ │ └── styles.css │ └── quick-latex │ │ ├── data.json │ │ ├── main.js │ │ ├── manifest.json │ │ └── styles.css ├── publish.json ├── themes │ ├── Atom │ │ ├── manifest.json │ │ └── theme.css │ ├── Minimal │ │ ├── manifest.json │ │ └── theme.css │ └── Things │ │ ├── manifest.json │ │ └── theme.css ├── types.json ├── workspace-mobile.json └── workspace.json ├── 0. 杂项 ├── 0. 杂项.md ├── 均值不等式.md ├── 常用公式.md ├── 应试技巧.md ├── 灵光乍现.md └── 重要题目.md ├── 1-1. 函数的极限与连续 ├── 1. 函数的极限与连续.md ├── 两个重要极限.md ├── 函数极限.md ├── 函数极限的计算.md ├── 函数的连续与间断.md ├── 夹逼准则.md ├── 无穷大.md ├── 无穷小.md ├── 泰勒公式.md ├── 洛必达法则.md ├── 等价无穷小.md ├── 超实数.md └── 邻域.md ├── 1-2. 数列极限 ├── 2. 数列极限.md ├── 单调有界原则.md ├── 收敛数列的性质.md ├── 放缩法.md ├── 数列极限.md ├── 数列的相关概念.md ├── 无界变量.md ├── 极限四则运算.md └── 海涅定理(归结原则).md ├── 1-3. 一元函数微分学 ├── 1. 概念 │ ├── 3-1. 概念.md │ ├── 导数.md │ ├── 导数的几何意义.md │ ├── 微分的概念.md │ └── 高阶导数.md ├── 2. 计算 │ ├── 3-2. 计算.md │ ├── 分段函数导数.md │ ├── 参数方程函数导数.md │ ├── 反函数导数.md │ ├── 基本求导公式.md │ ├── 复合函数导数.md │ ├── 对数求导法.md │ ├── 导数的四则运算.md │ ├── 常用高阶导数.md │ ├── 幂指函数求导法.md │ ├── 隐函数导数.md │ └── 高阶导数求导.md ├── 3. 一元函数微分学.md └── 3. 应用 │ ├── 1. 几何应用 │ ├── 作函数图像.md │ ├── 凹凸性与拐点的判别.md │ ├── 凹凸性与拐点的概念.md │ ├── 单调性与极值的判别.md │ ├── 曲率与曲率半径.md │ ├── 最值或取值范围.md │ ├── 极值点与拐点的重要结论.md │ ├── 极值的定义.md │ └── 渐近线.md │ ├── 2. 中值定理、微分等式与微分不等式 │ ├── 中值定理.md │ ├── 微分不等式.md │ └── 微分等式.md │ ├── 3-3. 应用.md │ └── 3. 物理应用 │ └── 物理应用与相关变化率.md ├── 1-4. 一元函数积分学 ├── 1. 概念 │ ├── 4-1. 概念.md │ ├── 不定积分.md │ ├── 反常积分.md │ ├── 变限积分.md │ ├── 定积分.md │ └── 瑕点.md ├── 2. 计算 │ ├── 4-2. 计算.md │ ├── Gamma函数.md │ ├── 不定积分的积分法.md │ ├── 反常积分的计算.md │ ├── 变限积分的计算.md │ ├── 基本积分公式.md │ └── 定积分的计算.md ├── 3. 应用 │ ├── 1. 几何应用 │ │ ├── 其他几何应用.md │ │ ├── 函数的平均值.md │ │ ├── 平面图形的面积.md │ │ └── 旋转体的体积.md │ ├── 2. 积分等式与积分不等式 │ │ ├── 积分不等式.md │ │ └── 积分等式.md │ ├── 3. 物理应用 │ │ └── 物理应用.md │ └── 4-3. 应用.md └── 4. 一元函数积分学.md ├── 1-5. 多元函数微分学 ├── 5. 多元函数微分学.md ├── 基本概念.md ├── 多元函数微分法则.md └── 多元函数的极值与最值.md ├── 1-6. 二重积分 ├── 6. 二重积分.md ├── 二重积分对称性.md ├── 二重积分性质.md ├── 二重积分概念.md └── 二重积分计算.md ├── 1-7. 微分方程 ├── 7. 微分方程.md ├── 一阶微分方程求解.md ├── 微分方程应用.md ├── 微分方程概念.md └── 高阶线性微分方程求解.md ├── 2-1. 行列式 ├── 1. 行列式.md ├── 余子式与代数余子式的计算.md ├── 克拉默法则.md ├── 行列式的定义与性质.md ├── 行列式的计算.md └── 重要行列式.md ├── 2-2. 矩阵 ├── 2. 矩阵.md ├── 伴随矩阵.md ├── 初等变换和初等矩阵.md ├── 矩阵方程.md ├── 矩阵的定义及基本运算.md ├── 矩阵的秩.md ├── 矩阵的迹.md ├── 矩阵的逆.md └── 等价矩阵和矩阵的等价标准型.md ├── 2-3. 向量组 ├── 3. 向量组.md ├── 向量与向量组的线性相关性.md ├── 向量组的秩.md ├── 极大线性无关组.md ├── 等价向量组.md └── 等价矩阵.md ├── 2-4. 线性方程组 ├── 4. 线性方程组.md ├── 两个方程组的公共解.md ├── 同解方程组.md ├── 非齐次线性方程组.md └── 齐次线性方程组.md ├── 2-5. 特征值与特征向量 ├── 5. 特征值与特征向量.md ├── 实对称矩阵的相似对角化.md ├── 常用矩阵的特征值与特征向量.md ├── 特征值与特征向量.md ├── 矩阵的相似.md └── 矩阵的相似对角化.md ├── 2-6. 二次型 ├── 6. 二次型.md ├── 二次型的定义与矩阵表示.md ├── 化二次型为标准形与规范形.md └── 正定二次型.md ├── LICENSE ├── README.md ├── assets ├── 1+1n_series.jpg ├── DengJiaWQX.jpeg ├── Pasted image 20240621140426.png ├── Taylor_known_formula.jpg ├── absx.jpg ├── aotu1.jpg ├── aotu2.jpg ├── aotu_2.jpg ├── approx_line_solve.jpg ├── basic_int_1.png ├── basic_int_2.png ├── bicycle.png ├── big_head.jpg ├── boundless.png ├── can2jie.jpg ├── curve_center.png ├── d_int_1.png ├── d_int_2.png ├── d_int_pol.png ├── d_int_pol_2.png ├── d_int_x.png ├── dandiao_1.jpg ├── dandiao_2.jpeg ├── deriv_hill.png ├── derivative_def.jpg ├── derivative_eg.jpg ├── derivative_vis.jpg ├── det_cal.png ├── det_cal_d3.png ├── diff_eq_1.jpg ├── diff_eq_2.jpg ├── diff_eq_cycle.png ├── diff_eq_special_1.png ├── diff_eq_special_2.png ├── e^x_div_x.png ├── eg_4.18_sol.jpg ├── eigen_form.png ├── fan2jie.jpg ├── favicon │ ├── favicon-32x32.png │ └── favicon.ico ├── fenbu_exp.png ├── fermat.jpg ├── formulas │ └── Leibniz_formula.jpg ├── fs_inequality_1.jpg ├── fs_inequality_2.jpg ├── gaussian_curve.png ├── hainie.jpg ├── important_1.jpg ├── important_2-1.jpg ├── important_2.jpg ├── int-NT.png ├── int_aprox.png ├── int_area.png ├── int_area_1.png ├── int_area_2.png ├── int_area_3.png ├── int_chrct4.png ├── int_chrct5.png ├── int_chrct6.png ├── int_force.png ├── int_lim.png ├── int_midpoint.jpg ├── int_pressure.png ├── int_sep.png ├── int_volume.png ├── int_volume_2.png ├── lagrange.jpg ├── liansan.png ├── linear_trans_def.png ├── maclaurin_1.jpg ├── maclaurin_2.jpg ├── matrix_multi.png ├── multi_chain.png ├── multi_comp.png ├── multi_comp2.png ├── multi_deriv.png ├── multi_intu.png ├── multi_mem.png ├── multi_neighbor.png ├── multi_tangent.png ├── multi_tangent2.png ├── newton_interpo.jpg ├── partial_deriv.png ├── qici1.png ├── qici2.png ├── qici3.png ├── qici4.png ├── quad_form_def.png ├── quad_form_def_2.png ├── quad_visual.png ├── readme │ ├── Support.png │ ├── feature.png │ ├── feature_link.png │ ├── graph.png │ └── overall.png ├── remapping.jpg ├── rolle.jpg ├── rolle_extend.jpg ├── rolle_func_1.jpg ├── rolle_func_2.jpg ├── rolle_multi.jpg ├── sin1x.jpg ├── stair_mat.png ├── stair_mat_simp.png ├── sxzss.png ├── tangent.jpg ├── tanx&x_compare.png ├── volume_4.png ├── weifen_geo.jpg └── x13.jpg ├── 欢迎!.md ├── 线性代数主目录.md └── 高等数学主目录.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug报告.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.github/ISSUE_TEMPLATE/bug报告.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/催更-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.github/ISSUE_TEMPLATE/催更-.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/功能性需求.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.github/ISSUE_TEMPLATE/功能性需求.md -------------------------------------------------------------------------------- /.obsidian/app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/app.json -------------------------------------------------------------------------------- /.obsidian/appearance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/appearance.json -------------------------------------------------------------------------------- /.obsidian/community-plugins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/community-plugins.json -------------------------------------------------------------------------------- /.obsidian/core-plugins-migration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/core-plugins-migration.json -------------------------------------------------------------------------------- /.obsidian/core-plugins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/core-plugins.json -------------------------------------------------------------------------------- /.obsidian/graph.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/graph.json -------------------------------------------------------------------------------- /.obsidian/hotkeys.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/hotkeys.json -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-completr/callout_suggestions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-completr/callout_suggestions.json -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-completr/latex_commands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-completr/latex_commands.json -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-completr/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-completr/main.js -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-completr/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-completr/manifest.json -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-completr/scanned_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-completr/scanned_words.txt -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-completr/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-completr/styles.css -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-git/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-git/data.json -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-git/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-git/main.js -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-git/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-git/manifest.json -------------------------------------------------------------------------------- /.obsidian/plugins/obsidian-git/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/obsidian-git/styles.css -------------------------------------------------------------------------------- /.obsidian/plugins/quick-latex/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/quick-latex/data.json -------------------------------------------------------------------------------- /.obsidian/plugins/quick-latex/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/quick-latex/main.js -------------------------------------------------------------------------------- /.obsidian/plugins/quick-latex/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/quick-latex/manifest.json -------------------------------------------------------------------------------- /.obsidian/plugins/quick-latex/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/plugins/quick-latex/styles.css -------------------------------------------------------------------------------- /.obsidian/publish.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/publish.json -------------------------------------------------------------------------------- /.obsidian/themes/Atom/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/themes/Atom/manifest.json -------------------------------------------------------------------------------- /.obsidian/themes/Atom/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/themes/Atom/theme.css -------------------------------------------------------------------------------- /.obsidian/themes/Minimal/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/themes/Minimal/manifest.json -------------------------------------------------------------------------------- /.obsidian/themes/Minimal/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/themes/Minimal/theme.css -------------------------------------------------------------------------------- /.obsidian/themes/Things/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/themes/Things/manifest.json -------------------------------------------------------------------------------- /.obsidian/themes/Things/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/themes/Things/theme.css -------------------------------------------------------------------------------- /.obsidian/types.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/types.json -------------------------------------------------------------------------------- /.obsidian/workspace-mobile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/workspace-mobile.json -------------------------------------------------------------------------------- /.obsidian/workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/.obsidian/workspace.json -------------------------------------------------------------------------------- /0. 杂项/0. 杂项.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/0. 杂项/0. 杂项.md -------------------------------------------------------------------------------- /0. 杂项/均值不等式.md: -------------------------------------------------------------------------------- 1 | --- 2 | 属性: 正文 3 | 上一层级: "[[0. 杂项]]" 4 | tags: 5 | - 待完善 6 | --- 7 | -------------------------------------------------------------------------------- /0. 杂项/常用公式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/0. 杂项/常用公式.md -------------------------------------------------------------------------------- /0. 杂项/应试技巧.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/0. 杂项/应试技巧.md -------------------------------------------------------------------------------- /0. 杂项/灵光乍现.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/0. 杂项/灵光乍现.md -------------------------------------------------------------------------------- /0. 杂项/重要题目.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/0. 杂项/重要题目.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/1. 函数的极限与连续.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/1. 函数的极限与连续.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/两个重要极限.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/两个重要极限.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/函数极限.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/函数极限.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/函数极限的计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/函数极限的计算.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/函数的连续与间断.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/函数的连续与间断.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/夹逼准则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/夹逼准则.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/无穷大.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/无穷大.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/无穷小.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/无穷小.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/泰勒公式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/泰勒公式.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/洛必达法则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/洛必达法则.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/等价无穷小.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/等价无穷小.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/超实数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/超实数.md -------------------------------------------------------------------------------- /1-1. 函数的极限与连续/邻域.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-1. 函数的极限与连续/邻域.md -------------------------------------------------------------------------------- /1-2. 数列极限/2. 数列极限.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/2. 数列极限.md -------------------------------------------------------------------------------- /1-2. 数列极限/单调有界原则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/单调有界原则.md -------------------------------------------------------------------------------- /1-2. 数列极限/收敛数列的性质.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/收敛数列的性质.md -------------------------------------------------------------------------------- /1-2. 数列极限/放缩法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/放缩法.md -------------------------------------------------------------------------------- /1-2. 数列极限/数列极限.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/数列极限.md -------------------------------------------------------------------------------- /1-2. 数列极限/数列的相关概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/数列的相关概念.md -------------------------------------------------------------------------------- /1-2. 数列极限/无界变量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/无界变量.md -------------------------------------------------------------------------------- /1-2. 数列极限/极限四则运算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/极限四则运算.md -------------------------------------------------------------------------------- /1-2. 数列极限/海涅定理(归结原则).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-2. 数列极限/海涅定理(归结原则).md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/1. 概念/3-1. 概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/1. 概念/3-1. 概念.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/1. 概念/导数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/1. 概念/导数.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/1. 概念/导数的几何意义.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/1. 概念/导数的几何意义.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/1. 概念/微分的概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/1. 概念/微分的概念.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/1. 概念/高阶导数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/1. 概念/高阶导数.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/3-2. 计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/3-2. 计算.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/分段函数导数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/分段函数导数.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/参数方程函数导数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/参数方程函数导数.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/反函数导数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/反函数导数.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/基本求导公式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/基本求导公式.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/复合函数导数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/复合函数导数.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/对数求导法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/对数求导法.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/导数的四则运算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/导数的四则运算.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/常用高阶导数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/常用高阶导数.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/幂指函数求导法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/幂指函数求导法.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/隐函数导数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/隐函数导数.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/2. 计算/高阶导数求导.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/2. 计算/高阶导数求导.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 一元函数微分学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 一元函数微分学.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/作函数图像.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/作函数图像.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/凹凸性与拐点的判别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/凹凸性与拐点的判别.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/凹凸性与拐点的概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/凹凸性与拐点的概念.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/单调性与极值的判别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/单调性与极值的判别.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/曲率与曲率半径.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/曲率与曲率半径.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/最值或取值范围.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/最值或取值范围.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/极值点与拐点的重要结论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/极值点与拐点的重要结论.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/极值的定义.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/极值的定义.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/1. 几何应用/渐近线.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/1. 几何应用/渐近线.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/2. 中值定理、微分等式与微分不等式/中值定理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/2. 中值定理、微分等式与微分不等式/中值定理.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/2. 中值定理、微分等式与微分不等式/微分不等式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/2. 中值定理、微分等式与微分不等式/微分不等式.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/2. 中值定理、微分等式与微分不等式/微分等式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/2. 中值定理、微分等式与微分不等式/微分等式.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/3-3. 应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/3-3. 应用.md -------------------------------------------------------------------------------- /1-3. 一元函数微分学/3. 应用/3. 物理应用/物理应用与相关变化率.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-3. 一元函数微分学/3. 应用/3. 物理应用/物理应用与相关变化率.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/1. 概念/4-1. 概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/1. 概念/4-1. 概念.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/1. 概念/不定积分.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/1. 概念/不定积分.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/1. 概念/反常积分.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/1. 概念/反常积分.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/1. 概念/变限积分.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/1. 概念/变限积分.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/1. 概念/定积分.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/1. 概念/定积分.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/1. 概念/瑕点.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/1. 概念/瑕点.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/2. 计算/4-2. 计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/2. 计算/4-2. 计算.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/2. 计算/Gamma函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/2. 计算/Gamma函数.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/2. 计算/不定积分的积分法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/2. 计算/不定积分的积分法.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/2. 计算/反常积分的计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/2. 计算/反常积分的计算.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/2. 计算/变限积分的计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/2. 计算/变限积分的计算.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/2. 计算/基本积分公式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/2. 计算/基本积分公式.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/2. 计算/定积分的计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/2. 计算/定积分的计算.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/3. 应用/1. 几何应用/其他几何应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/3. 应用/1. 几何应用/其他几何应用.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/3. 应用/1. 几何应用/函数的平均值.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/3. 应用/1. 几何应用/函数的平均值.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/3. 应用/1. 几何应用/平面图形的面积.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/3. 应用/1. 几何应用/平面图形的面积.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/3. 应用/1. 几何应用/旋转体的体积.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/3. 应用/1. 几何应用/旋转体的体积.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/3. 应用/2. 积分等式与积分不等式/积分不等式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/3. 应用/2. 积分等式与积分不等式/积分不等式.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/3. 应用/2. 积分等式与积分不等式/积分等式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/3. 应用/2. 积分等式与积分不等式/积分等式.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/3. 应用/3. 物理应用/物理应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/3. 应用/3. 物理应用/物理应用.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/3. 应用/4-3. 应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/3. 应用/4-3. 应用.md -------------------------------------------------------------------------------- /1-4. 一元函数积分学/4. 一元函数积分学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-4. 一元函数积分学/4. 一元函数积分学.md -------------------------------------------------------------------------------- /1-5. 多元函数微分学/5. 多元函数微分学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-5. 多元函数微分学/5. 多元函数微分学.md -------------------------------------------------------------------------------- /1-5. 多元函数微分学/基本概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-5. 多元函数微分学/基本概念.md -------------------------------------------------------------------------------- /1-5. 多元函数微分学/多元函数微分法则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-5. 多元函数微分学/多元函数微分法则.md -------------------------------------------------------------------------------- /1-5. 多元函数微分学/多元函数的极值与最值.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-5. 多元函数微分学/多元函数的极值与最值.md -------------------------------------------------------------------------------- /1-6. 二重积分/6. 二重积分.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-6. 二重积分/6. 二重积分.md -------------------------------------------------------------------------------- /1-6. 二重积分/二重积分对称性.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-6. 二重积分/二重积分对称性.md -------------------------------------------------------------------------------- /1-6. 二重积分/二重积分性质.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-6. 二重积分/二重积分性质.md -------------------------------------------------------------------------------- /1-6. 二重积分/二重积分概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-6. 二重积分/二重积分概念.md -------------------------------------------------------------------------------- /1-6. 二重积分/二重积分计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-6. 二重积分/二重积分计算.md -------------------------------------------------------------------------------- /1-7. 微分方程/7. 微分方程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-7. 微分方程/7. 微分方程.md -------------------------------------------------------------------------------- /1-7. 微分方程/一阶微分方程求解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-7. 微分方程/一阶微分方程求解.md -------------------------------------------------------------------------------- /1-7. 微分方程/微分方程应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-7. 微分方程/微分方程应用.md -------------------------------------------------------------------------------- /1-7. 微分方程/微分方程概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-7. 微分方程/微分方程概念.md -------------------------------------------------------------------------------- /1-7. 微分方程/高阶线性微分方程求解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/1-7. 微分方程/高阶线性微分方程求解.md -------------------------------------------------------------------------------- /2-1. 行列式/1. 行列式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-1. 行列式/1. 行列式.md -------------------------------------------------------------------------------- /2-1. 行列式/余子式与代数余子式的计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-1. 行列式/余子式与代数余子式的计算.md -------------------------------------------------------------------------------- /2-1. 行列式/克拉默法则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-1. 行列式/克拉默法则.md -------------------------------------------------------------------------------- /2-1. 行列式/行列式的定义与性质.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-1. 行列式/行列式的定义与性质.md -------------------------------------------------------------------------------- /2-1. 行列式/行列式的计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-1. 行列式/行列式的计算.md -------------------------------------------------------------------------------- /2-1. 行列式/重要行列式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-1. 行列式/重要行列式.md -------------------------------------------------------------------------------- /2-2. 矩阵/2. 矩阵.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/2. 矩阵.md -------------------------------------------------------------------------------- /2-2. 矩阵/伴随矩阵.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/伴随矩阵.md -------------------------------------------------------------------------------- /2-2. 矩阵/初等变换和初等矩阵.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/初等变换和初等矩阵.md -------------------------------------------------------------------------------- /2-2. 矩阵/矩阵方程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/矩阵方程.md -------------------------------------------------------------------------------- /2-2. 矩阵/矩阵的定义及基本运算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/矩阵的定义及基本运算.md -------------------------------------------------------------------------------- /2-2. 矩阵/矩阵的秩.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/矩阵的秩.md -------------------------------------------------------------------------------- /2-2. 矩阵/矩阵的迹.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/矩阵的迹.md -------------------------------------------------------------------------------- /2-2. 矩阵/矩阵的逆.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/矩阵的逆.md -------------------------------------------------------------------------------- /2-2. 矩阵/等价矩阵和矩阵的等价标准型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-2. 矩阵/等价矩阵和矩阵的等价标准型.md -------------------------------------------------------------------------------- /2-3. 向量组/3. 向量组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-3. 向量组/3. 向量组.md -------------------------------------------------------------------------------- /2-3. 向量组/向量与向量组的线性相关性.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-3. 向量组/向量与向量组的线性相关性.md -------------------------------------------------------------------------------- /2-3. 向量组/向量组的秩.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-3. 向量组/向量组的秩.md -------------------------------------------------------------------------------- /2-3. 向量组/极大线性无关组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-3. 向量组/极大线性无关组.md -------------------------------------------------------------------------------- /2-3. 向量组/等价向量组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-3. 向量组/等价向量组.md -------------------------------------------------------------------------------- /2-3. 向量组/等价矩阵.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-3. 向量组/等价矩阵.md -------------------------------------------------------------------------------- /2-4. 线性方程组/4. 线性方程组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-4. 线性方程组/4. 线性方程组.md -------------------------------------------------------------------------------- /2-4. 线性方程组/两个方程组的公共解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-4. 线性方程组/两个方程组的公共解.md -------------------------------------------------------------------------------- /2-4. 线性方程组/同解方程组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-4. 线性方程组/同解方程组.md -------------------------------------------------------------------------------- /2-4. 线性方程组/非齐次线性方程组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-4. 线性方程组/非齐次线性方程组.md -------------------------------------------------------------------------------- /2-4. 线性方程组/齐次线性方程组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-4. 线性方程组/齐次线性方程组.md -------------------------------------------------------------------------------- /2-5. 特征值与特征向量/5. 特征值与特征向量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-5. 特征值与特征向量/5. 特征值与特征向量.md -------------------------------------------------------------------------------- /2-5. 特征值与特征向量/实对称矩阵的相似对角化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-5. 特征值与特征向量/实对称矩阵的相似对角化.md -------------------------------------------------------------------------------- /2-5. 特征值与特征向量/常用矩阵的特征值与特征向量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-5. 特征值与特征向量/常用矩阵的特征值与特征向量.md -------------------------------------------------------------------------------- /2-5. 特征值与特征向量/特征值与特征向量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-5. 特征值与特征向量/特征值与特征向量.md -------------------------------------------------------------------------------- /2-5. 特征值与特征向量/矩阵的相似.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-5. 特征值与特征向量/矩阵的相似.md -------------------------------------------------------------------------------- /2-5. 特征值与特征向量/矩阵的相似对角化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-5. 特征值与特征向量/矩阵的相似对角化.md -------------------------------------------------------------------------------- /2-6. 二次型/6. 二次型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-6. 二次型/6. 二次型.md -------------------------------------------------------------------------------- /2-6. 二次型/二次型的定义与矩阵表示.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-6. 二次型/二次型的定义与矩阵表示.md -------------------------------------------------------------------------------- /2-6. 二次型/化二次型为标准形与规范形.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-6. 二次型/化二次型为标准形与规范形.md -------------------------------------------------------------------------------- /2-6. 二次型/正定二次型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/2-6. 二次型/正定二次型.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/README.md -------------------------------------------------------------------------------- /assets/1+1n_series.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/1+1n_series.jpg -------------------------------------------------------------------------------- /assets/DengJiaWQX.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/DengJiaWQX.jpeg -------------------------------------------------------------------------------- /assets/Pasted image 20240621140426.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/Pasted image 20240621140426.png -------------------------------------------------------------------------------- /assets/Taylor_known_formula.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/Taylor_known_formula.jpg -------------------------------------------------------------------------------- /assets/absx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/absx.jpg -------------------------------------------------------------------------------- /assets/aotu1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/aotu1.jpg -------------------------------------------------------------------------------- /assets/aotu2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/aotu2.jpg -------------------------------------------------------------------------------- /assets/aotu_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/aotu_2.jpg -------------------------------------------------------------------------------- /assets/approx_line_solve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/approx_line_solve.jpg -------------------------------------------------------------------------------- /assets/basic_int_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/basic_int_1.png -------------------------------------------------------------------------------- /assets/basic_int_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/basic_int_2.png -------------------------------------------------------------------------------- /assets/bicycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/bicycle.png -------------------------------------------------------------------------------- /assets/big_head.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/big_head.jpg -------------------------------------------------------------------------------- /assets/boundless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/boundless.png -------------------------------------------------------------------------------- /assets/can2jie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/can2jie.jpg -------------------------------------------------------------------------------- /assets/curve_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/curve_center.png -------------------------------------------------------------------------------- /assets/d_int_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/d_int_1.png -------------------------------------------------------------------------------- /assets/d_int_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/d_int_2.png -------------------------------------------------------------------------------- /assets/d_int_pol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/d_int_pol.png -------------------------------------------------------------------------------- /assets/d_int_pol_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/d_int_pol_2.png -------------------------------------------------------------------------------- /assets/d_int_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/d_int_x.png -------------------------------------------------------------------------------- /assets/dandiao_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/dandiao_1.jpg -------------------------------------------------------------------------------- /assets/dandiao_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/dandiao_2.jpeg -------------------------------------------------------------------------------- /assets/deriv_hill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/deriv_hill.png -------------------------------------------------------------------------------- /assets/derivative_def.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/derivative_def.jpg -------------------------------------------------------------------------------- /assets/derivative_eg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/derivative_eg.jpg -------------------------------------------------------------------------------- /assets/derivative_vis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/derivative_vis.jpg -------------------------------------------------------------------------------- /assets/det_cal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/det_cal.png -------------------------------------------------------------------------------- /assets/det_cal_d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/det_cal_d3.png -------------------------------------------------------------------------------- /assets/diff_eq_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/diff_eq_1.jpg -------------------------------------------------------------------------------- /assets/diff_eq_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/diff_eq_2.jpg -------------------------------------------------------------------------------- /assets/diff_eq_cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/diff_eq_cycle.png -------------------------------------------------------------------------------- /assets/diff_eq_special_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/diff_eq_special_1.png -------------------------------------------------------------------------------- /assets/diff_eq_special_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/diff_eq_special_2.png -------------------------------------------------------------------------------- /assets/e^x_div_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/e^x_div_x.png -------------------------------------------------------------------------------- /assets/eg_4.18_sol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/eg_4.18_sol.jpg -------------------------------------------------------------------------------- /assets/eigen_form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/eigen_form.png -------------------------------------------------------------------------------- /assets/fan2jie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/fan2jie.jpg -------------------------------------------------------------------------------- /assets/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /assets/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/favicon/favicon.ico -------------------------------------------------------------------------------- /assets/fenbu_exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/fenbu_exp.png -------------------------------------------------------------------------------- /assets/fermat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/fermat.jpg -------------------------------------------------------------------------------- /assets/formulas/Leibniz_formula.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/formulas/Leibniz_formula.jpg -------------------------------------------------------------------------------- /assets/fs_inequality_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/fs_inequality_1.jpg -------------------------------------------------------------------------------- /assets/fs_inequality_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/fs_inequality_2.jpg -------------------------------------------------------------------------------- /assets/gaussian_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/gaussian_curve.png -------------------------------------------------------------------------------- /assets/hainie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/hainie.jpg -------------------------------------------------------------------------------- /assets/important_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/important_1.jpg -------------------------------------------------------------------------------- /assets/important_2-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/important_2-1.jpg -------------------------------------------------------------------------------- /assets/important_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/important_2.jpg -------------------------------------------------------------------------------- /assets/int-NT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int-NT.png -------------------------------------------------------------------------------- /assets/int_aprox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_aprox.png -------------------------------------------------------------------------------- /assets/int_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_area.png -------------------------------------------------------------------------------- /assets/int_area_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_area_1.png -------------------------------------------------------------------------------- /assets/int_area_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_area_2.png -------------------------------------------------------------------------------- /assets/int_area_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_area_3.png -------------------------------------------------------------------------------- /assets/int_chrct4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_chrct4.png -------------------------------------------------------------------------------- /assets/int_chrct5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_chrct5.png -------------------------------------------------------------------------------- /assets/int_chrct6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_chrct6.png -------------------------------------------------------------------------------- /assets/int_force.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_force.png -------------------------------------------------------------------------------- /assets/int_lim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_lim.png -------------------------------------------------------------------------------- /assets/int_midpoint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_midpoint.jpg -------------------------------------------------------------------------------- /assets/int_pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_pressure.png -------------------------------------------------------------------------------- /assets/int_sep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_sep.png -------------------------------------------------------------------------------- /assets/int_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_volume.png -------------------------------------------------------------------------------- /assets/int_volume_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/int_volume_2.png -------------------------------------------------------------------------------- /assets/lagrange.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/lagrange.jpg -------------------------------------------------------------------------------- /assets/liansan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/liansan.png -------------------------------------------------------------------------------- /assets/linear_trans_def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/linear_trans_def.png -------------------------------------------------------------------------------- /assets/maclaurin_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/maclaurin_1.jpg -------------------------------------------------------------------------------- /assets/maclaurin_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/maclaurin_2.jpg -------------------------------------------------------------------------------- /assets/matrix_multi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/matrix_multi.png -------------------------------------------------------------------------------- /assets/multi_chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_chain.png -------------------------------------------------------------------------------- /assets/multi_comp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_comp.png -------------------------------------------------------------------------------- /assets/multi_comp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_comp2.png -------------------------------------------------------------------------------- /assets/multi_deriv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_deriv.png -------------------------------------------------------------------------------- /assets/multi_intu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_intu.png -------------------------------------------------------------------------------- /assets/multi_mem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_mem.png -------------------------------------------------------------------------------- /assets/multi_neighbor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_neighbor.png -------------------------------------------------------------------------------- /assets/multi_tangent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_tangent.png -------------------------------------------------------------------------------- /assets/multi_tangent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/multi_tangent2.png -------------------------------------------------------------------------------- /assets/newton_interpo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/newton_interpo.jpg -------------------------------------------------------------------------------- /assets/partial_deriv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/partial_deriv.png -------------------------------------------------------------------------------- /assets/qici1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/qici1.png -------------------------------------------------------------------------------- /assets/qici2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/qici2.png -------------------------------------------------------------------------------- /assets/qici3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/qici3.png -------------------------------------------------------------------------------- /assets/qici4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/qici4.png -------------------------------------------------------------------------------- /assets/quad_form_def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/quad_form_def.png -------------------------------------------------------------------------------- /assets/quad_form_def_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/quad_form_def_2.png -------------------------------------------------------------------------------- /assets/quad_visual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/quad_visual.png -------------------------------------------------------------------------------- /assets/readme/Support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/readme/Support.png -------------------------------------------------------------------------------- /assets/readme/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/readme/feature.png -------------------------------------------------------------------------------- /assets/readme/feature_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/readme/feature_link.png -------------------------------------------------------------------------------- /assets/readme/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/readme/graph.png -------------------------------------------------------------------------------- /assets/readme/overall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/readme/overall.png -------------------------------------------------------------------------------- /assets/remapping.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/remapping.jpg -------------------------------------------------------------------------------- /assets/rolle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/rolle.jpg -------------------------------------------------------------------------------- /assets/rolle_extend.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/rolle_extend.jpg -------------------------------------------------------------------------------- /assets/rolle_func_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/rolle_func_1.jpg -------------------------------------------------------------------------------- /assets/rolle_func_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/rolle_func_2.jpg -------------------------------------------------------------------------------- /assets/rolle_multi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/rolle_multi.jpg -------------------------------------------------------------------------------- /assets/sin1x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/sin1x.jpg -------------------------------------------------------------------------------- /assets/stair_mat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/stair_mat.png -------------------------------------------------------------------------------- /assets/stair_mat_simp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/stair_mat_simp.png -------------------------------------------------------------------------------- /assets/sxzss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/sxzss.png -------------------------------------------------------------------------------- /assets/tangent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/tangent.jpg -------------------------------------------------------------------------------- /assets/tanx&x_compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/tanx&x_compare.png -------------------------------------------------------------------------------- /assets/volume_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/volume_4.png -------------------------------------------------------------------------------- /assets/weifen_geo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/weifen_geo.jpg -------------------------------------------------------------------------------- /assets/x13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/assets/x13.jpg -------------------------------------------------------------------------------- /欢迎!.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/欢迎!.md -------------------------------------------------------------------------------- /线性代数主目录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/线性代数主目录.md -------------------------------------------------------------------------------- /高等数学主目录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlandAlpha/obsidian_math/HEAD/高等数学主目录.md --------------------------------------------------------------------------------