Skip to content

Commit

Permalink
Add changes for 725e404
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 5, 2023
1 parent 0c17998 commit 7af96ab
Show file tree
Hide file tree
Showing 10 changed files with 302 additions and 1 deletion.
Binary file modified .doctrees/assets/notes/algebra.doctree
Binary file not shown.
Binary file modified .doctrees/assets/notes/algebra/algebra_2023.11.28.2023.doctree
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
83 changes: 83 additions & 0 deletions assets/notes/algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,85 @@ <h3>Odwzorowania Liniowe<a class="headerlink" href="#odwzorowania-liniowe" title
<p>Macierz której kolumny nsą <strong>obrazami</strong> wektorów bazowych nazywamy
reprezentacją macierzową odwzoorowania liniowego</p>
</div>
<div class="admonition-jadro admonition">
<p class="admonition-title">Jądro</p>
<p>Przeciwobraz wszystkich elementów które przechodzą na 0.</p>
<p>Obliczamy Je następująco: <span class="math notranslate nohighlight">\(\phi(x) = 0\)</span></p>
<p>Przykładowo</p>
<div class="math notranslate nohighlight">
\[\begin{split}
\text{dla v w postaci}~v=(x,y,z) \\
\phi(v) = (2x, y, x+y) \\
\phi(v) = 0 \\
(2x, y, x+y) = 0 \Leftrightarrow x = 0 \land y = 0 \Rightarrow z \in \mathbb{R} \\
ker\phi = \left\{(0,0,z), z \in \mathbb{R}\right\} \\
dimKer\phi = 1
\end{split}\]</div>
<p><strong>Przeciwobraz</strong> - elementy które “podajemy” do odwzorowania (jak dziedzina funkcji)</p>
<div class="admonition tip">
<p class="admonition-title">Wskazówka</p>
<div class="math notranslate nohighlight">
\[\begin{split}
\begin{matrix}
\text{przeciwobraz} &amp;=&amp; \text{Dziedzina} \\
\text{Obraz} &amp;=&amp; \text{Zbiór Wartości}
\end{matrix}
\end{split}\]</div>
</div>
</div>
<hr class="docutils" />
<p><em>Notatki z pliku <code class="docutils literal notranslate"><span class="pre">notes/algebra/algebra_2023.12.05.md</span></code></em></p>
</section>
</section>
<section id="endomorfizmy">
<h2>Endomorfizmy<a class="headerlink" href="#endomorfizmy" title="Link to this heading"></a></h2>
<div class="admonition-endomorfizm admonition">
<p class="admonition-title">Endomorfizm</p>
<p><strong>Odwzorowanie liniowe</strong> jednego zbioru na ten sam zbiór.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Informacja</p>
<p>Zbiór wszystkich endomorfizmów ma strukturę przestrzeni wektorowej</p>
</div>
<div class="admonition-phi-niezmiennicza admonition">
<p class="admonition-title"><span class="math notranslate nohighlight">\(\phi\)</span> niezmiennicza</p>
<p>jeżeli <code class="docutils literal notranslate"><span class="pre">u</span></code> jest podzbiorem V, dla <span class="math notranslate nohighlight">\(x \in u\)</span> <span class="math notranslate nohighlight">\(\phi(x) \in u\)</span></p>
</div>
<div class="admonition-wartosc-wlasna admonition">
<p class="admonition-title">wartość włąsna</p>
<p>Liczba <span class="math notranslate nohighlight">\(\lambda\)</span> jest wartością własną jężeli istnieje niezerowy wektor <code class="docutils literal notranslate"><span class="pre">v</span></code>, któ©y spełnia
równość <span class="math notranslate nohighlight">\(\phi(v) = \lambda v\)</span></p>
<div class="admonition note">
<p class="admonition-title">Informacja</p>
<p>Zbió© wszystkich wartości własnych nazywa się spektrum (lub widmem) operatora</p>
</div>
</div>
<div class="admonition-operator-rzutowania admonition">
<p class="admonition-title">Operator rzutowania</p>
<p>Określea wszystkie wektory które po zrzutowaniu na oś OX nie zmieni kierunku (lub stanie się punktem)</p>
<div class="math notranslate nohighlight">
\[\begin{split}
spec = ? \\
\phi(0, V_y) = (0, v_y) \Rightarrow \lambda = 1 \\
\phi(0, v_y) = (0, 0) \Rightarrow \lambda = 0 \\
spec = \left \{0, 1\right\} \\
\end{split}\]</div>
</div>
<section id="szukanie-wartosci-wlasnych">
<h3>Szukanie wartości własnych<a class="headerlink" href="#szukanie-wartosci-wlasnych" title="Link to this heading"></a></h3>
<div class="math notranslate nohighlight">
\[
x_\phi(t) = det(A-tI)
\]</div>
<div class="admonition important">
<p class="admonition-title">Ważne</p>
<p>Nie wszystkie pierwiastki ww. równania są pierwiastkami charakterystycznymi.
Należy pamiętać, że <span class="math notranslate nohighlight">\(t = \lambda \in K\)</span>, gdzie <code class="docutils literal notranslate"><span class="pre">K</span></code> to ciało nad którym pracujemy</p>
</div>
<div class="admonition note">
<p class="admonition-title">Informacja</p>
<p>Wielomiany włąsne nie zależą od bazy</p>
</div>
</section>
</section>
</section>
Expand Down Expand Up @@ -877,6 +956,10 @@ <h3><a href="../../index.html">Spis treści:</a></h3>
<li><a class="reference internal" href="#odwzorowania-liniowe">Odwzorowania Liniowe</a></li>
</ul>
</li>
<li><a class="reference internal" href="#endomorfizmy">Endomorfizmy</a><ul>
<li><a class="reference internal" href="#szukanie-wartosci-wlasnych">Szukanie wartości własnych</a></li>
</ul>
</li>
</ul>
</li>
</ul>
Expand Down
26 changes: 26 additions & 0 deletions assets/notes/algebra/algebra_2023.11.28.2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,32 @@ <h3>Nawigacja</h3>
<p class="admonition-title">Reprezencacja macierzowa odwzorowań liniowych</p>
<p>Macierz której kolumny nsą <strong>obrazami</strong> wektorów bazowych nazywamy
reprezentacją macierzową odwzoorowania liniowego</p>
</div>
<div class="admonition-jadro admonition">
<p class="admonition-title">Jądro</p>
<p>Przeciwobraz wszystkich elementów które przechodzą na 0.</p>
<p>Obliczamy Je następująco: <span class="math notranslate nohighlight">\(\phi(x) = 0\)</span></p>
<p>Przykładowo</p>
<div class="math notranslate nohighlight">
\[\begin{split}
\text{dla v w postaci}~v=(x,y,z) \\
\phi(v) = (2x, y, x+y) \\
\phi(v) = 0 \\
(2x, y, x+y) = 0 \Leftrightarrow x = 0 \land y = 0 \Rightarrow z \in \mathbb{R} \\
ker\phi = \left\{(0,0,z), z \in \mathbb{R}\right\} \\
dimKer\phi = 1
\end{split}\]</div>
<p><strong>Przeciwobraz</strong> - elementy które “podajemy” do odwzorowania (jak dziedzina funkcji)</p>
<div class="admonition tip">
<p class="admonition-title">Wskazówka</p>
<div class="math notranslate nohighlight">
\[\begin{split}
\begin{matrix}
\text{przeciwobraz} &amp;=&amp; \text{Dziedzina} \\
\text{Obraz} &amp;=&amp; \text{Zbiór Wartości}
\end{matrix}
\end{split}\]</div>
</div>
</div>


Expand Down
188 changes: 188 additions & 0 deletions assets/notes/algebra/algebra_2023.12.05.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,188 @@


<!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>Endomorfizmy &#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?v=2c74f6a9" />
<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="icon" href="../../../_static/icon.ico"/>
<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="">Endomorfizmy</a></li>
</ul>
</div>
</div>


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

<section id="endomorfizmy">
<h1>Endomorfizmy<a class="headerlink" href="#endomorfizmy" title="Link to this heading"></a></h1>
<div class="admonition-endomorfizm admonition">
<p class="admonition-title">Endomorfizm</p>
<p><strong>Odwzorowanie liniowe</strong> jednego zbioru na ten sam zbiór.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Informacja</p>
<p>Zbiór wszystkich endomorfizmów ma strukturę przestrzeni wektorowej</p>
</div>
<div class="admonition-phi-niezmiennicza admonition">
<p class="admonition-title"><span class="math notranslate nohighlight">\(\phi\)</span> niezmiennicza</p>
<p>jeżeli <code class="docutils literal notranslate"><span class="pre">u</span></code> jest podzbiorem V, dla <span class="math notranslate nohighlight">\(x \in u\)</span> <span class="math notranslate nohighlight">\(\phi(x) \in u\)</span></p>
</div>
<div class="admonition-wartosc-wlasna admonition">
<p class="admonition-title">wartość włąsna</p>
<p>Liczba <span class="math notranslate nohighlight">\(\lambda\)</span> jest wartością własną jężeli istnieje niezerowy wektor <code class="docutils literal notranslate"><span class="pre">v</span></code>, któ©y spełnia
równość <span class="math notranslate nohighlight">\(\phi(v) = \lambda v\)</span></p>
<div class="admonition note">
<p class="admonition-title">Informacja</p>
<p>Zbió© wszystkich wartości własnych nazywa się spektrum (lub widmem) operatora</p>
</div>
</div>
<div class="admonition-operator-rzutowania admonition">
<p class="admonition-title">Operator rzutowania</p>
<p>Określea wszystkie wektory które po zrzutowaniu na oś OX nie zmieni kierunku (lub stanie się punktem)</p>
<div class="math notranslate nohighlight">
\[\begin{split}
spec = ? \\
\phi(0, V_y) = (0, v_y) \Rightarrow \lambda = 1 \\
\phi(0, v_y) = (0, 0) \Rightarrow \lambda = 0 \\
spec = \left \{0, 1\right\} \\
\end{split}\]</div>
</div>
<section id="szukanie-wartosci-wlasnych">
<h2>Szukanie wartości własnych<a class="headerlink" href="#szukanie-wartosci-wlasnych" title="Link to this heading"></a></h2>
<div class="math notranslate nohighlight">
\[
x_\phi(t) = det(A-tI)
\]</div>
<div class="admonition important">
<p class="admonition-title">Ważne</p>
<p>Nie wszystkie pierwiastki ww. równania są pierwiastkami charakterystycznymi.
Należy pamiętać, że <span class="math notranslate nohighlight">\(t = \lambda \in K\)</span>, gdzie <code class="docutils literal notranslate"><span class="pre">K</span></code> to ciało nad którym pracujemy</p>
</div>
<div class="admonition note">
<p class="admonition-title">Informacja</p>
<p>Wielomiany włąsne nie zależą od bazy</p>
</div>
</section>
</section>


<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper"><div class="sphinx-toc sphinxlocaltoc">
<h3><a href="../../../index.html">Spis treści:</a></h3>
<ul>
<li><a class="reference internal" href="#">Endomorfizmy</a><ul>
<li><a class="reference internal" href="#szukanie-wartosci-wlasnych">Szukanie wartości własnych</a></li>
</ul>
</li>
</ul>

</div>
<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="">Endomorfizmy</a></li>
</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2023, Maciej Szeptuch.
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 @@ -117,6 +117,10 @@ <h1>Wstęp<a class="headerlink" href="#wstep" title="Link to this heading">¶</a
<li class="toctree-l3"><a class="reference internal" href="assets/notes/algebra.html#odwzorowania-liniowe">Odwzorowania Liniowe</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="assets/notes/algebra.html#endomorfizmy">Endomorfizmy</a><ul>
<li class="toctree-l3"><a class="reference internal" href="assets/notes/algebra.html#szukanie-wartosci-wlasnych">Szukanie wartości własnych</a></li>
</ul>
</li>
</ul>
</li>
</ul>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 7af96ab

Please sign in to comment.