Skip to content

Commit

Permalink
Merge pull request #4547 from KATO-Hiro/#4545
Browse files Browse the repository at this point in the history
✨ Add article (#4517)
  • Loading branch information
KATO-Hiro committed Sep 3, 2022
2 parents 1cc3000 + feaddae commit fbe0430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/articles/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ title: 数学を学ぶ

### 形式的べき級数

- [形式的べき級数解説](https://maspypy.com/category/%e5%bd%a2%e5%bc%8f%e7%9a%84%e3%81%b9%e3%81%8d%e7%b4%9a%e6%95%b0%e8%a7%a3%e8%aa%ac) - 数え上げの問題を、多項式・形式的べき級数の問題に言い換え、代数的な式変形から解答を得る手法をまとめた記事の一覧。また、関連リンクも充実している。
- [二項係数の和の処理(形式的べき級数)](https://shino-sky.hateblo.jp/entry/2020/04/16/230753) - [数え上げテクニック集](https://drive.google.com/file/d/1WC7Y2Ni-8elttUgorfbix9tO1fvYN3g3/view)で掲載されている「14.1 頻出公式集」を形式的べき級数などを用いて証明した記事。前提知識として、形式的べき級数の定義や基本的な演算方法に対する理解が求められる。
- [【競技プログラミング】形式的冪級数の応用テクニック(前編)](https://qiita.com/hotman78/items/f0e6d2265badd84d429a) - 数え上げなどの問題を解くときに用いられる「形式的冪級数」の応用テクニックをまとめた記事([hotman78](https://atcoder.jp/users/hotman78)さん)。前提知識として、フーリエ変換や形式的冪級数の基礎について理解していることが求められる。また、[opt](https://atcoder.jp/users/opt)さんによって、形式的冪級数が活用できる[問題リスト](https://opt-cp.com/cp/fps-problem-list/)が公開されている。
- [【競プロer向け】母関数を習得しよう!](https://trap.jp/post/1657/) - 数え上げの問題に対して、数列を母関数に変換して考察するテクニックが解説されている記事。
Expand Down

0 comments on commit fbe0430

Please sign in to comment.