မာတိကာသို့ ခုန်သွားရန်

ဖိုင်:Digits in largest prime found as a function of time.svg

အခြားဘာသာစကားများဖြင့် စာမျက်နှာအကြောင်းအရာများကို ပံ့ပိုးမထားပါ။
This is a file from the Wikimedia Commons
ဝီကီပီးဒီးယား မှ

မူရင်းဖိုင်(SVG ဖိုင်, ၅၄၀ × ၄၀၈ pixels ကို အကြံပြုသည်, ဖိုင်အရွယ်အစား - ၅၉ KB)

အကျဉ်းချုပ်

ဖော်ပြချက်
English: Plot of the number of digits in largest known prime by year, since the electronic computer. Note that the vertical scale is logarithmic. The green line is the exponential curve of best fit that was followed roughly until 1999; the red curve is a linear fit, more accurate after 1999. Run the source code below to get actual
Русский: График зависимости числа цифр в наибольшем известном простом числе по годам с момента появления первого компьютера. Вертикальная шкала логарифмическая. Зеленая линия - экспоненциальная кривая наилучшего приближения, которой примерно следовал рост числа цифр до 1999 года; красная кривая - это линейная аппроксимация, более точное приближение после 1999 г.
ရက်စွဲ
ရင်းမြစ် ကိုယ်ပိုင်ဖန်တီးမှု
စာရေးသူ Nicoguaro
အခြား ဗားရှင်းများ
SVG genesis
InfoField
 
SVG ၏ ကုဒ်သည် ခိုင်လုံသည်
 
This plot was created with Matplotlib.
ဆို့စ်ကုတ်ဒ်
InfoField

Python code

"""
import numpy as np
import matplotlib.pyplot as plt
from scipy.optimize import curve_fit
from matplotlib import rcParams

rcParams['font.size'] = 14

# Data
data = np.array([[
            1952,     1952,     1957,     1961,     1961,     1963,
            1963,     1971,     1978,     1979,     1979,     1982,
            1983,     1985,     1989,     1992,     1994,     1996,
            1996,     1997,     1998,     1999,     2001,     2003,
            2004,     2005,     2005,     2006,     2008,     2013,
            2016,     2018,     2018],
       [     157,      687,      969,     1281,     1332,     2917,
            3376,     6002,     6533,     6987,    13395,    25962,
           39751,    65050,    65087,   227832,   258716,   378632,
          420921,   895932,   909526,  2098960,  4053946,  6320430,
         7235733,  7816230,  9152052,  9808358, 12978189, 17425170,
        22338618, 23249425, 24862048]])
year = data[0, :]
primes = data[1, :]

year_of_lin_growth = 1998

plt.plot(year, primes, color="#377eb8", marker=".", drawstyle='steps-post')
plt.yscale('log')
# Fit function
def lin_fun(x, a, b):
    return a*x + b

def exp_fun(x, a, b):
    return np.exp(a*x + b)
    
## Plot the older part which follows exponential growth of digits with time
popt, pcov = curve_fit(lin_fun, year[year <= year_of_lin_growth], np.log(primes[year <= year_of_lin_growth]))
x_vals = np.linspace(np.min(year), year_of_lin_growth, 20)
y_vals = exp_fun(x_vals, *popt)
plt.plot(x_vals, y_vals, color="#1ae41c", linestyle="dashed", label='digit number doubling every {:.1f} y'.format(np.log(2)/popt[0]))
print('Exponential fit (green curve): y = exp({:.4f} * t  +  {:.4f})'.format(*popt))



year_of_lin_growth = 1998
## Plot the newer part which follows linear growth of digits with time
popt, pcov = curve_fit(lin_fun, year[year >= year_of_lin_growth], primes[year >= year_of_lin_growth])
x_vals = np.linspace(year_of_lin_growth, np.max(year), 100)
y_vals = lin_fun(x_vals, *popt)
plt.plot(x_vals, y_vals, color="#e41a1c", linestyle="dashed", label='digit number growing by $10^6$ every {:.2f} y'.format(1e6/popt[0]))
print('Linear fit (red curve): y = {:.4g} * t  +  {:.4g}'.format(*popt))

# Plot details
plt.legend(prop={'size':10})
plt.xlabel("Year")
plt.ylabel("Number of digits in largest known prime")
plt.savefig("Digits_in_largest_found_prime_as_a_function_of_time.svg", bbox_inches="tight")
plt.show()

လိုင်စင်သတ်မှတ်ခြင်း

ကျွန်ုပ်၊ ဤလုပ်ဆောင်ချက်၏ မူပိုင်ခွင့်ပိုင်ရှင်အနေဖြင့် ဤနေရာမှ အောက်ပါလိုင်စင်အောက်တွင် ထုတ်လွှင့်ပါသည်:
w:my:Creative Commons
မှတ်ယူနိုင်ခြင်း
ဤဖိုင်သည် Creative Commons Attribution 4.0 နိုင်ငံတကာ လိုင်စင်အောက်တွင် လိုင်စင်သတ်မှတ်ထားပါသည်။
သင်သည် လွတ်လပ်စွာ:
  • မျှဝေရန် – ဖန်တီးမှုကို ကူးယူရန်၊ ဖြန့်ဖြူးရန်နှင့် ထုတ်လွှင့်ရန်
  • ပြန်ရောနှောရန် – ဖန်တီးမှုကို ပြင်ဆင်ညှိနှိုင်းရန်
အောက်ပါ အခြေအနေများတွင်:
  • မှတ်ယူနိုင်ခြင်း – ပြောင်းလဲမှုများ ပြုလုပ်ခဲ့ပါက ဖန်တီးသူ သို့မဟုတ် လိုင်စင်ရှိသူမှ သတ်မှတ်သော အမျိုးအစားကို လိုက်နာရမည် (ဆိုလိုသည်မှာ သင့်အား သို့မဟုတ် သင့်ဖန်တီးမှုတွင် အသုံးပြုခြင်းအား ထောက်ခံချက်ပေးသည်ဟု မဆိုလိုပါ)။

ပုံစာများ

ဤဖိုင်၏ဆိုလိုရင်းကို စာတစ်ကြောင်းရှင်းလင်းချက်ဖြင့် ထည့်သွင်းရန်

Items portrayed in this file

depicts အင်္ဂလိပ်

ဖိုင်မှတ်တမ်း

ဖိုင်ကို ယင်းနေ့စွဲ အတိုင်း မြင်နိုင်ရန် နေ့စွဲ/အချိန် တစ်ခုခုပေါ်တွင် ကလစ်နှိပ်ပါ။

နေ့စွဲ/အချိန်နမူနာပုံငယ်မှတ်တမ်း ဒိုင်မန်းရှင်းများအသုံးပြုသူမှတ်ချက်
ကာလပေါ် ၁၂:၀၉၊ ၂၂ ဩဂုတ် ၂၀၂၀ ၁၂:၀၉၊ ၂၂ ဩဂုတ် ၂၀၂၀ ရက်က မူအတွက် နမူနာပုံငယ်၅၄၀ × ၄၀၈ (၅၉ KB)Gap9551fixed error in linear rate (red line fit) in legend
၁၁:၄၆၊ ၂၂ ဩဂုတ် ၂၀၂၀ ၁၁:၄၆၊ ၂၂ ဩဂုတ် ၂၀၂၀ ရက်က မူအတွက် နမူနာပုံငယ်၅၄၀ × ၄၀၈ (၅၉ KB)Gap9551Reverted to version as of 11:22, 22 August 2020 (UTC) file appears fine now
၁၁:၃၉၊ ၂၂ ဩဂုတ် ၂၀၂၀ ၁၁:၃၉၊ ၂၂ ဩဂုတ် ၂၀၂၀ ရက်က မူအတွက် နမူနာပုံငယ်၅၄၀ × ၄၀၈ (၅၉ KB)Gap9551another attempt to upload file with 4.3 yr doubling time. the previous upload did not overwrite the existing file.
၁၁:၂၂၊ ၂၂ ဩဂုတ် ၂၀၂၀ ၁၁:၂၂၊ ၂၂ ဩဂုတ် ၂၀၂၀ ရက်က မူအတွက် နမူနာပုံငယ်၅၄၀ × ၄၀၈ (၅၉ KB)Gap9551doubling time fixed in legend
၁၃:၁၇၊ ၂၄ ဇွန် ၂၀၂၀ ၁၃:၁၇၊ ၂၄ ဇွန် ၂၀၂၀ ရက်က မူအတွက် နမူနာပုံငယ်၅၄၀ × ၄၀၉ (၅၆ KB)FDominecUpdated datasets to 2020; added exponential and linear portions of the curve fit.
၂၀:၃၀၊ ၁၃ စက်တင်ဘာ ၂၀၁၆ ၂၀:၃၀၊ ၁၃ စက်တင်ဘာ ၂၀၁၆ ရက်က မူအတွက် နမူနာပုံငယ်၆၅၉ × ၅၀၄ (၆၃ KB)NicoguaroUser created page with UploadWizard

ဤဖိုင်ကို အသုံးပြုထားသော စာမျက်နှာများမရှိပါ။

ဂလိုဘယ် ဖိုင်သုံးစွဲမှု

အောက်ပါ အခြားဝီကီများတွင် ဤဖိုင်ကို အသုံးပြုထားသည်-

မီတာဒေတာ