-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
模範回答 #42
Comments
2x2 行列は4つの変数で表現できますが、対称行列であることを使うと3つの変数で表現できます。 |
もちろん case class を使うのもよいです。 |
|
行列は
|
多項式の方は q2 が最初だけ -1 でその後はずっと 1 であることが利用できます。
|
行列の考え方よりも多項式の考え方のアルゴリズムの方が速いことが多いです(もちろん一般のk+1項間線形漸化式の計算は大きな k については多項式の考え方のアルゴリズムの方が速いです)。 |
@prg1-2018/students
The text was updated successfully, but these errors were encountered: