Update 06, 07, 08
This commit is contained in:
parent
dbfcf91938
commit
809f74e0e5
5
06/2017-11-16-obecnosc.txt
Normal file
5
06/2017-11-16-obecnosc.txt
Normal file
@ -0,0 +1,5 @@
|
||||
#+TITLE: Lista obecności na zajęciach w dniu 2017-11-16
|
||||
|
||||
| imię i nazwisko | 2017-11-16 |
|
||||
|-----------------------------+------------|
|
||||
| Enrique Andrade González | + |
|
BIN
06/bibliografianowe.pdf
Normal file
BIN
06/bibliografianowe.pdf
Normal file
Binary file not shown.
30
06/classes-06.txt
Normal file
30
06/classes-06.txt
Normal file
@ -0,0 +1,30 @@
|
||||
English:
|
||||
|
||||
#+TITLE: Bibliographies in LaTeX – environment thebibliography, packages bibtex and amsrefs
|
||||
|
||||
* During the classes
|
||||
+ environment thebibliography
|
||||
+ capabilities of packages amsrefs, basic formating and how to change it
|
||||
+ programm biber, using files with external entries, different styles (author-year, numerical etc.)
|
||||
|
||||
* What to do: test working with files:
|
||||
+ literatura-przyklad-1.tex
|
||||
+ literatura-przyklad-2.tex
|
||||
+ literatura-przyklad-3.tex
|
||||
+ literatura-przyklad-4.tex
|
||||
|
||||
|
||||
Spanish:
|
||||
|
||||
# + TÍTULO: Bibliografías en LaTeX - entorno thebibliography, packages bibtex y amsrefs
|
||||
|
||||
* Durante las clases
|
||||
+ thebibliography del ambiente
|
||||
+ capacidades de amsrefs de paquetes, formateo básico y cómo cambiarlo
|
||||
+ programm biber, usando archivos con entradas externas, diferentes estilos (autor-año, numérico, etc.)
|
||||
|
||||
* Qué hacer: pruebad trabajando con archivos:
|
||||
+ literatura-przyklad-1.tex
|
||||
+ literatura-przyklad-2.tex
|
||||
+ literatura-przyklad-3.tex
|
||||
+ literatura-przyklad-4.tex
|
16
06/literatura-przyklad-1.tex
Normal file
16
06/literatura-przyklad-1.tex
Normal file
@ -0,0 +1,16 @@
|
||||
%
|
||||
\documentclass{mwart}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{polski}
|
||||
\usepackage[language=polish]{biblatex}
|
||||
% to use bibtex instead of biber
|
||||
% \usepackage[language=polish,backend=bibtex]{biblatex}
|
||||
\addbibresource{literatura.bib}
|
||||
|
||||
\begin{document}
|
||||
Książka~\cite{iksinski} zawiera sporo ciekawych rzeczy,
|
||||
zaś\ppauza dla odmiany\ppauza artykuł~\cite{sokal}
|
||||
zawiera głównie bzdury.
|
||||
|
||||
\printbibliography
|
||||
\end{document}
|
14
06/literatura-przyklad-2.tex
Normal file
14
06/literatura-przyklad-2.tex
Normal file
@ -0,0 +1,14 @@
|
||||
%
|
||||
\documentclass{mwart}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{polski}
|
||||
\usepackage[language=polish,style=authoryear]{biblatex}
|
||||
\addbibresource{literatura.bib}
|
||||
|
||||
\begin{document}
|
||||
Książka~\parencite{iksinski} zawiera sporo ciekawych rzeczy,
|
||||
zaś\ppauza dla odmiany\ppauza artykuł~\parencite{sokal} zawiera
|
||||
głównie bzdury. Jednak \textcite{sokal} pisze bzdury z~premedytacją.
|
||||
|
||||
\printbibliography
|
||||
\end{document}
|
15
06/literatura-przyklad-3.tex
Normal file
15
06/literatura-przyklad-3.tex
Normal file
@ -0,0 +1,15 @@
|
||||
%
|
||||
\documentclass{mwart}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{polski}
|
||||
\usepackage[language=polish,style=authortitle-ibid]{biblatex}
|
||||
\addbibresource{literatura.bib}
|
||||
|
||||
\begin{document}
|
||||
Książka~\footcite{iksinski} zawiera sporo ciekawych rzeczy,
|
||||
zaś\ppauza dla odmiany\ppauza artykuł~\footcite{sokal} zawiera
|
||||
głównie bzdury. Jednak bzdury w~artykule~\footcite{sokal} są
|
||||
zabiegiem celowym.
|
||||
|
||||
\printbibliography
|
||||
\end{document}
|
49
06/literatura-przyklad-4.tex
Normal file
49
06/literatura-przyklad-4.tex
Normal file
@ -0,0 +1,49 @@
|
||||
%
|
||||
\documentclass{mwart}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{polski}
|
||||
\usepackage{amsrefs}
|
||||
|
||||
\begin{document}
|
||||
Książka~\cite{gowers1} zawiera sporo ciekawych rzeczy,
|
||||
zaś\ppauza dla odmiany\ppauza artykuł~\cite{gowers2} zawiera
|
||||
głównie bzdury. Jednak bzdury w~artykule~\cite{gowers1} są
|
||||
zabiegiem celowym.
|
||||
|
||||
\begin{bibdiv}
|
||||
\begin{biblist}
|
||||
|
||||
\bib{Gowers1}{article}{
|
||||
author={Conlon, D.},
|
||||
author={Gowers, W. T.},
|
||||
title={Combinatorial theorems in sparse random sets},
|
||||
journal={Ann. of Math. (2)},
|
||||
volume={184},
|
||||
date={2016},
|
||||
number={2},
|
||||
pages={367--454},
|
||||
issn={0003-486X},
|
||||
review={\MR{3548529}},
|
||||
doi={10.4007/annals.2016.184.2.2},
|
||||
}
|
||||
|
||||
\bib{gowers2}{article}{
|
||||
author={Conlon, D.},
|
||||
author={Gowers, W. T.},
|
||||
author={Samotij, W.},
|
||||
author={Schacht, M.},
|
||||
title={On the K\L R conjecture in random graphs},
|
||||
journal={Israel J. Math.},
|
||||
volume={203},
|
||||
date={2014},
|
||||
number={1},
|
||||
pages={535--580},
|
||||
issn={0021-2172},
|
||||
review={\MR{3273450}},
|
||||
doi={10.1007/s11856-014-1120-1},
|
||||
}
|
||||
|
||||
\end{biblist}
|
||||
\end{bibdiv}
|
||||
|
||||
\end{document}
|
30
06/literatura.bib
Normal file
30
06/literatura.bib
Normal file
@ -0,0 +1,30 @@
|
||||
%
|
||||
@article{sokal,
|
||||
author = {Sokal, Alan D.},
|
||||
title = {Transgressing the Boundaries: Toward
|
||||
a Transformative Hermeneutics of
|
||||
Quantum Gravity},
|
||||
journaltitle = {Social Text},
|
||||
date = 1996,
|
||||
volume = {46/47},
|
||||
pages = {217-252},
|
||||
}
|
||||
|
||||
@book{iksinski,
|
||||
author = {Iksiński, Jan},
|
||||
title = {Bardzo ciekawa książka},
|
||||
date = 2015,
|
||||
publisher = {Wydawnictwo Wspaniałe},
|
||||
location = {Poznań},
|
||||
}
|
||||
|
||||
@PHDTHESIS{carrier2006,
|
||||
author = {Carrier, Brian D.},
|
||||
title = {A hypothesis-based approach to digital forensic investigations},
|
||||
year = {2006},
|
||||
address = {West Lafayette, IN, USA},
|
||||
note = {Adviser-Spafford, Eugene H.},
|
||||
isbn = {978-0-542-86437-7},
|
||||
order_no = {AAI3232156},
|
||||
publisher = {Purdue University}
|
||||
}
|
17
06/zadania-06.txt
Normal file
17
06/zadania-06.txt
Normal file
@ -0,0 +1,17 @@
|
||||
#+TITLE: Bibliografia w LaTeX-u – otoczenie thebibliography, pakiety bibtex oraz amsrefs
|
||||
|
||||
* Prezentacja podczas zajęć
|
||||
W czasie prezentacji należy omówić:
|
||||
+ otoczenie thebibliography
|
||||
+ możliwości pakietu amsrefs, podstawowe formatowanie i jego zmiana
|
||||
+ program biber, tworzenie pliku z wpisami, kompilacja, różne
|
||||
schematy cytowania (autor-rok, numeryczny etc.)
|
||||
|
||||
|
||||
* Zadania do wykonania podczas zajęć
|
||||
Przećwiczyć omówione sposoby wprowadzania bibliografii korzystając z
|
||||
plików:
|
||||
+ literatura-przyklad-1.tex
|
||||
+ literatura-przyklad-2.tex
|
||||
+ literatura-przyklad-3.tex
|
||||
+ literatura-przyklad-4.tex
|
23
07/2017-11-23-obecnosc.txt
Normal file
23
07/2017-11-23-obecnosc.txt
Normal file
@ -0,0 +1,23 @@
|
||||
#+TITLE: Lista obecności na zajęciach w dniu 2017-11-23
|
||||
|
||||
| imię i nazwisko | 2017-11-23 |
|
||||
|-----------------------------+------------|
|
||||
| Grzegorz Adamski | |
|
||||
| Katarzyna Błachnia | |
|
||||
| Ewa Cieślak | |
|
||||
| Łukasz Kalinowski | |
|
||||
| Anna Karatkiewicz | |
|
||||
| Mateusz Kierończyk | |
|
||||
| Izabela Kosmala | |
|
||||
| Angelika Helena Krupa | |
|
||||
| Robert Kwieciński | |
|
||||
| Lidia Mirota | |
|
||||
| Marcel Jan Mroczek | |
|
||||
| Gabriela Klaudia Pałka | |
|
||||
| Szymon Dominik Pawlak | |
|
||||
| Sebastian Marek Rajczyk | |
|
||||
| Karolina Surma | |
|
||||
| Igor Szlachetka | |
|
||||
| Aneta Magdalena Trzeźwińska | |
|
||||
| Olga Dobrosława Wagner | |
|
||||
| Patrycja Wróbel | |
|
64
07/classes-07.txt
Normal file
64
07/classes-07.txt
Normal file
@ -0,0 +1,64 @@
|
||||
English:
|
||||
|
||||
#+TITLE: Sagemath – symbolic calculations
|
||||
|
||||
* Topic
|
||||
+ how to use programme
|
||||
+ solving equations (numerical)
|
||||
+ derivatives and integration
|
||||
+ differential equations
|
||||
+ matrices (product, determinant, inverse matrix)
|
||||
|
||||
* Tasks
|
||||
+ solve equations
|
||||
++ x^6-9 x^5+10 x^4+18 x^3+49 x^2+135 x+84 = 0
|
||||
++ x^3-5 x^2+8 x-40 = 0
|
||||
++ \cos(x)=x in the interval [0,\pi]
|
||||
+ Find
|
||||
++ \int x\sin x dx
|
||||
++ \int_{-2}^{4} e^{1/x^2}dx
|
||||
++ (\sqrt{x^2\sin x+2})'
|
||||
++ ((x e^{\cos x})^{3})'
|
||||
++ partial derivative of f(x,y)=x^2+\sin (xy)-y for y
|
||||
+ Solve equation \frac{d^2 u}{dx^2}-x\frac{du}{dx}+u=0
|
||||
+ Find product of matrices A and B
|
||||
A= 1 -4 7
|
||||
14 6 8
|
||||
-4 -1 2
|
||||
B= 2 3 9
|
||||
-1 17 6
|
||||
0 5 -7
|
||||
Find determinant of A and inverse of B
|
||||
|
||||
|
||||
Spanish:
|
||||
|
||||
# + TÍTULO: Sagemath - cálculos simbólicos
|
||||
|
||||
* Tema
|
||||
+ cómo usar el programa
|
||||
+ resolver ecuaciones (numéricas)
|
||||
+ derivados e integración
|
||||
+ ecuaciones diferenciales
|
||||
+ matrices (producto, determinante, matriz inversa)
|
||||
|
||||
* Tareas
|
||||
+ resolver ecuaciones
|
||||
++ x ^ 6-9 x ^ 5 + 10 x ^ 4 + 18 x ^ 3 + 49 x ^ 2 + 135 x + 84 = 0
|
||||
++ x ^ 3-5 x ^ 2 + 8 x-40 = 0
|
||||
++ \ cos (x) = x en el intervalo [0, \ pi]
|
||||
+ Encontrar
|
||||
++ \ int x \ sin x dx
|
||||
++ \ int _ {- 2} ^ {4} e ^ {1 / x ^ 2} dx
|
||||
++ (\ sqrt {x ^ 2 \ sin x + 2}) '
|
||||
++ ((x e ^ {\ cos x}) ^ {3}) '
|
||||
++ parcial derivada de f (x, y) = x ^ 2 + \ sin (xy) -y para y
|
||||
+ Resolver ecuación \ frac {d ^ 2 u} {dx ^ 2} -x \ frac {du} {dx} + u = 0
|
||||
+ Buscar producto de matrices A y B
|
||||
A = 1 -4 7
|
||||
14 6 8
|
||||
-4 -1 2
|
||||
B= 2 3 9
|
||||
-1 17 6
|
||||
0 5 -7
|
||||
Encontrar determinante de A e inverso de B
|
30
07/zadania07.txt
Normal file
30
07/zadania07.txt
Normal file
@ -0,0 +1,30 @@
|
||||
#+TITLE: Sagemath – obliczenia symboliczne
|
||||
|
||||
* Prezentacja podczas zajęć
|
||||
W czasie prezentacji należy omówić:
|
||||
+ uruchamianie programu, sposoby pracy (notatnik, linia poleceń)
|
||||
+ rozwiązywanie równań (dokładne i numeryczne)
|
||||
+ różniczkowanie i całkowanie
|
||||
+ rozwiązywanie równań różniczkowych
|
||||
+ macierze (mnożenie, wyznacznik, macierz odwrotna)
|
||||
|
||||
* Zadania do wykonania podczas zajęć
|
||||
+ Proszę rozwiązać równania
|
||||
++ x^6-9 x^5+10 x^4+18 x^3+49 x^2+135 x+84 = 0
|
||||
++ x^3-5 x^2+8 x-40 = 0
|
||||
++ \cos(x)=x w przedziale [0,\pi]
|
||||
+ Proszę znaleźć
|
||||
++ \int x\sin x dx
|
||||
++ \int_{-2}^{4} e^{1/x^2}dx
|
||||
++ (\sqrt{x^2\sin x+2})'
|
||||
++ ((x e^{\cos x})^{3})'
|
||||
++ pochodną cząstkową funkcji f(x,y)=x^2+\sin (xy)-y względem y
|
||||
+ Proszę rozwiązać równanie \frac{d^2 u}{dx^2}-x\frac{du}{dx}+u=0
|
||||
+ Proszę pomnożyć macierze A oraz B
|
||||
A= 1 -4 7
|
||||
14 6 8
|
||||
-4 -1 2
|
||||
B= 2 3 9
|
||||
-1 17 6
|
||||
0 5 -7
|
||||
Znaleźć wyznacznik macierzy A oraz macierzo dwrotną do macierzy B
|
23
08/2017-11-30-obecnosc.txt
Normal file
23
08/2017-11-30-obecnosc.txt
Normal file
@ -0,0 +1,23 @@
|
||||
#+TITLE: Lista obecności na zajęciach w dniu 2017-11-30
|
||||
|
||||
| imię i nazwisko | 2017-11-30 |
|
||||
|-----------------------------+------------|
|
||||
| Grzegorz Adamski | |
|
||||
| Katarzyna Błachnia | |
|
||||
| Ewa Cieślak | |
|
||||
| Łukasz Kalinowski | |
|
||||
| Anna Karatkiewicz | |
|
||||
| Mateusz Kierończyk | |
|
||||
| Izabela Kosmala | |
|
||||
| Angelika Helena Krupa | |
|
||||
| Robert Kwieciński | |
|
||||
| Lidia Mirota | |
|
||||
| Marcel Jan Mroczek | |
|
||||
| Gabriela Klaudia Pałka | |
|
||||
| Szymon Dominik Pawlak | |
|
||||
| Sebastian Marek Rajczyk | |
|
||||
| Karolina Surma | |
|
||||
| Igor Szlachetka | |
|
||||
| Aneta Magdalena Trzeźwińska | |
|
||||
| Olga Dobrosława Wagner | |
|
||||
| Patrycja Wróbel | |
|
31
08/classes-08.txt
Normal file
31
08/classes-08.txt
Normal file
@ -0,0 +1,31 @@
|
||||
English:
|
||||
|
||||
#+TITLE: Sagemath – ploting graphs of functions
|
||||
|
||||
* Topic:
|
||||
How to plot a graph of functions with sagemath (also for functions in R^2)
|
||||
|
||||
* Tasks
|
||||
+ Plot (mesh, colors):
|
||||
++ x\mapsto x^2-2x+3
|
||||
++ x\mapsto \cos 2x
|
||||
++ x\mapsto\sin \tfrac{1}{x}
|
||||
++ (x,y)\mapsto x^2+y^2
|
||||
++ (x,y)\mapsto x^2−y^2 + 2 x y ^2+1.
|
||||
|
||||
|
||||
|
||||
Spanish:
|
||||
|
||||
# + TITLE: Sagemath: gráficos de funciones de funciones
|
||||
|
||||
* Tema:
|
||||
Cómo trazar un gráfico de funciones con sagemath (también para funciones en R ^ 2)
|
||||
|
||||
* Tareas
|
||||
+ Parcela (malla, colores):
|
||||
++ x \ mapsto x ^ 2-2x + 3
|
||||
++ x \ mapsto \ cos 2x
|
||||
++ x \ mapsto \ sin \ tfrac {1} {x}
|
||||
++ (x, y) \ mapsto x ^ 2 + y ^ 2
|
||||
++ (x, y) \ mapsto x ^ 2-y ^ 2 + 2 x y ^ 2 + 1.
|
15
08/zadania08.txt
Normal file
15
08/zadania08.txt
Normal file
@ -0,0 +1,15 @@
|
||||
#+TITLE: Sagemath – prezentacja wykresów funkcji
|
||||
|
||||
* Prezentacja podczas zajęć
|
||||
W czasie prezentacji należy omówić tworzenie wykresów funkcji jednej
|
||||
i dwóch zmiennych (w tym współrzędne biegunowe) oraz sposoby
|
||||
modyfikacji wykresów (kolor, dwa wykresy na jednym rysunku etc).
|
||||
|
||||
* Zadania do wykonania podczas zajęć
|
||||
+ Z wykorzystaniem omówionych podczas prezentacji możliwości (różne
|
||||
kolory wykresów, siatka) narysować wykresy następujących funkcji:
|
||||
++ x\mapsto x^2-2x+3
|
||||
++ x\mapsto \cos 2x
|
||||
++ x\mapsto\sin \tfrac{1}{x}
|
||||
++ (x,y)\mapsto x^2+y^2
|
||||
++ (x,y)\mapsto x^2−y^2 + 2 x y ^2+1.
|
Loading…
Reference in New Issue
Block a user