Download presentation
Presentation is loading. Please wait.
1
Linear Recurrence Equation Example. Fibonacci Sequence: f n = f n-1 +f n-2, with f 0 = 0, f 1 = 1 or Thus, computing f n is equivalent to computing using parallel prefix computation.
2
LU Decomposition of Tri-diagonal Matrix m i = e i / u i-1 (2 < i < n) (2 < i < n) How to solve? Special case of rational fraction
3
x i =(a, b, c, d) x i (a, b, c, d) (a’, b’, c’, d’) ? Or, (a, b, c, d) (a’, b’, c’, d’) = (aa’+bc’, ab’+bd’, ca’+dc’, cb’+dd’) “ ” is associative. Thus, we can compute the operation.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.