Bits and Bugs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
|- | |- | ||
| | | | ||
| | | YouTube video summarizing the Patriot system, the Dhahran events, and some of T. Postol’s arguments | ||
| | | https://www.youtube.com/watch?v=9OEjnBfuNSc | ||
|- | |- | ||
| | | | ||
Line 62: | Line 62: | ||
| | | | ||
|- | |- | ||
| | | 3.1 Sleipner | ||
| | | Exc. 7: exponential function and its derivative | ||
| | | [http://www5.in.tum.de/persons/neckel/bits_and_bugs/exponential_derivatives.m exponential_derivatives.m] | ||
|- | |- | ||
| | | | ||
| | | corresponding plot of matlab file | ||
| | | [http://www5.in.tum.de/persons/neckel/bits_and_bugs/exponential_derivatives.pdf exponential_derivatives.pdf] | ||
|- | |- | ||
| | | | ||
| | | Exc. 9: Lagrange polynomials | ||
| | | [http://www5.in.tum.de/persons/neckel/bits_and_bugs/lagrange_polynomials.m lagrange_polynomials.m] | ||
|- | |- | ||
| | | | ||
| | | corresponding plot of matlab file | ||
| | | [http://www5.in.tum.de/persons/neckel/bits_and_bugs/lagrange_polynomials_interpol.pdf lagrange_polynomials_interpol.pdf] | ||
|- | |- | ||
| | | |
Revision as of 20:46, 23 March 2019
This website provides direct digital access to selected material of the book [TODO Bits and Bugs].
The first column refers to the corresponding section of the book. Recent bugs or material that is not (yet) contained in the book is marked by red color.
Section | Description of material | Source |
0.1 Background | How it all started: NA digest post of Pete Stewart | http://www.netlib.org/na-digest-html/99/v99n43.html#1 |
1.4 Classification | Heisenberg effect in matlab | myrealmin.m, myrealmin_withOutput.m |
Original website of Walter Gander on Heisenberg example | https://www.inf.ethz.ch/personal/gander/Heisenberg/paper | |
2.1 Ariane 5 | YouTube video of the explosion of Ariane 501 | https://www.youtube.com/watch?v=gp_D8r-2hwk |
images of sec. 38-44 after liftoff | http://www.thomas-zehrer.de/?p=49 | |
2.2 Y2K | Article of Paul Krill (ref. [7]) | https://www.infoworld.com/article/2683640/y2k--10-years-later.html |
2.3 Vancouver | variants of VSE index results | matlab_vancouver_sampleRuns.m |
2.4 Patriot | Video of congressional hearing | https://www.c-span.org/video/?25443-1/patriot-missile-performance |
Website with html versions of many statements in the congressional hearing | https://web.archive.org/web/20121112172544/http://www.fas.org/spp/starwars/congress/1992_h/index.html | |
YouTube video summarizing the Patriot system, the Dhahran events, and some of T. Postol’s arguments | https://www.youtube.com/watch?v=9OEjnBfuNSc | |
3.1 Sleipner | Exc. 7: exponential function and its derivative | exponential_derivatives.m |
corresponding plot of matlab file | exponential_derivatives.pdf | |
Exc. 9: Lagrange polynomials | lagrange_polynomials.m | |
corresponding plot of matlab file | lagrange_polynomials_interpol.pdf | |