「多重和の解法」の版間の差分

提供: ORWiki
ナビゲーションに移動 検索に移動
(新しいページ: ''''【たじゅうわのかいほう (solution of multiple summation)】''' 一般に, 多重和問題 \[ \displaystyle{\sum \{g(x_{1}, x_{2}, x_{3}, \ldots , x_{N+1})} \dis...')
 
3行目: 3行目:
 
一般に, 多重和問題
 
一般に, 多重和問題
  
\[
+
<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>
 
\begin{array}{l}
 
\begin{array}{l}
 
\displaystyle{w_{N+1}(x^{N+1}) = g(x^{N+1}), \quad x^{N+1} \in X^{N+1} } \\
 
\displaystyle{w_{N+1}(x^{N+1}) = g(x^{N+1}), \quad x^{N+1} \in X^{N+1} } \\
16行目: 16行目:
 
\ \ \ \ \displaystyle{x^{n} \in X^{n},~ 1 \le n \le N. }
 
\ \ \ \ \displaystyle{x^{n} \in X^{n},~ 1 \le n \le N. }
 
\end{array}
 
\end{array}
\]
+
\,</math>
  
ただし,  $ x^{n} = (x_{1}, x_{2}, \ldots , x_{n}). $
+
ただし,  <math> x^{n} = (x_{1}, x_{2}, \ldots , x_{n}). \,</math>

2007年7月14日 (土) 00:52時点における版

【たじゅうわのかいほう (solution of multiple summation)】

一般に, 多重和問題

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \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} \} } \,}

は次の後向き再帰式で解ける:

構文解析に失敗 (Conversion error. Server ("https://en.wikipedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{l}\displaystyle {w_{N+1}(x^{N+1})=g(x^{N+1}),\quad x^{N+1}\in X^{N+1}}\\\displaystyle {w_{n}(x^{n})=\sum _{y\in X}w_{n+1}(x^{n},y),}\ \ \ \ \displaystyle {x^{n}\in X^{n},~1\leq n\leq N.}\end{array}}\,}

ただし, 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x^{n} = (x_{1}, x_{2}, \ldots , x_{n}). \,}