Determinant of Matrices with Integer Entries: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
[[File:Determinant of Matrices with Integer Entries - Space.png|1000px]] | [[File:Determinant of Matrices with Integer Entries - Space.png|1000px]] | ||
== | == Time-Space Tradeoff == | ||
[[File:Determinant of Matrices with Integer Entries - Pareto Frontier.png|1000px]] | [[File:Determinant of Matrices with Integer Entries - Pareto Frontier.png|1000px]] |
Revision as of 14:47, 15 February 2023
Description
Calculate the determinant of a given matrix with integer matrices. For such matrices, the determinant is also an integer.
Parameters
n: dimension of matrix
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Bareiss algorithm | 1968 | $O(n^{5}L^{2} (log(n)$^{2} + L^{2})) | $O(n^{2}(n*log(n)$+nL)) | Exact | Deterministic | Time |
Bareiss algorithm with fast multiplication | 1968 | $O(n^{4}L(log(n)$ + L)log(log(n) + L)) | $O(n^{2}(n*log(n)$+nL)) | Exact | Deterministic |
Time Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Space Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Time-Space Tradeoff
Error creating thumbnail: Unable to save thumbnail to destination