文件: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:142023年7月29日 (六) 21:14版本的缩略图1,280 × 1,000(453 KB)BXHS-bot留言 | 贡献自其他网站迁移文件