Skip to content

Commit

Permalink
linpack
Browse files Browse the repository at this point in the history
  • Loading branch information
statespacedev committed Sep 9, 2024
1 parent 5936e02 commit 3a32e88
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ minima:
header_pages:
- docs/about.md
- docs/photos.md
- docs/links.md
show_drafts: false
permalink: none
6 changes: 6 additions & 0 deletions _drafts/linpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ nsf funding at argonne national lab led to the fortran linear equation package l

_this is a little book, it’s only less than 150 pages ... solving systems of simultaneous linear equations is arguably the most important computation in scientific computing, it underlies everything else ... if you were let’s say studying control theory or finite element computations in engineering at this time, you would have used this subroutine from this book in your own program_

the mainframes in their computation centers now had a portable software standard. fortran66. the linpack tapes from argonne spread rapidly. it was a milestone in the history of 'open source and free software'. matrix and vector code was in demand at every engineering and scientific site. the tapes arrived and the users got access via their serial-line terminals.

by the early eighties moler had made linpack even more accessible as matlab. he noticed a split among matlab users. roughly half, the math and computer science majors, were disappointed with matlab's limited features. the other half, engineering majors, liked it.

_they were studying subjects that i didn't know anything about, such as control analysis and signal processing, and the emphasis on matrices in matlab proved to be very useful for them._

here's a [good review](docs/inverse/1966%20forsythe.pdf) by forsythe of the state of the art in the fifties and sixties, particularly around matrix inversion.
18 changes: 18 additions & 0 deletions _posts/2024-09-08-linpack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
title: "linpack"
---

nsf funding at argonne national lab led to the fortran linear equation package linpack by the early seventies. it's closely tied to supercomputing and is the standard for [supercomputer benchmarking](https://en.wikipedia.org/wiki/LINPACK#World's_most_powerful_computer_by_year), from cdc and cray in the sixties and seventies through today.

[cleve moler](https://en.wikipedia.org/wiki/Cleve_Moler) and his advisor [george forsythe](https://en.wikipedia.org/wiki/George_Forsythe) at stanford in the sixties are of special interest in the linpack context. here's some comments from moler on 'computer solutions of linear algebraic systems', 1967, forsythe and moler

_this is a little book, it’s only less than 150 pages ... solving systems of simultaneous linear equations is arguably the most important computation in scientific computing, it underlies everything else ... if you were let’s say studying control theory or finite element computations in engineering at this time, you would have used this subroutine from this book in your own program_

the mainframes in their computation centers now had a portable software standard. fortran66. the linpack tapes from argonne spread rapidly. it was a milestone in the history of 'open source and free software'. matrix and vector code was in demand at every engineering and scientific site. the tapes arrived and the users got access via their serial-line terminals.

by the early eighties moler had made linpack even more accessible as matlab. he noticed a split among matlab users. roughly half, the math and computer science majors, were disappointed with matlab's limited features. the other half, engineering majors, liked it.

_they were studying subjects that i didn't know anything about, such as control analysis and signal processing, and the emphasis on matrices in matlab proved to be very useful for them._

here's a [good review](docs/inverse/1966%20forsythe.pdf) by forsythe of the state of the art in the fifties and sixties, particularly around matrix inversion.
1 change: 0 additions & 1 deletion docs/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ title: links
[george dantzig](https://en.wikipedia.org/wiki/George_Dantzig)
[richard battin](https://en.wikipedia.org/wiki/Richard_Battin)
[hal laning](https://en.wikipedia.org/wiki/J._Halcombe_Laning)
[john backus](https://en.wikipedia.org/wiki/John_Backus)
[cleve moler](https://en.wikipedia.org/wiki/Cleve_Moler)
[george forsythe](https://en.wikipedia.org/wiki/George_Forsythe)

0 comments on commit 3a32e88

Please sign in to comment.