Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
IMU-04 Famous Functions
Search
kanaya
May 21, 2024
0
43
IMU-04 Famous Functions
kanaya
May 21, 2024
Tweet
Share
More Decks by kanaya
See All by kanaya
IMU-06 Complex
kanaya
0
52
IMU-05 Calculus
kanaya
0
61
PLT-X1 Boolean and Integral Algebra
kanaya
0
54
PLT-X2 Lambda
kanaya
0
57
PLT-04 Type
kanaya
0
24
IUM-03 Series of Functions
kanaya
0
80
PLT-01 Misezan and Programming Paradigm
kanaya
0
56
PLT-02 How to Count Words
kanaya
0
24
PLT-03 Haskell
kanaya
0
65
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
426
64k
Side Projects
sachag
452
42k
Faster Mobile Websites
deanohume
304
30k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
41
2.1k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
Adopting Sorbet at Scale
ufuk
73
9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
107
49k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Building Applications with DynamoDB
mza
90
6.1k
Building Your Own Lightsaber
phodgson
102
6.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.2k
Code Reviewing Like a Champion
maltzj
519
39k
Transcript
pineapple.cc ࡚େֶใσʔλՊֶ෦ େֶֶೖ Introduction to University Mathematics
pineapple.cc ߨٛͷਐΊํʢୈճʙୈճʣ Agenda (Day 2 to Day 8) w େֶֶͷೖIntroduction
to University Mathematics ⭐⭐ w ֶΛ͖ʹͳΔStories about math that makes you fun ⭐ w ܭࢉػՊֶʢใՊֶʣͷڮ͠A bridge to computer science ⭐⭐⭐
pineapple.cc ධՁ Credits w ग़੮Attendance w ΫΠζͱϛχϨϙʔτQuiz and mini report
w ϨϙʔτʢҙʣReport (optional)
pineapple.cc ؔྻseries of functions
pineapple.cc fn (x) ≜ xn
pineapple.cc f0 (x) = x0 = 1 f1 (x) =
x f2 (x) = x2 f3 (x) = x3
pineapple.cc lim n→∞ fn (x) = lim n→∞ (xn) =
0 when − 1 < x < 1 1 when x = 1 (NaN) otherwise
pineapple.cc ∞ ∑ n=1 fn (x) = ∞ ∑ n=1
(xn) = x 1 − x when − 1 < x < 1 (NaN) otherwise
pineapple.cc ͞Έ͏ͪͷݪཧ squeeze theorem
None
None
None
pineapple.cc ༗໊ͳؔsome popular functions
None
None
None
None
None
None
None
None
ڠӫ࢈ۀ
None
None
None
None
None
pineapple.cc
pineapple.cc ϓϩάϥϛϯάݴޠͷؔ
pineapple.cc ؔͷؔΛѻ͑Δϓϩάϥϛϯάݴޠ Programming languages that handles functions of functions •
ؔΛѻ͑Δ • Python • lambda x: … • Ruby • lambda { |x| … } • Haskell • \x -> … • ؔΛѻ͑ͳ͍ • Cݴޠ • ؔϙΠϯλͰ༻ • C++ݴޠ • ΫϥεͰ༻ • [] () {}
pineapple.cc /ਐ๏
pineapple.cc ਐ๏ɾਐ๏ɾਐ๏
pineapple.cc ਐ๏
None
pineapple.cc
pineapple.cc ϒʔϧͱਐ๏ͷ
pineapple.cc ϒʔϧͱਐ๏ͷ Boolean Algebra and Integral Algebra of Binary System
w ϒʔϧ w ˔PS˔˔ w ˔PS̋̋ w ̋PS˔̋ w ̋PS̋̋ w ਐͷ w w w w
pineapple.cc ϒʔϧͱਐ๏ͷ Boolean Algebra and Integral Algebra of Binary System
w ϒʔϧ w ˔BOE˔˔ w ˔BOE̋˔ w ̋BOE˔˔ w ̋BOE̋̋ w ਐͷ w Y w Y w Y w Y
pineapple.cc ϒʔϧͱਐ๏ͷ Boolean Algebra and Integral Algebra of Binary System
w ϒʔϧ w OPU˔̋ w OPŰ˔ w OPU "PS# OPU" BOE OPU# w OPU "BOE# OPU" PS OPU#
None
pineapple.cc ϒʔϧͱిؾճ࿏
pineapple.cc ࣭ʢ݄ʣ Question 04 (21st May 2024) w ܭࢉػՊֶͰΑ͘ΘΕΔͷ࣍ͷ͏ͪͲΕʁWhich one
is the most popular in computer science? w 1⃣ਐ๏Decimal. w 2⃣ਐ๏Binary. w 3⃣ਐ๏Ternary. w 4⃣ͦͷଞɾΘ͔Βͳ͍Other/Don’t know.
pineapple.cc @kanaya