File:MatrixMultComplexity.pdf

Summary

Description
English: Remake of File:Bound on matrix multiplication omega over time.svg

References:

Date
Source Own work
Author Jochen Burghardt
Other versions File:MatrixMultComplexity.pdf * File:MatrixMultComplexity_svg.svg * File:MatrixMultComplexity1990.pdf * File:MatrixMultComplexity1990_svg.svg
Gnuplot source
# all
#set xrange [1967:2032]
#set yrange [2.36:3.01]
#set ytics 2, 0.1, 3 font "Sans Serif,15"
#set mytics 10

# excerpt 1990 - 2024
set xrange [1989:2029]
set yrange [2.371:2.377]
set ytics 2, 0.001, 3 font "Sans Serif,15"
set mytics 5

set xtics 5 font "Sans Serif,15"
set encoding iso_8859_1
set mxtics 5
set xlabel "Year" font "Sans Serif,15"
set ylabel "omega" font "Sans Serif,15"
set grid

$data <<EOF
1945    3                       ""              ""                                              0xff0000        0x000000
1969    3                       "naive   "      ""                                              0xff8080        0x000000
1969    2.80735492205760410746  ""              "   Strassen"                                   0xff0000        0x000000
1978    2.80735492205760410746  ""              ""                                              0xff8080        0x000000
1978    2.796                   ""              "   Pan"                                        0xff0000        0x000000
1979    2.796                   ""              ""                                              0xff8080        0x000000
1979    2.78                    ""              "   Bini, Capovani, Romani, Lotti"              0xff0000        0x000000
1980.5  2.78                    ""              ""                                              0xff8080        0x000000
1980.5  2.522                   "Schönhage   "  "   "                                           0xff0000        0x000000
1981    2.522                   ""              ""                                              0xff8080        0x000000
1981    2.517                   ""              "   Romani"                                     0xff0000        0x000000
1981.5  2.517                   ""              ""                                              0xff8080        0x000000
1981.5  2.496                   ""              "   Coppersmith, Winograd"                      0xff0000        0x000000
1986    2.496                   ""              ""                                              0xff8080        0x000000
1986    2.479                   ""              "   Strassen"                                   0xff0000        0x000000
1990    2.479                   ""              ""                                              0xff8080        0x000000
1990    2.3754770               ""              "   Coppersmith, Winograd"                      0xff0000        0x000000
2010    2.3754770               ""              ""                                              0xff8080        0x000000
2010    2.3736898               ""              "   Stothers"                                   0xff0000        0x000000
2012    2.3736898               ""              ""                                              0xff8080        0x000000
2012    2.3729                  ""              "   Williams   "                                0xff0000        0x000000
2014    2.3729                  ""              ""                                              0xff8080        0x000000
2014    2.3728639               ""              "   Le Gall"                                    0xff0000        0x000000
2020    2.3728639               ""              ""                                              0xff8080        0x000000
2020    2.3728596               ""              "   Alman, Williams"                            0xff0000        0x000000
2022    2.3728596               ""              ""                                              0xff8080        0x000000
2022    2.37188                 ""              "   Duan, Wu, Zhou"                             0xff8080        0x808080
2023    2.37188                 ""              ""                                              0xff8080        0x808080
2023    2.371552                ""              "   Williams, Xu, Xu, Zhou"                     0xff8080        0x808080
2024    2.371552                ""              ""                                              0xff8080        0x808080
2024    2.371339                ""              "   Alman,Duan,Williams,Xu,Xu,Zhou"             0xff8080        0x808080
2035    2.371339                ""              ""                                              0xff8080        0x808080
EOF

#1969   Strassen                                Numerische Mathematik
#1978   Pan                                     19th FOCS
#1979   Bini, Capovani, Romani, Lotti           Inf Proc Letters
#1981   Schönhage                               SIAM J Computing
#1982   Romani                                  SIAM J Computing
#1981   Coppersmith, Winograd                   22nd FOCS
#1986   Strassen                                27th FOCS
#1990   Coppersmith, Winograd                   J Symbolic Computation
#2010   Stothers                                PhD Thesis Univ Edinburgh
#2012   Williams                                44th STOC
#2014   Le Gall                                 ISSAC
#2020   Alman, Williams                         SODA
#2022   Duan, Wu, Zhou                          (Arxiv)
#2023   Williams, Xu, Xu, Zhou                  (Arxiv)
#2024   Alman, Duan, Williams, Xu, Xu, Zhou     (Arxiv)

  plot $data using 1:2:5 title '' with linespoints lc rgb variable lw 3 pt 7
replot $data using 1:2:4:6 title '' with labels rotate by 60 left  font "Sans Serif,15" tc rgb variable
replot $data using 1:2:3:6 title '' with labels rotate by 60 right font "Sans Serif,15" tc rgb variable
pause -1

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#MatrixMultComplexity.pdf
Category:Self-published work Category:Matrix multiplication Category:Images with Gnuplot source code Category:Files by User:Jochen Burghardt Category:Arnold Schönhage (mathematician) Category:Volker Strassen (mathematician) Category:Virginia Vassilevska Williams (computer scientist)
Category:Arnold Schönhage (mathematician) Category:CC-BY-SA-4.0 Category:Files by User:Jochen Burghardt Category:Images with Gnuplot source code Category:Matrix multiplication Category:Pages with non-numeric formatnum arguments Category:Self-published work Category:Virginia Vassilevska Williams (computer scientist) Category:Volker Strassen (mathematician)