Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanzh committed Oct 29, 2023
1 parent cea0fed commit 6f97547
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions _sources/nlroot/ex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "016a4659",
"id": "af61db13",
"metadata": {
"tags": [
"remove-cell"
Expand All @@ -27,7 +27,7 @@
},
{
"cell_type": "markdown",
"id": "c183d238",
"id": "93f90e88",
"metadata": {},
"source": [
"# Задания\n",
Expand Down Expand Up @@ -74,7 +74,7 @@
"**Задание**\n",
"\n",
"Напишите функцию `rachford_rice_solve(z, K) -> G`, решающую уравнение фазовых концентраций.\n",
"Постройте графики функции $F(G)$ с нанесённым корнем $F(G) = 0$ для случаев\n",
"Постройте график функции $F(G)$ и найденный корень уравнения $F(G) = 0$ для случаев\n",
"\n",
"- $z = [0.9, 0.1]$, $K = [1.5, 0.01]$;\n",
"- $z = [0.2463, 0.2208, 0.2208, 0.3121]$, $K = [40, 25, 0.6, 0.005]$.\n",
Expand All @@ -101,7 +101,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "f7a6a696",
"id": "4447bf09",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -368,7 +368,7 @@
},
{
"cell_type": "markdown",
"id": "3ce1b14a",
"id": "517c2c28",
"metadata": {},
"source": [
"Рассмотрим подробнее изотерму для докритической температуры $T^* \\in (0, T_c)$.\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/nlroot/ex.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $$
**Задание**

Напишите функцию `rachford_rice_solve(z, K) -> G`, решающую уравнение фазовых концентраций.
Постройте графики функции $F(G)$ с нанесённым корнем $F(G) = 0$ для случаев
Постройте график функции $F(G)$ и найденный корень уравнения $F(G) = 0$ для случаев

- $z = [0.9, 0.1]$, $K = [1.5, 0.01]$;
- $z = [0.2463, 0.2208, 0.2208, 0.3121]$, $K = [40, 25, 0.6, 0.005]$.
Expand Down
2 changes: 1 addition & 1 deletion _sources/ptstability/exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@

### Вам также понадобится

- Julia-пакет, который мы разбирали на занятиях: https://github.com/stepanzh/CTPTSolvers.jl;
- Julia-пакет, который мы разбирали на занятиях;
- Критические точки веществ: http://imartinez.etsiae.upm.es/~isidoro/dat1/eGAS.pdf;
- Параметры УрС Ван дер Ваальса веществ: https://en.wikipedia.org/wiki/Van_der_Waals_constants_(data_page).
2 changes: 1 addition & 1 deletion nlroot/ex.html
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ <h2><span class="section-number">6.6.2. </span>Уравнение фазовых
мольной доли газа <span class="math notranslate nohighlight">\(G\)</span>, а функция <span class="math notranslate nohighlight">\(F(G)\)</span> на нём убывает.</p>
<p><strong>Задание</strong></p>
<p>Напишите функцию <code class="docutils literal notranslate"><span class="pre">rachford_rice_solve(z,</span> <span class="pre">K)</span> <span class="pre">-&gt;</span> <span class="pre">G</span></code>, решающую уравнение фазовых концентраций.
Постройте графики функции <span class="math notranslate nohighlight">\(F(G)\)</span> с нанесённым корнем <span class="math notranslate nohighlight">\(F(G) = 0\)</span> для случаев</p>
Постройте график функции <span class="math notranslate nohighlight">\(F(G)\)</span> и найденный корень уравнения <span class="math notranslate nohighlight">\(F(G) = 0\)</span> для случаев</p>
<ul class="simple">
<li><p><span class="math notranslate nohighlight">\(z = [0.9, 0.1]\)</span>, <span class="math notranslate nohighlight">\(K = [1.5, 0.01]\)</span>;</p></li>
<li><p><span class="math notranslate nohighlight">\(z = [0.2463, 0.2208, 0.2208, 0.3121]\)</span>, <span class="math notranslate nohighlight">\(K = [40, 25, 0.6, 0.005]\)</span>.</p></li>
Expand Down
4 changes: 2 additions & 2 deletions ptstability/exercise.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h1 class="site-logo" id="site-title">Практикум по вычислите
</li>
<li class="toctree-l2">
<a class="reference internal" href="../julia/modules.html">
1.10. Модули
1.10. Модули и пакеты
</a>
</li>
<li class="toctree-l2">
Expand Down Expand Up @@ -794,7 +794,7 @@ <h3>Что нужно сделать<a class="headerlink" href="#id4" title="Per
<section id="id5">
<h3>Вам также понадобится<a class="headerlink" href="#id5" title="Permalink to this headline">#</a></h3>
<ul class="simple">
<li><p>Julia-пакет, который мы разбирали на занятиях: <a class="reference external" href="https://github.com/stepanzh/CTPTSolvers.jl">https://github.com/stepanzh/CTPTSolvers.jl</a>;</p></li>
<li><p>Julia-пакет, который мы разбирали на занятиях;</p></li>
<li><p>Критические точки веществ: <a class="reference external" href="http://imartinez.etsiae.upm.es/~isidoro/dat1/eGAS.pdf">http://imartinez.etsiae.upm.es/~isidoro/dat1/eGAS.pdf</a>;</p></li>
<li><p>Параметры УрС Ван дер Ваальса веществ: <a class="reference external" href="https://en.wikipedia.org/wiki/Van_der_Waals_constants_(data_page)">https://en.wikipedia.org/wiki/Van_der_Waals_constants_(data_page)</a>.</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion ptstability/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1 class="site-logo" id="site-title">Практикум по вычислите
</li>
<li class="toctree-l2">
<a class="reference internal" href="../julia/modules.html">
1.10. Модули
1.10. Модули и пакеты
</a>
</li>
<li class="toctree-l2">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6f97547

Please sign in to comment.