Key focus: Know the expressions to solve triangular matrix using forward and backward substituting techniques and the FLOPS required for solving it.
Forward Substitution:
Consider a set of equations in a matrix form
It can be solved using the following expressions
From the DSP implementation point of view, computation of
Thus the overall FLOPS required for forward substitution is
Backward substitution:
Consider a set of equations in a matrix form
Solved using the following algorithm
This one also requires
Rate this article: Note: There is a rating embedded within this post, please visit this post to rate it.
More on Estimation Theory:
Books by the author
Wireless Communication Systems in Matlab Second Edition(PDF) Note: There is a rating embedded within this post, please visit this post to rate it. | Digital Modulations using Python (PDF ebook) Note: There is a rating embedded within this post, please visit this post to rate it. | Digital Modulations using Matlab (PDF ebook) Note: There is a rating embedded within this post, please visit this post to rate it. |
Hand-picked Best books on Communication Engineering Best books on Signal Processing |