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
89
IMU-04 Famous Functions
kanaya
May 21, 2024
Tweet
Share
More Decks by kanaya
See All by kanaya
PLT-A2 Closure
kanaya
0
9
PLT-A1 Programming Principles
kanaya
0
16
PLT-X1 Division by Zero and Maybe
kanaya
1
32
IUM-03-Short Series of Functions
kanaya
0
98
PLT-02 How to Count Words
kanaya
0
68
IMU-00 Pi
kanaya
0
370
The Art of Note Taking
kanaya
1
140
IMU-06 Complex
kanaya
0
86
IMU-05 Calculus
kanaya
0
130
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
108
19k
Automating Front-end Workflow
addyosmani
1370
200k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Code Reviewing Like a Champion
maltzj
524
40k
Git: the NoSQL Database
bkeepers
PRO
431
65k
KATA
mclloyd
30
14k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Six Lessons from altMBA
skipperchong
28
3.9k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
BBQ
matthewcrist
89
9.7k
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