ဖိုင်:Collatz-graph-50-no27.svg

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

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

အကျဉ်းချုပ်

ဖော်ပြချက်
English: Directed graph showing the orbits of the odd numbers less than 50 (with the exceptions of 27, 31, 41, and 47, because they would make it too tall) under the Collatz map.

For a larger graph, see :Image:Collatz-graph-300.svg.

Created with Graphviz, with the help of this Python program:

 dotfile = file('collatz-graph.dot', 'w')
 
 limit = 50
 
 def f(n):
   while n % 2 == 0: # divide by 2 until it's odd
     n /= 2
   n = 3*n + 1
   while n % 2 == 0:
     n /= 2
   return n
 
 explored = set([1,27,31,41,47])
 
 dotfile.write('digraph {\n')
 
 for n in range(3, limit, 2): # odd numbers
   while n not in explored:
     dotfile.write(str(n) + ' -> ')
     explored.add(n)
     n = f(n)
   dotfile.write(str(n) + ';\n')
 
 dotfile.write('}\n')
ရက်စွဲ ၁၀ ဇွန် ၂၀၀၇ (original upload date)
ရင်းမြစ် Transferred from en.wikipedia to Commons by Derlay using CommonsHelper.
စာရေးသူ Keenan Pepper at အင်္ဂလိပ် ဝီကီပီးဒီးယား

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

Public domain This work has been released into the public domain by its author, Keenan Pepper at အင်္ဂလိပ် ဝီကီပီးဒီးယား. This applies worldwide.
In some countries this may not be legally possible; if so:
Keenan Pepper grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

မူရင်းတင်ထားသောမှတ်တမ်း

ဖော်ပြချက် မူရင်းစာမျက်နှာမှာ here ဖြစ်သည်။ အောက်ပါအသုံးပြုသူ အမည်များအားလုံးသည် en.wikipedia ကို ရည်ညွှန်းသည်။
  • 2007-06-10 20:25 Keenan Pepper 393×1045× (12301 bytes) Directed graph showing the orbits of the odd numbers less than 50 (with the exceptions of 27, 31, 41, and 47, because they would make it too tall) under the [[:en:Collatz conjecture|Collatz map]]. Created with [[:en:Graphviz|Graphviz]], with the help of

ပုံစာများ

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

Items portrayed in this file

depicts အင်္ဂလိပ်

media type အင်္ဂလိပ်

image/svg+xml

checksum အင်္ဂလိပ်

7827c7463cd0119cfabc6c5c5b2b3f01135d7e33

determination method အင်္ဂလိပ်: SHA-1 အင်္ဂလိပ်

data size အင်္ဂလိပ်

၁၂၃၀၁ ဘိုက်

height အင်္ဂလိပ်

၁၀၄၅ pixel

width အင်္ဂလိပ်

၃၉၃ pixel

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

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

နေ့စွဲ/အချိန်နမူနာပုံငယ်မှတ်တမ်း ဒိုင်မန်းရှင်းများအသုံးပြုသူမှတ်ချက်
ကာလပေါ် ၁၀:၀၃၊ ၂၅ မေ ၂၀၁၀ ၁၀:၀၃၊ ၂၅ မေ ၂၀၁၀ ရက်က မူအတွက် နမူနာပုံငယ်၃၉၃ × ၁၀၄၅ (၁၂ KB)Derlay{{Information |Description={{en|Directed graph showing the orbits of the odd numbers less than 50 (with the exceptions of 27, 31, 41, and 47, because they would make it too tall) under the Collatz map. For a larger graph, see [

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

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

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