Solve a toepltiz system of linear equations.
Parameters |
Description |
FirstRow |
Defines the first row R(0)..R(N-1) in the equation below. Vector can be real or complex. |
FirstCol |
Defines the first column C(0)..C(N-2) in the equation below. FirstCol.Length must be equal to FirstRow.Length-1. Vector can be real or complex. |
B |
Defines B vector in equation below. |
X |
Returns X vector as solution in the equation below. |
The procedures solves Toeplitz system of linear equations defined as:
The computational complexity of the algorithm is O(n2) as oposed to at least O(n3) for solving a general matrix.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|