-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
68 lines (56 loc) · 2.31 KB
/
main.html
File metadata and controls
68 lines (56 loc) · 2.31 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<div class="text">
<h2>STEMblab</h2>
<div style="text-align:left;"><b> Science, Technology, Engineering, Mathematics Web Laboratory</b></div>
<div class="left_col">
<ul>
<li><a href="../cs-intro">Introduction to compressive
sensing</a></li>
<li><a href="../weierstrass">Weierstrass functions</a></li>
<li><a href="../soliton-startrek">Star Trek's solitons are
real</a> </li>
<li><a href="../vanderpol-portrait">Phase portrait for the Van
der Pol oscillator</a> </li>
<li><a href="../cs-primer">Compressive sensing primer</a></li>
<li><a href="../mutual-coherence">Mutual coherence</a></li>
<li><a href="../fermi-pasta-ulam">Fermi-Pasta-Ulam: The paradox
that launched scientific computing</a></li>
<li><a href="../gray-scott">Turing, biology and pattern
formation</a></li>
<li><a href="../intuitive-cs">Intuitive compressive
sensing</a></li>
<li><a href="../gifs">Mathematical animated GIF
generator</a></li>
<li><a href="../block-diagrams">CoffeeScript block
diagrams</a> (in progress)</li>
<li><a href="../complex-vis">Visualization of Complex
Functions</a></li>
</ul>
</div>
<div class="right_col">
<ul>
<li><a href="../irls">Solve under-determined linear systems
iteratively</a></li>
<li><a href="../julian-day">Julian day number</a> </li>
<li><a href="../l1-magic-ports">l1-magic ports</a> </li>
<li><a href="../mass-spring-vis">Mass/spring visualization
functions</a></li>
<li><a href="../mathgifs-logo">Mathgifs logo</a></li>
<li><a href="../matrix-spark">Matrix spark</a></li>
<li><a href="../metronome">Notes on modelling a
metronome</a></li>
<li><a href="../complex-svd">Complex SVD with real
matrices</a></li>
<li><a href="../complex-pseudoinverse">Compute the pseudo-inverse
from the SVD</a> </li>
<li><a href="../beyond-nyquist">Reproducing "Beyond Nyquist:
Efficient Sampling of Sparse Bandlimited Signals"</a></li>
<li><a href="../mathjax-diagram">Integrate MathJax into SVG
Diagram</a> (in progress)</li>
<li><a href="../reg-demo">Notes on solving with less
equations than unknowns</a></li>
</ul>
</div>
<div class="clear"></div>
<hr>
Powered by <a href="http://puzlet.org/">Puzlet</a>.
</div>