-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4a38ac
commit 5936e02
Showing
14 changed files
with
81 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,6 @@ minima: | |
header_pages: | ||
- docs/about.md | ||
- docs/photos.md | ||
- docs/links.md | ||
show_drafts: false | ||
permalink: none |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
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_ | ||
|
||
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.