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
51
IMU-04 Famous Functions
kanaya
May 21, 2024
Tweet
Share
More Decks by kanaya
See All by kanaya
IMU-00 Pi
kanaya
0
310
The Art of Note Taking
kanaya
1
91
IMU-06 Complex
kanaya
0
67
IMU-05 Calculus
kanaya
0
68
PLT-X1 Boolean and Integral Algebra
kanaya
0
70
PLT-X2 Lambda
kanaya
0
65
PLT-04 Type
kanaya
0
31
IUM-03 Series of Functions
kanaya
0
120
PLT-01 Misezan and Programming Paradigm
kanaya
1
210
Featured
See All Featured
Writing Fast Ruby
sferik
628
61k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.8k
RailsConf 2023
tenderlove
30
1.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
135
33k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Rails Girls Zürich Keynote
gr2m
94
13k
Faster Mobile Websites
deanohume
306
31k
Statistics for Hackers
jakevdp
798
220k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
178
53k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
How to Think Like a Performance Engineer
csswizardry
23
1.5k
The Cult of Friendly URLs
andyhume
78
6.3k
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