差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
最新のリビジョン両方とも次のリビジョン
programming_algorithm:contest_history:atcoder:2019:0609_abc129 [2019/06/12] – [解法] ikatakosprogramming_algorithm:contest_history:atcoder:2019:0609_abc129 [2019/06/12] ikatakos
行 189: 行 189:
 さて、ここで、線形の漸化式は行列に変換できる。 さて、ここで、線形の漸化式は行列に変換できる。
 つまり、以下のように表せる。 つまり、以下のように表せる。
 +
 +\[
 +\left \{
 +\begin{align}
 +S_i &=& 10^d \times S_{i-1} &+& 1 \times a_{i-1} &+& 0 \times 1 \\
 +a_i &=&    0 \times S_{i-1} &+& 1 \times a_{i-1} &+& B \times 1 \\
 +  1 &=&    0 \times S_{i-1} &+& 0 \times a_{i-1} &+& 1 \times 1
 +\end{align}
 +\right.
 +\]
  
 \[ \[
programming_algorithm/contest_history/atcoder/2019/0609_abc129.txt · 最終更新: 2019/06/12 by ikatakos
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0