Skip to content

Commit 01b34fc

Browse files
committed
ラグランジュ補間の description を修正
1 parent a648802 commit 01b34fc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

_algorithms/lagrange-interpolation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ changelog:
55
authors: kimiyuki
66
reviewers:
77
date: 2020-07-09T00:00:00+09:00
8+
changelog:
9+
- summary: 見出し修正
10+
authors: noshi91
11+
reviewers:
12+
date: 2021-04-04T10:58:26+09:00
813
algorithm:
914
input:
1015
output:
@@ -13,7 +18,8 @@ algorithm:
1318
aliases:
1419
level: orange
1520
description: >
16-
Lagrange 補間多項式とは、与えられた点群 $\lbrace (x_i, y_i) \mid i \lt N \rbrace$ をすべて通る ($\forall i \lt N. f(x_i) = y_i$ を満たす) ような最小次数の多項式 $f$ のことである。Lagrange 補間をするとは、この多項式を求めることである。Lagrange 補間は $O(N^2)$ あるいは $O(N \log N)$ で行うことができる。
21+
Lagrange 補間多項式とは、与えられた点群 $\lbrace (x_i, y_i) \mid i \lt N \rbrace$ をすべて通る ($\forall i \lt N. f(x_i) = y_i$ を満たす) ような最小次数の多項式 $f$ のことである。
22+
Lagrange 補間多項式を $\Theta (N \log (N) ^ 2)$ で計算するアルゴリズムが存在する。
1723
draft: true
1824
draft_urls:
1925
---

0 commit comments

Comments
 (0)