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

Size: px
Start display at page:

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

Transcription

1 8 8 Mathematica y = f(x) Plot Plot[f, {x, xmin, xmax}] f x x xmin ~ xmax In[]:= Plot@Sin@xD, 8x,, Pi<D Out[]= In[]:= Ü Graphics Ü Plot@Tan@xD, 8x,, Pi<D Out[]= Ü Graphics Ü y=tan(x) - Plot Plot[{f, f,...}, {x, xmin, xmax}] f, f,...

2 8 In[3]:= 8x,, Pi<D Out[3]= Ü Graphics Ü y=tan(x) sin(x), cos(x) Plot x, y Plot Plot option->value Plot[f, {x, xmin, xmax}, option->value, option->value,...] Frame->True PlotRange-> {-., } -. In[4]:= Plot@Sin@xD, 8x,, Pi<, Frame -> True, PlotRange -> 8-., <D Out[4]= Ü Graphics Ü Automatic None All True False Plot

3 8 3 AspectRatio ê GoldenRatio ê GoldenRatio.6 Automatic PlotLabel None. PlotRange Automatic 8ymin, ymax< Automatic All Axes Automatic False. AxesLabel None x y 8xlabel, ylabel< AxesOrigin Automatic Ticks Automatic 88x, x,...<, 8y, y,...<< None Frame False True. FrameLabel None FrameTicks Automatic None GridLine None 88x, x,...<, 8y, y,... Automatic PlotStyle Automatic HThicknessL HGrayLevel, RGBColorL 8Thickness@.8D, GrayLevel@.D, Dashing@8.,. PlotPoints Options In[]:= Out[]= Options@PlotD 9AspectRatio Ø ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ, Axes Ø Automatic, AxesLabel Ø None, GoldenRatio AxesOrigin Ø Automatic, AxesStyle Ø Automatic, Background Ø Automatic, ColorOutput Ø Automatic, Compiled Ø True, DefaultColor Ø Automatic, DefaultFont ß $DefaultFont, DisplayFunction ß $DisplayFunction, Epilog Ø 8<, FormatType ß $FormatType, Frame Ø False, FrameLabel Ø None, FrameStyle Ø Automatic, FrameTicks Ø Automatic, GridLines Ø None, ImageSize Ø Automatic, MaxBend Ø., PlotDivision Ø 3., PlotLabel Ø None, PlotPoints Ø, PlotRange Ø Automatic, PlotRegion Ø Automatic, PlotStyle Ø Automatic, Prolog Ø 8<, RotateLabel Ø True, TextStyle ß $TextStyle, Ticks Ø Automatic= "sin curve" "x", "sin(x)" a (Thickness) (GrayLevel) (Dashing)

4 8 4 In[6]:= sincurve = Plot@Sin@xD, 8x,, Pi<, AspectRatio -> Automatic, PlotLabel -> "sin curve", PlotRange -> 8-.8, <, Axes -> True, AxesLabel -> 8"x", "sinhxl"<, AxesOrigin -> 8Pi ê 3, <, Ticks -> 88, Pi ê, Pi, 3 Pi ê, Pi<, 8-.,,.,, <<, Frame -> True, FrameTicks -> None, GridLines -> 88,,, 3, 4,, 6<, None<, PlotStyle -> 8Thickness@.D, GrayLevel@.D, Dashing@8.,.3<D<D sinhxl sin curve. p -. p 3 p p x Out[6]= Ü Graphics Ü Plot Show PlotStyle PlotPoints Show[g, option->value, option->value,...] g In[7]:= Show@sinCurve, PlotRange -> 88, 3 Pi ê <, All<, Frame -> False, GridLines -> 88,, 4, 6<, None<D sinhxl sin curve. p -. p x 3 p Out[7]= Ü Graphics Ü PlotRangeØ{{xmin,xmax},{ymin,ymax}} PlotStyle->{{- Thickness[.],...}, {Thickness[.],...},...}

5 8 In[8]:= coscurve = Plot@8Cos@xD, Cos@ xd<, 8x,, Pi<, PlotStyle Ø 88Thickness@.D, GrayLevel@.D, Dashing@8.4,.<D<, 8Thickness@.D, GrayLevel@.8D<<D Out[8]= Ü Graphics Ü Show Show[{g, g,... gk}, option->value,...] g, g,..., gk option,... g In[9]:= Show@8sinCurve, coscurve<, PlotRange -> All, Frame -> False, GridLines -> None, PlotLabel -> None, AxesLabel -> 8"x", None<D. p -. p 3 p p x Out[9]= Ü Graphics Ü g, g,... gk gk y = sinhxl - x ê 4 y = coshxl {d, d,..., dk} List- Plot ListPlot[{d, d,..., dk}, option->value,...] x, y (i, di) In[]:= data = Table@Random@D, 8<D Out[]= , ,.9897,.398,.696,.88483,.487,.4487,.9483,.94699<

6 8 6 In[]:= ListPlot@dataD Out[]= Ü Graphics Ü PlotJoined->True In[]:= ListPlot@data, PlotJoined -> TrueD Out[]= Ü Graphics Ü ListPlot[{{x,y},{x,y},...},optionØvalue,...] (xi,yi) In[3]:= data = Table@8Random@D, Random@D<, 8<D Out[3]= ,.8897<, 8.779,.773<, ,.94974<, ,.988<, 8.88,.836<, 8.78,.4736<, 8.379,.9493<, ,.6897<, 8.498,.87<, 8.437, << In[4]:= ListPlot@dataD Out[4]= Ü Graphics Ü PlotJoined->True

7 8 7 In[]:= ListPlot@data, PlotJoined -> TrueD Out[]= Ü Graphics Ü ListPlot Plot AspectRatio,Axes,AxesLabel,Axes- Origin,Frame,FrameLabel,FrameTicks,GridLines,PlotLabel,PlotRange,Ticks t (x(t), y(t)) x, y ParametricPlot ParametricPlot ParametricPlot[{x, y}, {t, tmin, tmax}] x, y t (x, y) t = tmin~tmax ParametricPlot[{{x, y}, {x, y},...}, {t, tmin, tmax}] (cos(t), sin(t)) t=~p Automatic In[6]:= ParametricPlot@8Cos@tD, Sin@tD<, 8t,, Pi<, AspectRatio -> AutomaticD Out[6]= Ü Graphics Ü

8 8 8 (cos(3t), sin(4t)) t=~p z = f(x,y) Plot3D DensityPlot ContourPlot Plot3D Plot3D[f, {x, xmin, xmax}, {y, ymin, ymax}] f x y z = f(x, y) In[7]:= sinxy = Plot3D@Sin@x yd, 8x, -3, 3<, 8y, -3, 3<D Out[7]= Ü SurfaceGraphics Ü Plot3D Plot3D Mesh True Shading True. PlotRange Automatic All 8zmin, zmax< 88xmin, xmax<, 8ymin, ymax<, 8zmin, zmax<< Axes Automatic False. AxesLabel None 8xlabel, ylabel, zlabel< z Boxed True ColorFunction Automatic FaceGrid None FrameLabel None

9 8 9 HiddenSurface True Lighting True PlotPoints In[8]:= Out[8]= Options@Plot3DD 8AmbientLight Ø GrayLevel@D, AspectRatio Ø Automatic, Axes Ø True, AxesEdge Ø Automatic, AxesLabel Ø None, AxesStyle Ø Automatic, Background Ø Automatic, Boxed Ø True, BoxRatios Ø 8,,.4<, BoxStyle Ø Automatic, ClipFill Ø Automatic, ColorFunction Ø Automatic, ColorFunctionScaling Ø True, ColorOutput Ø Automatic, Compiled Ø True, DefaultColor Ø Automatic, DefaultFont ß $DefaultFont, DisplayFunction ß $DisplayFunction, Epilog Ø 8<, FaceGrids Ø None, FormatType ß $FormatType, HiddenSurface Ø True, ImageSize Ø Automatic, Lighting Ø True, LightSources Ø 888.,.,.<, RGBColor@,, D<, 88.,.,.<, RGBColor@,, D<, 88.,.,.<, RGBColor@,, D<<, Mesh Ø True, MeshStyle Ø Automatic, Plot3Matrix Ø Automatic, PlotLabel Ø None, PlotPoints Ø, PlotRange Ø Automatic, PlotRegion Ø Automatic, Prolog Ø 8<, Shading Ø True, SphericalRegion Ø False, TextStyle ß $TextStyle, Ticks Ø Automatic, ViewCenter Ø Automatic, ViewPoint Ø 8.3, -.4,.<, ViewVertical Ø 8.,.,.<< Show PlotPoints x=~3, y=~3, z=-~/ In[9]:= Show@sinxy, PlotRange -> 88, 3<, 8, 3<, 8-, ê <<D Out[9]= Ü SurfaceGraphics Ü x, y, z

10 8 In[]:= Boxed -> False, AxesLabel -> 8"x", "y", "z"<d z y x - Out[]= Ü SurfaceGraphics Ü In[]:= Show@sinxy, FaceGrids -> All, Mesh -> FalseD Out[]= Ü SurfaceGraphics Ü In[]:= Show@sinxy, Axes -> False, Boxed -> False, HiddenSurface -> FalseD Out[]= Ü SurfaceGraphics Ü

11 8 In[3]:= yd, 8x, -3, 3<, 8y, -3, 3<, PlotPoints ->, Mesh -> False, Axes -> FalseD Out[3]= Ü SurfaceGraphics Ü DensityPlot Plot3D DensityPlot DensityPlot[f, {x, xmin, xmax}, {y, ymin, ymax}], f x, y x = xmin~xmax, y = ymin~ymax In[4]:= DensityPlot@Sin@x yd, 8x, -3, 3<, 8y, -3, 3<D Out[4]= Ü DensityGraphics Ü DensityPlot

12 8 In[]:= Out[]= 8AspectRatio Ø, Axes Ø False, AxesLabel Ø None, AxesOrigin Ø Automatic, AxesStyle Ø Automatic, Background Ø Automatic, ColorFunction Ø Automatic, ColorFunctionScaling Ø True, ColorOutput Ø Automatic, Compiled Ø True, DefaultColor Ø Automatic, DefaultFont ß $DefaultFont, DisplayFunction ß $DisplayFunction, Epilog Ø 8<, FormatType ß $FormatType, Frame Ø True, FrameLabel Ø None, FrameStyle Ø Automatic, FrameTicks Ø Automatic, ImageSize Ø Automatic, Mesh Ø True, MeshStyle Ø Automatic, PlotLabel Ø None, PlotPoints Ø, PlotRange Ø Automatic, PlotRegion Ø Automatic, Prolog Ø 8<, RotateLabel Ø True, TextStyle ß $TextStyle, Ticks Ø Automatic< [ <--> ] ColorFunction ColorFunction ~ GrayLevel x, y x, y 3 In[6]:= DensityPlot@Sin@x yd, 8x, -3, 3<, 8y, -3, 3<, PlotPoints -> 3, Mesh -> False, ColorFunction -> HGrayLevel@ - #D &LD Out[6]= Ü DensityGraphics Ü GrayLevel[] GrayLevel[] ContourPlot CountourPlot ContourPlot[f, {x, xmin, xmax}, {y, ymin, ymax}] f x, y x = xmin~xmax, y = ymin~ymax

13 8 3 In[7]:= ContourPlot@Sin@x yd, 8x, -3, 3<, 8y, -3, 3<D Out[7]= Ü ContourGraphics Ü Plot3D ContourPlot ContourPlot Options[ContourPlot] In[8]:= Out[8]= Options@ContourPlotD 8AspectRatio Ø, Axes Ø False, AxesLabel Ø None, AxesOrigin Ø Automatic, AxesStyle Ø Automatic, Background Ø Automatic, ColorFunction Ø Automatic, ColorFunctionScaling Ø True, ColorOutput Ø Automatic, Compiled Ø True, ContourLines Ø True, Contours Ø, ContourShading Ø True, ContourSmoothing Ø True, ContourStyle Ø Automatic, DefaultColor Ø Automatic, DefaultFont ß $DefaultFont, DisplayFunction ß $DisplayFunction, Epilog Ø 8<, FormatType ß $FormatType, Frame Ø True, FrameLabel Ø None, FrameStyle Ø Automatic, FrameTicks Ø Automatic, ImageSize Ø Automatic, PlotLabel Ø None, PlotPoints Ø, PlotRange Ø Automatic, PlotRegion Ø Automatic, Prolog Ø 8<, RotateLabel Ø True, TextStyle ß $TextStyle, Ticks Ø Automatic< x, y 3 ColorFunction

14 8 4 In[9]:= ContourPlot@Sin@x yd, 8x, -3, 3<, 8y, -3, 3<, PlotPoints -> 3, ColorFunction -> HGrayLevel@# ê + ê D &LD Out[9]= Ü ContourGraphics Ü {{f, f,..., fn}, {f, f,..., fn},..., {fm, fm,..., fmn}} ListPlot3D, ListDensityPlot, ListContour- Plot ListPlot3D ListPlot3D[{{f,..., fn},..., {fm,..., fmn}}] x=i, y=j z=fij µ ListPlot3D In[3]:= data = Table@i j + Mod@i ^ j, 7D, 8i, <, 8j, <D Out[3]= 88,, 3, 4,, 6, 7, 8, 9,,,, 3, 4, <, 8, 44, 6, 8,,, 34, 6, 8, 4, 6, 34, 46, 68, 4<, 833, 6, 69,, 6, 8,, 44, 87, 7, 83, 46, 69, 6, <, 844, 8,, 6, 4, 34, 68,, 46, 8, 64, 8, 9, 76, 7<, 8,, 7, 4,, 4, 8, 8,, 7, 8, 7,,, 3<, 866,, 78, 34, 9, 46,, 8, 4, 7, 6, 8, 38, 94, <, 87, 4,, 8, 3, 4, 49, 6, 63, 7, 77, 84, 9, 98, <, 88, 6, 34, 4,, 8, 66, 74, 8, 9, 98, 6, 4,, 3<, 89, 8, 37, 6, 8, 64, 83,, 9,, 39, 8, 37, 66, 4<, 84, 4, 9, 8,, 7,,,, 4, 6, 3, 6, 6, <, 8, 4, 43, 84, 7, 76, 7, 8, 9,, 4, 4, 83, 74, 7<, 86, 64, 96, 68, 9, 8, 34, 36, 68, 4, 6, 4, 6, 8, 4<, 873, 36, 99, 6,, 88,, 4, 77, 4, 3, 66, 9, 9, <, 84, 8, 4, 6, 7, 84, 98,, 6, 4, 4, 68, 8, 96, <, 8, 4,, 7, 8,,, 3, 4, 6, 7, 9,,, 3<<

15 8 In[3]:= Out[3]= Ü SurfaceGraphics Ü ListPlot3D In[3]:= Out[3]= 8AmbientLight Ø AspectRatio Ø Automatic, Axes Ø True, AxesEdge Ø Automatic, AxesLabel Ø None, AxesStyle Ø Automatic, Background Ø Automatic, Boxed Ø True, BoxRatios Ø 8,,.4<, BoxStyle Ø Automatic, ClipFill Ø Automatic, ColorFunction Ø Automatic, ColorFunctionScaling Ø True, ColorOutput Ø Automatic, DefaultColor Ø Automatic, DefaultFont ß $DefaultFont, DisplayFunction ß $DisplayFunction, Epilog Ø 8<, FaceGrids Ø None, FormatType ß $FormatType, HiddenSurface Ø True, ImageSize Ø Automatic, Lighting Ø True, LightSources Ø 888.,.,.<, D<, 88.,.,.<, D<, 88.,.,.<, D<<, Mesh Ø True, MeshRange Ø Automatic, MeshStyle Ø Automatic, Plot3Matrix Ø Automatic, PlotLabel Ø None, PlotRange Ø Automatic, PlotRegion Ø Automatic, Prolog Ø 8<, Shading Ø True, SphericalRegion Ø False, TextStyle ß $TextStyle, Ticks Ø Automatic, ViewCenter Ø Automatic, ViewPoint Ø 8.3, -.4,.<, ViewVertical Ø 8.,.,.<< ListDensityPlot ListDensityPlot[{{f,..., fn},..., {fm,..., fmn}}] fij ListDensityPlot [ <--> ]

16 8 6 In[33]:= ListDensityPlot@dataD Out[33]= Ü DensityGraphics Ü ListContourPlot ListContourPlot[{{f,..., fn},..., {fm,..., fmn}}] fij In[34]:= ListContourPlot@dataD Out[34]= Ü ContourGraphics Ü ParametricPlot3D

17 8 7 ParametricPlot3D[{x, y, z}, {t, tmin, tmax}] x, y, z t (x, y, z) t = tmin~tmax In[3]:= ParametricPlot3D@8Cos@tD, Sin@tD, t ê 4<, 8t,, 4 Pi<D Out[3]= Ü Graphics3D Ü ParametricPlot3D[{x, y, z}, {t, tmin, tmax}, {u, umin, umax}] x, y, z t, u (x, y, z) t = tmin~tmax, u = umin~umax t H- ÅÅÅ p t ÅÅÅ p L u H u pl HcosHtL coshul, coshtl sinhul, sinhtll In[36]:= sphere = ParametricPlot3D@ 8Cos@tD Cos@uD, Cos@tD Sin@uD, Sin@tD<, 8t, -Pi ê, Pi ê <, 8u,, Pi<D Out[36]= Ü Graphics3D Ü

18 8 8 (torus) R r HcosHtL HR + r coshull, sinhtl HR + r coshull, r sinhull In[37]:= R = ; r = ê ; In[38]:= torus = ParametricPlot3D@8Cos@tD HR + r Cos@uDL, Sin@tD HR + r Cos@uDL, r Sin@uD<, 8t,, Pi<, 8u,, Pi<, Axes -> False, Boxed -> FalseD Out[38]= Ü Graphics3D Ü Show In[39]:= Show@torus, sphere, PlotRange -> 88-3, <, 8-, 3<, 8-, ê <<, ViewPoint -> 8.3, -, <D Out[39]= Ü Graphics3D Ü ] (Cell) (Animate Selected Graphics) In[4]:= Table@Plot3D@Sin@Sqrt@x^ + y ^D - td, 8x, -, <, 8y, -, <, PlotPoints Ø, Mesh Ø FalseD, 8t, Pi ê, Pi, Pi ê <D

19

20

21

22

23

24

25 Out[4]= 8Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü, Ü SurfaceGraphics Ü< [-] y = sinhxl + x y= ÅÅÅ 6 x - x x [-] y = x 3 - x - 4 x + 3 Plot H, -L ParametricPlot Show

26 8 6 [-3] [-4] [-]

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

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

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

目次 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

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

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

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

ハイブリッド微分方程式.nb Mathematica 2013.3.9 matsuda@symbolics.jp http://urx.nu/3unt y'@td ã 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

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

としてもよいし,* を省略し, その代わりにスペースを空けてもよい. 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

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

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

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

平成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

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

210 資料 TI 89 (1) TI 89 2nd ON HOME ( ) ( ) HOME =! ENTER ( ) = (10) ENTER ( ) [ ] { } ( )! 2 =! ( ) ( ) 2 3x ( 2y + yz) ( ) 3x ( ( ) 2y + y z)

210 資料 TI 89 (1) TI 89 2nd ON HOME ( ) ( ) HOME =! ENTER ( ) = (10) ENTER ( ) [ ] { } ( )! 2 =! ( ) ( ) 2 3x ( 2y + yz) ( ) 3x ( ( ) 2y + y z) 210 資料 TI 89 (1) TI 89 2nd ON HOME () () HOME =! ENTER () = 3 10 3 (10) ENTER ( ) [ ] { } ( )! 2 =! ( ) () 2 3x ( 2y + yz) ( ) 3x ( ( ) 2y + y z) ENTER () 2nd 9 2nd 9) ENTER ( ) 2nd 7) ENTER 7 7 ) ENTER

More information

II - ( 02 ) 1,,,, 2, 3. ( ) HP,. 2 MATLAB MATLAB, C Java,,., MATLAB, Workspace, Workspace. Workspace who. whos. MATLAB, MATLAB Workspace. 2.1 Workspac

II - ( 02 ) 1,,,, 2, 3. ( ) HP,. 2 MATLAB MATLAB, C Java,,., MATLAB, Workspace, Workspace. Workspace who. whos. MATLAB, MATLAB Workspace. 2.1 Workspac II - ( 02 ) 1,,,, 2, 3 ( ) HP, 2 MATLAB MATLAB, C Java,,, MATLAB, Workspace, Workspace Workspace who whos MATLAB, MATLAB Workspace 21 Workspace 211 Workspace save, Workspace, MATLAB MAT, load, MAT Workspace

More information

DVIOUT-講

DVIOUT-講 005-10-14 1 1 [1] [] [3] [4] (a + b) = a +ab + b [5] (a + b) 3 a 3 +a b + ab + a b +ab + b 3 a 3 +3a b +3ab + b 3 [6] (a + b) 4 (a + b) 5 [7] technology expand((a+b) n n =?) [8] technology n =6, 7, 8,

More information

+,-,*,/,^ Mathematica 2Pi * + 2; (Enter) Maple + 2 (Shift+Enter) Mathematica 3 Maple abs(x) Mathematica Abs[x] : % %+ : ^ *, / +, - 23^4*2 + 4/2; (Mat

+,-,*,/,^ Mathematica 2Pi * + 2; (Enter) Maple + 2 (Shift+Enter) Mathematica 3 Maple abs(x) Mathematica Abs[x] : % %+ : ^ *, / +, - 23^4*2 + 4/2; (Mat Maple Mathematica Maple Mathematica ( 3, 7). Maple classical maple worksheet 3 : Maple quit; Mathematica Quit Maple : Maple Windows Maple Maple5. Linux xmaple. (Display) (Input display) (Maple Notation).

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

Mathematica Mathematica APL * Mathematica Mathematica PDF 2 Mathematica Mathematica Mathematica * 11 If[] For[] A[B] A * 12 B Apply[] Apply[f,{a

Mathematica Mathematica APL * Mathematica Mathematica PDF 2 Mathematica Mathematica Mathematica * 11 If[] For[] A[B] A * 12 B Apply[] Apply[f,{a In[2]:= Mathematica Mathematica *1 Mathematica Mathematica Mathematica *2 Export["output.txt",Solve[x^2-3x+2==0,x]] 1 sample.m math < sample.m *3 math Mathematica /usr/local/bin/math(linux,mac) C:/Program

More information

t θ, τ, α, β S(, 0 P sin(θ P θ S x cos(θ SP = θ P (cos(θ, sin(θ sin(θ P t tan(θ θ 0 cos(θ tan(θ = sin(θ cos(θ ( 0t tan(θ

t θ, τ, α, β S(, 0 P sin(θ P θ S x cos(θ SP = θ P (cos(θ, sin(θ sin(θ P t tan(θ θ 0 cos(θ tan(θ = sin(θ cos(θ ( 0t tan(θ 4 5 ( 5 3 9 4 0 5 ( 4 6 7 7 ( 0 8 3 9 ( 8 t θ, τ, α, β S(, 0 P sin(θ P θ S x cos(θ SP = θ P (cos(θ, sin(θ sin(θ P t tan(θ θ 0 cos(θ tan(θ = sin(θ cos(θ ( 0t tan(θ S θ > 0 θ < 0 ( P S(, 0 θ > 0 ( 60 θ

More information

Chapter 3 Mathematica Mathematica e a n = ( ) n b n = n 1! + 1 2! n! b n a n e 3/n b n e 2/n! b n a n b n M athematica Ma

Chapter 3 Mathematica Mathematica e a n = ( ) n b n = n 1! + 1 2! n! b n a n e 3/n b n e 2/n! b n a n b n M athematica Ma Mathematica Workbook Workbook Mathematica Mathematica A4 12 A5 9 14 4 2 Chapter 3 Mathematica Mathematica e a n = ( 1 + 1 ) n b n = 1 + 1 n 1! + 1 2! + + 1 n! b n a n e 3/n b n e 2/n! b n a n b n M athematica

More information

TI 89

TI 89 T89 1 3 1.1 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 3 1.2 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 3 1.3 : : : : : : : : : : : : : : : : : : : :

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

…_…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

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

Mathmaticaの特徴

Mathmaticaの特徴 8. Mathematica を使ってみよう 8.. Mathmatica の特徴 数式処理数値ではなく, 数式を使った演算が可能である. グラフィックス数式をすぐにグラフ化できる プログラミング今回の授業では扱わないが, プログラミングが可能である.( プログラミングの文法は C 言語とほぼ同じです.C 言語をある程度しっていて興味のある人は, 試してみてください ) 8.. クイックスタート 8...

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

Python3 Next 2

Python3 Next 2 Python Python Tkinter Tkinter Python Python Anaconda Python Anaconda Python https://www.continuum.io/downloads Python 3.6 version Python2 Python3 Python 2.7 Python 3.6 Python2 1 Python3 Next 2 I Agree

More information

pdf

pdf http://www.ns.kogakuin.ac.jp/~ft13389/lecture/physics1a2b/ pdf I 1 1 1.1 ( ) 1. 30 m µm 2. 20 cm km 3. 10 m 2 cm 2 4. 5 cm 3 km 3 5. 1 6. 1 7. 1 1.2 ( ) 1. 1 m + 10 cm 2. 1 hr + 6400 sec 3. 3.0 10 5 kg

More information

ビーム物理_第4回.key

ビーム物理_第4回.key ! ! PART IV Synchrotron Radiation 1. Generation of Synchrotron Radiation! 2. Effects of Synchrotron Radiation on Beams I. Generation of synchrotron radiation I. Maxwell Feynmann II. Syncrotron III. II.

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

Ver ceil floor FunctionGenerator (PTZCameraSony)

Ver ceil floor FunctionGenerator (PTZCameraSony) RT 2011 9 18 2009 11 15 1 2009 11 20 2009 12 4 1.2 Ver.1.0.2 ceil floor 3.2.1 4 FunctionGenerator 4.1 2009 12 7 4.2 2009 12 18 1.4 - - (PTZCameraSony) 2.2 - - 4.3 - - 2009 12 27 1.1 2011 9 18 OpenRTM-aist-1.0.0

More information

KBook4-1.nb

KBook4-1.nb データ処理 : 表計算ソフトと同じことをしてみよう Mathematica で表計算ソフトに出来ることを任せる方法を学ぼう. 数や文字列を Mathematica に取り込んでみよう ü Excel や Calc などの表計算ソフトからデータを取り込む 表計算ソフトはとても便利なので, 様々なデータを表計算ソフトのファイル形式で保存している人も多いのではないかと思います. ここでは, そのような表計算ソフトのファイルから数や文字列を

More information

kennsetusuijyunnakabane.xls

kennsetusuijyunnakabane.xls 75 50 35 25 20 12 8 6 1/10 1/9 1/8 1/7 1/6 1/5 1/4 1/3 1,200 1,200 1,500 1,800 (1,100) (1,100) (1,450) 850 1,200 1,500 1,800 (800) (1,100) (1,450) 850 (800) 850 (800) 850 (800) 1,800 1 850 2 3 41 db AA

More information

gnuplot gnuplot 1 3 y = x 3 + 3x 2 2 y = sin x sin(x) x*x*x+3*x*x

gnuplot gnuplot 1 3 y = x 3 + 3x 2 2 y = sin x sin(x) x*x*x+3*x*x gnuplot gnuplot y = x + x y = sin x.8 sin(x) 8 7 6 x*x*x+*x*x.6.. -. -. -.6 -.8 - - - - - - - -. - -. - -.. gnuplot gnuplot> set xrange[-.:.] gnuplot> plot x**+*x** y = x x gnuolot> reset gnuplot> plot

More information

II 1 3 2 5 3 7 4 8 5 11 6 13 7 16 8 18 2 1 1. x 2 + xy x y (1 lim (x,y (1,1 x 1 x 3 + y 3 (2 lim (x,y (, x 2 + y 2 x 2 (3 lim (x,y (, x 2 + y 2 xy (4 lim (x,y (, x 2 + y 2 x y (5 lim (x,y (, x + y x 3y

More information

(2000 )

(2000 ) (000) < > = = = (BC 67» BC 1) 3.14 10 (= ) 18 ( 00 ) ( ¼"½ '"½ &) ¼ 18 ¼ 0 ¼ =3:141596535897933846 ¼ 1 5cm ` ¼ = ` 5 = ` 10 () ` =10¼ (cm) (1) 3cm () r () () (1) r () r 1 4 (3) r, 60 ± 1 < > µ AB ` µ ±

More information

untitled

untitled yosh@mage.med.osaka-u.ac.jp http://www.mage.med.osaka-u.ac.jp/member/yosh/ http://www.mage.med.osaka-u.ac.jp/member/yosh/lecture.html 1 ω y F() ω y F() 2 ω y F() ω y F() 3 ω y F() ω y F() 4 ω y F() ω y

More information

if if-else if-elif-else

if if-else if-elif-else 1 Python SageMath ( ) 2018 7 18 I Python 1 1 Python 1 1.1 (Hello World)................................. 1 1.2 Python................................. 2 1.3.......................................... 2

More information

2009 2010 2 23 (MHD ) GFV (Galium Field Visualizer) GFV OpenGL GFV GFV GFV 1 1 2 2 2.1.................... 2 2.2................................. 2 2.3...................... 3 3 6 3.1 GFV....................

More information

4 次元を見る WITH MATHEMATICA by H.Y 予備知識 : 三角関数 虚数 ( 積分 ) 対象 : 中 3 以上 4 次元の世界を Mathematica のグラフィックの表現力を借りて見ていこう 4 次元を想像することは難しいのではじめに 3 次元の空間図形が 2 次

4 次元を見る WITH MATHEMATICA by H.Y 予備知識 : 三角関数 虚数 ( 積分 ) 対象 : 中 3 以上 4 次元の世界を Mathematica のグラフィックの表現力を借りて見ていこう 4 次元を想像することは難しいのではじめに 3 次元の空間図形が 2 次 4 次元を見る WITH MATHEMATICA by H.Y 予備知識 : 三角関数 虚数 ( 積分 ) 00 00 対象 : 中 3 以上 4 次元の世界を Mathematica のグラフィックの表現力を借りて見ていこう 4 次元を想像することは難しいのではじめに 3 次元の空間図形が 2 次元にどう映るかを見 て それを 4 次元に利用することを考える 世界地図で遊ぶ 00はじめに例として地球全体の地図を考えよう

More information

3. :, c, ν. 4. Burgers : t + c x = ν 2 u x 2, (3), ν. 5. : t + u x = ν 2 u x 2, (4), c. 2 u t 2 = c2 2 u x 2, (5) (1) (4), (1 Navier Stokes,., ν. t +

3. :, c, ν. 4. Burgers : t + c x = ν 2 u x 2, (3), ν. 5. : t + u x = ν 2 u x 2, (4), c. 2 u t 2 = c2 2 u x 2, (5) (1) (4), (1 Navier Stokes,., ν. t + B: 2016 12 2, 9, 16, 2017 1 6 1,.,,,,.,.,,,., 1,. 1. :, ν. 2. : t = ν 2 u x 2, (1), c. t + c x = 0, (2). e-mail: iwayama@kobe-u.ac.jp,. 1 3. :, c, ν. 4. Burgers : t + c x = ν 2 u x 2, (3), ν. 5. : t +

More information

oyabun% math Mathematica 4.0 for Solaris Copyright Wolfram Research, Inc. -- Motif graphics initialized -

oyabun% math Mathematica 4.0 for Solaris Copyright Wolfram Research, Inc. -- Motif graphics initialized - 2 Mathematica 1999 7 1 ( ) http://www.math.meiji.ac.jp/~mk/syori2/mathematica.pdf (PDF) http://www.math.meiji.ac.jp/~mk/syori2/mathematica/ (HTML) HTML 2 http://www.math.meiji.ac.jp/~mk/syori2/ Mathematica

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

DVIOUT-MTT元原

DVIOUT-MTT元原 TI-92 -MTT-Mathematics Thinking with Technology MTT ACTIVITY Discussion 1 1 1.1 v t h h = vt 1 2 gt2 (1.1) xy (5, 0) 20m/s [1] Mode Graph Parametric [2] Y= [3] Window [4] Graph 1.1: Discussion 2 Window

More information

dx dt = f x,t ( ) t

dx dt = f x,t ( ) t MATLAB 1. 2. Runge-Kutta 3. 1. 2. 3. dx dt = f x,t ( ) t dx( t) dt = lim Δt x( t + Δt) x( t) Δt t = nδt n = 0,1,2,3,4,5, x = x( nδt) n Δt dx ( ) dt = f x,t x n +1 x n Δt = f ( x,nδt) n 1 x n = x 0 n =

More information

A, B, C. (1) A = A. (2) A = B B = A. (3) A = B, B = C A = C. A = B. (3)., f : A B g : B C. g f : A C, A = C. 7.1, A, B,. A = B, A, A A., A, A

A, B, C. (1) A = A. (2) A = B B = A. (3) A = B, B = C A = C. A = B. (3)., f : A B g : B C. g f : A C, A = C. 7.1, A, B,. A = B, A, A A., A, A 91 7,.,, ( ).,,.,.,. 7.1 A B, A B, A = B. 1), 1,.,. 7.1 A, B, 3. (i) A B. (ii) f : A B. (iii) A B. (i) (ii)., 6.9, (ii) (iii).,,,. 1), Ā = B.. A, Ā, Ā,. 92 7 7.2 A, B, C. (1) A = A. (2) A = B B = A. (3)

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

( ) 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

cpall.dvi

cpall.dvi 55 7 gnuplot gnuplot Thomas Williams Colin Kelley Unix Windows MacOS gnuplot ( ) ( ) gnuplot gnuplot 7.1 gnuplot gnuplot () PC(Windows MacOS ) gnuplot http://www.gnuplot.info gnuplot 7.2 7.2.1 gnuplot

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

3. :, c, ν. 4. Burgers : u t + c u x = ν 2 u x 2, (3), ν. 5. : u t + u u x = ν 2 u x 2, (4), c. 2 u t 2 = c2 2 u x 2, (5) (1) (4), (1 Navier Stokes,.,

3. :, c, ν. 4. Burgers : u t + c u x = ν 2 u x 2, (3), ν. 5. : u t + u u x = ν 2 u x 2, (4), c. 2 u t 2 = c2 2 u x 2, (5) (1) (4), (1 Navier Stokes,., B:,, 2017 12 1, 8, 15, 22 1,.,,,,.,.,,,., 1,. 1. :, ν. 2. : u t = ν 2 u x 2, (1), c. u t + c u x = 0, (2), ( ). 1 3. :, c, ν. 4. Burgers : u t + c u x = ν 2 u x 2, (3), ν. 5. : u t + u u x = ν 2 u x 2,

More information

f(x,y) (x,y) x (x,y), y (x,y) f(x,y) x y f x (x,y),f y (x,y) B p.1/14

f(x,y) (x,y) x (x,y), y (x,y) f(x,y) x y f x (x,y),f y (x,y) B p.1/14 B p.1/14 f(x,y) (x,y) x (x,y), y (x,y) f(x,y) x y f x (x,y),f y (x,y) B p.1/14 f(x,y) (x,y) x (x,y), y (x,y) f(x,y) x y f x (x,y),f y (x,y) f(x 1,...,x n ) (x 1 x 0,...,x n 0), (x 1,...,x n ) i x i f xi

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 0 1 2 3 4 5 6 1964 1978 7 0.0015+0.013 8 1 π 2 2 2 1 2 2 ( r 1 + r3 ) + π ( r2 + r3 ) 2 = +1,2100 9 10 11 1.9m 3 0.64m 3 12 13 14 15 16 17 () 0.095% 0.019% 1.29% (0.348%) 0.024% 0.0048% 0.32% (0.0864%)

More information

Excel ではじめる数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

Excel ではじめる数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 初版 1 刷発行時のものです. Excel ではじめる数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/009631 このサンプルページの内容は, 初版 1 刷発行時のものです. Excel URL http://www.morikita.co.jp/books/mid/009631 i Microsoft Windows

More information

LearningMathematica.nb

LearningMathematica.nb 半日で覚える Mathematica 理数系教材に必要な基本機能 神戸大学人間発達環境学研究科長坂耕作 (C) Kosaku Nagasaka, Kobe University 半日で覚える Mathematica 理数系教材に必要な基本機能 神戸大学人間発達環境学研究科長坂耕作 ノートブックやドキュメントセンターの使い方は含まれていません セルやセルブラケットなども含め, これらの名称や操作方法については,

More information

< 1 > (1) f 0 (a) =6a ; g 0 (a) =6a 2 (2) y = f(x) x = 1 f( 1) = 3 ( 1) 2 =3 ; f 0 ( 1) = 6 ( 1) = 6 ; ( 1; 3) 6 x =1 f(1) = 3 ; f 0 (1) = 6 ; (1; 3)

< 1 > (1) f 0 (a) =6a ; g 0 (a) =6a 2 (2) y = f(x) x = 1 f( 1) = 3 ( 1) 2 =3 ; f 0 ( 1) = 6 ( 1) = 6 ; ( 1; 3) 6 x =1 f(1) = 3 ; f 0 (1) = 6 ; (1; 3) < 1 > (1) f 0 (a) =6a ; g 0 (a) =6a 2 (2) y = f(x) x = 1 f( 1) = 3 ( 1) 2 =3 ; f 0 ( 1) = 6 ( 1) = 6 ; ( 1; 3) 6 x =1 f(1) = 3 ; f 0 (1) = 6 ; (1; 3) 6 y = g(x) x = 1 g( 1) = 2 ( 1) 3 = 2 ; g 0 ( 1) =

More information

D xy D (x, y) z = f(x, y) f D (2 ) (x, y, z) f R z = 1 x 2 y 2 {(x, y); x 2 +y 2 1} x 2 +y 2 +z 2 = 1 1 z (x, y) R 2 z = x 2 y

D xy D (x, y) z = f(x, y) f D (2 ) (x, y, z) f R z = 1 x 2 y 2 {(x, y); x 2 +y 2 1} x 2 +y 2 +z 2 = 1 1 z (x, y) R 2 z = x 2 y 5 5. 2 D xy D (x, y z = f(x, y f D (2 (x, y, z f R 2 5.. z = x 2 y 2 {(x, y; x 2 +y 2 } x 2 +y 2 +z 2 = z 5.2. (x, y R 2 z = x 2 y + 3 (2,,, (, 3,, 3 (,, 5.3 (. (3 ( (a, b, c A : (x, y, z P : (x, y, x

More information

untitled

untitled š ( ) 300,000 180,000 100,000 120,000 60,000 120,000 240,000 120,000 170,000 240,000 100,000 99,000 120,000 72,000 100,000 450,000 72,000 60,000 100,000 100,000 60,000 60,000 100,000 200,000 60,000 124,000

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

1 (1) ( i ) 60 (ii) 75 (iii) 315 (2) π ( i ) (ii) π (iii) 7 12 π ( (3) r, AOB = θ 0 < θ < π ) OAB A 2 OB P ( AB ) < ( AP ) (4) 0 < θ < π 2 sin θ

1 (1) ( i ) 60 (ii) 75 (iii) 315 (2) π ( i ) (ii) π (iii) 7 12 π ( (3) r, AOB = θ 0 < θ < π ) OAB A 2 OB P ( AB ) < ( AP ) (4) 0 < θ < π 2 sin θ 1 (1) ( i ) 60 (ii) 75 (iii) 15 () ( i ) (ii) 4 (iii) 7 1 ( () r, AOB = θ 0 < θ < ) OAB A OB P ( AB ) < ( AP ) (4) 0 < θ < sin θ < θ < tan θ 0 x, 0 y (1) sin x = sin y (x, y) () cos x cos y (x, y) 1 c

More information

EV2.nb

EV2.nb 電場と電位 Mathematica を利利しし物物 -2- H.Yanase このシリーズは Mathematica を利利すると自分で変更し 試行錯誤できるようになっているが Mathematica がなくても物解できるように作成されている 対象は電磁気を学習している高校生がメインである あくまで電場と電位を物解することが中心なので Mathematica のプログラムに興味がない読者はプログラム部分はとばして結果だけを見ればよい

More information

r d 2r d l d (a) (b) (c) 1: I(x,t) I(x+ x,t) I(0,t) I(l,t) V in V(x,t) V(x+ x,t) V(0,t) l V(l,t) 2: 0 x x+ x 3: V in 3 V in x V (x, t) I(x, t

r d 2r d l d (a) (b) (c) 1: I(x,t) I(x+ x,t) I(0,t) I(l,t) V in V(x,t) V(x+ x,t) V(0,t) l V(l,t) 2: 0 x x+ x 3: V in 3 V in x V (x, t) I(x, t 1 1 2 2 2r d 2r d l d (a) (b) (c) 1: I(x,t) I(x+ x,t) I(0,t) I(l,t) V in V(x,t) V(x+ x,t) V(0,t) l V(l,t) 2: 0 x x+ x 3: V in 3 V in x V (x, t) I(x, t) V (x, t) I(x, t) V in x t 3 4 1 L R 2 C G L 0 R 0

More information

untitled

untitled C08036 C08037 C08038 C08039 C08040 1. 1 2. 1 2.1 1 2.2 1 3. 1 3.1 2 4. 2 5. 3 5.1 3 5.2 3 6. 4 7. 5 8. 6 9. 7 10. 7 11. 8 C08036 8 C08037 9 C08038 10 C08039 11 C08040 12 8 2-1 2-2 T.P. 1 1 3-1 34 9 28

More information

05 I I / 56

05 I I / 56 05 I 2015 2015.05.14 I 05 2015.05.14 1 / 56 I 05 2015.05.14 2 / 56 cd mkdir vis01 OK cd vis01 cp /tmp/150514/leibniz.*. I 05 2015.05.14 3 / 56 I 05 2015.05.14 4 / 56 Information visualization Data visualization,

More information

1 28 6 12 7 1 7.1...................................... 2 7.1.1............................... 2 7.1.2........................... 2 7.2...................................... 3 7.3...................................

More information

2014 S hara/lectures/lectures-j.html r 1 S phone: ,

2014 S hara/lectures/lectures-j.html r 1 S phone: , 14 S1-1+13 http://www.math.kyushu-u.ac.jp/ hara/lectures/lectures-j.html r 1 S1-1+13 14.4.11. 19 phone: 9-8-4441, e-mail: hara@math.kyushu-u.ac.jp Office hours: 1 4/11 web download. I. 1. ϵ-δ 1. 3.1, 3..

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

2 1 x 1.1: v mg x (t) = v(t) mv (t) = mg 0 x(0) = x 0 v(0) = v 0 x(t) = x 0 + v 0 t 1 2 gt2 v(t) = v 0 gt t x = x 0 + v2 0 2g v2 2g 1.1 (x, v) θ

2 1 x 1.1: v mg x (t) = v(t) mv (t) = mg 0 x(0) = x 0 v(0) = v 0 x(t) = x 0 + v 0 t 1 2 gt2 v(t) = v 0 gt t x = x 0 + v2 0 2g v2 2g 1.1 (x, v) θ 1 1 1.1 (Isaac Newton, 1642 1727) 1. : 2. ( ) F = ma 3. ; F a 2 t x(t) v(t) = x (t) v (t) = x (t) F 3 3 3 3 3 3 6 1 2 6 12 1 3 1 2 m 2 1 x 1.1: v mg x (t) = v(t) mv (t) = mg 0 x(0) = x 0 v(0) = v 0 x(t)

More information

: i 1 1 1.1.................................... 1 1.2....................................... 2 1.2.1....................................... 2 1.2.2................................... 2 1.2.3......................................

More information

70 : 20 : A B (20 ) (30 ) 50 1

70 : 20 : A B (20 ) (30 ) 50 1 70 : 0 : A B (0 ) (30 ) 50 1 1 4 1.1................................................ 5 1. A............................................... 6 1.3 B............................................... 7 8.1 A...............................................

More information

301-A2.pdf

301-A2.pdf 301 21 1 (1),, (3), (4) 2 (1),, (3), (4), (5), (6), 3,?,?,??,?? 4 (1)!?, , 6 5 2 5 6 1205 22 1 (1) 60 (3) (4) (5) 2 (1) (3) (4) 3 (1) (3) (4) (5) (6) 4 (1) 5 (1) 6 331 331 7 A B A B A B A 23 1 2 (1) (3)

More information

No. 1261 2003. 4. 9 14 14 14 14 15 30 21 19 150 35 464 37 38 40 20 970 90 80 90 181130 a 151731 48 11 151731 42 44 47 63 12 a 151731 47 10 11 16 2001 11000 11 2002 10 151731 46 5810 2795195261998 151731

More information

r

r 73 29 2008 200 4 416 2008 20 042 0932 10 1977 200 1 2 3 4 5 7 8 9 11 12 14 15 16 17 18 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 48 49 50 51 200r 11 1 1 1 1 700200 200

More information

Ÿ ( ) Ÿ 7,488,161,218 7,396,414,506 91,708,605 38,107 4,376,047 2,037,557,517 1,000,000 i 200,000,000 1,697,600, ,316.63fl 306,200,000 14

Ÿ ( ) Ÿ 7,488,161,218 7,396,414,506 91,708,605 38,107 4,376,047 2,037,557,517 1,000,000 i 200,000,000 1,697,600, ,316.63fl 306,200,000 14 Ÿ ( ) (Ÿ ) Ÿ J lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll ¾ 17 18. 3.30 24,222,550,856 8,088,715,093 16,133,835,763 14,673,176,237 (400,000) 1,265,253,000 201,000,000 1,000,000 200,000,000

More information

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

More information