<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Math on 技术笔记</title><link>https://elliot-blog.com/categories/math/</link><description>Recent content in Math on 技术笔记</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Tue, 17 Feb 2026 15:06:11 +0800</lastBuildDate><atom:link href="https://elliot-blog.com/categories/math/index.xml" rel="self" type="application/rss+xml"/><item><title>算法复杂度的渐进符号定义,证明与理解</title><link>https://elliot-blog.com/posts/202602/algorithm-complexity/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate><guid>https://elliot-blog.com/posts/202602/algorithm-complexity/</guid><description>&lt;h1 id="算法复杂度的渐进符号定义与理解"&gt;算法复杂度的渐进符号定义与理解&lt;/h1&gt;
&lt;h2 id="常数形式定义"&gt;常数形式定义&lt;/h2&gt;
&lt;h3 id="big-o-上界"&gt;Big-O (上界)&lt;/h3&gt;
&lt;p&gt;$T(N) = O(f(N))$ if there are positive constants $c$ and $n_0$ such that $T(N) \leq c \cdot f(N)$ when $N \geq n_0$.&lt;/p&gt;
&lt;h3 id="big-omega-下界"&gt;Big-Omega (下界)&lt;/h3&gt;
&lt;p&gt;$T(N) = \Omega(g(N))$ if there are positive constants $c$ and $n_0$ such that $T(N) \geq c \cdot g(N)$ when $N \geq n_0$.&lt;/p&gt;
&lt;h3 id="big-theta-紧确界"&gt;Big-Theta (紧确界)&lt;/h3&gt;
&lt;p&gt;$T(N) = \Theta(h(N))$ if and only if $T(N) = O(h(N))$ and $T(N) = \Omega(h(N))$.&lt;/p&gt;</description></item><item><title>仿射空间数学理解及证明</title><link>https://elliot-blog.com/posts/202601/affinespace/</link><pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate><guid>https://elliot-blog.com/posts/202601/affinespace/</guid><description>&lt;h1 id="仿射空间的数学定义与坐标变换公式详解"&gt;仿射空间的数学定义与坐标变换公式详解&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;理解模块是笔者个人心得体会，如果有误欢迎留言指出&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="仿射空间基本定义"&gt;仿射空间基本定义&lt;/h2&gt;
&lt;h3 id="定义-1-仿射空间"&gt;定义 1 (仿射空间)&lt;/h3&gt;
&lt;p&gt;设 $V$ 是域 $\mathbb{K}$ 上的 $n$ 维向量空间，$A$ 是一个非空集合，$A$ 中的元素称为&lt;strong&gt;点&lt;/strong&gt;(point)。如果存在满足以下条件的加法映射
$$+: A \times V \to A, \quad(p, x) \mapsto p + x \in A$$&lt;/p&gt;</description></item></channel></rss>