blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
204d4b1cd99084971ab7fe73a45d02bc50cba6c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3793/CH6/EX6.1/exp_6_1.sce | 8ada421e5f87ac8d806c8979e0b178d7da909646 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 358 | sce | exp_6_1.sce | clear;
clc;
A=[-1 0 0; 0 0 -1; 1 -1 0; 0 -1 1; -1 0 1];
B=(A');
z=diag([.05;.10;.5;.40;.25]);
y=pinv(z);
Yb=(B*y*A);
mprintf("Ybus matrix without coupling\n");
disp(Yb);
//case2
z1=[.05 0 0 0 0; 0 .10 0 0 0; 0 0 .5 0 0; 0 0 0 .4 .2;0 0 0 .2 .25];
y1=pinv(z1);
Y1b=B*y1*A;
mprintf("\nYbus matrix with coupling\n");
disp(Y1b);
Zb=pinv(Y1b);
|
e6676330517479405037f3caa30f9f0ad73ce67d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH8/EX8.5.g/ex_8_5_g.sce | c0f328ee6f832b1d2833b10debe95f099ca47aa9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 662 | sce | ex_8_5_g.sce | //Example 8.5.g //commercial efficiency
clc;
clear;
close;
V=230;// in volts
I=60;// in amperes
rpm=955;//turns
ra=0.2;//resistance of armature in ihms
rsh=0.15;//shunt field in ohms
sl=604;//stray losses in watts
Rm=ra+rsh;// in ohms
Eb=(V-I*Rm);// back emf in volts
Dp=Eb*I;//driving power in watts
mi=V*I;//input power in watts
Cl=mi-Dp;// copper losses in watts
mo=Dp-sl;//output of motor
bhp=mo/746;// horse power in bhp
Ta=(9.55*Eb*I)/rpm;//total torque in N-m
Ts=(bhp*60*746)/(2*%pi*rpm);//shaft torque in N-m
Tl=Ta-Ts;//lost torque in N-m
nc=(mo/mi)*100;//commercial efficiency in percentge
disp(nc,"commercial efficiency in percentge")
|
da09f9d3e72095650286a7918a628083450d8117 | 449d555969bfd7befe906877abab098c6e63a0e8 | /692/CH3/EX3.14/P3_14.sce | c8897bdff82e2c3d7591c72ca07a6d741c12864d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 531 | sce | P3_14.sce | //EXAMPLE 3.14
//ENERGY OF LP DISCREET TIME SIGNAL
//PROGRAM REQUIRES MAXIMA SCILAB TOOLBOX
clc;
clear;
syms n wc w;
wc = input("the value of wc ( less than %pi)= ");
n = -5:0.05:5;
for i =0:length (n)
hlp(i+1) = (wc/%pi)*sinc((wc*i)/%pi);
E(i+1)=(abs(hlp(i+1)))^2;
end
Energy = sum(E);
if (Energy<%inf ) then
disp ('The filter is Energy Signal') ;
else
if (Energy/length(N)<%inf ) then
disp ('Power Signal') ;
else
disp ('Niether Energy nor Power Signal') ;
end
end
disp(Energy,'the energy is = '); |
31ebe7920a849b0d7db08e1c926e360e51258794 | 8712e7b4614b1ab648f19bcce8ca17e378876546 | /Scilab Com Interface Grafica/Engine/A0_PRECOD4_VARS.sce | c295f161981a3645df889af2f88fb47576f82d98 | [] | no_license | Diogo-Rossi/Mestrado-Diogo-Rossi | d0d476d878c729c44778ea8f364c50c5464fc751 | d544d3bce094931eb96a6031aaa1ae1a833d2b04 | refs/heads/master | 2022-08-26T22:28:04.339221 | 2022-07-11T00:25:21 | 2022-07-11T00:25:21 | 236,889,761 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,484 | sce | A0_PRECOD4_VARS.sce | // SELEÇÃO DE NÓS NO EIXO DA ESTRUTURA, DADA LISTA DE COORDENADAS
function nos = SelectNodesInMat(Mat)
sca(eixoEstr)
//[botao,x,y]=xclick();
[Rect,But]=rubberbox(%T);
plot(%nan,%nan,'s','MarkSize',15)
selecao = gce().children
nos = []
while and(But~=[2]) // Enquanto não clicar no botão direito
if Rect(3)<%eps & Rect(4)<%eps then
[x y] = PtoMaisProx(eixoEstr,[Rect(1) Rect(2)],Mat)
else
Sel = EncontrarPontosDentro(Rect,Mat);
x = Sel(:,1)
y = Sel(:,2)
end
if ~isempty([x y]) then
for i=1:size(x,"*")
noh = vectorfind(Mat,[x(i) y(i)],"r")
nos = [nos; noh']
selecao.data = [selecao.data; x y]
end
end
[Rect,But]=rubberbox(%T);
end
delete(selecao.parent)
nos = unique(nos)
endfunction
function struc = DeleteItemInArrayStructure(inds,struc)
if ~isempty(inds) then
Temp = struc(setdiff(1:length(struc),inds))
delete(struc(inds).parent)
struc = Temp
end
endfunction
// Parece que não precisou desta
function Historico = LoadHist(dados,T)
t = [0:0.01:T]
opC = dados(3)
t0 = dados(4)
t1 = dados(5)
w1 = dados(5)
F = dados(6)
Ft = []
for i=t
Ft = [Ft Carregamento(1,1,opC,1,t0,t1,w1,F,i)]
end
Historico = [t' Ft']
endfunction
|
0621ca640f62dfec58219e82179af01369876992 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3556/CH14/EX14.13/Ex14_13.sce | 072fe08057c43b53d918b79d2b93b8f287d50664 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,109 | sce | Ex14_13.sce | clc
// Fundamental of Electric Circuit
// Charles K. Alexander and Matthew N.O Sadiku
// Mc Graw Hill of New York
// 5th Edition
// Part 2 : AC Circuits
// Chapter 14 : Frequency Response
// Example 14 - 13
clear; clc; close;
//
// Given data
f1 = 250.0000;
f2 = 3000.0000;
K = 10.0000;
R = 20.0000 * 10^3;
Ri = 10.0000 * 10^3;
//
// Calculations Capacitance of Capacitor C2
C2 = 1/(2*%pi*f1*R)
// Calculations Capacitance of Capacitor C1
C1 = 1/(2*%pi*f2*R)
// Calculations Rf
Rf = (K *(f1 + f2) * Ri)/f2;
//
disp("Example 14-13 Solution : ");
printf(" \n C2 = Capacitance of Capacitor C2 = %.3f nanoFarad",C2*10^9)
printf(" \n C1 = Capacitance of Capacitor C1 = %.3f nanoFarad",C1*10^9)
printf(" \n R = Resistance of Resistor R = %.3f Kilo-ohm",R/1000)
printf(" \n Rf = Resistance of Resistor Rf = %.3f Kilo-ohm",Rf/1000)
printf(" \n Ri = Resistance of Resistor Ri = %.3f Kilo-ohm",Ri/1000)
|
d0507c643c05fcddb8bbed27a80fcd6a24d06670 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3717/CH10/EX10.1/Ex10_1.sce | 7515e1d5868d175b559377392ce94e3826efd0c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 654 | sce | Ex10_1.sce | // Ex10_1 Page:211 (2014)
clc;clear;
m = 2; n = 3; p = 1; // Coefficients of intercepts along the crystallographic axes
m_inv = 1/m; // Reciprocal of the first coefficient
n_inv = 1/n; // Reciprocal the second coefficient
p_inv = 1/p; // Reciprocal the third coefficient
mul_fact = double(lcm(int32([m,n,p]))); // LCM of m, n and p
i1 = m_inv*mul_fact; // Clear the first fraction
i2 = n_inv*mul_fact; // Clear the second fraction
i3 = p_inv*mul_fact; // Clear the third fraction
printf("\nThe Miller indices of the plane are (%d %d %d) ", i1, i2, i3);
// Result
// The Miller indices of the plane are (3 2 6) |
c5e6212e37fbdaba2a6bfb6486887b8da9bf18bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH7/EX7.17/ex7_17.sce | c02479e7a6f1d232d7608d7b895f55468e99671a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 800 | sce | ex7_17.sce | // Exa 7.17
clc;
clear;
close;
format('v',6)
// Given data
V_DD = 30;// in V
R_D = 12;// in k ohm
R_S= 1.5;// in k ohm
V_GS = -0.47;// in V
V_P = -2.4;// in V
I_DSS = 3;// in mA
I_D= poly(0,'I_D');
I_D= I_D-I_DSS*(1-(V_GS/V_P)*I_D)^2;
// On solving equation by polynomial method, quiescent drain current
I_D= roots(I_D)
I_D= I_D(2);// in mA
disp(I_D,"The quiescent drain current in mA is : ")
V_D= round(V_DD-I_D*R_D);//in V
V_S= -V_GS*R_S;// in V
// The quiescent drain to source voltage
V_DS= ceil(V_D-V_S);// in V
disp(V_DS,"The quiescent drain to source voltage in volts is : ")
// gm= gmo*(1-V_GS/V_P)= -2*I_DSS/V_P*(1-V_GS/V_P)
gm=-2*I_DSS/V_P*(1+V_S/V_P);//in mA/V
// The small signal voltage gain
Av= -gm*R_D;
disp(Av,"The small signal voltage gain is : ")
|
c6dae35a0d81c47b4369b0b899464ac750e3daf2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /689/CH5/EX5.4/4.sce | a17dceaa79fe16907c77dff13a18fc1b57544217 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 431 | sce | 4.sce | clc; funcprot(0);
//Example 5.4 Inclined Flat Plates
// Initialisation of variables
Cl = 0.73; // From Figure
Cd = 0.164; // From Figure
l = 12;
w = 2;
alpha = 12;
V = 50;
rho = 0.002378;
// Calculations
A = l*w;
L = (Cl*rho*A*V^2)/2;
D = (Cd*rho*A*V^2)/2;
R = sqrt(L^2+D^2);
//Results
disp(R,"Total Force (lb) :", D ,"Force Parallel to Airstream (lb):",L,"Force Parallel to Airstream (lb):");
|
097e806cc73e486c46f41408c39cc7b2de3a7bea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1862/CH17/EX17.4/C17P4.sce | c5ebb838f000fe67059f8b314a40e07b0e9cfef7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 642 | sce | C17P4.sce | clear
clc
//to find rotaional inertia of traingle
// GIVEN:
//mass of rod
M = 0.112//in Kg
//length of rod
L = 0.096//in m
//period of oscillations of rod
T_rod = 2.14//in seconds
//period of oscillations of traingular shape body
T_triangle = 5.83//in seconds
// SOLUTION:
//using equation of physical pendulum
//rotational inertia of body
I_rod = (M*L^2)/12//in Kg.m^2
//rotaional inertia of traingle
I_triangle = I_rod*(T_triangle/T_rod)^2//in Kg.m^2
printf ("\n\n Rotational inertia of body I_rod = \n\n %.2e Kg.m^2",I_rod)
printf ("\n\n Rotaional inertia of traingle I_triangle = \n\n %.2e Kg.m^2",I_triangle)
|
1a1299fce78a3faab661ebb72e6eb6cf988237b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH3/EX3.2/3_2.sce | 05f26ac556ec09bf7087c997ca1d51621fca3d77 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 575 | sce | 3_2.sce | //chemical kinetics and catalysis//
//example 3.2//
T1=10;//in min//
T2=20;//in min//
a=25;//amount of KMnO4 in ml at t=0min//
a1=20;//amount of KMnO4 in ml at t=10min or a-x value at t=10//
a2=15.7;//a-x value at t=20min//
k1=(2.303/T1)*log10(a/a1);//formula of rate constant for first order reaction//
printf("At t=10min rate constant k=%f/min",k1);
k2=(2.303/T2)*log10(a/a2);//rate constant formula//
printf("\nAt t=20min rate constant k=%f/min",k2);
printf("\nIf we calculate the rate constant at other t values we will see that k values are almost constnat"); |
2578b1f68a7976c8641d07aa6e04b79448859868 | 449d555969bfd7befe906877abab098c6e63a0e8 | /27/CH2/EX2.2.3/Example_2_2_3.sce | 1c955855cdd87989cbc6f8c6c77fbb7f308c40dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 636 | sce | Example_2_2_3.sce | //Example 2.2.3 Page 21
//Non-Linear Dynamics and Chaos, First Indian Edition Print 2007
//Steven H. Strogatz
clear;
clc;
close;
set(gca(),"auto_clear","off") //hold on
for x=-5:0.25:5
y1 = x;
y2 = cos(x);
plot2d(x,y1,style=-2)
plot2d(x,y2,style=-2)
end
//plot2d(0.75,0.75, style=-3) //To show that the fixed point is Unstable.
set(gca(),"grid",[2,5])
xtitle("Phase Potrait","x-axis","Y-axis, y=x, y=cos(x)")
disp ("OBSERVATIONS from the Graph :-")
disp("1. y=x and y=cos(x) intersects at exactly one point.")
disp("2. The fixed point is Unstable ")
//End of Example 2.2.3 Page 21. |
ee7205e118e5416e891fe5e3a37a5d9fef39127a | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH7/EX7.5/Example7_5.sce | bef21012b33b43eccbbc5e6c738aa1fec5740243 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 475 | sce | Example7_5.sce | //calculation of wavelength of a particle
clear;
clc;
printf("\t Example 7.5\n");
//(a)
h=6.63*10^-34;//planck's constant, J s
m=0.06;//mass, kg
u=63;//speed, m/s
lambda=h/(m*u);//wavelength, m
printf("\t the wavelength of the tennis ball is : %4.1f *10^-34 m\n",lambda*10^34);
//(b)
m=9.1094*10^-31;//mass, kg
u=68;//speed, m/s
lambda=h/(m*u);//wavelength, m
printf("\t the wavelength of the electron is : %4.1f *10^-5 m\n",lambda*10^5);
//End
|
873313192e2a2d86abb6fbde3038f3a8ab138d60 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1376/CH4/EX4.7/4_7.sci | 425a5a290fe3da7ff5f8f7bd0eab512ba2116d0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 229 | sci | 4_7.sci | //4.7
clc;
E=230;
V1=60;
V2=40;
Rv=50000;
R1=((E-(V1+V2))/V2)*Rv*10^-3;
printf("Resistance between positive and earth=%.2f Kohm",R1)
R2=((E-(V1+V2))/V1)*Rv*10^-3;
printf("\nResistance between -ve and earth=%.2f Kohm",R2) |
38eeb20d6bd6115c3e94278c3077e2d96a707f4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1046/CH3/EX3.9/3_9.sce | f4006745b5f4a5aca2c119d485ecfe383f33aec2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,510 | sce | 3_9.sce | //Example 3.9
//(a) calculate the temp. at the surface of slab A.
//what is the maximum Temp. in A.
//(b)determine the temp. gradient at both the
//surfaces of each of the slabs A,B and C.
//(c)calculate the value of h1 & h2.
//Given
tA=0.25 //m, thickness of slab A
tB=0.1 //m, thickness of slab B
tC=0.15 //m, thickness of slab C
kA=15 //W/m C, thermal comductivity of slab A
kB=10 //W/m C, thermal comductivity of slab B
kC=30 //W/m C, thermal comductivity of slab C
x=poly(0,'x') //m, distance from left surface of B
//Temprature distribution in slab A
TA=90+4500*x-11000*x^2
T1=40 //C, fluid temp.
T2=35 //C, medium temp.
//calculation
//(a)
x1=tB
TA1=90+4500*x1-11000*x1^2
//similarly at the right surface
x2=tA+tB
TA2=90+4500*x2-11000*x2^2
//let dTA/dx=D
D=derivat(TA)
D=0 //for maximum temp.
x3=4500/22000
TAmax=90+4500*x3-11000*x3^2
printf("At x=0.1 the temp. at the surface of slab A is %f C\n",TA1)
printf("At x=0.35 the temp. at the surface of slab A is %f C\n",TA2)
printf(" the maximum Temp. in A occurs at %f m\n",x3)
printf(" the maximum Temp. in A is %f TAmax \n",TAmax)
//(b)
//At the interface 2
D1=4500-2*11000*x1 //C/W, D1=dTA/dx, at x=0.1
//At the interface 3
D2=4500-2*11000*x2 //D12=dTA/dx, at x=0.35
//Temprature gradient in slab B and C
//by using the continuity of heat flux at interface (2)
D3=-kA*D1/(-kB) //D3=dTB/dx, at x=0.1
//at interface (1)
D4=D3 //D4=dTB/dx at x=0
//similarly
D5=-1600 //C/W, dTB/dx, x=0.35
D6=D5 //at interface 4
printf("temp. gradient at interface 2 of the slabs A is %f C/W\n",D1)
printf("temp. gradient at interface 3 of the slabs A is %f C/W\n",D2)
printf("temp. gradient at interface 2 of the slabs B is %f C/W\n",D3)
printf("temp. gradient at interface 1 of the slabs B is %f C/W\n",D4)
printf("temp. gradient at interface 3 of the slabs Cis %f C/W\n",D5)
printf("temp. gradient at interface 4 of the slabs C is %f C/W\n",D6)
//(c)
//from D3=3450 and TB=beeta1*x+beeta2
beeta1=3450
beeta2=85
x=0
TB=beeta1*x+beeta2
//similary
TC=877.5-1600*x
h1=-kB*D4/(T1-TB)
//similarly
h2=1129
printf("The heat transfer coefficient at one surface of solid fluid interface is %fW/m^2 C\n",h1)
printf("The heat transfer coefficient at other surface of solid fluid interface is %fW/m^2 C",h2)
|
9d2c2f86c94af7e1ccc4236408931640a540bfc9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /647/CH10/EX10.6/Example10_6.sce | 4e401790a06e18057a6b3fb7dab640164442294c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 721 | sce | Example10_6.sce | clear;
clc;
// Example: 10.6
// Page: 403
printf("Example: 10.6 - Page: 403\n\n");
// Solution
//*****Data******//
deff('[P1] = f1(T)','P1 = exp(16.5915 - 3643.31/(T - 33.424))');
deff('[P2] = f2(T)','P2 = exp(14.2532 - 2665.54/(T - 53.424))');
deff('[A] = f3(T)','A = 2.771 - 0.00523*T');
Temp = 318.15;// [K]
x1 = 0.25;
//**************//
P1sat = f1(Temp);// [kPa]
P2sat = f2(Temp);// [kPa]
A = f3(Temp);
x2 = 1 - x1;
gama1 = exp(A*x2^2);
gama2 = exp(A*x1^2);
P = x1*gama1*P1sat + x2*gama2*P2sat;
y1 = x1*gama1*P1sat/P;
y2 = x2*gama2*P2sat/P;
printf("In Vapour phase\n");
printf("The mole fraction of methanol is %.3f\n",y1);
printf("The mole fraction of methyl acetate is %.3f\n",y2); |
72d64ada2b835a44e8c796d1cf2e7a52051a6038 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/m2sci/%j2sci.sci | d1e460d1dd6403c704b4fedd23dd59a78244829f | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 449 | sci | %j2sci.sci | function [stk,txt,top]=%j2sci()
//
//!
// Copyright INRIA
s2=stk(top);s1=stk(top-1);
if s2(5)=='4' then s2(1)='bool2s('+s2(1)+')',s2(5)='1';end
if s1(5)=='4' then s1(1)='bool2s('+s1(1)+')',s1(5)='1';end
txt=[]
[s1,te1]=s1(1:2);
[s2,te2]=s2(1:2);
//
if te2=='1'|te2=='2'|te2=='3' then s2='('+s2+')',end
if te1=='1'|te1=='2'|te1=='3' then s1='('+s1+')',end
if part(s2,1)=='-' then s2='('+s2+')',end
stk=list(s1+'.^'+s2,'1','?','?','?')
top=top-1
|
91edb781c74597f00e02328202821377725df5c0 | e2cee73f9682b79c4a5d6a1e6381cf6679dc1094 | /TP_AN/TP2/gauss.sci | f7a33cca4ba222143a4b794d0c61ba68fab492e2 | [] | no_license | melurne/TP_ANgit | b1b91e444aef30706fef0cac4da9355d4d04e1aa | 59c1aa6a5261f9753e108877079a495d5b95fb50 | refs/heads/master | 2023-04-19T09:23:02.045251 | 2021-05-17T14:56:34 | 2021-05-17T14:56:34 | 350,416,537 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,696 | sci | gauss.sci | function X = GaussPivotPartiel(A,B)
n=size(A,1);
if det(A)==0
error("det = 0")
end
for i = 1:n-1
l=i;
for k=i:n
if abs(A(k,i)) > abs(A(l,i))
l=k;
end
end
if l~=i
for j=i:n
tmp=A(l,j);
A(l,j)=A(i,j);
A(i,j)=tmp;
end
tmp=B(l);
B(l)=B(i);
B(i)=tmp
end
pivot=A(i,i);
for k = i+1:n
factpivot=A(k,i)/pivot;
A(k,i)=0;
for j=i+1:n
A(k,j)=A(k,j)-factpivot*A(i,j);
end
B(k)=B(k)-factpivot*B(i)
end
end
X=zeros(n);
X(n)=B(n)/A(n,n);
for i=n-1:1
for j=i+1:n
B(i)=B(i)-A(i,j)*X(j)
end
X(i)=B(i)/A(i,i)
end
return
endfunction
function [Xk1] = iteration(A, B, Xk)
n = size(Xk,1);
Xk1 = zeros(n, 1);
somme = 0;
for j = 2:n
somme = somme + A(1,j)*Xk(j)
end
Xk1(1) = (1/A(1,1))*(-somme+B(1));
for i = 2:n
for j =1:i-1
Xk1(i) = Xk1(i)-A(i,j)*Xk1(j);
end
for j = i+1:n
Xk1(i) = Xk1(i) - A(i,j)*Xk(j);
end
Xk1(i) = (1/A(i,i))*(Xk1(i) + B(i));
end
return
endfunction
function [out] = norme(X)
out = 0
for i=1:size(X,"*")
out = out + X(i)^2;
end
out = sqrt(out)
return
endfunction
function [X, iter] = GaussSeidel(A, B, X0, eps, N)
X = X0;
iter = 0;
while (iter < N)&&(norme(A*X-B) > eps)
X = iteration(A, B, X);
iter = iter + 1;
end
return
endfunction
|
264e301a86da0777e0d1d83af69c79f82e379817 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2054/CH1/EX1.28/ex1_28.sce | e1772817b681851c4bf47a309673c95eb4819365 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 179 | sce | ex1_28.sce | //Exa:1.28
clc;
clear;
close;
I_ab=800;//Armature current (in amperes)
N1=1000;//in rpm
N2=500;//in rpm
I=I_ab*N1/N2;
disp(I,' Armature Current at 1000 rpm (in amperes)=') |
155ad86396fc1e2cc69d2a760dbc00fff27195b4 | b28d322423f92a98c5f668a83528993b114fd3f3 | /sci_gateway/cpp/builder_gateway_cpp.sce | 1359db8382e06fa3038934175e631cc09bd027ae | [] | no_license | FOSSEE/FOSSEE-Optim-toolbox-development | 6757ca00f521032feb7177531a5143b021ea2fad | c43f04d302bfe9c4b7d11f6af1712dda1c8b38c2 | refs/heads/master | 2020-08-05T13:24:20.604620 | 2016-10-07T11:51:01 | 2016-10-07T11:51:01 | 67,248,229 | 0 | 2 | null | 2016-10-07T11:51:02 | 2016-09-02T19:09:26 | HTML | UTF-8 | Scilab | false | false | 2,939 | sce | builder_gateway_cpp.sce | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
// Author: Harpreet Singh
// Organization: FOSSEE, IIT Bombay
// Email: toolbox@scilab.in
mode(-1)
lines(0)
toolbox_title = "FOSSEE_Optimization_Toolbox";
Build_64Bits = %t;
path_builder = get_absolute_file_path('builder_gateway_cpp.sce');
//Name of All the Functions
Function_Names = [
'inter_fminunc', 'cpp_intfminunc';
'inter_fminbnd', 'cpp_intfminbnd';
'inter_fmincon', 'cpp_intfmincon';
'sci_intqpipopt', 'cpp_intqpipopt';
'sci_matrix_intlinprog', 'matrix_cppintlinprog';
'sci_mps_intlinprog','mps_cppintlinprog';
];
//Name of all the files to be compiled
Files = [
'sci_iofunc.cpp',
'sci_minuncTMINLP.cpp',
'cpp_intfminunc.cpp',
'sci_minbndTMINLP.cpp',
'cpp_intfminbnd.cpp',
'sci_minconTMINLP.cpp',
'cpp_intfmincon.cpp',
'cbcintlinprog_matrixcpp.cpp',
'sci_QuadTMINLP.cpp',
'cpp_intqpipopt.cpp',
'cbcintlinprog_mpscpp.cpp'
]
[a, opt] = getversion();
Version = opt(2);
if getos()=="Windows" then
third_dir = path_builder+filesep()+'..'+filesep()+'..'+filesep()+'thirdparty';
lib_base_dir = third_dir + filesep() + 'windows' + filesep() + 'lib' + filesep() + Version + filesep();
inc_base_dir = third_dir + filesep() + 'windows' + filesep() + 'include' + filesep() + 'coin';
// C_Flags=['-D__USE_DEPRECATED_STACK_FUNCTIONS__ -w -I '+path_builder+' '+ '-I '+inc_base_dir+' ']
// Linker_Flag = [lib_base_dir+"libClp.lib "+lib_base_dir+"libCgl.lib "+lib_base_dir+"libOsi.lib "+lib_base_dir+"libOsiClp.lib "+lib_base_dir+"libCoinUtils.lib "+lib_base_dir+"libSymphony.lib "+lib_base_dir+"IpOptFSS.lib "+lib_base_dir+"IpOpt-vc10.lib "]
else
third_dir = path_builder+filesep()+'..'+filesep()+'..'+filesep()+'thirdparty';
lib_base_dir = third_dir + filesep() + 'linux' + filesep() + 'lib' + filesep() + Version + filesep();
inc_base_dir = third_dir + filesep() + 'linux' + filesep() + 'include' + filesep() + 'coin';
C_Flags=["-D__USE_DEPRECATED_STACK_FUNCTIONS__ -w -fpermissive -I"+path_builder+" -I"+inc_base_dir+" -Wl,-rpath="+lib_base_dir+" "]
Linker_Flag = ["-L"+lib_base_dir+"libCoinUtils.so "+"-L"+lib_base_dir+"libClp.so "+"-L"+lib_base_dir+"libClpSolver.so "+"-L"+lib_base_dir+"libOsi.so "+"-L"+lib_base_dir+"libOsiClp.so "+"-L"+lib_base_dir+"libCgl.so "+"-L"+lib_base_dir+"libCbc.so "+"-L"+lib_base_dir+"libCbcSolver.so "+"-L"+lib_base_dir+"libOsiCbc.so "+"-L"+lib_base_dir+"libipopt.so "+"-L"+lib_base_dir+"libbonmin.so " ]
end
tbx_build_gateway(toolbox_title,Function_Names,Files,get_absolute_file_path("builder_gateway_cpp.sce"), [], Linker_Flag, C_Flags);
clear toolbox_title Function_Names Files Linker_Flag C_Flags;
|
d4931ff82e0d8468cbfad2963203b8314f88c4b5 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/robust/gfare.sci | fcd36f26aff75e241b5d4871594a587d5a84b064 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | sci | gfare.sci | function [Z,H]=gfare(Sl)
//[Z,H]=gfare(Sl)
//Generalized Filter Algebraic Riccati Equation
//X = solution , F = gain
//!
//FD.
// Copyright INRIA
[A,B,C,D]=Sl(2:5);
S=eye+D'*D;R=eye+D*D';
Si=inv(S);Ri=inv(R);
Ar=A-B*Si*D'*C;
H=[Ar',-C'*Ri*C;
-B*Si*B',-Ar];
Z=ric_desc(H);
H=-(B*D'+Z*C')*Ri
|
0391797d4a1cc699dc85d548ffc7cdf5da2bc7db | 43799901e22e995d4db64000ef28c0a787aeb11b | /ISAWIN/LINOV/LFPN/appli.tst | 3d19ce591e0daabe7522ea600b3d83b7dd48897f | [
"WTFPL"
] | permissive | aquaforum/tench_catch | 7082d8e8f3a224aa50be9150a96362f2f323a2be | 3f377476d82d7343edd985a6d3a41b57dc301f98 | refs/heads/master | 2023-07-17T13:33:10.901467 | 2021-08-22T19:29:09 | 2021-08-22T19:29:09 | 398,885,059 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 7,786 | tst | appli.tst | @ISA_SYMBOLS,83375677
#NAME,lfpn,3.41
#DATE,24.09.2017
#SIZE,G=6,S=0,T=0,L=0,P=7,V=2
#COMMENT,wsma1tst
@PROGRAMS,6
#!5001,PARM_STO
#!5002,ANALOG
#!5003,TIMERS
#!5004,MAIN
#!5005,DRIVER
#!5006,DISPATCH
@STEPS,0
@TRANSITIONS,0
@BOOLEANS,103
#!1002,GZAG_END,+X,!0000,FALSE,TRUE
#!1003,A_VV,+X,!0000,FALSE,TRUE
#!1004,X_DSP_L,+X,!0000,FALSE,TRUE
#!1005,DZ_SET,+X,!0000,FALSE,TRUE
#!1006,X_LOTOK,+X,!0000,FALSE,TRUE
#!1007,REJ_FUG,+X,!0000,FALSE,TRUE
#!1008,Y_LOTOK,+X,!0000,FALSE,TRUE
#!1009,DZ_FAIL,+X,!0000,FALSE,TRUE
#!100A,X_SGR_B,+X,!0000,FALSE,TRUE
#!100B,Y_TYR,+X,!0000,FALSE,TRUE
#!100C,REJ_SGR,+X,!0000,FALSE,TRUE
#!100D,RUN,+X,!0000,FALSE,TRUE
#!100E,Y_KM1,+X,!0000,FALSE,TRUE
#!100F,REJ_SIR,+X,!0000,FALSE,TRUE
#!1010,Y_KM2,+X,!0000,FALSE,TRUE
#!1011,Y_KM3,+X,!0000,FALSE,TRUE
#!1012,Y_PRSIR,+X,!0000,FALSE,TRUE
#!1013,X_ENDZ,+X,!0000,FALSE,TRUE
#!1014,Y_KM4,+X,!0000,FALSE,TRUE
#!1015,Y_COOL,+X,!0000,FALSE,TRUE
#!1016,X_SGR_Z,+X,!0000,FALSE,TRUE
#!1017,REJ_NEPR,+X,!0000,FALSE,TRUE
#!1018,X_SHIB,+X,!0000,FALSE,TRUE
#!1019,DRV_FAIL,+X,!0000,FALSE,TRUE
#!101A,MAN,+X,!0000,FALSE,TRUE
#!101B,SAVE,+X,!0000,FALSE,TRUE
#!101C,Y_SHIB,+X,!0000,FALSE,TRUE
#!101D,X_MAN,+X,!0000,FALSE,TRUE
#!101E,DZ_LOCK,+X,!0000,FALSE,TRUE
#!101F,CF_FAIL,+X,!0000,FALSE,TRUE
#!1020,A_ALL,+X,!0000,FALSE,TRUE
#!1021,A_SHIB,+X,!0000,FALSE,TRUE
#!1022,X_ALARM,+X,!0000,FALSE,TRUE
#!1023,X_VC,+X,!0000,FALSE,TRUE
#!1024,REJ_TVOD,+X,!0000,FALSE,TRUE
#!1025,REJ_SYNC,+X,!0000,FALSE,TRUE
#!1026,Y_DSP,+X,!0000,FALSE,TRUE
#!1027,DZ_TEST,+X,!0000,FALSE,TRUE
#!1028,A_DSP,+X,!0000,FALSE,TRUE
#!1029,Y_PR,+X,!0000,FALSE,TRUE
#!102A,X_TORM,+X,!0000,FALSE,TRUE
#!102B,X_LUK,+X,!0000,FALSE,TRUE
#!102C,Y_SGR,+X,!0000,FALSE,TRUE
#!102D,Y_L_BW,+X,!0000,FALSE,TRUE
#!102E,Y_TROM,+X,!0000,FALSE,TRUE
#!102F,X_STOP,+X,!0000,FALSE,TRUE
#!1030,Y_PRL,+X,!0000,FALSE,TRUE
#!1031,A_SGR,+X,!0000,FALSE,TRUE
#!1032,Y_L_FW,+X,!0000,FALSE,TRUE
#!1033,A_TORM,+X,!0000,FALSE,TRUE
#!1034,A_LOT,+X,!0000,FALSE,TRUE
#!1035,BNLOCK,+X,!0000,FALSE,TRUE
#!1036,X_VV,+X,!0000,FALSE,TRUE
#!1037,START,+X,!0000,FALSE,TRUE
#!1038,PUSK,+X,!0000,FALSE,TRUE
#!1039,DZ_FK,+X,!0000,FALSE,TRUE
#!103A,VC_FAIL,+X,!0000,FALSE,TRUE
#!103B,X_DSP_H,+X,!0000,FALSE,TRUE
#!103C,X_PUSK,+X,!0000,FALSE,TRUE
#!103D,TS_Z,+X,!0000,FALSE,TRUE
#!103E,TS_REG,+X,!0000,FALSE,TRUE
#!103F,KM_MIN,+X,!0000,FALSE,TRUE
#!1040,TS_TYR_PERE,+X,!0000,FALSE,TRUE
#!1041,TS_TYR_OFF,+X,!0000,FALSE,TRUE
#!1042,FOTT_MD,+X,!0000,FALSE,TRUE
#!1043,SGR_BL_2,+X,!0000,FALSE,TRUE
#!1044,SGR_BL_1,+X,!0000,FALSE,TRUE
#!1045,SGR_ZL,+X,!0000,FALSE,TRUE
#!1046,TS_TEST,+X,!0000,FALSE,TRUE
#!1047,TS_DSP_L,+X,!0000,FALSE,TRUE
#!1048,TS_KM1,+X,!0000,FALSE,TRUE
#!1049,TS_NT,+X,!0000,FALSE,TRUE
#!104A,TS_P,+X,!0000,FALSE,TRUE
#!104B,TS_PR,+X,!0000,FALSE,TRUE
#!104C,TS_SIR,+X,!0000,FALSE,TRUE
#!104D,TS_FUG,+X,!0000,FALSE,TRUE
#!104E,TS_PRL,+X,!0000,FALSE,TRUE
#!104F,DOZVIL,+X,!0000,FALSE,TRUE
#!1050,DZ_FAIL_T,+X,!0000,FALSE,TRUE
#!1051,DR_FAIL,+X,!0000,FALSE,TRUE
#!1052,C_ALM,+X,!0000,FALSE,TRUE
#!1053,TS_LOT,+X,!0000,FALSE,TRUE
#!1054,TS_WREG,+X,!0000,FALSE,TRUE
#!1055,TS_T5,+X,!0000,FALSE,TRUE
#!1056,TS_T4,+X,!0000,FALSE,TRUE
#!1057,TS_T3,+X,!0000,FALSE,TRUE
#!1058,RES,+X,!5001,FALSE,TRUE
#!1059,READ,+X,!5001,FALSE,TRUE
#!105A,WATERFLOW,+X,!0000,FALSE,TRUE
#!105B,TONGZAG,+X,!0000,FALSE,TRUE
#!105C,Q_OUT,+X,!0000,FALSE,TRUE
#!105D,NET,+X,!0000,FALSE,TRUE
#!105E,FDI,+X,!5002,FALSE,TRUE
#!105F,FDO,+X,!5002,FALSE,TRUE
#!1060,FE_GZAG,+X,!5004,FALSE,TRUE
#!1061,RE_TEST,+X,!5004,FALSE,TRUE
#!1062,RE_FOTT,+X,!5004,FALSE,TRUE
#!1063,RE_X_STOP,+X,!5004,FALSE,TRUE
#!1064,RE_TS_LOT,+X,!5004,FALSE,TRUE
#!1065,RE_X6B,+X,!5004,FALSE,TRUE
#!1066,FE_X4B,+X,!5004,FALSE,TRUE
#!1067,RE_X4B,+X,!5004,FALSE,TRUE
#!1068,I_LOW,+X,!5005,FALSE,TRUE
@ANALOGS,115
#!2002,TNT_ZD,+X,!0000,I,
#!2003,NC,+X,!0000,I,
#!2004,Q_K,+X,!0000,F,
#!2005,GZAG_ZD,+X,!0000,F,
#!2006,V_01,+X,!0000,F,
#!2007,KF_FOTT,+X,!0000,I,
#!2008,K_IMP,+X,!0000,F,
#!2009,V_02,+X,!0000,F,
#!200A,V_03,+X,!0000,F,
#!200B,Q_MAN,+X,!0000,F,
#!200C,V_04,+X,!0000,F,
#!200D,T_ALL,+X,!0000,I,
#!200E,V_05,+X,!0000,F,
#!200F,T_FUG_ZD,+X,!0000,I,
#!2010,V_06,+X,!0000,F,
#!2011,V_07,+X,!0000,F,
#!2012,Q_PR_ZD,+X,!0000,F,
#!2013,V_08,+X,!0000,F,
#!2014,T_ZAG_ZD,+X,!0000,I,
#!2015,Q_REG,+X,!0000,F,
#!2016,GZAG,+X,!0000,F,
#!2017,SGR_T,+X,!0000,I,
#!2018,GZAG_OFFSET,+X,!0000,F,
#!2019,TN_N,+X,!0000,I,
#!201A,C_SW_M,+X,!0000,F,
#!201B,T_VIGR_ZD,+X,!0000,I,
#!201C,SP_SPD,+X,!0000,I,
#!201D,Q_PRL_ZD,+X,!0000,F,
#!201E,LO_GZAG,+X,!0000,F,
#!201F,CF_NOM,+X,!0000,I,
#!2020,C_F_MAX,+X,!0000,F,
#!2021,MAX_I_M,+X,!0000,F,
#!2022,MAX_FSGR,+X,!0000,F,
#!2023,GZAG_C,+X,!0000,F,
#!2024,MIN_FSGR,+X,!0000,F,
#!2025,GZAG_D,+X,!0000,I,
#!2026,T_REG,+X,!0000,I,
#!2027,MAX_GZAG,+X,!0000,F,
#!2028,FSGR,+X,!0000,I,
#!2029,MIN_GZAG,+X,!0000,F,
#!202A,MAX_FOTT,+X,!0000,F,
#!202B,T_SIR_ZD,+X,!0000,I,
#!202C,GZAG_S_ZD,+X,!0000,F,
#!202D,MIN_FOTT,+X,!0000,F,
#!202E,PV_SPD,+X,!0000,I,
#!202F,T_FUG,+X,!0000,I,
#!2030,FOTT_ZD,+X,!0000,I,
#!2031,OB,+X,!0000,I,
#!2032,Q_PR,+X,!0000,F,
#!2033,QALL_T,+X,!0000,I,
#!2034,A_GZAG,+X,!0000,F,
#!2035,TS_Z_ZD,+X,!0000,I,
#!2036,GZAG_S,+X,!0000,F,
#!2037,GZAG_T,+X,!0000,I,
#!2038,B_GZAG,+X,!0000,F,
#!2039,T_NT,+X,!0000,I,
#!203A,Q_PRL,+X,!0000,F,
#!203B,T_PR,+X,!0000,I,
#!203C,KV_1,+X,!0000,F,
#!203D,KV_2,+X,!0000,F,
#!203E,MAX_OB,+X,!0000,F,
#!203F,FOTT,+X,!0000,I,
#!2040,T_QOUT,+X,!0000,I,
#!2041,FSGR_T,+X,!0000,I,
#!2042,KF_OB,+X,!0000,I,
#!2043,Q_MAN_R,+X,!0000,F,
#!2044,T_PRL,+X,!0000,I,
#!2045,IMP,+X,!0000,I,
#!2046,TVOD_ZD,+X,!0000,I,
#!2047,PSIR_MIN,+X,!0000,I,
#!2048,T_P,+X,!0000,I,
#!2049,KF_PRL,+X,!0000,F,
#!204A,ERROR,+X,!0000,I,
#!204B,TZ_PRL,+X,!0000,I,
#!204C,C_MAX,+X,!0000,F,
#!204D,KF_I_M,+X,!0000,I,
#!204E,STATE,+X,!0000,I,
#!204F,OB_T,+X,!0000,I,
#!2050,DZ_STATE,+X,!0000,I,
#!2051,I_AVG,+X,!0000,F,
#!2052,FOTT_T,+X,!0000,I,
#!2053,Q_MAN_ZD,+X,!0000,F,
#!2054,T_C_MAX,+X,!0000,I,
#!2055,I_A,+X,!0000,F,
#!2056,KF_PR,+X,!0000,F,
#!2057,STATUS,+X,!0000,I,
#!2058,TVOD,+X,!0000,I,
#!2059,I_B,+X,!0000,F,
#!205A,TS_B_ZD,+X,!0000,I,
#!205B,HI_GZAG,+X,!0000,F,
#!205C,KF_FSGR,+X,!0000,I,
#!205D,C_SW_1,+X,!0000,F,
#!205E,Q_REG_ZD,+X,!0000,F,
#!205F,C_SW_2,+X,!0000,F,
#!2060,C_SW_3,+X,!0000,F,
#!2061,Q_ALL,+X,!0000,F,
#!2062,C_SW_4,+X,!0000,F,
#!2063,PSIR,+X,!0000,I,
#!2064,TEST,+X,!0000,I,
#!2065,MAX_CI,+X,!0000,F,
#!2066,STATUS_OLD,+X,!5001,I,
#!2067,SAV_ST,+X,!5001,I,
#!2068,AI_6,+X,!5002,I,
#!2069,AI_5,+X,!5002,I,
#!206A,AI_4,+X,!5002,I,
#!206B,AI_3,+X,!5002,I,
#!206C,AI_2,+X,!5002,I,
#!206D,AI_1,+X,!5002,I,
#!206E,AI_8,+X,!5002,I,
#!206F,AI_7,+X,!5002,I,
#!2070,T_P_S,+X,!5004,I,
#!2071,K_V,+X,!5004,F,
#!2072,Q_M_M,+X,!5004,F,
#!2073,HB_1,+X,!5004,F,
#!2074,H0_1,+X,!5004,F,
@TIMERS,9
#!3001,T_ZAG,+X,!0000
#!3002,T_KM,+X,!0000
#!3003,TT_ZAG,+X,!0000
#!3004,TN_REG,+X,!0000
#!3005,TN_NT,+X,!0000
#!3006,TN_PR,+X,!0000
#!3007,TN_PRL,+X,!0000
#!3008,TN_ALL,+X,!0000
#!3009,TN_FUG,+X,!0000
@MESSAGES,0
@USP,7
#!B001,EEP_N_R
#!B002,EEP_N_W
#!B003,EEP_PR
#!B004,EEP_EN
#!B005,REAL_INT
#!B006,INT_REAL
#!B007,A4_20_TO
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@FBINSTANCES,0
@END_SYMBOLS
|
9c20e9630d099aa8cc5beb4fb32c1613fc91a6cb | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/tests/colnew.tst | b2ae21f2b2a5ec2b498a1c3f4cd974c1d46ea3dd | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | tst | colnew.tst | // Copyright INRIA
getf('SCI/tests/bvode_tst.sci')
[z,zf]=col1();
if maxi(abs(z-zf))>1.e-5 then pause,end
[z,zf]=col2(0);
// Fortran Coded version
if maxi(abs(z-zf))>1.e-2 then pause,end
[z,zf]=col2(1);
// Scilab coded version
if maxi(abs(z-zf))>1.e-2 then pause,end
|
6d09f9e4450c2fa2f40b1246c1a3b8ed4a44605e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2381/CH3/EX3.3/ex_3.sce | 80acb7bab68e76137330bc7e7818305a0475b686 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 243 | sce | ex_3.sce | //Example 3 // Reactance and impedence
clc;
clear;
close;
//given data :
n=50;// in cycles
w=2*%pi*n;// in rad/sec
L=1/%pi;// in H
XL=w*L;
disp(XL,"The reactance,XL(ohm) = ")
R=100;// in ohm
Z=sqrt(R^2+XL^2);
disp(Z,"The impedence,Z(ohm) = ")
|
9473cfc6016a04621e60cad981414f9299002016 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH5/EX5.39/5_39.sce | c1f0fa6ef023c5de4fb69382a520f58a06b5e3fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 603 | sce | 5_39.sce | //Example 5.39
//Newton Raphson Method
//Page no. 205
clc;clear;close;
deff('y=f(v)','y=v^3-20*v+30')
deff('y=f1(v)','y=3*v^2-20')
printf('n\txn\t\t\f(xn)\t\tf1(xn)\t\tXn+1\t\tError\n')
printf('-----------------------------------------------------------------------------------------------------\n')
x0=10;e=0.00001
for i=1:10
x1=x0-f(x0)/f1(x0)
e1=abs(x0-x1)
printf(' %i\t%.10f\t%.10f\t%.10f\t%.10f\t%.10f\n',i-1,x0,f(x0),f1(x0),x1,e1)
x0=x1;
if abs(x0)<e then
break;
end
end
printf('\n\nTherefore, sides are = %.5f m x %.5f m x %.5f m',x1,x1,20/x1^2) |
12b9f4ed7b61111f51af04ba2f949e5ef65ec5f5 | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/local/2dof_controller/dc/chap2/matlab/ZOH1.sci | 536f82a05c32f809ffda5fc46369889520769a9e | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sci | ZOH1.sci |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
F = [-1,0;1,0];G = [1;0];
C = [0,1];D = 0;Ts = 1;
// !! L.3: Unknown function ss not converted, original calling sequence used
sys = ss(F,G,C,D);
|
178a3dc041fb9962e9265e7b7d0bb1386269d658 | df59cf0fed851531d3ca60a08aded67fabbddddb | /questao2.sce | d7364754bbf0e8462ab960c128c79ebbe803724b | [
"MIT"
] | permissive | aanfiel/trabalho1_ic | ad98525d2c76d228758b7fd2090f3ad7bed7b63b | 7b6ff02e9bf163e4de58f6ef294db23acff3a656 | refs/heads/master | 2020-08-03T09:14:21.872917 | 2019-10-10T16:26:42 | 2019-10-10T16:26:42 | 211,697,973 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,290 | sce | questao2.sce | // PRIMEIRO TRABALHO DE INTELIGÊNCIA COMPUTACIONAL
// Questão 2
// Aluno: José Lopes de Souza Filho
// Matrícula: 389097
// Aplicação: Scilab, versão 6.0.2
// SO: Linux Mint 19.2 Tina
//-----------------------------------------------------------------------------
clear; // Limpa as variáveis armazenadas
clc; // Limpa o console
//-----------------------------------------------------------------------------
// RECEBE OS VALORES DE ENTRADA
//-----------------------------------------------------------------------------
pf = input("Digite a pressão do freio: "); // Pressão no pedal do freio
vr = input("Digite a velocidade das rodas: "); // Velocidade das rodas
vc = input("Digite a velocidade do carro: "); // Velocidade do carro
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// TORNA NEBULOSOS OS VALORES DE ENTRADA (FUZZIFICAÇÃO)
//-----------------------------------------------------------------------------
// Para pressão dos freios alto (pfa)
if(pf >= 50)
pfa = (pf / 50)-1;
else
pfa = 0;
end
//-----------------------------------------------------------------------------
// Para pressão dos freios baixo (pfb)
if (pf <= 50)
pfb = (-pf / 50) + 1;
else
pfb = 0;
end
//-----------------------------------------------------------------------------
// Para pressão dos freios médio (pfm)
if (pf >= 30 && pf <= 50)
pfm = (pf - 30) / 20;
elseif(pf > 50 && pf <= 70)
pfm = (-pf + 70) / 20;
else
pfm = 0;
end
//-----------------------------------------------------------------------------
// Para velocidade da roda rápida (vrr)
if(vr >= 40)
vrr = (vr - 40) / 60;
else
vrr = 0;
end
//-----------------------------------------------------------------------------
// Para velocidade da roda devagar (vrd)
if (vr <= 60)
vrd = (-vr / 60) + 1;
else
vrd = 0;
end
//-----------------------------------------------------------------------------
// Para velocidade da roda média (vrm)
if (vr >= 20 && vr <= 50)
vrm = (vr - 20) / 30;
elseif( vr > 50 && vr <= 80)
vrm = (-vr + 80) / 30;
else
vrm = 0;
end
//-----------------------------------------------------------------------------
// Para velocidade do carro rápido (vcr)
if (vc >= 40)
vcr = (vc - 40) / 60;
else
vcr = 0;
end
//-----------------------------------------------------------------------------
// Para velocidade do carro devagar (vcd)
if (vc <= 60)
vcd = (-vc / 60) + 1;
else
vcd = 0;
end
//-----------------------------------------------------------------------------
// Para velocidade do carro médio (vcm)
if (vc >= 20 && vc <= 50)
vcm = (vc - 20) / 30;
elseif( vc > 50 && vc <= 80)
vcm = (-vc + 80) / 30;
else
vcm = 0;
end
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// APLICANDO AS REGRAS DE PRESSÃO E LIBERAÇÃO DOS FREIOS DA QUESTÃO
//-----------------------------------------------------------------------------
// Aplicação das regras 1 e 2 (Aplica os freios)
n = [pfa, vcr, vrr];
aperta = pfm + min(n);
// Aplicação das regras 3 e 4 (Libera os freios)
m = [pfa, vcr, vrd];
solta = pfb + min(m);
// Exibe os valores fuzzificados de pressão e liberação dos freios
disp("Valor fuzzificado da pressão dos freios: " + string(aperta));
disp("Valor fuzzificado da liberação dos freios: " + string(solta));
//-----------------------------------------------------------------------------
// DEFUZZIFICAÇÃO DAS INFORMAÇÕES (POR MEIO DA CENTRÓIDE)
//-----------------------------------------------------------------------------
num = 0;
den = 0;
// Encontra a centróide da função
i = 5;
while(i <= 100)
b = i / 100;
if(b < solta)
num = num + (i * solta);
den = den + solta;
elseif(b > aperta)
num = num + (i * aperta);
den = den + aperta;
else
num = num + (i * b);
den = den + b;
end
i = i + 5;
end
centroide = num / den;
// Exibe a centróide da função (defuzzifica)
disp("Valor defuzzificado a ser aplicado nos freios: " + string(centroide));
// Fim do programa
|
bd28cae30e3fae31b9a8f0911e4ec57e1c017437 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2201/CH8/EX8.11/ex8_11.sce | a32a8bfa333cdb5097f955eaf59bdf440b96bf68 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 601 | sce | ex8_11.sce | // Exa 8.11
clc;
clear;
close;
// Given data
V_DS1 = 14;// in V
V_DS2 = 5;// in V
del_V_DS = V_DS1-V_DS2;// in V
I_D1 = 3.3;// in mA
I_D2 = 3;// in mA
del_I_D = I_D1-I_D2;// in mA
r_d = del_V_DS/del_I_D;// in k ohms
disp(r_d,"The drain resistance in k ohms is");
V_GS1 = 0.4;// in V
V_GS2 = 0.1;// in V
del_V_GS = V_GS1-V_GS2;// in V
I_D1 = 3.3;// in mA
I_D2 = 0.71;// in mA
del_I_D = I_D1-I_D2;// in mA
g_m = del_I_D/del_V_GS;// in mA/V
g_m = g_m * 10^3;// in µmhos
disp(g_m,"The transconductance in µmhos is");
Miu =r_d*10^3*g_m*10^-6;
disp(Miu,"Amplification factor is");
|
8a7ac0e03eae6e339d6b571d03cf0aefb99f494e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3705/CH10/EX10.3/Ex10_3.sce | 2f4065870d8d1851ffc3b38240dad22c35416496 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 759 | sce | Ex10_3.sce |
clear//
//
//Variable Declaration
E=29*10**6 //Youngs Modulus in psi
sigma_yp=36*10**3 //Stress in psi
L=25 //Length in ft
A=17.9 //Area in in^2
Iz=640 //Moment of inertia in in^4
Sz=92.2 //Sectional Modulus in in^3
P=150*10**3 //Load in lb
e=4 //Eccentricity in inches
//Calculations
//Part 1
a=1.09836
sigma_max=P*A**-1+(P*e*Sz**-1)*a //Maximum Stress in psi
//Part 2
//After simplification we get the equation to compute N
N=2.19 //Trial and Error yields
//Part 3
v_max=e*((cos(sqrt((P*L**2*12**2)*(4*E*Iz)**-1)))**-1-1)
//Result
printf("\n The maximum compressive stress in the Column is %0.2f psi",sigma_max)
printf("\n The factor of safety is %0.3f ",N)
printf("\n The maximum lateral dfelection is %0.3f in",v_max)
|
fef2047c363a9ebc2eeb35ea6510728268d1b604 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1299/CH4/EX4.10/examplesec4_10.sce | 843924a4394ca2be12c02fd8409f5957279b3ab5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 566 | sce | examplesec4_10.sce | //Example sec 4.10
//Controllable companion form
clear;clc;
xdel(winsid());
A=[1 0 0;0 2 0;0 0 3]
B=[1 0;0 1;1 1]
b1=[1;0;1]
b2=[0;1;1]
u=[B A*B A^2 B]
u1=[1 0 1;0 1 0;1 1 3]
// u1 is arranged from [b1 A^(v1-1)*b1 A^(v2-1)*b2]
// v1 and v2 are controllability indices.
u1=[b1 A*b1 b2]
v1=2;
v2=1;
inv(u1)
p1=[-0.5 -0.5 0.5]
p2=[0 1 0]
P=[p1;p1*A;p2]
A1=P*A*inv(P)
B1=P*B
C=eye(3,3)
s=%s
D=s*C-A1
E=det(D)
routh_t(E)
//to get equation E, A must be equal to
A2=[0 1 0;0 0 1;-6 -11 -6]
B2=[0 0;1 0.5;0 1]
N1=[6 1.5 4.5;-6 -11 8]
N=N1*P
|
cf70b597e3f0846059aba9df2391549a594e9f32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH3/EX3.11/Ex3_11.sce | 1e7aa8172565bf1b052fa7602bec8d111dce02df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 228 | sce | Ex3_11.sce |
//Example 3_11
clc();
clear;
//To find out how fast a ball must be thrown
a=9.8 //units in meters/sec^2
t=3 //units in sec
v=(0.5*a*t^2)/t
printf("The speed by which the ball has to be thrown is v=%.1f meters/sec",v)
|
fdacabd9d451991f57dc40f5eb0f76bcd59284aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /172/CH8/EX8.9/ex9.sce | 4065db4e6f5ae9ae73819393f907f0f9371491a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 263 | sce | ex9.sce | //example 9
//entropy generation
clear
clc
Qout=1 //value of heat flux generated by 1kW of electric power
T=600 //temperature of hot wire surface in K
Sgen=Qout/T //entropy generation in kW/K
printf(" \n hence,entropy generation is Sgen=%.5f kW/K.\n",Sgen) |
50c55cb0b16678615fa1a6a60488bd76f2f753e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1787/CH6/EX6.16/Exa6_16.sce | 2ebcc3068ee1132418645032bf40404730a35899 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 404 | sce | Exa6_16.sce | //Exa 6.16
clc;
clear;
close;
//given data :
Beta=45;//Unitless
VBE=0.7;//in Volt
VCC=0;//in Volt
RB=10^5;//in ohm
RC=1.2*10^3;//in ohm
VEE=-9;//in Volt
disp("Applying Kirchoffs Voltage Law in input loop we have : ");
disp("IB*RB+VBE+VEE=0");
IB=-(VBE+VEE)/RB;//in mA
IC=Beta*IB;//in mA
VC=VCC-IC*RC;//in Volts
VB=VBE+VEE;//in Volts
disp(VC,"VC in volts : ");
disp(VB,"VB in volts : "); |
779b5d50624a2995b414f368908cedc0ad743bcf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH34/EX34.8/ex34_8.sce | 08f0b759ea9486d89e5bb0d4be950a22078e2bf8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 305 | sce | ex34_8.sce | clc;
m=1; //mass in kg
delt=80; //change in temperature in celcius
c=1; //specific heat in kcal/kg.celcius
Q=m*c*delt; //calculating heat
disp(Q,"Heat required in kcal = "); //displaying result
t=Q/9.4; //calculating time
disp(t,"Time required in second = "); //displaying result |
cc3ba2e128e625f3f9588e69e60fea1c2e93bacb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH25/EX25.14/Ex25_14.sce | fcd892dea528176681cd4e4ec59dedbd6cdcbd17 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 250 | sce | Ex25_14.sce | clear
//Given
N0=475
N=270.0
t=5.0
//Calculation
//
a=N0/N
l=log(a)/t
T=1/l
T1=0.693/l
//Result
printf("\n (i) The decay constant is %0.3f /minute",l)
printf("\n (ii) Mean life is %0.2f minute",T)
printf("\n (iii) Half life is %0.2f minute",T1)
|
6a842af05a137ef4ffd9925ee262d3c0c1e9b201 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Computing/testexo1b.sce | e0d7a323291b0a5c5cd3499e6b933c0581c6f836 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 49 | sce | testexo1b.sce | n=6;m=5;
K=ones(n,1)*[1:m] // column number
|
3d556ea3471a4f8c4c435bb36e14509891f53f38 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/int/%i_2_s.sci | 4260be3472e3841bf0dae57d8934100c688996f0 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 44 | sci | %i_2_s.sci | function r=%i_2_s(a,b)
// a>b
r=double(a)>b
|
f74e5766cc559513f02e0b2e1868c869487089a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH9/EX9.17/ex9_17.sce | d3954e2eb55a0b7fcc89a2120006de926ee7fcea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 994 | sce | ex9_17.sce | //Page Number: 9.23
//Example 9.17
clc;
//Given
oSNR=40; //dB
SNRO=10^(oSNR/10);
n=2D-10; //W/Hz
l=50; //dB
PL=10^(l/10);
B=15D+3; //Hz
Sx=1/2;
//(a) DSB Modulation
BTD=2*B;
disp('Hz',BTD,'Transmission bandwidth for DSB:');
//As SNRO=Si/(n*B)
SiD=SNRO*n*B;
STD=SiD*PL;
disp('W',STD,'Average Power transmitted for DSB:');
//(b) AM
U=1;
U2Sx=U*U*Sx;
BTA=2*B;
disp('Hz',BTA,'Transmission bandwidth for AM:');
//As SNRO=x*Si/(n*B)
//where x=USx/(1+USx)
x=U2Sx/(1+U2Sx);
SiA=(SNRO*n*B)/x;
STA=SiA*PL;
disp('W',STA,'Average Power transmitted for AM:');
//(c)PM
kp=3;
BTP=2*(kp+1)*B;
disp('Hz',BTP,'Transmission bandwidth for PM:');
//As SNRO=kp^2*Sx*Si/(n*B)
SiP=(SNRO*n*B)/(Sx*(kp^2));
STP=SiP*PL;
disp('W',STP,'Average Power transmitted for PM:');
//(d)FM
D=5;
BTF=2*(D+1)*B;
disp('Hz',BTF,'Transmission bandwidth for FM:');
//As SNRO=3*D^2*Sx*Si/(n*B)
SiF=(SNRO*n*B)/(3*(D^2)*Sx);
STF=SiF*PL;
disp('W',STF,'Average Power transmitted for FM:');
|
416544dcbe5497744699220ab4e04d8d6ad68a49 | 564beb66e232557765505973f93cc322a394133a | /KONA/scilab/NewtonsFigure.sce | f15d6b1cc52ac62d1724ee6ac619e7e1589bc9ab | [] | no_license | KeithEvanSchubert/Keith_On | 2442bb74b9d531c96d9f10da8df1dede54423094 | fe8dd1e90e695957346aa176b7e0d0fea30171e3 | refs/heads/master | 2021-01-18T22:08:18.862471 | 2019-09-04T17:39:58 | 2019-09-04T17:39:58 | 51,767,267 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 305 | sce | NewtonsFigure.sce | x=(0:.01:3)';
y1=x.^2;
y2=4.*x-4;
y3=2.*x-1;
y4=x-.25;
set("figure_style","new") //create a figure
a=get("current_axes");
a.data_bounds=[0,0,2.5,6];
a.auto_scale="off"
plot2d(x,[y1])
xtitle("Newton''s Method",'x','y')
//xgrid(9)
xline=[.25 .5 .5 1 1 2 2];
yline=[0 .25 0 1 0 4 0];
xpoly(xline,yline)
|
56fab9c94b0c43ec1ca41e67bf12961fbdb64483 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH8/EX8.3/8_3.sce | cd0e81deaed64871eb56c43c52a00d807df12288 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | sce | 8_3.sce | clear;
clc;
V=132;
V=V/sqrt(3);
T=60;
V=V*sqrt(2);
x=1;
r=V/(T * x);
R= %e * r;
t=R-r;
mprintf("\nMost economical conductor diameter = %.2f cm", fix(2*R*100)/100);
mprintf("\nOverall diameter of insulation = %.3f cm", fix(2*r*1000)/1000);
|
403e09a19cf1e2b54d5877a82c50dcbfaee2a0ab | 449d555969bfd7befe906877abab098c6e63a0e8 | /2258/CH7/EX7.29/7_29.sce | 8d35860dfe60993e10491e5f7206f277f78f4ed5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 583 | sce | 7_29.sce | clc();
clear;
// To calculate the Hall voltage and charge carrier concentration
I=3; //current in mA
I=I*10^-3; //current in amp
e=1.6*10^-19;
RH=3.66*10^-4; //hall coefficient in m^3/C
B=1; //flux density in w/m^2
d=2; //dimension along Y in cm
d=d*10^-2; //dimension along Y in m
z=1; //dimension along z in mm
z=z*10^-3; //dimension along z in m
A=d*z; //area in m^2
EH=RH*I*B/A;
VH=EH*d;
VH=VH*10^3; //converting from V to mV
n=1/(RH*e);
printf("Hall voltage is %f mV",VH);
printf("charge carrier concentration in m^3 is");
disp(n);
|
bed588ea5a15ec582bb8649019f958dcb5241a80 | ea3927de4aa75aae204a9e58b320db80528f79b0 | /00/DMux8Way.tst | f9dbacadfe94ca5428e5326b886685a2ad3af62d | [] | no_license | sciolizer/nand2tetris | d829bb3eb62dd1002a5ace9c8afdadefb296de61 | 4003002eb6ff8ea24b60898e234a98debca6454d | refs/heads/master | 2016-08-04T21:55:34.782264 | 2014-10-31T15:04:19 | 2014-10-31T15:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 689 | tst | DMux8Way.tst | load DMux8Way.hdl,
output-file DMux8Way.out,
compare-to DMux8Way.cmp,
output-list in%B3.1.3 sel%D3.1.3 a%B3.1.3 b%B3.1.3 c%B3.1.3 d%B3.1.3 e%B3.1.3 f%B3.1.3 g%B3.1.3 h%B3.1.3 ;
set in 0,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set sel 2,
eval,
output;
set sel 3,
eval,
output;
set sel 4,
eval,
output;
set sel 5,
eval,
output;
set sel 6,
eval,
output;
set sel 7,
eval,
output;
set in 1,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set sel 2,
eval,
output;
set sel 3,
eval,
output;
set sel 4,
eval,
output;
set sel 5,
eval,
output;
set sel 6,
eval,
output;
set sel 7,
eval,
output;
|
1578bbc0558edee0f613bdfbe2286f500b90bc14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1682/CH16/EX16.6/Exa16_6.sce | 230e0088b764fea83fc626d417d35ae8282415ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,778 | sce | Exa16_6.sce | //Exa 16.6
clc;
clear;
close;
//given data :
disp("Given the following LP model :")
disp("minimize Z = 2*X1 + 3*X2");
disp("subject to");
disp("X1+X2 >= 6");
disp("7*X1+X2 >= 14");
disp("X1,X2 >= 0");
disp("Standard Form : The standard form of the above model is as follows :");
disp("minimize Z = 2*X1 + 3*X2");
disp("subject to");
disp("X1+X2-S1 >= 6");
disp("7*X1+X2-S2 >= 14");
disp("X1,X2,S1,S2 >= 0");
disp("S1, S2 are surplus variables which are introduced to balance the constraints.");
disp("Canonical Form : The Canonical form of the above model is as follows :");
disp("minimize Z = 2*X1 + 3*X2 + M1*R1 + M2*R2");
disp("subject to");
disp("X1+X2-S1+R1 >= 6");
disp("7*X1+X2-S2+R2 >= 14");
disp("X1,X2,S1,S2,R1,R2 >= 0");
disp("R1, R2 are artificial variables which are introduced to have basic variables in each of the constraints.");
disp("The initial simplex table of the above problem is shownin table below : ");
disp("CBi Cj 2 3 0 0 M M");
disp(" Basic Variable X1 X2 S1 S2 R1 R2 Solution Ratio");
disp(" M R1 1 1 -1 0 1 0 6 6");
disp(" M R2 7 1 0 -1 0 1 14 2**");
disp(" Zj 8M 2M -M -M M M 20M");
disp(" Cj-Zj 2-8*M 3-2*M M M 0 0");
disp("* key column ** key row");
disp("The value at the intersection of the keyrow and key column is called the key element."); |
24b97f7b5ccb04409787e9407c4a556679fe0d45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH4/EX4.19/ex_4_19.sce | ff1f423bd6e559dc4e2b1101b51a7ef22cb0b577 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 603 | sce | ex_4_19.sce | //Example 4.19//candle power
clc;
clear;
close;
vl=220;//voltage of lamp
wl=60;//wattage of lamp
wl1=75;//in watts
v2=440;// in volts
r1=((vl^2)/wl);// in ohms
r2=((vl^2)/wl1);// in ohms
i=(v2/(r1+r2));//in amperes
v1=i*r1;// volts
v12=i*r2;//in volts
cp6=(ceil(v1)/vl)^4 *(100);//candle power
cp7=(v12/vl)^4*(100);//candle power
disp(ceil(cp6),"potential drop across 60 watt lamps in volts")
disp(v12,"potential drop across 75 watt lamps in volts")
disp(round(cp6),"candle power of 60 watts lampe in percentage")
disp(cp7,"candle power of 75 watts lampe in percentage")
//answer is wrong in the book
|
095daa28480aa1e3feba11e747ea6ad90c6e314a | 5bcc7d78eeb607f77d78d89c7ac8be69ea09e01b | /amaroK/algo/beatTrackingSEF.sci | 8d057811a2f6a6de966166e88f27fb6d5f4f54ac | [] | no_license | nmasse-itix/ENSICAEN-Informatique-2eme-Annee | 6b42ba5efee5cbe10a255522843756e6d8316d07 | c1e06056ae415347817563c7454f4398605cc362 | refs/heads/master | 2020-07-24T02:36:52.067989 | 2019-09-11T09:40:16 | 2019-09-11T09:40:16 | 207,776,053 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,351 | sci | beatTrackingSEF.sci | function outSamples = beatTrackingSEF(fileName)
// Spectrogramm filename
sgFile = fileName + '.sg';
if fileinfo(sgFile) == [] then
// Read samples
[x Fs nBits] = wavread(fileName);
// We keep only the first channel
x = x(1, :);
outSamples = x;
// Computes size
[nChannels nSamples] = size(x);
wlen = Fs / 100;
FFTSIZE = 512;
overlap = 2/3;
filter_order = 10; // must always be even
Nfen = wlen; // temporal analysis window length
Nover = round(Nfen*overlap); // overlap in samples
slen = 25e-3; // length in seconds for the widening
miniv = 1e-100;
minimo = 0.1;
medianSize = 150;
c = 0;
beatLimit = 0.5;
// calculate differentiator filter
m = calculate_differentiator(filter_order + 1);
// hop size in time
Nhop = Nfen - Nover;
Fns = Fs / Nhop;
// design of the low-pass smoothing IIR filter
alpha = 0.015;
betav = 0.075;
d = 5;
c = 1;
betav = betav * Fns;
alpha = alpha * Fns;
// SmootingFilter => low-pass smoothing IIR filter definition
s=%s;
num = [ d + c, -(c * exp(-1 / betav) + d * exp(-1 / alpha)) ];
den = [ 1, -(exp(-1 / alpha) + exp(-1 / betav)), exp(-(1 / alpha + 1 / betav)) ];
H_Smoothing = sum(num .* s^[size(num, 'c') - 1: -1 : 0]) / sum(den .* s^[size(den, 'c') - 1: -1 : 0]);
SmootingFilter = syslin('d', H_Smoothing);
// X_fm => spectral analysis
X_fm = specgram(Nover, FFTSIZE * 2, 'hn', x);
X_fm = X_fm( : , 1 : FFTSIZE); // we keep only one half of the spectrum
// G_fm1 => Smooting along the time axis
for i = [1 : FFTSIZE],
G_fm1(:, i) = abs(flts(abs(X_fm(:, i)'), SmootingFilter))';
end
// G_fm2 => log compression
G_fm2 = G_fm1;
G_fm2(G_fm2 == 0) = miniv;
G_fm2 = 20 * log10(G_fm2);
// First derivative
//H_m = [1, -1];
//for i = [1 : FFTSIZE],
// der1(:, i) = abs(convol(H_m, G_fm2( : , i)'))';
//end
H_der = sum(m .* s^[size(m, 'c') - 1: -1 : 0]);
derFilter = syslin('d', s * H_der / s);
for i = [1 : FFTSIZE],
der1( : , i) = abs(flts(G_fm2( : , i)', derFilter))';
end
ds = size(G_fm2, 'r') - size(der1, 'r');
der1 = [zeros(ds, FFTSIZE) ; der1];
der1(der1 < minimo) = 0; // remove small differentiation debris
// eliminate (?) differentiator filter transient
//der1 = der1($ - size(G_fm2, 'r') + 1 : $, : );
// Frequency integration
for i = [1 : size(der1, 'r')],
v_k(1, i) = sum(der1(i, : ));
end
//H_w = window('hn', 2 * slen * Fs + 1);
H_w = window('hn', 51);
H_w = H_w(26 : $);
wv_k = convol(H_w, v_k);
wv_k = wv_k(1 : size(v_k, 'c'));
bn = (~isinf(wv_k)) | (~isnan(wv_k)); // eliminate NaN and Inf if they exist
index = find(bn == %t);
wv_k2 = zeros(size(wv_k));
wv_k2(index) = wv_k(index);
g_k = zeros(1, size(wv_k2, 'c') + medianSize)
g_k(1, medianSize / 2 + 1 : $ - medianSize / 2) = wv_k2;
t_k = zeros(wv_k2);
for i = [medianSize / 2 + 1 : size(g_k, 'c') - medianSize / 2],
t_k(1, i - medianSize / 2) = c * median(g_k(1, i - medianSize / 2 : i + medianSize / 2));
end
p_k = wv_k2 - t_k;
p_k(p_k < 0) = 0;
// normalization
//E_fk = p_k / max(p_k);
//win_size = 150;
//E_fk = [p_k zeros(1, win_size)];
//for i = [1 : size(p_k, 'c')],
// E_fk(1, i) = E_fk(1, i) / max(E_fk(1, i : i + win_size - 1));
//end
//E_fk = E_fk(1 : size(p_k, 'c'));
E_fk = p_k;
win_size = 150;
m = [zeros(1, win_size / 2) p_k zeros(1, win_size / 2)];
for i = [1 : size(p_k, 'c')],
m(1, i) = mean(m(1, i : i + win_size - 1));
end
m = m(win_size / 2 + 1 : win_size / 2 + size(p_k, 'c'));
// Scales
ts = [0 : size(x, 'c') - 1] / Fs;
f = [0 : FFTSIZE - 1] / (2 * FFTSIZE);
t = [1 : size(X_fm, 'r')];
te = [0 : size(E_fk, 'c') - 1] * (size(x, 'c') / Fs) / size(E_fk, 'c');
tb = round(te * Fs) + 1;
// Beat detection
beatIdx = 1;
beat = [];
for i = [1 : size(E_fk, 'c') - 1],
if (E_fk(i) < m(i)) & (E_fk(i + 1) > m(i)) then
// draws a line
beat(beatIdx) = te(i);
beatIdx = beatIdx + 1;
// put a beep (4000 Hz) in the signal
for j = [0 : Fs / 100],
outSamples(tb(i) + j) = .9 * sin(2 * %pi * (j * Fs / 4000));
end
end
end
save(sgFile, X_fm, beat, beatIdx, E_fk, m, G_fm2, der1, te, ts, f, outSamples, x);
else
load(sgFile, 'X_fm', 'beat', 'beatIdx', 'E_fk', 'm', 'G_fm2', 'der1', 'te', 'ts', 'f', 'outSamples', 'x');
end
if input('graph [y/n]', 'string') <> 'y' then
return;
end
// Inversed gray colormap
cm = hotcolormap(128);
//cm = cm($:-1:1,:);
// Graph plotting
scf(0);
subplot(2, 1, 1);
xtitle('Samples of ' + fileName, 'time (s)', 'amplitude');
subplot(2, 1, 2);
xtitle('SEF of ' + fileName, 'time (s)', 'magnitude');
subplot(2, 1, 1);
plot2d(ts, x, style=color('grey'));
for i = [1 : beatIdx - 1],
xsegs([beat(i) beat(i)], [.2 -.2], color('red'));
end
subplot(2, 1, 2);
//plot2d([te(1) te($)], [beatLimit beatLimit], style=color('blue'));
plot2d(te, E_fk, style=color('red'));
plot2d(te, m, style=color('blue'));
if input('spectrogram [y/n]', 'string') <> 'y' then
return;
end
scf(1);
subplot(2, 1, 1);
xtitle('Smoothed & log compressed spectrogram of ' + fileName, 'time (s)', 'frequency');
xset("colormap", cm);
subplot(2, 1, 2);
xtitle('Derivated spectrogram of ' + fileName, 'time (s)', 'frequency');
xset("colormap", cm);
subplot(2, 1, 1);
grayplot(te(10 : $ - 10), f, G_fm2(10 : $ - 10, : ));
subplot(2, 1, 2);
grayplot(te(10 : $ - 10), f, der1(10 : $ - 10, : ));
|
81a6f3fac6c74ebb79087243b21ff00ab5138f79 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1823/CH6/EX6.18/SolEx6_18.sce | 31917ce0cb0e1f229245a77a3db347c576ff2b07 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | SolEx6_18.sce |
//Example 6.18 page no 185
clear
clc
Rs=5 //kΩ
Rf=100 //kΩ
hie=1.1
Rc=10 //kΩ
Rl=10 //kΩ
hfe=50
d=((1/Rs)+(1/Rf)+(1/hie))*((1/Rf)+((Rc+Rl)/(Rc*Rl)))+((1/Rf)*((hfe/hie)-(1/Rf)))
printf("\n The value of d=%0.3f " ,d)
|
1b9ba301fc3ef5842306093640f5f987ccf533b9 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.16_4.tst | 41e92773231ebc60d908368b1be771ecd10fad53 | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 5,140 | tst | bow.16_4.tst | 16 1:0.05263157894736842 12:0.5 16:0.010638297872340425 18:0.5 67:1.0 78:0.25 169:1.0 1090:1.0
16 1:0.05263157894736842 6:0.25 12:0.5 16:0.010638297872340425 30:1.0 94:0.25 112:1.0 150:1.0 189:1.0 204:0.5 241:0.14285714285714285 310:0.25 353:1.0 435:1.0 484:1.0 543:0.5 637:1.0 793:1.0 1013:1.0 1038:1.0 1039:1.0 1515:1.0 1754:1.0
16 1:0.15789473684210525 6:0.25 12:0.5 15:0.3333333333333333 16:0.02127659574468085 18:0.5 33:0.3333333333333333 78:0.25 112:1.0 115:1.0 127:1.0 150:1.0 347:1.0 363:1.0 417:1.0 435:1.0 436:0.3333333333333333 637:1.0 793:1.0 1012:1.0
16 1:0.10526315789473684 15:0.3333333333333333 16:0.010638297872340425 18:0.5 53:1.0 55:1.0 67:2.0 140:1.0 241:0.14285714285714285 385:1.0 1141:1.0
16 1:0.05263157894736842 16:0.010638297872340425 18:1.0 52:0.14285714285714285 58:1.0 90:1.0 118:1.0 122:1.0 283:0.5 406:0.5 586:1.0 793:1.0 1285:1.0 1732:1.0
16 1:0.05263157894736842 15:0.6666666666666666 16:0.02127659574468085 18:0.5 26:1.0 33:0.3333333333333333 35:0.2857142857142857 46:0.08 52:0.14285714285714285 85:1.0 90:3.0 118:1.0 139:0.3333333333333333 283:0.5 406:0.5 504:1.0 637:1.0 1110:1.0 1552:1.0 1571:1.0 1732:1.0
16 1:0.10526315789473684 6:0.25 18:0.5 19:1.0 35:0.2857142857142857 39:1.0 48:1.0 90:2.0 118:1.0 139:0.3333333333333333 204:0.5 239:1.0 241:0.14285714285714285 283:0.5 406:0.5 469:1.0 818:1.0 1515:1.0 1527:1.0
16 12:0.5 15:0.3333333333333333 16:0.02127659574468085 35:0.14285714285714285 43:0.09090909090909091 58:1.0 67:1.0 100:0.5 107:1.0 174:1.0 203:1.0 283:0.5 453:1.0 1498:1.0
16 18:0.5 35:0.2857142857142857 90:2.0 133:0.5 148:0.5 184:0.3333333333333333 954:1.0 1177:1.0
16 18:1.0 119:1.0 137:0.5 138:1.0 283:0.5 347:1.0 402:1.0 436:0.3333333333333333 637:1.0 780:1.0 1732:1.0
16 1:0.21052631578947367 6:0.25 18:1.0 33:0.6666666666666666 43:0.09090909090909091 90:1.0 118:1.0 138:1.0 139:0.6666666666666666 166:1.0 174:1.0 283:0.5 601:1.0 914:1.0 940:1.0
16 14:1.0 16:0.010638297872340425 18:0.5 33:0.3333333333333333 69:1.0 174:1.0 914:1.0 940:1.0 941:1.0 1060:1.0
16 15:0.3333333333333333 16:0.010638297872340425 18:1.0 19:1.0 27:1.0 43:0.09090909090909091 100:0.5 107:1.0 139:0.3333333333333333 174:1.0 178:1.0 283:0.5 406:0.5 940:1.0 1277:1.0 1448:1.0 1672:1.0 1732:1.0
16 6:0.25 16:0.010638297872340425 18:0.5 56:0.14285714285714285 94:0.25 914:1.0 917:0.16666666666666666 1234:1.0 1615:1.0 1754:1.0
16 6:0.25 43:0.09090909090909091 69:1.0 423:1.0
16 15:0.3333333333333333 35:0.14285714285714285 1196:1.0
16 35:0.14285714285714285 43:0.09090909090909091 470:1.0 898:1.0
16 1:0.05263157894736842 16:0.031914893617021274 18:0.5 23:1.0 27:1.0 30:1.0 33:0.3333333333333333 45:1.0 70:0.4 92:0.3333333333333333 107:1.0 112:1.0 119:1.0 133:0.5 600:1.0 754:1.0 1381:1.0
16 16:0.02127659574468085 18:0.5 38:1.0 94:0.5 131:1.0 160:1.0 268:1.0 447:1.0 1558:1.0
16 1:0.10526315789473684 7:1.0 12:0.5 16:0.02127659574468085 18:0.5 33:0.6666666666666666 35:0.14285714285714285 67:2.0 69:1.0 83:0.3333333333333333 104:1.0 469:1.0 1285:1.0
16 14:1.0 16:0.010638297872340425 33:0.3333333333333333 469:3.0 763:1.0 1141:1.0
16 1:0.2631578947368421 12:1.0 16:0.010638297872340425 19:1.0 30:1.0 35:0.14285714285714285 43:0.09090909090909091 275:1.0 1131:1.0 1141:1.0 1164:2.0 1269:1.0 1453:1.0
16 1:0.21052631578947367 15:0.6666666666666666 16:0.031914893617021274 18:0.5 19:1.0 30:1.0 33:0.3333333333333333 35:0.14285714285714285 38:1.0 94:0.25 100:0.5 122:1.0 139:0.3333333333333333 283:0.5 370:1.0 457:1.0 499:1.0 770:1.0 1164:1.0 1269:1.0 1320:1.0 1330:1.0 1355:1.0 1565:1.0
16 1:0.05263157894736842 12:1.0 16:0.02127659574468085 35:0.2857142857142857 41:0.25 137:0.25 150:1.0 241:0.14285714285714285 793:1.0 953:1.0 1357:1.0 1614:1.0 1662:1.0 1783:1.0
16 1:0.10526315789473684 16:0.031914893617021274 27:1.0 33:0.3333333333333333 35:0.14285714285714285 85:1.0 139:0.3333333333333333 180:1.0 388:1.0 439:1.0 549:1.0 818:2.0 1106:1.0 1784:1.0
16 33:0.3333333333333333 35:0.42857142857142855 77:1.0 94:0.25 126:1.0 310:0.25 903:1.0
16 16:0.010638297872340425 18:0.5 150:1.0 216:0.2 435:1.0 904:1.0 1577:1.0
16 16:0.010638297872340425 55:1.0 69:1.0 134:1.0 207:1.0 908:1.0
16 12:0.5 33:0.3333333333333333 43:0.18181818181818182 133:0.5 139:0.3333333333333333 241:0.2857142857142857 283:0.5 469:1.0 671:1.0 718:1.0 1646:1.0 1681:1.0
16 1:0.10526315789473684 16:0.010638297872340425 67:1.0 155:0.3333333333333333 312:1.0 358:1.0 593:1.0 1204:1.0 1215:1.0 1233:1.0 1568:1.0 1768:1.0
16 1:0.05263157894736842 15:0.3333333333333333 18:0.5 33:0.3333333333333333 138:1.0 154:1.0 155:0.3333333333333333 1589:1.0
16 18:0.5 46:0.04 61:1.0 637:1.0 729:1.0
16 1:0.10526315789473684 12:1.5 15:0.3333333333333333 22:0.3333333333333333 35:0.14285714285714285 139:0.3333333333333333 216:0.2 358:1.0 417:1.0 1141:1.0 1142:1.0 1328:1.0 1587:1.0
16 15:0.3333333333333333 16:0.02127659574468085 80:1.0 107:1.0 155:0.3333333333333333 468:1.0 899:1.0
16 1:0.05263157894736842 12:0.5 27:1.0 35:0.14285714285714285 72:1.0 104:1.0 370:1.0 469:2.0 903:1.0 975:2.0
16 155:0.3333333333333333 886:1.0
16 24:1.0 184:0.3333333333333333 909:1.0
16 43:0.09090909090909091
16 12:0.5 16:0.010638297872340425 721:1.0 777:1.0 981:1.0 1431:1.0
|
3b10f3d6080b25dc5d1ee235efbf7bbffdefb3ed | 6285663d2259fa331b87bfb8ab368f892ee94351 | /04/Sort2.tst | 93d3b5ffc9922f0893332334a081e97dcd684737 | [] | no_license | Ellonet/nand-ex1 | 1ed60786aef5386321519d23b1d2328930e0700d | 19eee2248c24c9912ca72b61ce0d1869dc885d71 | refs/heads/master | 2020-04-01T10:07:53.274194 | 2019-01-06T18:07:23 | 2019-01-06T18:07:23 | 153,103,996 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,921 | tst | Sort2.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/mult/Mult.tst
load Sort.asm,
output-file Sort.out,
compare-to Sort2.cmp,
output-list RAM[2048]%D2.10.1 RAM[2049]%D2.10.1 RAM[2050]%D2.10.1
RAM[2051]%D2.10.1 RAM[2052]%D2.10.1;
set RAM[14] 2048, // All positive
set RAM[15] 5,
set RAM[2048] 2333,
set RAM[2049] 2,
set RAM[2050] 101,
set RAM[2051] 5000,
set RAM[2052] 56
;
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[14] 2048, // Sorted
set RAM[15] 5,
set RAM[2048] 2333,
set RAM[2049] 245,
set RAM[2050] 10,
set RAM[2051] 5,
set RAM[2052] -56
;
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[14] 2048, // Increasing order
set RAM[15] 5,
set RAM[2048] -56,
set RAM[2049] 5,
set RAM[2050] 10,
set RAM[2051] 245,
set RAM[2052] 2333
;
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[14] 2048, // Negative, Positive and zero
set RAM[15] 5,
set RAM[2048] -56,
set RAM[2049] 245,
set RAM[2050] 0,
set RAM[2051] -245,
set RAM[2052] 2333
;
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[14] 2048, // Duplicates
set RAM[15] 5,
set RAM[2048] 0,
set RAM[2049] -5,
set RAM[2050] -5,
set RAM[2051] 245,
set RAM[2052] 245
;
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[14] 2048, // Very big numbers 1
set RAM[15] 5,
set RAM[2048] -16384,
set RAM[2049] 16384,
set RAM[2050] 0,
set RAM[2051] 16382,
set RAM[2052] -1
;
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[14] 2048, // Very big numbers 2
set RAM[15] 5,
set RAM[2048] -16383,
set RAM[2049] -16384,
set RAM[2050] 0,
set RAM[2051] 16383,
set RAM[2052] 16384
;
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[14] 2048, // Very big numbers 3
set RAM[15] 5,
set RAM[2048] 0,
set RAM[2049] -16384,
set RAM[2050] -2,
set RAM[2051] 16384,
set RAM[2052] 16383
;
repeat 1000 {
ticktock;
}
output; |
cb9e1a5681dc4dc3b6c65895d1052b74c3e9a6f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH5/EX5.1/Ex5_1.sce | ef54e0b5b2b5d255201d6eeef21fcc39f0557c09 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sce | Ex5_1.sce | clear
//Given
n=10**17
e=1.6*10**-19 //C
t=1.0 //S
//Calculation
I=n*e/t
//Result
printf("\n The magnitude of current in the wire is %0.3f 10**-2 A and direction is from left to right",I*10**2)
|
0bcd363a4cad862b3ab543140eb398566a6c484b | 592800436ab73e7b6de03821a4fc923079657cc8 | /secante.sce | 909d93b4b0f3bf2e02924259e646a80bbc6aee77 | [] | no_license | stevenyeahhh/Prueba | 9fd39333c4bf43558b868794f53632ddbbb3978e | 5f74987ff714d4f37608d7f1a4bbba0db587b7a3 | refs/heads/master | 2020-07-02T01:58:03.654505 | 2017-10-13T22:38:18 | 2017-10-13T22:38:18 | 29,828,603 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | sce | secante.sce | function y=f(x)
// y=exp(-x)-x
y= sin(2/x);
endfunction
p0=1.1;
p1=0.8;
tol=1E-8;
while(abs(p1-p0)>=tol)
temp=p1;
p1=p1-((f(p1)*(p1-p0))/(f(p1)-f(p0)))
p0=temp;
printf("%.7f\n",p1)
end
|
7bd72486aebb5f834061b58e90f0f0c0329f61bf | 1489f5f3f467ff75c3223c5c1defb60ccb55df3d | /tests/test_ods_fsed_1_h.tst | 4a05ce9111f44671050462e7ab22cb02d8298d77 | [
"MIT"
] | permissive | ciyam/ciyam | 8e078673340b43f04e7b0d6ac81740b6cf3d78d0 | 935df95387fb140487d2e0053fabf612b0d3f9e2 | refs/heads/master | 2023-08-31T11:03:25.835641 | 2023-08-31T04:31:22 | 2023-08-31T04:31:22 | 3,124,021 | 18 | 16 | null | 2017-01-28T16:22:57 | 2012-01-07T10:55:14 | C++ | UTF-8 | Scilab | false | false | 1,875 | tst | test_ods_fsed_1_h.tst | cd
/
cd def
folder_add test_3
folder_add test_2
folder_add test_1
branch objects
test_1/
test_2/
test_3/
cd /xyz
folder_add test_C
folder_add test_B
folder_add test_A
branch objects
test_A/
test_B/
test_C/
cd /
branch folders
abc
abc/aaa
abc/nnn
abc/zzz
def
def/test_1
def/test_2
def/test_3
ghi
ghi/111
ghi/555
ghi/999
xyz
xyz/test_A
xyz/test_B
xyz/test_C
branch objects
abc/
abc/aaa/
abc/nnn/
abc/zzz/
def/
def/test_1/
def/test_2/
def/test_3/
ghi/
ghi/111/
ghi/555/
ghi/999/
xyz/
xyz/test_A/
xyz/test_B/
xyz/test_C/
dump
Total index levels = 0
Total number of nodes = 1
Total number of items = 32
Dumping level #0
[Node 1] flags = 3, dge_link = -1
lft_link = -1, rgt_link = -1
Item #0, data = /abc, link = -1
Item #1, data = /abc/aaa, link = -1
Item #2, data = /abc/nnn, link = -1
Item #3, data = /abc/zzz, link = -1
Item #4, data = /def, link = -1
Item #5, data = /def/test_1, link = -1
Item #6, data = /def/test_2, link = -1
Item #7, data = /def/test_3, link = -1
Item #8, data = /ghi, link = -1
Item #9, data = /ghi/111, link = -1
Item #10, data = /ghi/555, link = -1
Item #11, data = /ghi/999, link = -1
Item #12, data = /xyz, link = -1
Item #13, data = /xyz/test_A, link = -1
Item #14, data = /xyz/test_B, link = -1
Item #15, data = /xyz/test_C, link = -1
Item #16, data = :/abc, link = -1
Item #17, data = :/def, link = -1
Item #18, data = :/ghi, link = -1
Item #19, data = :/xyz, link = -1
Item #20, data = :abc/aaa, link = -1
Item #21, data = :abc/nnn, link = -1
Item #22, data = :abc/zzz, link = -1
Item #23, data = :def/test_1, link = -1
Item #24, data = :def/test_2, link = -1
Item #25, data = :def/test_3, link = -1
Item #26, data = :ghi/111, link = -1
Item #27, data = :ghi/555, link = -1
Item #28, data = :ghi/999, link = -1
Item #29, data = :xyz/test_A, link = -1
Item #30, data = :xyz/test_B, link = -1
Item #31, data = :xyz/test_C, link = -1
exit
|
14f1fce02bcf87e5832257dd5275cbd316bdffae | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH9/EX9.15/Example9_15.sce | 22d24921c82b18a88f1065ef05b00ffca287fb42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 5,372 | sce | Example9_15.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 9: POLYPHASE INDUCTION (ASYNCHRONOUS) DYNAMOS
// Example 9-15
clear; clc; close; // Clear the work space and console.
// Given data
// 3-phase Y-connected SCIM
P = 4 ; // Number of poles in SCIM
S_r = 1746 ; // Rated rotor speed in rpm
V = 220 ; // Voltage rating of SCIM in volt
f = 60 ; // Frequency in Hz
P_hp = 10 ; // power rating of SCIM in hp
R_a = 0.4 ; // Armature resistance in ohm
R_r = 0.14 ; // Rotor resistance in ohm
jXm = 16 ; // Reactance in ohm
jXs = 0.35 ; // Synchronous reactance in ohm
jXlr = 0.35 ; // Locked rotor reactance in ohm
P_r_total = 360 ; // Total rotational losses in W
// Calculations
V_p = V / sqrt(3); // Voltage per phase in volt
S = (120*f)/P ; // Speed in rpm of the rotating magnetic field
// preliminary calculations
s = ( S - S_r)/S ; // slip
disp("Example 9-15 :");
printf(" \n From Fig.9-13,using the format method of mesh analysis,we may");
printf(" \n write the array by inspection :\n");
printf(" \n __________________________________________________________");
printf(" \n I_1(A) \t\t I_2(A) \t\t V(volt)");
printf(" \n __________________________________________________________");
printf(" \n (0.4 + j16.35) \t -(0 + j16) \t\t (127 + j0)");
printf(" \n -(0 + j16) \t\t (4.67 + j16.35) \t 0");
printf(" \n __________________________________________________________");
A = [ (0.4 + %i*16.35) -%i*16 ; (-%i*16) (4.67 + %i*16.35) ]; // Matrix containing above mesh eqns array
delta = det(A); // Determinant of A
// case a : Stator armature current I_p in A
I_p = det( [ (127+%i*0) (-%i*16) ; 0 (4.67 + %i*16.35) ] ) / delta ;
I_p_m = abs(I_p);//I_p_m=magnitude of I_p in A
I_p_a = atan(imag(I_p) /real(I_p))*180/%pi;//I_p_a=phase angle of I_p in degrees
I_1 = I_p ; // Stator armature current in A
// case b : Rotor current I_r per phase in A
I_r = det( [ (0.4 + %i*16.35) (127+%i*0) ; (-%i*16) 0 ] ) / delta ;
I_r_m = abs(I_r);//I_r_m=magnitude of I_r in A
I_r_a = atan(imag(I_r) /real(I_r))*180/%pi;//I_r_a=phase angle of I_r in degrees
// case c
theta_1 = I_p_a ; // Motor PF angle in degrees
cos_theta1 = cosd(theta_1); // Motor PF
// case d
I_p = I_p_m ; // Stator armature current in A
SPI = V_p * I_p * cos_theta1 ; // Stator Power Input in W
// case e
SCL = (I_p)^2 * R_a ; // Stator Copper Loss in W
// case f
// Subscripts 1 and 2 for RPI indicates two methods of calculating RPI
RPI_1 = SPI - SCL ; // Rotor Power Input in W
RPI_2 = (I_r_m)^2 * (R_r/s); // Rotor Power Input in W
RPI =RPI_1 ;
// case g
// Subscripts 1 , 2 and 3 for RPD indicates three methods of calculating RPD
RPD_1 = RPI * ( 1 - s ); // Rotor Power Developed in W
RCL = s*(RPI); // Rotor copper losses in W
RPD_2 = RPI - RCL ; // Rotor Power Developed in W
RPD_3 = (I_r_m)^2 * R_r * ((1-s)/s); // Rotor Power Developed in W
RPD = RPD_1 ;
// case h
P_r = P_r_total / 3 ; // Rotational Losses per phase in W
P_o = RPD - P_r ; // Rotor power per phase in W
P_to = 3*P_o ; // Total rotor power in W
// case i
T = 7.04 * (P_to/S_r); // Total 3-phase torque in lb-ft
// case j
P_t = P_to ;
hp = P_t / 746 ; // Output horsepower
// case k
P_in = SPI ; // Input power to stator in W
eta = P_o / P_in * 100 ; // Motor efficiency at rated load
// Display the results
disp("Solution : ");
printf(" \n Preliminary calculations\n");
printf(" \n Slip : s = %.2f \n R_r/s = %.2f ohm \n",s,R_r/s);
printf(" \n Determinant Δ = ");disp(delta);
printf(" \n a: Stator armature current :\n I_p in A = ");disp(I_1);
printf(" \n I_p = I_1 = %.2f <%.2f A \n ",I_p_m , I_p_a );
printf(" \n b: Rotor current per phase :\n I_r in A = ");disp(I_r);
printf(" \n I_r = I_2 = %.3f <%.2f A \n ",I_r_m , I_r_a );
printf(" \n c: Motor PF :\n cosӨ1 = %.4f \n",cos_theta1);
printf(" \n d: Stator Power Input :\n SPI = %d W \n",SPI);
printf(" \n e: Stator Copper Loss :\n SCL = %.f W \n",SCL);
printf(" \n f: Rotor Power Input :\n RPI = %d W(method 1) ", RPI_1);
printf(" \n RPI = %.f W (method 2)\n",RPI_2);
printf(" \n Note: RPI calculated by 2nd method slightly varies from that of");
printf(" \n textbook value because of non-approximation of I_r while");
printf(" \n calculating in scilab.\n")
printf(" \n g: Rotor Power Developed :\n RPD = %.f W \n",RPD_1);
printf(" \n Rotor copper loss :\n RCL = %d W\n",RCL);
printf(" \n RPD = %.f W \n RPD = %d W \n ",RPD_2,RPD_3);
printf(" \n h: Rotor power per phase :\n P_o/φ = %f W/φ ",P_o);
printf(" \n\n Total rotor power:\n P_to = %f W \n",P_to);
printf(" \n Above P_o/φ and P_to values are not approximated while calculating in ");
printf(" \n SCILAB.So,they vary slightly from textbook values.\n");
printf(" \n i: Total 3-phase output torque :\n T = %.f lb-ft\n",T);
printf(" \n j: Output horsepower : \n hp = %.1f hp \n",hp);
printf(" \n k: Motor efficiency at rated load :\n η = %.1f percent \n",eta)
printf(" \n Power flow diagram (per phase)\n");
printf(" \n SPI----------> RPI---------> RPD----------> P_o");
printf(" \n (%d W) | (%d W) | (%d W) | (%d W)",SPI,RPI_1,RPD_3,P_o);
printf(" \n | | |");
printf(" \n SCL RCL P_r");
printf(" \n (%.f W) (%d W) (%d W)",SCL,RCL,P_r);
|
dc9107f351733454d07cfd8c429714719cb73e32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH8/EX8.10/ex8_10.sce | e0190d0ab5c37d7d0e11732b610be5baf9ca2aa6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | ex8_10.sce | // Exa 8.10
clc;
clear;
close;
// Given data
R_F = 3;// in kohm
R1 = 1;// in kohm
V1 = 2;// in V
V2 = 3;// in V
V_o1 = (1+(R_F/R1))*V1;// in V
V_o2 = (1+(R_F/R1))*V2;// in V
V_o = V_o1+V_o2;// in V
disp(V_o,"The output voltage in V is");
|
ca766b4e65ccbcf6c8fdbe4e2272fbd2bdc670cd | 05ac16985ed247964c257764b2c14776a4cd6771 | /trip-tests/trip02.tst | 172530b4ec4cd3b1850902fafd16bccc35bdd4e3 | [] | no_license | felixitous/Graphs | e7887a194429cdbf073c6e41d0d1b9969e2e8ec7 | 395364c7bac49812d28a72dc8862e41ab39651ca | refs/heads/master | 2021-01-22T10:01:56.943976 | 2014-01-15T22:45:23 | 2014-01-15T22:45:23 | 15,950,368 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 76 | tst | trip02.tst | java -ea trip.Main -m trip-tests/trip02 <<EOF
Schenectady, Battery_Park
EOF
|
67568038e1dcbb61c44178da9cdcc8cee3101589 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3825/CH3/EX3.11/Ex3_11.sce | 88f23ed958b85493be039cb70174aeeb81c8488c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | Ex3_11.sce | clc
T=200//temperature in degree celsius
P=15.549 //pressure in bars
hf=852.37
hg=2790.9
hfg=hg-hf
mprintf("Saturation pressure=%f bar\n",P)
mprintf("Latent heat of vaporisation=%f kJ/kg\n",hfg)
vg=0.1272 //in metre-cube/kg
ug=(hg*10^3)-(P*10^5*vg)
mprintf("ug=%fkJ/kg",ug/1000)//ans may vary due to roundoff error
|
07eb019a008b1a6372e8822301eb22196f43353c | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH41/EX41.6/Example41_6.sce | f6ff6277d1ab70d2ea723c1013aa5da39abba536 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 495 | sce | Example41_6.sce | //Given that
lambda = 550*10^-9 //in m
T = 300 //in K room temprature
h = 6.62*10^-34 //in J-s
c = 3*10^8 //in m/s
e = 1.6*10^-19
K = 8.62*10^-5*e
//Sample Problem 41-6a
printf("**Sample Problem 41-6a**\n")
deltaE = h*c/lambda
ratio = %e^(-(deltaE)/(K*T))
printf("The ratio is equal to %e\n", ratio)
//Sample Problem 41-6b
printf("\n**Sample Problem 41-6b**\n")
ratio = 0.5
T = -deltaE/K/log(ratio)
printf("The temprature required for the given ratio is equal to %fK", T) |
278edcb9318425241c64c397147453ee8fb39158 | 734830c483d7180158343b9b5599994878b8b197 | /make-tests/unfinished/test1.tst | b48d4fb60422f1db3d22468a317b99a5bdd4c1cc | [] | no_license | aykamko/proj61b | b53a3b569f82522144e010505859aa3ab66585bb | 5f6688b70f907107512267712a325f907e5e627b | refs/heads/master | 2021-01-16T22:08:56.235971 | 2013-12-12T09:19:39 | 2013-12-12T09:19:39 | 13,669,280 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 73 | tst | test1.tst | T1: T2 T4 T7 T2
T2: T3 T5
T3:
#ignore me plz
T4: T5 T6
T5:
T6: T5
T7: T6
|
689a9dc505a6773646c1fcbcaf2c711ea175cbe3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3840/CH6/EX6.11/Ex6_11.sce | 6be9127de4713bbc6484f6453827c8c3a53a1523 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 289 | sce | Ex6_11.sce | clear
//
//
//
//Variable declaration
N=2.7*10**25 //number of atoms
epsilon0=8.85*10**-12
epsilonr=1.000435 //dielectric constant
//Calculation
alphae=epsilon0*(epsilonr-1)/N //polarisability(Fm**2)
//Result
printf("\n polarisability is %0.3f *10**-40 F-m**2",alphae*10**40)
|
d0319f5407ed1c2e8f489fecd10776458e8bc923 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3850/CH25/EX25.3/ex25_3.sce | 493878b69ab94736ddd0f7379e95655075e0cb70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | ex25_3.sce | //To calculate the mass of melted Ice
//Example 25.3
clear;
clc;
m=0.2;//mass of a piece of ice in kg at 25 degree Celsius
s=4200;//specific heat capacity of water in J/kg-k
t1=25;//Initial Temperature in Celsius
t2=0;//Final Temperature in Celsius
Q=m*s*(t1-t2);//formula for finding the heat
L=3.4*10^5;//specific latent heat of fusion of ice in J/kg
M=Q/L;//The amount of ice melted
printf("Mass of the Ice Melted=%f gram",M*1000);
|
7cc76ef49bd21083288fa4346910e059bffdb20a | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH8/EX8.4/8_4.sce | de019f1f050dae43f6def3cafe7fa92da56ef2c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 376 | sce | 8_4.sce | Ts = 273+15;
Tw1 = 95+273;
Tw2 = 35+273;
m1 = 25; m2 = 35;
cp = 4.2;
AE25 = integrate('m1*cp*(1-(Ts/T))','T',Ts,Tw1);
AE35 = integrate('m2*cp*(1-(Ts/T))','T',Ts,Tw2);
AEt = AE25 + AE35;
Tm = (m1*Tw1+m2*Tw2)/(m1+m2); // Temperature after mixing
AE60 = integrate('(m1+m2)*cp*(1-(Ts/T))','T',Ts,Tm);
AE = AEt - AE60;
disp("kJ",AE,"The decrease in the totla energy is") |
ed1a81efcb525b67d4c6a28c36fc377ddb7c5786 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/percent/%r_f_p.sci | 3648902e5eabc02134f7b8354976ab6ff85302ce | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 107 | sci | %r_f_p.sci | function f=%r_f_p(f,m)
// [f;m]
//!
// Copyright INRIA
f=rlist([f('num');m],[f('den');ones(m)],f('dt'))
|
0f5177ca38b790f9b0c6d4426638388e22dd4554 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1793/CH13/EX13.6/13Q6.sce | d42738866e5c3653e7df9cc8c556bd329ba8dbdb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | 13Q6.sce | clc
H=15
a=10
G=118
b=20
C=250
Zo=2*C*sqrt((1+sind(b))/(1-sind(b)))/G
//at z=0 Ta=0
//at z=15
z=15
K=0.3
Ta=G*z*K*cosd(a)
Pa=(H -Zo)*Ta/2
printf('The Rankine active force Pa on the retaining wall after the tensile crack occurs = %f lb/ft',Pa)
|
f2d0ff3fb630456833268e38f2281fec48e2b80c | b23687e2eb02bcb6d0f581b7975f42c496faeda1 | /Distortion_in_CT_system_discrete.sce | d85d55841d994a016dea93ad186431b824259637 | [
"MIT"
] | permissive | harvishj/Scilab | bd3fbd3e679eb07aa088ff2bab40d491c6499770 | 9daada512f42ea6f52199a34d6b18e64b107af94 | refs/heads/master | 2021-07-14T15:06:03.621923 | 2020-10-05T06:35:43 | 2020-10-05T06:35:43 | 213,328,984 | 1 | 3 | MIT | 2020-10-05T06:35:44 | 2019-10-07T08:16:52 | Scilab | UTF-8 | Scilab | false | false | 1,203 | sce | Distortion_in_CT_system_discrete.sce | clear;
clf;
n = -10:1:10
k1 = 1;
n1 = 3;
k2 = 1;
n2 = 4;
xn1 = sin(2.*(%pi).*n*(k1/n1));
xn2 = sin(2.*(%pi).*n*(k2/n2));
xn3 = xn1 + xn2;
A1 = 10; A2=20; t1 = 2; t2 = 3;
yn1 = A1.*sin(2.*(%pi).*(n-t1) * (k1/n1));
yn2 = A2.*sin(2.*(%pi).*(n-t2) * (k2/n2));
yn3 = yn1 + yn2;
subplot(3,2,1);
plot(n,xn1);
plot2d3(n,xn1);
xlabel("T", "fontsize", 3);
ylabel("Y", "fontsize", 3);
title("Cosine wave 1", "fontsize", 4);
xgrid(1);
subplot(3,2,2);
plot(n,xn2);
plot2d3(n,xn2);
xlabel("T", "fontsize", 3);
ylabel("Y", "fontsize", 3);
title("Cosine wave 2", "fontsize", 4);
xgrid(1);
subplot(3,2,3);
plot(n,xn3);
plot2d3(n,xn3);
xlabel("T", "fontsize", 3);
ylabel("Y", "fontsize", 3);
title("Cosine wave 2 + Cosine wave 1", "fontsize", 4);
xgrid(1);
subplot(3,2,4);
plot(n,yn1);
plot2d3(n,yn1);
xlabel("T", "fontsize", 3);
ylabel("Y", "fontsize", 3);
title("Wave 1 + Gain", "fontsize", 4);
xgrid(1);
subplot(3,2,5);
plot(n,yn2);
plot2d3(n,yn2);
xlabel("T", "fontsize", 3);
ylabel("Y", "fontsize", 3);
title("Wave 2 + Gain", "fontsize", 4);
xgrid(1);
subplot(3,2,6);
plot(n,yn3);
plot2d3(n,yn3);
xlabel("T", "fontsize", 3);
ylabel("Y", "fontsize", 3);
title("Wave 1 + Wave 2", "fontsize", 4);
xgrid(1);
|
585a4acdcd5b6deaede191216337879b3fdc618c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1466/CH6/EX6.2/6_2.sce | 2e2672d4a69c7862321f56f431467b1a5421b310 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | 6_2.sce |
clc
//initialisation of variables
g= 32.2 //ft/sec^2
w= 62.4 //Lbsec/ft^3
d= 3 //in
V= 40 //ft/sec
v= 30 //ft/sec
//CALCULATIONS
P= w*(%pi/4)*(d/12)^2*V*(V-v)/g
W= P*v
e= 2*(V-v)*v*100/V^2
//RESULTS
printf (' Prssure on the plates = %.f Lb',P)
printf ('.\n Work = %.f ft-Lb',W)
printf ('.\n Efficiency = %.1f per-cent',e)
|
157318fb41d952067cc597a754babb923704eba4 | 5c808b0f55fefd29b91c7cb73f2f3a08093c5033 | /Code/Scilab Code/ViewFilterResponseCoeffs.sci | b68420611864dd76c8f3d1eaed82ecf2458d9ab4 | [] | no_license | JOfTheAncientGermanSpear/Filter-Bank-Guitar-Note-Chord-Detection | a01e2ce521561dfea555a588d6bb1e0f1deca18e | cb0d54c74275a990dcb984c4ec349e6ca4e72a1a | refs/heads/master | 2021-01-20T12:00:42.472605 | 2013-06-14T03:04:33 | 2013-06-14T03:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 253 | sci | ViewFilterResponseCoeffs.sci | function [xm, fr] = ViewFilterResponseCoeffs(num, den, Fs, numSamples)
exec('CoeffsToHz.sci', -1);
exec('ViewFilterResponseMag.sce', -1);
hz = CoeffsToHz(num, den);
[xm, fr] = ViewFilterResponseMag(hz, Fs, numSamples);
endfunction
|
4ae7e2303a81a56eb369ca0d9e34d01659eccf38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3129/CH2/EX2.2/Ex2_2.sce | 32cb6fb4ccccde535631814e0f88d47d049dec01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 403 | sce | Ex2_2.sce | //Finding the Reverse Recovery Current
//Example 2.2 (Page No- 37)
clc
clear
// Given data
trr = 3*10^-6; // s
di = 30/10^-6; // di/dt in A/seconds
Qrr = 0.5*di*trr^2;
Qrr = Qrr*10^6; // to get the Qrr in microCoulomb
printf('storage charge Qrr : %d uC(microclouomb) \n', Qrr);
Irr = sqrt (2*Qrr*di);
Irr = sqrt(2*135*10^-6*30*10^6);
printf('peack reverse current Irr : %d A', Irr);
|
2b7fb8af3b48181bada57b6c9f3c9dfcdf972cb9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /51/DEPENDENCIES/8_6.sce | 564ec06e1da9d51facfb22d49e9315a6e613d222 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,006 | sce | 8_6.sce | clc;
clear;
exec("C:\Program Files\scilab-5.3.0\bin\TCP\8_6data.sci");
//minimum area is at location 5, hence max velocity is at 5
c5=(1.4**1716*(460+59))^0.5;//ft/sec
Ma5=V(5)/c5;
//applying energy equation between locations 1 and 9
//hL=hp=(p1-p9)/sw=pdiff/sw
//Pa=sw*Q*hp=sw*A(5)*V(5)*hL
KLcorner=0.2;
KLdif=0.6;
KLscr=4;
hL=((KLcorner*(((V(7))^2)+((V(8))^2)+((V(2))^2)+((V(3))^2))) + (KLdif*(((V(6))^2))) + (KLcorner*((V(5))^2)) + (KLscr*((V(4))^2)))/(2*32.2);//ft
Pa=0.0765*A(5)*V(5)*hL/550;//hp
pdiff=0.0765*hL/144;//psi
disp("psi",pdiff,"The value of (p1-p9)=")
disp("hp",Pa,"The horsepower supplied to the fluid by the fan=")
v=50:300;
count=1;
for i=50:300
power(count)=0.0765*((((KLcorner*((A(5)*i/A(7))^2)+((A(5)*i/(A(8)))^2)+((A(5)*i/A(2))^2)+((A(5)*i/A(3))^2))) + (KLdif*(((A(5)*i/A(6))^2))) + (KLcorner*((i)^2)) + (KLscr*((A(5)*i/A(4))^2)))/(2*32.2))*(A(5))*i/550;
count=count+1;
end
plot2d(v,power,rect=[0,0,300,250])
xtitle("Pa vs V5","V5, ft/sec","Pa, hp")
|
f96b295c2ea1e722e0a070d3f41b6b79214cd253 | fc8054dac103aecc7a37e318b78d771de3c81d3f | /project 01/Not16.tst | 19c55d1f0682e47297ea9d42cc2eb92626a1d346 | [] | no_license | HacDC/tecs-projects | 6b5033c1c4193f9d256548ea4ea90b4cd7c02669 | 0eba267350bf478224dd06a329fd0cead32c2d1e | refs/heads/master | 2020-04-20T18:03:01.640841 | 2012-12-05T16:17:15 | 2012-12-05T16:17:15 | 5,691,681 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 539 | tst | Not16.tst | // This file is part of the materials accompanying the book
// "The Elements of Computing Systems" by Nisan and Schocken,
// MIT Press. Book site: www.idc.ac.il/tecs
// File name: projects/01/Not16.tst
load Not16.hdl,
output-file Not16.out,
compare-to Not16.cmp,
output-list in%B1.16.1 out%B1.16.1;
set in %B0000000000000000,
eval,
output;
set in %B1111111111111111,
eval,
output;
set in %B1010101010101010,
eval,
output;
set in %B0011110011000011,
eval,
output;
set in %B0001001000110100,
eval,
output; |
4edcc7109f8ef486513781f6db15b3c9b58d9f4b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH4/EX4.5/ch4_ex_5.sce | d19487bd7d23b63a49641d1bc5835bfd8da546fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 709 | sce | ch4_ex_5.sce | //CHAPTER 4- MEASURING INSTRUMENTS
//Example 5
disp("CHAPTER 4");
disp("EXAMPLE 5");
//VARIABLE INITIALIZATION
m_c=100; //meter constant in rev/kWh
I=20; //in Amperes
v=230; //in Volts
pow_fact=0.8;
rev_act=360; //actual revolution
//SOLUTION
E=(v*I*pow_fact)/1000; //from Wh to kWh
rev=m_c*E; //number of revolutions for true energy
disp(sprintf("The number of revolutions made by the meter is %f",rev));
err=(rev_act-rev)/rev;
err=err*100; //percentage error
disp(sprintf("The percentage error is %f %%",err));
if(err<0) then
disp("The negative sign indicates that the meter will run slow");
end
//END
|
e45d30ad8671c873014fce2a75e08d0f20ef3499 | 9bc415d58bf063a1bca303fea640e644333dbdbd | /Scilab/polar2.sce | 55f9acc3ac79c9aee48fb79d472cc75d3886af68 | [] | no_license | Roast-Lord/SMGcodes | 36e55be6c1cc17af91ab2e3f5117c78684f20604 | b75107be829fb4373dc1bc4b8696fe4b9cec437a | refs/heads/main | 2023-07-05T05:25:50.557705 | 2021-08-17T17:46:25 | 2021-08-17T17:46:25 | 301,012,145 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 193 | sce | polar2.sce | function [mod,fase]=polar2(z)
mod = abs(z)
fase = atan(imag(z),real(z))
endfunction
function [mod,fase] = polard(z)
mod = abs(z)
fase = atand(imag(z),real(z))
endfunction
|
c5da6c8c17355eeacc59a77a511f9f3911b0a95e | b948892b36eefdb35c47c821c51f69bb60989633 | /Interpolar.sce | 3f8f4f99ea0a44ea65a32825fd1576ee9f53c235 | [] | no_license | lucas-medeiros/Digital-Signal-Processing | c5479eab20119e72ccb6adfe1c1d45fddf6dae7c | ba329ce5e5f6ca9ba7d46faba8661e9344627f9d | refs/heads/master | 2020-07-15T04:51:18.868263 | 2019-08-31T02:20:15 | 2019-08-31T02:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 473 | sce | Interpolar.sce | function r = Interpolar(en,N,L)
r = zeros(1,N);
x0 = 1;
x1 = x0+ L -1;
a = (en(x1) - en(x0))/(x1-x0);
for x = 1:N
if pmodulo(x,L)==0 then
x0 = x;
x1 = x+L;
if (x1 <= N) then
a = ((en(x1) - en(x0))/(x1-x0));
else
a = 0;
end
r(x) = en(x);
else
r(x) = en(x0) + a*(x-x0);
end
end
endfunction
|
89d4ac9c155bb95320e5841c176f2d1d88142042 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH7/EX7.8/Ex7_8.sce | 6faeab47dbb84f199b26d5254789fe239be14faf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,439 | sce | Ex7_8.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 7 Field Effect Transistors Pg no. 232,233 and 234
clear;
clc;
//Given Data
//Figure 7.23 and 7.24
VDD=18;//drain supply voltage in volts
IDSS=10D-3;//drain saturation current in amperes
VP=-5;//pinchoff voltage in volts
RD=1.5D3;//drain resistance in ohms
RS=1D3;//source resistance in ohms
R1=1.5D6;//divider network resistance R1 in ohms
R2=180D3;//divider network resistance R2 in ohms
C1=5D-6;//gate coupling capacitance in farads
C2=25D-6;//source bypass capacitance in farads
C3=15D-6;//drain coupling capacitance in farads
//Solution
disp("(i)");
VG=VDD*R2/(R1+R2);//gate to ground voltage in volts
VGS_a=1.93;//for ID=0 mA VGS=VSS volts
ID_a=1.93D-3;//for VGS=0 volts ID=VG/RS amperes0
//a load line is constructed using these values and the intersection with charecteristic curve gives Q point
IDQ=3.64D-3;//quiscent drain current found graphically in amperes
printf("IDQ = %.2f mA",IDQ*10^3);
disp("(ii)");
VGS_Q=-1.85;//quiscent gate to source voltage in volts found graphically
printf("VGS_Q = %.2f Volts",VGS_Q);
disp("(iii)");
VD=VDD-IDQ*RD;//drain to ground voltage in volts (since source is grounded)
printf("VD = %.2f Volts",VD);
disp("(iv)");
VS=IDQ*RS;//source to ground voltage in volts
printf("VS = %.2f Volts",VS);
disp("(v)");
VDS=VDD-IDQ*(RD+RS);//drain to source voltage in volts
printf("VDS = %.1f Volts",VDS);
|
7b8ca3b1726f210bd08ab8e71118872d0f715c87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH7/EX7.15/ex15.sce | bb96ef0031a9b6c248f72631fcfc846d07027968 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 740 | sce | ex15.sce | //ques15
//Effect of Efficiency on Compressor Power Input
clear
clc
T1=285;//initial temperature in K
h1=285.14;//table A-17 initial heat of enthalpy in kJ/kg
Pr1=1.1584;//reduced pressure
P2=800;//final pressure in kPa
P1=100;//initial pressure in kPa
Pr2=Pr1*(P2/P1);
//from table corresponding to Pr2
h2s=517.05;//enthalpy of heat in kJ/kg
n=0.80;//efficiency
//using the formula for efficiency')
h2a=(h2s-h1)/n+h1;//enthalpy of heat in kJ/kg
T2a=569.5; //final temp in K from table
printf('(a) Temperature T2a = %.1f K \n',T2a);
ms=0.2;//mass flow rate in kg/s
w=ms*(h2a-h1);//work done in kJ/kg
printf(' (b) Required power input to compressor as determined from the energy balance equation is = %.2f kJ/kg \n',w);
|
98693dffee3a5d8986c954b1015d6998d7910c98 | 872b5ff8852c926ca1261037de07449db7ac51db | /area-01/todas_raizes_bisseccao.sce | dca87df850ad75f76d021132d6b683b342073bc6 | [] | no_license | BerdaSantos/numeric-calculus | 20e4c50d9f66f8582e89533a5101f597df6665ec | 0698409e7fa4158d6f7dd7e4d60f8a38538b3335 | refs/heads/master | 2020-05-14T18:07:02.017600 | 2018-11-23T01:50:38 | 2018-11-23T01:50:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 573 | sce | todas_raizes_bisseccao.sce | // Q9
/* Encontre todas as raízes de f(x)=\cos(x)+x^2-3x.
*/
// fui plotando pra ver +- onde estavam as duas (ordem da f(x)) raízes da funcao
// Declaracao para calcular a 1a raiz e grafico
a = 122.41 // x min
b = 123.23 // x max
step = 0.01
x = [a:step:b]; // pontos para o grafico
function u = f (x)
u = ((1-x^3)^(1/3)) - x^(1/2) // funcao para ser plotada
end
//plot(x,f); xgrid
// 1a RAIZ
for i=1:10
m = (a+b)/2
if (f(a) * f(m) < 0) then
b = m
else
a = m
end
disp([a b])
end
x=(a+b)/2
erro_abs=(b-a)/2
disp(erro_abs)
|
2563f651d4591b058c5dc82101cc263d619e2c79 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH8/EX8.1/Ex8_1.sce | 625e0c86c7ef49a262b1f356080bc221add07405 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 587 | sce | Ex8_1.sce | // Exa 8.1
// To calculate coverage gain in dB.
clc;
clear all;
Pdiff=-3; //in dB
AMR1=12.2; //in kbps
AMR2=7.95; //in kbps
AMR3=4.75; //in kbps
//solution
//CG(dB)=10log{(DPDCH(kbps)+DPCCH)/(DPDCH(AMR bit rate (kbps))+ DPCCH)}
CG1=10*log10((AMR1+AMR1*10^(Pdiff/10))/(AMR2+AMR1*10^(Pdiff/10)));
CG2=10*log10((AMR1+AMR1*10^(Pdiff/10))/(AMR3+AMR1*10^(Pdiff/10)));
printf('By reducing the AMR bit rate from 12.2 to 7.95 kbps coverage gain becomes %.2f dB \n ',CG1);
printf('By reducing the AMR bit rate from 7.95 to 4.75 kbps coverage gain becomes %.2f dB \n ',CG2);
|
89b5ebdd94c5c53ccdbd29cdfbe32b46b914a167 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH14/EX8.14.4/Ex8_14_4.sce | 50d48dad2ce39d77b890fe5fffe6bdf517f4c374 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 204 | sce | Ex8_14_4.sce | //Section-8,Example-1,Page no.-IC.48
//To find Bond order in carboxylate ion and nitrate ion
clc;
B_C=(2+4)/4
disp(B_C,'Bond order in carboxylate ion')
B_N=(2+4+2)/6
disp(B_N,'Bond order in nitrate ion')
|
17ce5605f909a99702fd1dac63ea3b3eec0be629 | 449d555969bfd7befe906877abab098c6e63a0e8 | /995/CH2/EX2.18/Ex2_18.sce | 0c7a1c75aaf5cf75afa073329e8b422a7fe6ee2d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sce | Ex2_18.sce | //Ex:2.18
clc;
clear;
close;
V_1=50;
V_2=10;
dV=V_1-V_2;//in volts
dt=0.1;//in seconds
C=22*10^-6;
i=C*(dV/dt)*1000;//in mA
printf("Current flow = %f milliAmps",i); |
5a3ccafd3f6274eee79412bb16a879d0aad63051 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH7/EX7.07/7_07.sce | f9374aac05ad431bc9117c0f3c6d11ae994e72b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 640 | sce | 7_07.sce | //Problem 7.07: An iron ring of mean diameter 10 cm is uniformly wound with 2000 turns of wire. When a current of 0.25 A is passed through the coil a flux density of 0.4 T is set up in the iron. Find (a) the magnetizing force and (b) the relative permeability of the iron under these conditions.
//initializing the variables:
N = 2000; // no. of turns
d = 0.10; // in m
B = 0.4; // in Tesla
I = 0.25; // in Amperes
u0 = 4*%pi*1E-7;
//calculation:
l = %pi*d
H = N*I/l
ur = B/(u0*H)
printf("\n\nResult\n\n")
printf("\n (a)Magnetic field strength H = %.0f A/m",H)
printf("\n (b)relative permeability of the iron = %.0f ",ur) |
fbf0d47eb073a58250c343d786362d88799206db | 449d555969bfd7befe906877abab098c6e63a0e8 | /2507/CH4/EX4.4/Ex4_4.sce | add3a97a404b7e2836dad7cc59423b1dc965972d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 501 | sce | Ex4_4.sce | clc
clear
printf("Example 4.4 | Page number 103 \n\n");
//find Cv and Cp
//Given data
t = poly(0,'t'); //°C //Temperature in °C
u = 196 + .718*t; //KJ/kg //specific internal energy
pv = 287*(t+273); //Nm/kg //p is pressure and v = specific volume
//Solution
Cv = coeff(derivat(u));
printf("Specific heat at constant volume,Cv = %.3f kJ/kgK\n",Cv(1));
h = u + pv*.001 //KJ/kg //enthalpy
Cp = coeff(derivat(h));
printf("Specific heat at constant pressure,Cp = %.3f kJ/kgK",Cp(1));
|
18fb9e4cb3a400f16d5fa781c397662dadc92959 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/TK_EvalStr.man.tst | 07b409aa9b431694f34603e84a4a1b4b8895df05 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 346 | tst | TK_EvalStr.man.tst | clear;lines(0);
TK_EvalStr('toplevel .foo');
// creates a toplevel TK window.
TK_EvalStr('label .foo.l -text ""TK married Scilab !!!""');
// create a static label
TK_EvalStr('pack .foo.l');
// pack the label widget. It appears on the screen.
text='button .foo.b -text close -command {destroy .foo}';
TK_EvalStr(text);
TK_EvalStr('pack .foo.b');
|
653035e01b823412977c46e960efa68ac07b8d88 | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH11/EX11.2/Chap11_Ex2.sce | 2327a19d5d3fb67291e71f79c064347d39d8b6db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,430 | sce | Chap11_Ex2.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-11,Example 2,Page 384
//Title:Composition of liquid
//================================================================================================================
clear
clc
//INPUT
//For convenience, benzene is taken as 1 and toluene as 2
T=95;//temperature of the equimolar vapour mixture of benzene and toluene in degree celsius
y1=0.5;//mole fraction of benzene in vapour phase (no unit)
y2=0.5;//mole fraction of toluene in vapour phase (no unit)
P1_s=1176.21;//saturation pressure of benzene at T, taken from Example 11.1 in Torr
P2_s=477.03;//saturation pressure of toluene at T, taken from Example 11.1 in Torr
//CALCULATION
P=1/((y1/P1_s)+(y2/P2_s));//calculation of the total pressure using Eq.(11.21) in Torr
x1=(y1*P)/P1_s;//calculation of mole fraction of benzene in liquid phase using Eq.(11.15)(no unit)
x2=1-x1;//calculation of mole fraction of toluene in liquid phase using Eq.(11.15)(no unit)
//OUTPUT
mprintf('The composition of the liquid which is in equilibrium with the equimolar vapour mixture of benzene and toluene at 95 degree celsius is \n mole fraction of benzene in liquid phase (x1)=%f \n mole fraction of toluene in liquid phase (x2)=%f \n',x1,x2);
//===============================================END OF PROGRAM===================================================
|
fbb2dda4120325ae85ac8592a54a67d6681ae424 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Horizontalish Small TAF.sce | 7c2506324eee6b5c23ddaa6a0c930d703980acd8 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 72,046 | sce | Horizontalish Small TAF.sce | Name=Horizontalish Small TAF
PlayerCharacters=Player
BotCharacters=target.bot;250ms.bot;300ms.bot;350ms.bot;400ms.bot;450ms.bot;500ms.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Player
AddedBots=target.bot;400ms.bot
PlayerMaxLives=0
BotMaxLives=0;0
PlayerTeam=1
BotTeams=2;2
MapName=hor_mid.map
MapScale=1.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=1.0
ScorePerDamage=1.0
ScorePerKill=0.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=1.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=CS:GO, VALORANT, COD, R6, PUBG,BF
WeaponHeroTag=
DifficultyTag=4
AuthorsTag=stydno
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=true
Description=Aim at Poke-Ball and wait for the other target to spawn. Kill both in one fluid motion, focus on consistency to train your baseline ability to acquire targets, rather than relying on your peak flicking speed.
GameVersion=2.0.1.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=false
LockedFOVMin=60.0
LockedFOVMax=120.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Aimbot
MinReactionTime=1.0
MaxReactionTime=1.0
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=90.0
FlickSpeed=10.0
FlickError=0.0
TrackSpeed=10.0
TrackError=0.0
MaxTurnAngleFromPadCenter=90.0
MinRecenterTime=0.0
MaxRecenterTime=0.0
OptimalAimFOV=90.0
OuterAimPenalty=0.0
MaxError=0.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=target
DodgeProfileNames=Mimic
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=target
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=250ms
DodgeProfileNames=no move for blink
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=target_250ms
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=300ms
DodgeProfileNames=no move for blink
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=target_300ms
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=350ms
DodgeProfileNames=no move for blink
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=target_350ms
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=400ms
DodgeProfileNames=no move for blink
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=target_400ms
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=450ms
DodgeProfileNames=no move for blink
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=target_450ms
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=500ms
DodgeProfileNames=no move for blink
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=target_500ms
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=Player
MaxHealth=100.0
WeaponProfileNames=BB Gun;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=-1.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=2.0
MainBBRadius=1.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=2.0
ProjBBRadius=1.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=0.000 Y=0.000 Z=0.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=11.0
MainBBRadius=5.5
MainBBHasHead=true
MainBBHeadRadius=5.5
MainBBHeadOffset=-10.5
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=11.0
ProjBBRadius=5.5
ProjBBHasHead=true
ProjBBHeadRadius=5.5
ProjBBHeadOffset=-10.5
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target_250ms
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.3
MaxRespawnDelay=0.3
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=128.0
MainBBRadius=60.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=Self Destruct 250ms.abilwep;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target_300ms
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.35
MaxRespawnDelay=0.35
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=128.0
MainBBRadius=60.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=Self Destruct 300ms.abilwep;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target_350ms
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.4
MaxRespawnDelay=0.4
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=128.0
MainBBRadius=60.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=Self Destruct 350ms.abilwep;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target_400ms
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.45
MaxRespawnDelay=0.45
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=11.0
MainBBRadius=5.5
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=11.0
ProjBBRadius=5.5
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=Self Destruct 400ms.abilwep;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target_450ms
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.5
MaxRespawnDelay=0.5
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=128.0
MainBBRadius=60.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=Self Destruct 450ms.abilwep;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target_500ms
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.55
MaxRespawnDelay=0.55
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=128.0
MainBBRadius=60.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=Self Destruct 500ms.abilwep;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Mimic
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.0
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Mimic
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=no move for blink
MaxTargetDistance=100000.0
MinTargetDistance=10.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.2
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.25
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Weapon Profile]
Name=BB Gun
Type=Hitscan
ShotsPerClick=1
DamagePerShot=1.0
KnockbackFactor=4.0
TimeBetweenShots=0.1
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=1
DecalSize=1.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=0.3
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=true
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=explode250ms
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.0
TimeBetweenShots=0.26
Pierces=false
Category=SemiAuto
BurstShotCount=3
TimeBetweenBursts=3.0
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=0.100 Y=0.000 Z=0.000
MuzzleVelocityMax=X=0.100 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=0.1
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=1.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=100.0
DelayBeforeShot=0.25
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.0
HitSoundCooldown=0.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.1
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=10000.0
DamageAtCenter=1.0
DamageAtEdge=1.0
SelfDamageMultiplier=1.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.25
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,5.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=explode300ms
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.0
TimeBetweenShots=0.31
Pierces=false
Category=SemiAuto
BurstShotCount=3
TimeBetweenBursts=3.0
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=0.100 Y=0.000 Z=0.000
MuzzleVelocityMax=X=0.100 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=0.1
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=1.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=100.0
DelayBeforeShot=0.3
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.0
HitSoundCooldown=0.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.1
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=10000.0
DamageAtCenter=1.0
DamageAtEdge=1.0
SelfDamageMultiplier=1.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.3
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,5.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=explode350ms
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.0
TimeBetweenShots=0.36
Pierces=false
Category=SemiAuto
BurstShotCount=3
TimeBetweenBursts=3.0
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=0.100 Y=0.000 Z=0.000
MuzzleVelocityMax=X=0.100 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=0.1
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=1.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=100.0
DelayBeforeShot=0.35
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.0
HitSoundCooldown=0.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.1
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=10000.0
DamageAtCenter=1.0
DamageAtEdge=1.0
SelfDamageMultiplier=1.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.35
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,5.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=explode400ms
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.0
TimeBetweenShots=0.41
Pierces=false
Category=SemiAuto
BurstShotCount=3
TimeBetweenBursts=3.0
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=0.100 Y=0.000 Z=0.000
MuzzleVelocityMax=X=0.100 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=0.1
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=1.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=100.0
DelayBeforeShot=0.4
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.0
HitSoundCooldown=0.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.1
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=10000.0
DamageAtCenter=1.0
DamageAtEdge=1.0
SelfDamageMultiplier=1.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.4
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,5.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=explode450ms
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.0
TimeBetweenShots=0.46
Pierces=false
Category=SemiAuto
BurstShotCount=3
TimeBetweenBursts=3.0
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=0.100 Y=0.000 Z=0.000
MuzzleVelocityMax=X=0.100 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=0.1
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=1.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=100.0
DelayBeforeShot=0.45
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.0
HitSoundCooldown=0.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.1
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=10000.0
DamageAtCenter=1.0
DamageAtEdge=1.0
SelfDamageMultiplier=1.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.45
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,5.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=explode500ms
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.0
TimeBetweenShots=0.51
Pierces=false
Category=SemiAuto
BurstShotCount=3
TimeBetweenBursts=3.0
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=0.100 Y=0.000 Z=0.000
MuzzleVelocityMax=X=0.100 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=0.1
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=1.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=100.0
DelayBeforeShot=0.5
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.0
HitSoundCooldown=0.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.1
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=10000.0
DamageAtCenter=1.0
DamageAtEdge=1.0
SelfDamageMultiplier=1.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.5
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,5.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Ability Profile]
Name=Self Destruct 250ms
MaxCharges=1.0
ChargeTimer=0.26
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=explode250ms
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.01
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=900000.0
AIMaxTargFOV=360.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Weapon Ability Profile]
Name=Self Destruct 300ms
MaxCharges=1.0
ChargeTimer=0.31
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=explode300ms
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.01
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=900000.0
AIMaxTargFOV=360.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Weapon Ability Profile]
Name=Self Destruct 350ms
MaxCharges=1.0
ChargeTimer=0.36
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=explode350ms
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.01
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=900000.0
AIMaxTargFOV=360.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Weapon Ability Profile]
Name=Self Destruct 400ms
MaxCharges=1.0
ChargeTimer=0.41
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=explode400ms
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.01
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=900000.0
AIMaxTargFOV=360.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Weapon Ability Profile]
Name=Self Destruct 450ms
MaxCharges=1.0
ChargeTimer=0.46
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=explode450ms
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.01
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=900000.0
AIMaxTargFOV=360.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Weapon Ability Profile]
Name=Self Destruct 500ms
MaxCharges=1.0
ChargeTimer=0.51
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=explode500ms
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.01
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=900000.0
AIMaxTargFOV=360.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
brush
vertices
-324.000000 -16.000000 16.000000
-324.000000 240.000000 16.000000
-324.000000 240.000000 -496.000000
-324.000000 -16.000000 -496.000000
-292.000000 240.000000 -496.000000
-292.000000 -16.000000 -496.000000
-292.000000 -16.000000 16.000000
-292.000000 240.000000 16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty
entity
type PlayerSpawn
Vector3 position 708.000000 56.000000 -240.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -432.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -416.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -400.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -368.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -352.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -384.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -336.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -320.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -304.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -288.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -272.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -240.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -224.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -208.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -192.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -176.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -160.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -144.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -128.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -112.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -96.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -80.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 72.000000 -48.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -304.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -272.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -240.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -208.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -176.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -144.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -112.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -80.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -336.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -368.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -400.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 76.000000 -432.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -60.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -100.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -140.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -180.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -220.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -260.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -300.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -340.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -380.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 80.000000 -420.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 52.000000 -92.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 60.000000 -108.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 64.000000 -60.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 56.000000 -60.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 52.000000 -176.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -276.000000 52.000000 -132.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 60.000000 -172.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 52.000000 -244.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 56.000000 -112.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 64.000000 -128.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -276.000000 64.000000 -188.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 64.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 60.000000 -208.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 52.000000 -292.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 56.000000 -156.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 64.000000 -324.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 60.000000 -284.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 60.000000 -352.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 56.000000 -224.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 56.000000 -276.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -276.000000 52.000000 -356.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 52.000000 -420.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -276.000000 56.000000 -368.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 56.000000 -436.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -276.000000 60.000000 -396.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 64.000000 -368.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 84.000000 -80.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 84.000000 -128.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 84.000000 -176.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 84.000000 -232.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 84.000000 -272.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 84.000000 -320.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 84.000000 -368.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 84.000000 -420.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 92.000000 -100.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 92.000000 -156.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 92.000000 -208.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 92.000000 -264.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 92.000000 -320.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -272.000000 92.000000 -388.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
|
0fb385a02b5ef3fb09d2e102dc700f460571731a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2708/CH1/EX1.19/ex_1_19.sce | 5a10a7fffd04556ad2df3572a72c3d737e02f6c9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | ex_1_19.sce | //Example 1.19 // angle of wedge
clc;
clear;
//given data :
x=1D-2;//distace of mth dark band
w=6D-7;// wavelength in m
m=10;//number of dark band
a=m*w/(2*x)
disp(a,"angle of wedge in radian")
//note: answer in textbook is in seconds
|
c360b651992d60cb13f391cfd422aff4d74aeb9e | 9e583ab6bf7bcab49cbb760e830e6e17607fdb71 | /aaa2vhdl/TESTS/banana.tst | d217c9a31417d29d0d1cdc00fff19588ab2ad44d | [] | no_license | philtomson/svm2vhdl | d7b92c339caef1dae3b96dcbd586041023a8748e | 0bb5f3f2617533bc92244a273aa20d6afe59ca65 | refs/heads/master | 2021-01-25T13:59:12.373338 | 2018-06-04T19:36:49 | 2018-06-04T19:36:49 | 123,637,981 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 128,188 | tst | banana.tst | 0.86195129 -1.2353323 1
0.90818191 1.4833819 1
0.07448764 -0.60681143 1
0.97276737 0.45654275 0
0.75518505 0.22003614 1
-2.1254684 -1.8510498 1
-0.023656407 -1.0014752 0
-0.47562398 -1.4939536 0
-1.61617 0.59348199 0
-1.2855138 -0.26355145 1
0.14335824 1.0525744 0
-0.20822608 -0.6461447 1
0.65649164 0.84419692 0
-0.55898105 0.05941444 1
1.2560104 0.79882888 0
1.8745357 1.1859273 1
-0.27131127 1.588611 0
-0.21532053 0.54894611 1
0.41636436 0.1004525 1
-1.6673852 -1.7321782 1
0.46355045 -0.79150405 1
-0.56816152 -1.3625996 0
-0.74867762 1.255307 0
0.67746811 0.96414299 0
0.26798568 -1.0838809 1
0.17576372 1.2302873 0
1.2351924 0.90788371 0
-1.0073613 -0.39683231 1
-0.80346658 -0.78224401 0
-0.16656803 1.0689834 0
1.7020398 -0.5544255 0
-0.1744409 -0.47803634 1
-1.3240668 0.51647668 1
0.33966155 -1.0257455 0
0.39994243 -1.3935981 0
1.3815355 -0.24421129 0
1.0816918 0.79015137 0
-0.97655869 0.638707 1
-0.041825964 -1.0249258 0
0.55723302 -1.0364337 1
-2.1811689 -1.8767374 1
-1.2352047 0.32339194 1
-1.0824969 0.35641537 1
-0.47240411 -0.0198207 1
0.77835614 0.95155668 0
-0.86046349 -1.2658373 0
-0.74005029 -1.5252106 0
-0.75968412 -0.69771843 1
-1.2125053 0.35719069 1
0.84674142 -0.6096223 1
0.1080408 -0.30421255 1
0.84183342 -0.37182702 1
-0.026676138 -1.0933821 0
-0.85091608 0.18893336 1
-0.95125592 1.3902293 0
-0.71577631 -0.19352011 1
-1.9671544 0.6113954 0
0.84041493 -0.17551244 1
0.41120337 1.4664674 0
-1.032644 0.65440706 0
-0.23543576 -0.61668901 1
1.1466685 -1.5596078 1
-0.20556753 -1.1530549 0
-0.5546259 0.90829827 0
-1.4730807 0.52034578 0
1.6993846 -0.033567428 0
-1.2054665 1.0022839 0
-0.81475365 -0.68173463 1
-1.0811404 -0.95220253 0
1.2822863 -0.23584243 0
-0.54206605 1.1177546 0
-0.264029 0.057053011 1
-1.1657425 -0.95045296 1
-0.32610551 0.076876107 1
0.64711972 0.3166952 0
-1.8075506 -0.48768675 1
-0.50134118 1.0950124 0
-2.1887042 0.099086783 0
0.73100008 1.7405424 1
-0.17526294 0.064428932 1
0.76422005 0.38050072 1
0.47210644 0.097881508 1
-0.36939 -0.98375716 0
0.77400815 -1.2204266 1
0.13342227 2.0480991 0
-0.11350991 0.84578284 1
-0.23882635 -1.4153035 0
0.51693075 1.7135102 0
0.91893698 0.79752745 0
-1.0343228 0.27711186 1
-1.2071284 0.48763791 0
0.57953687 1.1659399 0
-1.2268527 -0.30813651 1
0.55355571 -0.45417067 1
0.93317508 0.71120492 0
-0.58161393 -0.75229396 1
1.0019 0.25398185 0
1.3390669 0.099773164 0
-0.74135886 0.97909545 0
-0.45138956 0.72285429 1
-1.6429325 0.14296727 1
0.09684788 0.58896999 1
0.09727302 -1.3298246 0
-1.0596067 -1.5427959 0
1.4411978 0.3577208 0
0.052859544 1.5204577 0
0.63688617 0.98421239 0
1.4564011 1.6858321 1
-0.10155802 1.5735204 1
-0.10954943 -0.9112392 0
1.086885 0.29896763 0
0.34469383 -0.89109642 0
1.9534862 0.90208184 1
0.029613872 1.2006958 0
0.8759113 -0.80745985 1
-0.2261092 -1.4538967 0
0.033658623 -1.1303751 0
0.57864981 -1.0228608 1
0.065964557 -1.2268708 0
0.843757 -0.40241015 1
-0.39988569 -1.3653668 0
0.41370946 1.1574242 0
-1.7699306 -0.82833972 1
0.72478788 -0.53998132 1
-0.61840025 -1.1953105 0
-0.023229009 -1.2362317 0
-0.05313075 -1.2607263 0
1.433772 -1.2052953 1
-0.006000136 -0.31990456 1
-0.63849747 1.3186805 0
0.50380295 1.7776527 0
-1.5554155 -1.0964902 1
1.127518 -0.011598724 0
-0.54527621 -1.3137767 0
-1.1675875 0.22160553 1
1.3787269 0.13129571 0
1.1941857 0.69699424 0
-1.078601 1.0127635 0
1.2101004 0.1973835 0
-0.088221207 1.1672471 0
-0.5093125 -0.93218725 0
-0.44591169 -1.2755728 0
0.10003579 -1.4780026 0
-0.2696773 -1.2835464 0
-0.52868277 -1.024443 0
-0.94333074 -1.2588345 0
-0.7861048 -1.0201313 0
0.43096994 -1.3289896 0
-0.3003515 -1.0362901 0
-0.25092198 0.32673782 1
0.13858127 -0.80318823 1
1.0674118 -0.22113096 1
0.61181965 1.3731696 0
-0.49603934 1.4063429 0
0.55156615 2.0488817 0
-0.23467139 0.35155379 1
1.6977901 1.206104 1
1.1796879 0.33359239 0
0.8506974 1.4647141 0
1.101777 -0.37432349 1
-0.10905964 -1.0672196 0
-2.2517489 -1.9629961 1
0.027131921 1.8305784 1
-0.11180239 -0.84108115 1
-1.0315671 1.1814363 0
-0.92416033 1.4535432 0
-0.56613206 1.1875344 0
0.86885312 0.57580652 0
1.3901149 0.26200131 0
0.73946951 2.1372843 0
1.4158383 -0.145608 0
-0.51997576 -1.1657169 0
0.92332889 -1.0173761 1
-1.0293931 0.68069695 0
-0.28564481 -0.57138916 1
2.3994966 1.1965899 1
-1.9804772 0.87515479 0
-1.740824 -1.8327171 1
0.52398649 -0.23063029 1
0.034612433 1.6992966 0
0.315132 -0.18204576 1
0.44002033 0.90022578 0
1.4891498 1.5458017 1
0.90919348 0.11785919 0
-0.17898249 0.18969854 1
1.3107537 0.32777805 0
0.56583722 0.081532233 1
-1.4936363 -0.026596288 1
1.5111693 1.5900408 1
0.30355587 -0.0039311169 1
-0.96144572 -0.10202202 1
-0.49032413 -1.4531276 0
-0.49503917 1.3083727 0
0.35355661 1.0631483 0
-1.3878222 -0.15553761 1
1.3649587 0.48228661 0
0.59422958 1.8035174 0
-0.23032603 -1.0153722 0
-0.038849487 -0.98421801 0
0.2915667 -0.15851739 1
1.0015751 0.65363185 0
-0.12437862 0.1812912 1
0.11297988 0.46165967 1
-0.85036427 -0.91999354 0
-1.3905866 -0.1184395 1
-1.4635664 0.59361713 0
1.7977849 0.060729021 0
0.36410976 -0.85796522 0
-0.49655014 1.0666948 0
-1.8301159 -0.96423687 1
-0.68253737 0.13946973 1
-0.17232866 -0.67618088 1
1.0070954 0.86477165 0
-1.802978 -1.6243495 1
-1.3690255 -0.17742433 1
1.0398728 0.09093081 1
1.2014352 -0.67980919 1
-1.3060722 -0.90281406 0
-0.27880359 -1.2465212 0
-0.50195722 -1.0413592 0
-0.054547538 -1.4520796 0
0.74263149 -1.1841061 1
0.91589052 1.6301467 0
0.12680176 1.9394297 0
1.053243 0.77585307 0
-1.7658251 0.45721464 0
-0.50182822 1.8391355 1
-0.86323227 0.17419438 1
-1.481624 0.94355659 0
-1.3946407 -0.32192222 1
0.26807913 1.1378452 0
-1.578586 -0.79812174 1
0.61323542 1.3519723 0
-0.0014457764 -0.69953564 1
0.74816929 1.8068531 1
1.1879574 -0.96605111 1
-0.63855136 1.2535754 0
-0.9555545 -0.81751818 1
0.18325945 -1.1635594 0
1.4394676 -1.701349 1
-0.74418571 -1.3920047 0
0.80171222 0.4309013 1
-0.76130139 -1.4416869 0
0.1353993 0.053216277 1
-1.3833027 -1.1060114 1
1.2678587 -0.19443618 0
0.043578818 0.012588576 1
-1.3996742 -1.5381471 1
-0.82350662 1.1009268 0
1.2937291 0.15312192 0
-0.011276198 -0.77978726 0
0.59817287 0.13258438 1
-0.63048077 0.94882377 0
-1.3173758 0.039893508 1
1.1563079 0.048859153 0
-0.14488343 1.6487584 0
0.096348263 -1.3778462 0
-2.0934205 -1.2220629 1
-0.024655241 -0.76529867 0
0.20662674 0.6500989 1
1.4572813 -0.13952639 0
0.47342757 0.33864265 1
0.087969046 -1.2522784 0
1.045139 -0.95958753 1
0.26866906 1.6160229 1
0.5603484 0.49076813 0
-0.62129731 1.1056216 0
-0.21809392 -1.0493103 0
0.39919226 -0.59389848 1
0.91538748 -1.2739198 1
2.1112781 0.94190378 1
-0.21150185 -0.15481734 1
-0.80591872 0.57471996 1
0.63726084 0.0053578311 1
-0.0063351264 -1.0014036 0
0.47741198 -1.2366045 0
0.7396392 0.20320768 1
0.61471158 0.37545903 0
1.4616154 -1.3184578 1
1.1221316 0.61158231 0
-1.6011797 0.68223393 0
-1.3319151 0.71888182 0
1.9847508 -0.025225978 0
-0.50318348 1.353764 0
0.47037439 1.2097243 0
2.2033097 1.1390547 1
-0.39770575 -1.277591 0
-1.7667534 -0.45496829 1
0.97540167 -1.3443602 1
1.4688722 -0.53138487 0
0.3895755 1.265432 0
1.2605451 -0.32806054 1
-0.37195972 1.54177 0
-1.1997578 -0.82557444 1
-2.9808342 -0.15957534 0
-0.60077291 -0.53943489 1
0.19641539 1.7597269 0
-0.75503198 -0.75902223 1
-1.9325768 -0.92041396 1
-1.0107722 -1.2331164 0
0.043946721 2.034038 1
-0.79445179 1.069702 0
-0.58023808 -0.57905748 1
-0.66820183 0.91928298 0
-0.75254664 -0.061450771 1
-0.85129302 0.68132715 0
-0.73556249 0.68294945 1
0.88253098 0.59787354 0
-1.931737 0.60319064 0
1.2112867 0.051182462 0
-1.1644273 0.41015442 0
-1.3946693 1.0941252 0
-1.2633809 -0.1194734 1
0.60846995 0.013450021 1
1.4541541 -1.7755906 1
-1.6072998 -0.3626086 1
-1.0018413 0.078044008 1
-0.53550146 1.1942539 0
-1.7285094 0.8704827 0
-1.667569 -0.21212007 1
-1.0423192 0.67917757 0
1.6108495 -0.38682937 0
1.1343413 -1.2685903 1
1.2109912 -1.0206259 1
0.97368943 -1.470968 1
0.1188592 -1.2796656 0
1.1067035 0.68455244 0
0.32741649 0.17035854 1
0.98339725 0.20262685 0
0.40109688 -1.3130939 0
1.2044691 -1.5613965 1
-1.551739 0.37848132 0
-1.511018 -0.19643173 1
-0.91778294 1.4395057 0
0.27491187 1.1765061 0
0.20758509 -1.211829 0
1.0231251 0.097492881 0
-0.010725247 -0.96049509 0
1.0648937 -0.42748397 1
-1.890777 -1.6960262 1
2.342817 1.1290968 1
1.1471672 1.6831213 1
-0.30105527 1.819606 1
1.300633 0.73934179 0
-0.94996621 0.14350042 1
-0.44573329 -1.5291106 0
-1.4331085 -0.54599369 1
1.3042939 0.17544938 0
-0.1286396 1.5688586 0
0.70275903 -0.58288924 1
1.0198973 0.72010045 0
-1.8870054 -0.41757578 1
-0.99463496 -0.83230636 0
-1.4641388 1.1123698 0
1.0342542 0.80538516 0
1.3878056 0.060909527 0
0.59458209 0.67702969 0
0.6274196 0.23434893 0
1.8752342 -1.1309981 0
0.15542744 1.8766493 0
0.28330028 -1.5592708 0
0.20152454 -1.3740599 0
0.75687886 -0.20816025 1
0.13239986 -1.4886891 0
0.92865508 -0.90220769 1
-0.68061383 -0.58604255 1
-1.1782299 0.03023281 1
1.1893876 -1.3372344 1
-0.85800996 -1.197563 0
1.8847212 0.32461324 0
0.22388479 1.747671 1
-0.31429718 -0.91855891 0
-0.72237591 1.1900922 0
0.094906203 -0.85442851 1
1.0554462 -0.055336591 1
-2.1404626 -1.5866986 1
-0.53846237 -1.1502551 0
-0.20844682 0.33200993 1
0.44709833 0.91966452 0
-1.5217566 -0.0033494444 1
-1.5744073 0.90544081 0
0.78486567 0.15839983 1
-0.76965835 0.36425101 1
1.266907 0.30121262 0
-0.084482071 1.1495288 0
-0.42379226 0.020670045 1
-1.1789616 0.73222858 0
-0.95795913 0.81208784 0
-0.078166851 -1.0955429 0
-1.8359497 -0.84583393 1
-0.33362503 -1.3381346 0
-0.49142085 -1.5522139 0
-0.27769548 -0.81501252 1
0.79983448 1.5644454 0
1.7507829 1.3328199 1
0.6610273 1.6935321 0
-0.3943161 -0.25342876 1
-1.2393136 0.78797676 0
-0.47301014 -0.7494098 0
1.5592599 -0.36728276 1
0.33926069 0.88073429 0
1.1323465 0.33029745 0
-0.53028202 -0.94417198 0
-1.164102 1.0255456 0
-0.13906895 0.13242634 1
0.0027344798 -0.9729662 0
0.94140118 1.4586945 0
1.2374929 -0.68721146 1
1.1104532 -0.47636533 1
-0.26177789 -1.1969062 0
-0.34309427 -1.3910822 0
0.81933944 0.046239189 1
0.46578125 0.3221192 1
0.20108875 0.0023980971 1
-1.5023269 -1.2235812 1
1.5440518 -0.74941947 0
0.12635114 -1.0802667 0
-0.28806987 0.30496803 1
-0.09991289 1.9724601 1
0.98496777 1.1601602 0
0.29886459 -0.81947586 0
0.81384004 0.81680429 0
-0.92218222 0.53338808 0
-0.63925717 0.67990987 1
-0.0017046373 0.2819892 1
-0.12152295 -0.067094856 1
-0.86684786 0.21395834 1
2.2699267 0.28397687 0
0.24188757 0.34695722 1
0.79925637 -0.98968577 1
-0.063347458 -0.69906075 0
-0.86198547 1.5262468 0
1.3073653 -0.25392292 0
0.45242223 1.9471776 1
0.32537601 -0.032518889 1
-0.81576461 0.56218928 0
-0.38652033 0.26043335 1
1.0028757 -0.08970952 0
1.21132 0.64215309 0
-0.018882659 -1.2808653 0
0.80115634 1.1359596 0
-1.8745018 0.37319434 0
0.011429526 1.6606453 0
0.57778856 -0.6219213 1
-0.0062611643 -0.95935757 0
0.93323416 0.71647179 0
-1.5685605 -0.40092307 1
-1.4489846 -0.04614105 1
1.1147908 -0.10557996 0
0.34430319 1.4899137 0
0.015376999 -1.4058996 0
-1.3250274 -0.12015273 1
0.78363793 1.3879982 0
-0.79979165 1.6569356 0
-1.2601332 -1.008965 1
1.706084 1.1715948 1
0.021921293 -0.3878481 1
-0.07438704 -0.4627125 1
-0.052903814 -0.016776936 1
2.4329498 1.3944842 1
-1.6642693 -0.5602243 1
-0.92095387 -1.1881685 0
0.11205812 0.23829856 1
0.31779543 0.62089288 1
-0.67815528 -0.41682033 1
-1.5360285 0.68483796 0
1.113684 1.3264361 1
-1.0833313 -0.059390514 1
1.1456647 0.32923383 0
-1.3127508 0.23928578 1
0.60032801 -0.38021613 1
1.6726304 0.97366781 1
-0.67267195 -0.17691427 1
0.34027582 -1.3438777 0
0.83893968 -1.1518221 1
-0.29813213 0.15837905 1
-1.2090956 -0.73250579 1
0.33238863 -0.52711639 1
0.24701639 -1.2755401 0
0.24692244 1.6496003 1
-0.32210439 0.5345118 1
-1.4229101 1.1342957 0
2.4296474 0.86885348 1
-0.4389332 -0.96051816 0
1.499265 -0.99289873 0
0.88509174 -0.37226255 1
-0.40228117 -1.1130439 0
-0.11003684 -1.2077682 0
0.31821115 -0.86982053 0
1.2388896 0.34171706 0
-0.61475668 -0.96970976 0
0.2714156 0.38023669 1
-0.060496154 1.6483325 0
-0.50862182 0.91174573 0
0.30763504 -0.9128103 0
-1.1747689 0.1563696 1
1.0362311 0.81622514 0
-0.18233603 -1.5411344 0
0.048255471 0.86618456 0
-0.53628083 1.1284847 0
-0.33949205 0.80579451 1
-0.69801932 -0.72571163 1
0.25205636 0.25832135 1
1.1784885 0.39201343 0
-0.49502622 -1.1995934 0
0.032496895 -1.4626289 0
-1.2614497 -0.45689271 1
2.5732852 0.98866753 1
0.18914741 1.3523686 0
0.93375323 0.35789142 0
-0.1630115 -0.3978233 1
0.73531798 0.93153267 0
-1.4026345 0.24676342 1
-0.18430047 -0.031361099 1
0.054280431 -0.96718058 0
-0.0094786842 -0.33620457 1
0.94487543 0.23858005 1
1.703096 0.0022954126 0
0.0042542738 1.6062127 0
-1.0315936 -0.42186886 1
-0.38114647 -0.91736216 0
0.79606931 0.4230374 1
-0.4158682 0.24605903 1
-1.1584371 0.38121329 0
-0.25441338 -1.3678128 0
0.51791725 1.7036044 0
1.3768138 0.7485285 0
-0.5193045 -1.0036085 0
-1.0130221 1.0740901 0
-1.6252052 -1.3162054 1
-0.52612957 1.2575668 0
0.72540428 1.388772 0
1.6300357 -0.53913711 0
0.60571319 1.7730592 1
1.7718548 0.013033947 0
0.32444583 1.6826196 1
1.2264191 0.35388259 0
2.287906 1.2159662 1
1.022658 -0.7284184 1
1.8019505 0.75654605 0
0.25709324 0.15385129 1
0.75634158 -0.070902937 1
0.73384131 -0.21213736 1
0.36906011 0.49002706 1
0.93439404 0.31971488 0
-0.11537982 -0.71903365 0
-1.1139205 0.2757985 1
1.6639041 -0.40214613 0
1.4431028 -0.044702651 0
-0.77866457 0.67590478 1
-2.0627793 -0.3317099 0
0.71912184 0.75902247 0
1.2473821 -1.6190895 1
0.63186305 1.7397565 0
1.3558318 0.85991185 0
1.1633817 -0.7682682 1
0.19080324 -1.2941702 0
1.1234006 0.42207613 0
1.3247372 0.37648645 0
0.73182977 0.49323309 0
-0.60288979 1.3039526 0
0.82506744 -1.2837261 1
-0.26983022 0.011682575 1
-1.5101197 -1.3889775 1
-0.65427522 -0.99908337 0
0.18238432 -0.082291417 1
-0.87830659 0.65853511 0
-1.4308842 0.028125201 1
-0.8892943 -0.41712927 1
-1.0697604 1.3047622 0
0.90853964 0.52164023 0
0.15161554 1.5321037 0
-0.37479314 1.3646219 0
1.4715786 1.2056873 1
-0.40475632 -1.0897959 0
0.38064113 1.5523982 0
1.0382108 0.92958901 0
1.5026331 -0.37959914 0
-0.16837864 1.3204083 0
0.68249586 -0.14576636 0
0.17422786 1.9234744 0
0.24404625 -0.69023358 1
0.76778438 -1.2486052 1
0.21751182 -0.36819987 1
-0.59565821 -1.3346206 0
-0.16475809 -0.69712918 0
0.60266447 -0.10758606 1
0.71405076 -1.0823661 1
0.080901955 1.9267331 1
-2.095629 -0.60425704 1
-1.1057957 -0.35089139 1
0.5977166 0.85548263 0
-0.67213725 0.68287766 1
0.49661654 1.2656075 0
1.721224 -0.4481645 0
1.0635174 -0.69013866 1
0.28160332 -1.4316245 0
-0.11754511 1.6972679 1
-0.81148916 -1.2068009 0
-0.79112876 -1.4429387 0
-1.371774 0.96798921 0
1.2166894 0.24660781 0
0.94676871 -0.88766511 1
0.77766831 1.4427255 1
-2.0339367 -1.2328195 1
-0.59903828 1.4445649 0
-0.36428499 1.7012241 1
1.4903734 -1.5333536 1
-0.70416345 1.4604116 0
0.060419006 1.6438307 0
-0.40748461 0.60224667 1
1.6764151 0.11272453 0
0.472839 -1.1069479 1
0.63049781 -1.2279682 0
1.4514346 -0.25997384 0
-1.5941213 0.17639663 0
-2.2843001 -1.0189387 1
0.6556666 1.2454137 0
-0.18750928 -1.2685381 0
1.7987288 1.5313217 1
-0.24817125 0.51440854 1
-0.98383153 -0.8069236 0
-0.5939624 1.2436678 0
1.408437 0.31903141 0
0.42504658 0.045419968 1
-0.80619774 0.9412136 0
-0.95559755 -1.6133126 0
1.0320244 0.76559105 0
0.22488115 1.3410489 0
2.5206609 1.425754 1
-0.12734057 -1.3345422 0
1.7183325 -0.79296753 0
-1.3918166 -0.94282836 1
-0.63478153 1.9378933 1
-0.82657209 -0.5064629 1
0.16778227 0.34537578 1
2.8133603 1.3016674 1
-0.95866294 0.41044406 1
-1.1936422 -0.32780295 1
-0.26888451 1.3706909 0
0.68174384 1.5041216 0
-0.093620394 -1.2769701 0
-1.1584653 -1.0086926 0
0.42746274 1.7653683 1
-0.73250272 -1.3379734 0
-1.6512438 -2.045701 1
0.95168768 -1.8985627 1
-1.1222665 -0.29652057 1
0.98665943 0.2581968 0
2.416477 1.4956788 1
-1.1924542 -0.77427755 1
-0.67863775 0.53589127 1
0.28720823 -0.51657756 1
-1.8954482 0.10568194 1
-0.63942011 0.52192196 1
2.5944962 -1.1545609 0
2.7103145 1.3465977 1
0.45220082 -0.2038614 1
-0.73884241 0.57768688 1
0.70577926 1.378293 1
-0.62081305 -1.1164343 0
0.95310878 0.71885384 0
0.032883303 1.8782587 0
2.3638194 1.3306258 1
-0.66496033 1.6092653 0
1.4883153 0.38542239 0
-1.0282459 -0.35721758 1
-0.56581653 -1.6208099 0
-0.26107385 -1.2701788 0
1.0718366 0.61026294 0
-0.69297445 0.95267515 0
0.77022179 1.397783 0
0.94145181 -0.25390459 1
-1.1952115 0.91989098 0
-0.75682762 0.29839299 1
0.3857658 1.9150487 0
-0.74283366 0.68493613 1
0.83231728 -1.2944416 1
0.90289387 -1.1660809 1
0.85509773 0.95858131 0
1.4090635 -2.0938138 1
-0.7200443 0.18901932 1
-0.46815813 -0.20562946 1
-1.0663346 0.2563052 1
-0.3883719 -1.0847946 0
0.95592104 0.55830976 1
-0.8301546 -1.0781427 0
0.57194622 -0.81167462 1
1.1384305 -1.5726406 1
0.19352072 -1.2669998 0
-0.33740314 -1.4511233 0
-0.21401134 -1.2734889 0
-0.80026507 -0.28197612 1
0.8319618 0.44189899 0
0.91524584 0.6108518 0
0.61964849 -0.98624493 1
0.14348869 0.33748418 1
-1.3915822 -0.67970237 1
-2.021488 -0.79178584 1
0.12010357 -1.1176258 0
0.6782718 0.96093724 0
0.71020419 1.7029949 1
1.472614 0.57425383 0
0.81198995 0.70836318 0
-0.35820861 -1.022639 0
1.4622758 -0.11099346 0
1.9539517 -1.0241541 0
-2.0382645 -0.97792117 1
1.0318787 -0.20904184 0
-0.20062842 0.28726987 1
-1.3831827 0.09731074 1
-0.098679739 0.96598435 1
0.094088152 1.441594 0
1.8700236 1.1341057 1
-0.13465345 -1.1249985 0
-0.49404691 -1.2177388 0
0.51325681 0.74114915 0
-0.70200211 -0.81140615 0
0.48023292 -1.1519385 0
0.0087927004 1.4701807 0
-1.1392148 -0.49421583 1
0.83314179 -0.5926219 1
-0.14036023 -0.69367045 1
0.99566776 1.0394666 0
-0.72557965 -1.1681284 0
0.34134976 -1.321404 0
-1.7335075 0.5622169 0
-0.31401905 0.019413512 1
0.46268392 0.93524572 0
-2.8360574 -0.17708113 0
0.82326949 -0.24791016 1
1.2446633 1.4536024 1
-1.2432612 -0.35175978 1
0.4402033 -0.93584371 0
-1.3444576 0.80475499 0
-1.0117418 0.76773475 0
-0.026113214 -1.3766404 0
-0.64804309 -0.7132639 1
-0.29500945 -1.2243035 0
1.3727082 0.42776572 0
0.51759615 1.4063744 0
0.9604765 -0.90006793 1
-0.1367168 -1.3929712 0
0.8749452 -1.4685236 1
-0.078973499 0.22698382 1
-1.7017157 -0.5690908 1
-0.561689 -1.0126262 0
-0.47385061 -0.91088677 0
1.2897309 -0.65673151 1
0.72225681 0.3682116 0
0.77667703 0.31239868 0
0.30355306 1.6073243 0
0.52239636 1.4599533 0
1.2640031 1.2138543 1
1.1650349 0.44604922 0
-1.0218389 0.88303249 0
-0.087365032 -0.9480622 0
0.92368113 0.70124575 0
-1.0365825 1.0427955 0
-0.88535614 1.0539477 0
-0.11317513 2.132584 1
-1.871834 -1.1680345 1
1.1488861 0.63429093 0
1.0058818 -1.1193407 1
1.133771 1.3763022 1
-0.57240914 1.1601303 0
0.80118849 -0.63908805 1
-1.6731299 0.67211691 0
0.66014572 0.83503078 0
-0.96791233 -0.22641895 1
0.12090773 1.7222607 0
0.12330298 -1.2419657 0
1.1725684 -0.56652181 1
1.0738185 -1.3777358 1
0.38928446 -0.80439964 1
0.80872342 0.74065554 0
1.1213861 0.17327753 0
-0.052656246 -0.74585889 0
1.2352673 0.44117341 0
2.0530555 -0.1050856 0
0.8225284 -1.2052064 0
-1.3565784 -0.25794205 1
-0.43580443 1.4487695 0
-0.13567972 -1.4147773 0
-0.30890479 1.1626695 0
0.48395866 1.0357418 0
0.31428167 1.539862 0
0.15180667 -0.96385618 0
-0.71417964 -1.6531546 0
-0.075308424 0.26655876 1
0.99857828 0.81108423 0
1.3477612 0.67671761 0
-1.445872 -1.2226941 1
0.55048424 0.85704152 0
0.99532039 0.13051462 1
1.4470464 0.21063088 0
1.090011 -1.0975278 1
-0.077284006 -1.2189273 0
-0.87219998 0.25977966 1
-2.0014125 0.40346256 0
-1.436798 -0.77509124 1
-0.6639825 1.1830357 0
1.3129153 -1.0823226 1
0.17083244 -0.50222065 1
-1.1248475 0.49392304 0
-1.0204681 -1.4269196 0
0.91689909 0.52478556 0
-0.2391408 -0.61878662 0
0.94061695 -0.78898278 1
0.38769294 1.7176567 0
-0.21064611 -0.33391259 1
-0.70946482 -0.94241075 0
1.6198183 -0.018726334 0
-1.3408877 0.14602407 1
1.1191003 -1.2170775 1
-1.4191079 -0.074693162 1
-0.64253761 1.6846096 0
0.31590687 -0.60060169 1
-1.4778754 -0.29667247 1
-0.47745602 -1.2453198 0
-2.1093121 0.19263531 0
1.1723042 0.8681644 0
-0.35541348 1.2752506 0
0.65073082 -1.0813585 0
1.8476002 -0.37682105 0
0.9146278 1.1466514 0
-0.32177043 -1.1194312 0
1.3988173 0.43039546 0
0.86339162 0.76478784 0
0.17436073 -1.1054864 0
-0.56169354 -1.1159856 0
-0.96998806 -1.6030047 0
-0.017547181 -1.2140037 0
1.4722209 -0.057841687 0
1.1769659 -0.27665653 0
-0.46619374 -0.85070979 0
-0.28036533 -1.2976668 0
-1.858701 -0.97743741 1
-0.29795508 -0.82347543 0
-1.1305272 0.59979056 0
0.99070892 -1.1004072 1
0.037897685 -1.6385204 0
-1.3155062 -0.088026281 1
1.2188997 1.0366156 0
0.95981577 -0.52223873 1
1.114787 0.42773733 0
0.95466033 0.14154296 1
-1.1864713 0.81400384 0
0.63711254 1.5456371 1
1.3769059 -0.64491767 1
0.27593876 -0.21764969 1
0.5440838 -0.84207163 1
-1.678303 1.0776407 0
1.1484988 1.485121 1
0.3843473 2.1544067 0
-1.213003 0.91815742 0
-1.6902862 -0.17642581 1
1.1629342 0.65389844 0
0.89813301 -0.71896022 1
0.5599263 1.6965892 1
0.47075207 2.0290016 0
-0.75263027 -0.32138541 1
-0.38705961 0.10421048 1
1.3605097 -0.42544956 0
-0.24793893 -1.6891244 0
-1.3231198 -0.14623244 1
1.4634062 0.066503492 0
-0.41476355 0.46284232 1
1.194572 0.8117245 0
-1.1780553 -0.097782142 1
1.0997332 1.5756559 1
1.1290928 1.5061864 1
-1.0240329 -1.0111861 0
-0.60576635 -0.12933355 1
-1.4206218 0.27547372 0
1.3123471 0.20752117 0
0.37832021 0.98668673 0
-0.82403635 0.85813764 0
0.40358104 -1.0990397 0
-0.17738621 -1.4530084 0
-0.83555651 0.95856135 0
-0.29629813 0.53799465 1
-1.0386838 -1.2379702 0
-1.5528751 -1.0164642 1
0.82019663 -0.5143007 1
-0.99467995 -0.50660925 1
-1.5670518 0.62857567 0
1.6422374 1.5338937 1
0.26018891 1.9131829 0
-1.5271966 -1.0102436 1
-1.2702889 -0.27273409 1
-0.2960122 0.25464658 1
0.85622744 -1.109585 1
0.099121232 -1.0503058 0
-0.54300865 7.6151972e-05 1
-0.57720334 0.20624844 1
-1.0113415 -0.7706588 1
-1.1420747 0.91500743 0
1.0781346 1.358114 1
0.83317067 0.65292781 0
1.3913135 -0.3761889 0
-0.57882269 -0.74820693 1
-1.6162403 -1.1568253 1
-0.76672259 -1.2976713 0
-0.99536797 -0.93708522 0
-1.9787256 0.34463752 0
0.066169787 1.6206541 0
-1.1462671 -0.50789063 1
-0.36197227 -1.7030678 0
1.1457109 0.82382559 0
-0.82775445 -0.82041911 0
-0.64158982 -1.3495277 0
-0.27937688 -1.0620389 0
-1.945446 -0.15963767 1
0.64633497 -0.9318833 1
-1.6111558 -0.39005018 1
1.4538453 -0.50738794 0
-0.66524807 0.3570832 1
-0.39978808 -1.1502772 0
-0.63874565 -1.0382587 0
-0.1019196 -1.3064309 0
0.49063643 0.19355393 1
0.70093026 0.56424229 0
0.72433367 0.70575346 0
-1.6116305 -0.45096562 1
-0.54931744 1.0272243 0
-0.037035601 -1.3518494 0
0.46627674 0.28108423 1
2.7544469 1.4719528 1
-0.92100659 0.89383377 1
1.1940732 0.18979708 0
-1.5491176 0.38561702 0
-0.85316295 -1.1747721 0
0.068110837 -0.76037639 0
-1.870896 -1.0014425 1
1.3240446 -1.4762578 1
0.57552849 -0.34248576 1
-0.71061845 0.075946914 1
-0.17185989 -1.3134331 0
-1.7367638 0.36665342 0
-0.81315429 -0.66465688 1
-0.75834574 0.79356825 0
2.1632119 1.1594654 1
0.88325537 -1.0035712 1
-1.2674665 -0.70380562 1
0.052618648 -1.3137403 0
0.043107241 -0.019865622 1
0.39549399 0.42339717 1
1.6747284 -0.9781009 0
-1.5225771 -0.74014651 1
0.28077105 0.34345516 1
-0.90999586 -0.60712613 1
-0.37532326 -1.3886073 0
0.34356926 1.3833936 1
-0.88838279 -1.5856016 0
0.83759399 1.4999816 0
0.26161873 -0.67270249 0
1.0345155 0.25249798 1
-0.15171616 -0.66869545 0
-0.85198161 -0.59008342 1
-0.79814071 -1.2080651 0
0.96901754 0.92123913 0
-1.8830573 -0.45412026 1
-0.090559759 2.0119817 0
-0.24888978 0.50492747 1
-0.086766012 -1.3264459 0
0.711464 0.7866623 0
-1.6949771 0.61418147 0
0.48567582 1.0519843 0
0.41483474 -1.0030982 0
-0.38505847 -0.73358107 1
0.82375096 -0.67253382 1
-0.61972658 -0.98415592 0
-1.1917446 1.2271365 0
1.4694015 -0.31233377 1
0.1429617 0.84505588 0
-1.4908184 0.22779823 1
-0.58094676 -1.2704587 0
0.36496945 0.63249391 0
-0.79387558 1.2394152 0
-0.14502942 -1.3873356 0
-0.39053258 1.1028672 0
-0.91829173 -0.57786213 1
-1.5092593 -0.96642021 1
1.8983057 -0.056476672 0
0.47526114 -0.3806657 1
-0.49060194 1.2245445 0
-0.37358674 -1.0785662 0
-1.5101196 -0.27648353 1
0.26508053 -1.0559282 0
-0.42960205 -0.72160128 0
-1.5256554 -1.7234574 1
-0.73585401 -1.1407787 0
0.84442168 1.2156523 0
0.30137556 -1.2866265 0
0.59479269 0.54622944 1
0.21366468 -0.44985351 1
0.65099069 0.74423397 0
-0.34979871 -1.4857132 0
-0.86744386 1.0875435 0
-1.703403 -0.84476062 1
-1.0629505 0.66516051 0
0.59931337 1.1351066 0
1.2261669 -1.3964249 1
-0.77864434 -1.1439363 0
-1.3122896 0.46261886 0
-0.23444094 -0.97379565 0
-0.95227334 0.00043228017 1
-0.74730865 0.46827917 1
0.70904733 0.87164197 0
0.17466338 -0.34472057 1
0.34110479 -1.4284198 0
-0.97363482 1.0495193 0
1.7763918 0.27177543 0
0.36970921 -0.0512557 1
0.08985571 -1.0867887 0
-0.34131899 0.062077234 1
0.95266693 -1.2980808 1
-1.520326 -1.2274238 1
-0.48579829 -1.5277966 0
-0.86551866 0.75115099 0
0.2504041 0.46599769 1
0.61387661 -1.4648958 0
-1.7868681 -1.4577458 1
-1.0993023 0.41850281 1
1.0694359 0.64640373 0
-0.033872742 -1.6615271 0
-1.0001396 -1.2248662 0
-0.59889871 -0.96495931 0
0.25269535 -1.3046966 0
0.59815377 0.48399693 0
0.49587027 -0.61414027 1
-1.0190881 -0.30452551 1
1.1157234 -0.75564701 1
0.13985098 -0.79996352 0
-0.52909742 -0.35692332 1
0.37405534 -1.3886817 0
-0.093121224 1.5208468 0
-1.5049458 0.28241166 1
0.094915875 -1.5594661 0
1.2239682 0.54097907 0
-0.057392097 -0.20845907 1
0.057795764 -1.3176969 0
-2.3736195 -0.010002369 0
1.2187712 -1.5772043 1
1.1711221 0.40711223 0
-0.73369318 -1.0949884 0
-1.5372738 0.50261172 0
-0.32399499 -1.0266486 0
-0.18764402 -0.99782746 0
-0.068476387 0.93089307 0
0.67170286 1.5720638 0
1.2523528 -0.35041544 0
-0.72443996 -0.97265751 0
-0.90078084 -1.5592803 0
1.442793 -1.524798 1
1.1366413 0.14804891 0
0.55068811 0.92144188 0
1.3750479 0.87725856 0
0.74309534 -1.0072389 1
-0.51615617 0.83083108 1
0.21765298 1.3219024 0
-0.0029395697 0.51293875 1
-0.7999401 -1.3762456 0
1.7099896 0.021693282 0
-1.2812612 -1.069916 1
0.52693139 1.1840468 0
-1.1724863 0.58567304 0
0.41401937 0.14139927 1
-1.1369774 1.1613947 0
-0.9813517 -1.0416515 0
0.45760189 -0.15710543 1
-1.290573 -1.025612 1
0.80484233 -0.23684258 1
-0.054685394 -1.0584415 0
0.00072530454 -0.036641242 1
0.42385883 0.053306536 1
-1.207726 -0.78466513 1
0.51249907 -0.49047205 1
0.072644961 -1.3121497 0
0.32485861 0.21277622 1
-0.02722585 1.8638778 1
0.61717186 1.3436807 1
0.55191059 -1.0737601 1
1.0099746 -0.43667584 1
-1.7742721 1.0147883 0
-0.85261893 -0.25387828 1
-1.4377672 0.09193108 1
1.1027428 0.25324088 0
0.27501335 -0.20205255 1
1.3269926 0.82465962 0
-0.28695903 -0.72594655 1
1.5420853 -0.33559917 0
-0.53080287 -1.2671274 0
-1.3126053 -0.49829279 1
1.4502565 0.22881165 0
1.0311114 1.2930328 0
-2.1118612 -1.4534853 1
-2.0675256 0.031802872 0
-0.29039885 0.69996075 1
0.19456732 -1.2741847 0
-0.75611642 -0.94340237 0
0.09836692 0.62857462 1
1.7840369 1.0050511 1
0.023812077 0.083567513 1
0.72563201 -0.62551773 1
-0.98936294 0.4795901 0
1.3288772 1.5076484 1
1.195141 0.29791752 0
1.4612621 -1.0604665 1
-1.0172733 0.89854299 1
0.010702891 0.025801816 1
-1.0652315 0.045646469 1
-1.0783414 -1.1730694 0
-0.87615458 0.23214436 1
-0.3341837 0.18012866 1
-0.43702449 -0.78911947 0
2.0551439 1.1162533 1
0.009206279 -0.0083866972 1
2.4637855 1.2255095 1
0.52359788 0.28270722 1
-0.26684785 1.366439 0
-0.046066451 1.648562 0
0.57518916 -0.18991419 1
-1.159945 -0.28474505 1
-1.5072747 -1.1613967 1
-0.041106728 0.31997547 1
1.0139898 0.55484403 0
-0.79127914 -1.428747 0
-1.1481853 -0.54537872 1
-0.80829642 -1.5007513 0
-0.037298424 -1.3156817 0
-0.97186316 -1.0778826 1
-1.5045118 -1.1402509 1
0.43929603 1.4992398 0
0.38029326 -1.3477244 0
0.38074815 1.6145047 1
0.032046915 -1.5014862 0
-0.076688985 0.0001684655 1
0.8037892 0.60038546 0
0.68870062 -0.50638875 1
0.90380354 0.97019943 0
0.17103524 1.5881992 1
0.02093402 -0.97303785 0
-0.32705405 0.61158632 1
0.92147827 0.30000421 0
-0.11385338 -1.4967296 0
1.877877 -0.36846613 0
-0.61408155 -1.4252711 0
0.6103933 0.48826356 0
0.62708065 -0.062879122 1
-1.6651299 -1.2567454 1
0.42046004 1.0955522 0
-1.3377018 0.53990324 0
-1.4628706 0.65671182 0
-0.86202936 -0.061292324 1
0.949611 -0.02972978 1
-1.3997713 0.47497941 0
-1.1355552 0.033747858 1
-2.1430257 -0.47579202 1
0.81871635 0.54567215 0
-0.60669742 -1.5973866 0
-1.248087 -0.68908406 1
-0.64396305 -0.77968263 0
-1.1869232 -0.97569561 0
-0.5325498 1.216977 0
-1.2444733 -0.49745029 1
0.16027767 -1.4047891 0
1.0859557 0.81163916 0
1.0764472 0.68334705 0
-0.94660246 0.44471603 1
-0.41115153 0.72703606 1
0.53372602 2.1530887 0
-0.45332523 -0.073661158 1
1.3829639 1.2663483 0
0.66098705 1.1962997 0
0.74022848 1.5349316 1
2.3683181 1.1388538 1
2.1260987 1.1564698 1
0.42237062 -0.93408859 1
-1.6438619 -0.96205828 1
0.58741252 0.033119638 1
-0.12366707 -1.2682052 0
0.51953683 1.254969 0
1.2603804 -1.2536337 1
-1.7764972 0.81898752 0
0.30897811 -0.17512532 1
1.3094927 0.62757375 0
-0.52840321 -1.2334317 0
-0.25482104 0.38661792 1
1.1330638 -0.54111804 1
-0.868735 0.62503052 0
-1.5167816 -1.3985609 1
0.62866622 -0.61680695 1
1.2105902 -0.13178498 0
-1.5760965 0.5877672 0
-0.53908598 0.6481397 1
-1.6360766 -1.0451033 1
0.97620972 1.2357852 0
-1.2301473 -0.33570347 1
1.420004 -0.6969679 1
0.87073253 1.2889634 0
-0.71090519 0.46541623 1
0.40477075 1.9309818 0
0.05836238 -0.63751771 1
-0.84684535 -0.21282899 1
-0.21764055 -1.6298605 0
0.29878864 1.5189892 0
1.1921305 0.59449016 0
-0.77962119 -1.5155512 0
-0.12176385 -1.1422207 0
-1.3889671 -0.4507695 1
-0.89954895 0.85829959 0
1.9848836 0.41683553 0
-0.51069703 -0.73367161 0
1.4231399 1.4929893 1
0.096678985 -1.4047183 0
-1.4515531 -1.2900661 1
-0.31551583 -1.3630479 0
-0.76883017 -1.4617039 0
0.92253785 0.1660436 1
-0.61322837 1.0981508 0
-1.514332 -0.24799823 1
-0.36579271 -1.5176868 0
-0.52943456 -1.2174594 0
-0.79457683 1.1717793 0
-0.4142785 -1.2797325 0
1.385655 -0.49794151 0
-0.55817998 -1.7296611 0
-1.2997493 0.46884871 0
-0.78637271 -0.63969524 1
-0.22754122 -1.059833 0
1.5652808 -0.90898086 1
-0.19973801 1.7355704 1
0.51385523 0.71482486 0
-0.020747834 -1.1396535 0
0.56808941 0.24408015 0
-0.74843792 -0.033999385 1
2.1670838 0.92575444 1
-0.58432143 0.093727702 1
1.1784455 -0.033509792 0
-0.055358183 -1.284802 0
-1.4504652 0.37741509 0
1.4867738 -0.88571155 0
0.81798625 0.84490144 0
-1.0243379 -0.46919219 1
-1.5201223 0.65951816 0
1.160627 -1.0803973 1
2.4309412 1.3089831 1
-0.16850338 -0.60139542 1
-0.59100465 -1.078172 0
1.0331367 0.2795607 0
0.043186797 -1.3918016 0
0.14795201 1.2632951 0
0.32818784 1.7062293 1
1.2915996 0.64376876 0
-1.0422929 -1.0733163 0
0.089297464 -1.0994917 0
-1.7359204 0.25421492 0
0.7619478 0.12493597 1
-0.14789293 1.6027697 0
0.93916694 -0.35129503 1
-0.63683898 0.9421875 1
0.088548267 -1.2211847 0
0.27092984 -1.2845955 0
0.21002411 2.183598 0
-1.7940855 -0.95391606 1
-1.0050664 -1.2855473 0
-0.85491925 1.4420706 0
0.84659381 1.3957369 0
-0.59251151 -1.5763956 0
-0.048186156 1.5192789 0
0.29904559 1.4940565 0
1.8041418 -1.0015761 0
0.75336088 1.8882095 1
0.24424543 1.8366345 1
-0.25870739 1.3374132 0
1.5235184 -0.84975989 1
0.32053014 0.39347115 1
-1.5955053 -1.4352719 1
-0.66499037 -1.0388092 0
-1.4339739 0.24484936 0
-0.33555916 0.18229981 1
-0.15546343 -1.0316712 0
0.44379596 1.9929597 0
-1.3045287 -1.1660384 1
0.84268503 0.63423025 0
0.44404079 1.1436569 0
-0.4181057 -1.2566791 0
-1.2223105 -0.67974678 1
-0.022161228 -0.20249943 1
-1.024655 1.5268136 0
-0.040644594 2.0916537 0
0.60396429 1.0273918 0
0.24422175 1.4212735 0
1.1792066 0.76610649 0
1.3495813 -0.17671312 0
0.12318493 -1.6199679 0
-1.0580674 -0.88104644 0
-1.00214 -0.88485315 0
-0.84959625 0.96275608 0
2.073338 1.2125656 1
-0.32547444 0.38809884 1
-1.2232937 -0.11851908 1
0.77913314 -0.81452349 1
1.0146607 1.2082982 1
0.096770161 -0.22540402 1
0.66669581 -1.0110696 1
0.60335725 1.8027601 1
0.53581095 0.92112695 0
-0.95765681 0.5360358 0
1.2491199 0.79390931 0
-0.69539949 1.084256 0
1.5201655 0.40935224 0
0.13323635 -0.56790257 1
0.0056379921 -1.1439774 0
-0.12797437 -1.1410435 0
-1.8514231 0.54478935 0
-1.1537757 0.58736602 0
2.2156711 -2.0360975 0
-1.0169341 -0.1460993 1
0.83467056 -0.013739661 0
1.5844884 -0.46781526 0
0.0090047678 0.92818198 1
-0.45660369 -0.32161342 1
1.5485401 0.48165066 0
-0.0069750617 -1.1511624 0
1.2770669 -0.58842257 0
1.226815 -2.1991384 1
1.193913 -0.31887936 1
-1.8173268 -0.70496926 1
-0.41165656 -0.68893372 0
-0.92613411 0.91568986 0
1.0676924 0.66756312 0
-0.63582937 1.7209788 0
-0.82358535 -0.47125031 1
-1.7514923 0.72173681 0
-1.1104164 1.1031114 0
0.83028263 0.69230298 0
-0.20945968 0.34461885 1
-0.82792515 -0.83935738 0
0.38809228 0.48427256 1
1.0672267 0.57255509 0
-1.3085531 0.070753266 1
-1.2275879 -0.80588086 1
-1.0136692 -0.36316483 1
0.47946158 1.4765901 0
1.2698392 0.43265782 0
0.019352773 -1.1257543 0
-1.9403297 -1.609542 1
-0.81126141 -1.3502053 0
0.31337345 0.18863632 1
0.37136677 -1.2271166 0
0.70720957 0.94767162 0
-1.1904953 -0.93933794 0
0.14106277 0.094668901 1
-0.88974468 -1.1793726 1
-0.35333247 1.9804942 1
-1.432871 -1.1822877 1
-0.57261839 -0.78913546 1
-1.0922174 0.531328 0
0.27190363 -1.1230653 0
0.00051932684 0.28219834 1
0.58588634 -0.2730099 1
0.82726247 0.75499892 0
-0.21878571 0.1280971 1
0.83620992 0.84935099 0
0.28078601 -0.39982461 1
-1.1925185 -0.5294742 1
0.31180099 -1.2267495 0
-0.81273619 -1.2337106 0
-0.34093356 -0.035789155 1
-1.5394823 0.64274203 0
-1.0058313 -0.090822288 1
0.32114364 0.2991283 1
-0.48785083 -1.3062487 0
-0.31765663 0.31721543 1
-0.087401014 -1.0735126 0
1.4040695 0.37726459 0
-0.87447355 0.71921108 1
0.50117983 0.055262894 1
0.91641388 0.144418 1
0.023488319 -0.17987047 1
-1.4826789 -0.68204823 1
-0.23001172 1.9998558 1
0.79203944 0.9877251 0
0.85912295 -0.95174218 1
-0.55098052 0.28755008 1
1.9429819 -0.64970633 0
1.5920377 -0.11066263 0
0.73133609 1.3073185 0
0.35743139 0.64671947 0
-1.7597985 -1.3321354 1
0.055823285 1.8751319 0
-0.96907464 1.0243359 0
-1.3106988 -1.1078537 1
1.1468096 0.56450918 0
-0.62518803 -1.1417698 0
-1.5128556 0.34808385 1
1.3182998 0.21765436 0
2.4405192 1.3708099 1
1.9433676 1.249663 1
-0.95050656 0.53251465 0
-0.47060992 -0.91881738 0
1.1151658 -0.44715677 1
-1.7696151 -0.59214403 1
0.56042548 -1.054959 0
0.39321228 1.6378191 0
0.51054686 -0.77291776 1
1.6635531 -0.38406192 0
-0.24219795 -1.4697242 0
-0.71073862 0.95999274 0
0.94829904 1.411079 0
0.09194728 -0.15400881 1
-0.5197159 1.354993 0
-1.6720417 -0.26622723 1
-0.6247805 1.1362629 0
0.63606578 1.33824 1
1.1409868 -0.28598446 1
1.915386 0.042861379 0
1.3336565 -0.70396714 0
-0.6871798 -0.45771139 1
0.10223548 -1.0321454 0
0.78557601 0.94525814 0
-1.1886594 -1.1430488 1
-1.2528916 -1.0961397 0
0.060769114 -1.2310779 0
-0.62556027 -1.1809969 0
0.50180584 -0.53641584 1
0.053827936 -1.0134204 0
0.97956391 -0.043939977 1
-0.0237605 0.00040723882 1
0.44021599 0.3985621 1
-0.71046254 0.46541942 1
1.2465277 -0.11837279 0
0.47699903 1.8266253 0
0.9975923 0.3701896 0
1.4225875 -1.0997663 1
1.0190829 -0.54921714 1
-0.94602431 1.0165137 0
-1.7663845 -0.92289519 1
1.3160966 -0.61578559 1
-0.76136256 0.37323401 1
1.24382 0.60810672 0
1.3754027 -1.3613879 1
-1.6002037 0.63189103 0
0.16906079 1.8634212 1
-0.63350793 1.64595 0
0.6157975 1.7710159 1
-1.4457129 -0.20338754 1
-0.29828645 -1.2553683 0
-0.23868145 -1.16787 0
0.87768746 -0.85603362 1
-0.78304856 -1.3327709 0
-0.7951485 -1.4250948 0
-1.4090554 -1.0203471 1
-0.98688233 -0.73466502 1
1.5149081 -0.35509548 0
-0.014510074 -1.1517631 0
-1.4178823 -1.2844274 1
1.4578109 0.037283884 0
0.67108497 0.18072307 1
-0.13501472 0.13611288 1
-0.31959776 0.70721976 1
0.58204681 0.23211922 0
0.17930394 1.8667893 0
1.0713653 0.45673409 0
-1.5126732 -0.2702047 1
-0.16550433 -0.98582277 0
-0.21364064 1.7558953 0
0.58963493 -0.79570549 1
-0.37905042 -1.5993821 0
0.29012653 0.59125541 0
0.95181555 0.61551853 0
-0.18694776 -1.3825517 0
-1.5817161 -1.2545729 1
-0.74923572 0.010089513 1
-1.702636 -1.1582253 1
0.51341681 1.4953627 0
-0.97844241 -1.0513724 1
0.22625348 -1.3845616 0
0.61713613 1.1060727 0
0.47217592 0.28943619 1
-1.2337065 -1.1499028 1
1.1156804 1.0072963 0
0.67987481 0.73917211 0
0.73922974 0.67334611 0
-0.39633159 -1.4512846 0
-0.047631559 -1.2362172 0
-1.4448928 -0.074627109 1
2.3230181 1.3237686 1
1.0538207 -0.36193322 1
1.0494568 -1.0524299 1
0.073679297 0.12377308 1
1.7724777 0.10876227 0
0.24701161 0.40997387 1
0.14009383 1.2460932 0
-1.5671894 -0.20482743 1
1.8903905 1.3432608 1
-0.27538264 1.5181851 1
1.3640778 -0.4119346 0
-0.49910105 -0.24084465 1
0.46477941 -1.2579646 0
-0.99369484 1.1416417 0
1.1928556 -0.40417181 0
-0.75413663 1.1911502 0
0.13917868 -0.7615199 0
-0.15346216 1.9689246 1
-0.61278851 0.77520496 1
0.15853375 0.58576666 1
-1.3761602 0.67822064 0
0.52053748 0.55984601 1
-1.0689047 -1.1107063 1
0.52557096 1.4752495 0
-0.60961831 -0.30589637 1
1.1371084 0.64652656 0
-1.2033913 0.93202193 0
-1.1181363 0.58868882 1
0.24464778 -0.68073713 0
-1.7168971 0.14227501 1
-0.92717462 -0.40566629 1
0.66116007 -0.19896742 1
-1.2838223 -0.25858508 1
0.090947993 -1.3949128 0
0.28257438 0.39424831 1
-1.6394368 -0.1208036 1
0.97431904 0.51213482 0
0.69484639 0.65135526 0
-0.49727758 -1.2929526 0
0.023619704 -1.067118 0
0.13174886 1.99729 0
0.30087577 -1.1722926 0
-0.072349244 -0.42815014 1
-1.5299253 0.65801663 0
1.4869489 -0.15570816 0
2.0028221 1.2838173 1
-0.38250886 -1.2581329 0
-0.45187411 0.52422194 1
-0.71245622 -1.0981686 0
-0.14725975 1.8523957 0
0.028519 1.721494 1
0.47822845 0.46016097 1
-0.84251391 -1.0797396 0
-0.81467859 0.33383274 1
-0.9141092 1.0666884 0
0.13652785 -0.86213291 0
-0.1925302 -0.28837797 1
-1.9394376 0.59815967 0
-1.3721501 -0.90388953 1
1.0941694 -0.64317056 1
0.28354965 1.8606881 0
0.23363116 -0.82220623 1
-0.10069739 -0.76510802 0
-0.28225781 1.782443 1
0.91322088 -0.31776048 1
-0.26784339 0.75028707 1
1.2564032 -2.3859373 1
1.1781566 -0.33472497 1
0.83441418 1.2357637 0
0.52168277 1.3559593 1
-0.63371303 -0.9685843 0
-1.1914098 0.30862044 0
-1.7936397 -0.072769308 1
2.0394702 -0.46169425 0
1.184774 1.4878177 0
-0.030515084 -1.0939603 0
0.85585315 0.66882571 0
1.3664774 -0.64291752 0
0.27101682 0.059516226 1
0.33441721 1.0439636 0
-0.76284117 -0.57301585 1
-0.025532855 -1.2996304 0
-0.07396796 1.9679567 1
1.4391669 0.27597727 0
-1.2498492 0.51183912 1
0.25821632 0.48178973 1
-0.86879376 1.3801561 0
-1.1031362 0.32163999 1
-1.3407074 -1.0475686 1
-0.9796987 -1.4864316 0
0.26037434 -0.54012122 1
1.2234096 -0.34454435 0
1.1556424 1.478304 1
-0.8949546 -1.0666916 1
-1.7772159 -0.37829675 1
2.0627005 -0.48153977 0
0.19837969 -1.1882327 0
-1.0713649 -0.61608719 1
1.487839 -0.0077908738 0
-0.36874368 0.69156748 1
1.2094013 1.281082 0
-0.67225152 -0.60109518 0
0.34685453 -0.24188189 1
0.44023972 1.1569716 0
-0.66464299 1.2275849 0
0.52144318 -1.0420157 0
-0.51118064 1.496393 0
-0.88563718 -1.2681405 0
1.3762817 1.2512949 1
-0.19231732 1.6567074 0
-1.0271799 1.3081782 0
-0.47282871 0.084994314 1
-1.1333847 0.92782279 0
0.40487817 -0.55507377 1
2.0333319 -0.42684694 0
-0.76199901 -1.1072508 0
0.43471191 1.307098 1
0.75833612 -1.4517364 0
-0.50708862 0.68971169 1
-1.2543959 0.4787606 0
-0.81929447 -1.2074659 0
-0.91620028 0.3971291 1
-1.1889214 1.1368868 0
-0.51594126 -0.93479275 0
0.62510213 1.6701442 0
1.199195 -0.75352406 1
1.3903524 -0.21839927 0
-0.12861172 -0.060979384 1
-0.65232939 -1.1043033 0
0.10354266 -1.0442344 0
0.15260766 -0.8746937 1
-0.6167353 1.614926 0
1.2627313 -0.25042869 0
-1.4247329 0.82983415 0
-1.466293 -0.81675976 1
1.3183975 0.092754492 0
-0.53582593 -0.81398183 0
-0.39096665 1.0288606 0
-0.90228645 -0.35998776 1
0.012479998 -0.66459925 0
1.4742261 -1.4437696 1
-0.4774551 0.67598634 1
-0.47890714 0.071929299 1
0.10070963 0.88078096 1
0.17089558 2.1086918 1
0.51392568 1.2691828 0
1.0544013 0.40943519 0
0.52702702 -1.1275803 0
-0.026910409 0.95789504 1
1.2558518 -0.18072487 1
-0.36899241 -1.1416183 0
1.2886219 0.2828678 0
-1.0365044 -0.13068293 1
-1.1242389 1.1025727 0
-0.18445655 -1.4029138 0
0.93078489 0.78344864 0
-1.2078309 -0.93448292 0
0.16846474 1.7039336 0
-0.06013596 2.0415944 1
-0.022745679 0.16322233 1
-1.3062488 0.11752717 1
-0.50838605 -0.71471127 1
1.3446576 1.4392102 1
0.39979953 1.6799371 1
1.7449007 -0.14261 0
-1.2401035 -0.71970868 1
-0.024659537 -1.4955493 0
0.49499855 1.5434197 0
0.55060117 1.4767422 0
0.42610432 0.19381294 1
1.6447429 -0.60539106 0
-0.72778235 -0.76030425 1
0.55343329 -0.81686217 1
-1.0364976 1.3322997 0
0.29540821 -1.3638668 0
1.4321794 -0.36630554 0
0.44572296 -1.0716405 0
-0.73368715 0.88148037 0
0.4084152 0.017901182 1
0.069982685 1.7030407 0
1.2002028 -0.94401607 1
0.30133828 -0.92802491 0
-0.48735592 -1.1324172 0
-0.85649295 -1.3066158 0
0.80329114 1.354566 0
-0.17105005 0.010464785 1
-0.37573484 -0.97481747 0
-0.8362056 -0.64989802 1
0.73703791 -0.18313105 1
-1.2068277 1.2679421 0
-1.12103 -1.1975969 0
0.3828145 -0.98722167 0
0.74497679 0.36585566 0
-1.7046687 0.42235892 0
-1.5472419 -0.61019776 1
0.0045320881 1.467467 0
0.52693454 0.50983306 1
1.370207 -0.80045018 1
-0.87695016 0.26338972 1
-1.195056 0.65889145 0
0.55206488 -0.24391744 1
0.67318583 0.17192235 1
0.41786417 0.61628371 1
0.4064505 -0.70707511 1
-0.96104389 0.75479833 0
-1.1166676 0.57648693 0
-1.8184146 -0.84740592 1
0.51428973 1.5242761 0
-0.49156609 0.12411259 1
0.6898272 1.5699836 0
-1.3779038 -0.32022789 1
1.9707257 -0.77202719 0
0.16324358 -1.314943 0
1.5179326 -1.3389576 1
-0.41105011 -1.2986975 0
0.17273127 -0.42810974 1
-0.23604452 1.4386005 0
1.0483634 0.39669533 0
2.4654932 1.1176018 1
0.82615891 1.4188182 0
-0.53940585 -1.3904763 0
-1.5293572 0.39005131 0
-1.0333748 -1.0923034 0
0.55209606 0.94167347 0
-0.93550123 1.8103887 0
-1.939348 -0.27272006 1
1.2394109 0.80902881 0
-0.5323885 -1.1689873 0
0.15724303 -0.65195886 1
-1.4751447 0.73971064 0
-1.036298 0.62127294 0
1.3420803 -1.8044888 1
-1.9589964 -0.44156597 1
0.11534007 -0.44330877 1
-1.6876725 -0.5416812 1
-1.0981314 -1.2412562 0
0.23457599 1.4837959 1
-0.21243179 -1.1801418 0
-1.7828037 -0.49106822 1
-0.30283585 -0.88330502 0
-1.0970522 0.73718344 0
-1.0246283 0.84891068 0
0.55740382 1.3800489 0
-1.0758131 1.3063581 0
0.03431078 -1.1793403 0
-0.3772399 0.60723737 1
1.8099888 -0.21758501 0
0.20169583 -1.1730695 0
-1.6799051 0.39756251 0
0.67465866 -1.5303955 0
0.29503161 -0.27347636 1
-0.24119107 0.77424433 1
0.70449007 -0.90958991 1
-0.27550025 -1.1920849 0
0.47900447 -0.82093635 0
-1.7791377 -1.489545 1
-0.17112682 1.6797096 1
-0.62813414 -0.26708538 1
1.0011256 0.284854 1
-0.5899438 -1.2335978 0
0.48428731 -1.2998622 0
-1.3614145 -0.32397392 1
-0.46716216 -0.94462633 0
0.32272571 -0.79636309 1
1.6187711 -0.13053079 0
-1.8138046 -0.99353969 1
0.29803841 0.50916296 1
0.71488002 1.3028225 0
-0.58273156 -1.053767 0
-0.43942562 1.3704175 0
0.29980863 -1.1789479 0
-0.77937393 -1.0398166 0
-0.87162904 -0.46069084 1
0.40856326 1.4455372 0
-0.17838336 -1.1497699 0
0.71201873 1.4855345 1
0.20905544 -0.45538967 1
0.54384915 1.6343426 1
-1.0633934 -1.0668127 0
0.032810278 1.2171124 0
1.2562322 0.30535748 0
-0.80722276 0.99181474 0
1.3300808 1.4198436 1
0.21564415 1.9635999 1
1.6024907 0.0486506 0
0.4074398 1.66808 1
2.373848 1.0733991 1
0.93338694 1.2084915 0
-1.8055509 0.075791105 1
0.99489066 0.5016848 0
-1.222125 0.17690361 1
0.97604401 -1.5270887 1
0.4874027 -0.12961837 1
1.18037 0.08188625 0
0.3873986 -0.79824312 0
-0.26351065 -0.76838063 1
0.89698733 0.74243942 0
-0.83205575 -1.3277694 0
1.1440093 0.86602399 0
1.3083391 -1.8063924 1
-0.98339622 1.1047183 0
-0.0051480898 1.749641 0
0.48425875 1.0406753 0
-0.63897497 -0.93788231 0
-0.43939737 -0.88370612 1
-0.42717152 -0.48549482 1
-0.012041772 1.4161138 0
2.000245 1.7087847 1
-1.5173392 0.946125 0
-1.2067935 1.1882663 0
-0.59538009 -0.65056406 1
-0.56049929 -1.4059978 0
-1.2445334 1.1372395 0
0.085190801 -0.85225219 0
-0.85884769 0.88534895 0
0.95725029 -0.57214969 1
-0.58215682 -0.58690737 1
0.12615698 -0.8647897 0
0.45537937 -0.86888737 1
0.99329223 0.39668097 1
0.28883025 1.0065182 0
-1.6896198 -1.1391181 1
1.1744808 1.2757865 0
-1.2033937 0.40042188 1
-0.56594863 -1.3299239 0
1.3286848 -0.77383783 1
0.92314342 0.93282464 0
0.15974876 -0.61581486 1
-1.2627964 -0.51462161 1
-0.96372193 0.10829469 1
-0.38087628 -0.9585949 0
-0.51568065 -0.91950395 1
0.78580584 0.85881017 0
-0.34658772 0.57421442 1
-0.52429359 -0.85662438 0
-0.9411911 0.9759726 0
1.0077089 0.44554903 0
-0.50747987 1.8929722 0
0.83289277 -0.056471493 1
-0.99502524 -1.3898789 0
-0.28843506 0.38531518 1
-0.20096902 0.59584592 1
0.45053569 -0.0083273182 1
-0.43168233 1.1333061 0
0.3474644 0.41427271 1
-0.75306344 1.1793468 0
1.634711 -2.1571567 1
1.0808109 0.37752792 0
-0.45128591 1.6998916 0
1.4706019 1.3945707 1
-0.2873223 -1.0678853 0
-0.28402346 -1.0173634 0
0.40759528 0.067286084 1
1.2629708 0.090349086 0
-1.0677234 -0.70920236 1
-0.1831628 1.1455403 0
0.60238434 1.0622256 0
-0.70048387 -1.2494053 0
-1.6344948 0.52418123 0
1.8384422 1.1792228 1
0.25382075 -0.86215369 0
1.1456213 0.24266504 0
1.2184984 -0.36142971 1
-0.94451334 -0.63878768 1
-0.38957207 -1.0106003 0
-0.64709654 -1.218543 0
-0.13767582 0.42452147 1
1.0684249 -0.043271783 0
0.84521495 0.0071390462 1
-0.7677372 -1.0354309 0
-0.26932576 -1.4685818 0
0.67453779 0.6667372 0
0.56196764 0.17169085 1
-0.65600591 -0.33392866 1
-0.68938389 -1.4540009 0
-0.17627077 -0.20690601 1
-0.23441774 -0.65611103 1
-0.60525221 -1.5185399 0
-0.59911445 1.2469149 0
-0.62086789 1.1645306 0
-0.9539838 0.84826408 0
0.28705699 1.4509046 1
1.2926823 0.67749154 0
-0.28541775 1.3862633 0
1.6816353 -0.32026158 0
-0.9300464 -0.50239079 1
-1.6398238 -1.159671 1
1.3476421 1.3276805 1
0.76903571 0.85467204 0
-0.17452967 -0.94553595 0
-1.5753297 0.27239705 0
-0.033840081 1.5222097 0
0.61714866 -0.58493915 1
-1.4616264 0.082910588 1
1.3469513 1.2135765 1
0.28632779 1.2288456 0
-0.11751727 -1.2580014 0
-0.48175314 -0.4852588 1
0.66141772 0.01469124 1
0.60406147 -0.70942097 1
0.68256057 -0.034663401 1
-0.31398162 -0.98440874 0
-0.081444937 2.1770613 1
0.47812432 1.3090777 1
1.5438839 -0.2602115 0
-1.5373721 -0.64060573 1
0.33133469 0.18470324 1
-0.49628293 1.0287994 0
0.084350586 1.7235214 1
-1.7045924 -0.55356329 1
-0.78079897 -0.11323788 1
0.66312073 1.6951448 0
0.0066515562 0.011805237 1
0.90232251 -1.0781617 1
-0.015952787 -0.44751355 1
-0.91802533 1.1332032 0
-0.27915715 -0.092767801 1
-0.98358899 1.0268157 0
-0.43431597 2.2393845 0
-0.64000836 -0.23772762 1
-1.337431 0.59485264 0
-1.4103714 -0.85583491 1
-0.83432525 -1.3595516 0
-0.43597654 -0.9536391 0
-0.79115983 -1.2550146 0
0.91156241 2.0952983 0
0.86690699 0.80993428 0
-0.87961711 -1.2727577 0
0.054472596 2.0028033 0
0.92059405 1.1185957 1
-0.62521844 -0.67524148 0
-0.53170718 0.18127109 1
-0.3017544 -1.2202985 0
-1.6617502 0.74962053 0
0.36964399 1.0337226 0
0.70031013 1.141443 0
0.61506162 0.5575504 0
0.13557641 1.4607795 1
-0.90355235 -0.20256554 1
0.82231394 0.5009636 0
-1.1407597 0.69306769 0
-1.5148773 0.21278577 1
0.94767091 0.98510477 0
-1.3331309 -0.86096257 1
0.3637065 -0.26942671 1
0.12129036 1.6310168 0
0.58355978 0.67857974 0
0.14333069 0.26251992 1
-1.2231105 0.083577928 1
-0.41924473 1.4039819 0
-0.26488388 1.2840369 0
0.61366945 -0.70501003 1
-1.8075561 -0.54318427 1
0.4864801 0.99082865 0
1.4675934 -0.083895221 0
0.17710611 0.73113684 1
-1.0162916 0.6186833 0
-0.84310118 -1.142282 0
0.91705072 0.23087596 0
-0.061473629 0.2986348 1
1.6273676 -0.43026768 0
1.0068888 -0.74326367 1
-1.7498108 0.31768774 0
-0.53940744 0.29165928 1
-0.71148634 -1.1295287 0
-1.0962064 1.1633559 0
-1.8895399 -1.1637916 1
-0.5357525 1.0475619 0
1.1905218 -1.6729526 1
1.4460989 -0.18842303 0
-1.0088332 0.35660421 1
-0.42182124 -0.24074847 1
0.9736514 0.89797301 0
-0.99599919 -0.98434385 1
1.8677342 -1.1578989 0
-1.0861382 0.43736534 1
-0.85620372 -0.23465501 1
0.40838884 1.1562141 0
0.40330469 -0.99706796 0
-0.10294006 -0.41443743 1
-0.75479778 -1.0937533 0
1.4062149 -1.3758786 1
-0.14390092 1.6781865 0
-0.79566847 -1.6273807 0
2.1247877 1.0716769 1
1.06806 1.5325225 0
-0.46086669 -1.0736494 0
0.42484784 -1.2066751 0
0.34423975 0.90756424 0
-1.1458345 0.40582682 1
1.2605851 -1.5703903 1
2.0310077 0.98364164 1
-0.73791852 1.0115986 0
-1.0104687 -0.15506608 1
1.1761854 0.61427357 0
1.1113619 -0.062820702 0
0.48824179 1.3132411 0
-0.38013145 -1.3386848 0
-0.63083829 -0.86676095 0
-2.1061624 -1.5086741 1
0.40720736 1.8002022 0
-1.3620357 0.97556002 0
0.56592885 -0.97719238 1
1.505536 1.5242694 1
-0.97392632 -0.81772468 1
1.3886769 -1.1052624 1
-0.85549784 -1.3283681 0
0.69774093 -0.65509364 1
-1.0467567 0.96621897 0
-0.51249014 -0.95433929 0
1.0992953 -0.31324287 1
-0.18675305 -0.26701244 1
0.33195394 -0.68976188 1
-0.56671599 -1.6989747 0
1.0966894 0.13123755 0
0.22147018 0.14747545 1
0.3785501 1.365932 0
-0.59788279 1.2202866 0
-0.52687279 -1.3784139 0
1.0081601 0.82916067 0
-0.95290036 1.0564007 0
-0.80428336 0.68688139 0
-0.45475985 0.86823167 0
-1.5857349 0.32247931 0
0.90433774 1.0375007 0
-1.1309838 0.16360564 1
-0.875596 -1.002503 0
-1.2055085 -0.39228458 1
0.50061012 0.025115041 1
1.0631334 -0.053099653 1
-0.92722977 -0.59540697 1
0.41597481 1.8598624 1
-1.1387433 -0.92678414 1
1.2777503 1.351584 1
0.38698111 -0.00065320189 1
1.0648619 0.44279044 0
0.60493231 1.2760357 0
0.80516664 0.41974967 0
1.6352651 1.1151193 1
0.4465368 -1.1792439 0
0.62692645 0.12495509 0
-1.1161197 -1.1740983 0
-0.45850424 -1.1122138 0
2.3438898 1.1795864 1
1.8890875 1.0981926 1
-1.6681541 -1.4982444 1
1.7143865 1.1011386 1
-0.21329513 0.77018986 1
-1.9335229 0.95964395 0
-1.7783171 -1.5839046 1
-1.2745223 0.1836824 1
0.9118807 -0.11365695 0
-1.7537961 -1.6277624 1
0.30061551 2.0131755 0
-0.45727132 -0.98252962 0
-1.1484188 0.72877501 0
0.48701103 1.4539945 0
0.16395419 -1.1783158 0
-0.12143856 -0.49787943 1
-0.56310812 -0.16363447 1
-1.5219839 0.93353135 0
-1.871004 -0.45134816 1
0.96060243 0.45433419 0
-1.7551118 -0.9033595 1
1.423127 0.37379263 0
1.2202173 -0.10563228 0
2.1231129 0.97784328 1
2.2014595 -0.66499005 0
-1.5183286 0.50553235 0
-1.2809847 -0.54239257 1
0.21075662 1.7054654 1
0.71322483 0.9481864 0
-1.617633 -1.8496617 1
0.12101575 -1.2997632 0
0.45931203 1.6878212 1
-0.76617152 1.0600774 0
-0.065575696 1.2422569 0
1.0776659 0.72041411 0
0.12736417 1.2193554 0
1.144758 0.21214523 0
-1.0969999 0.81097095 0
-0.26727963 -0.89646162 0
0.61268241 -0.065080542 1
1.1855117 -0.27781906 0
-0.093170758 0.4723958 1
0.24738966 -0.23284243 1
1.0039174 1.1729865 0
-0.65802264 -1.3067587 0
1.1703292 0.426426 0
0.51968272 1.2094736 0
1.0585388 0.91337604 0
0.19586164 1.2701513 0
0.91824533 1.7203896 1
-0.15781367 -1.0836834 0
1.2977255 0.64805468 0
0.2649309 -0.37495222 1
-0.45173147 -0.71657561 1
0.14175878 -0.6980055 1
-1.6862511 -1.8719838 1
0.73492778 0.57064699 0
-0.39703433 0.56310908 1
1.2231933 0.56130288 0
0.22047172 -1.3578562 0
-1.2792342 -1.1663843 1
-0.13219573 -1.352707 0
0.7783915 -0.69433933 1
0.41230118 -0.12363796 1
-0.57888892 -0.39698193 1
-0.61132303 -1.2771957 0
0.52918375 0.7881803 1
0.17747301 -1.3730873 0
-0.22086441 0.12042831 1
-0.696915 -1.6902647 0
1.8866412 -0.63318129 0
-0.47945419 0.9102807 0
-1.8741075 -1.0988367 1
0.64170545 1.6542611 1
0.80245263 0.13269242 0
1.2414326 -1.3302638 1
-0.97808643 0.93094758 0
0.81091002 2.0008656 0
-1.3092772 1.2458039 0
-1.6321806 0.72780917 0
0.1831339 -1.2098094 0
1.5374909 -0.19345083 0
-1.7037321 0.86886513 0
-1.1689167 0.56439327 1
-0.23036057 1.0814999 0
0.75088527 0.60807314 0
-1.4262302 1.2616835 0
0.43389593 -0.18906827 1
-0.14858762 -0.018477562 1
1.0843126 -0.00081703843 0
1.7013613 0.15711869 0
0.064732405 -1.2166258 0
-1.4118528 1.1087561 0
0.97774753 -1.3275665 1
0.22076673 0.94569519 1
-0.43407735 -1.1027318 0
0.00902419 -0.43383361 1
0.33539633 -0.48335305 1
1.2318967 -0.7849417 1
-0.67608332 0.79665326 0
1.1392946 -0.20871612 1
-0.10792139 1.7011801 0
-0.04544597 1.7466076 0
0.74156682 0.74356796 0
-0.089727467 -0.11543913 1
0.75151076 1.5766587 0
1.2165527 1.1304817 0
-0.50061735 0.078663417 1
-0.070849708 0.4386267 1
0.72983023 -0.99040343 1
1.3439807 -0.26135552 0
1.1404832 0.49352922 0
-1.6577935 -0.73468362 1
-1.0223448 -1.2857512 0
1.3765687 0.58313673 0
-0.88028053 0.40666957 1
-0.11600018 0.081492428 1
0.54783815 -0.95863382 0
-0.67233262 -0.041436769 1
0.49686831 -0.67113489 1
-0.70509013 -0.92986014 0
0.055056385 1.3447727 0
-0.15463265 1.2930856 0
-0.84039908 -1.0450938 0
0.29136768 -0.79503829 0
0.89716098 1.071292 0
0.58613191 0.40249195 0
-1.2509061 -1.4739873 0
0.15013834 0.441512 1
-0.88228813 -0.60771651 1
0.68475653 0.54557997 0
0.37383822 0.9661259 0
1.3941619 0.50437903 0
1.3095098 -0.23813591 0
0.21485281 -1.65905 0
0.27252429 1.7888933 0
0.26873938 0.60530037 1
0.49673452 2.2281499 0
1.0432871 0.28476017 0
0.95295944 1.1438633 1
0.21588644 -1.124318 0
-1.6191034 -0.89552801 1
2.6028946 0.95076008 1
-1.2835603 -0.0049410824 1
-0.17656275 1.5087536 0
0.78505986 0.1730482 0
0.5166516 1.4623455 0
0.67670101 1.0286795 0
1.0746062 0.44090569 0
0.485042 0.63499931 0
-0.15696086 1.8430636 0
-0.57635438 -0.46270687 1
-1.5277419 -1.1661575 1
1.5773616 0.20635915 0
0.26453627 -0.18236908 1
-1.6926956 -1.1964469 1
-0.54232833 -0.73935589 0
-0.77175574 -1.378344 0
-0.25882516 0.99623772 0
-0.450822 -1.3355918 0
0.55969924 -1.0221539 0
0.3207763 1.5842394 0
-1.3379847 0.71678724 0
1.2258365 0.099850887 1
-1.5695304 -1.4696433 1
0.45076505 -1.2349746 0
0.79971806 0.66151573 0
-1.2277577 -0.97693738 0
0.17814923 1.490901 0
-1.8584905 -1.3023342 1
0.030119887 -0.89444011 0
-1.5098956 0.48141982 0
-0.11641257 -1.2314512 0
-1.0843878 -0.86785324 1
0.15709578 0.95613433 0
-1.4026416 0.97950067 0
-2.1190482 -0.57499502 1
-0.77879971 1.0888092 0
0.16583889 -0.32993036 1
-0.52837386 0.953196 1
0.86595135 -0.8069761 1
0.62147906 1.3201805 1
0.84988584 -0.82897394 1
0.56944413 1.6177067 1
0.22584185 -1.0186524 0
0.1627446 -1.0769827 0
-0.4164399 -0.94114228 0
-1.4112023 -0.21411002 1
1.5885828 -0.37798655 0
0.65186031 -0.64612371 1
2.5133831 0.90084958 1
0.52610022 1.3644628 1
-0.027496957 -1.4151314 0
1.5225477 0.7945974 0
-0.12359795 -1.122678 0
1.2475062 -1.2532526 1
0.7404724 1.3473614 1
0.072216813 1.8028068 0
1.0093864 1.5270973 1
-0.37222647 -1.1074818 0
0.13740043 -0.24664265 1
-0.00068879319 2.0026863 1
0.0052011408 0.23989881 1
1.3721187 -0.33099458 1
0.96568003 -0.19864626 1
1.7948653 -0.83448678 0
0.5528541 -0.15931889 1
-0.11903318 2.0582771 1
-0.29460532 0.56544715 1
-0.4996031 -0.059544268 1
0.19483987 -0.29586713 1
1.1159566 -0.65925063 1
-0.069702249 1.5557645 0
-0.22245672 2.4653398 0
1.289999 0.043668878 0
-0.22227014 0.25915018 1
-0.71894241 0.24208216 1
-0.10707811 -0.23221952 1
-0.87503114 0.59121775 1
-0.2594426 1.5230435 0
0.81303434 1.0636358 0
-1.7971089 -1.7100396 1
0.49424573 1.175128 0
1.1794055 0.58503082 0
-1.1273722 -0.063403908 1
-0.50373224 1.0259763 0
-0.051001646 -0.97203961 0
1.3258783 1.6996972 1
1.774081 0.23946569 0
-0.17900215 -0.04915331 1
-1.5281201 0.025050528 1
0.072652071 -1.4624128 0
-0.76956728 0.63737657 0
1.0780502 0.43652763 0
-0.34165143 -1.3118741 0
0.47987405 -1.1024508 0
-1.630952 -1.1560635 1
2.635207 0.9656539 1
0.11768844 -1.3683278 0
0.83417103 -0.58373339 1
1.1319011 0.4047396 0
0.6456391 1.8166677 1
-1.5295001 0.25737766 0
-1.2512256 -1.277374 0
1.1401193 0.81401745 0
1.2409272 0.27318676 0
0.39069589 -1.4161437 0
-1.9421127 -0.7612215 1
0.64042207 1.3521228 0
-1.451929 -0.16684939 1
0.53767106 -1.2534501 0
-0.60869859 -0.91657024 0
0.29785378 -0.87775697 0
-1.5351732 0.56229295 0
1.6381804 1.462639 1
-0.53289618 -0.40219583 1
0.81118282 -1.6476875 1
-0.40297224 -0.48806087 1
0.90431619 1.1522573 0
1.4860316 0.62713296 0
-0.39996307 0.0046270998 1
-1.0568989 1.0310381 0
0.83903606 -0.081896339 1
-1.2713011 -0.67349304 1
-0.86095749 -0.86224711 0
-0.51501087 0.97599714 0
-0.06589812 -1.3294087 0
1.0227869 0.85758731 0
0.87294604 -1.0287194 1
0.45757647 -0.70900891 1
-0.10076033 -0.12154697 1
0.62088545 1.4830402 1
-0.091100912 -0.084413976 1
-1.3463199 -1.1930933 1
-0.26559468 -1.1977487 0
0.012753702 1.2925204 0
0.8935172 -0.74224362 1
-0.16159646 -0.022342843 1
-1.5300572 -1.2080648 1
-0.014252957 1.5451871 0
-0.83567255 -0.50686992 1
-0.019156122 -1.0331011 0
0.0086500768 -0.91758706 0
-0.48102075 1.0886622 0
2.4386424 -0.44801292 0
-1.2061277 -1.1588532 1
-0.2984544 -0.24253223 1
1.3708893 1.2941766 1
0.41277539 -1.3015243 0
0.087840457 -1.0807857 0
0.67349721 2.5171122 0
-1.6687282 -0.0045134896 1
0.19243617 1.9448233 1
0.57140513 -1.5257756 0
0.13038963 1.3827291 0
0.81597253 0.76158327 0
1.5710384 1.4348761 1
0.0091393061 0.43122246 1
0.7279346 0.75201433 0
0.029212452 -1.2130176 0
0.43071521 1.6383782 1
0.38786801 0.86327441 0
0.81157194 -0.75057335 1
0.21287467 -0.75184442 0
-1.6089388 -0.36391116 1
-0.019912199 -1.3180962 0
-0.78459036 -1.1147409 0
-1.0063932 1.2142682 0
0.79916044 -0.83424796 1
0.5213032 0.37539806 1
-0.065189577 0.6305249 1
1.2489827 -1.3761465 1
0.39502665 1.2060314 0
2.5056912 1.2997489 1
0.82278204 1.0382651 0
0.23489265 -1.0490968 0
-1.0835123 0.11360382 1
0.56868167 1.4430329 0
0.52663795 -0.25115385 1
-1.0948741 1.3935311 0
-1.0666046 -0.45624247 1
-0.067358835 1.8518438 0
1.2614637 -1.3741686 1
-0.10961884 -0.37161363 1
-0.78354803 -0.0064733907 1
1.5729547 -0.07858979 0
0.12850217 -0.88858038 0
-0.026231037 -1.1784302 0
-0.91179525 1.3404471 0
0.8544787 -0.82683419 1
-1.1865576 -0.63793668 1
-0.54724041 1.7056048 0
-1.2335091 -0.70269097 1
0.63546764 0.55913387 1
-0.94183022 -1.1518264 0
-0.25835673 -1.0581764 0
-1.0726329 0.5335858 1
-0.22339784 1.0408114 0
0.019969395 -1.5433075 0
0.060508711 2.0570751 1
-1.023753 0.67535503 0
-1.3152231 0.99478455 0
-0.61721776 -0.45813394 1
-0.4873417 -1.1941835 0
-0.82125903 -0.8551534 1
0.52286914 1.0524509 0
-1.6767349 -0.47245632 1
-0.19786466 -0.5359948 1
0.72046953 -0.15366855 1
-0.17801792 -0.23821628 1
0.3787012 1.362004 0
1.1783865 1.2466639 1
1.7753224 1.1884779 1
-0.46985322 -1.1212673 0
1.4710489 0.48620687 0
0.63334957 0.90144473 0
1.0844094 0.14773486 1
1.0749771 -0.98549852 1
-0.29897863 -1.1386402 0
-0.067683273 -0.3938729 1
-0.78998339 -0.82267494 0
-0.70696004 -0.56786627 1
1.445467 -1.0343809 1
1.2773771 -0.34055693 1
-0.39108748 1.3198495 0
0.83411935 -0.1767561 1
-1.7364331 0.97457591 0
0.43263934 0.38030833 1
-0.96682405 0.59230835 0
-0.97226957 0.47312711 1
0.85801922 0.39915241 0
-0.048030647 -1.0639217 0
0.92272133 0.24554609 0
-0.18980585 -1.4161878 0
0.93393046 0.2576814 1
-1.3999526 -0.3703663 1
-0.39427327 -0.33768111 1
0.13353404 -1.0589234 0
-1.9767508 -0.87982904 1
1.3244198 -0.14410078 0
1.8235896 1.430472 1
0.74225498 1.5624237 1
-1.0772044 -1.387361 0
-0.029738334 -1.5816646 0
-0.13803602 -0.95051873 0
-0.19758004 -0.660751 1
-1.9259789 -0.31473299 1
-0.20274843 1.2588659 0
1.2669226 -0.44061605 0
0.35720037 -1.0729076 0
-1.5745622 0.37779938 0
-0.89078357 0.99994873 0
-0.73924419 1.3245466 0
-1.3842215 -0.1486281 1
0.42286574 1.7425798 1
-1.6375939 -1.9115868 1
1.5520002 -0.0054601673 0
-0.50825327 -0.69437924 1
0.27903333 0.14929851 1
1.6326081 0.47549001 0
0.33472796 1.954041 0
-0.47979892 -0.91298976 0
1.2850245 0.33721333 0
1.2854178 0.15158524 0
-0.13200786 1.6828116 1
-0.10795147 -1.3020282 0
-0.1526347 -1.1461914 0
-0.68271562 1.3762459 0
1.1302304 1.4797409 0
-0.65306279 0.43280002 1
-1.1063848 -0.82129156 1
-1.5045773 -0.82862787 1
-0.07785756 -0.96723431 0
-0.37680059 -0.61696409 1
1.0886693 -1.1176378 1
1.2029512 1.5407105 1
1.3466874 0.22906461 0
-1.9617675 -0.94170248 1
-0.23232687 -1.3965716 0
-1.5510274 -1.5950093 1
-1.151566 0.77088464 0
-0.31606162 0.17727581 1
0.71906167 0.078094351 1
1.5844944 -1.289309 1
1.3121846 0.15136858 0
1.803286 1.3613638 1
-0.62290155 1.239898 0
1.3359442 0.27410962 0
1.0749035 0.43792582 0
-1.4165922 -0.32687852 1
-1.039782 1.192366 0
-0.50468742 1.1663956 0
-1.3514855 0.42395211 1
-0.20651246 -1.3694985 0
-0.20401452 -1.543048 0
-0.21410529 1.5793841 0
0.68793788 -0.87841691 1
0.37232209 1.5990559 0
0.092676998 -1.0150014 0
0.90714071 0.19135237 0
0.3027694 -1.3539063 0
-0.12450846 -1.4837865 0
1.4625474 -0.41669971 1
0.55791513 -1.0641439 1
0.58654254 -0.31097469 1
0.37725511 0.19833125 1
0.80471585 1.2121482 0
-0.59517855 1.4596258 0
0.76779916 -0.96598917 1
0.68487625 2.1967636 0
-0.13842756 -0.052362419 1
-1.1244527 0.55937522 1
1.3259623 0.33509439 0
-0.12532644 0.52098331 1
0.19618644 -1.7052971 0
-0.92907415 -1.386801 0
-0.95421171 0.6867008 1
0.53218504 -0.043067497 1
-0.30515044 1.177366 0
-0.30353166 1.4964267 0
0.89561599 0.35955117 1
0.6593959 1.0699456 0
0.80178435 0.85217546 0
-0.43369124 1.9785624 0
-0.41278047 0.055380023 1
-1.2460381 0.85695106 0
-0.13162989 -1.3708548 0
-0.61941884 -0.74833714 0
0.22935781 0.61314059 1
-0.75256018 -1.0767181 0
0.74129503 -1.201023 1
0.10459284 0.10280052 1
1.1542607 -0.45106135 1
0.43139817 -1.5573845 0
-1.5333068 1.205006 0
-1.4207746 -1.4036928 0
-1.1444113 -1.2651786 1
-0.58391294 1.0096 0
0.7528253 0.78112473 0
1.1154396 -1.7217419 1
1.209981 0.22747922 0
0.98495278 0.11385659 0
-0.030323902 2.1115547 0
0.88585081 -0.29232306 1
1.454454 1.332954 1
2.6891263 1.1174684 1
-0.83356595 1.4067252 0
-1.7458259 -1.2711615 1
-0.076029524 -1.1247793 0
-1.3130122 0.91640543 0
-1.6759408 0.92982243 0
0.89012316 0.86422538 0
0.61403999 0.9079698 0
-0.71500604 -0.96898118 0
-0.53405397 -1.2280974 0
0.79319124 0.8361866 0
1.306507 -1.7180502 1
-0.35582304 -0.05127339 1
1.0955401 0.73996968 0
-0.76035545 -0.86172141 0
1.61187 1.3960886 1
1.4144775 1.6331857 1
-0.86223082 1.0101895 0
0.23823952 1.73946 0
-0.74732636 -0.71958339 0
0.71274008 2.044493 1
-0.85287893 0.35809592 1
-0.62071197 0.42513869 1
0.397367 0.5126428 1
1.6411096 0.51282643 0
-0.0062114849 1.5595574 0
-1.1132464 0.43920569 1
-0.62829084 0.60130007 1
0.82649667 1.4984552 1
-1.4658071 -0.035837283 1
0.30299341 -1.1842949 0
-0.59721478 -1.5971926 0
0.42720244 1.9906637 0
-1.0228422 0.40855061 1
-0.3225734 -0.26362467 1
-0.12564985 -1.6723173 0
-0.68787405 0.70916268 1
0.31020678 0.56986281 1
-0.91388657 -0.91942389 0
-1.8540439 -0.46749538 1
0.01692072 -1.2245938 0
1.2722828 -0.74713124 0
0.67272099 1.0673427 0
-0.85390788 -0.37862459 1
-0.20998432 0.17080635 1
0.98627127 0.84258013 0
-1.5887059 -0.67951517 1
0.5647467 1.5601187 1
0.87436795 -0.76868947 1
0.72412618 -0.57404964 1
-0.811066 -1.1544495 0
-1.8579531 -1.467521 1
1.7414568 0.96371448 1
-0.66953064 -0.54997308 1
-1.4186164 -0.35961486 1
0.30773031 -1.3378789 0
1.2950588 -1.2773602 1
-0.96751786 0.34823764 1
-0.33492927 -1.6868381 0
-0.23776267 1.7409352 1
0.43363099 2.1940802 0
1.0808038 0.92459916 0
-0.39419534 1.6035518 0
-0.46728798 -1.5105677 0
1.0266382 1.6072379 0
1.4437376 1.3848337 1
1.4450378 -1.2368477 1
0.35204309 0.33260985 1
0.020500528 1.2331193 0
-0.40287003 -0.63557759 1
-1.1504866 -0.04976118 1
-0.10873861 -1.2496188 0
0.35086576 -0.96444872 0
0.42374241 1.6422944 1
-0.25358287 -0.93152354 0
-1.0740233 -0.30597174 1
-0.35972562 -1.2793599 0
0.35024418 1.2192729 0
0.29022583 -0.48055458 1
-0.24321856 -1.2440471 0
-0.43301816 -1.1269896 0
0.6354636 1.6682789 1
-1.9106771 -2.2354938 1
-1.0645049 -1.2424163 0
0.92798972 1.4476026 1
1.926596 1.4080485 1
-0.93556225 -1.5002126 0
0.89693252 0.29430644 0
-1.8347405 -0.74587227 1
0.99996776 1.694204 1
-0.18567597 -0.092470245 1
1.64039 0.047671693 0
1.0315883 1.5496348 1
0.98072356 -0.057165064 0
0.58892435 0.55726133 1
-0.3100139 -1.3761815 0
0.01089231 -0.37812291 1
-1.5268454 0.13193897 1
-0.39040126 -0.20865891 1
0.69789126 1.0197229 0
-0.025364804 -0.79034859 1
-1.4205837 0.72801436 0
-0.61365854 -1.2178754 0
-0.72385951 0.21546712 1
-0.67708874 -1.4067256 0
1.1061515 0.20512998 0
0.66703258 1.9214928 1
-0.55834506 0.57241089 1
0.064321638 -1.2822638 0
-1.1329345 -1.0603292 0
-0.24983101 -1.2301367 0
0.52774111 -1.0422385 1
-0.43515366 -1.0762283 0
-0.43205557 -1.342152 0
1.3311766 0.40575081 0
-0.79938591 1.1116356 0
-0.42088077 -0.73064154 0
-0.3534627 -0.83568603 0
0.42429745 -0.83961724 0
0.97667519 0.59729649 0
0.25795934 0.30885383 1
-1.9317901 0.52530259 0
0.63092898 -0.67378769 1
-1.4926628 0.55492839 0
-0.066628461 0.065618388 1
1.0253899 -0.38205921 1
-0.72005966 -1.3895107 0
-0.10437856 0.48011439 1
1.1612747 -0.25424004 0
-1.2589009 -0.91157228 0
1.0519803 0.65120458 0
0.30296604 -0.14269042 1
-1.0211298 -1.1850037 0
0.12166924 0.59927617 1
0.6047664 0.37841239 1
-0.78319531 0.93128779 0
0.70829934 0.96107588 0
-0.65201202 -1.5437262 0
1.1724921 -1.4015254 1
-0.52188725 0.20600221 1
0.48157623 -0.65325218 1
1.5731269 1.1598287 1
-0.071470297 1.4123113 0
-1.1771975 0.42190823 1
1.8788749 -0.14091226 0
-0.034676003 1.3028889 0
0.39483918 1.348519 1
1.2005935 -0.94812209 1
-1.3945437 -0.47367785 1
0.055373199 -0.13946587 1
0.028380978 1.6192734 0
-1.5428631 -0.61768481 1
0.66217885 1.4876018 0
1.3315583 -1.7114995 1
0.45670702 0.19135809 1
1.4853858 0.36515015 0
-0.52161893 0.87745476 1
-0.4631299 -1.0051497 0
-0.52044109 1.2026112 0
0.9705689 0.64017256 0
-0.14783923 -1.3709437 0
-1.8428196 -1.6413733 1
1.2529298 -0.32199231 0
-1.5684582 -0.56056283 1
-0.90081205 -1.1296418 0
-0.93547836 1.0169459 0
-0.63428221 1.0823468 0
-0.023733865 0.30286565 1
1.4086575 -0.80794971 1
-0.86087266 -1.2078173 0
-0.82536679 0.48101228 1
1.0218293 0.97579813 0
1.3503163 -1.5074023 1
-1.0939121 0.28885884 1
-0.21395373 0.37971437 1
-0.92388683 -0.10220599 1
-1.6863013 -0.17462205 0
-0.86505034 1.5954841 0
-0.66327803 -1.4695573 0
-1.6331304 -0.36253646 1
-1.1384918 1.0817143 0
-2.0447329 0.13075528 0
-0.76355425 0.21755379 1
1.1354902 -0.11378377 0
-0.29523825 -1.271768 0
1.7630517 1.4822889 1
-1.0960385 0.13502894 1
0.92518665 0.89528455 0
-0.41136796 -1.3422847 0
-0.23964785 1.7155097 1
0.036832924 -0.23917569 1
0.096455754 -1.1019492 0
1.2954665 -0.028027912 0
0.45621371 0.2777523 1
-1.0611805 0.91727538 0
-0.68690008 -1.285112 0
-0.29898068 -1.4018093 0
-1.4244937 -1.5128501 1
1.1400382 -0.93842849 1
-0.70890908 -0.26195076 1
-0.7918081 -0.13207172 1
1.6613804 1.4178039 1
-0.029912061 0.61677689 1
0.4276747 -1.4293743 0
0.6237934 1.1013244 0
-1.1995827 -0.45059701 1
0.98970491 -0.076239508 1
1.9554418 1.2818514 1
0.61068981 0.9781196 0
-0.98288925 1.0622847 0
1.1222917 0.62559642 0
0.12972721 1.4127566 0
1.3057228 -0.36016204 1
-0.54449472 -0.77344563 0
-0.89282582 -1.2651087 0
0.038124451 0.16697965 1
0.44539083 0.04843506 1
-0.34742832 -0.556095 1
0.95157868 0.8364477 0
0.03110486 -0.97781649 0
1.2119475 -0.77417178 1
-0.40909582 0.34864232 1
-1.9945879 0.54914405 0
0.76653554 -0.24755281 1
-0.86602368 -0.19666734 1
-0.23796979 0.12586254 1
-0.21973713 -1.3811818 0
0.92570853 -1.1715517 1
1.2384406 0.78965271 0
0.37176164 -0.80940418 0
1.0845748 -0.99637937 1
-1.0517417 -0.83238939 1
1.0192897 -0.26126706 1
-0.54406912 -0.83055145 0
-0.9660203 -0.6276028 1
1.1502201 0.71525305 0
0.065220092 -0.76565117 0
-0.21093689 -0.49161562 1
0.58721015 0.32191057 1
-1.2783649 0.21260698 1
0.79933687 0.99462995 0
0.53454922 1.9910061 0
-0.8230351 0.72938723 0
-0.77169217 0.93297079 0
-0.95968518 0.64360357 0
0.29353971 -1.4972351 0
-0.67568652 1.3004654 0
0.52940677 1.6171252 0
-0.5065114 0.35666611 1
-1.9524457 -0.89977754 1
-0.5496635 -1.0710863 0
-0.82579829 -1.6739803 0
0.21960546 2.080887 0
0.36373732 1.9813427 1
-1.5937211 -1.3567949 1
-0.96490747 -0.978278 0
1.2210518 1.4783253 1
-0.3791571 0.63821792 1
-0.3151782 -1.0942823 0
0.33592195 0.61079416 1
-0.15859001 -0.11980129 1
-1.2008625 -0.24846821 1
0.71202028 0.83714668 0
-0.57289845 -0.87968759 0
-1.5576819 -0.32857841 1
-1.9291953 -0.085648283 1
1.0909409 1.2126867 0
0.92624649 0.97221677 0
-0.4502639 -1.5893719 0
1.4579463 -0.9101734 1
-0.81683555 -1.1089555 0
0.74509569 0.87707571 0
1.0191345 0.72916155 0
-1.0771543 -0.61221895 1
1.5919252 -0.52228158 0
-0.22276908 1.6451829 1
0.92314004 1.5393177 1
1.1835796 1.3635206 1
0.32572743 1.448459 0
1.0085303 0.47982515 0
0.15857485 1.5081885 0
-0.56501876 -0.85269374 0
-1.8209538 0.47392419 0
-0.94438314 1.0176148 0
2.0723928 1.024504 1
0.002750205 -0.055511927 1
-0.50602743 -1.2042959 0
-1.1129014 -0.6529399 1
1.3730739 1.2361512 1
1.049838 0.45257658 0
1.0527969 0.47150539 0
0.56914766 1.1475759 0
-0.1662794 0.16533658 1
-0.070089297 -1.2267842 0
1.1348974 0.42876492 0
1.1456864 1.1587737 1
-1.4585932 -0.89053852 1
1.1818495 0.080036099 0
-0.83761013 0.64407996 1
1.633481 0.054483828 0
-0.34500318 0.37622553 1
-2.0970666 -1.056122 1
0.60422451 0.55504345 0
-1.8237655 -0.66498285 1
0.43225183 0.74916756 0
0.15054298 0.32151523 1
1.4582564 -0.50870748 1
1.5426568 1.2441885 1
0.29834634 -0.82912274 1
-1.5820702 0.80708995 0
-1.1009807 0.81697197 0
0.40496177 -1.2003471 0
-1.1839041 -0.89801085 1
0.73343269 0.92624557 0
-1.8634337 -1.7789332 1
-0.22338316 -0.41941769 1
1.9699288 0.99027106 1
0.196262 -0.77851412 0
-0.0366776 -0.14405234 1
-0.71548616 -1.4870911 0
-1.0408051 -1.0767209 0
1.3667302 0.21899972 0
-0.6787846 -0.095702683 1
0.33043627 -1.4827459 0
-0.10558449 -0.31579205 1
0.42410113 0.54702854 1
0.76269443 0.92078541 0
1.2122354 0.15106584 0
-0.70678858 -1.4295262 0
-0.66657434 -0.89534325 0
-0.10767442 -0.7925723 1
0.1010982 -1.3870187 0
0.55179271 0.96122083 0
0.32185093 1.6803933 1
-1.3188831 1.0980795 0
-2.6003502 0.21677229 0
-0.94820586 -0.98240014 0
0.27599183 0.39740403 1
0.10459364 -1.6706464 0
1.0301434 -1.1228514 1
2.1667577 1.4483185 1
1.0765682 -1.8325253 1
-0.043917224 0.30527262 1
-0.67170933 1.3501586 0
0.84414339 0.24264121 0
0.20855328 0.75486181 1
0.6825457 1.0663667 0
-1.0683362 0.0051325258 1
1.1603989 0.97802621 0
0.33458258 1.3940556 1
-0.75169444 -0.1168846 1
-1.9435838 0.83197457 0
-1.127801 -0.44281267 1
1.1946226 0.11471332 0
-1.1856826 1.0102741 0
1.0527507 -0.22969004 0
-1.7702961 -1.1883669 1
-1.9908647 -0.91206991 1
0.29737434 -1.1116252 1
0.86641184 -0.91749692 1
-1.6327422 -1.4147352 1
-2.0522459 -1.4012819 1
0.18375487 1.6995413 1
1.8256326 0.34863644 0
-0.79339754 0.90464394 1
0.24265896 0.30432093 1
0.23729802 0.036721594 1
-1.6020505 0.78818116 0
-0.35201208 -0.48995967 1
1.9553151 1.3075826 1
0.87491721 1.8188184 1
-1.2006812 -1.023714 0
1.242785 -1.3317652 1
-0.067718719 1.7359329 0
0.90750499 0.12727622 0
-0.061119876 -1.4007524 0
1.9062789 1.3703652 1
0.16528269 -1.5790421 0
0.45045234 1.6017021 0
-1.6235583 0.21283894 0
-1.373398 -0.12343467 1
0.71585152 0.48709228 0
1.6843675 -0.47242067 0
-1.574026 0.67878099 0
-0.14622011 1.8316524 1
-0.05367885 -1.516798 0
-0.65068189 -0.158672 1
0.15572631 0.15238033 1
0.84846742 0.40190615 0
1.1224283 0.86174236 0
-0.58809093 -1.3460161 0
1.0928577 -1.2364634 1
-0.97346158 0.49529551 1
-0.70363662 0.7098327 0
0.81189519 -0.19526175 1
1.2274587 -0.099737796 0
-0.60996603 0.0088788054 1
1.3317168 -0.080225614 0
0.67638116 0.89157584 0
0.50823281 -0.33118709 1
0.64254868 -0.40324175 1
-1.4004244 0.26061296 1
0.8317067 1.3276429 0
-1.8077884 -0.64264539 1
-0.93736369 -0.085986781 1
-0.63882007 -1.374661 0
0.1391384 -1.0073319 0
-0.86105293 -0.97185121 0
-0.20176103 0.71186292 1
1.4516645 0.27284925 0
0.81059749 0.0091137523 1
0.018836606 0.051156882 1
1.0890333 1.4901459 1
2.4837177 1.2059143 1
0.72189277 -0.97547047 1
-1.0639135 -0.85962234 1
-1.6735919 0.87959241 0
-0.9589512 1.0765672 0
1.1675157 1.3663271 0
-0.87190121 0.66317343 0
0.98288372 -1.3112513 1
0.016509752 -0.63919158 1
1.5483936 -0.6486199 0
0.3074485 -0.67820751 0
0.15981544 0.1885612 1
0.016972292 -1.2581988 0
0.84525022 0.76644653 0
-0.56116916 -0.78728297 1
1.4200037 1.8034051 1
0.55245477 1.0429588 0
1.0938971 1.026311 0
-1.3420512 -0.46245406 1
-0.76813474 -0.90925578 0
-0.72903664 1.3681897 0
-0.77593918 -1.2572507 0
-0.72850357 1.4951734 0
0.073009346 -0.0016890797 1
-0.37969268 -1.2654772 0
2.6790783 1.1710373 1
-0.26369072 -1.1366078 0
-0.43440544 -1.1637312 0
0.034494151 -0.69067847 0
-0.75218869 0.34159613 1
0.54296275 0.91303885 0
1.8753554 -0.28946985 0
-0.41190003 0.4924324 1
0.89616407 0.36300104 1
0.12962275 -0.46884262 1
-0.63609544 1.3474186 0
-1.8716593 -1.3205916 1
1.5015217 0.54053782 0
0.35805528 -0.88673117 1
-0.12883359 0.87731702 1
2.5090122 1.1086065 1
1.1803688 -0.051346531 0
-1.3392677 0.86852478 0
0.32020017 -0.46454126 1
0.43293115 1.6462092 1
1.9716001 0.041003118 0
-0.47213744 -1.1575158 0
1.1244626 -0.9081795 1
-0.19836132 1.670254 1
0.41689086 0.34841066 1
-0.90700635 0.41616018 1
1.2271752 -0.14605132 1
-1.0225304 0.96768609 0
-0.8812422 -1.5902828 0
-0.71737686 1.0047575 0
0.89349825 -0.32698382 1
0.34349803 -1.1377614 0
1.2736204 -0.67510109 1
-1.6900081 0.70617236 0
-0.45073205 0.77524588 1
1.198234 0.069141589 0
-0.033745574 -1.3642871 0
-1.3744919 -0.20495643 1
-0.89707693 -0.97166782 0
1.6215313 1.1896617 1
-0.17282372 1.5942389 0
0.74438611 1.4188313 1
-0.80367799 0.39628832 1
-0.2328567 0.59307609 1
-0.76790995 -0.016598724 1
-0.21016541 1.3478322 0
0.017871827 -0.69987022 1
-1.4128588 1.1448729 0
-0.085250834 -1.1208562 0
-1.0162895 -0.29555142 1
-0.83341267 -0.56896174 0
0.22368356 1.5729132 1
-0.095676148 -1.0550132 0
0.23594697 0.44268177 1
-1.6207868 0.10213521 0
1.4167041 -0.046515537 0
-1.6111536 -1.1313717 1
-0.9745566 -0.18242125 1
-0.43632842 0.82062683 1
-1.3304289 -0.39202662 1
-0.58026471 1.3429275 0
0.048914601 -1.3642994 0
-2.0949738 0.60378857 0
1.4269165 -0.81632789 1
1.3050477 -1.4006363 1
-2.0026512 -2.0964039 1
-0.85452887 1.2197447 0
-1.0077459 -1.5332645 0
1.1219984 0.82152997 0
0.37796773 -0.5598794 1
0.89876965 -0.23478592 1
-0.68717692 1.0120391 0
1.2136394 1.3145967 1
-0.78372321 0.96865085 0
-1.5231289 0.38776514 0
-0.8437212 0.37078244 1
1.711348 -0.42410037 0
0.28189521 -0.76099608 1
0.89328031 0.34473125 0
-0.14904966 0.8155487 1
0.41510354 0.98647816 0
-0.35738958 1.5073445 0
0.43127681 0.26648562 0
0.36822716 -0.85574879 0
0.79129368 1.6900862 1
-1.1779406 1.1698348 0
1.8544138 1.3761645 1
-1.455683 -0.17857053 1
1.9042611 1.2686443 1
1.2987687 0.55509566 0
0.6238005 0.62115167 0
-0.56736341 -1.144328 0
2.3473174 1.1363187 1
-1.2476382 0.98464969 0
-1.8562093 -1.5701736 1
-1.0339561 1.0067604 0
1.2086581 -0.2713008 0
1.008553 -0.98388466 1
1.040267 0.56269972 0
0.37865051 -0.7550373 0
-0.24679332 0.7748076 1
1.2222788 -0.046608559 0
1.0403265 -1.1742793 1
-0.7158187 -1.1909528 0
-0.26022863 -1.233718 0
1.5217231 -1.1240115 1
-0.99249411 -0.015574624 1
0.23787449 -1.5103077 0
1.0837773 0.088001654 0
1.3136089 1.068628 0
-0.99125688 0.11407904 1
-0.09584182 -1.6621558 0
0.2287602 1.6280481 0
-0.30718393 0.93824069 0
1.0770115 1.4235396 1
-1.1966655 -1.0424419 0
-0.58064002 -0.18235563 1
0.22026117 -0.86667745 0
-1.245955 -0.6564092 1
1.1089974 0.4314703 0
0.72012505 0.67744544 0
-0.44050882 -1.45123 0
-0.90052554 -1.6830757 0
0.1838331 0.55825585 1
-0.13530105 -1.1006969 0
0.18460644 0.61749273 0
0.11185911 0.028538629 1
0.30949122 -0.68866726 1
-0.75328355 -1.2505691 0
1.1693005 0.51054678 0
-0.66646577 -1.1042316 0
-0.018427588 -1.1318356 0
-0.80716708 1.1165359 0
1.3536749 -0.51826428 0
-0.2447167 -1.1754819 0
1.1834014 0.59710663 0
0.72387663 0.41694882 0
-0.25456778 -0.14199165 1
1.1889207 0.30947727 0
0.67539418 0.88604303 0
1.6104012 0.5819039 0
-0.38426053 -1.0804591 0
0.99610706 0.22469482 0
1.2436673 -0.14541875 0
-0.9565082 1.0018054 0
-0.97331896 -0.12599915 1
-0.51820212 -0.9142646 0
-0.74193268 0.35990117 1
0.095121355 -1.3871346 0
-0.53879888 -1.2103049 0
-1.2199002 1.1192616 0
-0.14422747 -1.0288615 0
-1.4462472 -0.069659809 1
-0.85943991 1.2560741 0
0.43734223 2.3477698 0
-1.8562412 -0.96312847 1
0.72533347 1.3254499 0
0.51480794 0.88375517 0
1.3623491 -0.73240607 1
0.60611935 -0.87666915 0
-0.41511849 -1.2959473 0
-0.13471302 0.07071096 1
-0.46737371 1.3002155 0
0.52884211 0.13328922 0
-0.13444649 -1.0962631 0
-1.5874936 -1.0037501 1
-0.94575105 -0.197026 1
0.98031553 0.76585486 0
-1.2436657 0.099979731 1
0.30614832 -1.1349084 0
-0.18445994 -0.75109045 1
-0.6145401 -1.3629855 0
1.6426653 -0.30796472 0
0.14521855 -0.62631955 1
1.2088534 0.35394243 0
-0.86325166 0.49627042 1
0.56361722 -1.1304299 1
-1.8329599 0.60132248 0
0.68583505 -0.18990602 1
0.91999319 -0.71707926 1
0.48643296 0.24476941 1
0.54567043 -1.1192189 0
0.031877399 1.389251 0
0.54368181 1.2212721 0
1.0658723 0.51227329 0
-0.81850685 -0.94306691 0
-1.0798486 0.98872986 0
0.25432628 2.4237787 0
-0.74487521 0.98701014 0
-1.4940461 0.73801473 0
-0.14243353 1.6527401 0
0.46151849 1.891774 0
0.35116601 -0.040232674 1
-1.6431111 0.76651705 0
0.0070974042 -0.92400351 0
-0.40516044 -1.2530135 0
-1.7383816 0.69650196 0
-0.61797564 -0.50608428 1
-1.440293 -0.35841514 1
-0.33447482 1.6290908 0
-0.2560664 1.5227902 0
-1.8669895 -1.2596418 1
0.6829642 1.5985213 1
0.81132851 1.0741732 0
0.13596221 -1.4876462 0
1.1768544 0.42402911 0
-0.78423058 1.8062483 0
-0.2486116 0.023369702 1
1.5723628 -0.11414826 0
-1.1775536 0.86164466 0
0.37142594 -0.58863292 1
-1.7340755 -0.24220624 1
-1.8359487 -0.36555169 1
-1.3738864 0.64832216 0
1.9798729 1.2740783 1
-2.0296554 -1.6549865 1
-0.71003511 -0.87445111 1
-0.83781801 -1.1660849 0
-0.17015143 1.1770678 0
1.3566021 -1.0601579 1
1.7115446 -0.94485115 0
-0.72422407 -1.4822678 0
0.92234642 0.92969381 0
1.5272841 -1.8055752 1
-1.6567549 0.83458854 0
0.38805042 -0.085117566 1
-0.97508069 -0.27343715 1
-0.51354782 -1.0718939 0
-0.61653787 -1.0220706 0
-1.8219402 -0.34136451 1
0.078576906 1.6299028 0
-1.8718413 -0.780141 1
-1.0135508 -1.4662265 0
0.28403001 2.3061099 0
-0.95434759 -1.1909107 0
1.0375323 0.77898604 0
-0.29172953 -1.3212654 0
1.0539375 1.0692999 0
1.0640034 0.8423189 0
0.90988972 0.66540853 0
0.13333661 -0.22739438 1
1.4583052 -1.614645 1
0.99561938 1.4611736 1
1.2670086 0.77527757 0
-0.65940203 -1.2679544 0
1.200847 0.28582443 0
1.1763009 0.20386465 0
0.49040124 -0.047655946 1
0.16671915 0.87023382 0
-0.91656194 -0.86272722 0
-0.24587276 -0.73890636 0
-0.48032218 0.050743682 1
-0.46295464 0.023103468 1
-0.39143447 -0.54719366 1
0.72482823 -0.98977169 1
1.3594521 -0.11739906 0
0.93907525 1.6885135 1
-1.3105998 -0.3536322 1
-1.127745 0.65373438 0
-1.9966709 -0.062399794 0
-0.93165219 -1.0223901 0
0.83443733 0.9251744 0
-0.45043191 -0.92836021 0
1.0296815 -0.083514214 0
-0.75619977 -0.67891605 0
0.73476092 1.6289128 1
0.93172788 0.50129688 0
-0.093919729 1.6777029 0
-1.6364431 -1.7960661 1
1.5743538 -0.090800964 0
0.58354493 -0.21168665 1
-1.3895697 -1.09281 1
1.1432935 0.60695872 0
0.40897915 -1.5082685 0
-0.67354391 -0.62047333 1
-1.4809696 -1.2305388 1
0.22727383 1.7091516 1
-0.48947048 -1.1342531 0
0.64138147 1.7177038 1
-0.63153317 1.3502004 0
0.024297166 -0.71884342 0
-0.87418054 0.92198152 0
0.5453766 -0.16482385 1
-1.4384332 -0.47040269 1
-0.23580235 -1.1718945 0
1.6647775 0.24315785 0
0.97476374 0.80869872 0
0.31103608 1.6773016 0
0.36880338 0.42846787 1
-0.0012425247 -0.93847813 1
-0.91150841 -0.48357527 1
0.45399969 1.4789208 1
-1.2960686 0.86683522 0
-1.0970019 -1.1672478 0
-0.26822441 -1.256464 0
-0.9682295 -0.91158521 0
-0.024170106 -0.65906998 1
-1.0372427 0.93675114 0
0.042625752 -1.178489 0
-0.10203099 -0.30627706 1
-0.41259062 -0.027480193 1
-0.6953306 -0.7359448 0
0.20331679 0.61724237 1
1.2375356 0.31038889 0
-0.34742349 -1.4986144 0
-0.3227519 -0.21345712 1
-1.1807928 -0.75829117 1
0.16843415 1.9714751 1
0.27656165 -0.32420591 1
0.76371574 -0.80425714 1
-2.1469883 -0.8576587 1
1.2909101 -0.39052906 0
1.4794888 1.0092947 1
0.59158017 1.1536824 0
-0.2192347 -0.19525697 1
0.38659461 1.7147324 0
0.8162137 0.30603633 1
-1.3015124 -1.0818632 1
0.90963647 0.86421734 0
-0.46303445 -1.1982147 0
-1.5516545 -0.74383955 1
2.0640087 -0.89342356 0
0.86732933 -1.1885548 1
0.23449544 0.95821595 0
1.546902 1.102513 1
-1.7828062 -0.2530744 1
0.82411956 0.45048944 0
-0.94466931 -1.4344144 0
-0.91413855 0.42461675 1
-0.87657605 -1.0813918 0
0.054434611 -1.5909138 0
1.988022 1.1805377 1
-1.4234363 -0.61677623 1
0.4645293 0.84191947 0
1.4507691 0.1687167 0
0.37538757 1.2733088 0
1.0136937 0.25719579 0
-0.26859255 1.6000001 0
1.4024659 -1.1276682 1
-0.094943574 -0.82072658 0
-0.82724957 1.2308071 0
0.67019029 1.1519177 0
0.09807253 0.46457596 1
-0.75754147 -1.2075465 0
-1.4122023 -0.35740804 1
-1.328593 -0.58082075 1
-2.043189 -0.58350876 1
0.60436684 0.37410025 0
0.058481421 -0.3777428 1
-1.0962749 0.1448523 1
1.1565947 -1.2981219 1
-0.058296831 -1.1517325 0
-1.5100812 0.38384329 0
-0.73450262 -1.1885705 0
-0.9752463 0.72490814 0
0.98080816 0.25972019 1
2.2929455 1.3169488 1
0.35486719 -0.22230284 1
-1.4594297 -0.10806677 1
0.26953972 0.69585079 1
2.2204392 1.3143005 1
1.2679252 -0.15878626 0
-1.494311 -0.49802423 1
1.0881277 -0.38352619 1
0.9834477 0.61062778 0
-0.30605679 2.2761215 0
0.93797189 -0.25520162 1
1.3827479 -1.0163971 1
1.0116004 1.5711066 1
-0.2845875 1.9835073 0
1.2123938 -1.2364485 1
-0.21115379 -0.63671601 0
0.017571168 0.093187234 1
-1.5537176 0.58785089 0
-0.30984687 -1.2671283 0
-0.068250591 -0.40350007 1
-1.5889881 0.76288666 0
-1.9026408 0.85633944 0
-0.36417653 -1.4017598 0
-0.27572512 1.0513651 0
-0.89913634 0.062110521 1
-1.1534631 -0.65858214 1
1.3184681 -0.33107579 1
0.31662443 -0.023286978 1
-0.3661846 -0.88160375 0
1.6690398 0.087692504 0
0.15015647 -0.25598568 1
1.4150133 -0.65646086 0
-0.88895733 -0.88411975 0
1.4319776 0.48350282 0
-0.20088889 0.072603653 1
-1.0836428 1.1872592 0
1.051449 -0.72321786 1
-1.2325425 0.8895917 0
0.55310556 1.5408271 0
-0.71443717 -1.3577992 0
0.99605997 -1.6981274 1
-0.07906944 -1.3767048 0
0.97518766 1.4764852 0
-1.2043491 -1.1911516 0
-1.7761457 -1.0749456 1
-1.5649621 -0.17189587 1
1.5885083 -0.096322837 0
-1.4930005 -0.0032486048 1
-0.38863427 -1.3153128 0
-1.9680967 -0.27105085 1
-0.55628456 -0.5047783 1
-1.3656747 0.64450296 0
-0.46244234 -0.1870007 1
0.32483536 -0.15295309 1
0.082059798 -0.39819891 1
-0.48649301 -1.6192261 0
-1.0545634 0.7197102 0
-0.71365565 -0.16085539 1
1.548492 -0.030482938 0
0.91398708 0.25968803 0
-1.9656471 -0.67366641 1
-0.16305039 -0.75873425 0
1.3488493 -0.4614881 0
-0.7799435 -1.3685015 0
-0.17516593 -0.90900404 0
0.96953499 1.1472299 0
0.7943839 1.0077903 0
-0.85164495 1.3174774 0
1.2348263 2.1906983 0
0.93218466 1.431162 1
0.86592042 1.1351186 0
-0.98247515 -1.0775024 0
0.55264443 -0.17220217 1
-0.066215694 -0.47907543 1
1.5895507 1.7168276 1
0.16506788 -0.40460718 1
-1.5209685 -0.657623 1
1.6177382 -1.156846 1
-0.80128132 1.7800191 0
-0.89924829 -1.377159 0
-1.6299521 0.10113705 0
0.3200082 -0.99787773 0
1.1794036 1.4243896 1
1.6441529 0.17429391 0
-0.96145357 1.0012116 0
-2.2499202 0.16699851 0
1.1937932 0.28910978 0
0.93502354 0.55599724 0
1.73037 1.6833123 1
0.37937547 1.7439325 0
1.2869521 0.52474706 0
1.2654376 -0.6845839 0
-0.59826247 -1.3514393 0
-0.65366479 -1.0200349 0
-1.2399076 1.0030524 0
-0.32979777 0.082927264 1
0.056135641 -0.47878787 1
-0.23210859 -0.8432958 1
0.28024615 0.42931192 1
0.017478404 1.4669676 0
-1.7634102 -1.1687146 1
1.5549311 -0.46608041 0
0.44464815 -1.3828173 0
-0.49854135 -0.76608587 0
-0.57025434 0.50172989 1
-0.6602351 -0.070822087 1
-0.13817716 -1.3698007 0
0.49767467 -1.0234845 0
1.0859022 0.60049157 0
1.2202984 -0.017229399 0
1.1639265 0.15082084 1
-1.4319955 -1.0235204 1
-0.38913368 -1.1991597 0
-0.43932612 0.33082799 1
1.7177764 0.029111197 0
-0.10318329 0.036850356 1
-0.29797048 -1.2594458 0
-0.62207801 0.80409061 1
-0.23527183 -1.2162841 0
1.4797982 1.7761502 1
0.83749097 1.7479119 1
1.600779 -1.3625851 1
0.83038367 1.6672525 1
1.6971547 -0.4891936 0
1.4473856 0.39811463 0
-0.6726268 0.31311429 1
-0.15313931 -1.2007337 0
1.2223589 0.32470649 0
0.63412643 0.36565598 1
-1.0423101 1.2654006 0
-1.3736602 0.80765424 0
1.3789647 0.69775356 0
1.5249997 0.3557288 0
-1.3111904 0.0072332898 1
2.3269914 1.2059095 1
-1.5910198 -0.98007662 1
0.74044566 1.1953788 1
0.1547228 0.03731239 1
-0.50059593 -1.4349406 0
-1.0139069 -1.361276 0
0.76231911 -0.33359188 1
-0.7021946 -1.199918 0
1.2165134 -1.4588728 1
0.40315428 0.029728267 1
-1.8957666 -1.1005996 1
-0.58997858 -0.32835531 1
-0.20726032 -0.74504996 0
1.2700512 0.58878868 0
0.10207429 -1.3624644 0
0.78177958 -0.13908182 1
1.4632327 -0.046488087 0
-0.71487307 0.085857 1
0.53965317 -1.2611401 0
0.89625957 1.5803416 1
0.8462158 1.8684321 0
-1.7247033 -0.41043906 1
-1.389161 -1.3542348 1
-0.44917321 1.0410242 0
0.20776027 -0.4274289 1
0.018162564 1.6764461 0
-0.72379024 -1.258575 0
0.63604845 0.75565425 0
0.72415425 0.98879508 0
-1.3231125 0.90697769 0
0.48275076 -1.2297434 0
-0.51369755 -1.2107682 0
0.63949173 1.1967316 0
0.072477127 0.59623416 1
-0.4780915 -0.79649901 0
0.2618318 -0.53787204 1
0.31330687 -1.0669051 0
1.2278073 -0.087441645 0
0.14291783 -0.78564731 0
-0.54217825 0.91846559 0
-0.91065237 -0.9078247 0
-0.2937519 -1.5418231 0
0.14966334 1.2991932 0
-0.6983145 -1.2629509 0
-0.058445772 0.54034795 1
-0.32758408 0.23158369 1
-1.1827069 -0.52183845 1
-0.34655917 -1.1506928 0
1.0981792 0.50761505 0
-0.05804224 -0.9039546 0
-0.65240845 1.1399406 0
-2.0692585 -0.52132823 1
-1.0634327 0.49633292 1
0.77521509 0.017116012 1
1.5328852 0.36791264 0
1.5733535 0.17106989 0
1.1840376 -0.91671184 1
-1.2965616 1.1602671 0
-0.22222655 0.15620394 1
-0.83929078 0.11080022 1
-1.0729526 -0.017027949 1
-0.26828803 -1.5200816 0
-0.5058879 -1.089076 0
0.42045783 2.1001117 0
0.12903871 1.5201245 0
-0.29212579 -0.22408593 1
-0.68008636 1.6834495 0
0.35533434 2.0774953 0
-0.61216074 -1.4175684 0
2.4473321 1.2503852 1
0.23285367 -1.2917905 0
0.9053284 -0.55120653 1
-0.20564077 -0.020673365 1
-0.82038685 -0.75955227 1
0.305315 1.6324301 1
0.88905787 -0.56573625 1
-0.03421104 0.14456143 1
0.38591285 -0.99705049 0
0.43484156 0.39703328 1
0.1428244 -1.5578192 0
0.81734859 -0.94122222 1
-1.6232259 0.46849399 0
0.99542505 -1.6334224 1
0.51200007 -1.3365069 0
-0.21293209 0.25883298 1
-0.44341969 1.0202668 0
-0.52361113 -1.0869087 0
-0.89237943 1.0160845 0
0.87401114 1.7900213 0
0.56863354 -0.53826046 1
0.87781188 -1.3805519 1
0.37468151 1.2392583 0
0.53369295 -0.76320011 1
-0.068095685 -1.2363731 0
1.4342712 0.14700087 0
-2.0758074 -1.7832585 1
0.078807144 -0.09984702 1
1.0507536 -0.46662573 1
0.041295685 0.34514304 1
1.2716712 0.49552617 0
-0.6465429 1.0788292 0
-0.83987475 -1.16269 0
0.21249319 1.8068327 0
0.54126697 1.4063315 0
-1.3096321 -1.156803 1
0.69785736 0.78367028 0
-0.69191342 0.75875853 1
-0.55997713 1.0613322 0
0.42847396 -0.49394875 1
-1.6231847 1.0244397 0
-1.4736045 -0.21241892 1
-0.75071892 -1.3705978 0
1.4249449 -0.20820557 1
0.29558933 1.5142755 0
-0.58336673 -0.74307812 0
0.41776151 -1.1243115 0
-1.7146743 -0.6532338 1
-0.33587725 -0.052311002 1
-0.63251268 0.25687511 1
-0.88219103 -0.72618258 0
-0.15110706 1.6624318 0
-0.67953993 -1.0728534 0
0.63751094 1.1114193 0
1.2666284 0.49340149 0
2.0717159 1.3655913 1
1.6683327 -1.7659327 1
0.46773016 0.98564707 0
-0.8767768 -0.40148172 1
0.17512994 0.65155564 1
-0.55041674 0.236034 1
1.1552574 0.59768861 0
-1.2740041 -0.68797047 1
-0.65092637 1.1246082 0
0.1258529 0.81882564 0
-1.1108899 0.30847117 1
1.5208353 -0.06529581 0
-0.38134927 -1.0835479 0
-0.63318817 -1.1809675 0
-1.2075561 -0.85427989 1
1.0503036 -0.65469287 1
0.90331435 -0.33879782 1
-0.66961387 1.2186367 0
-0.83430616 -0.25810675 1
1.1128837 0.5695045 0
-0.86873991 -0.039275568 1
-1.1339219 -1.0812464 1
-1.5479533 1.0498329 0
2.0325135 1.3222939 1
0.17650524 -1.0714077 0
0.63214839 1.4547203 1
0.44034534 0.24629014 1
-1.4936222 0.41501319 0
-0.19663217 0.54418453 1
-1.2497591 -1.1351832 1
-0.11917765 -0.84225821 0
1.1598068 0.70262537 0
0.6251597 1.3756991 1
-1.2460529 0.10383061 1
2.2290706 0.8945088 1
0.38790892 1.6365126 0
-1.7996735 0.67626053 0
0.59208366 0.23481014 1
0.1218175 -0.04095151 1
-1.7330984 -1.2988254 1
1.0758985 0.83885028 0
0.90126731 -0.95227218 1
1.0293054 -0.19112642 0
-0.9510726 -1.3304802 0
0.19118447 1.93909 0
1.0832563 -0.62797037 0
0.45007746 -0.10377732 1
-1.7111213 -0.31864516 1
-0.33003208 0.30110199 1
-0.7440051 -0.4151508 1
0.21854641 1.5921687 1
0.12505795 -1.2397576 0
-0.38088871 1.4088398 0
-1.5247513 0.24617964 1
0.60523588 1.8558773 1
-0.48206695 0.090347253 1
1.0936581 -0.53777124 1
-0.98689391 -0.813758 1
1.1508421 -1.6886522 1
1.04575 0.21897166 0
0.64172966 0.90910488 0
0.74470903 0.68134062 0
-0.95618378 1.1122182 0
-1.9743866 -1.7150931 1
-0.46835811 -1.1696438 0
-1.3255824 0.039770679 1
1.782086 1.3528453 1
-0.46803756 0.24488393 1
0.1674952 -0.79262471 1
0.17057965 -0.8861375 0
1.237863 0.0023543645 0
-0.13678619 -1.1636584 0
0.49771287 0.56719857 0
0.19324064 1.7201173 0
1.389766 0.15536378 0
-1.8238844 -0.89857382 1
1.5606108 -0.17692354 0
0.49385535 -1.0141911 0
0.13704508 1.68691 0
1.0329592 0.033100653 0
-1.1257336 0.19348055 1
-0.55302001 -0.68703594 1
-1.3403209 0.62610078 0
0.08698002 -1.2770115 0
0.010541644 -1.2613503 0
2.0923774 1.1004852 1
-1.1878982 -1.3179815 0
-0.33740532 1.4844104 0
-0.75894212 0.36617945 1
0.19630024 1.0793388 0
1.6863266 -0.72351734 0
0.55195315 -0.19904124 1
0.98093462 0.092061871 0
-0.57918718 0.78953132 0
0.59543758 0.42868258 0
-1.2388492 -0.91910092 1
-1.4932873 0.7963023 0
0.91295805 -1.5953076 1
-0.73738952 -0.067720392 1
-0.37006338 1.4784154 0
1.286287 -1.4298387 1
-0.45114355 1.7167457 0
0.054501832 -1.3154208 0
-0.23112592 -0.74980118 0
1.9266159 -0.84231887 0
0.30903477 -1.0331156 0
0.72881557 1.4886063 1
0.57191437 -1.2418013 0
0.91620297 -0.025505471 1
-1.4024666 -0.38631274 1
1.3080162 0.16974794 0
-0.49943094 -1.3118419 0
-0.17978052 0.5947293 1
0.20046518 -0.60895803 1
0.18805002 0.91396119 0
-1.0817151 0.8895661 0
-0.74999656 -0.88086995 0
0.56324126 0.1365888 1
1.7835969 -0.50825886 0
0.48701753 1.3334155 0
-0.26181479 1.2812697 0
-0.59294219 1.279507 0
0.55739839 -0.25457671 1
0.40358808 -0.86812516 0
-0.14099078 -0.11864142 1
-1.0323487 0.15288822 1
0.39868912 -1.477098 0
2.3400089 -1.2545579 0
0.84983323 0.72550531 0
2.2510257 1.2071313 1
1.7097531 -0.043977753 0
0.83314284 -0.25439434 1
-1.8940728 -0.79899044 1
1.0891833 -1.5861428 1
-0.67435461 0.84165864 0
-0.42848636 -0.50886099 1
0.64581097 0.7781674 0
-0.67996633 0.31401956 1
0.89861131 1.4021533 1
-0.53218073 -0.17865199 1
-0.27416682 -0.98994835 0
-0.48596984 -0.88719259 0
0.65538336 1.7200303 1
0.9332715 -0.27698306 1
-0.043314518 0.60497911 1
1.2342062 -0.058184228 1
-0.45567891 1.5484159 0
1.2130067 0.0082737324 0
-0.10551472 0.55185444 1
1.0487871 0.76819823 0
0.81987591 1.8349631 0
-1.8422255 -1.2294403 1
0.082832389 -0.87930164 1
-0.39089456 0.18127464 1
-1.0147343 -1.6494194 0
-1.4028667 -0.10682629 1
-1.0732134 -0.55226532 1
0.65854826 1.2822444 0
-1.6514951 -0.73067487 1
0.9296619 0.64971694 0
-0.21814578 -0.88185282 0
1.351276 -0.38653973 1
0.95527469 -0.22964629 1
-1.2843425 0.55927863 0
1.9722535 1.4134765 1
0.54579004 -0.19548913 1
-1.7823127 -0.57151361 1
1.223247 0.83442384 0
1.8792064 0.11576212 0
-0.64472568 -0.23804019 1
0.28906476 0.59814063 1
-0.044293859 -0.33473724 1
0.05244269 -0.85267095 0
-0.5903235 -1.0413641 0
-0.22005246 -1.1175164 0
1.0606188 -0.23214695 0
0.35147886 -1.4150188 0
0.92763843 -0.10172408 1
0.52431391 -0.64808517 1
0.41518631 1.7975656 0
1.0939449 -1.3729437 1
-1.3702493 0.14995643 1
-1.2983174 0.57725727 0
0.52303484 -1.3834732 0
1.0774683 0.016305051 0
-0.1232878 1.8600426 0
0.5612458 1.7425871 1
1.8720138 -0.23861562 0
-0.097776167 -0.42360609 1
0.80907359 0.94219648 0
0.0035563179 1.8737038 0
-0.47303193 -1.548679 0
-1.0589986 1.4890367 0
0.32013115 0.28220152 1
0.24654269 -0.89973238 0
1.5034892 -0.060758934 0
0.81152267 -0.15006956 1
0.31116516 1.7629278 0
0.249081 -1.4639981 0
1.1443917 -0.077056657 0
-0.22300887 -1.282746 0
1.3242153 1.3592638 1
-0.77709817 1.216855 0
-0.91655996 -1.0823317 0
-0.36419014 -0.082779573 1
-1.1457173 -0.56170377 1
-0.49593052 -1.0906411 0
-0.55404682 -0.37969321 1
-1.3342994 -0.64673481 1
-0.80348455 1.2489316 0
0.19148241 1.7201643 0
-1.6449135 -1.2692023 1
0.17569758 -1.1101069 0
-0.22428093 -1.0155667 0
0.10782381 -1.2076133 0
-0.62888105 0.80862082 1
-0.73656859 -0.61672109 0
0.23509935 -1.0641925 0
0.61899241 1.6480404 0
1.2967233 0.74927632 0
-0.10017696 -1.0525296 0
0.017922753 -1.0102959 0
0.2365841 -1.2606819 0
-1.3663715 0.92795418 0
-1.3377859 -0.41871854 1
0.75978242 -1.1619898 1
0.031672954 -0.82063107 1
0.34221115 -0.70137227 0
-0.74699356 -0.50946299 1
1.2045348 -0.77832233 1
-0.44824752 0.90956657 0
0.081692273 0.41820921 1
0.15407496 0.62873837 1
-0.12390591 -0.95040798 0
-1.8487175 -0.34748551 1
-0.26853577 0.96090912 1
0.37656636 -0.6425846 1
0.37785249 -0.060949053 1
-0.46071791 0.34270086 1
-0.59848854 -1.3768587 0
1.0629601 0.26611321 0
1.6013995 -0.18273765 0
2.5525421 1.3984766 1
1.3675871 1.4510739 1
-0.055224112 0.88207063 1
0.3260806 0.0062583545 1
-0.73144737 -0.9061534 0
0.21050475 -1.2776704 0
0.95241124 0.4269212 0
-0.1055094 -1.1395814 0
0.95466998 -0.015786718 0
-1.6801487 -0.52837372 1
-0.3221023 -0.35553922 1
1.3920204 -0.87155606 1
-0.069292769 -1.3032047 0
0.30553743 -0.1606242 1
1.4025179 0.85491518 0
1.2860761 1.0738453 0
0.13388046 -1.1781132 0
-0.82586127 -0.96624171 0
-1.1466964 -0.64675159 1
-1.5348843 -0.46635196 1
1.6497828 0.040415204 0
-1.6608976 -0.79198187 1
-0.54340061 -0.02038101 1
-1.1144407 0.0017227702 1
1.2715462 1.6015795 1
-0.43009489 -1.3989589 0
0.71000068 0.052857935 1
1.0654717 0.39871238 0
-0.42030629 1.1118214 0
1.2919879 0.62173238 0
0.58938928 0.71441088 0
-0.56548233 -0.082244 1
0.4492102 0.64771845 0
0.37348494 1.4779168 0
1.0103225 -0.94018118 1
0.41762133 -0.71081855 1
-0.23247532 -0.3637854 1
-1.8043936 0.52906552 0
2.5261216 1.4978309 1
-0.16667535 -0.63279248 1
0.64321135 -0.35067471 1
-0.48392577 -1.1991197 0
0.94073596 1.1600369 0
-1.2910631 -1.1377665 1
1.0197211 0.99686807 0
-0.13657624 1.435896 0
-0.026354543 -0.95162277 0
0.32764922 0.55290153 0
0.27306926 -1.4480369 0
1.3139693 0.11775503 0
-0.65810505 0.55448114 1
-1.4870371 -0.22093922 1
0.12537874 2.1597344 0
-1.0088859 -1.2674838 1
-0.35564653 -1.1597365 0
0.28977462 -0.51461817 1
0.93275311 -1.2359438 1
-0.85076043 -1.2623168 0
-0.021001768 -1.0862854 0
-1.7097161 -1.2948506 1
-1.2901975 1.524536 0
1.0782558 1.3745991 1
-0.50651695 1.2405217 0
0.2713873 -0.59117097 1
0.61067804 0.64923871 0
1.2609325 0.46188428 0
0.90159785 0.94651733 0
1.0756232 -0.13261016 0
2.0392595 1.363101 1
-1.5832748 -0.84158992 1
-1.4371281 -0.50477838 1
-0.82130373 -1.4430587 0
0.471844 1.3704698 0
-0.8152182 1.1760523 0
0.88017097 0.27465564 0
-0.10200942 -0.13016691 1
1.1728644 -1.3890399 1
-1.3973286 0.55285784 0
-0.98562938 -1.2729798 0
-0.32620867 0.16842361 1
-1.0715726 -0.62164742 1
0.40686105 -0.93970451 0
-0.60725655 -0.89436529 0
0.46895895 1.9086786 0
1.0598494 0.7633211 0
0.008538124 1.3095013 0
0.10960407 0.55346253 1
1.8067816 -0.55067908 0
1.728605 1.2612333 1
-0.12103347 -1.0487175 0
0.84037172 1.4232706 0
1.7476465 0.016036899 0
0.20721888 -1.3810644 0
0.78090211 0.91112208 0
0.63915973 -0.81531331 0
1.3250608 1.626594 1
-0.31404529 -0.71970699 0
-1.3147157 0.17543885 1
0.74597259 0.99079414 0
0.56910399 0.48110808 1
-0.56199004 -0.87327738 0
-0.8449457 -0.37735556 1
-0.069625728 -0.89603847 0
-0.08946415 1.6478409 1
-0.49446534 -0.71938381 0
0.2987847 1.5595774 0
-0.68797716 -1.1380566 0
1.3754138 -1.7431991 1
0.32226334 -1.0372916 0
-0.20649416 -0.47397947 1
0.66897484 0.98040661 0
1.8544361 1.6056815 1
0.14371229 1.5617558 0
-0.25296481 -0.40613947 1
1.4054596 0.60672572 0
0.39125156 -0.090105514 1
-0.37624358 1.3327806 0
-0.63892987 1.2810772 0
-0.10618015 -0.93301812 0
-0.58703303 1.0104809 0
-0.49112841 -0.42922889 1
0.069213161 -0.82755708 0
1.1594266 0.77629061 0
-0.45193827 -1.2206384 0
0.7863396 1.3055333 0
0.069808672 -1.2545353 0
0.40864536 0.21191461 1
0.26293421 -1.4778037 0
-0.25061513 0.84582156 1
1.0987764 0.6038231 0
-0.11301662 0.62582728 1
-0.54027086 -0.60144094 1
0.36940236 1.6933362 0
-0.63433351 -1.1454018 0
0.30687653 0.12034283 1
-1.7401878 0.69276297 0
-0.20236506 1.639371 0
0.5037939 0.075191148 0
1.1936778 0.55415915 0
-0.0026380123 -1.0179287 0
0.4226224 0.59826616 1
1.2595445 -1.0260434 1
-0.34059818 1.5475816 0
-1.425189 -0.35655226 1
-1.4076384 1.0879342 0
-1.5942673 0.91322239 0
-2.0290689 0.35911987 0
1.2481294 -0.20249058 0
1.5306687 -1.0523231 1
-1.0618835 -0.54866363 1
-1.5871266 -0.76566083 1
0.44889127 -0.048884456 1
-0.48725551 -0.53564691 1
-1.8446054 0.093182607 0
-0.42099302 -1.0888438 0
1.2267011 -0.49320889 0
-0.83279314 -1.2304544 0
-0.75354369 1.1048804 0
-0.069890531 -1.2020952 0
-0.076953996 1.8688241 1
-0.26075624 0.20411203 1
0.94220038 1.8286801 1
-0.78680453 -0.11321155 1
1.3519119 0.64418438 0
0.81581453 -0.13298466 1
1.0977923 0.60406361 0
-0.074272163 -1.3810053 0
1.2047983 -0.21285001 0
1.566997 0.48344426 0
-1.1692742 1.0813287 0
0.039398091 -1.3511223 0
-0.3991351 1.3036462 0
-0.68485601 0.45941037 1
-0.62456999 1.6490962 0
-0.81415839 0.22988344 1
-0.81776779 -0.68960564 1
-0.30478878 0.2470329 1
1.0489003 0.44406073 0
-0.59682418 0.23235438 1
-0.1223486 -0.80805444 0
0.78108736 0.41530339 0
0.23538675 0.77208712 1
-1.8850718 -0.72653123 1
0.011404767 -1.4561953 0
0.14911239 -0.29493628 1
-0.47245766 0.41134988 1
-0.93006091 0.75801739 0
0.82221268 0.19184689 0
0.10313818 0.3294876 1
-0.57440086 1.3153598 0
0.033552353 0.32274153 1
0.73855163 0.13924935 1
-0.115957 1.2616201 0
-0.6254888 1.3760817 0
0.49941043 -1.1719089 0
0.87626257 -0.96904619 1
-1.0732978 1.1640308 0
-1.7794244 -0.58200306 1
-1.5150795 -0.99267001 1
-0.11635177 -1.3592145 0
-0.51868407 -0.79858705 0
-1.8405797 -0.86529224 1
-1.3139881 -0.22907225 1
1.2781789 0.37340703 0
0.90467665 -0.99400435 1
0.09144856 0.49345085 1
-0.75283189 1.0987443 0
-0.82894768 1.0629145 0
1.8573617 -0.21261771 0
-1.551267 -0.66285684 1
0.30840057 -1.0558369 0
-1.1057573 0.65461574 1
0.70716241 -0.77780999 1
-1.3000947 0.65119991 1
0.35353106 -1.188411 0
0.72604119 0.28854942 0
-0.67494476 1.1809216 0
0.66575253 1.3596891 1
1.2868366 -1.1896544 1
-1.2248373 0.83078777 0
0.20362411 -1.0581026 0
-1.3264756 1.0763502 0
0.95184974 -0.78209318 1
-0.78532094 -0.36131572 1
2.621373 1.1160291 1
0.093460975 2.0984159 0
-1.3536004 -0.57009607 1
1.0165004 0.054055415 0
1.0243188 -0.35110558 1
-0.20097482 1.3489974 0
0.16556241 -1.2487279 0
-0.35029268 2.0652909 0
1.0124572 -0.20480607 1
-0.83441149 1.4837451 0
-1.6982972 -1.79031 1
-1.5023085 0.084706147 1
-0.88983152 -1.1684054 0
1.21772 0.42342247 0
-0.087612557 0.25494584 1
-1.7836304 -0.60741085 1
0.26519934 1.4027209 0
0.58551249 1.1502862 0
-0.4482844 -0.35409145 1
-0.52714781 0.88667031 0
-1.5511749 0.69467597 0
-0.096218878 0.1896213 1
-0.21499806 -1.0059692 0
1.2562167 -0.91171831 1
-0.031378494 -1.0140683 0
-0.62382985 1.7515364 0
-1.0376892 0.98382921 0
-0.87818824 -1.161375 0
1.2602782 0.14446523 0
-0.69938052 0.7549123 0
-0.3958632 -1.3808325 0
0.75282528 1.8366989 0
-0.27400155 0.48912159 1
0.041017778 -1.1311979 0
-1.0626488 0.18103692 1
0.15681532 -0.93410882 0
-1.5385259 0.51634971 1
-2.0501727 -1.9266016 1
-0.34803237 0.11851696 1
-2.0108505 0.43905131 0
-0.30162798 -0.11567205 1
-0.65503758 -1.439808 0
-2.0125823 -1.8451882 1
0.98236056 -0.45152133 1
-0.77723398 -1.3308388 0
1.3397555 1.3654163 1
0.12086178 0.2186979 1
-1.1435124 0.84861347 0
-1.0761691 0.7204094 0
-0.1492469 -1.201168 0
-0.14156414 0.2313221 1
-0.33697069 1.853281 0
-0.47470403 -1.0184989 0
-0.16236468 -0.3342118 1
-0.43740647 -0.98402274 0
-0.37688618 -0.97266577 0
-0.078535607 -1.159314 0
-1.0219117 -1.1801563 0
1.2977047 0.18622648 0
0.78540433 0.048122552 1
-0.012778603 -1.2692583 0
1.2268678 -0.11460723 0
-0.14588706 0.13221361 1
0.2519696 -0.38902433 1
2.3195523 1.2962633 1
-0.63996297 0.70546533 1
-0.32853841 -0.85803871 0
-0.97382161 0.51107412 1
1.7437624 0.57664523 0
1.4494491 -1.2517535 1
0.95671164 0.098584038 0
1.2454778 1.1982504 1
-1.0257715 -0.95016308 1
0.97624355 -1.3866924 1
0.36606003 0.16428579 1
-1.8846858 -0.97919796 1
0.98988778 0.77070801 0
-0.96651584 1.2243761 0
-0.13857666 -0.36282429 1
-1.3044367 -0.82922794 1
-0.56034917 -1.1212334 0
1.734325 0.97932991 1
0.18537239 0.26072138 1
0.90008462 -1.3644332 1
-1.2447763 -0.010441224 1
0.97373138 0.87742861 0
-0.51339972 1.2880172 0
-0.69695179 1.3457567 0
-0.20321733 -1.0771185 0
-0.89983407 1.4902353 0
0.44262609 1.5432768 0
0.33521747 1.9902944 0
-1.280226 0.72008416 0
-1.4290559 0.70705061 0
-0.43077188 1.2052092 0
1.0612477 -0.45251013 1
1.6598886 0.67197347 0
0.94246869 0.24778306 0
2.2098624 1.2070345 1
-0.83044332 0.99250573 0
-0.83843831 0.35618577 1
-1.8270436 0.37856777 0
-1.8216384 0.90360545 0
1.5007127 0.044222128 0
0.70706888 1.3723896 0
-0.36936854 -0.96497942 0
-0.52916224 0.36536665 1
-0.21644433 -1.3815411 0
-1.1032915 -1.1287822 0
1.437264 -1.7278135 1
1.7895989 -0.45874823 0
-0.95740749 0.039047838 1
0.93041898 -0.37493693 1
-0.87845394 -1.4583494 0
0.53525636 0.50421548 1
-0.89226362 1.2486659 0
-0.83598499 -1.3566183 0
-0.0032943571 -0.077681793 1
-0.29143309 -0.85841634 0
-1.5423555 -0.64335056 1
-0.2982449 -1.1619588 0
0.44480223 0.13505891 1
-0.54631763 0.44228409 1
-0.18959921 0.16789373 1
-0.2854424 -1.1007748 0
0.24595302 -0.7667473 0
-0.80291436 -1.088332 0
-1.5301329 0.50054632 0
-1.0416299 -1.4186607 0
0.29072536 1.3384497 0
0.074436304 1.037289 0
0.53750153 -1.3861429 0
-1.3081791 -0.32036405 1
-2.5624693 -0.078385908 0
-0.59886223 -0.52115422 1
-2.1905021 -1.3004049 1
-1.5809614 0.45590772 0
-1.8702841 -0.55544412 1
-1.3115196 -0.62695772 1
1.1637941 -1.2426574 1
-0.71801428 -1.2541536 0
-1.5753174 -1.2569235 1
-0.87890795 0.49919853 1
1.5440455 1.752175 1
-1.70418 -0.086985549 0
-1.1192766 -0.31486397 1
1.2455585 0.55537117 0
-0.21904429 0.52375628 1
1.441654 0.89828901 0
0.4038232 0.0099854675 1
1.1397039 0.37610556 0
1.7420356 0.19467158 0
0.27320625 1.6751933 0
-0.94863734 1.0026627 0
0.073462651 -1.0099992 0
-1.6778467 -0.50975731 1
0.97436934 -1.3248945 1
-0.62072581 1.5243724 0
-2.0619517 -1.2300847 1
-1.9384965 -1.0310701 1
0.91804204 0.82022828 0
0.85072998 0.59755658 0
-0.11264423 -0.19704733 1
0.22990631 -1.150733 0
0.027292288 -0.68297547 0
0.17625587 1.9386147 0
-0.66571083 -1.3415811 0
-0.56783834 -0.8725301 0
-1.8413207 -0.95812624 1
0.26973845 0.049075521 1
-0.5413826 -0.33172942 1
2.0329626 1.1046864 1
0.46972714 -0.76455352 1
-1.0677569 0.96270246 0
-0.10291706 -1.7140636 0
0.28848217 1.6209174 0
-0.45478973 -1.2976296 0
0.65858058 0.91301129 0
1.3431017 0.32046717 0
-0.21795679 2.0900091 0
1.4456379 0.27257327 0
-1.6659637 -0.87538468 1
-0.40424205 0.17826249 1
1.0694304 -1.3819014 1
-0.076492387 -1.1185855 0
0.64567576 1.2330623 0
-0.14530926 1.6736385 0
0.46878501 -0.32076186 1
0.7819853 1.7971186 0
0.13302859 2.042019 1
0.0016783958 0.26233035 1
-1.6678887 1.1025763 0
0.17010705 -0.71939115 0
0.97356869 -0.95095071 1
-0.24342365 1.7591082 1
0.57039582 1.4158457 0
1.080541 1.0339298 0
-0.88207208 -0.5819774 1
-0.13853344 -1.2657654 0
1.0077921 1.821102 1
-0.89897687 -1.2472802 0
0.83079333 1.3473636 0
1.4779857 -1.0517457 1
0.84162814 -1.4054943 1
0.7962891 0.42920023 1
-2.1320511 -0.346628 1
-1.3209721 -0.40269557 1
-0.43969584 1.2243028 0
-1.0156135 -0.030799361 1
-0.67844634 1.6023756 0
0.57473595 1.4166871 1
0.3502479 0.88893388 0
2.1979111 0.93540306 1
-0.25391512 -1.2679713 0
-1.4528146 -1.2507707 1
0.74963618 1.9191308 1
-0.20426036 -0.18121723 1
0.70103509 0.02369916 1
-0.87145959 -0.82542256 1
0.54422996 1.4105264 0
-0.92981851 -0.89490418 0
0.41846406 -0.89666629 1
1.0950734 0.45783191 0
-0.61672092 -0.79159375 0
-0.41054953 -1.4073024 0
-0.50876276 -1.4075866 0
-0.10724044 -1.4989931 0
0.10068757 1.9315044 1
0.96205509 0.85064784 0
-0.82636796 0.68232112 0
-0.99179177 1.3950737 0
0.17490269 -0.88724276 0
-0.50779306 -1.6991925 0
0.94890195 0.42237674 0
-0.72078485 1.1867585 0
0.71346546 1.0188204 0
-0.44541039 -1.2365853 0
-0.098215103 0.39465842 1
-0.95869355 1.0708578 0
-1.3511299 1.3186808 0
0.51707365 -0.93118356 0
1.1794183 0.91272897 0
0.96125218 -1.3302933 1
1.3156415 -1.2331679 1
-1.5282836 0.79533382 0
-1.2306086 -1.3008825 1
-0.52967364 0.10061528 1
1.2925459 0.23045599 0
-0.42499498 0.99561184 1
0.46344122 -1.2752659 0
0.9566492 -0.78622573 1
0.86584776 0.61219622 0
-0.25443516 0.40319106 1
0.27463351 -0.98719399 0
0.50466076 1.4472288 0
-0.97154379 -1.0636032 0
-0.12039017 -1.2156731 0
1.8582237 -0.36013193 0
0.83547946 1.2449507 0
-0.86454374 -1.1040679 0
0.65850618 -0.05696668 1
-0.39222613 -1.2658438 0
-1.2633829 -0.29591071 1
0.82634734 0.83977127 0
-0.76660476 -1.1992468 0
-1.6177632 -0.71156575 1
1.1209237 -0.42219335 0
1.4563417 0.65138411 0
-0.15624249 -1.163579 0
0.18798189 1.5871395 1
-1.6386866 0.57244451 0
-1.8112647 -1.2111572 1
0.040340958 -1.5055329 0
-1.198575 -1.4002749 0
0.36694055 -0.45113908 1
0.3861816 1.5492811 0
0.80977746 1.9311257 0
0.053323718 -1.01835 0
-0.19249408 1.0385475 0
1.5659274 -0.38886577 0
0.61358882 -0.15722333 1
-0.14511465 0.47146696 1
1.1344342 -1.7451898 1
-0.027543158 -0.58208846 1
-1.1087508 -0.43974273 1
-0.42855165 1.126169 0
1.2621231 1.723669 0
-0.8786579 -0.97537826 0
0.13639917 -1.3635305 0
1.1586566 1.0512501 0
0.206322 1.1941815 0
-0.30822475 2.1855883 1
0.52694066 -1.0202093 0
0.82984074 -0.93879508 1
1.2387777 0.82770891 0
-0.61552597 0.41280767 1
2.2037454 1.2566866 1
-0.39605083 1.2091636 0
-1.2932128 0.8911321 0
0.60265635 0.14471385 1
-0.8907865 -0.6167869 1
0.31589838 1.430955 1
-1.460402 1.200674 0
0.61455447 -0.0227667 1
0.90796637 -0.5057157 1
0.90410184 0.19497556 0
0.48875721 0.90408036 0
-0.90283773 -0.082219783 1
-1.3931856 0.86204229 0
1.750408 -1.0318309 0
-1.7515896 -1.9203905 1
0.20420585 -1.2935775 0
-0.2779966 -1.0854553 0
-0.08662531 -1.368133 0
0.23782832 -0.55086995 1
1.1570524 0.84701881 0
0.48404788 -0.427423 1
-0.98993303 0.23110076 1
1.2922486 -1.0433625 1
-0.30502606 0.19375501 1
-0.097902111 -1.0138886 0
0.57081951 0.19735978 1
0.53832404 1.3793707 0
-1.0633642 0.81725653 0
0.20510764 -0.47056582 1
0.1085194 1.6519515 1
0.43404383 0.29504148 1
1.5256523 0.083796865 0
-0.32537808 -1.3178746 0
-0.11127424 -1.3305922 0
1.3865278 -0.013035802 0
-0.48055429 -0.90447753 0
-1.213128 0.77767 0
-0.59543724 1.0909335 0
-0.58056435 -1.3360535 0
-0.83387636 -1.1872781 0
-1.8548227 -0.34983523 1
1.148416 -1.5189065 1
-1.3866991 -0.28248618 1
-0.061831654 0.3575405 1
1.1615383 -0.35669916 1
0.025631726 0.22779883 1
-0.050808671 -1.185875 0
-0.47214597 0.26733321 1
-0.42368655 2.0117795 0
1.2302483 -1.5477537 1
-0.63635923 -0.98823196 1
1.1122139 0.98869081 0
-0.3466528 -1.1279083 0
-0.2908761 0.56086438 1
-0.24149276 0.89708835 1
-0.97349642 -0.04697261 1
1.892614 0.83397385 1
0.85077003 0.95044699 0
2.3478383 1.205485 1
1.4070123 0.90039857 0
-1.0076129 -0.21063438 1
-0.59378104 -1.2146882 0
0.53480581 1.3991939 0
-1.7138244 -1.2698761 1
1.5277219 0.22801112 0
-0.66045451 0.96516762 0
1.5090073 -1.1549437 1
1.2229764 -0.6071878 1
0.61729459 -0.0095972387 1
1.9465299 1.5270343 1
-0.4743981 0.26350694 1
0.052551527 1.4213808 0
1.6555611 0.2389768 0
0.097077452 1.5842891 1
-1.1697239 -0.07303112 1
-0.32538255 0.96857781 1
-1.2461069 -0.57638786 1
0.37702393 1.7224785 1
0.51468205 2.213563 0
-0.43508032 -1.5321334 0
-0.069192654 1.728369 1
-0.33841077 -1.3286818 0
0.25529014 0.41246965 0
0.72133802 0.73052054 0
1.2217539 0.21723426 0
1.2250031 -0.61487364 1
1.3380732 -0.027202423 0
-1.9612968 0.44518122 0
-1.9220608 -1.5026979 1
-1.3479986 -0.48469816 1
-1.7892921 -0.12403968 1
-0.6313085 -0.9137819 0
1.3852716 1.516113 1
0.32862677 -0.37029693 1
-0.75968239 -1.2572409 0
0.38516982 -0.74425952 0
-2.0000902 -1.7247189 1
0.41704935 -1.5430268 0
-1.2157535 -0.096099647 1
-0.8822469 1.2884513 0
0.039897047 -1.2770078 0
1.2807745 -0.17589058 1
0.53497478 1.4592418 1
2.4626931 1.2129701 1
0.38163246 0.17481798 1
0.1339169 -0.92204246 0
-1.5231745 0.4971365 0
0.24699777 -0.9603139 0
-0.68983905 -1.3346411 0
-1.2431347 -0.70599113 1
-0.51538307 0.62463811 1
0.062373887 -1.0530197 0
-0.29187402 1.3226663 0
0.17976864 -0.06273434 1
0.2638082 -0.60494185 1
0.67826065 0.33528896 0
-1.4488735 -0.70079361 1
0.9812915 0.53162381 0
0.59645704 -0.17218892 1
0.40887862 -1.1495402 0
-1.9048984 -1.3158431 1
1.3414118 -0.68898742 0
-0.17059583 -1.088878 0
-0.0081592484 -1.3771961 0
0.20978328 -1.2587724 0
-1.1900287 -1.0272944 0
0.65473036 1.1408538 0
-1.2605762 0.22977264 1
-0.0160482 -1.2566901 0
-1.2582154 -0.5031782 1
1.4898896 1.586918 1
-0.5213501 0.72625339 1
-1.5690626 -1.7373937 1
-0.13229617 0.95438816 0
-0.59204629 -1.1695818 0
-1.58072 -1.6053284 1
0.32911898 1.1129922 0
0.99384224 0.34797869 0
-0.15992431 -1.3621289 0
-0.69638909 -1.2042906 0
-1.5246437 -0.36828298 1
-1.4727202 0.95967431 0
-0.90442162 0.95288994 0
1.1039555 -0.36358344 1
-0.69927675 -0.35914553 1
-0.078920009 -1.3493674 0
1.0126282 0.39657546 0
1.4984721 0.63663843 0
-0.05707325 -1.5010158 0
0.07623672 -1.2727569 0
-0.056737688 -1.4070611 0
0.21654945 -0.96134397 0
-1.4377244 -0.22515773 1
-0.40053743 -1.1669649 0
-0.56692603 -1.1444637 0
-0.19161805 0.79078482 1
0.4130668 0.47325682 1
0.73618149 1.6398903 0
0.1683935 -1.0627406 0
0.40237959 -0.39023701 1
1.1192733 1.1400062 0
-1.7412639 -0.52050011 1
-1.1397223 0.48843444 0
-0.043416177 -0.44181755 1
-1.4265015 1.2451127 0
0.74709245 -1.0469991 1
0.97281566 0.65329949 0
-1.4095524 0.89429477 0
-0.53391343 1.1537176 0
1.1239806 0.29334691 0
1.5197813 0.31538668 0
-0.90328478 0.10095032 1
0.88036184 -0.24053463 0
0.63664463 1.2493346 0
0.83809977 0.60314097 0
0.62224895 -0.54644877 1
0.42261742 1.7370392 0
1.2265562 -1.1978078 1
0.41670377 -1.2843508 0
-0.68464163 0.98932305 0
0.43925598 -1.0906837 0
0.85423303 1.1491148 0
0.073428743 -0.16208939 1
-0.70658154 -0.37824314 1
-0.53687406 -0.22328722 1
0.19854368 -0.86045986 0
-0.73932806 -0.065975811 1
-0.7440471 0.19647053 1
-1.6261063 0.29297508 0
-0.10861094 -0.88431029 0
1.0147073 -1.0535862 1
0.92429066 0.8606472 0
0.8834796 0.10624851 1
1.1914798 -1.24735 1
0.66639995 -1.5208745 0
0.33540699 1.1515074 0
-0.38636728 1.5025221 0
-1.0833097 -1.2987236 0
-0.27491379 -1.6035262 0
-1.5077383 -0.28502054 1
0.76754739 -0.91746446 1
2.5912126 1.1599275 1
-1.7325025 -1.3221635 1
1.6437955 -0.1517858 0
1.1143876 0.37484868 0
1.0197194 -0.62460732 1
2.3432826 1.6386069 1
-1.2081759 -0.40900789 1
1.8010607 -0.81112655 0
-0.70499031 0.12925717 1
-0.018657242 -1.5456441 0
1.186453 0.9972611 0
-1.5743247 0.94221193 0
-0.30994546 1.4458678 0
-0.63845684 -1.0124341 0
-0.16986895 -0.34589092 1
1.3255792 -0.48603254 1
-1.0539805 -0.40004837 1
0.22168196 1.4738924 1
-0.99877849 0.90579985 0
1.764862 1.3301919 1
0.85696956 0.87519251 0
-1.8391109 -0.28378258 1
-1.4863551 0.74381757 0
-0.23900509 -0.84782003 0
-1.51496 -0.76898482 1
0.33268667 -0.84472338 1
-0.63313742 -0.69818008 1
-0.25622126 -0.11511599 1
-1.7970848 -1.2573329 1
0.72999155 -0.36955694 0
-0.21520934 -0.21650251 1
1.7145631 -0.28882255 0
-1.4274784 0.091053407 1
-0.10501309 -0.44245311 1
-0.34554298 -1.4984844 0
-0.92762992 1.5491136 0
-1.9599332 -1.0861381 1
1.3062042 0.93552552 0
-1.0387208 -0.035935991 1
0.10530007 -0.20776507 1
0.60757425 -1.1818512 1
-0.31511379 -1.3003481 0
2.6428088 1.1447794 1
-0.99418718 0.19152499 1
1.1649735 -1.10484 1
-0.053624403 1.5980726 0
0.68519638 1.6909095 0
-1.5765055 -0.35174278 1
-0.5832207 -1.3473856 0
-0.016277655 -1.0743262 0
1.3418062 -0.6317153 1
2.2475138 -1.4013681 0
0.88814297 0.81677371 0
0.37345494 -1.1683197 0
0.39012236 -1.202947 0
0.7631112 1.1511698 0
-1.2949762 -0.23016995 1
0.99885326 -1.1218708 1
0.99096504 0.59403976 0
-0.86890745 0.63393654 0
0.60281031 -1.0041377 0
0.14463215 -0.41468708 1
-2.1253473 0.67801008 0
-0.7648323 -1.1344549 0
0.36060441 0.93119333 0
1.6758822 -0.29326726 0
-0.13811101 -1.0289381 0
0.38347305 -0.82356039 1
-0.70439016 -0.80170715 0
1.7924718 1.5006806 1
0.87660166 0.16064944 0
1.2197559 1.3457798 0
0.80775287 -0.83143919 1
1.227274 -0.0084749002 0
-0.12944165 -1.6919594 0
-0.89720121 -1.0427007 0
0.24963168 -1.0987709 0
-0.020194624 -1.2640409 0
1.8501761 -0.55811619 0
-0.65097805 -0.10332117 1
1.2232313 -0.15854047 0
-0.77956545 -0.42984249 1
0.096963674 -0.59288879 1
-1.289826 0.51119907 0
-0.31052875 -1.0652046 0
0.82381889 0.58665701 1
-1.3331797 -0.045704113 1
-0.60607645 -0.54607467 1
-1.1338862 1.0140741 0
0.94249941 1.8874103 1
-0.91410774 -0.52242892 1
1.2732891 0.08419673 0
-0.51563088 -0.9152542 0
-0.39702379 1.3150901 0
-1.5519343 -1.4686505 1
0.82881914 -0.30478044 0
1.290285 -0.4986197 0
-0.12292792 -1.0679445 0
0.31815535 1.8216964 1
-0.25959567 1.3635373 0
-0.020331189 1.9239708 1
1.9485655 1.0869527 1
0.67966708 0.70244034 0
-1.315076 1.1189805 0
0.54547858 1.2780587 0
0.029116836 -1.1171486 0
0.4707375 1.3938179 0
0.2507503 0.17116417 1
-1.0933431 -0.46264503 1
-0.44741597 -1.0044628 0
0.048632263 -0.38932459 1
-0.039729053 -1.0875159 0
-0.3830773 0.67106221 1
1.2483721 -0.0026278938 0
-0.58130386 1.3583753 0
-1.6900098 -0.046130181 1
1.826811 0.45200584 0
-0.62855713 -0.11761994 1
-1.823874 0.88502741 0
0.10911357 -0.52237714 1
-1.1169206 0.15393355 1
1.2339007 0.45812352 0
0.16187719 -0.79140462 0
-0.14553021 -0.8688973 0
0.013149541 -0.96853087 0
1.7861591 -0.1015555 0
0.41043593 1.0123585 0
0.74833009 -0.55843244 1
-0.79471432 0.27633333 1
0.85376278 0.094862118 1
-1.3832412 -0.82592994 1
-1.3431193 -0.30979532 1
-1.4483338 -1.1431206 1
1.028048 0.54763841 0
1.1960133 0.36080541 0
0.5924717 0.97314897 0
0.3959935 1.8081089 1
0.16338183 -1.1293911 0
-1.5702008 -0.77246103 1
-0.43076598 -0.3460906 1
0.61332443 -0.21077511 1
-0.85588303 -0.66445723 1
-0.23613672 -1.5449313 0
-1.5133147 -0.62638613 1
-1.7604331 -0.63182852 1
-0.26159684 1.7076632 1
-1.6551603 -1.5242355 1
-0.75155557 -0.31857538 1
-0.93439691 -1.5806113 0
-0.024625856 -0.14091186 1
-0.5223174 -1.3386731 0
0.71396497 -1.1933216 1
0.82642677 0.74421949 0
0.30752432 0.93338509 0
0.7854378 -0.60059781 1
1.713679 -0.22462974 0
1.894212 -0.24258929 0
-0.56063825 0.47335866 1
-1.3577622 -0.84838872 1
-0.22625172 -1.058494 0
-0.95099841 -1.3010607 0
-0.65144864 -0.52836484 1
0.22243936 0.21397415 1
-0.99923591 1.1986981 0
-1.5360247 -0.59790197 1
-0.24110335 -0.37411031 1
-0.21042916 0.11021326 1
-0.23793571 -1.4919201 0
1.0523665 0.70051466 0
-0.68529109 0.72745776 1
-0.038110889 -0.79058029 0
-0.25881943 0.49551797 1
1.2119239 0.75243284 0
-1.5538184 0.12052774 1
-0.55460863 -1.0169449 0
-0.034074864 -1.0668358 0
-0.44044564 -1.298961 0
0.80192983 1.2108434 0
0.72154324 0.15252389 0
-1.1753281 0.69239786 0
-0.53943064 1.4054224 0
0.38462945 -1.0728005 1
1.1162932 0.37541126 0
-1.071525 -0.039009626 1
0.08028413 -1.147957 0
-1.9246688 -1.1742324 1
0.56042082 1.178619 0
-0.16217204 -1.2394974 0
0.24858473 -0.45050473 1
-0.69855611 -0.00057811605 1
1.5031863 1.4997344 1
-0.17661756 -1.1162934 0
-1.1427129 -0.24452046 1
1.054871 0.89881696 0
0.87915839 1.0308726 0
0.65007422 1.8648076 0
-0.35070485 -1.0030526 0
2.0074521 -0.69536079 0
1.142562 -0.082908098 0
-1.7773031 -0.84308499 1
0.7039548 -0.9057749 1
-1.1615354 0.46941219 1
-0.98671504 -0.86288433 1
-1.5612995 -1.0498823 1
2.1773921 1.1275114 1
-0.37197409 -1.3844096 0
-0.76913334 1.353586 0
-0.25164553 0.62305747 1
1.0802147 -1.755329 1
-0.021491979 0.70354777 1
-1.3810771 -1.0836873 1
-0.18005538 -0.6394972 0
1.3439702 0.87806241 0
-0.15314532 -1.2233178 0
0.21715691 -1.2091611 0
-0.65052067 0.36901823 1
1.0126027 -0.93464335 1
0.059802479 -1.2623805 0
0.91264682 -0.37421356 1
-0.80092192 -0.23993255 1
0.35471955 0.56154213 1
-0.33689964 1.6599271 0
-0.73377431 1.2509631 0
-0.024224796 -1.2795787 0
0.78411659 0.97228803 0
-0.081875564 1.6360917 0
-0.19495694 1.3092887 0
-0.21444487 -0.23477405 1
-0.19961062 -1.0247084 0
-0.38295866 -1.0431551 0
0.43009734 -0.65434225 1
0.57550055 -1.0477299 1
-0.50816443 1.4778784 0
1.1083877 0.048163607 0
-1.7614087 -1.5834759 1
0.74978614 1.6349746 1
-0.97254283 0.10744938 1
1.2625699 -0.55311532 1
1.1000014 1.3760342 1
0.022370887 1.4296986 1
0.0029467207 -0.12532517 1
1.1915156 0.11260052 1
-0.39383322 1.3889426 0
-0.41261181 1.1749689 0
-0.93230612 -1.1481898 0
-0.63962042 -0.93910325 0
-0.065557637 -1.5735536 0
0.61640216 -1.0708376 1
0.57622301 1.6997616 1
-2.3212375 0.086108807 0
0.43095797 -1.4596016 0
0.54691581 1.1494835 0
0.15437086 -0.65278106 1
1.2428571 0.55445248 0
1.3033097 -0.34578889 0
0.28697027 -1.4476328 0
-0.64098024 0.51578792 1
-0.054138793 -1.3083939 0
0.47661784 0.79119138 0
-0.83505241 -1.0601977 0
-0.083918152 1.0046829 1
-0.85452334 -1.0513013 0
-0.028122421 -0.32335751 1
-1.8809682 -1.2606492 1
-0.28333972 1.8796224 1
2.1207243 1.1002018 1
-1.3313628 -0.27611863 1
0.042813703 -1.0429725 0
1.3057945 1.622215 1
-0.67802716 -1.3248463 0
1.410597 0.090660357 0
-1.3982521 1.1941824 0
-0.48672038 -0.79742202 0
1.1326678 1.0651287 0
-0.66846866 -1.1329102 0
-0.52802584 0.29637832 1
0.42340934 -0.33425434 1
-0.020799015 1.7550183 1
-1.174657 0.12555182 1
-1.4435193 -0.43011741 1
-0.84672607 -0.8708552 0
1.7058232 0.56881317 0
0.27162039 -1.599987 0
0.38446925 -0.31427973 1
-0.32934017 -0.95485403 0
-0.50902644 -0.82441026 0
-0.59543543 0.62489916 1
0.51002182 -1.1463276 0
-0.17769772 -0.55051382 1
1.0390723 -1.1310604 1
-0.18106504 -1.1001095 0
-0.48845228 -0.56582338 1
1.0346795 -0.8053422 1
0.18704507 -1.0228708 0
-2.0603365 0.39173684 0
0.68893861 -0.18704653 1
0.39509703 -1.0366577 0
1.2102742 0.30640498 0
-0.64839351 -0.63120544 0
-1.0603133 -0.9367182 0
-0.48325497 1.1560048 0
1.1479239 0.043611501 1
-0.33663508 0.5594321 1
0.058631215 -0.13328577 1
2.3552512 1.5008909 1
1.1574486 -0.45807448 1
-0.18928212 -1.236684 0
0.85433642 -0.53748062 1
1.1479768 -1.1370211 1
0.096598146 -1.0641972 0
0.77353012 0.61673661 0
0.82873863 1.5586276 0
1.1763991 0.50652094 0
0.085301977 0.78870846 1
0.56281784 0.66052465 0
0.20718633 0.030369264 1
1.1471283 -1.0081168 1
0.76222782 0.34356817 0
-0.070986396 1.6293101 0
-1.1975256 1.4345355 0
1.6313332 -0.55966677 0
-0.95972681 1.3425679 0
-0.84450448 -0.0025759529 1
-1.2492138 -0.89745438 1
1.2686971 -0.51903725 0
-0.84897597 -0.18718453 1
-1.947833 0.61419448 0
0.99413829 0.073436815 0
0.088625586 -0.84434069 0
-0.51621354 1.4553551 0
1.821635 -0.643073 0
0.23332661 -0.27477427 1
0.043818785 0.53624773 1
0.31394788 1.8404575 0
-1.6458272 -0.069241696 1
1.0529781 -2.0780974 1
-0.51084779 1.5305492 0
-0.85246405 -0.29841159 1
-0.6603747 1.4088247 0
-1.5003555 -0.3897481 1
-0.89599199 0.20724536 1
0.35895173 1.515501 0
-0.62263977 -0.7368703 1
0.75903665 0.032800947 1
0.27201789 0.81348406 0
0.17794413 -1.2359748 0
-0.30133807 1.6945302 0
2.1412425 -0.45337091 0
0.44764637 0.70991282 0
-0.41486825 1.4839771 0
-1.6339615 0.27935482 1
-0.91419199 0.31667187 1
1.4072133 0.82974157 0
-1.4209822 0.5915615 1
0.14647709 -0.15139108 1
1.1144399 -1.1027597 1
0.30305278 -0.9402727 0
0.26121399 0.21416526 1
-0.58125229 0.58188625 1
0.76423581 1.9758761 1
-0.83499232 0.6705093 0
-0.81883685 1.2557068 0
-0.71679629 -1.0264742 0
-0.15152748 -1.1131449 0
-1.2773774 -1.1232071 1
-0.74761521 -0.5701127 1
-0.80342826 -0.70514431 0
|
253b8a3ded75c3152119f62b832da5b7d1ab8196 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1592/CH4/EX4.7/example_4_7.sce | c40d514f01f65f231248294ad25699f16e738fa2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 213 | sce | example_4_7.sce | //Scilab Code for Example 4.7 of Signals and systems by
//P.Ramakrishna Rao
clear;
clc;
syms t;
A=2;
//x(t)=20*sinc(10*t);
disp("Total Energy of the signal:");
q=integrate('A^2','w',-5,5);
disp(q,'Ex');
|
6a0a364f94b43ae96b99e61e98182251cd933c3e | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/latcfilt/latcfilt14.sce | 9f3c79283dd9a405c8d4ab052c80c27a46fb653d | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 725 | sce | latcfilt14.sce | //i/p arg x contains complex valued elements
k=[0.2 0.3 0.4 1];
x=[1 2 3 4 5+5*%i 6 7];
[f,g] = latcfilt(k,x);
disp(f);
disp(g);
//output
//
//!--error 10000
//dimension mis-match between k and v
//at line 46 of function latcfilt called by :
//[f,g] = latcfilt(k,x);
//
//matlab
//Columns 1 through 3
//
// 1.0000 + 0.0000i 2.7800 + 0.0000i 5.3680 + 0.0000i
//
// Columns 4 through 6
//
// 8.7360 + 0.0000i 13.1040 + 5.0000i 17.4720 + 3.9000i
//
// Column 7
//
// 21.8400 + 4.0400i
//
// Columns 1 through 3
//
// 1.0000 + 0.0000i 2.7800 + 0.0000i 5.3680 + 0.0000i
//
// Columns 4 through 6
//
// 8.7360 + 0.0000i 13.1040 + 5.0000i 17.4720 + 3.9000i
//
// Column 7
//
// 21.8400 + 4.0400i
|
62f1aaf79d40e96d8897a7e1728e187463c2653d | b6b875fb04ec6df2c0fb0d28f36962fa9aebb2bf | /TD6/Scripts/inf.sce | af07275e44c4bce45fc4d8a783cc3fb8020103da | [] | no_license | MFrizzy/Modelisation | 51794b2edf421f9d2206cb73972d8d8d7b1e9759 | 0ca819afbcbe00f58f3bbaa8fc97164ae2c1d3cb | refs/heads/master | 2021-08-29T12:02:20.042037 | 2017-12-13T22:39:21 | 2017-12-13T22:39:21 | 106,943,303 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sce | inf.sce | for i=1:50 // 50 trajectoires
Q = queue(60, 1/2, 1/10); // lambda est 5 fois plus grand que mu
plot2d2(Q(:,1), max(Q(:,2) - 1, 0), style=2) // trace la courbe
end
|
f577b468e115dd2df291439e7239ac63cdab1b6c | 6f93c26af9664a4531dba8754a6166713ca83d91 | /homework9/TestHexBoard.tst | 7f81b8171eaf187ed2d226963034a3f18ed7d37f | [] | no_license | terryd300/Data-Structures | b2d4cff3a86576942c1234856a4c456d97315623 | fe91b086b38f2ed6a7915cf160ba01dd2c340b9f | refs/heads/main | 2023-07-18T01:35:26.980071 | 2021-08-31T16:53:14 | 2021-08-31T16:53:14 | 401,778,521 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 154 | tst | TestHexBoard.tst | 1779272750="FOREST<2,3,-1>"
1425022936="false"
1957987135="FOREST<3,2,1>"
578524790="false"
506281216="ConcurrentModificationException"
1374770367="true"
|
387422e42ec6426ee56919d45114a7abda566961 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/rasp_design_added_blocks/vmm_sr.sce | ade09b3cd41b041691df8bba4e5a726397beb02f | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | sce | vmm_sr.sce | //style.fontSize=14;
//style.displayedLabel="<table> <tr> <td><b>In<br><br>CLK<br><br>EN<br><br>D</b></td> <td></td> <td></td> <td>VMM+SR</td> <td></td> <td></td> <td align=right><b>Out<br><br>CLK O<br><br>EN O<br><br>Q</b></td> </tr> </table>";
//pal5 = xcosPalAddBlock(pal5,"vmm_sr",[],style);
|
0f16daf89b756b9d20b4df36b98e66a34fcc9c8f | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/util/%b_triu.sci | fdc005cd537f9f558458551afd5891d7a68c401b | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sci | %b_triu.sci | function d=%b_triu(a,k)
// g_triu - implement triu function for sparse matrix, rationnal matrix ,..
// Copyright INRIA
[lhs,rhs]=argn(0)
if rhs==1 then k=0,end
[m,n]=size(a)
if k<=0 then
mn=mini(m,n-k)
else
mn=min(m+k,n)
end
a=matrix(a,m*n,1)
i=(1:mn)+((1:mn)+(k-1))*m
d(m*n,1)=%f
d(i)=a(i)
d=matrix(d,m,n)
|
0573160e9e6bbb8694176c2652fe6875efa8b1c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH8/EX8.19/8_19.sce | ec09397743c23b5599fc7ed213adb5177a252db2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,700 | sce | 8_19.sce | //pathname=get_absolute_file_path('8.19.sce')
//filename=pathname+filesep()+'8.19-data.sci'
//exec(filename)
//Turbine efficiency:
nt=0.85
//Generator efficiency:
ng=0.90
//Mechanical efficiency:
nm=0.95
//Specific heat of water:
Cpw=4.18
//From steam tables:
h1=3450.02 //kJ/kg
s1=6.6923 //kJ/kg.K
h3=3576.99 //kJ/kg
s3=7.52411 //kJ/kg.K
h2=3010 //kJ/kg
h9=3175 //kJ/kg
h4=2300 //kJ/kg
h5=137.82 //kJ/kg
v5=0.001005 //m^3/kg
h8=962.11 //kJ/kg
h12=1407.56 //kJ/kg
h10=670.56 //kJ/kg
v10=0.001101 //m^3/kg
//Enthalpy at state 2'(in kJ/kg):
h2a=h1-(h1-h2)*nt
//Enthalpy at state 9'(in kJ/kg):
h9a=h3-(h3-h9)*nt
//Enthalpy at state 4'(in kJ/kg):
h4a=h3-(h3-h4)*nt
//Enthalpy at state 6(in kJ/kg):
h6=h5+v5*(6-0.05)*10^2
//Enthalpy at state 6'(in kJ/kg):
h6a=h5+(h6-h5)/ng
//Enthalpy at state 11(in kJ/kg):
h11=h10+v10*(100-6)*10^2
//Enthalpy at state 11'(in kJ/kg):
h11a=h10+(h11-h10)/ng
//Mass flow rate(in kg/kg steam):
m1=(h11a-h12)/(h8-h2a)
m2=(h10-m1*h8-(1-m1)*h6a)/(h9-h6a)
//Work from HP turbine(in kJ/kg):
Whp=h1-h2a
//Work from LP turbine(in kJ/kg):
Wlp=(1-m1)*(h3-h9a)+(1-m1-m2)*(h9a-h4a)
//Pump work:
Wp=(1-m1-m2)*(h6a-h5)+(h11a-h10)
//Net work(in kJ/kg):
Wnet=Whp+Wlp-Wp
//Specific steam consumption(in kg/kw.h):
ssc=3600/(Wnet*ng*nm)
ssc=3.93
//Overall thermal efficiency:
no=Wnet*nm*ng/((h1-h12)+(1-m1)*(h3-h2a))*100
//Mass of steam required(in kg/hr):
m=ssc*120*103
m=471600
printf("\n RESULT \n")
printf("\nSpecific steam consumption = %f kg/kw.h",ssc)
printf("\nOverall efficiency = %f percent",no)
printf("\nMass of steam bled from HP turbine = %f kg/hr",m1*m)
printf("\nMass of steam bled from LP turbine = %f kg/hr",m2*m) |
65aa90990c280e0dde375a1434c1e872bd19bf62 | 449d555969bfd7befe906877abab098c6e63a0e8 | /527/CH2/EX2.20/2_20exam.sce | 78508cc931612089b5464f61fafa4b84893d6985 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,174 | sce | 2_20exam.sce | //Engineering and Chemical Thermodynamics
//Example 2.20
//Page no :89
clear ; clc ;
//solution (a)
//Given data
Cv = 3/2 * 8.314 ;
Cp = 5/2 * 8.314 ;
n = 1;
R = 8.314 ;
T1 = 1000 ; //[K]
P1 = 10 ; //[bar]
T2 = 1000 ; //[K]
P2 = 0.1 ; //[bar]
T3 = 300 ; //[K]
T4 = 300 ; //[K]
k = Cp / Cv ;
P3 = P2 * (T3 / T2)^(k/(k-1)); //[bar]
P4 = P1 * (T4 / T1)^(k/(k-1)) ; //[bar]
// (1)
del_U_12 = 0 ; // As process 1-2 is isothermal
W_12 = n * R * T1 * log(P2 / P1);
Q_h_12 = W_12 ;
disp(" Example: 2.20 Page no : 89") ;
printf('(a)\n (1)\n del_U = %d J',del_U_12) ;
printf('\n Work = %d J',W_12) ;
printf('\n Heat = %d J',Q_h_12) ;
//(2)
Q_23 = 0 ; // As adiabatic process
del_U_23 = n * Cv *(T3 - T2) ;
W_23 = del_U_23 ;
printf('\n (2)\n del_U = %g J',del_U_23) ;
printf('\n Work (J) = %d J',W_23) ;
printf('\n Heat (J) = %d J',Q_23) ;
//(3)
del_U_34 = 0 ; // As isothermal process
W_34 = n * R * T3 * log(P4 / P3) ; // Eqn E2.20.A
Q_c_34 = del_U_34 - W_34 ;
printf('\n (3)\n del_U = %g J',del_U_34) ;
printf('\n Work = %d J',W_34) ;
printf('\n Heat = %d J',Q_c_34) ;
//(4)
Q_41 = 0 ; // As adiabatic process
del_U_41 = n * Cv * (T1 - T4) ;
W_41 = del_U_41 ;
printf('\n (4)\n del_U = %g J',del_U_41) ;
printf('\n Work = %d J',W_41) ;
printf('\n Heat = %d J',Q_41) ;
//Solution (b)
//Users can refer figure E2.20
//Solution (c)
W_total = W_12 + W_23 + W_34 + W_41 ;
Q_absor = Q_h_12 ;
effi = W_total / Q_absor ;
printf('\n\n(c) efficiency = %g',effi)
//Solution (d)
x = 1 - T3 / T1 ;
printf('\n\n(d) 1 - Tc/Th = %g',x);
disp(" i.e Efficiency = 1 - Tc/Th");
//Solution (e)
disp("(e) The process can be made more efficient by raising Th or by lowering Tc .");
disp("Table E2.20B") ;
disp(" T(K) P(bar) v(m^3/mol)") ;
P = [P1 , P2 , P3 , P4 ] ;
T = [T1 , T2 , T3 , T4 ] ;
for i = 1:4
v(i) = R * T(i) * 10^-5/ P(i) ;
printf("\n %d %.4f %f \n",T(i) ,P(i) ,v(i)) ;
end
|
fe9de23cdc6b84793b721c0266dd587b493504e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH4/EX4.14/Example4_14.sce | 2b1430f17242b681a56873946c68d59cdb62b2b6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 767 | sce | Example4_14.sce | //Example 4.14
clear;
clc;
f0=1*10^3;
BW=600;
fck=100*10^3;
C1=0.84304;
L2=0.62201;
BWnorm=BW/f0;
C1norm=C1/BWnorm;
L1norm=BWnorm/C1;
L2norm=L2/BWnorm;
C2norm=BWnorm/L2;
Rs=1;
Ri=Rs;
Ro=Rs;
C0=1*10^(-12);
CRi=C0;
CRo=C0;
CC1=((fck*C1norm)/(2*%pi*f0))*C0;
CL1=((fck*L1norm)/(2*%pi*f0))*C0;
CC2=((fck*C2norm)/(2*%pi*f0))*C0;
CL2=((fck*L2norm)/(2*%pi*f0))*C0;
printf("Designed Switched Capacitor Band Pass Filter :");
printf("\nRi=R0=Rs=%.2f ohms",Rs);
printf("\nCRi=CRo=C0=%.2f pF",C0*10^12);
printf("\nCC1=%.2f pF",CC1*10^12/C1norm);
printf("\nC1=%.2f pF",CC1*10^12)
printf("\nCL1=%.2f pF",CL1*10^12);
printf("\nCC2=%.2f pF",(CC2*10^12)-0.54);
printf("\nCL2=%.2f pF",CL2*10^12); |
af4d8ad596721781c53b72852fa3109beae6d910 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH4/EX4.7/example7.sce | 0e606127342888e5b2b26b102e011f6eb1ac4dc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 17 | sce | example7.sce | //Theory Example
|
b2d2a6d9cd1959e0cafedc97a153d734a6e1893c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH10/EX10.10/Ex10_10.sce | 9023ee61fa39a75f9a0f920b25931613d8fcfcf5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 409 | sce | Ex10_10.sce |
//Ex10_10
clc;
// Given:
M=55;// wt of Mn
m=0.1;// in g
t=90;// min irradated
flux=10^6;
t1=5; //in hours
cs=13.3*10^-24// in cm^2
hl=2.58;// in hours
Na=6.022*10^23;
r=100;// in %
// Solution:
s=1-(exp(-.693*t/(2.58*60)));
A=(m*Na*r*flux*cs*s)/(100*M);
x=exp(-0.693*5/2.58);
// activity after cooling period
A1=A*x*60;// in dpm
printf("The activity of sample in dpm is = %f", A1)
|
a26bbe99f8d9e7d271effebfabf0bf0386c7328b | 449d555969bfd7befe906877abab098c6e63a0e8 | /75/CH8/EX8.2/ex_2.sce | 60c4aca7fd06855f0b54be697246b56b509f6f78 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 456 | sce | ex_2.sce | // EXAMPLE (PG 512)
A = [1 2 1;2 2 3;-1 -3 0] // Coefficient matrix
b = [0 3 2]' // Right hand matrix
[l,u] = lu(A)
// l is lower triangular matrix & u is upper triangular matrix
l*u
if(A==l*u)
disp('A = LU is verified')
end
det(A)
det(u)
if(det(A)==det(u))
disp('Determinant of A is equal to that of its upper triangular matrix')
// Product rule of determinants is verified
|
e7c99fa994bcc78a47a1a5236ca95ce22e4b7f09 | 39c5c468df5e2bde0147a30cf092fc8da3e7ed3e | /UFRGS/calcNumerico/area2/m7/interpol.sce | 4e8f5b85b30e86cf42f2b8b4feb805e61f6ffaa3 | [] | no_license | andredxc/Files | 9dffc9fe5f7e923b83035d794dfa15c930cdb898 | e32309b9ab548b829b04be66c2776cf9c9c6656e | refs/heads/master | 2021-06-03T10:44:01.606242 | 2020-09-21T15:39:48 | 2020-09-21T15:39:48 | 107,410,076 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 668 | sce | interpol.sce | /**
* Se diz pra extrapolar/interpolar em menos pontos,
* só meter menos pontos nnos vetores abaixo
* Quando limitar o numero de pontos a serem usados, USAR SOMENTE OS
* PONTOS MAIS PROXIMOS
*/
clear
x=[-2 -1 0 1 2]'
// Quando y for uma funcao, cuidar com o sinal de trasnposta (')
y=exp(x)
// x para interpolar
X=0.5
// Caso desejar descobrir apenas um ponto, X=valor que deseja interpolar
// Chamar "p" no scilab ao final da execucao
n=length(x)
plot(x,y,'ro-'),xgrid
// Monta matriz de Vandermonde
for i=1:n
for j=1:n
V(i,j)=x(i)^(j-1)
end
end
a=inv(V)*y
p=0
for k=1:n
p=p+a(k)*X.^(k-1) //Monta o polinomio
end
plot(X,p,'b.-')
disp(p)
|
d7a7d28c145c696b41152e345572c5b85e629e25 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2330/CH6/EX6.8/ex6_8.sce | 1e6cc740918834679a21d158b087295a291887bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 407 | sce | ex6_8.sce | // Example 6.8
format('v',5)
clc;
clear;
close;
// given data
bita= 200;
R1= 47*10^3;// in Ω
R2= 15*10^3;// in Ω
r_E= 1*10^3;// in Ω
r_desh_e= 50;// in Ω
Zin_base= bita*(r_E+r_desh_e);// in Ω
// The input impedance of the amplifier
Zin= R1*R2*Zin_base/(R1*R2+R1*Zin_base+R2*Zin_base);// in Ω
Zin= Zin*10^-3;// in k ohm
disp(Zin,"The input impedance of the amplifier in kΩ is : ")
|
db75a3cba1eeea819264b97553a27ff73a557ed2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH7/EX7.13/7_13.sce | 2a3a02d145343726623f480d2d5b626cc1eb539d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 382 | sce | 7_13.sce | A = 5*7;
k = 0.71;
L = 0.32;
Ti = 21+273;
To = 6+273;
Q = k*A*(Ti-To)/L ;
disp("W",Q,"The rate of heat transfer through the wall is")
Sgen_wall = Q/To - Q/Ti;
disp("W/K",Sgen_wall,"The rate of entropy through the wall is")
Tr = 27+273;
Ts = 2+273;
Sgen_total = Q/Ts-Q/Tr;
disp("W/K",Sgen_total,"The rate of total entropy generation with this heat transfer process is")
|
0bedcdcfb7cee9d395db5ab77888b7082061ca5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1202/CH22/EX22.4/22_4.sce | 4faf109f9893468e6861afbcb8cf7517532d289e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,482 | sce | 22_4.sce | clear
clc
//Example 22.4
disp('Example 22.4')
K=[-6 3;12 5];
tau=[0.67 2;0.67 5];
s=%s;
G=K./(1+tau*s);
delay75=0.75;
delay1=1;
RGA=K.*inv(K');
disp(RGA,"RGA=")
//IMC based tuning
tauC=[tau(1,1) tau(2,2)];
Kc=diag(tau./(repmat(tauC,2,1)+[delay75 delay1;delay75 delay1])./K);
tauI=diag(tau);
disp(Kc,"Kc=")
disp(tauI,"tauI=")
//====Making step response models of the continuos transfer functions====//
Ts=0.05;//Sampling time ie delta_T
delay75=0.75/Ts;
delay1=1/Ts;
N=30/Ts;//Model Order
s=%s;
G=syslin('c',diag(matrix(G,1,4)));//Transfer function
t=0:Ts:N*Ts;
u_sim=ones(4,length(t));
u_sim([1 2],1:(delay75))=zeros(2,delay75); //input delay to account for delay in SNP
u_sim([3 4],1:(delay1))=zeros(2,delay1); //input delay to account for delay in DPM
S=csim(u_sim,t,G)';//generating step response model for real plant
//plot(t,S);
S(1,:)=[];
//Now we have these step response models for each of the transfer functions
//[S1 S3
//S2 S4
T=50;//Simulation Run Time in minutes
n=T/Ts*2+1; //no. of discrete points in our domain of analysis
//========Set point as -10=============//
//p is the controller output
p=zeros(n,2);
delta_p=zeros(n,2);
e=zeros(n,2); //errors=(ysp-y) on which PI acts
ysp=zeros(n,2);
ysp((n-1)/2+1:n,1)=-10*ones(n-((n-1)/2+1)+1,1);
t=-(n-1)/2*Ts:Ts:(n-1)/2*Ts;
y=zeros(n,2);
for k=(n-1)/2+1:n
//Error e
e(k,:)=ysp(k-1,:)-y(k-1,:);
delta_e(k,:)=e(k,:)-e(k-1,:);
//Controller calculation----Digital PID----Eqn 7-28 Pg 136 (Velocity form)
// p(k,:)=p(k-1,:)+flipdim([delta_e(k,:)+e(k,:)*diag(Ts./tauI)]*diag(Kc),2);
p(k,:)=p(k-1,:)+([delta_e(k,:)+e(k,:)*diag(Ts./tauI)]*diag(Kc));
//1-1/2-2 pairing
delta_p(k,:)=p(k,:)-p(k-1,:);
//Output
y(k,1)=[S(1:N-1,1);S(1:N-1,3)]'...
*[flipdim(delta_p(k-N+1:k-1,1),1);flipdim(delta_p(k-N+1:k-1,2),1)]...
+[S(N,1) S(N,3)]*[p(k-N,1);p(k-N,2)];
y(k,2)=[S(1:N-1,2);S(1:N-1,4)]'...
*[flipdim(delta_p(k-N+1:k-1,1),1);flipdim(delta_p(k-N+1:k-1,2),1);]...
+[S(N,2) S(N,4)]*[p(k-N,1);p(k-N,2)];
end
plot(t',y(:,1),'--',t',y(:,2),':',t',ysp(:,1),'-');
set(gca(),"data_bounds",[0 50 -20 25]); //putting bounds on display
l=legend("Mean arterial pressure","Cardiac output",position=1);
//l.font_size=5;
xtitle("","Time(min)","$y$");
a=get("current_axes");
c=a.y_label;c.font_size=5;
mprintf('\nThere is more interaction in the variables\n...
than the book claims, hence a mismatch between the result\n...
and the book\n')
|
665f0fa5d1ba21e7c0e6b2f0cea5c045f6c6b8e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /14/CH2/EX1/example21.sce | d4a0432b7ea1fccb5bf10b50bdfa8b0ce6356477 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,376 | sce | example21.sce | //Chapter 2
//Example 2.1
//Page 21
clear;clc;
E1=100+0*%i;
E2=86.6+50*%i;
Z=5*%i;
X=5;
printf("\n\n Value of voltage source one designated as a machine 1 = %.4f V \n\n",E1)
printf("\n\n Value of voltage source two designated as a machine 2 = %.4f V \n\n",E2)
printf("\n\n Impedance connected = %.4f ohms \n\n",abs(Z))
//Calculation Of Current
I=(E1-E2)/Z;
printf("\n\n Current through the impedance = %.4f A \n\n",I)
//Calculation Of Power
M1=E1*conj(I);
disp(M1,'Machine One Power = ')
M2=E2*conj(I);
disp(M2,'Machine Two Power = ')
//Calculation Of Reactive Power Required By Inductive Reactance
RP=(abs(I))^2*X;
printf("\n\n Reactive power required by inductive reactance i.e, impedance = %.4f VAR \n\n",RP)
printf("\n\n Machine 1 consumes energy at the rate of %.4f W \n\n",abs(real(M1)))
printf("\n\n Machine 2 generates energy at the rate of %.4f W \n\n",abs(real(M2)))
printf("\n\n Machine 1 supplies reactive power at the rate of %.4f VAR \n\n",imag(M1))
printf("\n\n Machine 2 supplies reactive power at the rate of %.4f VAR \n\n",abs(imag(M2)))
printf("\n\n Reactive power required by inductive reactance i.e, impedance = Sum of reactive power supplied by machine 1 + reactive power supplied by machine 2 = %.4f VAR \n\n",RP)
disp('Real Power consumed by impedance is Zero')
disp('The real power generated by machine two is transferred to machine one')
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.