Toeplitz Matrix (Linear System)

From Algorithm Wiki
Revision as of 13:02, 15 February 2023 by Admin (talk | contribs)
Jump to navigation Jump to search

Description

In this case, we restrict $A$ to be a Toeplitz matrix.

Related Problems

Generalizations: General Linear System

Related: Sparse Linear System, Positive Definite, Hermitian Matrix, Non-Definite, Symmetric Matrix, Vandermonde Matrix

Parameters

n: number of variables and number of equations

m: number of nonzero entries in matrix

k: ratio between largest and smallest eigenvalues

Table of Algorithms

Name Year Time Space Approximation Factor Model Reference
Levinson–Durbin recursion 1947 $O(n^{2})$ $O(n^{2})$ total Exact Deterministic Time
Bareiss Algorithm 1969 $O(n^{2})$ $O(n^{2})$ total Exact Deterministic Time

Time Complexity graph

Linear System - Toeplitz Matrix - Time.png

Space Complexity graph

Linear System - Toeplitz Matrix - Space.png

Pareto Decades graph

Linear System - Toeplitz Matrix - Pareto Frontier.png

References/Citation

https://en.wikipedia.org/wiki/Levinson_recursion