跳至內容

File:RiemannCriticalLine.svg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(SVG 檔案,表面大小:933 × 434 像素,檔案大小:50 KB)


 
W3C-validity not checked.

摘要

描述
English: Graph of real (red) and imaginary (blue) parts of the critical line Re(z)=1/2 of the Riemann zeta function.
日期
來源

Own work. Made with Mathematica using the following code:

Show[Plot[{Re[Zeta[1/2+I x]], Im[Zeta[1/2+I x]]}, {x,-30, 30},AxesLabel->{"x"} , PlotStyle->{Red, Blue}, Ticks->{Table[4x-28,{x,0,14}]}, ImageSize->{800,600}], Graphics[Text[Style[\[DoubleStruckCapitalR][\[Zeta][ I x + "1/2"]],14,Red ,Background ->White],{-22,2.6} ]], Graphics[Text[Style[\[GothicCapitalI][\[Zeta][ I x + "1/2"]],14,Blue ,Background ->White],{-14,2.6} ]]]
作者 Slonzor
授權許可
(重用此檔案)
Public Domain
SVG開發
InfoField
 
SVG檔案的原始碼通過W3C驗證
原始碼
InfoField

Python code

Source code
import mpmath
import numpy as np
from matplotlib import pyplot as plt
plt.rcParams['svg.fonttype'] = 'path'

x = np.linspace(-30, 30, 300)
y = [complex(1,1)]*len(x)
for p, xx in enumerate(x):
    t = mpmath.nstr(mpmath.mpc(0.5 + xx*1j))
    y[p] = mpmath.zeta(t)

fig = plt.figure(figsize=[13,6])
ax = fig.add_subplot(111)

ax.spines['left'].set_position('zero')
ax.spines['right'].set_color('none')
ax.spines['bottom'].set_position('zero')
ax.spines['top'].set_color('none')
ax.spines['left'].set_smart_bounds(True)
ax.spines['bottom'].set_smart_bounds(True)
ax.xaxis.set_ticks_position('bottom')
ax.yaxis.set_ticks_position('left')

ax.text(-25,2.7, '$\\Re\\left[\\zeta\\left(\\frac{1}{2}+ix\\right)\\right]$', size='xx-large', color='red')
ax.text(-15,2.7, '$\\Im\\left[\\zeta\\left(\\frac{1}{2}+ix\\right)\\right]$', size='xx-large', color='blue')

ax.plot(x, [yy.real for yy in y], label='Real', color='red')
ax.plot(x, [yy.imag for yy in y], label='Imag', color='blue')
# ax.legend(loc=(.6,.8))
ax.minorticks_on()
ax.grid(b=True, which='major', ls='-', lw=1.5)
ax.grid(b=True, which='minor', ls='--', lw=.5)
fig.savefig('RiemannCriticalLine.svg', bbox_inches='tight')

授權條款

Public domain 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

咸美頓 Chinese (Hong Kong) (已轉換拼寫)

著作權狀態 繁體中文 (已轉換拼寫)

有著作權 繁體中文 (已轉換拼寫)

多媒體型式 繁體中文 (已轉換拼寫)

image/svg+xml

檔案歷史

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

日期/時間縮⁠圖尺寸用戶備⁠註
目前2017年8月23日 (三) 20:01於 2017年8月23日 (三) 20:01 版本的縮圖933 × 434(50 KB)Krishnavedalamuch reduced vector version
2009年9月24日 (四) 22:28於 2009年9月24日 (四) 22:28 版本的縮圖800 × 600(122 KB)Geek3linewidth=1px
2008年11月20日 (四) 19:33於 2008年11月20日 (四) 19:33 版本的縮圖800 × 600(122 KB)SlonzorMan i've messed this up a lot of times.
2008年11月20日 (四) 19:27於 2008年11月20日 (四) 19:27 版本的縮圖800 × 600(3.36 MB)Slonzor
2008年11月20日 (四) 19:23於 2008年11月20日 (四) 19:23 版本的縮圖800 × 600(3.36 MB)Slonzor
2008年11月20日 (四) 19:18於 2008年11月20日 (四) 19:18 版本的縮圖800 × 600(3.36 MB)Slonzor
2008年11月20日 (四) 19:13於 2008年11月20日 (四) 19:13 版本的縮圖800 × 600(79 KB)Slonzor{{Information |Description={{en|1=Graph of real (red) and imaginary (blue) parts of the critical line Re(z)=1/2 of the Riemann zeta function.}} |Source=Own work. Made with Mathematica using the following code: <code><nowiki>Show[Plot[{Re[Zeta[1/2+I x]],

下列2個頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

檢視此檔案的更多全域使用狀況

詮釋資料