p03.dvi

Size: px
Start display at page:

Download "p03.dvi"

Transcription

1 301 3 : 1

2 (1) f(x) = 0 f(x) x.,, z. : 2

3 (2) z f(z) = a 0 z n +a 1 z n 1 + +a n 1 z +a n f(z) = 0 ( ),. a 0, a n. : 3

4 (3),, B(s) = b 0s m +b 1 s m 1 + +b 0 A(s) s n +a 1 s n 1 +a n, (s n +a 1 s n 1 +a n = 0 ). : 4

5 (4),. n.. : 5

6 (5) Scilab, roots() ( 48 ). Scilab factors() : 6

7 Scilab Scilab.. : 7

8 (1) 2 x 2 Newton. Bairstow (1920 ) : 8

9 (2) Newton, Bairstow,.,. : 9

10 (3) scilab roots() Jenkins & Traub (1970 ) ( )., Bairstow, Scilab roots(), MATLAB roots(), Mathematica NSolve[]. : 10

11 (4) ( ). 1, [ 1,1] 1000,. : 11

12 (5) Scilab5.5.2forWindows64bit MATLAB R2015b for Windows 64bit Intel Core i GHz, 32GB of Memory, Windows7 Professional 64bit Service Pack 1 Mathematica: Mathematica for Microsoft Windows (64-bit), Intel(R) Core(TM) i5-2500k CPU 3.30GHz, 16.0GB of Memory, Windows7 Professional 64Bit Service Pack 1 : 12

13 (6) Scilab, Bairstow roots() Bairstow 10, 20 ( ) Scilab 100 : 13

14 (7) 10 Bairstow roots() f(x) : 14

15 (8) 20 20, Bairstow (?). roots(), 100,. : 15

16 (9) f(x) 10 3 x,,, f(x),, f(x). : 16

17 (10) 20,50,100 roots() roots() f(x) % 0.004% 0.316% f(x) :

18 (11) f(x) = 0, f(x) : 18

19 (12) %, 3 1. : 19

20 (13) MATLAB( ( 75000, 4990 )) Mathematica( ( )) :

21 (14) 100 ( 1, [ 1,1] ) MATLAB roots(), Mathematica NSolve[] : 21

22 (15) Scilab MATLAB Mathematica f(x) 0.316% 0.288% 0.197% f(x) : 22

23 (16).. (Bairstow ) : 23

24 (17)?(1),.,. : 24

25 (18)?(2). ( ),. : 25

26 (19), : 26

27 (20) Mathematica,.,,. Mathematica NSolve[] WorkingPrecision-> ,. : 27

28 (21) Mathematica Mathematica f(x) % 0% f(x) : 28

29 (1). Mathematica (Maple ). : 29

30 (2),. : 30

31 (1) Scilab roots() factors(). fsolve(),.,. : 31

32 (2) Newton. 2 Newton, 1 Newton.. : 32

33 (3) deff( [y]=f(x), y=x^2+1 ); deff( [y]=df(x), y=2*x ); x0=0.9*%i; //, %i x=x0;maxitr=100;smallth=1e-8; for itr=1:maxitr x=x-f(x)/df(x); if(abs(f(x))<smallth) break(); end end : 33

34 (4) x=x-f(x)/df(x) 1.. f df.. : 34

35 (5) 56 58,. Bairstow.,. : 35

36 deff( [y]=f(x), y=x^4-29*x^2-90*x-350 ); deff( [y]=df(x), y=4*x^3-58*x-90 ); x0list=[-8,10,-2+2*%i,-2-2*%i]; x=x0list; maxitr=100;smallth=1e-8; for i=1:length(x) for itr=1:maxitr x(i)=x(i)-f(x(i))/df(x(i)); if(abs(f(x(i)))<smallth) break(); end end end : 36

37 (6) Newton.,,. : 37

38 (7) Scilab Jenkins & Traub. (Durand Kerner Ehrlich Aberth ).. : 38

39 (8) Newton,, ( 1967 ).. : 39

40 (1) Taylor : 40

41 (2) p(z) = a 0 z n +a 1 z n 1 + +z n, p(z) = 0. z 0, p(z 0 +ζ) z 0 Taylor n p (k) (z 0 ) p(z 0 +ζ) = p(z 0 )+ ζ k k! k=1 : 41

42 (3) p(z 0 +ζ) = p(z 0 )+ n p (k) (z 0) k=1 ζ k k! k = 1,2,...,n, Taylor k p(k) (z 0 ) ζ k p(z k! 0 +ζ),.,. p(z 0 +ζ) p(z 0 )+ p(k) (z 0 ) ζ k k! : 42

43 (4) p(z 0 + ζ) = 0, 0 = p(z 0 ) + p (k) (z 0 ) ζ k, k! ( ζ(k) = k!p(z ) 1/k 0) p (k) (z 0 ) k (k ). : 43

44 (5) ζ(1),ζ(2),...,ζ(n). ζ(1),ζ(2),...,ζ(n), z 0 : z 0 = z 0 +ζ(k) ( ζ(k) ζ(1),ζ(2),...,ζ(n). : 44

45 (6), backtracking ( ), p(z 0 + µζ(k)) p(z 0 ),ζ(k) µ. ζ(k), p(z 0 +ζ). : 45

46 (7),, p(z 0 ). p(z) = 0,. : 46

47 (8) : z β, λ ( 0 < β < 1, λ > 1). : p(z). 1. µ=1. ( 1/k 2. k 1,...,n, ζ(k) = µ k!p(z0) p (z0)). (k) 3. {ζ(1),...,ζ(n)} ζ(s) ( ). 4. ζ(s) {ξ1,...,ξs}. { p(z+ξ1),..., p(z+ξs) } p(z+ξt). 5. p(z+ξt) < (1 (1 β)µ)p(z) z = z +ξt. µ = µ/λ 2. : 47

48 (9),,,, 1994.,., Jenkins & Traub. : 48

49 Horner (1),.,. Horner ( ). : 49

50 Horner (2),,, 1994., p(z) = a 0 z 3 +a 1 z 2 +a 2 z+a 3, z c.. 2 Horner. : 50

51 Horner (3) c 1 ( ) a 0 1 = a 1 a 0 2 = a 2 a 0 3 = a 3 a 1 0 = a 0 a 1 1 = a1 0 c+a0 1 a 1 2 = a1 1 c+a0 2 a 1 3 = a1 2 c+a0 3 a 2 0 = a 0 a 2 1 = a2 0 c+a1 1 a 2 2 = a2 1 c+a1 2 a 3 0 = a 0 a 3 1 = a 3 0c+a 2 1 a 4 0 = a 0 : 51

52 Horner (4) a 1 a 2 a 3 a 0 a 0 c+a 1 a 0 c 2 +a 1 c+a 2 a 0 c 3 +a 1 c 2 +a 2 c+a 3 a 0 2a 0 c+a 1 3a 0 c 2 +2a 1 c+a 2 a 0 3a 0 c+a 1 a 0 p(z) = a 0 z 3 +a 1 z 2 +a 2 z +a 3 : 52

53 Horner (5) a 1 a 2 a 3 a 0 a 0 c+a 1 a 0 c 2 +a 1 c+a 2 p(c) a 0 2a 0 c+a 1 p (c) 1 a 0 2! p (c) 1 3! p (c) : 53

54 Horner (6)., c. : 54

-1-1 1 1 1 1 12 31 2 2 3 4

-1-1 1 1 1 1 12 31 2 2 3 4 2007 -1-1 1 1 1 1 12 31 2 2 3 4 -2-5 6 CPU 3 Windows98 1 -3-2. 3. -4-4 2 5 1 1 1 -5- 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000-6- -7-1 Windows 2 -8-1 2 3 4 - - 100,000 200,000 500,000

More information

459

459 459 40 5 200606-1,940 7 - - - 480.2 3.6+0.8 40 4,00010 0.791 50 5 200608-2,740 5 - - - 600.2 4.1+0.8 51 4,00010 1.122 65 5 200610-3,500 5 - - - 760.3 4.1+0.8 67 4,00010 1.445 75 5 200611-5,360 3 - - -

More information

untitled

untitled ( x, T ( x, T = D t T, x, t, (1-1) x D T T HP 005 HP http://www.nuce.nagoyau.ac.jp/e8/matsuoka/mathce/05mathce.html 10/18 T ( x, 0) = Ti ( x) (1-) T ( 0, = Tb0( T ( l, = Tbe ( (1-3) 1 Dirichlet Excel Octave

More information

研修コーナー

研修コーナー l l l l l l l l l l l α α β l µ l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l

More information

FX ) 2

FX ) 2 (FX) 1 1 2009 12 12 13 2009 1 FX ) 2 1 (FX) 2 1 2 1 2 3 2010 8 FX 1998 1 FX FX 4 1 1 (FX) () () 1998 4 1 100 120 1 100 120 120 100 20 FX 100 100 100 1 100 100 100 1 100 1 100 100 1 100 101 101 100 100

More information

MSAC-EX1

MSAC-EX1 3-218-418-02 (1) ExpressCard MSAC-EX1 b 2 MSAC-EX1 3 Program 2007 Sony Corporation Documentation 2007 Sony Corporation Memory Stick MagicGate Memory Stick Memory Stick Duo MagicGate Memory Stick Duo Memory

More information

C 2 2.1? 3x 2 + 2x + 5 = 0 (1) 1

C 2 2.1? 3x 2 + 2x + 5 = 0 (1) 1 2006 7 18 1 2 C 2 2.1? 3x 2 + 2x + 5 = 0 (1) 1 2 7x + 4 = 0 (2) 1 1 x + x + 5 = 0 2 sin x x = 0 e x + x = 0 x = cos x (3) x + 5 + log x? 0.1% () 2.2 p12 3 x 3 3x 2 + 9x 8 = 0 (4) 1 [ ] 1/3 [ 2 1 ( x 1

More information

Nikon デジタルカメラ COOLPIX P6000 簡単操作ガイド

Nikon デジタルカメラ COOLPIX P6000 簡単操作ガイド Nikon Transfer Jp COOLPIX P6000 Software Suite Welcome Nikon AC 2 COOLPIX P6000 BS-1 Li-ion EN-EL5 AC EH-66 USB UC-E6 EG-CP14 Software Suite (CD-ROM) SD SD 177 SD 3 1 2 3 6 7 8 9 10 11 4 5 12 13 14 1 2

More information

LFA-PC20

LFA-PC20 2-889-816-02(1) LFA-PC20 2006 Sony Corporation ?... 4?... 4?... 5... 7... 8... 8... 11... 11... 13 /... 15 /... 17... 19 /... 19... 29... 31... 31... 32... 33... 34... 35 2 ... 36... 36... 42... 43...

More information

2 3 4 The Professional 5 6 7 8 9 10 11 12 13 S A L A 14 15 16 17 18 452 19 20 840 270 66 229 1 1 1 1 1 1 1 1 1 1 1 21 1 1 1 1 1 1 1 1 1 1 1 1 1 1 22 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

More information

An Interactive Visualization System of Human Network for Multi-User Hiroki Akehata 11N F

An Interactive Visualization System of Human Network for Multi-User Hiroki Akehata 11N F An Interactive Visualization System of Human Network for Multi-User Hiroki Akehata 11N8100002F 2013 3 ,.,.,.,,., (, )..,,,.,,.,, SPYSEE. SPYSEE,,., 2,,.,,.,,,,.,,,.,, Microsoft Microsoft PixelSense Samsung

More information

DCR-SR100

DCR-SR100 x ImageMixer for HDD Camcorder 2-672-704-01(1) x http://www.pixela.co.jp/oem/sony/j/ x ImageMixer for HDD Camcorder 06-6633-3900 95 DCR-SR100 6 DVD 9 / 13 DVD 20 25 28 / 100 VOC Printed in Japan 2006 Sony

More information

imageWARE Prepress Manager V1カタログ

imageWARE Prepress Manager V1カタログ imageware Prepress Manager 1 Word Excel PowerPoint imageware Prepress Manager 2 imageware Prepress Manager 2 imageware Prepress Manager 2 imageware Prepress Manager 2 3 4 imageware Prepress Manager 5 imageware

More information

[1] [2] [3] (RTT) 2. Android OS Android OS Google OS 69.7% [4] 1 Android Linux [5] Linux OS Android Runtime Dalvik Dalvik UI Application(Home,T

[1] [2] [3] (RTT) 2. Android OS Android OS Google OS 69.7% [4] 1 Android Linux [5] Linux OS Android Runtime Dalvik Dalvik UI Application(Home,T LAN Android Transmission-Control Middleware on multiple Android Terminals in a WLAN Environment with consideration of Round Trip Time Ai HAYAKAWA, Saneyasu YAMAGUCHI, and Masato OGUCHI Ochanomizu University

More information

1 Scilab 1.1 PDF Scilab URL http://st4a.stelab.nagoya-u.ac.jp/machidalab/enshu2013.html ( ) 1.2 Scilab Scilab () MATLAB ( ) MATLAB Windows Scilab linux PC Scilab URL http://www.scilab.org/download/ (Scilab

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

untitled

untitled LAUNCH SYSTEM V 2.3 VFit VTeach VRange 1 2011 3 AccuVectorX Launch System...4 (Windows XP)...5 (Windows Vista/Windows 7)...6...6...7...7 AccuSport AccuVectorX...8 Windows XP...9 Windows Vista 7. 10 (Windows

More information

Boot Camp インストールと設定ガイド

Boot Camp インストールと設定ガイド Boot Camp 4 5 6 6 1 6 2 Boot Camp 6 3 Windows 6 4 Boot Camp Windows 6 1 6 2 Boot Camp 6 Windows 7 7 3 Windows 8 Windows 10 Windows 10 Windows 10 Windows 10 Windows 11 Windows 11 11 4 Windows Boot Camp

More information

デジタルカメラ COOLPIX S210 簡単操作ガイド

デジタルカメラ COOLPIX S210 簡単操作ガイド COOLPIX S210 Li-ion EN-EL10 CHARGE MH-63 LITHIUM ION BATTERY CHARGER MH-63 USB UC-E6 Software Suite (CD-ROM) EG-CP14 A3 SD SD 115 SD Software Suite Welcome Nikon A: 2 Step 1 Step 2 Li-ion EN-EL10 MH-63

More information

5 5.1 E 1, E 2 N 1, N 2 E tot N tot E tot = E 1 + E 2, N tot = N 1 + N 2 S 1 (E 1, N 1 ), S 2 (E 2, N 2 ) E 1, E 2 S tot = S 1 + S 2 2 S 1 E 1 = S 2 E

5 5.1 E 1, E 2 N 1, N 2 E tot N tot E tot = E 1 + E 2, N tot = N 1 + N 2 S 1 (E 1, N 1 ), S 2 (E 2, N 2 ) E 1, E 2 S tot = S 1 + S 2 2 S 1 E 1 = S 2 E 5 5.1 E 1, E 2 N 1, N 2 E tot N tot E tot = E 1 + E 2, N tot = N 1 + N 2 S 1 (E 1, N 1 ), S 2 (E 2, N 2 ) E 1, E 2 S tot = S 1 + S 2 2 S 1 E 1 = S 2 E 2, S 1 N 1 = S 2 N 2 2 (chemical potential) µ S N

More information

Nikon COOLPIX S700 簡単操作ガイド

Nikon COOLPIX S700 簡単操作ガイド Nikon Transfer S700 Jp COOLPIX S700 AN-CP14 Li-ion EN-EL10 CHARGE MH-63 LITHIUM ION BATTERY CHARGER PV-17 MH-63 A3 SD SD 115 SD Software Suite (CD-ROM) Software Suite Welcome Nikon A: / USB UC-E12 2 Step

More information

.1 z = e x +xy y z y 1 1 x 0 1 z x y α β γ z = αx + βy + γ (.1) ax + by + cz = d (.1') a, b, c, d x-y-z (a, b, c). x-y-z 3 (0,

.1 z = e x +xy y z y 1 1 x 0 1 z x y α β γ z = αx + βy + γ (.1) ax + by + cz = d (.1') a, b, c, d x-y-z (a, b, c). x-y-z 3 (0, .1.1 Y K L Y = K 1 3 L 3 L K K (K + ) 1 1 3 L 3 K 3 L 3 K 0 (K + K) 1 3 L 3 K 1 3 L 3 lim K 0 K = L (K + K) 1 3 K 1 3 3 lim K 0 K = 1 3 K 3 L 3 z = f(x, y) x y z x-y-z.1 z = e x +xy y 3 x-y ( ) z 0 f(x,

More information

2nd-1.dvi

2nd-1.dvi 7 ZEAL : OptiPlex GX 7 ZEAL ZEAL-Z ZEAL-C ZEAL-C CPU Memory OS Intel Pentium (3GHz) GB Windows Vista Business (-bit) ZEAL Microsoft Windows Mobile 5. ZEAL Bluetooth 3 ZEAL 5 Microsoft Visual C# 5 66 OS

More information

iphone GPGPU GPU OpenCL Mac OS X Snow LeopardOpenCL iphone OpenCL OpenCL NVIDIA GPU CUDA GPU GPU GPU 15 GPU GPU CPU GPU iii OpenMP MPI CPU OpenCL CUDA OpenCL CPU OpenCL GPU NVIDIA Fermi GPU Fermi GPU GPU

More information

医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 第 2 版 1 刷発行時のものです.

医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 第 2 版 1 刷発行時のものです. 医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/009192 このサンプルページの内容は, 第 2 版 1 刷発行時のものです. i 2 t 1. 2. 3 2 3. 6 4. 7 5. n 2 ν 6. 2 7. 2003 ii 2 2013 10 iii 1987

More information

InterSafe Personal_v2.3 ユーザーズガイド_初版

InterSafe Personal_v2.3 ユーザーズガイド_初版 InterSafe Personal v2.3 1. 3 1-1. 4 1-2. 5 InterSafe Personal 5 1-3. InterSafe Personal 6 6 7 8 2. 9 2-1. 10 2-2. 14 2-3. 17 17 17 2 18 19 21 3. 22 3-1. 23 23 3-2. [ ] 24 [ ] 24 [ ] 24 3-3. [ ] 25 [ ]

More information

HP Workstation Xeon 5600

HP Workstation Xeon 5600 HP Workstation Xeon 5600 HP 2 No.1 HP 5 3 Z 2No.1 HP :IDC's Worldwide Quarterly Workstation Tracker, 2009 Q4 14.0in Wide HP EliteBook 8440w/CT Mobile Workstation 15.6in Wide HP EliteBook 8540w Mobile Workstation

More information

P3PC

P3PC P3PC-4252-03 fi-7160/ fi-7260/ fi-7180/ fi-7280 *P3PC-4252-03* PDF Setup DVD-ROM Microsoft Corporation Microsoft Windows Windows Server Windows Vista Excel SharePoint Microsoft Corporation Word Microsoft

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63>

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63> MATLAB/Simulink による現代制御入門 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/9241 このサンプルページの内容は, 初版 1 刷発行当時のものです. i MATLAB/Simulink MATLAB/Simulink 1. 1 2. 3. MATLAB/Simulink

More information

P3PC

P3PC P3PC-2412-05 ScanSnap S1500 S1500MScanSnap ScanSnap ScanSnap Setup DVD- ROM PDFScanSnap Microsoft Windows Windows Vista Microsoft Excel PowerPoint Microsoft Corporation Apple Apple Mac Mac OS iphoto Apple

More information

ニコンデジタルカメラ COOLPIX P5100 簡単操作ガイド

ニコンデジタルカメラ COOLPIX P5100 簡単操作ガイド Nikon Transfer P5100 Jp COOLPIX P5100 MH-61 Li-ion EN-EL5 AN-CP16 USB UC-E6 EG-CP14 Software Suite (CD-ROM) A3 SD SD 136 SD Software Suite Welcome Nikon A: 2 Step 1 2 Step 2 Li-ion EN-EL5 MH-61 2.1 AC

More information

LMC-CA64U2K

LMC-CA64U2K LMC-CA64U2K V04 INTERNAL USB 2.0 Memory Card READER ... 1... 4... 5... 5... 6... 8... 8... 12 USB 2.0... 14... 15... 15 USB... 16 USB... 19... 24 Windows XP... 24 Windows Me... 25 Windows 98... 28 WIndows

More information

nakata/nakata.html p.1/20

nakata/nakata.html p.1/20 http://www.me.titech.ac.jp/ nakata/nakata.html p.1/20 1-(a). Faybusovich(1997) Linear systems in Jordan algebras and primal-dual interior-point algorithms,, Euclid Jordan p.2/20 Euclid Jordan V Euclid

More information

EPSON Easy Interactive Tools Ver.2 Operation Guide

EPSON Easy Interactive Tools Ver.2 Operation Guide Easy Interactive Tools Ver.2 Easy Interactive Tools Ver.2 Easy Interactive Tools Easy Interactive Tools s p.10 Mac OS XEasy Interactive Driver Ver.2.XX s Easy Interactive Pen s p.7 2 2Easy Interactive

More information

untitled

untitled PC 2010 12 PC A PC BDay 1 B PC B * B* B Easy * B B B B B C C PC CD/DVD C PC PC PC PC PC () ( ) -1- *) -2- PC PC PC PC PC 0120-97-1048 043-298-8780 PC PC PC PC PC PDA PC PC 0120-97-1048 043-298-8780 PC

More information

f(x) = f(x ) + α(x)(x x ) α(x) x = x. x = f (y), x = f (y ) y = f f (y) = f f (y ) + α(f (y))(f (y) f (y )) f (y) = f (y ) + α(f (y)) (y y ) ( (2) ) f

f(x) = f(x ) + α(x)(x x ) α(x) x = x. x = f (y), x = f (y ) y = f f (y) = f f (y ) + α(f (y))(f (y) f (y )) f (y) = f (y ) + α(f (y)) (y y ) ( (2) ) f 22 A 3,4 No.3 () (2) (3) (4), (5) (6) (7) (8) () n x = (x,, x n ), = (,, n ), x = ( (x i i ) 2 ) /2 f(x) R n f(x) = f() + i α i (x ) i + o( x ) α,, α n g(x) = o( x )) lim x g(x) x = y = f() + i α i(x )

More information

フカシギおねえさん問題の高速計算アルゴリズム

フカシギおねえさん問題の高速計算アルゴリズム JST ERATO 2013/7/26 Joint work with 1 / 37 1 2 3 4 5 6 2 / 37 1 2 3 4 5 6 3 / 37 : 4 / 37 9 9 6 10 10 25 5 / 37 9 9 6 10 10 25 Bousquet-Mélou (2005) 19 19 3 1GHz Alpha 8 Iwashita (Sep 2012) 21 21 3 2.67GHz

More information

untitled

untitled A = QΛQ T A n n Λ Q A = XΛX 1 A n n Λ X GPGPU A 3 T Q T AQ = T (Q: ) T u i = λ i u i T {λ i } {u i } QR MR 3 v i = Q u i A {v i } A n = 9000 Quad Core Xeon 2 LAPACK (4/3) n 3 O(n 2 ) O(n 3 ) A {v i }

More information

: 1g99p038-8

: 1g99p038-8 16 17 : 1g99p038-8 1 3 1.1....................................... 4 1................................... 5 1.3.................................. 5 6.1..................................... 7....................................

More information

Ironman_CMKK.fm

Ironman_CMKK.fm USB Sound Core3D / PC/Mac THX TruStudio Pro CrystalVoice Dolby Digital Dolby Digital 3D / Xbox 360 PS3 : USB 1.1 2.0 PC Mac : 1GB 600MB USB 1.1 2.0 Windows Microsoft Windows 7 32-bit 64-bit Windows Vista

More information

MATLAB® における並列・分散コンピューティング ~ Parallel Computing Toolbox™ & MATLAB Distributed Computing Server™ ~

MATLAB® における並列・分散コンピューティング ~ Parallel Computing Toolbox™ & MATLAB Distributed Computing Server™ ~ MATLAB における並列 分散コンピューティング ~ Parallel Computing Toolbox & MATLAB Distributed Computing Server ~ MathWorks Japan Application Engineering Group Takashi Yoshida 2016 The MathWorks, Inc. 1 System Configuration

More information

かんたんスタートガイド

かんたんスタートガイド かんたんスタートガイド Kaspersky Small Office Security 1. 3 2. 6 2-1. 6 3. 9 4. 10 4-1. Windows PC 10 4-2. Mac 13 4-3. Android 16 4-4 Windows 20 5. 23 5-1. 23 5-2. 24 5-3. 25 6. 32 7. 35 2 1 カスペルスキースモールオフィスセキュリティの特徴

More information

atama.dvi

atama.dvi 1 1 1 2 1.1..................................... 2 1.2 WWW....................................... 3 1.3......................................... 3 1.4................................... 3 1.5..............................

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

d dt A B C = A B C d dt x = Ax, A 0 B 0 C 0 = mm 0 mm 0 mm AP = PΛ P AP = Λ P A = ΛP P d dt x = P Ax d dt (P x) = Λ(P x) d dt P x =

d dt A B C = A B C d dt x = Ax, A 0 B 0 C 0 = mm 0 mm 0 mm AP = PΛ P AP = Λ P A = ΛP P d dt x = P Ax d dt (P x) = Λ(P x) d dt P x = 3 MATLAB Runge-Kutta Butcher 3. Taylor Taylor y(x 0 + h) = y(x 0 ) + h y (x 0 ) + h! y (x 0 ) + Taylor 3. Euler, Runge-Kutta Adams Implicit Euler, Implicit Runge-Kutta Gear y n+ y n (n+ ) y n+ y n+ y n+

More information

1 Edward Waring Lagrange n {(x i, y i )} n i=1 x i p i p i (x j ) = δ ij P (x) = p i p i (x) = n y i p i (x) (1) i=1 n j=1 j i x x j x i x j (2) Runge

1 Edward Waring Lagrange n {(x i, y i )} n i=1 x i p i p i (x j ) = δ ij P (x) = p i p i (x) = n y i p i (x) (1) i=1 n j=1 j i x x j x i x j (2) Runge Edwrd Wring Lgrnge n {(x i, y i )} n x i p i p i (x j ) = δ ij P (x) = p i p i (x) = n y i p i (x) () n j= x x j x i x j (2) Runge [] [2] = ξ 0 < ξ < ξ n = b [, b] [ξ i, ξ i ] y = /( + 25x 2 ) 5 2,, 0,,

More information

Nikon デジタルカメラ COOLPIX P100 簡単スタートガイド

Nikon デジタルカメラ COOLPIX P100 簡単スタートガイド 3 5 12 16 21 Jp COOLPIX P100 Software Suite Nikon AC AC 2 COOLPIX P100 Li-ion EN-EL5 AC EH-68P LC-CP21 USB UC-E6 EG-CP14 Software Suite (CD-ROM) SD SD 180 SD 3 1 2 3 4 5 6 7 8 9 1 m 2 x 3 4 5 6 7 / 8 s

More information

untitled

untitled NeoPre NeoPre ( ) TEL092-947-2304 Microsoft AccessPowerPoint CPU 500MHz 256MB 512MB 1.5GB MicrosoftAccess 1024x768 Microsoft Windows(R) XP Service Pack (SP) 2 Microsoft Access2003 Microsoft Powerpoint2003

More information

DVIOUT

DVIOUT A. A. A-- [ ] f(x) x = f 00 (x) f 0 () =0 f 00 () > 0= f(x) x = f 00 () < 0= f(x) x = A--2 [ ] f(x) D f 00 (x) > 0= y = f(x) f 00 (x) < 0= y = f(x) P (, f()) f 00 () =0 A--3 [ ] y = f(x) [, b] x = f (y)

More information

橋梁修繕管理システム Ver2.0 システムマニュアル 姫川橋 平成 27年6月 長 野 県 システム リリース 時 期 システム 改 良 内 容 Ver1.2 平 成 26 年 3 月 新 規 リリース Ver2.0 平 成 27 年 6 月 < 背 景 > 道 路 法 施 行 規 則 の 一 部 改 正 (H26.7.1)に 伴 い 長 野 県 橋 梁 定 期

More information

v er.1/ c /(21)

v er.1/ c /(21) 12 -- 1 1 2009 1 17 1-1 1-2 1-3 1-4 2 2 2 1-5 1 1-6 1 1-7 1-1 1-2 1-3 1-4 1-5 1-6 1-7 c 2011 1/(21) 12 -- 1 -- 1 1--1 1--1--1 1 2009 1 n n α { n } α α { n } lim n = α, n α n n ε n > N n α < ε N {1, 1,

More information

LANFTP 1 FTP 047 PC 016 FTP HTTP 024 iphone Camera Control Pro 2 ii

LANFTP 1 FTP 047 PC 016 FTP HTTP 024 iphone Camera Control Pro 2 ii Jp LANFTP 1 FTP 047 PC 016 FTP 2 021 HTTP 024 iphone Camera Control Pro 2 ii 3 WT-5 051 A 07 FTP 039 WT-4 iii http://www.nikon-image.com/support/ CompactFlash TM SanDisk XQD Microsoft Windows Windows Vista

More information

TRAVENTY CG V 動作検証報告書

TRAVENTY CG V 動作検証報告書 SHARP 303SH(smartphone) 動作検証報告書 DeviceLock 7.3 (Build 54480) 2014 年 8 月 検証目的 SHARP 303SH スマートフォンと DeviceLock7.3 を組合せた動作を確認する 検証準備検証環境 Windows 7 コンピュータ : Mouse Computer 0707MDV-AD4810X-N CPU : Intel(R)

More information

COOLPIX S8000 Software Suite Nikon AC AC 2

COOLPIX S8000 Software Suite Nikon AC AC 2 3 4 9 12 17 Jp COOLPIX S8000 Software Suite Nikon AC AC 2 COOLPIX S8000 Li-ion EN-EL12 AC EH-68P USB UC-E6 EG-CP14 Software Suite CD-ROM SD SD 150 SD 1 2 3 14 13 12 4 5 6 7 8 9 10 11 1 / 2 3 4 / 5 6 A

More information

untitled

untitled ,, 2 2.,, A, PC/AT, MB, 5GB,,,, ( ) MB, GB 2,5,, 8MB, A, MB, GB 2 A,,,? x MB, y GB, A (), x + 2y () 4 (,, ) (hanba@eee.u-ryukyu.ac.jp), A, x + 2y() x y, A, MB ( ) 8 MB ( ) 5GB ( ) ( ), x x x 8 (2) y y

More information

OVERVIEW ProLiant ML110 G2 Storage Server ProLiant ML110 G2 Storage Server A C D SATA NH 320GB 01 (1TB) (1TB) Ultra320 SCSI 6 SATA RAID Serial

OVERVIEW ProLiant ML110 G2 Storage Server ProLiant ML110 G2 Storage Server A C D SATA NH 320GB 01 (1TB) (1TB) Ultra320 SCSI 6 SATA RAID Serial HP ProLiant ML110 Generation 2 Storage Server 2006 4 6 1 OVERVIEW ProLiant ML110 G2 Storage Server ProLiant ML110 G2 Storage Server A C D 01 3.5 SATA NH 320GB 01 (1TB) (1TB) Ultra320 SCSI 6 SATA RAID Serial

More information

d ϕ i) t d )t0 d ϕi) ϕ i) t x j t d ) ϕ t0 t α dx j d ) ϕ i) t dx t0 j x j d ϕ i) ) t x j dx t0 j f i x j ξ j dx i + ξ i x j dx j f i ξ i x j dx j d )

d ϕ i) t d )t0 d ϕi) ϕ i) t x j t d ) ϕ t0 t α dx j d ) ϕ i) t dx t0 j x j d ϕ i) ) t x j dx t0 j f i x j ξ j dx i + ξ i x j dx j f i ξ i x j dx j d ) 23 M R M ϕ : R M M ϕt, x) ϕ t x) ϕ s ϕ t ϕ s+t, ϕ 0 id M M ϕ t M ξ ξ ϕ t d ϕ tx) ξϕ t x)) U, x 1,...,x n )) ϕ t x) ϕ 1) t x),...,ϕ n) t x)), ξx) ξ i x) d ϕi) t x) ξ i ϕ t x)) M f ϕ t f)x) f ϕ t )x) fϕ

More information

Release Note for Central Configuration Tool V1.1.1 (Japanese)

Release Note for Central Configuration Tool V1.1.1 (Japanese) Central Configuration Tool リリースノート ソフトウェアバージョン 1.1.1 第 2 版 ( 最終修正日 2013 年 10 月 10 日 ) c 2013 Sony Corporation 著作権について権利者の許諾を得ることなく このソフトウェアおよび本書の内容の全部または一部を複写すること およびこのソフトウェアを賃貸に使用することは 著作権法上禁止されております

More information

Printer Driverセットアップ編

Printer Driverセットアップ編 Microsoft MS-DOS Windows Windows Server Windows Vista Internet Explorer PowerPoint Outlook Microsoft Corporation Microsoft Corporation Intel Intel Inside Itanium Pentium Intel Corporation USB-IF Universal

More information

2014-11.key

2014-11.key 2014-11 1 2 3 4 5 7 8 9 10 11 12 PC 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 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68

More information

「東京こどもネット・ケータイヘルプデスク(こたエール)」平成22年度相談実績の概要

「東京こどもネット・ケータイヘルプデスク(こたエール)」平成22年度相談実績の概要 734, 35% 62, 11% 84, 16% 530, 26% 235, 11% PC) 396, 73% 579, 28% ) (21 ) 2 3 4 5 6 7 8 9 10 11 12 13 200 150 100 22 182 200 150 100 22 50 54 PC 49 52 PC 50 41 14 17 1 1 4 16 3 6 14 180 250 200 150 235

More information

6 30 2005 10 1 65 2,682 00 21.9 481 1 2,776 21.0 15 1,740 00 5.8 107 13.6 40 2025 24.2-0 - -1 - -2 - -3 - -4 - -5 - -6 - -7 - -8- -9 - - 10 - -11 - - 12 - - 13-10 11 59 4 59 3 10 17 - 14 - - 15 - - 16

More information

A B P (A B) = P (A)P (B) (3) A B A B P (B A) A B A B P (A B) = P (B A)P (A) (4) P (B A) = P (A B) P (A) (5) P (A B) P (B A) P (A B) A B P

A B P (A B) = P (A)P (B) (3) A B A B P (B A) A B A B P (A B) = P (B A)P (A) (4) P (B A) = P (A B) P (A) (5) P (A B) P (B A) P (A B) A B P 1 1.1 (population) (sample) (event) (trial) Ω () 1 1 Ω 1.2 P 1. A A P (A) 0 1 0 P (A) 1 (1) 2. P 1 P 0 1 6 1 1 6 0 3. A B P (A B) = P (A) + P (B) (2) A B A B A 1 B 2 A B 1 2 1 2 1 1 2 2 3 1.3 A B P (A

More information

30

30 3 ............................................2 2...........................................2....................................2.2...................................2.3..............................

More information

COOLPIX S203 Software Suite CD-ROM Software Suite CD-ROM Adobe Reader Adobe Acrobat Reader Ver. 5.0 1 131 3 2 COOLPIX S203 3 INDEX.pdf 4 Adobe Web Sof

COOLPIX S203 Software Suite CD-ROM Software Suite CD-ROM Adobe Reader Adobe Acrobat Reader Ver. 5.0 1 131 3 2 COOLPIX S203 3 INDEX.pdf 4 Adobe Web Sof 3 4 9 12 17 20 Jp COOLPIX S203 Software Suite CD-ROM Software Suite CD-ROM Adobe Reader Adobe Acrobat Reader Ver. 5.0 1 131 3 2 COOLPIX S203 3 INDEX.pdf 4 Adobe Web Software Suite Nikon AC 2 COOLPIX S203

More information

研究紀要 第5号

研究紀要 第5号 3 4 5 6 7 8 a s d f a 9 10 s d a 11 12 s d f g 13 h j a d s 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 a 35 s 36 a 37 s 38 a 39 s 40 a 41 s d 42 f 43 44 46 47 48 49 50 a s d as d 51

More information

Release Note for Recording Server Monitoring Tool V1.1.1 (Japanese)

Release Note for Recording Server Monitoring Tool V1.1.1 (Japanese) Recording Server Monitoring Tool リリースノート ソフトウェアバージョン 1.1.1 第 2 版 ( 最終修正日 2013 年 10 月 10 日 ) c 2013 Sony Corporation 著作権について権利者の許諾を得ることなく このソフトウェアおよび本書の内容の全部または一部を複写すること およびこのソフトウェアを賃貸に使用することは 著作権法上禁止されております

More information

Office BCP () Office Microsoft Exchange Exchange Server Exchange Online Exchange Server Exchange Online Exchange Exchange 1997 Exc

Office BCP () Office Microsoft Exchange Exchange Server Exchange Online Exchange Server Exchange Online Exchange Exchange 1997 Exc Microsoft Exchange 2015 Office BCP () Office Microsoft Exchange Exchange Server Exchange Online 2012 12 Exchange Server 2013 2013 1 Exchange Online Exchange Exchange 1997 Exchange ActiveSync 2001 Exchange

More information

▼ RealSecure Desktop Protector 7

▼ RealSecure Desktop Protector 7 System Scanner / Assuria Auditor 4.x システム要件 2006 年 9 月 8 日 System Scanner / Assuria Auditor 4.x システム要件... 1 System Scanner Console... 1 System Scanner 4.2.5 Console... 1 System Scanner 4.2 Console... 2

More information

W u = u(x, t) u tt = a 2 u xx, a > 0 (1) D := {(x, t) : 0 x l, t 0} u (0, t) = 0, u (l, t) = 0, t 0 (2)

W u = u(x, t) u tt = a 2 u xx, a > 0 (1) D := {(x, t) : 0 x l, t 0} u (0, t) = 0, u (l, t) = 0, t 0 (2) 3 215 4 27 1 1 u u(x, t) u tt a 2 u xx, a > (1) D : {(x, t) : x, t } u (, t), u (, t), t (2) u(x, ) f(x), u(x, ) t 2, x (3) u(x, t) X(x)T (t) u (1) 1 T (t) a 2 T (t) X (x) X(x) α (2) T (t) αa 2 T (t) (4)

More information

困ったときのQ&A

困ったときのQ&A Q&A XP 1 2 3 Q&A Q&A Q&A Q&A Q&A Q&A Q&A Q&A Q&A Q&A Q&A Q&A LAN Q&A 5 8 9 13 14 15 17 19 20 23 24 27 28 Microsoft Windows XP Professional Service Pack 2 Microsoft Windows XP Professional Service Pack

More information

Totally Integrated Automation Portal TIA(Totally Integrated Automation Portal) HMI 直感的な操作 効率的な設定 資産の再利用が可能 TIA TIA WinCCV13 SCADA SCADA 2

Totally Integrated Automation Portal TIA(Totally Integrated Automation Portal) HMI 直感的な操作 効率的な設定 資産の再利用が可能 TIA TIA WinCCV13 SCADA SCADA 2 www.siemens.co.jp/ad/ TIA SIMATIC WinCC HMI HMI Totally Integrated Automation Portal TIA(Totally Integrated Automation Portal) HMI 直感的な操作 効率的な設定 資産の再利用が可能 TIA TIA WinCCV13 SCADA SCADA 2 HMI SIMATIC WinCC

More information

Windows XP Windows Me Windows 98 Second Edition Windows /... 25

Windows XP Windows Me Windows 98 Second Edition Windows /... 25 LVC-MPEG2/P_V01 PCI TV TUNER & VIDEO CAPTURE BOARD TV LVC-MPEG2/P ... 1... 3... 3... 4... 5... 5... 7... 8... 8... 10... 15 Windows XP... 15 Windows Me... 18 Windows 98 Second Edition... 19 Windows 2000...

More information

Support Vector Machine (SVM) 4 SVM SVM 2 80% 100% SVM SVM SVM 4 SVM 2 2 SVM 4

Support Vector Machine (SVM) 4 SVM SVM 2 80% 100% SVM SVM SVM 4 SVM 2 2 SVM 4 Analysis of Groove Feelings of Drums Plays 47 56340 19 1 31 Support Vector Machine (SVM) 4 SVM SVM 2 80% 100% SVM SVM SVM 4 SVM 2 2 SVM 4 1 1 1.1........................................ 1 1.1.1.............................

More information

Emacs ML let start ::= exp (1) exp ::= (2) fn id exp (3) ::= (4) (5) ::= id (6) const (7) (exp) (8) let val id = exp in

Emacs ML let start ::= exp (1) exp ::= (2) fn id exp (3) ::= (4) (5) ::= id (6) const (7) (exp) (8) let val id = exp in Emacs, {l06050,sasano}@sic.shibaura-it.ac.jp Eclipse Visual Studio Standard ML Haskell Emacs 1 Eclipse Visual Studio variable not found LR(1) let Emacs Emacs Emacs Java Emacs JDEE [3] JDEE Emacs Java 2

More information

ax 2 + bx + c = n 8 (n ) a n x n + a n 1 x n a 1 x + a 0 = 0 ( a n, a n 1,, a 1, a 0 a n 0) n n ( ) ( ) ax 3 + bx 2 + cx + d = 0 4

ax 2 + bx + c = n 8 (n ) a n x n + a n 1 x n a 1 x + a 0 = 0 ( a n, a n 1,, a 1, a 0 a n 0) n n ( ) ( ) ax 3 + bx 2 + cx + d = 0 4 20 20.0 ( ) 8 y = ax 2 + bx + c 443 ax 2 + bx + c = 0 20.1 20.1.1 n 8 (n ) a n x n + a n 1 x n 1 + + a 1 x + a 0 = 0 ( a n, a n 1,, a 1, a 0 a n 0) n n ( ) ( ) ax 3 + bx 2 + cx + d = 0 444 ( a, b, c, d

More information

Z: Q: R: C: 3. Green Cauchy

Z: Q: R: C: 3. Green Cauchy 7 Z: Q: R: C: 3. Green.............................. 3.............................. 5.3................................. 6.4 Cauchy..................... 6.5 Taylor..........................6...............................

More information

Acrobat Distiller, Job 128

Acrobat Distiller, Job 128 (2 ) 2 < > ( ) f x (x, y) 2x 3+y f y (x, y) x 2y +2 f(3, 2) f x (3, 2) 5 f y (3, 2) L y 2 z 5x 5 ` x 3 z y 2 2 2 < > (2 ) f(, 2) 7 f x (x, y) 2x y f x (, 2),f y (x, y) x +4y,f y (, 2) 7 z (x ) + 7(y 2)

More information