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-06 Complex
Search
kanaya
June 04, 2024
0
90
IMU-06 Complex
kanaya
June 04, 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
81
PLT-A3 Maybe Monad
kanaya
0
27
PLT-A2 Closure
kanaya
0
27
PLT-A1 Programming Principles
kanaya
0
24
PLT-X1 Division by Zero and Maybe
kanaya
1
50
IUM-03-Short Series of Functions
kanaya
0
120
PLT-02 How to Count Words
kanaya
0
78
Featured
See All Featured
Done Done
chrislema
185
16k
Embracing the Ebb and Flow
colly
88
4.9k
Speed Design
sergeychernyshev
32
1.2k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Code Review Best Practice
trishagee
72
19k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
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 ෳૉcomplex
pineapple.cc x − 1 = 0
pineapple.cc x = 1
pineapple.cc x + 1 = 0
pineapple.cc x = − 1
None
pineapple.cc x2 − 1 = 0
pineapple.cc x = ± 1
pineapple.cc x2 + 1 = 0
pineapple.cc x = ± −1
pineapple.cc i2 ≡ − 1
pineapple.cc (x1 + iy1) + (x2 + iyr) = (x1
+ x2) + i (y1 + y2) (x1 + iy1) (x2 + iy2) = (x1 x2 − y1 y2) + i (x1 y2 + x2 y1)
pineapple.cc z1 + z2 = z3 , (z1 , z2
, z3 ∈ ℤ) z1 z2 = z3 , (z1 , z2 , z3 ∈ ℤ) (z1 + z2) + z3 = z1 + (z2 + z3) (z1 z2) z3 = z1 (z2 z3) 0 + z = z + 0 = z 1z = z1 = z
pineapple.cc z*z = x2 + y2 where z = x
+ iy, z* = x − iy
pineapple.cc −z + z = 0 ( z* z*z) z
= 1
None
None
None
None
None
None
None
None
None
pineapple.cc
pineapple.cc ෳૉhyper complex
pineapple.cc z = x + iy, where i2 = −
1 q = s + iu + jv + kw where i2 = j2 = k2 = − 1, ijk = − 1, ij = k, jk = i, ki = j, ji = − k, kj = − i, ik = − j
pineapple.cc q = ( s + ti u + vi
−u + vi s − ti ) = s ( 1 0 0 1) + t ( i 0 0 −i) + u ( 0 1 −1 0) + v ( 0 i i 0)
None
None
pineapple.cc @kanaya