From d772fe87177a74a9d4b3db5ddc3daf6b130e23f5 Mon Sep 17 00:00:00 2001 From: Noah Smith Date: Sun, 8 Sep 2024 19:10:19 +0200 Subject: [PATCH] linpack --- _drafts/linpack.md | 6 ++++++ _posts/2024-09-08-linpack.md | 18 ++++++++++++++++++ docs/links.md | 1 - 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 _posts/2024-09-08-linpack.md diff --git a/_drafts/linpack.md b/_drafts/linpack.md index 232a15f..b172b2f 100644 --- a/_drafts/linpack.md +++ b/_drafts/linpack.md @@ -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. diff --git a/_posts/2024-09-08-linpack.md b/_posts/2024-09-08-linpack.md new file mode 100644 index 0000000..b172b2f --- /dev/null +++ b/_posts/2024-09-08-linpack.md @@ -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. diff --git a/docs/links.md b/docs/links.md index 7f29aa3..cb11580 100644 --- a/docs/links.md +++ b/docs/links.md @@ -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)