Beat the (Linpack) Benchmark!
Mathematical Programming with Python
https://people.sc.fsu.edu/~jburkardt/classes/...
python_2025/benchmark/benchmark.html


benchmark: the problem of benchmarking computer performance; the Linpack benchmark; scipy.linalg.solve challenges Linpack to a race.

Lecture notes:

Versions of the Linpack benchmark:

Use scipy.linalg.solve() on the benchmark problem:

Call both benchmark codes with an increasing range of n; tabulate and plot the MegaFLOPS rates.


Last revised on 08 February 2025.