চিত্ৰ:Relatives Numbers Representation.png

এই পৃষ্ঠাৰ সমল অন্য ভাষাত সমৰ্থিত নহয়।
অসমীয়া ৱিকিপিডিয়াৰ পৰা

মূল ফাইল(664 × 645 পিক্সেল, ফাইলৰ মাত্ৰা: 57 KB, MIME প্ৰকাৰ: image/png)

এই ফাইলটো ৱিকিমিডিয়া কমন্সৰ পৰা আমদানি কৰা হৈছে। ফাইল বিৱৰণ পৃষ্ঠাৰ সবিশেষ তথ্য তলত উল্লেখ কৰা হ’ল ।
ৱিকিমিডিয়া কমন্স এটা মুক্ত অনুজ্ঞাপত্ৰ মিডিয়াৰ ভঁৰাল। আপুনিও ইচ্ছা কৰিলে এই প্ৰকল্পত সহায় কৰিব পাৰে

সাৰাংশ

বিৱৰণ
English: A figure representing the equivalence classes of the relative numbers constructed as a pair of natural numbers. Any relative number (eg. -5) has an infinity of equivalent possible representation, eg. (2,7), (0,5), ... The equivalent representations (in red) are on the same blue dotted line, and the number in blue at the end on the line is the corresponding relative number
Français : Une figure représentant les classes d'équivalences entres les paire d'entiers construisant les nombre relatifs.

Chaque nombre relatif (par exemple -5) a une infinité de paire qui le représentent de manière équivalente, ( par exemple (2,7), (0,5).

Toutes ces représentation équivalente sont sur la même pointillé bleu, et le nombre relatif qu'elle représentent est au bout de la ligne.
তাৰিখ
উৎস নিজা কাৰ্য
লেখক Thomas Douillard, thomas.douillard gmail.com, with "asymptote"

generated using "asymptote" software with the following code

Generation code

In asymptote programming language ( http://en.wikipedia.org/wiki/Asymptote_%28vector_graphics_language%29 )

// import settings;
import graph;

// pdfviewer="evince";
// psviewer="evince";

// returns a pair representation of a relative number of the equivalent class
pair pairRepresentation(int n){
	if(n>0){
		return(n,0);
	}else{
		return(0,-n);
	}
}

string nullString(real r){
	return "";
}

void drawCoordinates(pair point, align align=NoAlign){
	label("$("+string(point.x)+","+string(point.y)+")$",point,align);
}

unitsize(50,50);

int num = 10;
int i;

for (i=-1*num ; i<=num ; ++i) {
	pair point = pairRepresentation(i) ;
	dot(point,red);

	// equivalence classes labelled with usual names, in blue
	label("$\mathbf{"+string(i)+"}$",point,5SW,fontsize(17)+blue);

	int j;
	for(j=abs(i);j<num;++j) {
		drawCoordinates(point,E);
		pair nextpoint = point + (1,1);

		draw(point -- nextpoint,blue+Dotted+linewidth(2));
		dot(point,red+linewidth(5));

		point=nextpoint;
	}
	dot(point,red);
	draw(point -- point+(0.5,0.5),blue+Dotted+linewidth(2));
	dot(point,red+linewidth(5));
	drawCoordinates(point,E);
}

// axes 

real decay=-0.2;

ticks tick=RightTicks(N=0,n=1,end=false,nullString);
xaxis("$n_1$",YEquals(decay),decay,num+1.0,tick,Arrow);
yaxis("$n_2$",XEquals(decay),decay,num+1.0,LeftTicks(N=0,n=1,end=false,nullString),Arrow);

Other svg version : File:Relatifs.svg unfortunately does not render correctly with wikimedia, but is OK with inkscape

অনুজ্ঞাপত্ৰ

Public domain মই, এই কামৰ স্বত্বাধিকাৰী, এই কামক ৰাজহুৱা ডমেইনত উন্মোচন কৰিছো। ই বিশ্বব্যাপী প্ৰযোজ্য হ’ব।
কিছুমান দেশত এইটো আইনগতভাৱে নহবও পাৰে, যদি সেয়ে হয়:
মই যিকোনো ব্যক্তিক যিকোনো কাৰণৰ বাবে এই কাম ব্যৱহাৰ কৰাৰ অধিকাৰ প্ৰদান কৰিছো, কোনো চুক্তি নহোৱাকৈ, যেতিয়ালৈকে এই চুক্তিসমূহ আইন দ্বাৰা প্ৰয়োজনীয় নহয়।

কেপ্‌চন

এই ফাইলে কি প্ৰতিনিধিত্ব কৰে তাৰ এটা শাৰীত ব্যাখ্যা কৰক

Items portrayed in this file

depicts ইংৰাজী

copyright status ইংৰাজী

inception ইংৰাজী

২৫ নৱেম্বৰ 2009

source of file ইংৰাজী

original creation by uploader ইংৰাজী

ফাইলৰ ইতিবৃত্ত

ফাইলৰ আগৰ অৱস্থা চাবলৈ সেই তাৰিখ/সময়ত ক্লিক কৰক।

তাৰিখ/সময়ক্ষুদ্ৰ প্ৰতিকৃতিআকাৰসদস্যমন্তব্য
বৰ্তমান21:58, 25 November 200921:58, 25 November 2009ৰ সংস্কৰণৰ ক্ষুদ্ৰ প্ৰতিকৃতি664 × 645 (57 KB)TomdFrUploaded a version from -5 to 5, the previous one was uselessly too big ...
19:44, 25 November 200919:44, 25 November 2009ৰ সংস্কৰণৰ ক্ষুদ্ৰ প্ৰতিকৃতি749 × 724 (91 KB)TomdFr{{Information |Description={{en|1=A figure representing the equivalence classes of the relative numbers constructed as a pair of natural numbers. Any relative number (eg. -5) has an infinity of equivalent possible representation, eg. (2,7), (0,5), ...

এই ফাইলটো কোনো পৃষ্ঠাই ব্যৱহাৰ কৰা নাই

ফাইলৰ গোলকীয় ব্যৱহাৰ

তলত দিয়া আন ৱিকিসমূহে এই ফাইলটো ব্যৱহাৰ কৰে: