படிமம்:Relative numbers representation.svg
Relative_numbers_representation.svg (SVG கோப்பு, பெயரளவில் 512 × 494 பிக்சல்கள், கோப்பு அளவு: 11 KB)
Wikimedia Commons இலுள்ள இக்கோப்பு வேறு திட்டங்களிலும் பயன்படுத்தப்படலாம். இதனைப் கோப்பின் விவரப்பக்கம் பற்றிய விபரம் கீழே காட்டப்படுகிறது.
சுருக்கம்
| விளக்கம்Relative numbers representation.svg |
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. |
| நாள் | |
| மூலம் | சொந்த முயற்சி |
| ஆசிரியர் | TomdFr |
| ஒத்தக்கோப்பு | File:Relatives Numbers Representation.png |
| SVG genesis InfoField |
அனுமதி
| Public domainPublic domainfalsefalse |
| I, the copyright holder of this work, release this work into the public domain. This applies worldwide. சில நாடுகளில் இது சாத்தியமில்லாது போகலாம். அவ்வாறாயின் : I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
Generation code
In asymptote programming language (w:Asymptote (vector graphics language))
// 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);
Captions
Items portrayed in this file
சித்தரிப்பில் உள்ளது
25 நவம்பர் 2009
source of file ஆங்கிலம்
original creation by uploader ஆங்கிலம்
data size ஆங்கிலம்
10,821 பைட்டு
image/svg+xml
checksum ஆங்கிலம்
5ebe5208fe4a794ceb00902eb23f92123af8bd54
கோப்பின் வரலாறு
குறித்த நேரத்தில் இருந்த படிமத்தைப் பார்க்க அந்நேரத்தின் மீது சொடுக்கவும்.
| நாள்/நேரம் | நகம் அளவு சிறுபடம் | அளவுகள் | பயனர் | கருத்து | |
|---|---|---|---|---|---|
| தற்போதைய | 03:00, 31 சனவரி 2018 | 512 × 494 (11 KB) | wikimediacommons>Perhelion | fix librsvg bug phab:T35245 |
கோப்பு பயன்பாடு
பின்வரும் பக்க இணைப்புகள் இப் படிமத்துக்கு இணைக்கபட்டுள்ளது(ளன):
மேனிலைத் தரவு
இந்தக் கோப்பு கூடுதலான தகவல்களைக் கொண்டுளது, இவை பெரும்பாலும் இக்கோப்பை உருவாக்கப் பயன்படுத்திய எண்ணிம ஒளிப்படக்கருவி அல்லது ஒளிவருடியால் சேர்க்கப்பட்டிருக்கலாம். இக்கோப்பு ஏதாவது வகையில் மாற்றியமைக்கப்பட்டிருந்தால் இத்தகவல்கள் அவற்றைச் சரிவர தராமல் இருக்கலாம்.
| அகலம் | 100% |
|---|---|
| உயரம் | 100% |