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
90
IMU-04 Famous Functions
kanaya
May 21, 2024
Tweet
Share
More Decks by kanaya
See All by kanaya
PLT-A4 IO Monad
kanaya
0
12
PLT-14 IO Monad
kanaya
0
20
SCA-07 Art and Entertainment
kanaya
0
80
PLT-A3 Maybe Monad
kanaya
0
25
PLT-A2 Closure
kanaya
0
24
PLT-A1 Programming Principles
kanaya
0
23
PLT-X1 Division by Zero and Maybe
kanaya
1
45
IUM-03-Short Series of Functions
kanaya
0
120
PLT-02 How to Count Words
kanaya
0
77
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Faster Mobile Websites
deanohume
309
31k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Scaling GitHub
holman
463
140k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Product Roadmaps are Hard
iamctodd
PRO
54
11k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
185
54k
Designing for humans not robots
tammielis
253
25k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
How to train your dragon (web standard)
notwaldorf
96
6.2k
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