Skip to content

Commit

Permalink
Add changes for 02799c0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 9, 2023
1 parent 4e05641 commit fd0070c
Show file tree
Hide file tree
Showing 10 changed files with 359 additions and 1 deletion.
Binary file modified .doctrees/assets/index.doctree
Binary file not shown.
Binary file added .doctrees/assets/notes/algebra.doctree
Binary file not shown.
Binary file added .doctrees/assets/notes/algebra_09.10.2023.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
54 changes: 54 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,59 @@ <h4>składanie funkcji<a class="headerlink" href="#skladanie-funkcji" title="Lin
h(x) &amp;= g(f(x))\\
h &amp;= g \cdot f\\
\end{split}\]</div>
<p><em>Notatki z pliku <code class="docutils literal notranslate"><span class="pre">notes/algebra.md</span></code></em></p>
</section>
</section>
</section>
</section>
<section class="tex2jax_ignore mathjax_ignore" id="algebra">
<h1>ALGEBRA<a class="headerlink" href="#algebra" title="Link to this heading"></a></h1>
<p><em>Notatki z pliku <code class="docutils literal notranslate"><span class="pre">notes/algebra_09.10.2023.md</span></code></em></p>
<section id="zestaw-1-zadanie-5">
<h2>Zestaw 1 zadanie 5<a class="headerlink" href="#zestaw-1-zadanie-5" title="Link to this heading"></a></h2>
<p>Korzystając z zas. indukcji udowodnij że:
dla dowolnego <span class="math notranslate nohighlight">\(n \in \mathbb{N}, n &gt;= 4\)</span> liczba diagonalnych
w n-koncie wypukłym jest niewiększa niż <span class="math notranslate nohighlight">\(\frac{1}{2} n(n-3)\)</span></p>
<ul class="simple">
<li><p>utworzenie wzoru na liczbę diagonalnych</p>
<ul>
<li><p>dla 4-kątu jest to <code class="docutils literal notranslate"><span class="pre">1</span></code></p></li>
<li><p>dla 5-kątu - <code class="docutils literal notranslate"><span class="pre">2</span></code></p></li>
<li><p>dla 6-kątu - <code class="docutils literal notranslate"><span class="pre">3</span></code></p></li>
</ul>
</li>
</ul>
<p>z tego wniosek, że liczba diagonalnych <span class="math notranslate nohighlight">\(d = n-3\)</span></p>
<ul class="simple">
<li><p>sprawdzenie warunku dla n = 4</p></li>
</ul>
<div class="math notranslate nohighlight">
\[\begin{split}
n-3 &lt;= \frac{1}{2} n (n - 3)\\
dla n = 4\\
1 &lt;= 2 * 1
\end{split}\]</div>
<ul class="simple">
<li><p>krok indukcyjny</p></li>
</ul>
<div class="math notranslate nohighlight">
\[\begin{split}
załóżmy, że: \\
\frac{1}{2}n (n-3) &gt;= n-3 \\
n (n-3) &gt;= 2n-6 \\
n^2 - 3n &gt;= 2n-6 \\
n^2 - 5n + 6 &gt;= 0 \\
wtedy dla n+1:\\
\frac{1}{2}(n+1)(n-2) &gt;= n-2 \\
n^2-n-2 &gt;= 2n-4 \\
n^2-3n+2 &gt;= 0 \\
(n^2-5n+2) + (2n - 4) &gt;= 0\\
\begin{matrix}
(n^2-5n+2) + &amp; (2n - 4) &amp; &gt;= 0\\
z ind mat. &amp; \forall n &gt;= 4 2n - 4 &gt;=0 &amp;
\end{matrix}
\end{split}\]</div>
</section>
</section>


Expand All @@ -158,6 +208,10 @@ <h3><a href="../index.html">Spis treści:</a></h3>
</li>
</ul>
</li>
<li><a class="reference internal" href="#algebra">ALGEBRA</a><ul>
<li><a class="reference internal" href="#zestaw-1-zadanie-5">Zestaw 1 zadanie 5</a></li>
</ul>
</li>
</ul>

</div>
Expand Down
128 changes: 128 additions & 0 deletions assets/notes/algebra.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@


<!DOCTYPE html>

<html lang="pl" data-content_root="../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>ALGEBRA &#8212; Matematyka - dokumentacja</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/cloud.css?v=f9ae72be" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/css/lightbox.css?v=5c84f910" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script src="../../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/translations.js?v=a186e9ce"></script>
<script src="../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>




<script src="../../_static/jquery.cookie.js"></script>




<script src="../../_static/cloud.base.js"></script>




<script src="../../_static/cloud.js"></script>


<link rel="index" title="Indeks" href="../../genindex.html" />
<link rel="search" title="Szukaj" href="../../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="Indeks ogólny"
accesskey="I">indeks</a></li>
<li><a href="../../index.html">Matematyka - dokumentacja</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">ALGEBRA</a></li>
</ul>
</div>
</div>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<section class="tex2jax_ignore mathjax_ignore" id="algebra">
<h1>ALGEBRA<a class="headerlink" href="#algebra" title="Link to this heading"></a></h1>
</section>


<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Szybkie wyszukiwanie</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Szukaj" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>


<div class="sidebar-toggle-group no-js">

<button class="sidebar-toggle" id="sidebar-hide" title="Hide the sidebar menu">
«
<span class="show-for-small">hide menu</span>

</button>
<button class="sidebar-toggle" id="sidebar-show" title="Show the sidebar menu">

<span class="show-for-small">menu</span>
<span class="hide-for-small">sidebar</span>
»
</button>
</div>

<div class="clearer"></div>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="Indeks ogólny"
>indeks</a></li>
<li><a href="../../index.html">Matematyka - dokumentacja</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">ALGEBRA</a></li>
</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2023, Maciej Sz.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
</html>
172 changes: 172 additions & 0 deletions assets/notes/algebra_09.10.2023.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@


<!DOCTYPE html>

<html lang="pl" data-content_root="../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Zestaw 1 zadanie 5 &#8212; Matematyka - dokumentacja</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/cloud.css?v=f9ae72be" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/css/lightbox.css?v=5c84f910" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script src="../../_static/documentation_options.js?v=a28d12eb"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/translations.js?v=a186e9ce"></script>
<script src="../../_static/sphinxcontrib-images/LightBox2/lightbox2/dist/js/lightbox-plus-jquery.min.js?v=ffc8af2d"></script>
<script src="../../_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js?v=12818e64"></script>
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
<script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>




<script src="../../_static/jquery.cookie.js"></script>




<script src="../../_static/cloud.base.js"></script>




<script src="../../_static/cloud.js"></script>


<link rel="index" title="Indeks" href="../../genindex.html" />
<link rel="search" title="Szukaj" href="../../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head><body>
<div class="relbar-top">

<div class="related" role="navigation" aria-label="related navigation">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="Indeks ogólny"
accesskey="I">indeks</a></li>
<li><a href="../../index.html">Matematyka - dokumentacja</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Zestaw 1 zadanie 5</a></li>
</ul>
</div>
</div>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<section id="zestaw-1-zadanie-5">
<h1>Zestaw 1 zadanie 5<a class="headerlink" href="#zestaw-1-zadanie-5" title="Link to this heading"></a></h1>
<p>Korzystając z zas. indukcji udowodnij że:
dla dowolnego <span class="math notranslate nohighlight">\(n \in \mathbb{N}, n &gt;= 4\)</span> liczba diagonalnych
w n-koncie wypukłym jest niewiększa niż <span class="math notranslate nohighlight">\(\frac{1}{2} n(n-3)\)</span></p>
<ul class="simple">
<li><p>utworzenie wzoru na liczbę diagonalnych</p>
<ul>
<li><p>dla 4-kątu jest to <code class="docutils literal notranslate"><span class="pre">1</span></code></p></li>
<li><p>dla 5-kątu - <code class="docutils literal notranslate"><span class="pre">2</span></code></p></li>
<li><p>dla 6-kątu - <code class="docutils literal notranslate"><span class="pre">3</span></code></p></li>
</ul>
</li>
</ul>
<p>z tego wniosek, że liczba diagonalnych <span class="math notranslate nohighlight">\(d = n-3\)</span></p>
<ul class="simple">
<li><p>sprawdzenie warunku dla n = 4</p></li>
</ul>
<div class="math notranslate nohighlight">
\[\begin{split}
n-3 &lt;= \frac{1}{2} n (n - 3)\\
dla n = 4\\
1 &lt;= 2 * 1
\end{split}\]</div>
<ul class="simple">
<li><p>krok indukcyjny</p></li>
</ul>
<div class="math notranslate nohighlight">
\[\begin{split}
załóżmy, że: \\
\frac{1}{2}n (n-3) &gt;= n-3 \\
n (n-3) &gt;= 2n-6 \\
n^2 - 3n &gt;= 2n-6 \\
n^2 - 5n + 6 &gt;= 0 \\
wtedy dla n+1:\\
\frac{1}{2}(n+1)(n-2) &gt;= n-2 \\
n^2-n-2 &gt;= 2n-4 \\
n^2-3n+2 &gt;= 0 \\
(n^2-5n+2) + (2n - 4) &gt;= 0\\
\begin{matrix}
(n^2-5n+2) + &amp; (2n - 4) &amp; &gt;= 0\\
z ind mat. &amp; \forall n &gt;= 4 2n - 4 &gt;=0 &amp;
\end{matrix}
\end{split}\]</div>
</section>


<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Szybkie wyszukiwanie</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Szukaj" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>


<div class="sidebar-toggle-group no-js">

<button class="sidebar-toggle" id="sidebar-hide" title="Hide the sidebar menu">
«
<span class="show-for-small">hide menu</span>

</button>
<button class="sidebar-toggle" id="sidebar-show" title="Show the sidebar menu">

<span class="show-for-small">menu</span>
<span class="hide-for-small">sidebar</span>
»
</button>
</div>

<div class="clearer"></div>
</div>
<div class="relbar-bottom">

<div class="related" role="navigation" aria-label="related navigation">
<h3>Nawigacja</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="Indeks ogólny"
>indeks</a></li>
<li><a href="../../index.html">Matematyka - dokumentacja</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Zestaw 1 zadanie 5</a></li>
</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2023, Maciej Sz.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
</html>
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ <h1>Wstęp<a class="headerlink" href="#wstep" title="Link to this heading">¶</a
<li class="toctree-l2"><a class="reference internal" href="assets/index.html#funkcja">Funkcja</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="assets/index.html#algebra">ALGEBRA</a><ul>
<li class="toctree-l2"><a class="reference internal" href="assets/index.html#zestaw-1-zadanie-5">Zestaw 1 zadanie 5</a></li>
</ul>
</li>
</ul>
</div>
<div class="admonition important">
Expand Down
Binary file modified objects.inv
Binary file not shown.
Loading

0 comments on commit fd0070c

Please sign in to comment.