id	author	title	date	pages	extension	mime	words	sentence	flesch	summary	cache	txt
iajs-1223	Al-Mukhtar, A. S.; Jassim, J.N.	Designing A Computer Program to Determine the Points and Planes in 3-Dimensional Projective Space	2017	17	.pdf	application/pdf	7302	64	0	The list of program program modulo(input,output); uses wincrt; type arr1=array[1..156,1..4] of integer; arr2=array[1..156,1..32] of integer; var points:arr1; lines:arr2; i,j,mo,pono,m:integer; procedure makepoint(var points:arr1;mo:integer;var pono:integer); var i,x,y,z,a:integer; xx:array[1..7,1..4]of integer; begin pono:=1+mo+SQR(mo)+SQR(mo)*mo; points[1,1]:=1;for i:=2 to 4 do points[1,i]:=0; for i:=2 to mo+1do begin points[i,1]:=i-2;points[i,2]:=1;points[i,3]:=0;points[i,4]:=0;end; a:=mo+2; y:=0;z:=1; for i:=a to pono do begin x:=(i mod mo)-2; if((x=-2) or (x=-1)) then x:=x+mo; points[i,1]:=x; if((x=0) and (i>(mo+2)))then y:=y+1; if((y mod mo)=0) then y:=0; points[i,2]:=y; if ((i>1+mo+sqr(mo))and (i<=1+2*sqr(mo))) A projective 3-space PG (3, q) over Galois field is a 3-dimensional projective space which consists of points, lines and planes with the incidence relation between them.	cache/iajs-1223.pdf	txt/iajs-1223.txt
