Unverified Commit 89f0e4c4 authored by ir1d's avatar ir1d Committed by GitHub
Browse files

Fix several link errors in /math/poly (#1532)

Fix several link errors in /math/poly
parents 12407dd2 f60423c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

## Method

发现若能消除 $R\left(x\right)$ 的影响则可直接 [ **多项式求逆** ](../poly-inv) 解决。
发现若能消除 $R\left(x\right)$ 的影响则可直接 [ **多项式求逆** ](../inv) 解决。

考虑构造变换

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

* * *

首先,对于多项式 $f\left(x\right)$ ,若 $\ln{f\left(x\right)}$ 存在,则由其 [定义](../#ln-exp) ,其必须满足:
首先,对于多项式 $f\left(x\right)$ ,若 $\ln{f\left(x\right)}$ 存在,则由其 [定义](../intro/#_5) ,其必须满足:

$$
\left[x^{0}\right]f\left(x\right)=1
+3 −3
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ $$

## Examples

### <span id="inv"> [多项式求逆](../poly-inv) </span>
### <span id="inv"> [多项式求逆](../inv) </span>

设给定函数为 $h\left(x\right)$ ,有方程:

@@ -63,7 +63,7 @@ $$
T\left(n\right)=T\left(\frac{n}{2}\right)+O\left(n\log{n}\right)=O\left(n\log{n}\right)
$$

### <span id="sqrt"> [多项式开方](../poly-sqrt) </span>
### <span id="sqrt"> [多项式开方](../sqrt) </span>

设给定函数为 $h\left(x\right)$ ,有方程:

@@ -86,7 +86,7 @@ $$
T\left(n\right)=T\left(\frac{n}{2}\right)+O\left(n\log{n}\right)=O\left(n\log{n}\right)
$$

### <span id="exp"> [多项式 exp](../poly-exp) </span>
### <span id="exp"> [多项式 exp](../ln-exp) </span>

设给定函数为 $h\left(x\right)$ ,有方程: