Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hurak committed Oct 2, 2024
1 parent c2047e8 commit be56569
Show file tree
Hide file tree
Showing 68 changed files with 72,555 additions and 2,120 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c1384c33
eb4981a7
1,193 changes: 1,193 additions & 0 deletions classes_PWA 15.html

Large diffs are not rendered by default.

1,164 changes: 1,164 additions & 0 deletions classes_references 20.html

Large diffs are not rendered by default.

1,514 changes: 1,514 additions & 0 deletions classes_reset 20.html

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions classes_reset.html

Large diffs are not rendered by default.

1,110 changes: 1,110 additions & 0 deletions classes_software 15.html

Large diffs are not rendered by default.

1,511 changes: 1,511 additions & 0 deletions classes_switched 19.html

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions classes_switched.html

Large diffs are not rendered by default.

1,266 changes: 1,266 additions & 0 deletions complementarity_constraints 19.html

Large diffs are not rendered by default.

1,108 changes: 1,108 additions & 0 deletions complementarity_references 23.html

Large diffs are not rendered by default.

1,982 changes: 1,982 additions & 0 deletions complementarity_simulations 17.html

Large diffs are not rendered by default.

852 changes: 391 additions & 461 deletions complementarity_simulations.html

Large diffs are not rendered by default.

1,143 changes: 1,143 additions & 0 deletions complementarity_software 16.html

Large diffs are not rendered by default.

1,355 changes: 1,355 additions & 0 deletions complementarity_systems 20.html

Large diffs are not rendered by default.

1,253 changes: 1,253 additions & 0 deletions des 18.html

Large diffs are not rendered by default.

3,339 changes: 3,339 additions & 0 deletions des_automata 20.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions des_automata.html
Original file line number Diff line number Diff line change
Expand Up @@ -2131,16 +2131,16 @@ <h3 class="anchored" data-anchor-id="mealy-machine">Mealy machine</h3>
<span id="cb3-11"><a href="#cb3-11" aria-hidden="true" tabindex="-1"></a><span class="pp">@show</span> <span class="fu">update!</span>(dtr), <span class="fu">output</span>(dtr)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-stdout">
<pre><code>x_initial = rand(0:k, n) = [0, 1, 0, 4]
output(dtr) = [0, 1, 1, 1]
(update!(dtr), output(dtr)) = ([0, 0, 1, 0], [1, 0, 1, 1])
(update!(dtr), output(dtr)) = ([1, 0, 0, 1], [1, 1, 0, 1])
(update!(dtr), output(dtr)) = ([2, 1, 0, 0], [0, 1, 1, 0])
(update!(dtr), output(dtr)) = ([2, 2, 1, 0], [0, 0, 1, 1])
(update!(dtr), output(dtr)) = ([2, 2, 2, 1], [0, 0, 0, 1])</code></pre>
<pre><code>x_initial = rand(0:k, n) = [0, 2, 3, 0]
output(dtr) = [1, 1, 1, 1]
(update!(dtr), output(dtr)) = ([1, 0, 2, 3], [0, 1, 1, 1])
(update!(dtr), output(dtr)) = ([1, 1, 0, 2], [0, 0, 1, 1])
(update!(dtr), output(dtr)) = ([1, 1, 1, 0], [0, 0, 0, 1])
(update!(dtr), output(dtr)) = ([1, 1, 1, 1], [1, 0, 0, 0])
(update!(dtr), output(dtr)) = ([2, 1, 1, 1], [0, 1, 0, 0])</code></pre>
</div>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>([2, 2, 2, 1], [0, 0, 0, 1])</code></pre>
<pre><code>([2, 1, 1, 1], [0, 1, 0, 0])</code></pre>
</div>
</div>
<p>We can see that although initially the there can be more tokens, after a few iterations the algorithm achieves the goal of having just one token in the ring.</p>
Expand Down
1,111 changes: 1,111 additions & 0 deletions des_references 17.html

Large diffs are not rendered by default.

1,176 changes: 1,176 additions & 0 deletions des_software 15.html

Large diffs are not rendered by default.

1,572 changes: 1,572 additions & 0 deletions hybrid_automata 18.html

Large diffs are not rendered by default.

1,061 changes: 1,061 additions & 0 deletions hybrid_automata_references 16.html

Large diffs are not rendered by default.

1,090 changes: 1,090 additions & 0 deletions hybrid_automata_software 17.html

Large diffs are not rendered by default.

1,778 changes: 1,778 additions & 0 deletions hybrid_equations 17.html

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions hybrid_equations.html

Large diffs are not rendered by default.

1,096 changes: 1,096 additions & 0 deletions hybrid_equations_references 23.html

Large diffs are not rendered by default.

1,067 changes: 1,067 additions & 0 deletions hybrid_equations_software 18.html

Large diffs are not rendered by default.

1,051 changes: 1,051 additions & 0 deletions index 20.html

Large diffs are not rendered by default.

1,178 changes: 1,178 additions & 0 deletions intro 20.html

Large diffs are not rendered by default.

1,100 changes: 1,100 additions & 0 deletions intro_outline 23.html

Large diffs are not rendered by default.

1,144 changes: 1,144 additions & 0 deletions intro_references 21.html

Large diffs are not rendered by default.

1,611 changes: 1,611 additions & 0 deletions max_plus_algebra 19.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions max_plus_algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ <h2 class="anchored" data-anchor-id="max-polynomials-aka-tropical-polynomials">(
<p>We can interpret it in the conventional algebra as <span class="math display">
p(x) = \max\{2x+2,x+3,1\},
</span> which is a piecewise linear (actually affine) function.</p>
<div id="288c7eab" class="cell">
<div id="61d12fe0" class="cell">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">Plots</span></span>
Expand All @@ -887,7 +887,7 @@ <h2 class="anchored" data-anchor-id="max-polynomials-aka-tropical-polynomials">(
<p><span class="theorem-title"><strong>Example 2 (Example of a 2D polynomial)</strong></span> Nothing prevents us from defining a polynomial in two (and more) variables. For example, consider the following (max,+) polynomial <span class="math display">
p(x,y) = 0 \otimes x \otimes y.
</span></p>
<div id="0f55704e" class="cell">
<div id="7a3b06f2" class="cell">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">Plots</span></span>
Expand All @@ -906,7 +906,7 @@ <h2 class="anchored" data-anchor-id="max-polynomials-aka-tropical-polynomials">(
<p><span class="theorem-title"><strong>Example 3 (Another 2D polynomial)</strong></span> Consider another 2D (max,+) polynomial <span class="math display">
p(x,y) = 0 \otimes x \otimes y \oplus (-1)\otimes x^{\otimes^2} \oplus 1\otimes x\otimes y \oplus (-1)\otimes y^{\otimes^2}.
</span></p>
<div id="2e9d9923" class="cell">
<div id="9e3a4910" class="cell">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">Plots</span></span>
Expand Down
Loading

0 comments on commit be56569

Please sign in to comment.