/*NNPRNGRP.LIB*/ /*NPRNGRPH.LIB with modified savegraph() and getgraph()*/ /*new getgraph() able to get only savefile saved with new savegraph()*/ /*NPRNGRPH.LIB*/ /*PRNGRPH.LIB with modified run_initgrph() and run_line_parameters() including print option of the parameters*/ #include <stdio.h> #include <math.h> #include <stdlib.h> #include <alloc.h> /*Codes*/ extern char IBMSpacing[10], Epsonspacing[9], spacing0[4], spacing1[5], spacing2[5], spacing3[4], spacing4[4], Head[12]; extern int *Header; extern char […]
Analitic Calculations and Graphics of Experimental Facts and
/*Analitic Calculations and Graphics of Experimental Facts and …"*/ #include <stdlib.h> #include <stdio.h> #include <math.h> #include "prngrph.h" #define mrs (1.0 – 1.0/r) #define mrs2 sqrt(mrs) #define d double #define rz return z;} #define PI 3.1415927 #define K (8*PI*7.425*1e-29) /*GN/c2 Einstein Gravitational Constant in cm/gr*/ #define Gn 7.425e-29 #define M (1/(2*Gn)) #define R r /*Source Radious […]
Analitic Calculations and Graphics of "Experimental Facts and …"*/
/*Analitic Calculations and Graphics of "Experimental Facts and …"*/ #include <stdlib.h> #include <stdio.h> #include <math.h> #include "prngrph.h" #define mrs (1.0 – 1.0/r) #define mrs2 sqrt(mrs) #define d double #define rz return z;} #define PI 3.1415927 #define K (8*PI*7.425*1e-29) /*GN/c2 Einstein Gravitational Constant in cm/gr*/ #define Gn 7.425e-29 #define M (1/(2*Gn)) #define R r /*Source Radious […]
QX.C
/* Q with easy change at run time of Lpx and x[2], x[3] (QX) and homogenized W2 tetrad – W3 – (for spherical symmetric Lorentz transformations)*/ /*Includes also transformations LT12W, LT23W and LT13W between the Wx and Rotations and Boosts around W3*/ /*Some out of service eliminated*/ #include <stdio.h> #include <math.h> #define DEF1 #define mrs […]
NPRNGRPH.C
/*NPRNGRPH.LIB*/ /*PRNGRPH.LIB with modified run_initgrph() and run_line_parameters() including print option of the parameters*/ #include <stdio.h> #include <math.h> #include <stdlib.h> #include <alloc.h> /*Codes*/ extern char IBMSpacing[10], Epsonspacing[9], spacing0[4], spacing1[5], spacing2[5], spacing3[4], spacing4[4], Head[12]; extern int *Header; extern char *spacing[5]; /*General Variables*/ extern char *Printline; extern char *Pline; extern int *Pcolumn; extern unsigned char *Charac; extern unsigned […]