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
Math Cafe 20160228 Average and Mirror
Search
IWABUCHI Yu(u)ki butchi
February 28, 2016
Science
0
110
Math Cafe 20160228 Average and Mirror
「こんな代数構造を思いついたんだけど…」
数学カフェで2016年2月28日にLT発表したプレゼン資料です。
「平均演算」と「鏡像演算」の2つの演算を定義した代数構造についてのお話です。
IWABUCHI Yu(u)ki butchi
February 28, 2016
Tweet
Share
More Decks by IWABUCHI Yu(u)ki butchi
See All by IWABUCHI Yu(u)ki butchi
WBA Monozukuri 2025-04-20 Nothing Response AI
butchi
0
21
SIG-MATHEMATICA JAPAN - Log-Log Polar Discrete Plot
butchi
0
120
Sunday Math Party 31 - Collatz Problem and Integer Spiral
butchi
0
83
Sunday Math Party 30 - Notation Block Multi
butchi
0
120
Prime QK Anniversary 10 - Rule Renew
butchi
0
97
Sunday Math Party 29 - Joyo Bizarre Plane - Times
butchi
0
150
Sunday Math Party 27 Zodiac Jijo
butchi
0
110
Sunday Math Party 26 - Zodiac Power 2
butchi
0
330
Science Cafe 2022-11-26 - Automatic Illustration
butchi
0
120
Other Decks in Science
See All in Science
MCMCのR-hatは分散分析である
moricup
0
440
SciPyDataJapan 2025
schwalbe10
0
260
Cross-Media Technologies, Information Science and Human-Information Interaction
signer
PRO
3
31k
機械学習 - pandas入門
trycycle
PRO
0
310
生成検索エンジン最適化に関する研究の紹介
ynakano
2
1.3k
mathematics of indirect reciprocity
yohm
1
180
機械学習 - ニューラルネットワーク入門
trycycle
PRO
0
850
Agent開発フレームワークのOverviewとW&B Weaveとのインテグレーション
siyoo
0
340
データベース03: 関係データモデル
trycycle
PRO
1
260
生成AIと学ぶPythonデータ分析再入門-Pythonによるクラスタリング・可視化をサクサク実施-
datascientistsociety
PRO
4
1.8k
データベース11: 正規化(1/2) - 望ましくない関係スキーマ
trycycle
PRO
0
940
深層学習を用いた根菜類の個数カウントによる収量推定法の開発
kentaitakura
0
180
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
A designer walks into a library…
pauljervisheath
207
24k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Facilitating Awesome Meetings
lara
55
6.5k
Being A Developer After 40
akosma
90
590k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
The Invisible Side of Design
smashingmag
301
51k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Docker and Python
trallard
46
3.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Optimizing for Happiness
mojombo
379
70k
Transcript
こんな代数構造を 思いついたんだけど… 第11回数学カフェ 2016-02-28 岩淵 勇樹 (@butchi_y)
元と演算 元は(とりあえず)実数 ◦ ベクトルでもOK 演算は2つ ◦ 平均演算 ◦
鏡像演算
平均演算 単なる平均 例: 0 □ 0 = 0
1 □ 0 = ½ 0 □ 1 = ½ 5 □ 3 = 4 x □ y y x
鏡像演算 yを軸にxを跳ね返す演算 例: 0 ◇ 0 = 0
0 ◇ 1 = 2 1 ◇ 0 = -1 5 ◇ 5 = 5 x y x ◇ y
定理 x □ 0 = x / 2
x □ x = x x ◇ 0 = -x 0 ◇ x = 2x x ◇ x = x
特徴 平均演算も鏡像演算も、自分自身との 演算は自分自身 平均演算は可換、 鏡像演算は非可換 元{0,1}に演算を繰り返せば2進小数を 均一的に生成できる
単位元がない!