01NUM1:Header: Porovnání verzí
Z WikiSkripta FJFI ČVUT v Praze
m |
(+příklad, rozšířená matice) |
||
Řádka 18: | Řádka 18: | ||
\usepackage{todonotes} | \usepackage{todonotes} | ||
+ | % Rozšířená matice | ||
+ | \makeatletter | ||
+ | \renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{% | ||
+ | \hskip -\arraycolsep | ||
+ | \let\@ifnextchar\new@ifnextchar | ||
+ | \array{#1}} | ||
+ | \makeatother | ||
+ | |||
+ | % todonotes hack | ||
\usepackage{marginnote} | \usepackage{marginnote} | ||
\makeatletter | \makeatletter | ||
Řádka 58: | Řádka 67: | ||
\newtheorem{remark}[define]{Poznámka} | \newtheorem{remark}[define]{Poznámka} | ||
\newtheorem*{remark*}{Poznámka} | \newtheorem*{remark*}{Poznámka} | ||
+ | \newtheorem{example}[define]{Příklad} | ||
\newtheorem*{example*}{Příklad} | \newtheorem*{example*}{Příklad} | ||
\renewcommand{\proofname}{Důkaz} | \renewcommand{\proofname}{Důkaz} | ||
Řádka 64: | Řádka 74: | ||
\addtolength{\evensidemargin}{-36pt} | \addtolength{\evensidemargin}{-36pt} | ||
\addtolength{\oddsidemargin}{-36pt} | \addtolength{\oddsidemargin}{-36pt} | ||
− | |||
− | |||
− | |||
− | |||
− |
Verze z 14. 1. 2016, 23:09
[ 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} % Rozšířená matice \makeatletter \renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{% \hskip -\arraycolsep \let\@ifnextchar\new@ifnextchar \array{#1}} \makeatother % todonotes hack \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}[define]{Příklad} \newtheorem*{example*}{Příklad} \renewcommand{\proofname}{Důkaz} \addtolength{\textwidth}{72pt} \addtolength{\evensidemargin}{-36pt} \addtolength{\oddsidemargin}{-36pt}