VectorFieldPlots`
VectorFieldPlots`

ListVectorFieldPlot

バージョン7.0現在で,ListVectorFieldPlotの代りにListVectorPlotが使われるようになっている.

ListVectorFieldPlot[{{{x11,y11},{x12,y12},},}]

ベクトルの配列{{{x11,y11},},}に対応するベクトル場をプロットする.

ListVectorFieldPlot[{{pt1,vec1},{pt2,vec2},}]

それぞれ対応する点を基とするベクトルのリストをプロットする.

詳細とオプション

  • ListVectorFieldPlotを使うためには,まずベクトル場プロットパッケージ をロードしなくてはならない.それにはNeeds["VectorFieldPlots`"]を実行する必要がある.
  • ベクトルの配列{{{x11,y11},{x12,y12},},}は次元が最低2×2の矩形でなければならない.
  • 配列で与えられるベクトルは左上隅に置かれるベクトル{x11,x11}で規則的にスペースが置かれる.
  • ListVectorFieldPlotGraphicsと同じオプションを持つが,以下が変更あるいは追加されている:
  • ColorFunctionNone大きさによってベクトルを色付けするのに使う関数
    MaxArrowLengthNone描画する最大ベクトルの長さ.ScaleFunctionの後,ScaleFactorの前に適用する
    ScaleFactorAutomatic最長のベクトルがこの値に等しくなるよう,ベクトルを線形に再スケールをする.Automaticではベクトルがメッシュにフィットし,Noneでは再スケールされない
    ScaleFunctionNoneベクトルの大きさを再スケールするのに使う関数
  • ListVectorFieldPlotはオプションScaleFactor->AutomaticScaleFactor->Noneと同様に扱う.

例題

  (1)

ベクトル配列からの場のプロット:

Wolfram Research (2008), ListVectorFieldPlot, Wolfram言語関数, https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html.

テキスト

Wolfram Research (2008), ListVectorFieldPlot, Wolfram言語関数, https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html.

CMS

Wolfram Language. 2008. "ListVectorFieldPlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html.

APA

Wolfram Language. (2008). ListVectorFieldPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html

BibTeX

@misc{reference.wolfram_2024_listvectorfieldplot, author="Wolfram Research", title="{ListVectorFieldPlot}", year="2008", howpublished="\url{https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html}", note=[Accessed: 14-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_listvectorfieldplot, organization={Wolfram Research}, title={ListVectorFieldPlot}, year={2008}, url={https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html}, note=[Accessed: 14-November-2024 ]}