-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathindex.html
53 lines (49 loc) · 3.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Programming for computations book by hplgit</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>S. Linge and H. P. Langtangen: <br> Programming for Computations</h1>
</header>
<section>
<h3>Book: Programming for Computations - A Gentle Introduction to Numerical Simulations with Python or MATLAB/Octave</h3>
<ul>
<li><p> PDF files for printing: <a href="http://hplgit.github.io/prog4comp/doc/pub/p4c_Python.pdf">Python version</a>, <a href="http://hplgit.github.io/prog4comp/doc/pub/p4c_Matlab.pdf">Matlab version</a>
<li><p> e-books for the Python version: <a href="http://hplgit.github.io/prog4comp/doc/pub/p4c-bootstrap-Python.html">Bootstrap</a>, <a href="http://hplgit.github.io/prog4comp/doc/pub/p4c-sphinx-Python">Sphinx</a>, <a href="http://hplgit.github.io/prog4comp/doc/pub/p4c-solarized-Python.html">Solarized</a>
<li><p> e-books for the Matlab version: <a href="http://hplgit.github.io/prog4comp/doc/pub/p4c-bootstrap-Matlab.html">Bootstrap</a>, <a href="http://hplgit.github.io/prog4comp/doc/pub/p4c-sphinx-Matlab">Sphinx</a>, <a href="http://hplgit.github.io/prog4comp/doc/pub/p4c-solarized-Matlab.html">Solarized</a>
</ul>
The book contains a lot of hyperlinks. The PDF version for
printing also features the URLs of the links as footnotes.
<p>
<h3>Source code</h3>
<ul>
<li><p> Python code examples from the book: <a href="https://github.com/hplgit/prog4comp/tree/master/src/py/">GitHub directory</a> or <a href="http://hplgit.github.io/prog4comp/src/prog4comp-python.tar.gz">tarfile for downloading</a>
<li><p> Matlab code examples from the book: <a href="https://github.com/hplgit/prog4comp/tree/master/src/m/">GitHub directory</a> or <a href="http://hplgit.github.io/prog4comp/src/prog4comp-matlab.tar.gz">tarfile for downloading</a>
</ul>
Pack out tarfiles by <tt>tar xvzf prog4comp-python.tar.gz</tt> or <tt>tar xvzf prog4comp-matlab.tar.gz</tt>. The result is a directory <tt>py</tt> or <tt>m</tt> with the code examples from the book.
<p>
<h4>Note:</h4>
This book will appear in the Springer series <a href="http://www.springer.com/series/5151">Texts in Computational Science and Engineering</a>, published in 2016. The official electronic version is open access, and the material on this page is available through the <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a> license.
<p><br><br>
<img src="stylesheets/cover_big.png">
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/hplgit">hplgit</a></p>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>