SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Downloaden Sie, um offline zu lesen
⾔言          ⼊入⾨門
         
•  ⽬目

     • 

     •          ⼀一

• 

     • 

     • 

     • 

     •    ⾏行行
⽂文


                        ⽂文


                !
                !
     !, " , #

                !
                !   2
•  N    ⾃自           = {0, 1, 2, …}   0

•  Z             = {…, -2, -1, 0, 1, 2, …}

•  R

•  C

•      Q

     •  n ! N =>      n   ⾃自

     •  x ! Z   =>    x
• 

     •    x        A x          A

              •    1   {1, 2, 3}, {3, 4, 5}    { {1, 2}, {3, 4, 5}, {6, 7} }

     •    B         A B     A

              •    {1, 2}   {1, 2, 3}, { {3, 4, 5} }   { {1, 2}, {3, 4, 5}, {6, 7} }

                    N!Z!Q!R!C

              • 



                                    (1)          (2)          (3)
                                A B           A B         A B
                                A B           A B         A B
•  ⼤大            2

     •    1.
               S = {1, 3, 5, 7, 9}

     •    2.
               S = {x ! N | x % 2 = 1, x ! 10}

               S = {x | x ! N, x is odd and is less than or equal to 10}

• 

     •    Haskell

     •    Python
• 

     •    a, b                                  a x = b ! x = log a b

     •    ⾃自                  e = 2.728!

           •            
                log e x    log x         ln x

• 

     • 
                                    log(x ! y) = log x + log y

           •               log x n = n log x

     •                              log(x / y) = log x ! log y

     • 
                                    e( x+y) = e x ! e y
d n
•                        (x n )! =         (x ) = nx n"1
                                        dx
•                               ( f ! g)" = f " ! g + f ! g"

•                                ( f (g(x)))! = f !(g(x))" g!(x)

     •                                      ⽅方
          d                "d     % "d % 1                  3
     •       (log x 3 )! = $ logt ' ( $ x 3 ' = ( (3x 2 ) =
          dx               # dt   & # dx & t                x

           t=x3
                  f(t)=log t, g(x)=x3



                                            1 n+1
•                         !   x n dx =         x + C (n " #1)      n= 1   ⺟母   0
                                          n +1
                               !1
                          "x        dx = log x + C
•  1                                       ⽤用


     •    x = ( x1, x2 , x3, x4 )
          f (x) = x 3
          g(x) = x1 + x2 + x3 + x4
          h(x) = (x, x 2 + x, x 3 ! x)

• 

•                        ⽰示
     •                         f :R!R
                              g : R4 ! R
                              h : R ! R3
•                             2                            1


     •    f (x, y, z) = x 3 + y 2 + z 5

          !f                                    !f
             (x, y, z) = f x (x, y, z) = 3x 2      (x, y, z) = f y (x, y, z) = 2y
          !x                                    !y


          !f
             (x, y, z) = fz (x, y, z) = 5z 4
          !z
⼠士

•  f      ⼗十               = x, y

       f xy (x, y, z) = f yx (x, y, z)
           x                        y
                y                        x




•                        ⽤用

       f xyzyyxwzxxzy (x, y, z) = f xxxxxyyyyzzzw (x, y, z)
•                        1

•              f (x, y, z) = x 3 + y 2 + z 5

               !f (x, y, z) = (3x 2 , 2y, 5z 4 )   ⾏行行
                              "         %
                              $ 3x 2 '
               !f (x, y, z) = $ 2y '
                              $         '
                              # 5z 4 &
      •         /⾏行行                       ⽤用        ⽂文   /

•  (x, y, z)                  x

                 !f
                    (x) = (3x 2 , 2y, 5z 4 )
                 !x
•                 2                       ⾜足

                    "2    "2     "2
     !f (x, y, z) = 2 f + 2 f + 2 f                f : R3 ! R
                   "x    "y     "z
                   # "2                            !f
                         "2   "2 &
                  =% 2 + 2 + 2 ( f                 !f
                   $ "x "y "z '
                 = f xx + f yy + fzz .
•        f (x, y, z) = x 3 + y 2 + z 5
          !2            !2        !2
            2
              f = 6x         f =2      f = 20z 3
         !x             !y 2      !z 2
         "f (x, y, z) = 20z 3 + 6x + 2.
⾏行行
⾏行行                     ⽅方

•              ⻑⾧長⽅方

•  ⾏行行         ⼤大⽂文

•          ⾏行行                            ⼀一

      •    n ⾏行行 m           ⾏行行   n×m ⾏行行                    ⾏行行

      •    A = (aij )               i ⾏行行 j    ⽬目   aij      ⾏行行

                                               column
                                     !         a12 ! a1m $
                                     #
                                         a11
                                                         &   ⾏行行    row
                                     #   a21   a22 ! a1m &
                                     #                   &
                                     #    "     " # " &
                                     #   an1   an2 ! anm &
                                     "                   %
⾏行行

•  A p×q ⾏行行                   B             q×r ⾏行行

      •    A             B     ⾏行行      ⼀一              AB

      •    AB         p×r ⾏行行

      •    BA

•  ⾏行行                             ⽰示
                                                                 q!
      •        A = (aij ), B = (bij )            AB    i ⾏行行 j   "a    ik   ! bkj
                                                                 k=1
⾏行行                              ⾏行行

•  ⾏行行            (determinant)            det A =| A |

      •                    ⾏行行                                  ⽤用

      •                       ⽅方⾏行行            det
                       !
                       a b        $
             •                
                  A =#     &                  det A = ad ! bc
                       " c d %
                     !        $
                     # a b c &
             •                  
                  A =# d e f &                  det A = aei + bfg + cdh ! afh ! bdi ! ceg
                     # g h i &
                     "        %

      •    ⾏行行    n×n        ⾏行行 A, B
                                       det AB = det A ! det B
⾏行行

•                   transpose            A t = AT = t A = T A
      • 

      •    ⾏行行             ⼊入

      •    A         i ⾏行行 j    ⽬目   A    j ⾏行行 i    ⽬目

      •                                            ! 1 $
                                                   #   &
               •     A = (1 2 3)              At = # 2 &
                                                   # 3 &
                                                   "   %
                        ! a b $
                        #     &                          ! a c e $
               •                
                     A =# c d &                     At = #       &
                        # e f &                          # b d f &
                        "     %                          "       %
⾏行行

•  ⾏行行

      •    x, y   n×1             , A      n×n⾏行行

                             x t Ay

•                                     n×n⾏行行 A              2
                  A                              
                                          < x, y >       
                                                      x!y
                        < x, y >= x t Ay
    

Weitere ähnliche Inhalte

Was ist angesagt?

初めてのグラフカット
初めてのグラフカット初めてのグラフカット
初めてのグラフカットTsubasa Hirakawa
 
強化学習と逆強化学習を組み合わせた模倣学習
強化学習と逆強化学習を組み合わせた模倣学習強化学習と逆強化学習を組み合わせた模倣学習
強化学習と逆強化学習を組み合わせた模倣学習Eiji Uchibe
 
生存時間分析数理の基礎
生存時間分析数理の基礎生存時間分析数理の基礎
生存時間分析数理の基礎Koichiro Gibo
 
「3.1.2最小二乗法の幾何学」PRML勉強会4 @筑波大学 #prml学ぼう
「3.1.2最小二乗法の幾何学」PRML勉強会4 @筑波大学 #prml学ぼう 「3.1.2最小二乗法の幾何学」PRML勉強会4 @筑波大学 #prml学ぼう
「3.1.2最小二乗法の幾何学」PRML勉強会4 @筑波大学 #prml学ぼう Junpei Tsuji
 
Variational AutoEncoder
Variational AutoEncoderVariational AutoEncoder
Variational AutoEncoderKazuki Nitta
 
基礎からのベイズ統計学 輪読会資料 第4章 メトロポリス・ヘイスティングス法
基礎からのベイズ統計学 輪読会資料 第4章 メトロポリス・ヘイスティングス法基礎からのベイズ統計学 輪読会資料 第4章 メトロポリス・ヘイスティングス法
基礎からのベイズ統計学 輪読会資料 第4章 メトロポリス・ヘイスティングス法Ken'ichi Matsui
 
変分推論法(変分ベイズ法)(PRML第10章)
変分推論法(変分ベイズ法)(PRML第10章)変分推論法(変分ベイズ法)(PRML第10章)
変分推論法(変分ベイズ法)(PRML第10章)Takao Yamanaka
 
ベータ分布の謎に迫る
ベータ分布の謎に迫るベータ分布の謎に迫る
ベータ分布の謎に迫るKen'ichi Matsui
 
強化学習その3
強化学習その3強化学習その3
強化学習その3nishio
 
SSII2022 [OS3-03] スケーラブルなロボット学習システムに向けて
SSII2022 [OS3-03] スケーラブルなロボット学習システムに向けてSSII2022 [OS3-03] スケーラブルなロボット学習システムに向けて
SSII2022 [OS3-03] スケーラブルなロボット学習システムに向けてSSII
 
強化学習その1
強化学習その1強化学習その1
強化学習その1nishio
 
[DL輪読会]Deep Learning 第5章 機械学習の基礎
[DL輪読会]Deep Learning 第5章 機械学習の基礎[DL輪読会]Deep Learning 第5章 機械学習の基礎
[DL輪読会]Deep Learning 第5章 機械学習の基礎Deep Learning JP
 
『バックドア基準の入門』@統数研研究集会
『バックドア基準の入門』@統数研研究集会『バックドア基準の入門』@統数研研究集会
『バックドア基準の入門』@統数研研究集会takehikoihayashi
 
動作認識の最前線:手法,タスク,データセット
動作認識の最前線:手法,タスク,データセット動作認識の最前線:手法,タスク,データセット
動作認識の最前線:手法,タスク,データセットToru Tamaki
 
ようやく分かった!最尤推定とベイズ推定
ようやく分かった!最尤推定とベイズ推定ようやく分かった!最尤推定とベイズ推定
ようやく分かった!最尤推定とベイズ推定Akira Masuda
 
ベルヌーイ分布からベータ分布までを関係づける
ベルヌーイ分布からベータ分布までを関係づけるベルヌーイ分布からベータ分布までを関係づける
ベルヌーイ分布からベータ分布までを関係づけるitoyan110
 
DSIRNLP#1 ランキング学習ことはじめ
DSIRNLP#1 ランキング学習ことはじめDSIRNLP#1 ランキング学習ことはじめ
DSIRNLP#1 ランキング学習ことはじめsleepy_yoshi
 

Was ist angesagt? (20)

初めてのグラフカット
初めてのグラフカット初めてのグラフカット
初めてのグラフカット
 
強化学習と逆強化学習を組み合わせた模倣学習
強化学習と逆強化学習を組み合わせた模倣学習強化学習と逆強化学習を組み合わせた模倣学習
強化学習と逆強化学習を組み合わせた模倣学習
 
潜在クラス分析
潜在クラス分析潜在クラス分析
潜在クラス分析
 
生存時間分析数理の基礎
生存時間分析数理の基礎生存時間分析数理の基礎
生存時間分析数理の基礎
 
「3.1.2最小二乗法の幾何学」PRML勉強会4 @筑波大学 #prml学ぼう
「3.1.2最小二乗法の幾何学」PRML勉強会4 @筑波大学 #prml学ぼう 「3.1.2最小二乗法の幾何学」PRML勉強会4 @筑波大学 #prml学ぼう
「3.1.2最小二乗法の幾何学」PRML勉強会4 @筑波大学 #prml学ぼう
 
Variational AutoEncoder
Variational AutoEncoderVariational AutoEncoder
Variational AutoEncoder
 
基礎からのベイズ統計学 輪読会資料 第4章 メトロポリス・ヘイスティングス法
基礎からのベイズ統計学 輪読会資料 第4章 メトロポリス・ヘイスティングス法基礎からのベイズ統計学 輪読会資料 第4章 メトロポリス・ヘイスティングス法
基礎からのベイズ統計学 輪読会資料 第4章 メトロポリス・ヘイスティングス法
 
変分推論法(変分ベイズ法)(PRML第10章)
変分推論法(変分ベイズ法)(PRML第10章)変分推論法(変分ベイズ法)(PRML第10章)
変分推論法(変分ベイズ法)(PRML第10章)
 
ベータ分布の謎に迫る
ベータ分布の謎に迫るベータ分布の謎に迫る
ベータ分布の謎に迫る
 
ELBO型VAEのダメなところ
ELBO型VAEのダメなところELBO型VAEのダメなところ
ELBO型VAEのダメなところ
 
coordinate descent 法について
coordinate descent 法についてcoordinate descent 法について
coordinate descent 法について
 
強化学習その3
強化学習その3強化学習その3
強化学習その3
 
SSII2022 [OS3-03] スケーラブルなロボット学習システムに向けて
SSII2022 [OS3-03] スケーラブルなロボット学習システムに向けてSSII2022 [OS3-03] スケーラブルなロボット学習システムに向けて
SSII2022 [OS3-03] スケーラブルなロボット学習システムに向けて
 
強化学習その1
強化学習その1強化学習その1
強化学習その1
 
[DL輪読会]Deep Learning 第5章 機械学習の基礎
[DL輪読会]Deep Learning 第5章 機械学習の基礎[DL輪読会]Deep Learning 第5章 機械学習の基礎
[DL輪読会]Deep Learning 第5章 機械学習の基礎
 
『バックドア基準の入門』@統数研研究集会
『バックドア基準の入門』@統数研研究集会『バックドア基準の入門』@統数研研究集会
『バックドア基準の入門』@統数研研究集会
 
動作認識の最前線:手法,タスク,データセット
動作認識の最前線:手法,タスク,データセット動作認識の最前線:手法,タスク,データセット
動作認識の最前線:手法,タスク,データセット
 
ようやく分かった!最尤推定とベイズ推定
ようやく分かった!最尤推定とベイズ推定ようやく分かった!最尤推定とベイズ推定
ようやく分かった!最尤推定とベイズ推定
 
ベルヌーイ分布からベータ分布までを関係づける
ベルヌーイ分布からベータ分布までを関係づけるベルヌーイ分布からベータ分布までを関係づける
ベルヌーイ分布からベータ分布までを関係づける
 
DSIRNLP#1 ランキング学習ことはじめ
DSIRNLP#1 ランキング学習ことはじめDSIRNLP#1 ランキング学習ことはじめ
DSIRNLP#1 ランキング学習ことはじめ
 

Ähnlich wie mathematical_notation

December11 2012
December11 2012December11 2012
December11 2012khyps13
 
Integral table for electomagnetic
Integral table for electomagneticIntegral table for electomagnetic
Integral table for electomagneticFathur Rozaq
 
Math01_ogashin
Math01_ogashinMath01_ogashin
Math01_ogashinogashin
 
Datamining 7th kmeans
Datamining 7th kmeansDatamining 7th kmeans
Datamining 7th kmeanssesejun
 
ฟังก์ชัน(function)
ฟังก์ชัน(function)ฟังก์ชัน(function)
ฟังก์ชัน(function)Yodhathai Reesrikom
 
Pc12 sol c04_4-1
Pc12 sol c04_4-1Pc12 sol c04_4-1
Pc12 sol c04_4-1Garden City
 
Graphing Exponentials
Graphing ExponentialsGraphing Exponentials
Graphing Exponentialsteachingfools
 
Unit 4 Review
Unit 4 ReviewUnit 4 Review
Unit 4 Reviewrfrettig
 
December10
December10December10
December10khyps13
 
Thinking Functionally In Ruby
Thinking Functionally In RubyThinking Functionally In Ruby
Thinking Functionally In RubyRoss Lawley
 
BIOS 203: Lecture 2 - introduction to electronic structure theory
BIOS 203: Lecture 2 - introduction to electronic structure theoryBIOS 203: Lecture 2 - introduction to electronic structure theory
BIOS 203: Lecture 2 - introduction to electronic structure theorybios203
 
11 smar tee review
11 smar tee review11 smar tee review
11 smar tee reviewsbaker76
 
ฟังก์ชัน(function)
ฟังก์ชัน(function)ฟังก์ชัน(function)
ฟังก์ชัน(function)Yodhathai Reesrikom
 
Formulas de taylor
Formulas de taylorFormulas de taylor
Formulas de taylorERICK CONDE
 
Datamining 7th Kmeans
Datamining 7th KmeansDatamining 7th Kmeans
Datamining 7th Kmeanssesejun
 
Mesh Processing Course : Multiresolution
Mesh Processing Course : MultiresolutionMesh Processing Course : Multiresolution
Mesh Processing Course : MultiresolutionGabriel Peyré
 
Piecewise functions updated_2016
Piecewise functions updated_2016Piecewise functions updated_2016
Piecewise functions updated_2016Benjamin Madrigal
 

Ähnlich wie mathematical_notation (20)

December11 2012
December11 2012December11 2012
December11 2012
 
Integral table
Integral tableIntegral table
Integral table
 
Integral table for electomagnetic
Integral table for electomagneticIntegral table for electomagnetic
Integral table for electomagnetic
 
Math01_ogashin
Math01_ogashinMath01_ogashin
Math01_ogashin
 
Datamining 7th kmeans
Datamining 7th kmeansDatamining 7th kmeans
Datamining 7th kmeans
 
ฟังก์ชัน(function)
ฟังก์ชัน(function)ฟังก์ชัน(function)
ฟังก์ชัน(function)
 
Pc12 sol c04_4-1
Pc12 sol c04_4-1Pc12 sol c04_4-1
Pc12 sol c04_4-1
 
Graphing Exponentials
Graphing ExponentialsGraphing Exponentials
Graphing Exponentials
 
Unit 4 Review
Unit 4 ReviewUnit 4 Review
Unit 4 Review
 
December10
December10December10
December10
 
Thinking Functionally In Ruby
Thinking Functionally In RubyThinking Functionally In Ruby
Thinking Functionally In Ruby
 
BIOS 203: Lecture 2 - introduction to electronic structure theory
BIOS 203: Lecture 2 - introduction to electronic structure theoryBIOS 203: Lecture 2 - introduction to electronic structure theory
BIOS 203: Lecture 2 - introduction to electronic structure theory
 
MS2 POwer Rules
MS2 POwer RulesMS2 POwer Rules
MS2 POwer Rules
 
11 smar tee review
11 smar tee review11 smar tee review
11 smar tee review
 
ฟังก์ชัน(function)
ฟังก์ชัน(function)ฟังก์ชัน(function)
ฟังก์ชัน(function)
 
Formulas de taylor
Formulas de taylorFormulas de taylor
Formulas de taylor
 
ฟังก์ชัน 1
ฟังก์ชัน 1ฟังก์ชัน 1
ฟังก์ชัน 1
 
Datamining 7th Kmeans
Datamining 7th KmeansDatamining 7th Kmeans
Datamining 7th Kmeans
 
Mesh Processing Course : Multiresolution
Mesh Processing Course : MultiresolutionMesh Processing Course : Multiresolution
Mesh Processing Course : Multiresolution
 
Piecewise functions updated_2016
Piecewise functions updated_2016Piecewise functions updated_2016
Piecewise functions updated_2016
 

Mehr von Kenta Oono

Minimax statistical learning with Wasserstein distances (NeurIPS2018 Reading ...
Minimax statistical learning with Wasserstein distances (NeurIPS2018 Reading ...Minimax statistical learning with Wasserstein distances (NeurIPS2018 Reading ...
Minimax statistical learning with Wasserstein distances (NeurIPS2018 Reading ...Kenta Oono
 
Deep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistryDeep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistryKenta Oono
 
Overview of Machine Learning for Molecules and Materials Workshop @ NIPS2017
Overview of Machine Learning for Molecules and Materials Workshop @ NIPS2017Overview of Machine Learning for Molecules and Materials Workshop @ NIPS2017
Overview of Machine Learning for Molecules and Materials Workshop @ NIPS2017Kenta Oono
 
Comparison of deep learning frameworks from a viewpoint of double backpropaga...
Comparison of deep learning frameworks from a viewpoint of double backpropaga...Comparison of deep learning frameworks from a viewpoint of double backpropaga...
Comparison of deep learning frameworks from a viewpoint of double backpropaga...Kenta Oono
 
深層学習フレームワーク概要とChainerの事例紹介
深層学習フレームワーク概要とChainerの事例紹介深層学習フレームワーク概要とChainerの事例紹介
深層学習フレームワーク概要とChainerの事例紹介Kenta Oono
 
20170422 数学カフェ Part2
20170422 数学カフェ Part220170422 数学カフェ Part2
20170422 数学カフェ Part2Kenta Oono
 
20170422 数学カフェ Part1
20170422 数学カフェ Part120170422 数学カフェ Part1
20170422 数学カフェ Part1Kenta Oono
 
情報幾何学の基礎、第7章発表ノート
情報幾何学の基礎、第7章発表ノート情報幾何学の基礎、第7章発表ノート
情報幾何学の基礎、第7章発表ノートKenta Oono
 
GTC Japan 2016 Chainer feature introduction
GTC Japan 2016 Chainer feature introductionGTC Japan 2016 Chainer feature introduction
GTC Japan 2016 Chainer feature introductionKenta Oono
 
On the benchmark of Chainer
On the benchmark of ChainerOn the benchmark of Chainer
On the benchmark of ChainerKenta Oono
 
Tokyo Webmining Talk1
Tokyo Webmining Talk1Tokyo Webmining Talk1
Tokyo Webmining Talk1Kenta Oono
 
VAE-type Deep Generative Models
VAE-type Deep Generative ModelsVAE-type Deep Generative Models
VAE-type Deep Generative ModelsKenta Oono
 
Common Design of Deep Learning Frameworks
Common Design of Deep Learning FrameworksCommon Design of Deep Learning Frameworks
Common Design of Deep Learning FrameworksKenta Oono
 
Introduction to Chainer and CuPy
Introduction to Chainer and CuPyIntroduction to Chainer and CuPy
Introduction to Chainer and CuPyKenta Oono
 
Stochastic Gradient MCMC
Stochastic Gradient MCMCStochastic Gradient MCMC
Stochastic Gradient MCMCKenta Oono
 
Chainer Contribution Guide
Chainer Contribution GuideChainer Contribution Guide
Chainer Contribution GuideKenta Oono
 
2015年9月18日 (GTC Japan 2015) 深層学習フレームワークChainerの導入と化合物活性予測への応用
2015年9月18日 (GTC Japan 2015) 深層学習フレームワークChainerの導入と化合物活性予測への応用 2015年9月18日 (GTC Japan 2015) 深層学習フレームワークChainerの導入と化合物活性予測への応用
2015年9月18日 (GTC Japan 2015) 深層学習フレームワークChainerの導入と化合物活性予測への応用 Kenta Oono
 
Introduction to Chainer (LL Ring Recursive)
Introduction to Chainer (LL Ring Recursive)Introduction to Chainer (LL Ring Recursive)
Introduction to Chainer (LL Ring Recursive)Kenta Oono
 
日本神経回路学会セミナー「DeepLearningを使ってみよう!」資料
日本神経回路学会セミナー「DeepLearningを使ってみよう!」資料日本神経回路学会セミナー「DeepLearningを使ってみよう!」資料
日本神経回路学会セミナー「DeepLearningを使ってみよう!」資料Kenta Oono
 
提供AMIについて
提供AMIについて提供AMIについて
提供AMIについてKenta Oono
 

Mehr von Kenta Oono (20)

Minimax statistical learning with Wasserstein distances (NeurIPS2018 Reading ...
Minimax statistical learning with Wasserstein distances (NeurIPS2018 Reading ...Minimax statistical learning with Wasserstein distances (NeurIPS2018 Reading ...
Minimax statistical learning with Wasserstein distances (NeurIPS2018 Reading ...
 
Deep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistryDeep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistry
 
Overview of Machine Learning for Molecules and Materials Workshop @ NIPS2017
Overview of Machine Learning for Molecules and Materials Workshop @ NIPS2017Overview of Machine Learning for Molecules and Materials Workshop @ NIPS2017
Overview of Machine Learning for Molecules and Materials Workshop @ NIPS2017
 
Comparison of deep learning frameworks from a viewpoint of double backpropaga...
Comparison of deep learning frameworks from a viewpoint of double backpropaga...Comparison of deep learning frameworks from a viewpoint of double backpropaga...
Comparison of deep learning frameworks from a viewpoint of double backpropaga...
 
深層学習フレームワーク概要とChainerの事例紹介
深層学習フレームワーク概要とChainerの事例紹介深層学習フレームワーク概要とChainerの事例紹介
深層学習フレームワーク概要とChainerの事例紹介
 
20170422 数学カフェ Part2
20170422 数学カフェ Part220170422 数学カフェ Part2
20170422 数学カフェ Part2
 
20170422 数学カフェ Part1
20170422 数学カフェ Part120170422 数学カフェ Part1
20170422 数学カフェ Part1
 
情報幾何学の基礎、第7章発表ノート
情報幾何学の基礎、第7章発表ノート情報幾何学の基礎、第7章発表ノート
情報幾何学の基礎、第7章発表ノート
 
GTC Japan 2016 Chainer feature introduction
GTC Japan 2016 Chainer feature introductionGTC Japan 2016 Chainer feature introduction
GTC Japan 2016 Chainer feature introduction
 
On the benchmark of Chainer
On the benchmark of ChainerOn the benchmark of Chainer
On the benchmark of Chainer
 
Tokyo Webmining Talk1
Tokyo Webmining Talk1Tokyo Webmining Talk1
Tokyo Webmining Talk1
 
VAE-type Deep Generative Models
VAE-type Deep Generative ModelsVAE-type Deep Generative Models
VAE-type Deep Generative Models
 
Common Design of Deep Learning Frameworks
Common Design of Deep Learning FrameworksCommon Design of Deep Learning Frameworks
Common Design of Deep Learning Frameworks
 
Introduction to Chainer and CuPy
Introduction to Chainer and CuPyIntroduction to Chainer and CuPy
Introduction to Chainer and CuPy
 
Stochastic Gradient MCMC
Stochastic Gradient MCMCStochastic Gradient MCMC
Stochastic Gradient MCMC
 
Chainer Contribution Guide
Chainer Contribution GuideChainer Contribution Guide
Chainer Contribution Guide
 
2015年9月18日 (GTC Japan 2015) 深層学習フレームワークChainerの導入と化合物活性予測への応用
2015年9月18日 (GTC Japan 2015) 深層学習フレームワークChainerの導入と化合物活性予測への応用 2015年9月18日 (GTC Japan 2015) 深層学習フレームワークChainerの導入と化合物活性予測への応用
2015年9月18日 (GTC Japan 2015) 深層学習フレームワークChainerの導入と化合物活性予測への応用
 
Introduction to Chainer (LL Ring Recursive)
Introduction to Chainer (LL Ring Recursive)Introduction to Chainer (LL Ring Recursive)
Introduction to Chainer (LL Ring Recursive)
 
日本神経回路学会セミナー「DeepLearningを使ってみよう!」資料
日本神経回路学会セミナー「DeepLearningを使ってみよう!」資料日本神経回路学会セミナー「DeepLearningを使ってみよう!」資料
日本神経回路学会セミナー「DeepLearningを使ってみよう!」資料
 
提供AMIについて
提供AMIについて提供AMIについて
提供AMIについて
 

Kürzlich hochgeladen

Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Timegargpaaro
 
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur DubaiUAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubaijaehdlyzca
 
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTSDurg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTSkajalroy875762
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with CultureSeta Wicaksana
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAITim Wilson
 
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service AvailableNashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Availablepr788182
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateCannaBusinessPlans
 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon investment
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book nowPARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book nowkapoorjyoti4444
 
Pre Engineered Building Manufacturers Hyderabad.pptx
Pre Engineered  Building Manufacturers Hyderabad.pptxPre Engineered  Building Manufacturers Hyderabad.pptx
Pre Engineered Building Manufacturers Hyderabad.pptxRoofing Contractor
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfwill854175
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityEric T. Tung
 
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service AvailableBerhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Availablepr788182
 
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...meghakumariji156
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptxnandhinijagan9867
 
Mckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingMckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingNauman Safdar
 
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptxQSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptxDitasDelaCruz
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentationuneakwhite
 

Kürzlich hochgeladen (20)

Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
 
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur DubaiUAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
 
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTSDurg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
 
HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
 
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service AvailableNashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck Template
 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business Potential
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book nowPARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book now
 
Pre Engineered Building Manufacturers Hyderabad.pptx
Pre Engineered  Building Manufacturers Hyderabad.pptxPre Engineered  Building Manufacturers Hyderabad.pptx
Pre Engineered Building Manufacturers Hyderabad.pptx
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdf
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service AvailableBerhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Available
 
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Mckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingMckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for Viewing
 
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptxQSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 

mathematical_notation

  • 1. ⾔言 ⼊入⾨門     
  • 2. •  ⽬目 •  •  ⼀一 •  •  •  •  •  ⾏行行
  • 3.
  • 4. ⽂文 ⽂文 ! ! !, " , # ! ! 2
  • 5. •  N ⾃自 = {0, 1, 2, …} 0 •  Z = {…, -2, -1, 0, 1, 2, …} •  R •  C •  Q •  n ! N => n ⾃自 •  x ! Z => x
  • 6. •  •  x A x A •  1 {1, 2, 3}, {3, 4, 5} { {1, 2}, {3, 4, 5}, {6, 7} } •  B A B A •  {1, 2} {1, 2, 3}, { {3, 4, 5} } { {1, 2}, {3, 4, 5}, {6, 7} } N!Z!Q!R!C •  (1) (2) (3) A B A B A B A B A B A B
  • 7. •  ⼤大 2 •  1. S = {1, 3, 5, 7, 9} •  2. S = {x ! N | x % 2 = 1, x ! 10} S = {x | x ! N, x is odd and is less than or equal to 10} •  •  Haskell •  Python
  • 8.
  • 9. •  •  a, b a x = b ! x = log a b •  ⾃自 e = 2.728! •     log e x log x ln x •  •  log(x ! y) = log x + log y •  log x n = n log x •  log(x / y) = log x ! log y •  e( x+y) = e x ! e y
  • 10. d n •  (x n )! = (x ) = nx n"1 dx •  ( f ! g)" = f " ! g + f ! g" •  ( f (g(x)))! = f !(g(x))" g!(x) •  ⽅方 d "d % "d % 1 3 •  (log x 3 )! = $ logt ' ( $ x 3 ' = ( (3x 2 ) = dx # dt & # dx & t x t=x3 f(t)=log t, g(x)=x3 1 n+1 •  ! x n dx = x + C (n " #1) n= 1 ⺟母 0 n +1 !1 "x dx = log x + C
  • 11.
  • 12. •  1 ⽤用 •  x = ( x1, x2 , x3, x4 ) f (x) = x 3 g(x) = x1 + x2 + x3 + x4 h(x) = (x, x 2 + x, x 3 ! x) •  •  ⽰示 •  f :R!R g : R4 ! R h : R ! R3
  • 13. •  2 1 •  f (x, y, z) = x 3 + y 2 + z 5 !f !f (x, y, z) = f x (x, y, z) = 3x 2 (x, y, z) = f y (x, y, z) = 2y !x !y !f (x, y, z) = fz (x, y, z) = 5z 4 !z
  • 14. ⼠士 •  f ⼗十 = x, y f xy (x, y, z) = f yx (x, y, z) x y y x •  ⽤用 f xyzyyxwzxxzy (x, y, z) = f xxxxxyyyyzzzw (x, y, z)
  • 15. •  1 •  f (x, y, z) = x 3 + y 2 + z 5 !f (x, y, z) = (3x 2 , 2y, 5z 4 ) ⾏行行 " % $ 3x 2 ' !f (x, y, z) = $ 2y ' $ ' # 5z 4 & •  /⾏行行 ⽤用 ⽂文 / •  (x, y, z) x !f (x) = (3x 2 , 2y, 5z 4 ) !x
  • 16. •  2 ⾜足 "2 "2 "2 !f (x, y, z) = 2 f + 2 f + 2 f f : R3 ! R "x "y "z # "2 !f "2 "2 & =% 2 + 2 + 2 ( f !f $ "x "y "z ' = f xx + f yy + fzz . •  f (x, y, z) = x 3 + y 2 + z 5 !2 !2 !2 2 f = 6x f =2 f = 20z 3 !x !y 2 !z 2 "f (x, y, z) = 20z 3 + 6x + 2.
  • 18. ⾏行行 ⽅方 •  ⻑⾧長⽅方 •  ⾏行行 ⼤大⽂文 •  ⾏行行 ⼀一 •  n ⾏行行 m ⾏行行 n×m ⾏行行 ⾏行行 •  A = (aij ) i ⾏行行 j ⽬目 aij ⾏行行 column ! a12 ! a1m $ # a11 & ⾏行行 row # a21 a22 ! a1m & # & # " " # " & # an1 an2 ! anm & " %
  • 19. ⾏行行 •  A p×q ⾏行行 B q×r ⾏行行 •  A B ⾏行行 ⼀一 AB •  AB p×r ⾏行行 •  BA •  ⾏行行 ⽰示 q! •  A = (aij ), B = (bij ) AB i ⾏行行 j "a ik ! bkj k=1
  • 20. ⾏行行 ⾏行行 •  ⾏行行 (determinant) det A =| A | •  ⾏行行 ⽤用 •     ⽅方⾏行行 det ! a b $ •               A =# & det A = ad ! bc " c d % ! $ # a b c & •                 A =# d e f & det A = aei + bfg + cdh ! afh ! bdi ! ceg # g h i & " % •  ⾏行行 n×n ⾏行行 A, B det AB = det A ! det B
  • 21. ⾏行行 •  transpose A t = AT = t A = T A •  •  ⾏行行 ⼊入 •  A i ⾏行行 j ⽬目 A j ⾏行行 i ⽬目 •  ! 1 $ # & •  A = (1 2 3) At = # 2 & # 3 & " % ! a b $ # & ! a c e $ •               A =# c d & At = # & # e f & # b d f & " % " %
  • 22. ⾏行行 •  ⾏行行 •  x, y n×1 , A n×n⾏行行 x t Ay •  n×n⾏行行 A 2 A          < x, y >      x!y < x, y >= x t Ay