চিত্র:Collatz-graph-50-no27.svg

পাতাটির বিষয়বস্তু অন্যান্য ভাষায় নেই।
এই ফাইলটি উইকিমিডিয়া কমন্স থেকে নেওয়া। মূল পাতাটি দেখতে ক্লিক করুন।
উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

পূর্ণ রেজোলিউশন(এসভিজি ফাইল, সাধারণত ৩৯৩ × ১,০৪৫ পিক্সেল, ফাইলের আকার: ১২ কিলোবাইট)

এই ফাইলটি উইকিমিডিয়া কমন্স থেকে নেওয়া। সেখানের বর্ণনা পাতার বিস্তারিত নিম্নে দেখানো হলো। (সম্পাদনা)
উইকিমিডিয়া কমন্স, মুক্ত লাইসেন্সযুক্ত মিডিয়ার একটি ভান্ডার। আপনি সাহায্য করতে পারেন

সারাংশ

বিবরণ
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')
তারিখ ১০ জুন ২০০৭ (মূল আপলোডের তারিখ)
উৎস en.wikipedia থেকে কমন্সে স্থানান্তরিত করা হয়েছে Derlay কর্তৃক CommonsHelper ব্যবহার করে।
লেখক ইংরেজি উইকিপিডিয়া-এর Keenan Pepper

লাইসেন্স প্রদান

Public domain এই কাজের প্রণেতা ইংরেজি উইকিপিডিয়া-এর Keenan Pepper কাজটি পাবলিক ডোমেইনে প্রকাশ করেছেন। এটি বিশ্বব্যাপী প্রযোজ্য হবে।
কিছু দেশে এটি আইনত সিদ্ধ নাও হতে পারে, যদি তাই হয়:
Keenan Pepper যে-কাউকে যেকোনো উদ্দেশ্যে, বিনাশর্তে এই কাজটি ব্যবহারের অনুমতি প্রদান করেন, যদি না সেই শর্তগুলো আইনত প্রয়োজনীয় হয়।

মূল আপলোড লগ

মূল বিবরণ পাতাটি এখানে ছিল। নিম্নলিখিত সকল ব্যবহারকারীর নাম 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

ক্যাপশন

এই ফাইল কি প্রতিনিধিত্ব করছে তার এক লাইন ব্যাখ্যা যোগ করুন

এই ফাইলে চিত্রিত আইটেমগুলি

যা চিত্রিত করে

checksum ইংরেজি

১২,৩০১ বাইট

১,০৪৫ পিক্সেল

৩৯৩ পিক্সেল

ফাইলের ইতিহাস

যেকোনো তারিখ/সময়ে ক্লিক করে দেখুন ফাইলটি তখন কী অবস্থায় ছিল।

তারিখ/সময়সংক্ষেপচিত্রমাত্রাব্যবহারকারীমন্তব্য
বর্তমান১০:০৩, ২৫ মে ২০১০১০:০৩, ২৫ মে ২০১০-এর সংস্করণের সংক্ষেপচিত্র৩৯৩ × ১,০৪৫ (১২ কিলোবাইট)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 [

নিচের পৃষ্ঠা(গুলো) থেকে এই ছবিতে সংযোগ আছে:

ফাইলের বৈশ্বিক ব্যবহার

নিচের অন্যান্য উইকিগুলো এই ফাইলটি ব্যবহার করে: