Vandermonde Matrix: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
|- | |- | ||
| [[Gaussian-Jordan Elimination (General Linear System; Positive Definite, Hermitian Matrix; Non-Definite, Symmetric Matrix; Toeplitz Matrix; Vandermonde Matrix Linear System)|Gaussian-Jordan Elimination]] || -150 || $O(n^{3})$ || $O(n^{2})$ || Exact || Deterministic || | |||
|- | |||
| [[Bjorck-Pereyra (Vandermonde Matrix Linear System)|Bjorck-Pereyra]] || 1970 || $O(n^{2})$ || $O(n^{2})$ total || Exact || Deterministic || [https://www.jstor.org/stable/2004623?seq=1 Time] | | [[Bjorck-Pereyra (Vandermonde Matrix Linear System)|Bjorck-Pereyra]] || 1970 || $O(n^{2})$ || $O(n^{2})$ total || Exact || Deterministic || [https://www.jstor.org/stable/2004623?seq=1 Time] | ||
|- | |- | ||
|} | |} | ||
== Time Complexity | == Time Complexity Graph == | ||
[[File:Linear System - Vandermonde Matrix - Time.png|1000px]] | [[File:Linear System - Vandermonde Matrix - Time.png|1000px]] | ||
== Space Complexity | == Space Complexity Graph == | ||
[[File:Linear System - Vandermonde Matrix - Space.png|1000px]] | [[File:Linear System - Vandermonde Matrix - Space.png|1000px]] | ||
== Pareto | == Pareto Frontier Improvements Graph == | ||
[[File:Linear System - Vandermonde Matrix - Pareto Frontier.png|1000px]] | [[File:Linear System - Vandermonde Matrix - Pareto Frontier.png|1000px]] |
Revision as of 14:04, 15 February 2023
Description
In this case, we restrict $A$ to be a Vandermonde matrix.
Related Problems
Generalizations: General Linear System
Related: Sparse Linear System, Positive Definite, Hermitian Matrix, Non-Definite, Symmetric Matrix, Toeplitz 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 |
---|---|---|---|---|---|---|
Gaussian-Jordan Elimination | -150 | $O(n^{3})$ | $O(n^{2})$ | Exact | Deterministic | |
Bjorck-Pereyra | 1970 | $O(n^{2})$ | $O(n^{2})$ total | Exact | Deterministic | Time |
Time Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Space Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Pareto Frontier Improvements Graph
Error creating thumbnail: Unable to save thumbnail to destination