檔案:Gamma abs 3D.png

求聞百科上的檔案

原始檔案(1,280 × 1,000 像素,檔案大小:453 KB,MIME 類型:image/png

摘要

描述

English: 3-dimensional plot of the absolute value of the complex gamma function
日期 2008
來源 原作者上傳至維基共享資源
作者 Geek3
Mathematical Function Plot
Description Plot of gamma(z)
Equation
Coordinate System Cartesian
X Range -4.5 .. 5
Y Range -5 .. 5
Z Range 0 .. 6

Source Code

Template:Mathematica

Plot3D[Abs[Gamma[x + I y]], {x, -4.5, 5}, {y, -5, 5},
  PlotPoints -> 400, PlotRange -> {0, 6}, ViewPoint -> {-2, -2.5, 1},
  Boxed -> False, BoxRatios -> Automatic, 
  AxesEdge -> {{-1, -1}, {-1, -1}, {1, -1}},
  Mesh -> {9, 9, 5}, MeshStyle -> {Black, Black, Opacity[0.4]},
  MeshFunctions -> {Min[#1, 2*(#1 + 2)] &, #2 &, #3 &},
  RegionFunction -> Function[{x, y, z}, Abs[Gamma[x + I y]] <= 6],
  AxesLabel -> {Re[z], Im[z]}, PlotLabel -> Style[Abs[Gamma[z]], 20]]

授權條款

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2023年7月29日 (六) 21:14於 2023年7月29日 (六) 21:14 版本的縮圖1,280 × 1,000(453 KB)BXHS-bot留言 | 貢獻自其他网站迁移文件