Skip to content

Commit

Permalink
two landmark books
Browse files Browse the repository at this point in the history
  • Loading branch information
statespacedev committed Dec 17, 2024
1 parent eefddf9 commit 5a6fbc8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _posts/2024-12-17-two-landmark-books.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: post
title: "two landmark books"
---

project decomposition, and eventually project simplex, are 'working through' two landmark books. _computer solutions of linear algebraic systems, forsythe and moler, 1967_ and _advanced linear programming computing techniques, orchard hays, 1968_. they'll be referred to so often going forward, it's probably best to establish a naming convention early on. las for linear algebraic systems. alp for advanced linear programming. amusingly,

both are concentrated summaries from first-generation coders, discussing their work from around 1950 through the mid sixties. and both concern code for the ibm machines from the cpc card programmed calculator, through the 701 defense calculator, up to the 7094. roughly speaking, the examples in both concern the 7094. it's the baseline system assumption for both.

a few other manufacturers are mentioned occasionally, always as brief 'comparisons', and notably not including dec. the large scale matrix math of these books necessitated 'large systems', and probably the pdp-10 was just beginning to make dec viable in this field. this was an interesting twist of events, as dec was the child of project whirlwind / sage. the 701 defense calculator was also an offspring of whirlwind / sage.

in a nutshell, dec commercialized the interactive and 'smaller scale / bottom up' aspects, while ibm stuck with the batch processed 'imperial scale / top down' aspects. eventually dec grew able to challenge ibm directly, with the pdp-10 large scale interactive system. significantly, both lineages retained the thirty-six bit architecture.

0 comments on commit 5a6fbc8

Please sign in to comment.