Reduction from Matrix Product to Negative Triangle Detection: Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(13 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Description ==  
== Description ==  


$n \times n$ matrices and triangle problem over $R$
Generic runtime but with $T(n)$ s.t. $T(n)/n^2$ is decreasing
Corollary to generic runtimes


== Implications ==  
== Implications ==  


if: to-time: $O(n^{3}/\log^c n)$ for some constant $c$<br/>then: from-time: $O((\log W) n^{3} / \log^c n)$ where $W$ is maxint of $R$
if: to-time: $T(n)$ where $T(n)/n^{2}$ is decreasing<br/>then: from-time: $O(n^{2} \cdot T(n^{1/3})\log n)$ for two $n\times n$ matrices with high probability


== Year ==  
== Year ==  
Line 18: Line 17:
V. V. Williams, R. R. Williams, Subcubic Equivalences Between Path, Matrix, and Triangle Problems. 2018.
V. V. Williams, R. R. Williams, Subcubic Equivalences Between Path, Matrix, and Triangle Problems. 2018.


https://dl.acm.org/doi/pdf/10.1145/3186893, Corollary 4.1
https://dl.acm.org/doi/pdf/10.1145/3186893, Theorem 4.5

Latest revision as of 10:45, 28 April 2023

FROM: Matrix Product TO: Negative Triangle Detection

Description

Generic runtime but with $T(n)$ s.t. $T(n)/n^2$ is decreasing

Implications

if: to-time: $T(n)$ where $T(n)/n^{2}$ is decreasing
then: from-time: $O(n^{2} \cdot T(n^{1/3})\log n)$ for two $n\times n$ matrices with high probability

Year

2018

Reference

V. V. Williams, R. R. Williams, Subcubic Equivalences Between Path, Matrix, and Triangle Problems. 2018.

https://dl.acm.org/doi/pdf/10.1145/3186893, Theorem 4.5