01NUM1:Header: Porovnání verzí
Z WikiSkripta FJFI ČVUT v Praze
(Přidána nečíslovaná věta) |
m |
||
Řádka 46: | Řádka 46: | ||
\newcommand{\matice}{\mathbbm} | \newcommand{\matice}{\mathbbm} | ||
+ | \newcommand{\pvec}[1]{\vec{#1}\mkern2mu\vphantom{#1}} | ||
\theoremstyle{definition} | \theoremstyle{definition} |
Verze z 11. 1. 2016, 13:47
[ znovu generovat, | výstup z překladu ] | Kompletní WikiSkriptum včetně všech podkapitol. | |
PDF Této kapitoly | [ znovu generovat, | výstup z překladu ] | Přeložení pouze této kaptioly. |
ZIP | Kompletní zdrojový kód včetně obrázků. |
Součásti dokumentu 01NUM1
součást | akce | popis | poslední editace | soubor | |||
---|---|---|---|---|---|---|---|
Hlavní dokument | editovat | Hlavní stránka dokumentu 01NUM1 | Dedicma2 | 3. 6. 2024 | 19:49 | ||
Řídící stránka | editovat | Definiční stránka dokumentu a vložených obrázků | Dedicma2 | 3. 6. 2024 | 19:48 | ||
Header | editovat | Hlavičkový soubor | Dedicma2 | 17. 1. 2016 | 16:20 | header.tex | |
Kapitola0 | editovat | Značení | Dedicma2 | 23. 5. 2017 | 21:32 | znaceni.tex | |
Kapitola2 | editovat | Opakování a doplnění znalostí z lineární algebry | Dedicma2 | 3. 6. 2024 | 15:41 | prezentace2.tex | |
Kapitola3 | editovat | Úvod do numerické matematiky | Dedicma2 | 3. 6. 2024 | 15:51 | prezentace3.tex | |
Kapitola4 | editovat | Přímé metody pro lineární soustavy | Dedicma2 | 3. 6. 2024 | 16:47 | prezentace4.tex | |
Kapitola5 | editovat | Iterativní metody | Dedicma2 | 3. 6. 2024 | 16:59 | prezentace5.tex | |
Kapitola6 | editovat | Vlastní čísla a vektory matic | Dedicma2 | 3. 6. 2024 | 17:07 | prezentace6.tex | |
Kapitola7 | editovat | Nelineární rovnice | Kubuondr | 31. 1. 2017 | 14:27 | prezentace7.tex | |
Kapitola8 | editovat | Interpolace | Kubuondr | 31. 1. 2017 | 15:43 | prezentace8.tex | |
Kapitola9 | editovat | Derivace a integrace | Kubuondr | 31. 1. 2017 | 17:33 | prezentace9.tex |
Zdrojový kód
%\wikiskriptum{01NUM1} \documentclass[intlimits]{amsart} \usepackage{amssymb} \usepackage{amsthm} \usepackage{braket} \usepackage{multirow} \usepackage[utf8]{inputenc} \def\mathbbm{\mathbb} % pokud neni k dispozici bbm \usepackage[czech]{babel} \usepackage{a4} \usepackage{enumerate} \usepackage[unicode]{hyperref} \usepackage{color} \usepackage{lmodern} \usepackage{todonotes} \usepackage{marginnote} \makeatletter \renewcommand{\@todonotes@drawMarginNoteWithLine}{% \begin{tikzpicture}[remember picture, overlay, baseline=-0.75ex]% \node [coordinate] (inText) {};% \end{tikzpicture}% \marginnote[{% Draw note in left margin \@todonotes@drawMarginNote% \@todonotes@drawLineToLeftMargin% }]{% Draw note in right margin \@todonotes@drawMarginNote% \@todonotes@drawLineToRightMargin% }% } \makeatother \hypersetup{ colorlinks = true, pdftitle = {01NUM1 Wiki Skriptum}, bookmarksopen = true } \setcounter{MaxMatrixCols}{32} \DeclareMathOperator{\sgn}{sgn} \newcommand{\matice}{\mathbbm} \newcommand{\pvec}[1]{\vec{#1}\mkern2mu\vphantom{#1}} \theoremstyle{definition} \newtheorem{define}{Definice}[section] \newtheorem*{define*}{Definice} \newtheorem{theorem}[define]{Věta} \newtheorem*{theorem*}{Věta} \newtheorem{lemma}[define]{Lemma} \newtheorem*{lemma*}{Lemma} \theoremstyle{remark} \newtheorem{remark}[define]{Poznámka} \newtheorem*{remark*}{Poznámka} \newtheorem*{example*}{Příklad} \renewcommand{\proofname}{Důkaz} \addtolength{\textwidth}{72pt} \addtolength{\evensidemargin}{-36pt} \addtolength{\oddsidemargin}{-36pt} %definice českých uvozovek %\def\bq{\mbox{\kern.1ex\protect\raisebox{-1.3ex}[0pt][0pt]{''}\kern-.1ex}} %\def\eq{\mbox{\kern-.1ex``\kern.1ex}} %\gdef\uv#1{\bq #1\eq}