ハイブリッド微分方程式.nb

Size: px
Start display at page:

Download "ハイブリッド微分方程式.nb"

Transcription

1 Mathematica ã 15 ê 4 - Floor@y@tDD + DiracDelta@t - 2D Floor DiracDelta 2 ver.8 Mathematica == à ver.9 In[1]:= sol = NDSolve@8y'@tD ã 15 ê 4 - Floor@y@tDD + DiracDelta@t - 2D, y@0d ã.1<, y, 8t, 0, 6<D Out[1]= 88y Ø InterpolatingFunction@880., 6.<<, <>D<< (PlotLegends ver9 ) In[2]:= Out[2]= y@td ê. sol 8InterpolatingFunction@880., 6.<<, <>D@tD< In[3]:=?? *Legend* System` BarLegend ChartLegends LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType LineLegend PlotLegends PointLegend SwatchLegend

2 2.nb In[237]:= ê. sold, 8t, 0, 6<, PlotLegends Ø 8"yHtL", "y'htl"<d 4 Out[237]= 3 2 yhtl y'htl ( ) Fillippov In[226]:= Out[226]= sxy = FirstüNDSolveB: ã IfAx@tD 2 + y@td 2 > 2, 1, x@tde, ã IfAx@tD 2 + y@td 2 > 2, -1, y@tde, x@0d ã , y@0d ã 1 >, 8x, y<, 8t, 0, 10<F 10 8x Ø InterpolatingFunction@880., 10.<<, <>D, y Ø InterpolatingFunction@880., 10.<<, <>D< x[t] y[t] ( )

3 .nb 3 In[227]:= pplot = ParametricPlot@ Evaluate@8x@tD, y@td< ê. sxyd, 8t, 0, 10<, PlotStyle Ø 8Thickness@0.01D, Red<, PlotRange Ø 88-2, 2<, 8-2, 2<<, Prolog Ø 8GrayLevel@.9D, Disk@80, 0<, Sqrt@2DD<, AxesLabel Ø 8"x", "y"<d y 2 1 Out[227]= x -1-2 In[228]:= Show@pplot, VectorPlot@If@x^2 + y^2 > 2, 81, -1<, 8x, y<d, 8x, -2, 2<, 8y, -2, 2<, VectorStyle Ø Gray, VectorPoints Ø 30, VectorScale Ø 8.02, 1, None<DD y 2 1 Out[228]= x c1 c2

4 4.nb In[231]:= 3 3 c1 c2 c1 = ContourPlot3DA 8 - y 2 - Hx + 3 ê 2L 2 - Hz - 1L 2, 8x, -2, 2<, 8y, -2, 2<, 8z, 0, 5<, Contours Ø 0, Mesh Ø FalseE; c2 = ContourPlot3D@ -y, 8x, -2, 2<, 8y, -2, 2<, 8z, 0, 5<, Contours Ø 0, Mesh Ø FalseD; Show@c1, c2d Out[233]= In[235]:= Out[235]= sol3d = FirstüNDSolve@8 x'@td ã Sign@8 - y@td^2 - Hx@tD + 3 ê 2L^2 - Hz@tD - 1L^2D, y'@td ã Sign@-y@tDD, z'@td ã 1, x@0d ã 2, y@0d ã -2, z@0d ã 0<, 8x, y, z<, 8t, 0, 5<D 8x Ø InterpolatingFunction@880., 5.<<, <>D, y Ø InterpolatingFunction@880., 5.<<, <>D, z Ø InterpolatingFunction@880., 5.<<, <>D< {2,-2,0} {-1.5,0,.5} In[236]:= Table@8x@tD, y@td, z@td< ê. sol3d, 8t, 0, 5<D Out[236]= 982., -2., 0.<, , -1., 1.<, , µ 10-8, 2.=, 80.5, 0., 3.<, 8-0.5, 0., 4.<, 8-1.5, 0., 5.<=

5 .nb 5 In[237]:= p1 = ParametricPlot3D@ Evaluate@8x@tD, y@td, z@td< ê. sol3dd, 8t, 0, 5<, PlotStyle Ø 8Thickness@.015D, Red<D Out[237]= 2 0 2

6 6.nb In[238]:= c2, p1d Out[238]= WhenEvent 5 y''@td ã -9.81, y@0d ã 5, y'@0d ã 0 ( =0) y@td ã 0 95% y'@td -> y'@td In[34]:= sol = NDSolve@8y''@tD ã -9.81, y@0d ã 5, y'@0d ã 0, WhenEvent@y@tD ã 0, y'@td -> y'@tdd<, y, 8t, 0, 10<D;

7 .nb 7 In[35]:= Plot@y@tD ê. sol, 8t, 0, 10<D Out[35]= (WhenEvent) In[239]:= eqns = 8 x'@td ã -y@td - x@td^2, y'@td ã 2 x@td - y@td^3, x@0d ã y@0d ã 1<; x y In[241]:= sol = NDSolve@eqns, 8x, y<, 8t, 100<D Out[241]= 88x Ø InterpolatingFunction@880., 100.<<, <>D, y Ø InterpolatingFunction@880., 100.<<, <>D<<

8 8.nb In[244]:= ê. sol, 8t, 0, 100<, PlotRange Ø All, AxesLabel Ø 8x, y<d y Out[244]= x -0.5 X Y>0 Y<0 WhenEvent y[t]=0 t Sow In[245]:= Out[245]= 8sol1, points< = ReapüNDSolve@8eqns, WhenEvent@y@tD ã 0, Sow@tDD<, 8x, y<, 8t, 100<D 888x Ø InterpolatingFunction@880., 100.<<, <>D, y Ø InterpolatingFunction@880., 100.<<, <>D<<, , , 6.544, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , <<<

9 .nb 9 In[246]:= ParametricPlot@8x@tD, y@td< ê. sol1, 8t, 0, 100<, Mesh Ø points, MeshShading Ø 8Green, Orange<, PlotRange Ø All, AxesLabel Ø 8x, y<d y Out[246]= x -0.5 Sin[5 x[t]] In[249]:= 8sol2, points< = ReapüNDSolve@8eqns, WhenEvent@y@tD ã 1.1 Sin@5 x@tdd, Sow@tDD<, 8x, y<, 8t, 100<D;

10 10.nb In[250]:= ê. sol2, 8t, 0, 100<, Mesh Ø points, MeshShading Ø 8Green, Orange<, PlotRange Ø All, AxesLabel Ø 8x, y<d, 1.1 td<, 8t, -1, 1<, PlotStyle Ø DashedDD y Out[250]= x (WhenEvent) In[1]:= system = 8x''@tD ã u@td, x'@0d ã x@0d ã 0, u@0d ã 1<; (PD) In[16]:= kp = 1; td = 1; t = 1; xref = 1; control = WhenEvent@Mod@t, td == 0, u@td Ø kp Hxref - x@td - td x'@tdld; In[18]:= sol = NDSolve@8system, control<, 8x, u<, 8t, 0, 12<, DiscreteVariables Ø ud;

11 .nb 11 In[19]:= ê. sold, 8t, 0, 12<, PlotLegends Ø 9" 1.0", " " ImageSize Ø MediumE 1.0 Out[19]= u@td -0.5 DC-DC (WhenEvent) q[t] vi vd DC-DC Kirchoff In[261]:= Clear@"Global`*"D; In[262]:= system = 8 vo'@td ã -vo@td ê Hr cl + i@td ê c, i'@td ã -vo@td ê l + q@td vi ê l, vo@0d ã 0, i@0d ã 0<; q[t] t vd/vi In[263]:= control = 9 q@0d ã 1, H* *LWhenEvent@Mod@t, td ã Hvd ê vil t, q@td Ø 0D, H* *LWhenEvent@Mod@t, td ã 0, q@td Ø 1D=; vi=24 vd=16 In[264]:= In[265]:= Out[265]= pars = 8vi Ø 24, vd Ø 16, r Ø 22, l Ø 2 µ 10^-2, c Ø 4 µ 10^-6, t Ø 2 µ 10^-4<; sol = NDSolve@8system, control< ê. pars, 8vo, i, q<, 8t, 0,.01<, DiscreteVariables Ø q, MaxSteps Ø InfinityD 88vo Ø InterpolatingFunction@880., 0.01<<, <>D, i Ø InterpolatingFunction@880., 0.01<<, <>D, q Ø InterpolatingFunction@880., 0.01<<, <>D<<

12 12.nb In[268]:= ê. sol, vd ê. pars<, 8t, 0,.01<, PlotRange Ø All, PlotLegends Ø 8"voHtL", "vd"<, ImageSize Ø MediumD, ê. sol, 8t, 0,.001<, AxesLabel Ø 8t, ImageSize Ø MediumD<D vohtl vd Out[268]= 1.0 qhtl t ( )

13 .nb 13 m x '' HtL = F x m y (t)= F y In[272]:= deqns = : m 1 ã l1@td x1@td l2@td Hx2@tD - x1@tdl -, m 1 ã l 1 l1@td y1@td l2@td Hy2@tD - y1@tdl - - m 1 g, m 2 ã l 1 m 2 ã l 2 l 2 l2@td Hy2@tD - y1@tdl - m 2 g>; l 2 In[269]:= aeqns = 9 x1@td 2 + y1@td 2 ã l 1 2, Hx2@tD - x1@tdl 2 + Hy2@tD - y1@tdl 2 ã l 2 2 =; In[270]:= ics = 8 x1@0d ã 1, y1@0d ã 0, x1'@0d ã 0, y1'@0d ã 0, x2@0d ã 1, y2@0d ã -1, x2'@0d ã 0, y2'@0d ã 0<; In[271]:= params = 8g Ø 9.81, m 1 Ø 1, m 2 Ø 1, l 1 Ø 1, l 2 Ø 1<; l2@td Hx2@tD - x1@tdl l 2, In[275]:= soldp = FirstüNDSolve@ 8deqns, aeqns, ics< ê. params, 8x1, y1, x2, y2, l1, l2<, 8t, 0, 15<, Method Ø 8"IndexReduction" Ø 8Automatic, "IndexGoal" Ø 0<<D; ParametricPlotA Evaluate@88x1@tD, y1@td<, 8x2@tD, y2@td<< ê. soldpd, 8t, 0, 15<, PlotStyle Ø 8Red, Blue<, ImageSize Ø Medium, PlotLegends Ø 9" 1 ", " 2 "=E Out[276]=

14 14.nb In[278]:= AnimateAGraphicsA9 H* *L 8Red, 8Blue, 0<, ê. soldp, H* *L8Gray, ê. soldpdd, t, 0.025DDD<=, PlotRange Ø 88-2, 2<, 8-2, 0<<, Axes Ø True, Ticks Ø False, ImageSize Ø 500E, 8t, 0, 10,.025<, SaveDefinitions Ø True, AnimationRunning Ø FalseE Out[278]= FLB ZHU 2

15 .nb 15 In[1]:= In[2]:= Fin = kla HpCO2 ê H - CO2@tDL; r1 = k1 FLB@tD^2 CO2@tD^0.5; r2 = k2 FLBT@tD ZHU@tD; r3 = Hk2 ê KKL FLB@tD ZLA@tD; r4 = k3 FLB@tD ZHU@tD^2 CO2@tD; r5 = k4 FLBZHU@tD CO2@tD^0.5; In[7]:= eqns = 8 FLB'@tD ã -2 r1 + r2 - r3 - r4, CO2'@tD ã -0.5 r1 - r4-0.5 r5 + Fin, FLBT'@tD ã r1 - r2 + r3, ZHU'@tD ã -r2 + r3-2 r4, ZLA'@tD ã r2 - r3 + r5<; In[8]:= eqeqn = Ks FLB@tD ZHU@tD ã FLBZHU@tD; In[9]:= params = 8k1 Ø 18.7, k2 Ø 0.58, k3 Ø 0.09, k4 Ø 0.42, KK Ø 34.4, kla Ø 3.3, Ks Ø , pco2 Ø 0.9, H Ø 737<; In[10]:= ics = 8FLB@0D ã 0.444, CO2@0D ã , FLBT@0D ã 0, ZHU@0D ã 0.007, ZLA@0D ã 0<;

16 16.nb In[13]:= sol = NDSolve@8eqns, eqeqn, ics< ê. params, 8FLB, ZHU, CO2, ZLA<, 8t, 0, 200<D; Column@ Plot@Evaluate@Ò@tD ê. sold, 8t, 0, 200<, PlotRange Ø All, PlotLabel Ø Ò@tDD & êü 8FLB, ZHU, CO2, ZLA<D FLBHtL Out[14]= ZHUHtL CO2HtL ZLAHtL

/Users/yamada/Documents/webPage/public_html/kkk/ 8 プロット

/Users/yamada/Documents/webPage/public_html/kkk/ 8 プロット 8 8 Mathematica y = f(x) Plot Plot[f, {x, xmin, xmax}] f x x xmin ~ xmax In[]:= Plot@Sin@xD, 8x,, Pi

More information

GraphicsWithPlotFull.nb Plot[{( 1), ( ),...}, {( ), ( ), ( )}] Plot Plot Cos x Sin x, x, 5 Π, 5 Π, AxesLabel x, y x 1 Plot AxesLabel

GraphicsWithPlotFull.nb Plot[{( 1), ( ),...}, {( ), ( ), ( )}] Plot Plot Cos x Sin x, x, 5 Π, 5 Π, AxesLabel x, y x 1 Plot AxesLabel http://yktlab.cis.k.hosei.ac.jp/wiki/ 1(Plot) f x x x 1 1 x x ( )[( 1)_, ( )_, ( 3)_,...]=( ) Plot Plot f x, x, 5, 3 15 10 5 Plot[( ), {( ), ( ), ( )}] D g x x 3 x 3 Plot f x, g x, x, 10, 8 00 100 10 5

More information

untitled

untitled COM 6 20040920 (Mathematica-1) iijima COM 6 Mathematica (iijima@ae.keio.ac.jp) 1 COM 6 20040920 (Mathematica-1) iijima 1. Mathematica 1.1 1.2 1.3 1.4 2 COM 6 20040920 (Mathematica-1) iijima 1.1 3 COM 6

More information

OK (S) vncviewer UNIX EDS vncviewer : VNC server: eds.efc.sec.eng.shizuoka.ac.jp:51 OK 2

OK (S) vncviewer UNIX EDS vncviewer : VNC server: eds.efc.sec.eng.shizuoka.ac.jp:51 OK 2 Mathematica I (2001 5 31, 6 7 ) UNIX EDS vncviewer Internet Exploler http://www.efc.sec.eng.shizuoka.ac.jp/admin/pubsoft/ vncviewer.exe : 1 OK (S) vncviewer UNIX EDS vncviewer : VNC server: eds.efc.sec.eng.shizuoka.ac.jp:51

More information

1 Mathematica 1 ê Mathematica Esc div Esc BasicInput 1.1 Ctrl + / Ctrl + / Ctrl / Mathematica N π D

1 Mathematica 1 ê Mathematica Esc div Esc BasicInput 1.1 Ctrl + / Ctrl + / Ctrl / Mathematica N π D 1 Mathematica 1 ê 1 3 0.3333333 Mathematica 1 3 1 3 Esc div Esc BasicInput 1.1 Ctrl + / Ctrl + / Ctrl / Mathematica N π 100 N@Pi, 100D 3.141592653589793238462643383279502884197169399 3751058209749445923078164062862089986280348253

More information

ContourPlot[{x^+y^==,(x-)^+y^==}, {x,-,}, {y,-,}, AspectRatio -> Automatic].. ContourPlot Plot AspectRatio->Automatic.. x a + y = ( ). b ContourPlot[x

ContourPlot[{x^+y^==,(x-)^+y^==}, {x,-,}, {y,-,}, AspectRatio -> Automatic].. ContourPlot Plot AspectRatio->Automatic.. x a + y = ( ). b ContourPlot[x 3. Mathematica., : f(x) sin x Plot f(x, y) = x + y = ContourPlot f(x, y) > x 4 + (x y ) > RegionPlot (x(t), y(t)) (t sin t, cos t) ParametricPlot r = f(θ) r = sin 4θ PolarPlot.,.. x + y = (x, y). x, y.

More information

平成13年度

平成13年度 3 00097 .... 3..3 4..4 5..6 6 0 7 3.4.4 ) ) Lagrange 3) ) 4) 5) 3 r r A B C θ ( α ) r r 3 4 Lagrange B C x = r cosθ () y = r sinθ () x = r cosθ + r cos( θ + θ ) (3) y = r sinθ + r sin( θ + θ ) (4) x =

More information

ContourPlot[{x^+y^==,(x-)^+y^==}, {x,-,}, {y,-,}, AspectRatio -> Automatic].5. ContourPlot Plot AspectRatio->Automatic.. x a + y = ( ). b ContourPlot[

ContourPlot[{x^+y^==,(x-)^+y^==}, {x,-,}, {y,-,}, AspectRatio -> Automatic].5. ContourPlot Plot AspectRatio->Automatic.. x a + y = ( ). b ContourPlot[ 5 3. Mathematica., : f(x) sin x Plot f(x, y) = x + y = ContourPlot f(x, y) > x 4 + (x y ) > RegionPlot (x(t), y(t)) (t sin t, cos t) ParametricPlot r = f(θ) r = sin 4θ PolarPlot.,. 5. x + y = (x, y). x,

More information

ParametricPlot [5] In[5]:= Out[5]= m1.v1 axby, cxdy [6] pr In[6]:= Out[6]= pr = m1.m 3ab, ab,3cd, cd [7] In[7]:= Out[7]//MatrixForm= pr //Matri

ParametricPlot [5] In[5]:= Out[5]= m1.v1 axby, cxdy [6] pr In[6]:= Out[6]= pr = m1.m 3ab, ab,3cd, cd [7] In[7]:= Out[7]//MatrixForm= pr //Matri Chapter 6 1 ParametricPlot 3 ParametricPlot ParametricPlot3D 6.1 [1] *1 In[1]:= v1 = {x, y}; v = {z, w}; [] In[]:= m1 = {{a, b}, {c, d}}; m = {{3, }, {1, }}; [3] 3 3.3 In[3]:= Out[3]//MatrixForm= [] m1

More information

…_…C…L…fi…J…o†[fiü“ePDF/−mflF™ƒ

…_…C…L…fi…J…o†[fiü“ePDF/−mflF™ƒ 80 80 80 3 3 5 8 10 12 14 14 17 22 24 27 33 35 35 37 38 41 43 46 47 50 50 52 54 56 56 59 62 65 67 71 74 74 76 80 83 83 84 87 91 91 92 95 96 98 98 101 104 107 107 109 110 111 111 113 115

More information

.w..01 (1-14)

.w..01 (1-14) ISSN 0386-7617 Annual Research Reports No.33, 2009 THE FOUNDATION FOR GROWTH SCIENCE ön é

More information

としてもよいし,* を省略し, その代わりにスペースを空けてもよい. In[5]:= 2 3 Out[5]= 6 数値計算 厳密な代数計算 整数および有理数については, 厳密な計算がなされます. In[6]:= Out[6]= In[7]:= Out[7]= 2^

としてもよいし,* を省略し, その代わりにスペースを空けてもよい. In[5]:= 2 3 Out[5]= 6 数値計算 厳密な代数計算 整数および有理数については, 厳密な計算がなされます. In[6]:= Out[6]= In[7]:= Out[7]= 2^ Mathematica 入門 はじめに Mathematica は極めて高度かつ有用な機能を有する研究支援統合ソフトウェアです. 理工系学生にとって ( それどころか研究者にとっても ) 非常に便利なツールですから, 基本的な操作方法に慣れておくと, いざというときにとても重宝します. 入力方法 キーボードからの入力 Mathematica では, 数式はすべてキーボードから入力できるようになっています.

More information

untitled

untitled 24 591324 25 0101 0002 0101 0005 0101 0009 0101 0012 0101 0013 0101 0015 0101 0029 0101 0031 0101 0036 0101 0040 0101 0041 0101 0053 0101 0055 0101 0061 0101 0062 0101 0004 0101 0006 0101 0008 0101 0012

More information

2014計算機実験1_1

2014計算機実験1_1 H26 1 1 1 seto@ics.nara-wu.ac.jp 数学モデリングのプロセス 問題点の抽出 定義 仮定 数式化 万有引力の法則 m すべての物体は引き合う r mm F =G 2 r M モデルの検証 モデルによる 説明 将来予測 解釈 F: 万有引力 (kg m s-2) G: 万有引力定数 (m s kg ) 解析 数値計算 M: 地球の質量 (kg) により解を得る m: 落下する物質の質量

More information

128 18 2 2012 2 2.1 v8 Mathematica ( ) [ ], { } Expand[(a+b)^2] Plot[Sin[x], {x, 0, 2Pi}] Windows Mathematica Mathematica 2.2 v8 Mathematica = ( ) = s

128 18 2 2012 2 2.1 v8 Mathematica ( ) [ ], { } Expand[(a+b)^2] Plot[Sin[x], {x, 0, 2Pi}] Windows Mathematica Mathematica 2.2 v8 Mathematica = ( ) = s Bulletin of JSSAC(2012) Vol. 18, No. 2, pp. 127-137 : Mathematica v8 Wolfram Research Asia Limited 1 Mathematica R v8 2010 11 v8 12 v8 2007 v6 Mathematica v6 v7 v8 v6 OpenGL R Direct3D R Mathematica v8

More information

( ) g 900,000 2,000,000 5,000,000 2,200,000 1,000,000 1,500, ,000 2,500,000 1,000, , , , , , ,000 2,000,000

( ) g 900,000 2,000,000 5,000,000 2,200,000 1,000,000 1,500, ,000 2,500,000 1,000, , , , , , ,000 2,000,000 ( ) 73 10,905,238 3,853,235 295,309 1,415,972 5,340,722 2,390,603 890,603 1,500,000 1,000,000 300,000 1,500,000 49 19. 3. 1 17,172,842 3,917,488 13,255,354 10,760,078 (550) 555,000 600,000 600,000 12,100,000

More information

第32回新春波乗り大会2018

第32回新春波乗り大会2018 AA 32 Round 1 4 SEMI FINAL 2 20 8 FINAL H1 H1 H1 Red 12701793 1 1-1 Red 12701793 2 1-1 Red 11800623 White 12900058 4 3-1 White 12402115 4 2-1 White 12402209 Yellow 11603976 3 2-2 Yellow 12301534 3 1-2

More information

x ( ) x dx = ax

x ( ) x dx = ax x ( ) x dx = ax 1 dx = a x log x = at + c x(t) = e at C (C = e c ) a > 0 t a < 0 t 0 (at + b ) h dx = lim x(t + h) x(t) h 0 h x(t + h) x(t) h x(t) t x(t + h) x(t) ax(t) h x(t + h) x(t) + ahx(t) 0, h, 2h,

More information

NEW!! P2-5 P2-8 P2-9 P2-10 P2-11 P2-12 P2-14 P2-15 NEW!! P2-17 P2-19 P2-25 NEW!! P

NEW!! P2-5 P2-8 P2-9 P2-10 P2-11 P2-12 P2-14 P2-15 NEW!! P2-17 P2-19 P2-25 NEW!! P (mm) TM26D T24E-112 T24E-120 T24E-220 T24E-240 T24E-260 T20-120 T20-220 T26K P11 P21 TD1 2-1 NEW!! P2-5 P2-8 P2-9 P2-10 P2-11 P2-12 P2-14 P2-15 NEW!! P2-17 P2-19 P2-25 NEW!! P2-27 2-2 2-3 2-4 TM26D (mm)

More information

目次 1. はじめに 利用できるバージョン 概要 用途 マニュアル 2 2. TSUBAME3 での利用方法 Mathematica の実行 TSUBAME3 にログイン バージョンの切り替

目次 1. はじめに 利用できるバージョン 概要 用途 マニュアル 2 2. TSUBAME3 での利用方法 Mathematica の実行 TSUBAME3 にログイン バージョンの切り替 Mathematica 利用の手引 第 2 版 東京工業大学学術国際情報センター 2017 年 12 月 13 日 目次 1. はじめに 1 1.1. 利用できるバージョン 1 1.2. 概要 1 1.2.1. 用途 2 1.3. マニュアル 2 2. TSUBAME3 での利用方法 3 2.1. Mathematica の実行 3 2.1.1. TSUBAME3 にログイン 3 2.1.2. バージョンの切り替え

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

Mathematica 利用の手引 東京工業大学学術国際情報センター version 1.12

Mathematica 利用の手引 東京工業大学学術国際情報センター version 1.12 Mathematica 利用の手引 東京工業大学学術国際情報センター 2016.06 version 1.12 目次 Mathematica 利用の手引き 1 1. はじめに 1 1.1 利用できるバージョン 1 1.2 概要 1 1.3 マニュアル 2 2. TSUBAME での利用方法 2 2.1 Mathematica の起動 2 (1) TSUBAMEにログイン 2 (2) バージョンの切り替え

More information

ma_sk_3302_jp

ma_sk_3302_jp 1 4 1.1............... 4 1. CE.............................. 4 1.3................. 4 1.4........................ 4 4 3 5 3.1........................... 5 3.1.1............................. 5 3.1...........................

More information

1. 52

1. 52 51 1. 52 5 2. 1 2 54 4 55 5 1 56 2 57 . 1 1 58 2 1 59 2 4 60 61 62 6 64 4. 65 66 67 5 1 2 4 68 1 69 2 70 1 2 71 72 1 2 7 1 2 74 75 1 76 2 77 1 2 78 4 79 5 80 6. 1 81 2 82 8 84 85 86 87 7. 88 89 8. column

More information

1 2 2 36 8 1212 15 16 20 22 24 26 28 8 14 21 1 31 32 32 3335 37 39 43 45 48 49 5051 54 56 58 6264 6669 43 50 58 2 73 74 7779 8183 85 88 91 93 9698 100 102103 74 85 93 106 106 108 110 112 3 115 116 116

More information

Chapter (dynamical system) a n+1 = 2a n ; a 0 = 1. a n = 2 n f(x) = 2x a n+1 = f(a n ) a 1 = f(a 0 ), a 2 = f(f(a 0 )) a 3 = f(f(f(a

Chapter (dynamical system) a n+1 = 2a n ; a 0 = 1. a n = 2 n f(x) = 2x a n+1 = f(a n ) a 1 = f(a 0 ), a 2 = f(f(a 0 )) a 3 = f(f(f(a Chapter 14 3 1 1 13 14.1 (dynamical system) a n+1 = 2a n ; a 0 = 1. a n = 2 n f(x) = 2x a n+1 = f(a n ) a 1 = f(a 0 ), a 2 = f(f(a 0 )) a 3 = f(f(f(a 0 ))) f a 0 1 2 14 3 *1 {a n } R 0, ±1, ±2, x 1 f(x)

More information

untitled

untitled IV_2008#009.nb 2. à http://www.btm.co.jp/kariru/jutaku/nyumon/inde.htm 2 2 80 2 25 2 20% 5 2 20 2000 3 0 93,2 23,74,520 5 38,6 24,860,880 20 0,99 26,620,560 25 94,842 28,452,600 30 84,320 30,355,200 :

More information

Ÿ Ÿ ( ) Ÿ , , , , , , ,000 39,120 31,050 30,000 1,050 52,649, ,932,131 16,182,115 94,75

Ÿ Ÿ ( ) Ÿ , , , , , , ,000 39,120 31,050 30,000 1,050 52,649, ,932,131 16,182,115 94,75 Ÿ ( ) Ÿ 100,000 200,000 60,000 60,000 600,000 100,000 120,000 60,000 120,000 60,000 120,000 120,000 120,000 120,000 120,000 1,200,000 240,000 60,000 60,000 240,000 60,000 120,000 60,000 300,000 120,000

More information

š ( š ) (6) 11,310, (3) 34,146, (2) 3,284, (1) 1,583, (1) 6,924, (1) 1,549, (3) 15,2

š ( š ) (6) 11,310, (3) 34,146, (2) 3,284, (1) 1,583, (1) 6,924, (1) 1,549, (3) 15,2 š ( š ) ( ) J lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll ¾ 13 14. 3.29 23,586,164,307 6,369,173,468 17,216,990,839 17,557,554,780 (352,062) 1,095,615,450 11,297,761,775 8,547,169,269

More information

d bd o o p p i i u u j j du d f f g h h -

d bd o o p p i i u u j j du d f f g h h - - d bd o o p p i i u u j j du d f f g h h - 3 d p dp d 3 p -3 -4 -5 -6 u d d y f b d v p bd Uu XdXd Xd Xf Pp -7 h zj x j h 3 t y -8 -9 i id f d o p u i Wy Xd Ii r i v d -0 c c w r w q q q w q - - u u d

More information

sin x

sin x Mathematica 1998 7, 2001 3 Mathematica Mathematica 1 Mathematica 2 2 Mathematica 3 3 4 4 7 5 8 6 10 7 13 8 17 9 18 10 20 11 21 12 23 1 13 23 13.1............................ 24 13.2..........................

More information

-

- - - v vt t y r y W0W9WwWq czx t - -4 u d d dr y r y x dx dd dd d d Wt Wq Wq f d x dt r o rd Wt XdXd Xd tx d Uu Xd Xd -5 v czx d t r o XdXd Xd -6 -7 o t t v vt t y y W0 W9WwWq -8 cc zx t d d y r Xd v iz

More information

( ) 1,771,139 54, , ,185, , , , ,000, , , , , ,000 1,000, , , ,000

( ) 1,771,139 54, , ,185, , , , ,000, , , , , ,000 1,000, , , ,000 ( ) 6,364 6,364 8,884,908 6,602,454 218,680 461,163 1,602,611 2,726,746 685,048 2,022,867 642,140 1,380,727 18,831 290,000 240,000 50 20. 3.31 11,975,755 1,215,755 10,760,000 11,258,918 (68) 160,000 500,000

More information

取扱説明書 [F-01F]

取扱説明書 [F-01F] F-0F 3.0 2 3 4 5 6 7 8 9 0 2 3 4 5 6 7 8 9 20 a b c d a b c 2 d 22 a b cd e a b c d e 23 24 25 26 a b a b 27 28 b a 29 c d 30 r s t u v w x a b c e f g d h n i j k l m a b o c d p e f g h i j k q l

More information

弥生会計/やよいの青色申告

弥生会計/やよいの青色申告 c c c c c 1 c c c c c c c c c c c 2 3 c c 4 a a a a a a a a a

More information

掲示用ヒート表 第34回 藤沢市長杯 2017

掲示用ヒート表 第34回 藤沢市長杯 2017 34 8 4 2 Round 1 Round 2 SEMI FINAL 30 16 8 H1 H5 H1 H1 Red 12401821 2 Red 12601360 2 1-1 Red 12501915 1 1-1 Red 12501915 4 White 12900051 4 White 12600138 3 3-1 White 12802412 2 3-1 White 12801091 1 Yellow

More information

analog-control-mod : 2007/2/4(8:44) 2 E8 P M () r e K P ( ) T I u K M T M K D E8.: DC PID K D E8. (E8.) P M () E8.2 K P D () ( T ) (E8.2) K M T M K, T

analog-control-mod : 2007/2/4(8:44) 2 E8 P M () r e K P ( ) T I u K M T M K D E8.: DC PID K D E8. (E8.) P M () E8.2 K P D () ( T ) (E8.2) K M T M K, T analog-control-mod : 2007/2/4(8:44) E8 E8. PID DC. PID 2. DC PID 3. E8.2 DC PID C8 E8. DC PID E6 DC P M () K M ( T M ) (E8.) DC PID C8 E8. r e u E8.2 PID E8. PID analog-control-mod : 2007/2/4(8:44) 2 E8

More information

ê ê ê 2007 ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê b b b b b b b b b b b ê ê ê b b b b ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê ê b

More information

平塚信用金庫の現況 2015

平塚信用金庫の現況 2015 2015 1 2 3 1 2 3 4 5 6 7 1 2 3 4 5 8 9 @ A B C D E F G H I J K HK L M N O P Q R T R T S T U V W 1 2 3 4 5 6 E F C J I O M N K L H 8 7 G D 0 A 6 9 5

More information

( ) ver.2015_01 2

( ) ver.2015_01 2 1 1.1 1.2 1.3 2 ( ) 2.1 2.2 2.3 2.4 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5 5.1 5.2 5.3 5.4 6 6.1 6.2 6.3 7 7.1 7.2 7.3 8 ver.2015_01 2 1 1.1 1.2 1.3 ver.2015_01 3 2 2.1 2.2 2.3 ver.2015_01 4 2.4 ver.2015_01

More information

1. 2001 10 2 480 2003 8 1.6 5 2. 90 3. 4. 5. 5 60 6. 1 2 2 2 4 5 5 6 6 6 7 10 10 10 12 12 12 14 14 15 15 60 15 17 17 18 2001 10 2 480 2003 8 1.6 5 1 1.8 3.6 1 6.8 1.5 3 3 5 6065 70 5 1.22004 1 1 2002 4

More information

Fuji Xerox Co., Ltd. All rights reserved.

Fuji Xerox Co., Ltd. All rights reserved. 2011 Fuji Xerox Co., Ltd. All rights reserved. 2 2011 Fuji Xerox Co., Ltd. All rights reserved. 2011 Fuji Xerox Co., Ltd. All rights reserved. 2011 Fuji Xerox Co., Ltd. All rights reserved. 2011 Fuji Xerox

More information

1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.3.1.... 1 2.... 3 2.1.... 3 2.2.... 5 3.... 5 3.1.... 5 3.2.... 6 3.2.1.... 6 3.2.2.... 7 3.2.3.... 8 3.2.4.... 8 3.2.5.... 8 3.2.6.... 8 3.3.... 9 3.3.1.... 9 3.3.2....

More information

★結果★ 藤沢市長杯 掲示用ヒート表

★結果★ 藤沢市長杯 掲示用ヒート表 AA 35 Round 1 8 4 Round 2 28 16 SEMI FINAL H1 H5 H1 H1 Red 12802015 1 Red 12802109 1 1-1 Red 12802015 2 1-1 Red 12702346 White 12800232 2 White 12702406 3 3-1 White 12702346 1 3-1 White 12802109 Yellow

More information

Schaltschrank- Kühlgerät Climate control unit Climatiseur Koelaggregaat Kylaggregat Condizionatore per armadi Refrigerador para armarios SK 3307.xxx S

Schaltschrank- Kühlgerät Climate control unit Climatiseur Koelaggregaat Kylaggregat Condizionatore per armadi Refrigerador para armarios SK 3307.xxx S Schaltschrank- Kühlgerät Climate control unit Climatiseur Koelaggregaat Kylaggregat Condizionatore per armadi Refrigerador para armarios SK 3307.xxx SK 3310.xxx Montage-, Installations- und Bedienungsanleitung

More information

Ÿ ( ) ,166,466 18,586,390 85,580,076 88,457,360 (31) 1,750,000 83,830,000 5,000,000 78,830, ,388,808 24,568, ,480 6,507,1

Ÿ ( ) ,166,466 18,586,390 85,580,076 88,457,360 (31) 1,750,000 83,830,000 5,000,000 78,830, ,388,808 24,568, ,480 6,507,1 ( ) 60,000 120,000 1,800,000 120,000 100,000 60,000 60,000 120,000 10,000,000 120,000 120,000 120,000 120,000 1,500,000 171,209,703 5,000,000 1,000,000 200,000 10,000,000 5,000,000 4,000,000 5,000,000

More information

KRF-V4060D

KRF-V4060D KRF-V4060D KENWOOD CORPORATION B60-5203-00 00 ID ( J ) 0109 II II II II 2 JA 3 JA 4 JA 5 JA 6 JA 7 JA 8 JA 9 JA VOLUME CONTROL STANDBY ON STANDBY SPEAKERS ON OFF POWER DIMMER LISTEN MODE DSP DTS DOLBY

More information

タイの食品市場(国庫用)訂正.PDF

タイの食品市場(国庫用)訂正.PDF 7 2004 ( ) ... 1... 2... 4... 7...11... 14... 16... 23... 24... 27... 29... 34... 39... 39... 43... 53... 58... 61... 62 ... 70... 78... 79... 83... 83... 86... 92... 93... 95... 101... 102... 104... 105...110...113...116...118...119...

More information