プログラム理論2014.key

Size: px
Start display at page:

Download "プログラム理論2014.key"

Transcription

1 (temporal logic) (modal logic)!! LTL! CTL! liveness safety properties! (Model Checking)!

2 LTL (linear-time temporal logic) Syntax! p Atoms (propositional atoms)! φ::= T p ( φ) (φ φ) (φ φ) (φ φ) (X φ)!! next (F φ)!! some Future state (G φ)!! Globally (all future states) (φ U φ)!! Until (φ W φ)!! Weak until (φ R φ)!! Release

3 Semantics ( ) Transition System! transition system (model) M=(S,, L)! S : (state)! : S S : (transition relation)! L : S P(Atoms)!!! : (labelling function)! Atoms: (atomic formulas)! (computation path)! s1, s2, si S, si si+1! π=s1 s2! πi: si π (suffix)! : π3=s3 s4

4 s0 p, q q, r r s2 s0 s2 s2 s2 s2 s2 s0 s1 s2 s2 s2 s2 s0 s1 s0 s2 s2 s2 s0 s1 s0 s1 s2 s2... s1 s0 s1 s2 s0 s2 s2 1 s1 s2 s2 s2

5 Semantics ( ) M=(S,, L), π=s1 s2! : (satisfaction relation)! π! =! T! π! =!! π! =! p!!! iff p L(s1)! π! =! φ!! iff π! = φ! π! =! φ1 φ2! iff π! = φ1 and π =φ2! π! =! φ1 φ2! iff π! = φ1 or π = φ2! π! =! φ1 φ2! iff π! = φ2 whenever π =! φ1

6 π! =! Xφ!!!! iff! π 2! =! φ! π! =! Gφ!!!! iff! π i! =! φ for every i 1! π! =! Fφ!!!! iff! π i! =! φ for some i 1! π! =! φuψ!!! iff! π i! =! ψ for some i 1 and!!!!!! π j! =! φ for every j!! such that 1 j<i! π! =! φwψ!!! iff! π i! =! ψ for some i 1 and!!!!!! π j! =! φ for every j! ( φwψ!! (φuψ) Gφ!!! )!!! such that 1 j<i!!!!!! or!!!!!! π k! =! φ for every k 1! π! =! φrψ!!! iff! π i! =! φ for some i 1 and!!!!!! π j! =! ψ for every j! such that 1 j i!!!!!! or! ( φrψ!! ψw(φ ψ)!! )! π k! =! ψ for every k 1

7 G (started ready)! started ready! G(requested F acknowledged)! request! G F enabled! enabled! ) enabled sm sm+1 F enabled n>m sn enabled

8 F G deadlock! deadlock! G F enabled G F running! enabled! G(floor2 directionup BottonPressed5 (directionup U floor5))! 2 5 5

9 M=(S,, L), s S! d M, s φ s M π π φ!! M! s φ

10 s0 s0 p q s0 Xr p, q s0 X(q r) s0 G(r q) q, r r s2 s0 F(p r) s0 pur s2 FGr s1 s s F( q r) FGr

11 ! M! (a)-(e)( φ ) (1)(2)! (a) Gp (b) puq (c) pux(p q)! (d) X q G( p q)! (e) X(p q) F( p q) (1) s3 φ! (2) M,s3 =φ s1 s2 p, q p, q p, q p, q s3 s4 A model of M

12 LTL! LTL φ ψ M M π! π = φ iff π = ψ! φ ψ! φ ψ!!! φ χ φ ψ χ φ ψ χ

13 ! Gφ F φ! Fφ G φ! Xφ X φ! (φuψ) φr ψ! (φrψ) φu ψ! F(φ ψ) Fφ Fψ! G(φ ψ) Gφ Gψ! Fφ TUφ! Gφ Rφ!!

14 / (mutual exclusion)! Safety property : (critical section) 1 (mutual exclusion)! Liveness property: ( ) (Starvation-free/deadlock-free)! No strict sequencing:! Non-blocking:

15 1 2 non-critical n1 n2 t1 t2 trying to enter critical section c1 c2 critical section

16 Safety : G (c1 c2)! Liveness: G(t1 Fc1)! No strict sequencing: G(c1 c1w( c1 c1wc2))! c1 c1 c2 c1! c1 c1 c1 c1... c2 c1 strict seq. Non-Blocking: n1 t1 LTL ( )

17 1 n1n2 s0 s1 t1n2 s5 n1t2 s2 c1n2 s3 t1t2 s6 n1c2 s4 c1t2 n: non-critical state t: trying to enter critical state c: critical state s7 t1c2

18 Safety : G (c1 c2)! Liveness: G(t1 Fc1)! No strict sequencing: G(c1 c1w( c1 c1wc2))! c1 c1 c2 c1

19 2 s0 n1n2 s1 t1n2 s5 n1t2 s2 c1n2 s3 t1t2 s9 t1t2 s6 n1c2 s4 s7 c1t2 t1c2

20 s3, s9! Safety! Liveness! No strict sequencing

21 3 n1 Main1 Main2 n2 t1 I=1? n I=2? n t2 y y CS1 CS2 c1 c2 I:=2 I:=1

22 s0 n1n21 s6 n1n22 s1 t1n21 s2 n1t21 s7 t1n22 s8 n1t22 s3 c1n21 s4 t1t21 s9 t1t22 s10 n1c22 s5 c1t21 s11 t1c22

23 Safety! Liveness! ( Starvation-free: GF c1! No strict sequencing! Main )!

24 4 Dekker s Solution (logical version) LL (LR MR)? (LR MR) TL? LR (LL ML)? (LL ML) TL? ML CS1! TL false MR CS2 TL true TL? SL TL? SR PL Main1 PR Main2

25 Safety! Liveness (Main OK)! No strict sequencing

( ) P, P P, P (negation, NOT) P ( ) P, Q, P Q, P Q 3, P Q (logical product, AND) P Q ( ) P, Q, P Q, P Q, P Q (logical sum, OR) P Q ( ) P, Q, P Q, ( P

( ) P, P P, P (negation, NOT) P ( ) P, Q, P Q, P Q 3, P Q (logical product, AND) P Q ( ) P, Q, P Q, P Q, P Q (logical sum, OR) P Q ( ) P, Q, P Q, ( P Advent Calendar 2018 @Fukuso Sutaro,,, ( ) Davidson, 5, 1 (quantification) (open sentence) 1,,,,,, 1 1 (propositional logic) (truth value) (proposition) (sentence) 2 (2-valued logic) 2, true false (truth

More information

handout.dvi

handout.dvi http://www.kurims.kyoto-u.ac.jp/ ichiro 1 1.1 (formal verification, formal methods) [3] 2 theorem prover proof assistant PVSIsabell/HOLCoq Kripke M ϕ M ϕ M = ϕ model checker M ϕ M ϕ M M ϕ state explosion

More information

PowerPoint Presentation

PowerPoint Presentation 様相論理と時相論理 Kripke 構造 K = S, R, L S: 状態の集合 ( 無限かもしれない ) R: 状態間の遷移関係 R S S L: 状態から命題記号の集合への写像 L(s) は 状態 s S において成り立つ命題記号の集合を与える Kripke 構造 K = S, R, L G = S, R 有向グラフ Kripke 構造 K = S, R, L L : S 2 Atom Atom

More information

2009 IA I 22, 23, 24, 25, 26, a h f(x) x x a h

2009 IA I 22, 23, 24, 25, 26, a h f(x) x x a h 009 IA I, 3, 4, 5, 6, 7 7 7 4 5 h fx) x x h 4 5 4 5 1 3 1.1........................... 3 1........................... 4 1.3..................................... 6 1.4.............................. 8 1.4.1..............................

More information

7 ソフトウェア工学 Software Engineering モデル検査 MODEL CHECKING 1 モデル検査の概要 並行システム : 相互排他, デッドロック, スタベーションなどの現象 入出力関係に着目した 停止性 + 部分正当性 のみでは正当性を言えない 振る舞い ( 途中の状態遷移

7 ソフトウェア工学 Software Engineering モデル検査 MODEL CHECKING 1 モデル検査の概要 並行システム : 相互排他, デッドロック, スタベーションなどの現象 入出力関係に着目した 停止性 + 部分正当性 のみでは正当性を言えない 振る舞い ( 途中の状態遷移 7 ソフトウェア工学 Software Engineering モデル検査 MODEL CHECKING 1 モデル検査の概要 並行システム : 相互排他, デッドロック, スタベーションなどの現象 入出力関係に着目した 停止性 + 部分正当性 のみでは正当性を言えない 振る舞い ( 途中の状態遷移 ) の考慮の必要性 behaviors モデル検査 : 有限状態遷移系の振る舞いの検証を自動で行う技術

More information

油圧1.indd

油圧1.indd 4 2 ff f f f f f f f f f f f f ff ff ff r f ff ff ff ff ff ff R R 6 7 φφ φφ φφ φ φ φφ φφφφφφφφ φφφφ φφφφ φφ! φ f f f f f f f f f f 9 f φ φ φ φ φ φ φ φ φφ φφ φ φ φ φ SD f f f KK MM S SL VD W Y KK MM S SL

More information

L

L -G -VG -G -VG.MPa..MPa.1MPa..MPa 1.5MPa 1.5MPa 1.5MPa 1.5MPa 1 s 5 5 - -V 1.51MPa 1.5MPa s s..mpa.mpa 1.5MPa 1.5MPa - -V 1 s s 5 5 1 JISg/H 1. 1.5. 11 SLLBFFB SLLBFTC CCCCBTC..MPa 1.5MPa SLLBFFB CCCCBTC

More information

報告書

報告書 1 2 3 4 5 6 7 or 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2.65 2.45 2.31 2.30 2.29 1.95 1.79 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 60 55 60 75 25 23 6064 65 60 1015

More information

untitled

untitled C n π/n σ S n π/n v h N tc C S S S S S S S S S S S S S σ v S C σ v C σ v S. O. C / 8 Grou ABCABC EAAEA E AA - A- AE A - N C v EC C σ v σ v σ v 6 C C σ v σ v σ v X X A X - AXB B A B A B B A A C B C A B...

More information

C-1 210C f f f f f f f f f f f f f f f f f f f f r f f f f f f f f f f f f f R R

C-1 210C f f f f f f f f f f f f f f f f f f f f r f f f f f f f f f f f f f R R 4 5 ff f f f f f f f f f f f f ff ff ff r f ff ff ff ff ff ff R R 7 b b ï φφ φφ φφ φ φ φφ φφφφφφφφ φφφφ φφφφ ù û û Æ φ ñ ó ò ô ö õ φφ! b ü ú ù û ü ß μ f f f f f f f f f f b b b z x c n 9 f φ φ φ φ φ φ

More information

untitled

untitled Model Checking Web Specifications - Verification of design specifications for Web applications - JAIST/AIST Workshop Sep. 21 2005 Eun-Hye CHOI Hiroshi WATANABE Research Center for Verification and Semantics

More information

CRA3689A

CRA3689A AVIC-DRZ90 AVIC-DRZ80 2 3 4 5 66 7 88 9 10 10 10 11 12 13 14 15 1 1 0 OPEN ANGLE REMOTE WIDE SET UP AVIC-DRZ90 SOURCE OFF AV CONTROL MIC 2 16 17 1 2 0 0 1 AVIC-DRZ90 2 3 4 OPEN ANGLE REMOTE SOURCE OFF

More information

c a a ca c c% c11 c12 % s & %

c a a ca c c% c11 c12 % s & % c a a ca c c% c11 c12 % s & % c13 c14 cc c15 %s & % c16 c211 c21% c212 c21% c213 c21% c214 c21% c215 c21% c216 c21% c23 & & % c24 c25 c311 c312 % c31 c315 c32 c33 c34 % c35 c36 c37 c411 c N N c413 c c414c

More information

I A A441 : April 21, 2014 Version : Kawahira, Tomoki TA (Kondo, Hirotaka ) Google

I A A441 : April 21, 2014 Version : Kawahira, Tomoki TA (Kondo, Hirotaka ) Google I4 - : April, 4 Version :. Kwhir, Tomoki TA (Kondo, Hirotk) Google http://www.mth.ngoy-u.c.jp/~kwhir/courses/4s-biseki.html pdf 4 4 4 4 8 e 5 5 9 etc. 5 6 6 6 9 n etc. 6 6 6 3 6 3 7 7 etc 7 4 7 7 8 5 59

More information

F8302D_1目次_160527.doc

F8302D_1目次_160527.doc N D F 830D.. 3. 4. 4. 4.. 4.. 4..3 4..4 4..5 4..6 3 4..7 3 4..8 3 4..9 3 4..0 3 4. 3 4.. 3 4.. 3 4.3 3 4.4 3 5. 3 5. 3 5. 3 5.3 3 5.4 3 5.5 4 6. 4 7. 4 7. 4 7. 4 8. 4 3. 3. 3. 3. 4.3 7.4 0 3. 3 3. 3 3.

More information

論理学入門 講義ノート email: mitsu@abelardfletkeioacjp Copyright c 1995 by the author ll right reserved 1 1 3 2 5 3 7 31 7 32 9 33 13 4 29 41 33 42 38 5 45 51 45 52 47 3 1 19 [ 1] Begin at the beginning [ 2] [

More information

三菱電機(株):Qシリーズ QnU CPU イーサネット

三菱電機(株):Qシリーズ QnU CPU イーサネット ( ) Q QnU CPU 1... 3 2... 8 3... 9 4... 15 5... 19 6... 27 7... 33 1 PLC 1 1 3 2 2 8 3 3 9 4 4 15 GP-Pro EX GP-Pro EX 2 1 CPU I/F Q03UDECPU Q04UDEHCPU Q06UDEHCPU Q10UDEHCPU Q13UDEHCPU Q20UDEHCPU Q26UDEHCPU

More information

φ 4 Minimal subtraction scheme 2-loop ε 2008 (University of Tokyo) (Atsuo Kuniba) version 21/Apr/ Formulas Γ( n + ɛ) = ( 1)n (1 n! ɛ + ψ(n + 1)

φ 4 Minimal subtraction scheme 2-loop ε 2008 (University of Tokyo) (Atsuo Kuniba) version 21/Apr/ Formulas Γ( n + ɛ) = ( 1)n (1 n! ɛ + ψ(n + 1) φ 4 Minimal subtraction scheme 2-loop ε 28 University of Tokyo Atsuo Kuniba version 2/Apr/28 Formulas Γ n + ɛ = n n! ɛ + ψn + + Oɛ n =,, 2, ψn + = + 2 + + γ, 2 n ψ = γ =.5772... Euler const, log + ax x

More information

薄膜結晶成長の基礎2.dvi

薄膜結晶成長の基礎2.dvi 2 464-8602 1 2 2 2 N ΔμN ( N 2/3 ) N - (seed) (nucleation) 1.4 2 2.1 1 Makio Uwaha. E-mail:uwaha@nagoya-u.jp; http://slab.phys.nagoya-u.ac.jp/uwaha/ 2 [1] [2] [3](e) 3 2.1: [1] 2.1 ( ) 1 (cluster) ( N

More information

http://www.ike-dyn.ritsumei.ac.jp/ hyoo/wave.html 1 1, 5 3 1.1 1..................................... 3 1.2 5.1................................... 4 1.3.......................... 5 1.4 5.2, 5.3....................

More information

B

B B YES NO 5 7 6 1 4 3 2 BB BB BB AA AA BB 510J B B A 510J B A A A A A A 510J B A 510J B A A A A A 510J M = σ Z Z = M σ AAA π T T = a ZP ZP = a AAA π B M + M 2 +T 2 M T Me = = 1 + 1 + 2 2 M σ Te = M 2 +T

More information

<4D6963726F736F667420576F7264202D2091E591BA8BA392F88DC58F4995F18D908F91323030362E372E332E646F63>

<4D6963726F736F667420576F7264202D2091E591BA8BA392F88DC58F4995F18D908F91323030362E372E332E646F63> 1 15 12 17 6 18 2 2 3 07 07 07 19 6 1 2 3 4 5 6 7 36% 33% 23% 4% 5% 2.5 1.5 5 1.5 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47

More information

1 1.1,,,.. (, ),..,. (Fig. 1.1). Macro theory (e.g. Continuum mechanics) Consideration under the simple concept (e.g. ionic radius, bond valence) Stru

1 1.1,,,.. (, ),..,. (Fig. 1.1). Macro theory (e.g. Continuum mechanics) Consideration under the simple concept (e.g. ionic radius, bond valence) Stru 1. 1-1. 1-. 1-3.. MD -1. -. -3. MD 1 1 1.1,,,.. (, ),..,. (Fig. 1.1). Macro theory (e.g. Continuum mechanics) Consideration under the simple concept (e.g. ionic radius, bond valence) Structural relaxation

More information

0 1

0 1 9 - -R -V -K - -V - -V 3 0 3 3 3 001 0 001 00 0 00 1 0 11 1 0 11 10 00 0 10 00 0 0 1 3 F X1CE G XCE CV Cm H X111CE C1V Cm C1.W J X1CE CV CV Cm E X1CE C1V Cm K X11CE C1V m V L X11BCE CV m 1.W C90V M XCE

More information

=

= 2. 2.1 2.2 kuri@ice.uec.ac.jp ( 2007/10/30/16:46) 1 . 1. 1 + 2 = 5. 2. 180. 3. 3 3. 4.. 5.. 2 2.1 1.,,,,. 2., ( ) ( ).,,,, 3.,. 4.,,,. 3 1.,. 1. 1 + 2 = 5. (, ) 2. 180. (, ) 3. 3, 3. (, ) 4.. (, ) 5..

More information

9 5 ( α+ ) = (α + ) α (log ) = α d = α C d = log + C C 5. () d = 4 d = C = C = 3 + C 3 () d = d = C = C = 3 + C 3 =

9 5 ( α+ ) = (α + ) α (log ) = α d = α C d = log + C C 5. () d = 4 d = C = C = 3 + C 3 () d = d = C = C = 3 + C 3 = 5 5. 5.. A II f() f() F () f() F () = f() C (F () + C) = F () = f() F () + C f() F () G() f() G () = F () 39 G() = F () + C C f() F () f() F () + C C f() f() d f() f() C f() f() F () = f() f() f() d =

More information

23 1 Section ( ) ( ) ( 46 ) , 238( 235,238 U) 232( 232 Th) 40( 40 K, % ) (Rn) (Ra). 7( 7 Be) 14( 14 C) 22( 22 Na) (1 ) (2 ) 1 µ 2 4

23 1 Section ( ) ( ) ( 46 ) , 238( 235,238 U) 232( 232 Th) 40( 40 K, % ) (Rn) (Ra). 7( 7 Be) 14( 14 C) 22( 22 Na) (1 ) (2 ) 1 µ 2 4 23 1 Section 1.1 1 ( ) ( ) ( 46 ) 2 3 235, 238( 235,238 U) 232( 232 Th) 40( 40 K, 0.0118% ) (Rn) (Ra). 7( 7 Be) 14( 14 C) 22( 22 Na) (1 ) (2 ) 1 µ 2 4 2 ( )2 4( 4 He) 12 3 16 12 56( 56 Fe) 4 56( 56 Ni)

More information

N N 1,, N 2 N N N N N 1,, N 2 N N N N N 1,, N 2 N N N 8 1 6 3 5 7 4 9 2 1 12 13 8 15 6 3 10 4 9 16 5 14 7 2 11 7 11 23 5 19 3 20 9 12 21 14 22 1 18 10 16 8 15 24 2 25 4 17 6 13 8 1 6 3 5 7 4 9 2 1 12 13

More information

:,, : - 7 -

:,, : - 7 - 31 ~ ~ - 6 - :,, : - 7 - (),,,,,,; ~ ~ *1 *2 6,,,~,,~ - 8-32 ,, ( );( ),,,,,, ~ ~ ~,,,, (),,,,, - 9 - 33 ~*~ ~~ ~, ~ ~ ~ ~ ~, ~~,,,, - 10 - BCG () g ) BCG BCG,, 34 ,,,, (),,,,,,,,,,,,,, () ( 3 90 [7 6

More information

m dv = mg + kv2 dt m dv dt = mg k v v m dv dt = mg + kv2 α = mg k v = α 1 e rt 1 + e rt m dv dt = mg + kv2 dv mg + kv 2 = dt m dv α 2 + v 2 = k m dt d

m dv = mg + kv2 dt m dv dt = mg k v v m dv dt = mg + kv2 α = mg k v = α 1 e rt 1 + e rt m dv dt = mg + kv2 dv mg + kv 2 = dt m dv α 2 + v 2 = k m dt d m v = mg + kv m v = mg k v v m v = mg + kv α = mg k v = α e rt + e rt m v = mg + kv v mg + kv = m v α + v = k m v (v α (v + α = k m ˆ ( v α ˆ αk v = m v + α ln v α v + α = αk m t + C v α v + α = e αk m

More information

油圧1.indd

油圧1.indd ff ff ff ff f f ff ff ff f f f f f f f f f f f f f f ff ff! f f f f f f f ff ff f f ff f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f S 9 M6 M6 M6 M. 6 6 R/ P M. M. M. M. f f f 96 f f f M.

More information

(35H-3).pm

(35H-3).pm ff f f f f f f f f f f f f f ff ff ff f f ff ff ff f ff ff! f f f f f f f f f f f f f ff ff f f ff f f f f f f f f f f f f f f f f f f f f f S f f f f f f 9 M6 M6 M6 M. M. M. M. M. 6 6 9 R/ R/ P M. M.

More information

Z: Q: R: C:

Z: Q: R: C: 0 Z: Q: R: C: 3 4 4 4................................ 4 4.................................. 7 5 3 5...................... 3 5......................... 40 5.3 snz) z)........................... 4 6 46 x

More information

06佐々木雅哉_4C.indd

06佐々木雅哉_4C.indd 3 2 3 2 4 5 56 57 3 2013 9 2012 16 19 62.2 17 2013 7 170 77 170 131 58 9 10 59 3 2 10 15 F 12 12 48 60 1 3 1 4 7 61 3 7 1 62 T C C T C C1 2 3 T C 1 C 1 T C C C T T C T C C 63 3 T 4 T C C T C C CN T C C

More information

Z 2 10Z MPa MPa MPa MPa 1.5MPa s s s JIS 6g/6H SD SD/B LB LS

Z 2 10Z MPa MPa MPa MPa 1.5MPa s s s JIS 6g/6H SD SD/B LB LS 3 03 0.01MPa 0.1MPa 0.1MPa 0.01MPa 1.MPa 0s 0s 0s JIS g/h SDSD/BLB LS0 F FBTT/BTB TB/BCUCU/B SDLCFTT/B TCTC/BDBD SDSD/BLB LS0 F FBTT/BTB TB/BCUCU/B SDLBFTT/B SKSPLK LP FKFP SKSPLK LP FKFP TKTPDPBDBP TKTPDPBDBP

More information

power.tex

power.tex Contents ii 1... 1... 1... 7... 7 3 (DFFT).................................... 8 4 (CIFT) DFFT................................ 10 5... 13 6... 16 3... 0 4... 0 5... 0 6... 0 i 1987 SN1987A 0.5 X SN1987A

More information

2

2 1 2 3 4 5 6 ( ) 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6+ 6-5 2 6-5- 6-5+ 5-5- 5- 22 6+ 6-6+ 6-6- S-P time 10 5 2 23 S-P time 5 2 5 2 ( ) 5 2 24 25 26 1 27 28 29 30 95 31 ( 8 2 ) http://www.kishou.go.jp/know/shindo/kaisetsu.html

More information

重力方向に基づくコントローラの向き決定方法

重力方向に基づくコントローラの向き決定方法 ( ) 2/Sep 09 1 ( ) ( ) 3 2 X w, Y w, Z w +X w = +Y w = +Z w = 1 X c, Y c, Z c X c, Y c, Z c X w, Y w, Z w Y c Z c X c 1: X c, Y c, Z c Kentaro Yamaguchi@bandainamcogames.co.jp 1 M M v 0, v 1, v 2 v 0 v

More information

[ ] (Ising model) 2 i S i S i = 1 (up spin : ) = 1 (down spin : ) (4.38) s z = ±1 4 H 0 = J zn/2 i,j S i S j (4.39) i, j z 5 2 z = 4 z = 6 3

[ ] (Ising model) 2 i S i S i = 1 (up spin : ) = 1 (down spin : ) (4.38) s z = ±1 4 H 0 = J zn/2 i,j S i S j (4.39) i, j z 5 2 z = 4 z = 6 3 4.2 4.2.1 [ ] (Ising model) 2 i S i S i = 1 (up spin : ) = 1 (down spin : ) (4.38) s z = ±1 4 H 0 = J zn/2 S i S j (4.39) i, j z 5 2 z = 4 z = 6 3 z = 6 z = 8 zn/2 1 2 N i z nearest neighbors of i j=1

More information

II No.01 [n/2] [1]H n (x) H n (x) = ( 1) r n! r!(n 2r)! (2x)n 2r. r=0 [2]H n (x) n,, H n ( x) = ( 1) n H n (x). [3] H n (x) = ( 1) n dn x2 e dx n e x2

II No.01 [n/2] [1]H n (x) H n (x) = ( 1) r n! r!(n 2r)! (2x)n 2r. r=0 [2]H n (x) n,, H n ( x) = ( 1) n H n (x). [3] H n (x) = ( 1) n dn x2 e dx n e x2 II No.1 [n/] [1]H n x) H n x) = 1) r n! r!n r)! x)n r r= []H n x) n,, H n x) = 1) n H n x) [3] H n x) = 1) n dn x e dx n e x [4] H n+1 x) = xh n x) nh n 1 x) ) d dx x H n x) = H n+1 x) d dx H nx) = nh

More information

I

I I 6 4 10 1 1 1.1............... 1 1................ 1 1.3.................... 1.4............... 1.4.1.............. 1.4................. 1.4.3........... 3 1.4.4.. 3 1.5.......... 3 1.5.1..............

More information

( ) 2.1. C. (1) x 4 dx = 1 5 x5 + C 1 (2) x dx = x 2 dx = x 1 + C = 1 2 x + C xdx (3) = x dx = 3 x C (4) (x + 1) 3 dx = (x 3 + 3x 2 + 3x +

( ) 2.1. C. (1) x 4 dx = 1 5 x5 + C 1 (2) x dx = x 2 dx = x 1 + C = 1 2 x + C xdx (3) = x dx = 3 x C (4) (x + 1) 3 dx = (x 3 + 3x 2 + 3x + (.. C. ( d 5 5 + C ( d d + C + C d ( d + C ( ( + d ( + + + d + + + + C (5 9 + d + d tan + C cos (sin (6 sin d d log sin + C sin + (7 + + d ( + + + + d log( + + + C ( (8 d 7 6 d + 6 + C ( (9 ( d 6 + 8 d

More information

36 th IChO : - 3 ( ) , G O O D L U C K final 1

36 th IChO : - 3 ( ) , G O O D L U C K final 1 36 th ICh - - 5 - - : - 3 ( ) - 169 - -, - - - - - - - G D L U C K final 1 1 1.01 2 e 4.00 3 Li 6.94 4 Be 9.01 5 B 10.81 6 C 12.01 7 N 14.01 8 16.00 9 F 19.00 10 Ne 20.18 11 Na 22.99 12 Mg 24.31 Periodic

More information

1 48

1 48 Section 2 1 48 Section 2 49 50 1 51 Section 2 1 52 Section 2 1 53 1 2 54 Section 2 3 55 1 4 56 Section 2 5 57 58 2 59 Section 2 60 2 61 Section 2 62 2 63 Section 2 3 64 Section 2 6.72 9.01 5.14 7.41 5.93

More information

Section 1 Section 2 Section 3 Section 4 Section 1 Section 3 Section 2 4 5 Section 1 6 7 Section 1 8 9 10 Section 1 11 12 Section 2 13 Section 2 14 Section 2 15 Section 2 16 Section 2 Section 2 17 18 Section

More information

untitled

untitled (a) (b) (c) (d) Wunderlich 2.5.1 = = =90 2 1 (hkl) {hkl} [hkl] L tan 2θ = r L nλ = 2dsinθ dhkl ( ) = 1 2 2 2 h k l + + a b c c l=2 l=1 l=0 Polanyi nλ = I sinφ I: B A a 110 B c 110 b b 110 µ a 110

More information

25 7 18 1 1 1.1 v.s............................. 1 1.1.1.................................. 1 1.1.2................................. 1 1.1.3.................................. 3 1.2................... 3

More information

¼§À�ÍýÏÀ – Ê×ÎòÅŻҼ§À�¤È¥¹¥Ô¥ó¤æ¤é¤® - No.7, No.8, No.9

¼§À�ÍýÏÀ – Ê×ÎòÅŻҼ§À�¤È¥¹¥Ô¥ó¤æ¤é¤® - No.7, No.8, No.9 No.7, No.8, No.9 email: takahash@sci.u-hyogo.ac.jp Spring semester, 2012 Introduction (Critical Behavior) SCR ( b > 0) Arrott 2 Total Amplitude Conservation (TAC) Global Consistency (GC) TAC 2 / 25 Experimental

More information

2.

2. 2. 10 2. 2. 1995/12006/111995/42006/12 2. 10 1995120061119954200612 02505 025 05 025 02505 0303 02505 250100 250 200 100200 5010050 100200 100 100 50100 100200 50100 10 75100100 0250512 02505 1 025051205

More information

VDM-SL VDM VDM-SL Toolbox VDM++ Toolbox 1 VDM-SL VDM++ Web bool

VDM-SL VDM VDM-SL Toolbox VDM++ Toolbox 1 VDM-SL VDM++ Web bool VDM-SL VDM++ 23 6 28 VDM-SL Toolbox VDM++ Toolbox 1 VDM-SL VDM++ Web 2 1 3 1.1............................................... 3 1.1.1 bool......................................... 3 1.1.2 real rat int

More information

1. (Naturau Deduction System, N-system) 1.1,,,,, n- R t 1,..., t n Rt 1... t n atomic formula : x, y, z, u, v, w,... : f, g, h,... : c, d,... : t, s,

1. (Naturau Deduction System, N-system) 1.1,,,,, n- R t 1,..., t n Rt 1... t n atomic formula : x, y, z, u, v, w,... : f, g, h,... : c, d,... : t, s, 1 (Naturau Deduction System, N-system) 11,,,,, n- R t 1,, t n Rt 1 t n atomic formula : x, y, z, u, v, w, : f, g, h, : c, d, : t, s, r, : P, Q, : R, : A, B, C, D, 12 A A A A N-system 1 1 N-system N-system

More information

数学の基礎訓練I

数学の基礎訓練I I 9 6 13 1 1 1.1............... 1 1................ 1 1.3.................... 1.4............... 1.4.1.............. 1.4................. 3 1.4.3........... 3 1.4.4.. 3 1.5.......... 3 1.5.1..............

More information

スケーリング理論とはなにか? - --尺度を変えて見えること--

スケーリング理論とはなにか?  - --尺度を変えて見えること-- ? URL: http://maildbs.c.u-tokyo.ac.jp/ fukushima mailto:hukusima@phys.c.u-tokyo.ac.jp DEX-SMI @ 2006 12 17 ( ) What is scaling theory? DEX-SMI 1 / 40 Outline Outline 1 2 3 4 ( ) What is scaling theory?

More information

記号と準備

記号と準備 tbasic.org * 1 [2017 6 ] 1 2 1.1................................................ 2 1.2................................................ 2 1.3.............................................. 3 2 5 2.1............................................

More information

() n C + n C + n C + + n C n n (3) n C + n C + n C 4 + n C + n C 3 + n C 5 + (5) (6 ) n C + nc + 3 nc n nc n (7 ) n C + nc + 3 nc n nc n (

() n C + n C + n C + + n C n n (3) n C + n C + n C 4 + n C + n C 3 + n C 5 + (5) (6 ) n C + nc + 3 nc n nc n (7 ) n C + nc + 3 nc n nc n ( 3 n nc k+ k + 3 () n C r n C n r nc r C r + C r ( r n ) () n C + n C + n C + + n C n n (3) n C + n C + n C 4 + n C + n C 3 + n C 5 + (4) n C n n C + n C + n C + + n C n (5) k k n C k n C k (6) n C + nc

More information

untitled

untitled 2 : n =1, 2,, 10000 0.5125 0.51 0.5075 0.505 0.5025 0.5 0.4975 0.495 0 2000 4000 6000 8000 10000 2 weak law of large numbers 1. X 1,X 2,,X n 2. µ = E(X i ),i=1, 2,,n 3. σi 2 = V (X i ) σ 2,i=1, 2,,n ɛ>0

More information

Îã³°·¿¤Î¥·¥å¡¼¥Ù¥ë¥È¥«¥êto=1=¡á=1=¥ë¥�¥å¥é¥¹

Îã³°·¿¤Î¥·¥å¡¼¥Ù¥ë¥È¥«¥êto=1=¡á=1=¥ë¥�¥å¥é¥¹ (kaji@math.sci.fukuoka-u.ac.jp) 2009 8 10 R 3 R 3 ( wikipedia ) (Schubert, 19 ) (= )(Ehresmann, 20 ) (Chevalley, 20 ) G/P: ( : ) W : ( : ) X w : W X w W G: B G: Borel P B: G/P: 1 C n ( ) Fl n := {0 V

More information

X G P G (X) G BG [X, BG] S 2 2 2 S 2 2 S 2 = { (x 1, x 2, x 3 ) R 3 x 2 1 + x 2 2 + x 2 3 = 1 } R 3 S 2 S 2 v x S 2 x x v(x) T x S 2 T x S 2 S 2 x T x S 2 = { ξ R 3 x ξ } R 3 T x S 2 S 2 x x T x S 2

More information

1 z q w e r t y x c q w 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 R R 32 33 34 35 36 MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR MR

More information

006 11 8 0 3 1 5 1.1..................... 5 1......................... 6 1.3.................... 6 1.4.................. 8 1.5................... 8 1.6................... 10 1.6.1......................

More information

δf = δn I [ ( FI (N I ) N I ) T,V δn I [ ( FI N I ( ) F N T,V ( ) FII (N N I ) + N I ) ( ) FII T,V N II T,V T,V ] ] = 0 = 0 (8.2) = µ (8.3) G

δf = δn I [ ( FI (N I ) N I ) T,V δn I [ ( FI N I ( ) F N T,V ( ) FII (N N I ) + N I ) ( ) FII T,V N II T,V T,V ] ] = 0 = 0 (8.2) = µ (8.3) G 8 ( ) 8. 1 ( ) F F = F I (N I, T, V I ) + F II (N II, T, V II ) (8.1) F δf = δn I [ ( FI (N I ) N I 8. 1 111 ) T,V δn I [ ( FI N I ( ) F N T,V ( ) FII (N N I ) + N I ) ( ) FII T,V N II T,V T,V ] ] = 0

More information

TD(0) Q AC (Reward): () Pr(r t+1 s t+1 = s,s t = s, a t = a) t R a ss = E(r t+1 s t+1 = s,s t = s, a t = a) R t = r t+1 + γr t γ T r t+t +1 = T

TD(0) Q AC (Reward): () Pr(r t+1 s t+1 = s,s t = s, a t = a) t R a ss = E(r t+1 s t+1 = s,s t = s, a t = a) R t = r t+1 + γr t γ T r t+t +1 = T () 2009 TD(0) Q AC 2009 1/42 2009 2/42 TD(0) Q AC (Renforcement Learnng) : (polcy) Acton: a t Agent (= Controller) Envronment (= Controlled object) State: s t Reward: r t TD(0) Q AC (Envronment) (Markov

More information

1000

1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 SL 1000 1000 1000 1000 1000 1000 1000 1000 1000 ( 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000

More information

2013 5

2013 5 12 (SL) (L) (SL) 2013 5 5 29 () 4 ( ) 7 17 20 ( ) 2 14. 4.17 14. 5. 1 14. 5.22 14. 6. 5 14. 4.17 14. 5. 1 14. 5. 8 14. 5.22 14. 4.17 14. 5. 1 14. 5.22 14. 6. 5 4 10 7 7 10 7 31 8 14.4.10 14.7.10 14.7.31

More information

90 0 4

90 0 4 90 0 4 6 4 GR 4 7 0 5 8 6 9 0 4 7 00 0 5 8 0 6 9 4 7 0 5 8 6 9 0 4 7 00 0 5 8 0 6 9 4 7 0 5 8 6 9 0 4 7 00 0 5 8 0 6 9 0 0 4 5 6 7 0 4 6 4 5 7 5 6 7 4 5 6 4 5 6 7 4 5 7 4 5 6 7 8 9 0 4 5 6 7 5 4 4

More information

P3FY-A JP.PDF

P3FY-A JP.PDF P3FY-A002-03 SCSI GP5-148 GP5-148(AcceleRAID 352) 1 1.1 2001 11 OS ( OS ) 4GByte 2 2.1 EzAssist RAID EzAssist Configure RAID Drive Automatic ( )Assisted( ) Custom ( ) 2.2 2000 7 EzAssist Perform Administration

More information

1 1.1 [ ]., D R m, f : D R n C -. f p D (df) p : (df) p : R m R n f(p + vt) f(p) : v lim. t 0 t, (df) p., R m {x 1,..., x m }, (df) p (x i ) =

1 1.1 [ ]., D R m, f : D R n C -. f p D (df) p : (df) p : R m R n f(p + vt) f(p) : v lim. t 0 t, (df) p., R m {x 1,..., x m }, (df) p (x i ) = 2004 / D : 0,.,., :,.,.,,.,,,.,.,,.. :,,,,,,,., web page.,,. C-613 e-mail tamaru math.sci.hiroshima-u.ac.jp url http://www.math.sci.hiroshima-u.ac.jp/ tamaru/index-j.html 2004 D - 1 - 1 1.1 [ ].,. 1.1.1

More information

untitled

untitled -- -- -3- % % % 6% % % 9 66 95 96 35 9 6 6 9 9 5 77 6 6 5 3 9 5 9 9 55 6 5 9 5 59 () 3 5 6 7 5 7 5 5 6 6 7 77 69 39 3 6 3 7 % % % 6% % % (: ) 6 65 79 7 3 36 33 9 9 5 6 7 3 5 3 -- 3 5 6 76 7 77 3 9 6 5

More information

untitled

untitled NO. 2007 10 10 34 10 10 0570-058-669 http://www.i-nouryoku.com/index.html (40 ) () 1 NO. 2007 10 10 2.2 2.2 130 70 20 80 30 () () 9 10 () 78 8 9 () 2 NO. 2007 10 10 4 7 3 NO. 2007 10 10 40 20 50 2 4 NO.

More information