forked from burakbayramli/classnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·66 lines (42 loc) · 2.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
ODE, Cok Degiskenli Calculus, Lineer Cebir, Hesapsal Bilim,
Istatistik, Fonksiyonel Analiz[ video derslerinden, ya da ders
kitaplarindan alinan notlarin Latex ile yazilmis ve PDF olarak
uretilmis dosyalari burada bulunabilir. Matematik ve Uygulamali
Matematik hakkinda yazilmis yazilar da depoda bulunabilir. Ornek
Python kodlari gerektigi yerde yazi icinde ya da onunla beraber ayni
dizinde olacaktir.
Dokumanlarin icinde gorulen kod python/ipython ortami icinden
isletilebilir. ipython kurmak icin
http://ipython.org/install.html
Komut satirindan ipython baslatmak icin
ipython notebook --pylab=inline
kullanilabilir. Tabii bu durumda belgelerde gorulen kodlar elle
girilecektir. Eger kodlari not defteri disinda, dosya bazli, pur
Python olarak isletmek isterseniz, import
import numpy as np
import matploblib.pylab as plt
ibarelerini script'in basina eklemek gerekir. Emacs / LaTeX
dokumanlarin *icinden* Python kodlarini pytexipy-notebook adli bir
teknoloji uzerinden direk belge icinde isletebiliyoruz (arka planda
ipython'a baglaniyor, yani ayni temel yapi kullaniliyor). Bu durumda,
pytexipy-notebook kuruldugunda ve Emacs icinden cagirildiginda o
gereken tum ipython ayarlari kendisi yapiyor.
---
Here are lecture notes in ODE, Multivariate Calculus, Linear Algebra,
Computational Science, Statistics, Functional Analysis classes written
in Latex, in Turkish. There is also a small handbook of collected math,
applied math articles. All necessary Python code is also shared[ in
the same directory as the article / classnote.
--
Blog
http://sayilarvekuramlar.blogspot.com
Ders Notlari
https://dl.dropboxusercontent.com/u/1570604/skfiles/app-math-tr.pdf
https://dl.dropboxusercontent.com/u/1570604/skfiles/ode_mattuck.pdf
https://dl.dropboxusercontent.com/u/1570604/skfiles/compscieng1.pdf
https://dl.dropboxusercontent.com/u/1570604/skfiles/compscieng2.pdf
https://dl.dropboxusercontent.com/u/1570604/skfiles/linear_strang.pdf
https://dl.dropboxusercontent.com/u/1570604/skfiles/multivar_calculus.pdf
https://dl.dropboxusercontent.com/u/1570604/skfiles/stat.pdf
https://dl.dropboxusercontent.com/u/1570604/skfiles/pde.pdf
https://dl.dropboxusercontent.com/u/1570604/skfiles/functional_analysis.pdf