「多重和の解法」の版間の差分
ナビゲーションに移動
検索に移動
Albeit-Kun (トーク | 投稿記録) |
|||
(2人の利用者による、間の2版が非表示) | |||
3行目: | 3行目: | ||
一般に, 多重和問題 | 一般に, 多重和問題 | ||
+ | |||
+ | <center> | ||
<math> | <math> | ||
\displaystyle{\sum \{g(x_{1}, x_{2}, x_{3}, \ldots , x_{N+1})} | \displaystyle{\sum \{g(x_{1}, x_{2}, x_{3}, \ldots , x_{N+1})} | ||
\displaystyle{\mid (x_{2}, x_{3}, \ldots , x_{N+1}) \in X^{N} \} } | \displaystyle{\mid (x_{2}, x_{3}, \ldots , x_{N+1}) \in X^{N} \} } | ||
\,</math> | \,</math> | ||
+ | </center> | ||
+ | |||
は次の後向き再帰式で解ける: | は次の後向き再帰式で解ける: | ||
+ | <center> | ||
<math> | <math> | ||
\begin{array}{l} | \begin{array}{l} | ||
17行目: | 22行目: | ||
\end{array} | \end{array} | ||
\,</math> | \,</math> | ||
+ | </center> | ||
+ | |||
ただし, <math> x^{n} = (x_{1}, x_{2}, \ldots , x_{n}). \,</math> | ただし, <math> x^{n} = (x_{1}, x_{2}, \ldots , x_{n}). \,</math> | ||
+ | |||
+ | [[Category:動的・確率・多目的計画|たじゅうわのかいほう]] |
2008年11月12日 (水) 15:29時点における最新版
【たじゅうわのかいほう (solution of multiple summation)】
一般に, 多重和問題
は次の後向き再帰式で解ける:
ただし,