blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21 values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8 values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50 values | src_encoding stringclasses 23 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 29 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2fec6e41d9b6657edac1fab02047a15047addc04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2863/CH2/EX2.10/ex2_10.sce | 2fede17f89eb522874f04efb056e9fb994056ab9 | [] | 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 | 162 | sce | ex2_10.sce | //chapter 2
//Rrad=36.5ohm
//Irms=Im/sqrt(2)
printf("\n");
Im=1.22;//on applying Kvl
Pavg=36.5*(1.122/sqrt(2))^2;
printf("the average power is %gW",Pavg);
|
d44ee1c199e311413acb59c2addddfff594554b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH8/EX8.3.a/data8_3.sci | 3808443240a46e05b95f2f8a9e825037df30f85a | [] | 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 | 304 | sci | data8_3.sci |
//(Welded and Riveted Joints) Example 8.3
//Refer Fig.8.10 on page 279
//Width of the steel plates w (mm)
w = 120
//Thickness of the steel plates t (mm)
t = 12.5
//Maximum tensile stress sigmat (N/mm2)
sigmat = 110
//Total length of the weld to be added at start and stop lExt (mm)
lExt = 15
|
2754f0237e9d18b8e7d7c7eff4c3ea4bb34a1bc7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH1/EX1.2/1_2.sce | 255c4da9f4d2421436567de22fbfd86f263e2c4d | [] | 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 | 602 | sce | 1_2.sce | clc,clear
printf('Example 1.2\n\n')
Pole=4
phi=21*10^-3 //flux produced by each pole in webers
N=1120 //Speed of armature in r.p.m
Coils=42
turns_per_coil=8
Turns=Coils * turns_per_coil
Z=2*Turns //Number of armature conductors
//Part(i)
A1=Pole //no of parallel paths for lap winding
E1=phi*N*Z*Pole/(60*A1)
printf('(i) e.m.f generated is %.3f V',E1)
//Part(ii)
A2=2 //wave winding
E2=E1 //as mentioned in the question
N2=E2/(phi*Z*Pole/(60*A2)) //E=phi*N*Z*Pole/(60*A)
printf('\n(ii) For wave-wound armature,above calculated e.m.f is generated at %.0f r.p.m',N2)
|
959847704397b522e0236442fb55eb26d19f7014 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH29/EX29.3/Ex29_3.sce | e2c7bbc41f9b418f9035f648b750728d089bad7f | [] | 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 | 176 | sce | Ex29_3.sce |
clc;
T1=1*10**-6;
f=100*10**3;
R1=10*10**3;
R2=10*10**3;
T=1/f;
C1=T1/(0.69*R1);
disp('pF',C1*10**12,"C1=");
T2=T-T1;
C2=T2/(0.69*R1);
disp('pF',C2*10**12,"C2=");
|
cbf7c8774a2d2ee32d7620fa88556fe1be27ee98 | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/env/12BiomassRepartition.sci | fc3f980aee8621faa1d20e39f9990afbfa6ab6e8 | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,436 | sci | 12BiomassRepartition.sci | blade petiole pith female fruit male fruit ring
0.16689 0.05345 0.08310 0.11970 0.16835 0.23397
0.05259 0.01685 0.02619 0.03772 0.05306 0.07373
0.56880 0.02230 0.01416 0.01250 0.01339 0.01620
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
0.00000 0.00850 0.00863 0.00988 0.01268 0.01768
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
0.45426 0.64936 0.95410 1.43808 2.19784 3.34035
0.14316 0.20465 0.30068 0.45321 0.69265 1.05271
0.02963 0.04319 0.06516 0.10060 0.15646 0.23999
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
0.04036 0.06454 0.10607 0.17748 0.29835 0.49466
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
6.79650 8.93745 10.96843 12.59824 13.73878 14.48067
2.14191 2.81663 3.45669 3.97032 4.32976 4.56357
0.48830 0.64211 0.78803 0.90513 0.98707 1.04037
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
1.09035 1.43381 1.75964 2.02111 2.20408 2.32310
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
15.27384 15.48150 15.61421 15.69122 15.72394 15.71843
4.81353 4.87898 4.92080 4.94507 4.95538 4.95365
1.09735 1.11227 1.12181 1.12734 1.12969 1.12930
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
2.45035 2.48366 2.50495 2.51731 2.52255 2.52167
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
|
fe03686b0f812c445a6c3127f9044c28c2c50c37 | 3a789db551b4af95e2e9e0c5e88505a0ca96b6f9 | /Caesar Cipher.sce | 4e3b4f7adb2604e2236e7ce4900810510d0c0280 | [] | no_license | Sid-149/Data-Encryption | 4493eef04919f8499653722c015612ed19ad6dbf | e94f95c763711ff74646c564df955f44fe5eedf0 | refs/heads/main | 2023-01-03T01:23:03.612667 | 2020-10-29T05:47:41 | 2020-10-29T05:47:41 | 305,270,186 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 822 | sce | Caesar Cipher.sce | a='Siddhant';
k=input("Enter the key")
encrypt="";
decrypt="";
for i=1:length(a)
b=part(a,i)
//disp(b)
c=ascii(b);
//disp(c)
if c>=97 & c<=122 then
c = c+modulo(k,26);
if(c>122)
c=c-26;
end
end
if c>=65 & c<=90 then
c = c+modulo(k,26);
if(c>90)
c=c-26;
end
end
encrypt = encrypt+ascii(c);
end
disp(encrypt)
for i=1:length(encrypt)
b=part(encrypt,i)
//disp(b)
c=ascii(b);
//disp(c)
if c>=97 & c<=122 then
c = c-modulo(k,26);
if(c<97)
c=c+26;
end
end
if c>=65 & c<=90 then
c = c-modulo(k,26);
if(c<65)
c=c+26;
end
end
decrypt = decrypt+ascii(c);
end
disp(decrypt)
|
154b5a91ff687f00989ef930139a1ab06f7104f5 | 76b8c4ba0a69d3281b658f0fcf0ec56a96e27581 | /Scripts/filtreGaussien.sci | 52b3dcde3c4f86fff7db3485fce1b448ec8d77fe | [] | no_license | RomainJunca/ExoLife | 0824fa566b38c5061f77592df6c38c3614dd8619 | 8da1524432d0ef1137d5e73e80cec339e6ec1c33 | refs/heads/master | 2020-05-25T14:08:07.353617 | 2017-03-20T08:31:32 | 2017-03-20T08:31:32 | 84,937,995 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 786 | sci | filtreGaussien.sci | // Filtrage Spatial: Filtre Gaussien
function image_out=filtreGaussien(image)
SizeX = size(image, 1);
SizeY = size(image, 2);
image_out = zeros(SizeX, SizeY);
//calqueMedian = zeros(3, 3);
for X = 3 : SizeX-2,
for Y = 3 : SizeY-2,
image_out(X, Y) = round((image(X-2, Y-2)+2*image(X-1, Y-2)+3*image(X, Y-2)+2*image(X+1, Y-2)+image(X+2, Y-2)+2*image(X-2, Y-1)+6*image(X-1, Y-1)+8*image(X, Y-1)+6*image(X+1, Y-1)+2*image(X+2, Y-1)+3*image(X-2, Y)+8*image(X-1, Y)+10*image(X, Y)+8*image(X+1, Y)+3*image(X+2, Y)+2*image(X-2, Y+1)+6*image(X-1, Y+1)+8*image(X, Y+1)+6*image(X+1, Y+1)+2*image(X+2, Y+1)+image(X-2, Y+2)+2*image(X-1, Y+2)+3*image(X, Y+2)+2*image(X+1, Y+2)+image(X+2, Y+2))/98);
end
end
endfunction
|
7b0feea381a9c97fd98d56362b034c9bf260a678 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH8/EX8.9/Chapter8_Example9.sce | dcba602d3604def15a0dd00e2cab831b74706f74 | [] | 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 | 993 | sce | Chapter8_Example9.sce | //Chapter-8, Example 8.9, Page 350
//=============================================================================
clc
clear
//INPUT DATA
D=0.1;//Outer diamter of the pipe in m
Ta=30;//Ambient temperature of air degree C
Ts=170;//Surface temperature in degree C
e=0.9;//Emissivity
//CALCULATIONS
Tb=(Ts+Ta)/2;//Film temperature in degree C
k=0.0321;//Thermal conductivity in W/m.K
v1=(23.13*10^-6);//Kinematic viscosity in m^2/s
b=0.00268;//Coefficient of thermal expansion in 1/K
Pr=0.688;//Prantl number
Ra=((9.81*b*D^3*(Ts-Ta)*Pr)/(v1^2));//Rayleigh number
Nu=(0.6+((0.387*Ra^(1/6))/(1+(0.559/Pr)^(9/16))^(8/27)))^2;//Nussults number
h=(Nu*k)/D;//Heat transfer coefficient in W/m^2.K
Q=(h*3.1415*D*(Ts-Ta))+(e*3.1415*D*5.67*10^-8*((Ts+273)^4-(Ta+273)^4));//Total heat loss per meter length of pipe in m
//OUTPUT
mprintf('Total heat loss per meter length of pipe is %3.2f W/m',Q)
//=================================END OF PROGRAM==============================
|
b9a474b62e2f6d0a7fe892339628cc446dd152c5 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /xcos_blocks/vmm_4.sci | 4cf08c6ab617da2f8e016b9e2ceca9a0161075e2 | [] | 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 | 1,574 | sci | vmm_4.sci | function [x,y,typ]=vmm_4(job,arg1,arg2)
// Copyright INRIA
x=[];y=[];typ=[];
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then //** GET INPUTS
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
x=arg1;
graphics=arg1.graphics
model=arg1.model
exprs=graphics.exprs
while %t do
[ok,Wts,exprs]=scicos_getvalue('Set VMM Block',['Weight Matrix'],list('vec',-1),exprs)
if ~ok then break,end
if ok then
model.sim=list('vmm_c',5)
model.opar=list(Wts)
// model.in=ipsize(1)
// model.in2=ipsize(2)
// model.out=ipsize(1)
// model.out2=size(Wts,2)
graphics.exprs=exprs;
x.graphics=graphics;
x.model=model
break;
end
end
case 'define' then
Wts=[1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 1]
model=scicos_model()
model.sim=list('vmm_c',5)
model.in=-[1:4]'
model.intyp=-ones(4,1)
model.out=-[1:4]'
model.outtyp=-ones(4,1)
model.opar=list()
model.blocktype='d'
model.dep_ut=[%t %f]
exprs=[sci2exp(Wts)]
gr_i=['txt='' VMM 4x4 '';';'xstringb(orig(1),orig(2),txt,sz(1),sz(2),''fill'')']
x=standard_define([10 9],model, exprs,gr_i)
end
endfunction
|
00f41b15a0624893b7cb44aa415bfb26409b000d | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_gui_robotvis.sci | d8519f254e6248ce92809d99a52e26dba505b666 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,448 | sci | kiks_gui_robotvis.sci | function [] = kiks_gui_robotvis(id)
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
global("KIKS_FIRE_HDL","KIKS_GRIPPER_L_HDL","KIKS_GRIPPER_R_HDL","KIKS_GRIPPER_HDL","KIKS_NR_HDL","KIKS_LINVIS_GR_HDL","KIKS_LINVIS_HDL","KIKS_RBT_HDL","KIKS_RBTSENS_HDL","KIKS_RBTWHL_HDL","KIKS_RBTLMP_HDL","KIKS_RBTDIOD_HDL");
for j = 1:8
// !! L.9: Unknown function kiks_robotsenspatch not converted, original calling sequence used
KIKS_RBTSENS_HDL(id,j) = kiks_robotsenspatch(id,j);
end;
// !! L.11: Unknown function kiks_robotdiodpatch not converted, original calling sequence used
KIKS_RBTDIOD_HDL(id,1) = kiks_robotdiodpatch(id,[0.8,0.9,0.8]);
// !! L.12: Unknown function kiks_robotdiodpatch not converted, original calling sequence used
KIKS_RBTDIOD_HDL(id,2) = kiks_robotdiodpatch(id,[0.8,0.9,0.8]);
// !! L.13: Unknown function kiks_robotwheelpatch not converted, original calling sequence used
KIKS_RBTWHL_HDL = mtlb_i(KIKS_RBTWHL_HDL,id,kiks_robotwheelpatch(id));
// !! L.14: Matlab function sprintf not yet converted, original calling sequence used
// !! L.14: Matlab function patch not yet converted, original calling sequence used
KIKS_GRIPPER_HDL = mtlb_i(KIKS_GRIPPER_HDL,id,patch("Facecolor",[0.3,0.3,0.3],"EdgeColor","none","Erase","xor","tag",sprintf("@kheppatch %d",id)));
// !! L.15: Matlab function sprintf not yet converted, original calling sequence used
// !! L.15: Matlab function patch not yet converted, original calling sequence used
KIKS_GRIPPER_L_HDL = mtlb_i(KIKS_GRIPPER_L_HDL,id,patch("Facecolor",[0.3,0.3,0.3],"EdgeColor","none","Erase","xor","tag",sprintf("@kheppatch %d",id)));
// !! L.16: Matlab function sprintf not yet converted, original calling sequence used
// !! L.16: Matlab function patch not yet converted, original calling sequence used
KIKS_GRIPPER_R_HDL = mtlb_i(KIKS_GRIPPER_R_HDL,id,patch("Facecolor",[0.3,0.3,0.3],"EdgeColor","none","Erase","xor","tag",sprintf("@kheppatch %d",id)));
// !! L.17: Unknown function kiks_robotpatch not converted, original calling sequence used
KIKS_RBT_HDL = mtlb_i(KIKS_RBT_HDL,id,kiks_robotpatch(id));
// !! L.18: Unknown function kiks_robotlmppatch not converted, original calling sequence used
KIKS_RBTLMP_HDL = mtlb_i(KIKS_RBTLMP_HDL,id,kiks_robotlmppatch(id));
// !! L.19: Matlab function sprintf not yet converted, original calling sequence used
// !! L.19: Matlab function patch not yet converted, original calling sequence used
KIKS_LINVIS_HDL = mtlb_i(KIKS_LINVIS_HDL,id,patch("Facecolor",[0.25,0.3,0.35],"EdgeColor","none","Erase","xor","tag",sprintf("@kheppatch %d",id)));
// !! L.20: Matlab function sprintf not yet converted, original calling sequence used
// !! L.20: Matlab function patch not yet converted, original calling sequence used
KIKS_LINVIS_GR_HDL = mtlb_i(KIKS_LINVIS_GR_HDL,id,patch("Facecolor",[0.5,0.65,0.6],"EdgeColor","none","Erase","xor","tag",sprintf("@kheppatch %d",id)));
// !! L.21: Matlab function sprintf not yet converted, original calling sequence used
// !! L.21: Matlab function patch not yet converted, original calling sequence used
KIKS_FIRE_HDL = mtlb_i(KIKS_FIRE_HDL,id,patch("Visible","off","Facecolor",[1,0.4,0.4],"EdgeColor","none","Erase","xor","tag",sprintf("@kheppatch %d",id)));
endfunction
|
2f54f9a9c984da13b7907985f4c7515d7d87051d | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpassbpc2bpc/test_6.sce | 8bf9c73f1256a4166a25bc7f2139111db41b3339 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | test_6.sce | // Test #6 : Input Argument #2 range test
exec('./allpassbpc2bpc.sci',-1);
[n,d]=allpassbpc2bpc([0.3,0.1],[-1.4,0.9]);
//!--error 10000
//Wt must lie between -1 and 1
//at line 46 of function allpassbpc2bpc called by :
//[n,d]=allpassbpc2bpc([0.3,0.1],[-1.4,0.9]);
|
18a85662c133cf4422f3f8525f13d2272fb80a8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1703/CH1/EX1.4/1_4.sce | 0e9bbda861da3ca4d6a3e66e7d0042c0fdaeea40 | [] | 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 | 411 | sce | 1_4.sce |
clc
//initialisation of variables
clear
spo= 0.9
h= 3 //ft
d= 2 //ft
w= 62.4 //lb/ft^3
H= 0.71 //ft
//CALCULATIONS
do= spo*w
de= w*d
bc= do*h
Pt= (bc*(h/2)+bc*d+de*(d/2))*(h+d)
y= (bc*(h/2)+bc*d+de*(d/2)*(d/3))*(h+d)/Pt+H
//RESULTS
printf("Total pressure = %d lb",Pt)
printf ('\n position of centre of ressure above the base = %.2f ft position of centre of pressure above the axis ',y)
|
588002d4bd61780abd219aaed65fa8734948c3ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH3/EX3.14/example3_14.sce | a3f1b80a18eca3ebf669587cfb57b6d466af8714 | [] | 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 | 378 | sce | example3_14.sce | //clc()
m = 1;//kg
percent1 = 20;//%
mwaterin = m * percent1 / 100;
mdrysolid = m - mwaterin;
percent2 = 2.44;//%
mout = mdrysolid / (1 - percent2/100);
mwaterout = mout - mdrysolid;
mremoved = mwaterin - mwaterout;
percentremoved = mremoved * 100 / mwaterin ;
disp("kg",mremoved,"weight of water removed = ")
disp("%",percentremoved,"percentage of water removed = ") |
f9013c83b85b40039eaa28686541d18fbe43e63a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1952/CH13/EX13.1.2/Ex2.sce | d35de9623b06ed997d51359b3693c459b12944f4 | [] | 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 | 311 | sce | Ex2.sce | // Additional solved numerical questions , Example(set 1) 2 , pg 348
l=0.7*10^-3//length(in m)
E=8.8*10^10//youngs modulus(in N/m^2)
d=2800//density(in kg/m^3)
p=1//fundamental mode
n= p*sqrt(E/d)/(2*l) //natural frequency
printf("Fundamental frequency of quartz crystal)\n")
printf("n=%.2f Hz",n)
|
04f18ce4ef49615e9bda9eb167eac3e792e3ff75 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpasslp2lp/test_1.sce | e482f75672f2e3b455e353ba25fcabbcf11e0971 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 225 | sce | test_1.sce | // Test # 1 : No Input Arguments
exec('./allpasslp2lp.sci',-1);
[n,d]=allpasslp2lp();
//!--error 10000
//Number of input arguments should be 2
//at line 28 of function allpasslp2lp called by :
//[n,d]=allpasslp2lp();
|
fd0c1fd3bb360f4b5adb5c4e915c471c7411595f | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Drwline.sci | 2ec407ec7b495928c8677e5c9e86ab418a98f26a | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,756 | sci | Drwline.sci | // 08.05.21
function Drwline(varargin)
global Wfile FID MilliIn PenThick PenThickInit;
Nall=length(varargin);
Thick=0;
Tmp=varargin(Nall);
if type(Tmp)==1 & length(Tmp)==1
Thick=round(varargin(Nall)*PenThickInit);
Str='\special{pn '+string(Thick)+'}%';
if Wfile=='default'
mprintf('%s\n',Str);
else
mfprintf(FID,'%s\n',Str);
end
Nall=Nall-1;
end
for N=1:Nall
Tmp=varargin(N);
Pdata=Flattenlist(Tmp);
for II=1:length(Pdata)
Clist=MakeCurves(Op(II,Pdata));
DinM=Dataindex(Clist);
for n=1:size(DinM,1)
Tmp=DinM(n,:);
Data=Clist(Tmp(1):Tmp(2),:);
Mojisu=0;
for I=1:size(Data,1)
Tmp=Data(I,:);
X=round(MilliIn*Tmp(1));
X=string(X);
Y=-round(MilliIn*Tmp(2));
Y=string(Y);
Str='\special{pa '+X+" "+Y+'}';
if Wfile=='default'
mprintf('%s',Str);
else
mfprintf(FID,'%s',Str);
end
Mojisu=Mojisu+length(Str);
if Mojisu>80
if Wfile=='default'
mprintf('%c\n','%');
else
mfprintf(FID,'%c\n','%');
end
Mojisu=0;
end
end
if Mojisu~=0
if Wfile=='default'
mprintf('%s\n','%');
else
mfprintf(FID,'%s\n','%');
end
end;
if Wfile=='default'
mprintf('%s\n','\special{fp}%');
else
mfprintf(FID,'%s\n','\special{fp}%');
end
end
end
end;
Str='%';
if Thick>0
Tmp=PenThick/PenThickInit; // modified
Setpen(Tmp);
end
endfunction
|
f8963ba039e31098d3d22d91050fcecc8e37cd24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH7/EX7.4/4.sci | ee2d07b9317cdc49d2db4701cad1fbb1fe271db9 | [] | 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 | 446 | sci | 4.sci | clc;
clear all;
disp("Boundary layer thickness")
//uU=X
//y/delta=Y
//X=2*Y-Y^2;
L=1.5;//m length of plate
w=1;// m width of plate
v=0.12;// m/s velocity of water
mu=10^(-3);// N-s/m^2
U=0.12;//m/s free stream velocity
rho=1000;//kg/m^3 density of water
ReL=rho*U*L/mu;
delta=5.48*L*1000/(ReL)^0.5;//mm
disp("mm",delta,"thickness of boundary layer =")
Cf=1.46/((ReL)^0.5);// coefficent of drag
disp(Cf,"Coefficient of drag =")
|
778aaa7c920b828bac983c91beb16ebffc6a2e5f | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3.1/Unix-Windows/scilab-2.3/macros/auto/lqg.sci | 8547a46a7b40970d048dfb4c91c20982629a96c0 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | 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 | 536 | sci | lqg.sci | function K=lqg(P,r)
// returns the (strictly proper) lqg (H2) controller
// for the augmented plant P
[A,B1,B2,C1,C2,D11,D12,D21,D22]=smga(P,r);
if norm(D11,1) <> 0 then warning('lqg: D11 is not zero! (set to zero)');end
//if norm(D22,1) <> 0 then warning('lqg: D22 is not zero!');end
dom=P(7);
if dom=[] then warning('lqg: time domain unspecified, assumed continuous');
dom='c';end
P12=syslin(dom,A,B2,C1,D12);
Kc=lqr(P12);
P21=syslin(dom,A,B1,C2,D21);
Kf=lqe(P21);
P22=syslin(dom,A,B2,C2,D22);
K=obscont(P22,Kc,Kf);
|
958e8712e8c1e40eb4bacb13c35988d0cf7dd289 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.3_1.tst | 7841c28f7341363139924d9e1aa2e9553f72fb1e | [] | 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 | 8,876 | tst | bow.3_1.tst | 3 17:0.02127659574468085 449:1.0 1490:1.0
3 4:0.1 13:1.0 17:0.06382978723404255 19:0.05555555555555555 20:1.0 30:0.3333333333333333 33:1.0 54:0.14285714285714285 64:1.0 121:0.1 149:1.0 186:1.0 188:1.0 377:1.0 386:1.0 467:1.0 490:0.09090909090909091 556:2.0 949:1.0 967:0.3333333333333333 1178:1.0 1291:1.0 1408:1.0 1423:1.0 1432:1.0 1491:1.0 1492:1.0 1493:1.0 1494:1.0 1495:1.0 1496:1.0 1497:1.0 1498:1.0
3 3:0.3333333333333333 4:0.3 6:1.0 14:0.05405405405405406 30:0.3333333333333333 54:0.14285714285714285 74:0.16666666666666666 84:0.25 298:1.0 1259:1.0 1264:1.0 1499:1.0 1500:1.0 1501:1.0 1502:1.0 1503:1.0 1504:1.0 1505:1.0 1506:1.0 1507:1.0 1508:1.0 1509:1.0 1510:1.0 1511:1.0
3 6:1.0 14:0.05405405405405406 30:0.16666666666666666 49:0.125 193:0.5 298:1.0 389:1.0 1004:1.0 1512:1.0 1513:1.0 1514:1.0 1515:1.0
3 6:2.0 14:0.02702702702702703 30:0.16666666666666666 84:0.125 127:1.0 140:0.5 171:0.3333333333333333 183:0.25 184:0.3333333333333333 193:0.5 237:1.0 256:1.0 475:1.0 826:0.3333333333333333 885:1.0 949:1.0 980:1.0 1004:2.0 1391:1.0 1516:1.0 1517:1.0 1518:1.0 1519:1.0
3 4:0.1 17:0.02127659574468085 49:0.125 74:0.16666666666666666 183:0.25 184:0.3333333333333333 1520:1.0 1521:0.3333333333333333 1522:1.0 1523:1.0
3 3:0.3333333333333333 4:0.2 6:2.0 17:0.10638297872340426 19:0.1111111111111111 25:1.0 30:0.3333333333333333 43:0.3333333333333333 69:0.16666666666666666 170:1.0 183:0.25 204:1.0 207:2.0 236:0.5 237:2.0 273:1.0 352:1.0 367:0.5 368:2.0 388:1.0 611:1.0 706:1.0 901:1.0 972:1.0 1004:2.0 1030:1.0 1431:1.0 1456:1.0 1493:1.0 1524:1.0 1525:1.0 1526:1.0 1527:1.0 1528:1.0 1529:1.0 1530:1.0 1531:1.0 1532:1.0 1533:1.0
3 4:0.1 17:0.0425531914893617 25:1.0 49:0.125 74:0.3333333333333333 159:0.1111111111111111 183:0.25 208:1.0 343:1.0 394:0.5 901:1.0 1534:1.0 1535:1.0 1536:1.0
3 4:0.2 10:0.5 17:0.02127659574468085 54:0.14285714285714285 55:0.5 84:0.125 726:1.0 962:0.2 1094:1.0 1537:1.0 1538:1.0 1539:1.0 1540:1.0 1541:1.0
3 4:0.2 6:1.0 17:0.02127659574468085 25:1.0 30:0.6666666666666666 69:0.16666666666666666 183:0.25 203:2.0 249:0.3333333333333333 253:0.2 257:1.0 698:1.0 842:1.0 949:1.0 1068:1.0 1305:1.0 1412:1.0 1419:1.0 1540:1.0 1542:1.0 1543:1.0 1544:1.0 1545:1.0 1546:1.0 1547:1.0 1548:1.0 1549:1.0 1550:1.0 1551:1.0 1552:1.0 1553:1.0
3 4:0.1 14:0.02702702702702703 25:1.0 30:0.16666666666666666 60:0.25 160:1.0 172:0.5 193:0.5 199:0.25 255:1.0 356:0.5 369:1.0 581:0.16666666666666666 604:1.0 923:1.0 983:1.0 1488:1.0 1539:1.0 1551:1.0 1554:1.0 1555:1.0 1556:1.0 1557:1.0 1558:1.0 1559:1.0 1560:1.0 1561:1.0
3 14:0.02702702702702703 30:0.16666666666666666 39:1.0 49:0.125 55:0.5 183:0.25 199:0.25 203:1.0 250:1.0 255:1.0 349:0.3333333333333333 394:0.5 1130:1.0 1562:1.0 1563:1.0 1564:1.0 1565:1.0 1566:1.0 1567:1.0 1568:1.0 1569:1.0
3 6:1.0 14:0.10810810810810811 30:0.3333333333333333 137:1.0 146:1.0 183:0.25 200:1.0 203:1.0 1305:1.0 1332:1.0 1540:1.0 1550:1.0 1570:1.0 1571:1.0 1572:1.0 1573:1.0 1574:1.0
3 6:1.0 14:0.08108108108108109 27:1.0 30:0.16666666666666666 43:0.3333333333333333 54:0.14285714285714285 93:1.0 133:1.0 160:1.0 199:0.25 200:1.0 331:0.5 356:0.5 377:1.0 396:1.0 1414:1.0 1575:1.0 1576:1.0 1577:1.0 1578:1.0 1579:1.0 1580:1.0 1581:1.0 1582:1.0 1583:1.0 1584:1.0
3 4:0.1 14:0.02702702702702703 19:0.05555555555555555 30:0.3333333333333333 43:0.3333333333333333 54:0.14285714285714285 60:0.25 137:1.0 159:0.1111111111111111 160:1.0 173:1.0 193:0.5 199:0.5 255:1.0 346:0.5 396:1.0 408:1.0 1067:1.0 1551:1.0 1581:2.0 1585:1.0 1586:1.0 1587:1.0 1588:1.0 1589:1.0 1590:1.0
3 14:0.10810810810810811 17:0.02127659574468085 25:3.0 30:0.3333333333333333 54:0.42857142857142855 160:2.0 199:0.5 286:2.0 652:1.0 1570:1.0 1591:1.0 1592:1.0 1593:1.0 1594:1.0 1595:1.0 1596:1.0 1597:1.0 1598:1.0 1599:1.0 1600:1.0 1601:1.0 1602:1.0
3 14:0.08108108108108109 17:0.02127659574468085 30:0.16666666666666666 49:0.125 54:0.2857142857142857 55:0.5 203:1.0 327:1.0 594:1.0 1456:1.0 1603:1.0 1604:1.0 1605:1.0 1606:1.0 1607:1.0 1608:1.0
3 4:0.1 13:0.5 17:0.02127659574468085 19:0.05555555555555555 160:5.0 766:1.0 911:1.0 1302:1.0 1398:1.0 1609:1.0 1610:1.0 1611:1.0 1612:1.0 1613:1.0 1614:1.0 1615:1.0
3 10:0.5 13:0.5 14:0.02702702702702703 17:0.02127659574468085 30:0.16666666666666666 55:0.5 74:0.16666666666666666 84:0.125 110:1.0 490:0.09090909090909091 1126:1.0 1608:1.0 1616:1.0 1617:1.0
3 3:0.3333333333333333 30:0.16666666666666666 160:1.0 183:0.25 490:0.09090909090909091 494:0.5 581:0.16666666666666666 1603:1.0 1618:1.0 1619:1.0 1620:1.0 1621:1.0 1622:1.0 1623:1.0
3 44:1.0 146:1.0 490:0.09090909090909091 1624:1.0 1625:1.0
3 6:1.0 20:1.0 25:1.0 30:0.16666666666666666 69:0.3333333333333333 172:0.5 183:0.25 199:0.25 200:1.0 202:0.14285714285714285 255:1.0 490:0.09090909090909091 652:1.0 1414:3.0 1571:1.0 1592:1.0 1596:1.0 1603:1.0 1622:1.0 1626:1.0 1627:2.0 1628:1.0 1629:1.0 1630:1.0 1631:1.0
3 10:0.5 17:0.02127659574468085 25:2.0 30:0.16666666666666666 54:0.14285714285714285 186:1.0 199:0.25 207:1.0 237:1.0 249:0.3333333333333333 302:1.0 317:1.0 356:0.5 448:1.0 490:0.09090909090909091 862:1.0 949:1.0 1065:1.0 1632:1.0 1633:1.0 1634:1.0 1635:1.0
3 4:0.1 14:0.05405405405405406 20:1.0 25:1.0 30:0.3333333333333333 49:0.125 54:0.14285714285714285 69:0.16666666666666666 111:1.0 133:1.0 143:0.2 170:1.0 183:0.5 286:1.0 467:1.0 490:0.2727272727272727 1414:1.0 1603:1.0 1604:1.0 1622:1.0 1626:1.0 1636:1.0 1637:1.0 1638:1.0 1639:1.0 1640:1.0
3 4:0.1 6:1.0 14:0.05405405405405406 30:0.6666666666666666 43:0.3333333333333333 54:0.14285714285714285 490:0.09090909090909091 494:0.5 581:0.16666666666666666 949:1.0 1282:1.0 1414:1.0 1561:1.0 1641:1.0 1642:1.0 1643:1.0 1644:1.0 1645:1.0 1646:1.0 1647:1.0 1648:1.0 1649:1.0 1650:1.0
3 14:0.05405405405405406 183:0.25 203:1.0 1558:1.0 1651:1.0 1652:1.0 1653:1.0
3 3:0.6666666666666666 13:0.5 14:0.08108108108108109 17:0.0425531914893617 19:0.05555555555555555 25:1.0 30:0.16666666666666666 49:0.125 54:0.14285714285714285 60:0.25 172:0.5 183:0.25 199:0.25 200:1.0 202:0.2857142857142857 255:1.0 652:1.0 1411:1.0 1571:1.0 1596:1.0 1597:1.0 1598:1.0 1636:1.0 1651:2.0 1654:1.0 1655:1.0 1656:1.0 1657:1.0 1658:1.0 1659:1.0 1660:1.0 1661:1.0 1662:1.0
3 4:0.1 13:0.5 17:0.06382978723404255 20:2.0 25:1.0 30:0.3333333333333333 49:0.125 54:0.14285714285714285 80:1.0 84:0.125 159:0.1111111111111111 375:1.0 490:0.18181818181818182 1173:1.0 1417:1.0 1452:1.0 1497:1.0 1636:1.0 1663:1.0 1664:1.0 1665:1.0 1666:1.0
3 14:0.02702702702702703 202:0.14285714285714285 203:1.0 329:1.0 349:0.3333333333333333 568:1.0 700:1.0 1597:1.0 1667:1.0 1668:1.0
3 4:0.1 6:1.0 14:0.02702702702702703 25:2.0 30:0.16666666666666666 49:0.125 71:1.0 159:0.1111111111111111 199:0.5 203:1.0 253:0.4 330:1.0 448:1.0 467:1.0 1068:1.0 1120:1.0 1482:1.0 1666:1.0 1669:1.0 1670:1.0 1671:1.0
3 14:0.02702702702702703 17:0.0425531914893617 20:2.0 25:1.0 30:0.16666666666666666 54:0.14285714285714285 84:0.125 121:0.1 135:1.0 273:1.0 375:1.0 395:1.0 490:0.09090909090909091 494:1.0 917:1.0 1497:1.0 1583:1.0 1685:1.0 1686:1.0 1687:1.0
3 3:0.6666666666666666 13:0.5 14:0.08108108108108109 17:0.02127659574468085 49:0.125 55:0.5 149:1.0 302:1.0 386:1.0 526:1.0 1126:1.0 1195:1.0 1523:1.0 1621:1.0 1688:1.0 1689:1.0 1690:1.0
3 13:0.5 14:0.02702702702702703 17:0.02127659574468085 19:0.1111111111111111 55:0.5 159:0.1111111111111111 277:1.0 349:0.3333333333333333 352:0.5 1126:1.0 1302:1.0 1691:1.0 1692:1.0 1693:1.0 1694:1.0
3 13:0.5 14:0.02702702702702703 17:0.06382978723404255 19:0.05555555555555555 25:1.0 30:0.16666666666666666 54:0.14285714285714285 84:0.125 159:0.1111111111111111 171:0.3333333333333333 187:1.0 202:0.14285714285714285 279:1.0 300:1.0 328:1.0 352:0.5 361:1.0 377:1.0 566:1.0 634:1.0 716:1.0 837:1.0 949:1.0 1538:1.0 1695:1.0 1696:1.0 1697:1.0 1698:2.0 1699:1.0 1700:1.0
3 14:0.02702702702702703 19:0.05555555555555555 25:3.0 30:0.16666666666666666 39:1.0 71:1.0 159:0.1111111111111111 199:0.5 203:2.0 207:1.0 237:1.0 388:1.0 413:1.0 448:1.0 472:1.0 526:1.0 1063:1.0 1412:1.0 1794:1.0
3 433:1.0
3 4:0.1 14:0.02702702702702703 19:0.05555555555555555 133:1.0 159:0.1111111111111111 183:0.75 203:1.0 256:1.0 352:0.5 433:1.0 490:0.18181818181818182 1229:1.0 1562:1.0
3 4:0.1 14:0.02702702702702703 19:0.05555555555555555 25:1.0 39:1.0 49:0.125 183:0.5 199:0.25 202:0.14285714285714285 203:1.0 208:1.0 300:1.0 572:1.0 901:1.0 1523:1.0 1526:1.0
3 4:0.1 14:0.08108108108108109 25:1.0 30:0.16666666666666666 64:1.0 159:0.1111111111111111 183:0.25 193:0.5 199:0.75 200:3.0 207:1.0 274:0.5 285:1.0 317:1.0 730:1.0 992:1.0 1063:1.0 1302:1.0 1305:1.0 1540:1.0
3 3:0.3333333333333333 4:0.1 6:2.0 14:0.05405405405405406 19:0.05555555555555555 30:0.16666666666666666 43:0.3333333333333333 45:0.5 49:0.125 60:0.25 69:0.3333333333333333 74:0.3333333333333333 140:0.5 160:1.0 199:0.5 203:1.0 214:2.0 222:1.0 226:1.0 255:3.0 901:3.0 1226:1.0 1256:1.0 1282:2.0 1454:2.0 1465:1.0 1521:0.3333333333333333 1583:1.0 1653:1.0 1673:1.0
|
b099a49d6fe51941bd9a9a19f485058ceeb7790f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1733/CH2/EX2.22/2_22.sce | a8c16e14b69235d88a429767a8c3a80ccfd781a9 | [] | 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,039 | sce | 2_22.sce | //2.22
clc;
Vm=230*2^0.5;
Vdc=2*Vm/%pi*cosd(30);
R=Vdc/4;
printf("dc value of voltage = %.1f V", Vdc)
IL=4;
I=2*2^0.5/%pi*IL;
P_input_active=230*I*cosd(30);
printf("\n Active input power= %.2f W", P_input_active)
P_input_reactive=230*I*sind(30);
printf("\n reactive input power= %.2f Vars", P_input_reactive)
P_input_appearent=230*I;
printf("\n Active input power= %.2f VA", P_input_appearent)
disp('When freewheeling diode is present')
Vm=230*2^0.5;
Vdc=Vm/%pi*(1+cosd(30));
printf("dc value of voltage = %.1f V", Vdc)
IL=Vdc/R;
I=2*2^0.5/%pi*IL*cosd(15);
P_input_active=230*I*cosd(15);
printf("\n Active input power= %.2f W", P_input_active)
P_input_reactive=230*I*sind(15);
printf("\n reactive input power= %.2f Vars", P_input_reactive)
P_input_appearent=230*I;
printf("\n Active input power= %.2f VA", P_input_appearent)
disp('When Th3 get open circuit')
Vdc=230/(2^0.5*%pi)*(1+cosd(30));
printf("dc value of voltage = %.3f V", Vdc)
Idc=Vdc/R;
printf("\nAverage dc output current = %.2f A", Idc)
|
42aeca88463398907d1aec3409ecf68d4ee8e1eb | 94f4543f1ccab8acf04c91798a83a0171dd5fa44 | /DM_maths_proba_tika_lienardy.sce | 2508e2958bd47225c4dfb1610166609ce03b3d0d | [] | no_license | owi0wi/scilab_DM_math | c699b5290926d2b3961e074f2b29034ed0cd2def | c6f177a6fec2c1846aedc4c233c439b5c375987f | refs/heads/master | 2021-01-10T05:21:59.626416 | 2015-06-02T21:03:36 | 2015-06-02T21:03:36 | 36,432,468 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 14,000 | sce | DM_maths_proba_tika_lienardy.sce | funcprot(0)
xdel(winsid());
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
//-------------------- DM maths - probabilité -------------------------
//----------------- Lienardy Morgan - Tika Jihade ---------------------
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
//-------------------------- Fonctions --------------------------------
//-------------------------------------------------------------------------
//Genere N nombres de loi uniforme entre 0 et 1
function nombres=genLoiUniform(N)
//Matrice colonne contenant nos N nombres de la loi uniforme
nombres=grand(1,N,"unf",0,1)
endfunction
//-------------------------------------------------------------------------
//Genere N nombres de loi de Poisson avec comme parametre lambda
function nombres=genLoiPoisson(N,lambda)
nombres=grand(1,N,"poi",lambda)
endfunction
//-------------------------------------------------------------------------
//Genere N nombres de loi Normale avec comme parametres l'esperance 'm' et l'ecart type 'sigma'
function nombres=genLoiNormale(N,m,sigma)
nombres=grand(1,N,"nor",m,sigma)
endfunction
//-------------------------------------------------------------------------
//Genere N nombres suivant la fonction scilab 'rand'
function nombres=genRandLoiUniform(N)
nombres=rand(1,N)
endfunction
//-------------------------------------------------------------------------
//Realise le test du Chi2 pour la loi de Poisson avec N nombres (param lambda))
//nbClasses represente le nombre de classes que l'on souhaite avoir pour le test
//l'intervalle est [ plus petite valeur obtenue ; plus grande valeur obtenue+1 ]
function b=testChi2LoiPoisson(N, lambda, nbClasses)
nombres=genLoiPoisson(N,lambda);
mini=int(min(nombres));
maxi=int(max(nombres))+1;
b=testChi2(nombres,'poi',mini,maxi,nbClasses)
endfunction
//-------------------------------------------------------------------------
//Realise le test du Chi2 pour la loi Normale avec N nombres (param m, sigma)
//function b=testChi2LoiNormale(N, m, sigma)
// nombres=genLoiNormale(N,m, sigma);
// mini=int(min(nombres));
// maxi=int(max(nombres))+1;
// b=testChi2(nombres,'nor',mini,maxi,nbClasses)
//endfunction
//-------------------------------------------------------------------------
//Realise le test du Chi2
//nombres : la matrice contenant des nombres que l'on souhaite tester
// loi : La loi que ces nombres suivent
//borneInf et borneSup : les bornes pour le decoupage des classes
//nbClasses : Le nombres de classes que l'on souhaite avoir
function boolean=testChi2(nombres, loi, borneInf, borneSup, nbClasses)
//p doit avoir 'nbClasses' colonnes
//borneInf et borneSup representent l'intervalle des nombres aléatoire
//nbClasses est le nombre de classes que l'on souhaite avoir. Le decoupage se fait de maniere automatique
//contient les valeurs du chi2 pour un seuil a 5% (de 1 a 14)
resultChi2_5=[3.841 5.991 7.815 9.488 11.07 12.592 14.067 15.507 16.919 18.307 19.675 21.026 22.362 23.685]
classes=zeros(1,nbClasses)
pas=(borneSup-borneInf)/nbClasses;
//ces boucles permettent de decouper les nombres en classes
for i=1:size(nombres,2)
for b=0:nbClasses-1
if b~=nbClasses-1 then
if nombres(1,i)>=borneInf+b*pas & nombres(1,i)<borneInf+(b+1)*pas then
classes(1,b+1)=classes(1,b+1)+1;
break
end
else
if nombres(1,i)>=borneInf+b*pas & nombres(1,i)<=borneInf+(b+1)*pas then
classes(1,b+1)=classes(1,b+1)+1;
break
end
end
end
end
disp(classes)
//calcul de la distance D²
D2 = 0;
//Ici on determine 'p' en fonction de la loi
if loi=='uni' then
p=ones(1,nbClasses)*(1/nbClasses);
end
if loi=='poi' then
p=zeros(1,nbClasses);
moy=0;
for i=1:nbClasses
moy=moy+classes(1,i)*i
end
moy=moy/size(nombres,2);
disp(moy)
for k=1:nbClasses
p(1,k)=exp(-moy)*(moy.^k)/factorial(k);
end
end
if loi=='nor' then
end
disp(p)
// On somme les distances de chaque classe
for i=1:nbClasses
D2=D2+((classes(1,i)-size(nombres,2)*p(1,i))^2) / (size(nombres,2)*p(1,i))
end
disp('D2 : ',D2)
disp('Valeur du seuil : ',resultChi2_5(nbClasses-1))
//on compare D² et la valeur du seuil (rappel : 5%)
if D2<resultChi2_5(nbClasses-1) then
boolean="L hypothese initiale est valide, donc on l a garde";
else
boolean='On observe un evenement qui ne peut se produire que rarement, on rejette donc l hypothese initiale';
end
endfunction
//-------------------------------------------------------------------------
//Exercice2 - fonction qui prend en parametre une distance 's', une periode (en sec)'T' et le nombre de mouvement 'n'
// Simule une marche aleatoire dans 2 sens : gauche ou droite d'une distance 's' qui se repete toutes les T secondes 'n' fois
function X=marcheAlea1D(s,T,n)
//Avec s la longueur du deplacement pour un lancé
//Avec T la periode en seconde du lancé de piece
//Avec n le nombre de lancé
//--> pile = 0 = a gauche
//--> face = 1 = a droite
//clf;
X=[0]
for i=1:n
val=lancePiece();
if val==0 then
X=[X X(i)+s];
else
X=[X X(i)-s];
end
//disp(X(i));
//sleep(T*1000);
end
temps=[0:T:n*T];
afficheMarche1D(temps,X);
endfunction
//-------------------------------------------------------------------------
//Fonction qui prend en parametre une distance 's', une periode (en sec)'T' et le nombre de mouvement 'n'
// Simule une marche aleatoire dans 4 sens : gauche ou droite, et haut ou bas d'une
// distance 's' qui se repete toutes les T secondes 'n' fois
function [X,Z]=marcheAlea2D(s,T,n)
//Avec s la longueur du deplacement pour un lancé
//Avec T la periode en seconde du lancé de piece
//Avec n le nombre de lancé
//--> pileX = 0 = a gauche
//--> faceX = 1 = a droite
//--> pileZ = 0 = en haut
//--> faceZ = 1 = en bas
X=[0];
Z=[0];
for i=1:n
valX=lancePiece();
valZ=lancePiece();
if valX==0 then
X=[X X(i)+s];
else
X=[X X(i)-s];
end
if valZ==0 then
Z=[Z Z(i)+s];
else
Z=[Z Z(i)-s];
end
//disp(X(i));
//sleep(T*1000);
end
temps=[0:T:n*T];
afficheMarche2D(temps,X,Z);
//param3d(temps,X,Z);
//plot3d(temps,temps,[Z' X'])
//xtitle("X(nT,omega)","Temps (s)","Distance parcourue (gauche/droite)","Distance parcourue (haut/bas)");
endfunction
//-------------------------------------------------------------------------
//Affiche 3 graphes : le 1er en 3d, les 2 derniers en 2d
function afficheMarche1D(axeX,axeY)
plot(axeX,axeY);
xtitle("X(nT,omega)","Temps (s)","Distance parcourue");
endfunction
//-------------------------------------------------------------------------
//Affiche 3 graphes : le 1er en 3d, les 2 derniers en 2d
function afficheMarche2D(axeX,axeY,axeZ)
subplot(131)
param3d(axeX,axeY,axeZ);
xtitle("Z(nT,omega)","Temps (s)","Distance parcourue (gauche/droite)","Distance parcourue (haut/bas)");
subplot(132)
plot(axeX,axeY);
xtitle("Z(nT,omega)","Temps (s)","Distance parcourue (gauche/droite)");
subplot(133)
plot(axeX,axeZ);
xtitle("Z(nT,omega)","Temps (s)","Distance parcourue (haut/bas)");
endfunction
//-------------------------------------------------------------------------
//Affiche 9 graphes avec comme param 'n' qui qui represente le nombre de mouvements
//On prend T de plus en plus petit en commencant a 1, et en divisant a chaque fois par 10
function marcheAleaRapide(n)
T=1;temps=[0:T:n*T];
subplot(331)
plot(temps,marcheAlea1D(sqrt(T),T,n))
T=0.1;temps=[0:T:n*T];
subplot(332)
xtitle("9 graphes pour la marche aleatoire rapide");
plot(temps,marcheAlea1D(sqrt(T),T,n))
T=0.01;temps=[0:T:n*T];
subplot(333)
plot(temps,marcheAlea1D(sqrt(T),T,n))
T=0.001;temps=[0:T:n*T];
subplot(334)
plot(temps,marcheAlea1D(sqrt(T),T,n))
T=0.0001;temps=[0:T:n*T];
subplot(335)
plot(temps,marcheAlea1D(sqrt(T),T,n))
T=0.00001;temps=[0:T:n*T];
subplot(336)
plot(temps,marcheAlea1D(sqrt(T),T,n))
T=0.000001;temps=[0:T:n*T];
subplot(337)
plot(temps,marcheAlea1D(sqrt(T),T,n))
T=0.0000001;temps=[0:T:n*T];
subplot(338)
plot(temps,marcheAlea1D(sqrt(T),T,n))
T=0.00000001;temps=[0:T:n*T];
subplot(339)
plot(temps,marcheAlea1D(sqrt(T),T,n))
endfunction
//-------------------------------------------------------------------------
//Simule un lancer de piece en suivant le loi de bernoulli (loi binomiale pour n=1 et p=0.5)
function val=lancePiece()
val=grand(1,1,"bin",1,0.5)
endfunction
//-------------------------------------------------------------------------
//Affiche 4 graphes pour la loi uniforme pour 10,100,1000 et 10000 nombres
function plotLoiUniform()
subplot(221)
xtitle("4 graphes pour la loi uniforme pour n=10,100,1000 ,10000");
plot(genLoiUniform(10))
subplot(222)
plot(genLoiUniform(100))
subplot(223)
plot(genLoiUniform(1000))
subplot(224)
plot(genLoiUniform(10000))
endfunction
//-------------------------------------------------------------------------
//Affiche 12 graphes pour la loi de Poisson pour 10,100,1000 et 10000 nombres
// et pour lambda 1, 10 et 100
function plotLoiPoisson()
subplot(431)
plot(genLoiPoisson(10,1))
subplot(432)
xtitle("12 graphes pour la loi de Poisson pour n=10,100,1000,10000 et lambda=1,10,100");
plot(genLoiPoisson(10,10))
subplot(433)
plot(genLoiPoisson(10,100))
subplot(434)
plot(genLoiPoisson(100,1))
subplot(435)
plot(genLoiPoisson(100,10))
subplot(436)
plot(genLoiPoisson(100,100))
subplot(437)
plot(genLoiPoisson(1000,1))
subplot(438)
plot(genLoiPoisson(1000,10))
subplot(439)
plot(genLoiPoisson(1000,100))
subplot(4,3,10)
plot(genLoiPoisson(10000,1))
subplot(4,3,11)
plot(genLoiPoisson(10000,10))
subplot(4,3,12)
plot(genLoiPoisson(10000,100))
endfunction
//-------------------------------------------------------------------------
//Affiche 16 graphes pour la loi de Normale pour 10,100,1000 et 10000 nombres,
// pour une esperance a 10 et 100 et pour un ecart-type a 1 et 10
function plotLoiNormale()
subplot(441)
plot(genLoiNormale(10,10,1))
subplot(442)
xtitle("16 graphes pour la loi de Normale pour n=10,100,1000,10000 m=10,100 sigma=1,10");
plot(genLoiNormale(10,10,10))
subplot(443)
plot(genLoiNormale(10,100,1))
subplot(444)
plot(genLoiNormale(10,100,10))
subplot(445)
plot(genLoiNormale(100,10,1))
subplot(446)
plot(genLoiNormale(100,10,10))
subplot(447)
plot(genLoiNormale(100,100,1))
subplot(448)
plot(genLoiNormale(100,100,10))
subplot(449)
plot(genLoiNormale(1000,10,1))
subplot(4,4,10)
plot(genLoiNormale(1000,10,10))
subplot(4,4,11)
plot(genLoiNormale(1000,100,1))
subplot(4,4,12)
plot(genLoiNormale(1000,100,10))
subplot(4,4,13)
plot(genLoiNormale(10000,10,1))
subplot(4,4,14)
plot(genLoiNormale(10000,10,10))
subplot(4,4,15)
plot(genLoiNormale(10000,100,1))
subplot(4,4,16)
plot(genLoiNormale(10000,100,10))
endfunction
//-------------------------------------------------------------------------
//Affiche 4 histogrammes pour la loi uniforme pour 10,100,1000 et 10000 nombres
function histplotLoiUniform()
X1=genLoiUniform(10)
X2=genLoiUniform(100)
X3=genLoiUniform(1000)
X4=genLoiUniform(10000)
xtitle("4 histogrammes pour la loi uniforme n=10,100,1000,10000");
subplot(221)
histplot([0:0.1:1],X1);
subplot(222)
histplot([0:0.1:1],X2);
subplot(223)
histplot([0:0.1:1],X3);
subplot(224)
histplot([0:0.1:1],X4);
endfunction
//-------------------------------------------------------------------------
//Ce fichier scilab contient l'ensemble du code pour le DM
disp("- Exercice 1)");
disp("-- Partie 1");
disp("--- 1)");
disp("Test pour N=10");
disp(genLoiUniform(10));
xset("window",0);
plotLoiUniform();
disp("--- 2)");
xset("window",1);
histplotLoiUniform();
disp("--- 3)");
N=genLoiUniform(1000)
b=testChi2(N, 'uni', 0, 1, 10)
disp("Test chi2 pour 1000 nombres de loi uniforme avec 10 classes")
disp(b);
disp("--- 4)");
N=genRandLoiUniform(1000)
b=testChi2(N, 'uni', 0, 1, 10)
disp("Test chi2 pour 1000 nombres de la fonction rand avec 10 classes")
disp(b);
disp("--- 5)");
//
disp("-- Partie 2");
disp("--- 6)");
xset("window",2);
plotLoiPoisson();
xset("window",3);
plotLoiNormale()
disp("--- 7)");
b=testChi2LoiPoisson(1000, 10, 10)
disp("Test chi2 pour 1000 nombres de loi Poisson avec 10 classes")
disp(b);
disp("-- Partie 3");
disp("--- 8)");
disp("- Exercice 2)");
disp("-- Partie 1");
disp("--- 1)");
//Loi Xi
disp("--- 2)");
//Loi X
disp("--- 3)");
xset("window",4);
[X,Z]=marcheAlea2D(1,1,20);
xset("window",5);
[X,Z]=marcheAlea2D(1,1,100);
xset("window",6);
[X,Z]=marcheAlea2D(1,1,1000);
disp("--- 4)");
//Esperance et variance :
disp("-- Partie 2");
disp("--- 5)");
//pourquoi s²=a.T
disp("--- 6)");
xset("window",7);
marcheAleaRapide(1000);
disp("--- 7");
//mouvement brownien
disp("-- Partie 3");
disp("--- 8)");
xset("window",8);
[X,Z]=marcheAlea2D(s,T,n);
|
cba3bc6c06c4c87c2f8f02fedaf2cee2c07bed54 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3523/CH3/EX3.7.3/Ex3_3.sce | 287151af2314a46c4b0e8278020a12fccea567e1 | [] | 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 | 551 | sce | Ex3_3.sce | // Example 3// Ch 3
clc;
clear;
close;
// given data
R=8314; // gas constant in J/kg.mol.K
T=300; // temperature 27 deg C, 27+293=300K
me=0.10; //mean free path in meters
rm=1.7*10^-10 //molecular radius in angstrom
M=28 //im mole^-1
m0=4.8*10^-26 //mass of nitrogen molecule
N = 1/[4*%pi*((rm)^2)*me]; // no. of molecules in gas
printf("no. of molecules %e",N)
p = [(N*m0)/M]*R*T; // max pressure in chamber in N/m2
printf("max pressure in chamber %f N/m2",p)
// Note: Calculation in the book is wrong So answer in the book is wrong
|
d4b626a3ec5a592e133704038972f272b1d22864 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2666/CH15/EX15.1/15_1.sce | 8a0824658f9554c99111383b4c4c0e392bb3215c | [] | 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 | 503 | sce | 15_1.sce | clc
//initialisation of variables
t1=90//F
q=14.7//pasi
t2=74//F
P=0.4156//Psia
h=2800//lbf
t=1.3//F
r=460//F
v=144//lbf
p=85.8//lbf
Psat=0.6982//ft
h1=0.622//ft
//CALCULATIONS
Pv=P-((q-P)*(t1-t2))/(h-t*(t2))//psia
W=(v*Pv*1)/(p*(t1+r))//lb per cu ft
R=Pv/Psat*100//percent
S=h1*(Pv/(q-Pv))//lb vapor per lb dry air
//RESULTS
printf('The absolute humidity=% f lb per cu ft',W)
printf('The relative humidity=% f percent',R)
printf('specific humidity=% f lb vapor per lb dry air',S)
|
23e598112adf3093041da0217cd6eb47dcec6611 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1466/CH22/EX22.3/22_3.sce | edf2424a4da09773dcf6516b933b8e0609890b93 | [] | 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 | 363 | sce | 22_3.sce |
clc
//initialisation of variables
l1=30//in
n=375//rpm
l2=20//in
va=10//ft/sec
H=50//ft
g=32.2//ft/sec^2
//CALCULATIONS
v=n*%pi*l1/(12*60)
v1=v*l2/l1
vf=va*l2/l1
thw=H-(va*va/(2*g))
the=thw*100/H
aw=100*550/(21*62.4)
ae=aw*100/50
Vw=thw*g/v
alp=atan(vf/Vw)
k=atan(vf/(v-Vw))
//RESULTS
printf ('\n most suitable angle= %.1f ',180-k*180/%pi)
|
a6cbbdc97f5f9112f08d9032cdc9fb16b34f558c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH9/EX9.3/Ex9_3.sce | 9ade547320b005239edf7402bf85905f50799c9a | [] | 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,209 | sce | Ex9_3.sce | // Exa 9.3
// To calculate final phase for the pi/4-DQPSK modulation method.
clc;
clear all;
B=['00','10','01','11','01','00','11','10','10','01','01','00'];//Given Bit stream
//solution
disp("Phase transition table for pi/4-DQPSK Modulation is given as ")
disp(" By Referring Table 9.1 on page No 266 i.e");
disp("Symbol Phase transition")
disp("00 => 45°");
disp("01 => 135°");
disp("10 => -45°");
disp("11 => -135°");
disp("");
disp("sym Dell phi(k) Phi(k)")
//BitStream='001001110100111010010100';
phase=0; //Taking initial phase as zero
for i=1:12
if(B(i)=='00')
phase=phase+45;
printf(' %s 45 %d \n',B(i),phase);
end
if(B(i)=='01')
phase=phase+135;
printf(' %s 135 %d \n',B(i),phase);
end
if(B(i)=='10')
phase=phase-45;
printf(' %s -45 %d \n',B(i),phase);
end
if(B(i)=='11')
phase=phase-135;
printf(' %s -135 %d \n',B(i),phase);
end
end
disp("");
printf('final phase for the pi/4-DQPSK modulation method for given bitstream is %d degree\n',phase);
|
5a47e7f06d5ca4edfa5545f635d84ab16d71e3b4 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/sci2blif_added_blocks/pad_in.sce | a22a3426bd3935613ed54d91fb12f4911ce20fe5 | [] | 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 | 1,915 | sce | pad_in.sce | //*************************** IO PAD IN ********************************
if(blk_name.entries(bl)=='pad_in') then
fd_io= mopen (fname+'.pads','a+'); // DEDICATED PADS code
for ss=1:scs_m.objs(bl).model.ipar(1)
tmp_pad = strsplit(iopad_loc(loc_num,scs_m.objs(blk_objs(bl)).model.rpar(ss)).entries," ")
//disp(iopad_loc(loc_num,scs_m.objs(blk_objs(bl)).model.rpar(ss)).entries)
if tmp_pad(3) == '3' | tmp_pad(3)== '5' then tmp_pad(3) = '1';
elseif tmp_pad(3) == '2' then tmp_pad(3) = '0';
end
netout = 'net';
if tmp_pad(4)=='#int[5]'|tmp_pad(4)=='#int[4]'|tmp_pad(4)=='#int[3]'|tmp_pad(4)=='#int[2]'|tmp_pad(4)=='#int[1]'|tmp_pad(4)=='#int[0]' then
if(board_num==2)
if((iopad_loc(loc_num,scs_m.objs(blk_objs(bl)).model.rpar(ss)).entries=="13 0 1 #int[1]")&(ramp_chk==1)&(sft_chk==1))
//mputl(netout+ string(blk(blk_objs(bl),2+numofip)) + "_" + string(ss) + ' ' +"13 0 4 #int[4]",fd_io)
mputl("",fd_io)
else
mputl(netout+ string(blk(blk_objs(bl),2+numofip)) + "_" + string(ss) + ' ' + iopad_loc(loc_num,scs_m.objs(blk_objs(bl)).model.rpar(ss)).entries,fd_io);
end
elseif(board_num==3)
if((iopad_loc(loc_num,scs_m.objs(blk_objs(bl)).model.rpar(ss)).entries=="0 12 5 #int[5]")&(ramp_chk==1)&(sft_chk==1))
//mputl(netout+ string(blk(blk_objs(bl),2+numofip)) + "_" + string(ss) + ' ' +"13 0 4 #int[4]",fd_io)
mputl("",fd_io)
else
mputl(netout+ string(blk(blk_objs(bl),2+numofip)) + "_" + string(ss) + ' ' + iopad_loc(loc_num,scs_m.objs(blk_objs(bl)).model.rpar(ss)).entries,fd_io);
end
end
else
mputl(netout+ string(blk(blk_objs(bl),2+numofip)) + "_" + string(ss) + ' ' + iopad_loc(loc_num,scs_m.objs(blk_objs(bl)).model.rpar(ss)).entries + 'tgate[' + tmp_pad(3)+ ']',fd_io);
end
end
mclose(fd_io);
end
|
53f7f12d709054973337997891c22a9f38f8d8a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /887/CH12/EX12.1/12_1.sce | 62b51100ca7bbd2822e828bc694ad471e3a6f585 | [] | 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 | 320 | sce | 12_1.sce | clc
//initialisation of variables
K= 2
VGS1= 5 //V
VGS2= 4 //V
VGS3= 3 //V
VGS4= 2 //V
//CALCULATIONS
id1= K*(VGS1-2)^2
id2= K*(VGS2-2)^2
id3= K*(VGS3-2)^2
id4= K*(VGS4-2)^2
//RESULTS
printf ('iD = %.f V ',id1)
printf ('\n iD = %.f V ',id2)
printf ('\n iD = %.f V ',id3)
printf ('\n iD = %.f V ',id4)
|
4e3eb93ad13e2409f66d01b21a6d765f43996aa6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1061/CH8/EX8.9/Ex8_9.sce | 0bd6e39286c002eaec8776789212ce945a57fa7c | [] | 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 | 444 | sce | Ex8_9.sce | //Ex:8.9
clc;
clear;
close;
n=3.6;// refractive index
c=3*10^8;// speed of light in m/s
y=0.85*10^-6;// wavelength in m
df=275*10^9;// frequency separation of the modes in Hz
L=c/(2*n*df);// crystal length in m
L1=L*10^6;// crystal length in um
q=2*n*L/y;// the number of longitudinal modes
printf("The crystal length =%f um", L1);
printf("\n The the number of longitudinal modes =%d", q);
printf("\n answer is wrong in textbook"); |
a9f5d27da6d13c2bb54e8b5e67fc0a8ef9cbc678 | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH11/EX11.4/11_4.sce | 317263d14e3e7df3b33037f4a214195de9fda3af | [] | 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 | 373 | sce | 11_4.sce | //example:-11.4,page no.-596.
//program to calculate the impedence of the diode.
Cp=0.1*10^-12;Lp=2*10^-9;Cj=0.15*10^-12;Rs=10;Is=0.1*10^(-6);
Io1=0;Io2=60*10^(-6);alpha=(1/25)*(10^3);
R1j=1/(alpha*(Io1+Is)); // for Io=0.
R2j=1/(alpha*(Io2+Is)); // for Io=60 mA.
disp(R1j,'junction resistance for Io=0, in ohm = ')
disp(R2j,'junction resistance for Io=0, in ohm = ') |
e3c7ea493486ef4d5d9743f3c892fb3b400c61ca | 75e8de13b449936c15072e897be26dfe860bf5f4 | /data/samples-61.sci | 7e910a4bca2b2a22d15d756dae9feb106a508701 | [
"LicenseRef-scancode-public-domain"
] | permissive | MyFreertosLab/my_motors_test | 98888702fd22774611b5c01f65d5c3938feb2838 | 2e059c196ec7be0ebd7ac9bd4f8c96585d1da169 | refs/heads/master | 2023-05-13T08:33:44.999855 | 2021-06-03T19:04:42 | 2021-06-03T19:04:42 | 373,610,906 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 122,616 | sci | samples-61.sci | A=[
61.96678, 11744, 928, 11736, 856, 11736, 952;
61.96678, 11744, 928, 11736, 856, 11736, 984;
61.96678, 11736, 2160, 11736, 832, 11736, 984;
61.96678, 11736, 2144, 11736, 832, 11736, 904;
61.96678, 11736, 2144, 11736, 808, 11664, 896;
61.96678, 11584, 2608, 11456, 29584, 11664, 896;
61.96678, 11584, 2880, 11456, 29584, 11448, 30904;
61.96678, 11592, 2880, 11464, 21864, 11360, 31864;
61.96678, 11608, 3144, 11520, 18352, 11360, 31864;
61.96678, 11608, 3056, 11520, 18352, 11480, 22520;
61.96678, 11632, 3056, 11488, 24640, 11496, 18888;
61.96678, 11632, 3008, 11488, 22064, 11496, 21000;
61.96678, 11640, 2888, 11488, 22064, 11480, 21000;
61.96678, 11640, 2888, 11488, 20048, 11496, 21648;
61.96678, 11648, 3040, 11544, 20600, 11496, 20800;
61.96678, 11640, 2872, 11544, 15944, 11496, 20800;
61.96678, 11640, 2872, 11536, 15944, 11528, 18864;
61.96678, 11656, 2848, 11568, 13072, 11568, 18552;
61.96678, 11672, 2576, 11568, 13128, 11568, 18552;
61.96678, 11672, 2736, 11592, 13128, 11584, 13704;
61.96678, 11672, 2736, 11600, 13216, 11584, 12760;
61.96678, 11672, 2520, 11600, 12384, 11584, 12664;
61.96678, 11680, 2640, 11600, 12384, 11592, 12664;
61.96678, 11680, 2640, 11600, 12264, 11592, 11800;
61.96678, 11680, 2624, 11600, 11944, 11592, 12048;
61.96678, 11680, 2680, 11600, 12072, 11600, 12048;
61.96678, 11680, 2680, 11608, 12072, 11600, 11912;
61.96678, 11680, 2672, 11616, 11744, 11600, 11248;
61.96678, 11672, 3608, 11616, 12272, 11600, 11248;
61.96678, 11672, 3504, 11608, 12272, 11600, 11744;
61.96678, 11672, 3504, 11608, 11752, 11608, 11440;
61.96678, 11672, 3536, 11616, 11000, 11608, 11440;
61.96678, 11672, 3400, 11616, 11000, 11608, 11080;
61.96678, 11680, 3400, 11608, 10216, 11608, 11096;
61.96678, 11672, 3736, 11616, 10656, 11608, 11096;
61.96678, 11680, 3464, 11616, 10656, 11608, 10760;
61.96678, 11680, 3464, 11616, 11344, 11616, 10664;
61.96678, 11680, 3544, 11624, 10848, 11608, 10536;
61.96678, 11680, 3528, 11624, 10848, 11608, 10536;
61.96678, 11680, 3528, 11616, 10176, 11616, 10136;
61.96678, 11680, 3456, 11624, 10584, 11616, 10144;
61.96678, 11680, 3376, 11624, 10144, 11616, 10144;
61.96678, 11680, 3376, 11624, 10144, 11616, 10056;
61.96678, 11672, 4552, 11624, 10288, 11616, 10096;
61.96678, 11672, 4584, 11624, 9904, 11616, 10096;
61.96678, 11664, 5344, 11624, 9904, 11616, 9872;
61.96678, 11664, 5344, 11616, 10096, 11616, 9688;
61.96678, 11664, 6088, 11624, 9800, 11616, 9176;
61.96678, 11656, 8024, 11624, 9800, 11616, 9176;
61.96678, 11656, 8024, 11616, 9904, 11616, 9744;
61.96678, 11640, 9560, 11616, 9792, 11616, 9040;
61.96678, 11632, 11560, 11616, 9792, 11608, 9040;
61.96678, 11632, 11560, 11616, 9672, 11608, 9184;
61.96678, 11608, 13736, 11608, 9224, 11608, 8864;
61.96678, 11584, 17240, 11608, 9224, 11600, 8864;
61.96678, 11584, 17240, 11600, 9312, 11584, 9120;
61.96678, 11536, 21024, 11584, 9560, 11584, 9136;
61.96678, 11592, 19976, 11584, 8864, 11584, 9136;
61.96678, 11592, 19976, 11608, 8864, 11600, 9112;
61.96678, 11600, 15688, 11608, 9456, 11600, 9256;
61.96678, 11608, 14552, 11608, 9312, 11600, 9256;
61.96678, 11608, 14552, 11608, 9312, 11600, 9176;
61.96678, 11608, 13632, 11608, 8600, 11608, 8728;
61.96678, 11608, 13632, 11608, 8752, 11608, 8728;
61.96678, 11608, 13664, 11616, 8752, 11608, 9008;
61.96678, 11616, 13664, 11616, 8880, 11608, 8656;
61.96678, 11616, 12632, 11616, 8488, 11608, 8656;
61.96678, 11616, 13200, 11616, 8488, 11608, 8960;
61.96678, 11616, 13200, 11624, 9120, 11608, 8480;
61.96678, 11616, 13536, 11616, 8944, 11608, 8784;
61.96678, 11624, 11872, 11616, 8944, 11608, 8784;
61.96678, 11624, 11872, 11624, 9112, 11616, 8800;
61.96678, 11624, 11592, 11624, 8224, 11616, 8456;
61.96678, 11624, 12600, 11624, 8224, 11616, 8456;
61.96678, 11624, 12600, 11624, 8064, 11616, 8608;
61.96678, 11632, 11640, 11616, 9008, 11616, 8152;
61.96678, 11632, 11720, 11616, 8864, 11616, 8152;
61.96678, 11632, 11720, 11616, 8864, 11616, 8784;
61.96678, 11624, 11216, 11624, 8664, 11616, 8360;
61.96678, 11632, 11752, 11624, 7752, 11616, 8360;
61.96678, 11632, 11752, 11624, 7752, 11616, 8432;
61.96678, 11632, 10688, 11624, 7776, 11616, 8536;
61.96678, 11632, 11048, 11624, 8384, 11616, 8536;
61.96678, 11632, 10936, 11624, 8384, 11624, 8072;
61.96678, 11632, 10936, 11632, 8600, 11624, 8520;
61.96678, 11640, 11152, 11624, 8344, 11624, 8520;
61.96678, 11640, 10752, 11624, 8344, 11616, 8016;
61.96678, 11640, 10752, 11632, 8616, 11624, 8312;
61.96678, 11640, 10384, 11624, 7832, 11624, 7984;
61.96678, 11640, 10552, 11624, 7832, 11624, 7984;
61.96678, 11640, 10552, 11632, 8432, 11624, 8072;
61.96678, 11640, 9696, 11632, 8496, 11624, 8160;
61.96678, 11640, 9976, 11632, 8496, 11624, 8160;
61.96678, 11640, 9976, 11632, 8376, 11624, 7888;
61.96678, 11640, 10368, 11632, 7912, 11624, 8192;
61.96678, 11640, 10080, 11632, 8488, 11624, 8192;
61.96678, 11640, 10080, 11632, 8488, 11624, 7800;
61.96678, 11640, 9904, 11632, 7984, 11624, 8168;
61.96678, 11640, 9888, 11632, 8048, 11632, 8168;
61.96678, 11640, 9888, 11632, 8048, 11624, 8288;
61.96678, 11648, 9960, 11632, 8296, 11624, 7952;
61.96678, 11648, 9640, 11632, 7664, 11624, 7952;
61.96678, 11648, 9640, 11632, 7664, 11624, 8384;
61.96678, 11648, 9904, 11632, 8160, 11624, 7680;
61.96678, 11648, 9720, 11632, 7992, 11624, 7680;
61.96678, 11648, 9720, 11632, 7992, 11632, 8176;
61.96678, 11648, 9440, 11632, 7736, 11632, 7488;
61.96678, 11648, 9032, 11632, 7808, 11624, 7488;
61.96678, 11648, 9032, 11632, 7808, 11632, 8232;
61.96678, 11648, 9696, 11640, 7760, 11632, 8152;
61.96678, 11648, 9256, 11640, 7464, 11632, 8152;
61.96678, 11648, 9256, 11632, 7464, 11632, 8080;
61.96678, 11648, 8832, 11640, 7968, 11632, 8128;
61.96678, 11648, 9312, 11640, 7672, 11632, 8128;
61.96678, 11648, 9312, 11640, 7672, 11632, 7624;
61.96678, 11648, 9168, 11640, 7952, 11632, 7920;
61.96678, 11648, 8400, 11640, 7680, 11632, 7920;
61.96678, 11648, 8400, 11640, 7680, 11632, 7848;
61.96678, 11656, 9216, 11632, 7680, 11632, 8008;
61.96678, 11648, 8992, 11632, 7888, 11632, 8008;
61.96678, 11648, 8992, 11640, 7888, 11632, 7400;
61.96678, 11648, 8656, 11632, 7944, 11632, 8016;
61.96678, 11648, 8840, 11632, 7608, 11632, 8016;
61.96678, 11648, 8840, 11640, 7608, 11632, 8096;
61.96678, 11656, 8288, 11640, 7808, 11640, 8040;
61.96678, 11656, 8392, 11640, 7992, 11640, 8040;
61.96678, 11656, 8392, 11640, 7992, 11632, 8224;
61.96678, 11648, 8112, 11640, 7376, 11632, 7752;
61.96678, 11648, 9248, 11640, 8024, 11632, 7752;
61.96678, 11648, 9248, 11640, 8024, 11632, 7824;
61.96678, 11656, 8912, 11640, 7512, 11632, 7240;
61.96678, 11648, 8800, 11640, 7576, 11632, 7240;
61.96678, 11648, 8800, 11640, 7576, 11632, 8200;
61.96678, 11648, 8256, 11640, 7472, 11632, 7528;
61.96678, 11656, 8512, 11640, 7648, 11632, 7528;
61.96678, 11656, 8512, 11632, 7648, 11640, 8208;
61.96678, 11656, 8520, 11640, 7328, 11632, 7568;
61.96678, 11656, 8576, 11640, 7912, 11632, 7568;
61.96678, 11656, 8576, 11640, 7912, 11632, 8072;
61.96678, 11656, 8696, 11640, 7328, 11640, 7544;
61.96678, 11656, 8696, 11640, 7432, 11640, 7544;
61.96678, 11656, 8696, 11640, 7432, 11632, 7568;
61.96678, 11656, 8536, 11640, 7840, 11632, 7832;
61.96678, 11656, 8744, 11640, 7248, 11632, 7832;
61.96678, 11656, 8744, 11640, 7248, 11632, 7904;
61.96678, 11656, 8376, 11640, 7432, 11632, 8104;
61.96678, 11656, 8688, 11640, 7840, 11632, 8104;
61.96678, 11656, 8688, 11640, 7840, 11640, 7816;
61.96678, 11656, 8544, 11640, 7416, 11640, 7864;
61.96678, 11656, 8448, 11640, 7656, 11640, 7864;
61.96678, 11656, 8448, 11640, 7656, 11640, 7856;
61.96678, 11656, 8216, 11640, 7784, 11640, 8272;
61.96678, 11656, 8360, 11640, 7568, 11640, 8272;
61.96678, 11656, 8360, 11640, 7568, 11632, 7848;
61.96678, 11656, 8144, 11640, 7712, 11632, 7872;
61.96678, 11656, 8496, 11640, 7808, 11632, 7872;
61.96678, 11656, 8496, 11640, 7808, 11632, 7776;
61.96678, 11656, 8408, 11640, 7696, 11640, 7304;
61.96678, 11656, 8112, 11640, 7928, 11640, 7304;
61.96678, 11656, 8112, 11640, 7928, 11640, 7640;
61.96678, 11656, 8304, 11640, 7592, 11632, 7736;
61.96678, 11656, 8336, 11640, 7256, 11632, 7736;
61.96678, 11656, 7864, 11640, 7256, 11632, 7800;
61.96678, 11656, 7864, 11640, 7976, 11640, 7656;
61.96678, 11664, 8032, 11640, 7584, 11640, 7656;
61.96678, 11656, 8184, 11640, 7584, 11632, 7872;
61.96678, 11656, 8184, 11640, 7128, 11632, 7224;
61.96678, 11656, 7936, 11640, 7424, 11632, 7224;
61.96678, 11656, 7832, 11640, 7424, 11632, 8000;
61.96678, 11656, 7832, 11640, 7296, 11632, 7192;
61.96678, 11656, 8304, 11640, 7304, 11632, 7192;
61.96678, 11656, 8208, 11640, 7304, 11632, 7768;
61.96678, 11656, 8208, 11640, 7720, 11632, 7200;
61.96678, 11656, 8216, 11640, 7304, 11632, 7200;
61.96678, 11656, 7816, 11640, 7304, 11632, 7600;
61.96678, 11656, 7816, 11640, 7128, 11640, 7456;
61.96678, 11656, 7968, 11640, 7600, 11640, 7456;
61.96678, 11656, 8256, 11640, 7600, 11632, 7672;
61.96678, 11656, 8256, 11640, 7400, 11632, 7784;
61.96678, 11656, 7584, 11640, 7192, 11632, 7784;
61.96678, 11656, 7952, 11640, 7192, 11640, 7392;
61.96678, 11656, 7952, 11648, 7448, 11640, 7488;
61.96678, 11664, 8312, 11640, 7032, 11640, 7488;
61.96678, 11664, 8088, 11640, 7032, 11632, 8088;
61.96678, 11664, 8088, 11640, 7360, 11640, 6912;
61.96678, 11656, 8056, 11640, 7352, 11640, 6912;
61.96678, 11656, 8008, 11640, 7352, 11640, 7696;
61.96678, 11656, 8008, 11640, 7576, 11632, 7808;
61.96678, 11656, 7928, 11640, 7408, 11632, 7808;
61.96678, 11656, 7832, 11640, 7408, 11632, 7832;
61.96678, 11656, 7832, 11640, 7576, 11640, 7136;
61.96678, 11656, 8104, 11640, 7360, 11640, 7136;
61.96678, 11656, 7984, 11640, 7360, 11640, 7416;
61.96678, 11656, 7984, 11640, 7488, 11632, 7864;
61.96678, 11656, 8112, 11648, 7384, 11632, 7864;
61.96678, 11664, 8040, 11648, 7384, 11632, 7624;
61.96678, 11664, 8040, 11640, 7216, 11632, 8104;
61.96678, 11664, 7728, 11648, 7352, 11632, 8104;
61.96678, 11656, 7840, 11648, 7352, 11632, 7704;
61.96678, 11656, 7840, 11640, 7392, 11632, 8144;
61.96678, 11664, 7584, 11640, 7704, 11632, 8144;
61.96678, 11664, 7696, 11640, 7704, 11632, 7984;
61.96678, 11664, 7696, 11640, 7592, 11632, 7576;
61.96678, 11656, 7776, 11640, 7160, 11632, 7576;
61.96678, 11664, 8000, 11640, 7160, 11640, 7704;
61.96678, 11664, 8000, 11648, 7832, 11640, 7016;
61.96678, 11664, 7776, 11640, 7464, 11640, 7016;
61.96678, 11656, 7896, 11640, 7464, 11640, 6928;
61.96678, 11656, 7896, 11648, 6912, 11640, 6960;
61.96678, 11664, 7664, 11640, 7696, 11640, 6784;
61.96678, 11664, 7504, 11640, 7696, 11640, 6784;
61.96678, 11664, 7504, 11648, 7592, 11640, 7632;
61.96678, 11664, 7712, 11640, 7280, 11640, 7472;
61.96678, 11664, 8000, 11640, 7280, 11640, 7472;
61.96678, 11664, 8000, 11640, 7712, 11640, 7752;
61.96678, 11664, 7632, 11640, 7408, 11632, 7512;
61.96678, 11656, 7752, 11640, 7408, 11632, 7512;
61.96678, 11656, 7752, 11648, 7816, 11640, 7856;
61.96678, 11656, 7696, 11640, 7040, 11632, 7744;
61.96678, 11664, 7656, 11640, 7040, 11632, 7744;
61.96678, 11664, 7656, 11640, 7528, 11640, 7608;
61.96678, 11656, 7912, 11640, 7456, 11632, 7816;
61.96678, 11664, 7488, 11640, 7456, 11632, 7816;
61.96678, 11664, 7488, 11648, 7496, 11632, 7448;
61.96678, 11656, 8104, 11640, 7360, 11640, 6968;
61.96678, 11664, 7680, 11640, 7360, 11640, 6968;
61.96678, 11664, 7680, 11648, 7152, 11640, 6696;
61.96678, 11656, 7488, 11640, 7088, 11640, 7408;
61.96678, 11664, 8272, 11640, 7616, 11640, 7408;
61.96678, 11664, 8272, 11648, 7616, 11640, 7312;
61.96678, 11664, 7472, 11640, 7472, 11640, 7776;
61.96678, 11664, 7568, 11640, 7448, 11640, 7776;
61.96678, 11664, 7568, 11648, 7448, 11640, 7384;
61.96678, 11664, 7472, 11640, 7496, 11640, 7672;
61.96678, 11664, 7608, 11640, 7520, 11640, 7672;
61.96678, 11664, 7608, 11648, 7520, 11640, 7168;
61.96678, 11656, 7608, 11640, 7104, 11640, 7760;
61.96678, 11664, 8112, 11640, 7416, 11640, 7760;
61.96678, 11664, 8112, 11640, 7416, 11632, 7408;
61.96678, 11664, 7896, 11640, 7112, 11640, 7664;
61.96678, 11656, 7480, 11640, 7720, 11640, 7664;
61.96678, 11656, 7480, 11640, 7720, 11640, 7392;
61.96678, 11664, 7944, 11648, 7472, 11640, 7496;
61.96678, 11664, 7488, 11648, 7560, 11640, 7496;
61.96678, 11664, 7488, 11648, 7560, 11640, 7432;
61.96678, 11656, 7416, 11648, 7528, 11640, 7600;
61.96678, 11664, 8056, 11648, 7384, 11640, 7600;
61.96678, 11664, 8056, 11648, 7384, 11640, 7272;
61.96678, 11664, 7744, 11648, 7848, 11640, 7544;
61.96678, 11656, 7688, 11648, 6904, 11640, 7544;
61.96678, 11656, 7688, 11640, 6904, 11640, 7384;
61.96678, 11664, 7608, 11640, 7328, 11640, 7656;
61.96678, 11664, 7568, 11640, 7304, 11640, 7656;
61.96678, 11664, 7568, 11640, 7304, 11632, 7408;
61.96678, 11656, 7312, 11640, 6992, 11640, 7680;
61.96678, 11656, 8048, 11640, 7152, 11640, 7680;
61.96678, 11656, 8048, 11640, 7152, 11632, 7296;
61.96678, 11664, 7568, 11640, 7080, 11640, 7680;
61.96678, 11664, 7528, 11640, 6920, 11640, 7680;
61.96678, 11664, 8112, 11640, 6920, 11632, 7384;
61.96678, 11656, 8112, 11640, 7072, 11640, 7632;
61.96678, 11664, 7632, 11640, 7224, 11640, 7632;
61.96678, 11664, 7600, 11640, 7224, 11640, 7320;
61.96678, 11656, 7600, 11640, 7320, 11640, 7744;
61.96678, 11656, 7808, 11640, 7352, 11640, 7744;
61.96678, 11656, 7920, 11648, 7352, 11640, 7400;
61.96678, 11664, 7920, 11640, 7200, 11640, 7656;
61.96678, 11664, 7968, 11640, 7312, 11640, 7656;
61.96678, 11664, 7992, 11640, 7312, 11640, 7104;
61.96678, 11656, 7992, 11640, 7504, 11640, 7728;
61.96678, 11664, 7960, 11640, 7312, 11640, 7728;
61.96678, 11664, 7792, 11648, 7312, 11632, 7336;
61.96678, 11664, 7792, 11640, 7464, 11640, 7688;
61.96678, 11656, 7424, 11640, 7296, 11640, 7688;
61.96678, 11656, 7872, 11640, 7296, 11640, 7448;
61.96678, 11664, 7872, 11640, 7312, 11640, 7560;
61.96678, 11656, 7776, 11640, 7240, 11640, 7560;
61.96678, 11656, 7304, 11640, 7240, 11640, 7240;
61.96678, 11664, 7304, 11640, 7520, 11640, 7512;
61.96678, 11664, 7760, 11640, 7576, 11640, 7512;
61.96678, 11664, 7864, 11648, 7576, 11632, 7464;
61.96678, 11664, 7864, 11640, 7288, 11640, 7568;
61.96678, 11656, 7848, 11640, 7584, 11640, 7568;
61.96678, 11656, 7568, 11640, 7584, 11640, 7576;
61.96678, 11664, 7568, 11640, 7312, 11640, 7560;
61.96678, 11664, 7520, 11640, 7352, 11640, 7560;
61.96678, 11664, 7960, 11640, 7352, 11640, 7424;
61.96678, 11664, 7960, 11640, 7672, 11640, 7344;
61.96678, 11664, 7944, 11640, 7568, 11640, 7344;
61.96678, 11664, 7600, 11648, 7568, 11632, 7664;
61.96678, 11664, 7600, 11640, 7096, 11640, 7496;
61.96678, 11664, 7664, 11640, 7008, 11640, 7496;
61.96678, 11664, 7984, 11640, 7008, 11632, 7624;
61.96678, 11664, 7984, 11640, 6848, 11640, 7488;
61.96678, 11656, 8032, 11640, 7224, 11640, 7488;
61.96678, 11656, 7408, 11648, 7224, 11640, 7528;
61.96678, 11664, 7408, 11640, 7008, 11640, 7384;
61.96678, 11664, 7552, 11640, 7456, 11640, 7384;
61.96678, 11664, 7968, 11640, 7456, 11640, 7560;
61.96678, 11664, 7968, 11648, 7832, 11640, 7208;
61.96678, 11664, 7608, 11648, 7344, 11640, 7208;
61.96678, 11656, 7784, 11648, 7344, 11632, 7600;
61.96678, 11656, 7784, 11648, 7168, 11640, 7520;
61.96678, 11656, 7864, 11640, 7488, 11640, 7520;
61.96678, 11664, 7648, 11640, 7488, 11632, 7352;
61.96678, 11664, 7648, 11648, 7368, 11640, 7424;
61.96678, 11656, 7840, 11640, 7320, 11640, 7424;
61.96678, 11656, 8112, 11640, 7320, 11640, 7680;
61.96678, 11656, 8112, 11640, 7176, 11640, 7320;
61.96678, 11656, 7784, 11640, 7600, 11640, 7664;
61.96678, 11656, 7928, 11640, 7600, 11632, 7664;
61.96678, 11656, 7928, 11648, 7416, 11640, 7472;
61.96678, 11656, 8072, 11648, 7440, 11640, 7560;
61.96678, 11656, 7792, 11648, 7440, 11640, 7560;
61.96678, 11656, 7792, 11640, 7488, 11640, 7424;
61.96678, 11656, 7648, 11640, 7784, 11640, 7528;
61.96678, 11656, 7712, 11640, 7784, 11632, 7528;
61.96678, 11656, 7712, 11640, 7376, 11640, 7352;
61.96678, 11664, 7632, 11640, 7128, 11640, 7592;
61.96678, 11656, 7800, 11640, 7128, 11640, 7592;
61.96678, 11656, 7800, 11640, 7352, 11640, 7496;
61.96678, 11656, 7672, 11640, 7080, 11640, 7552;
61.96678, 11664, 7744, 11640, 7080, 11632, 7552;
61.96678, 11664, 7744, 11640, 7440, 11640, 7504;
61.96678, 11656, 7512, 11640, 7144, 11640, 7504;
61.96678, 11656, 7896, 11640, 7144, 11632, 7504;
61.96678, 11656, 7896, 11648, 7096, 11640, 7312;
61.96678, 11664, 7896, 11640, 7240, 11640, 7576;
61.96678, 11664, 7992, 11640, 7240, 11632, 7576;
61.96678, 11664, 7992, 11648, 7424, 11640, 7400;
61.96678, 11664, 7880, 11648, 7680, 11640, 7656;
61.96678, 11664, 7832, 11648, 7680, 11632, 7656;
61.96678, 11664, 7832, 11640, 7512, 11640, 7416;
61.96678, 11664, 7368, 11640, 7192, 11640, 7544;
61.96678, 11656, 7632, 11640, 7192, 11632, 7544;
61.96678, 11656, 7632, 11640, 7384, 11640, 7472;
61.96678, 11664, 7784, 11640, 7464, 11640, 7600;
61.96678, 11664, 7480, 11640, 7464, 11640, 7600;
61.96678, 11664, 7480, 11640, 7592, 11640, 7424;
61.96678, 11656, 7472, 11640, 7424, 11640, 7592;
61.96678, 11656, 7712, 11640, 7424, 11640, 7592;
61.96678, 11656, 7712, 11640, 7184, 11640, 7456;
61.96678, 11664, 7128, 11640, 7736, 11640, 7632;
61.96678, 11656, 7552, 11640, 7736, 11640, 7632;
61.96678, 11656, 7552, 11648, 7328, 11640, 7400;
61.96678, 11656, 8032, 11640, 7392, 11640, 7496;
61.96678, 11664, 7544, 11640, 7392, 11640, 7496;
61.96678, 11664, 7544, 11640, 7336, 11640, 7344;
61.96678, 11664, 7424, 11648, 7376, 11640, 7736;
61.96678, 11656, 8040, 11648, 7376, 11640, 7736;
61.96678, 11656, 8040, 11640, 7608, 11632, 7480;
61.96678, 11664, 7880, 11640, 6928, 11640, 7680;
61.96678, 11656, 7744, 11640, 6928, 11640, 7680;
61.96678, 11656, 7744, 11640, 6744, 11640, 7432;
61.96678, 11664, 7936, 11640, 7232, 11640, 7408;
61.96678, 11664, 7952, 11640, 7232, 11640, 7408;
61.96678, 11664, 7952, 11648, 7832, 11640, 7224;
61.96678, 11664, 7424, 11648, 7528, 11640, 7648;
61.96678, 11664, 7680, 11648, 7528, 11640, 7648;
61.96678, 11664, 7680, 11648, 7120, 11640, 7320;
61.96678, 11664, 7872, 11640, 7232, 11640, 7568;
61.96678, 11664, 7424, 11640, 7232, 11640, 7568;
61.96678, 11664, 7424, 11640, 7656, 11632, 7584;
61.96678, 11664, 7440, 11640, 7600, 11640, 7560;
61.96678, 11656, 7824, 11640, 7600, 11640, 7560;
61.96678, 11656, 7824, 11640, 7496, 11640, 7256;
61.96678, 11664, 7640, 11640, 7304, 11640, 7576;
61.96678, 11664, 7704, 11640, 7272, 11640, 7576;
61.96678, 11664, 8080, 11640, 7272, 11632, 7656;
61.96678, 11656, 8080, 11640, 7080, 11640, 7328;
61.96678, 11664, 7744, 11640, 8056, 11640, 7328;
61.96678, 11664, 7576, 11648, 8056, 11640, 7584;
61.96678, 11664, 7576, 11648, 7448, 11632, 7224;
61.96678, 11664, 7632, 11648, 7632, 11632, 7224;
61.96678, 11664, 7840, 11640, 7632, 11640, 7568;
61.96678, 11664, 7840, 11640, 6984, 11640, 7424;
61.96678, 11664, 7352, 11640, 6792, 11640, 7424;
61.96678, 11664, 7392, 11640, 6792, 11640, 7648;
61.96678, 11664, 7392, 11640, 7136, 11640, 7280;
61.96678, 11656, 8112, 11640, 7696, 11640, 7280;
61.96678, 11656, 7824, 11648, 7696, 11632, 7560;
61.96678, 11664, 7824, 11648, 7400, 11632, 7352;
61.96678, 11664, 7624, 11648, 7528, 11632, 7352;
61.96678, 11664, 7448, 11640, 7528, 11632, 7648;
61.96678, 11656, 7448, 11640, 7168, 11632, 7464;
61.96678, 11664, 7336, 11640, 7216, 11632, 7464;
61.96678, 11664, 7552, 11640, 7216, 11640, 7696;
61.96678, 11664, 7552, 11640, 7656, 11640, 7424;
61.96678, 11656, 7928, 11640, 7416, 11640, 7424;
61.96678, 11656, 7552, 11648, 7416, 11632, 7680;
61.96678, 11656, 7552, 11640, 7408, 11640, 7272;
61.96678, 11664, 7512, 11640, 7416, 11640, 7272;
61.96678, 11664, 8024, 11640, 7416, 11640, 7456;
61.96678, 11656, 8024, 11640, 7200, 11640, 7240;
61.96678, 11664, 7888, 11640, 7144, 11640, 7240;
61.96678, 11664, 7512, 11640, 7144, 11640, 7752;
61.96678, 11664, 7512, 11640, 7496, 11632, 7392;
61.96678, 11656, 7408, 11640, 7256, 11632, 7392;
61.96678, 11656, 7272, 11640, 7256, 11632, 7624;
61.96678, 11664, 7272, 11648, 7872, 11632, 7360;
61.96678, 11656, 7664, 11648, 7304, 11632, 7360;
61.96678, 11656, 8016, 11648, 7304, 11640, 7560;
61.96678, 11656, 8016, 11640, 7112, 11632, 7384;
61.96678, 11656, 7712, 11640, 7440, 11632, 7384;
61.96678, 11656, 7768, 11640, 7440, 11640, 7600;
61.96678, 11664, 7768, 11640, 6960, 11640, 7448;
61.96678, 11664, 7920, 11640, 7624, 11640, 7448;
61.96678, 11664, 7872, 11640, 7624, 11640, 7512;
61.96678, 11664, 7872, 11640, 7560, 11640, 7464;
61.96678, 11664, 7536, 11648, 7336, 11640, 7464;
61.96678, 11664, 7376, 11648, 7336, 11640, 7632;
61.96678, 11656, 7376, 11640, 7176, 11640, 7320;
61.96678, 11656, 7520, 11648, 7344, 11640, 7560;
61.96678, 11656, 7376, 11648, 7344, 11640, 7560;
61.96678, 11664, 7376, 11640, 7280, 11640, 7296;
61.96678, 11656, 7808, 11640, 7432, 11640, 7528;
61.96678, 11656, 8064, 11640, 7432, 11640, 7528;
61.96678, 11656, 8064, 11640, 7344, 11640, 7448;
61.96678, 11656, 7856, 11648, 7896, 11640, 7472;
61.96678, 11656, 7584, 11648, 7896, 11632, 7472;
61.96678, 11664, 7584, 11648, 7416, 11640, 7552;
61.96678, 11656, 7760, 11640, 7624, 11640, 7512;
61.96678, 11656, 7496, 11640, 7624, 11632, 7512;
61.96678, 11664, 7496, 11640, 7168, 11640, 7392;
61.96678, 11656, 7528, 11640, 7392, 11640, 7528;
61.96678, 11656, 7880, 11640, 7392, 11640, 7528;
61.96678, 11656, 7880, 11648, 7248, 11640, 7680;
61.96678, 11664, 7976, 11640, 7128, 11640, 7384;
61.96678, 11664, 7696, 11640, 7128, 11632, 7384;
61.96678, 11664, 7696, 11640, 7504, 11632, 7624;
61.96678, 11656, 7344, 11640, 7568, 11632, 7448;
61.96678, 11656, 7472, 11640, 7568, 11632, 7448;
61.96678, 11664, 7472, 11640, 7736, 11640, 7632;
61.96678, 11656, 7680, 11640, 7168, 11640, 7256;
61.96678, 11656, 7456, 11640, 7168, 11632, 7256;
61.96678, 11656, 7456, 11640, 7112, 11640, 7696;
61.96678, 11656, 7528, 11640, 7312, 11640, 7344;
61.96678, 11664, 7608, 11640, 7312, 11640, 7344;
61.96678, 11664, 7608, 11640, 7232, 11640, 7576;
61.96678, 11656, 7888, 11640, 7736, 11640, 7344;
61.96678, 11664, 7816, 11640, 7736, 11632, 7344;
61.96678, 11664, 7816, 11640, 7072, 11640, 7592;
61.96678, 11664, 7280, 11640, 7832, 11640, 7408;
61.96678, 11656, 8000, 11640, 7832, 11632, 7408;
61.96678, 11656, 8000, 11648, 7368, 11640, 7552;
61.96678, 11656, 7872, 11640, 7608, 11640, 7336;
61.96678, 11664, 7384, 11640, 7608, 11640, 7336;
61.96678, 11664, 7384, 11640, 7128, 11640, 7536;
61.96678, 11656, 7688, 11640, 7544, 11640, 7416;
61.96678, 11656, 7616, 11640, 7544, 11640, 7416;
61.96678, 11656, 7616, 11648, 7272, 11640, 7560;
61.96678, 11656, 7792, 11640, 7176, 11640, 7280;
61.96678, 11664, 7832, 11640, 7176, 11640, 7280;
61.96678, 11664, 7832, 11640, 7344, 11640, 7504;
61.96678, 11664, 7744, 11640, 7664, 11640, 7480;
61.96678, 11656, 7848, 11640, 7664, 11640, 7480;
61.96678, 11656, 7848, 11640, 7232, 11640, 7600;
61.96678, 11656, 7888, 11640, 7632, 11640, 7464;
61.96678, 11664, 7848, 11640, 7632, 11632, 7464;
61.96678, 11664, 7848, 11648, 7504, 11640, 7360;
61.96678, 11656, 7480, 11640, 7480, 11640, 7560;
61.96678, 11656, 7784, 11640, 7480, 11640, 7560;
61.96678, 11656, 7784, 11640, 6840, 11640, 7528;
61.96678, 11664, 8040, 11640, 6832, 11640, 7584;
61.96678, 11664, 7536, 11640, 6832, 11632, 7584;
61.96678, 11664, 7536, 11648, 7408, 11640, 7432;
61.96678, 11656, 7648, 11640, 7456, 11640, 7472;
61.96678, 11656, 7848, 11640, 7456, 11632, 7472;
61.96678, 11656, 7848, 11640, 7672, 11640, 7512;
61.96678, 11664, 7872, 11640, 7352, 11640, 7608;
61.96678, 11656, 7680, 11640, 7352, 11632, 7608;
61.96678, 11656, 7680, 11640, 7736, 11640, 7552;
61.96678, 11656, 7200, 11648, 7288, 11640, 7536;
61.96678, 11664, 7568, 11648, 7288, 11632, 7536;
61.96678, 11664, 7568, 11640, 7400, 11640, 7376;
61.96678, 11656, 8008, 11648, 7400, 11640, 7472;
61.96678, 11664, 7216, 11648, 7400, 11632, 7472;
61.96678, 11664, 7216, 11640, 7264, 11640, 7328;
61.96678, 11656, 7240, 11640, 7208, 11640, 7696;
61.96678, 11656, 8040, 11640, 7208, 11640, 7696;
61.96678, 11656, 8040, 11640, 7176, 11640, 7304;
61.96678, 11664, 7712, 11648, 7696, 11632, 7400;
61.96678, 11664, 7488, 11648, 7696, 11632, 7400;
61.96678, 11664, 7488, 11640, 7800, 11640, 7336;
61.96678, 11656, 7720, 11640, 7416, 11640, 7736;
61.96678, 11656, 7848, 11640, 7416, 11640, 7736;
61.96678, 11656, 7848, 11640, 7456, 11640, 7376;
61.96678, 11656, 7656, 11640, 7240, 11640, 7632;
61.96678, 11656, 7792, 11640, 7240, 11640, 7632;
61.96678, 11656, 7792, 11640, 7328, 11632, 7312;
61.96678, 11656, 7792, 11640, 7408, 11640, 7432;
61.96678, 11656, 7744, 11640, 7408, 11640, 7432;
61.96678, 11656, 7744, 11640, 7240, 11640, 7240;
61.96678, 11656, 7856, 11640, 7448, 11640, 7592;
61.96678, 11656, 7480, 11640, 7448, 11640, 7592;
61.96678, 11656, 7480, 11640, 7168, 11632, 7408;
61.96678, 11656, 7544, 11640, 7520, 11632, 7688;
61.96678, 11656, 8280, 11640, 7520, 11632, 7688;
61.96678, 11656, 8280, 11640, 7624, 11632, 7416;
61.96678, 11664, 7704, 11640, 7456, 11632, 7696;
61.96678, 11664, 7560, 11640, 7168, 11632, 7696;
61.96678, 11664, 7560, 11640, 7168, 11632, 7496;
61.96678, 11656, 7688, 11640, 7336, 11640, 7704;
61.96678, 11656, 7528, 11640, 7136, 11640, 7704;
61.96678, 11656, 7528, 11640, 7136, 11640, 7384;
61.96678, 11664, 7744, 11640, 7184, 11640, 7352;
61.96678, 11664, 7824, 11640, 6960, 11640, 7352;
61.96678, 11664, 7224, 11640, 6960, 11640, 7352;
61.96678, 11664, 7224, 11640, 7720, 11640, 7536;
61.96678, 11656, 7656, 11640, 7184, 11640, 7536;
61.96678, 11656, 7912, 11640, 7184, 11632, 7456;
61.96678, 11656, 7912, 11640, 7624, 11640, 7512;
61.96678, 11664, 7480, 11640, 7320, 11640, 7512;
61.96678, 11664, 7120, 11640, 7320, 11640, 7120;
61.96678, 11664, 7120, 11640, 7784, 11640, 7680;
61.96678, 11656, 7600, 11648, 6960, 11640, 7680;
61.96678, 11656, 7936, 11648, 6960, 11632, 7376;
61.96678, 11656, 7936, 11640, 7296, 11632, 7608;
61.96678, 11656, 7584, 11640, 7232, 11632, 7608;
61.96678, 11656, 7528, 11640, 7232, 11632, 7320;
61.96678, 11664, 7528, 11640, 7368, 11640, 7632;
61.96678, 11664, 7872, 11640, 7032, 11640, 7632;
61.96678, 11664, 7472, 11640, 7032, 11632, 7320;
61.96678, 11656, 7472, 11640, 7432, 11632, 7448;
61.96678, 11656, 7600, 11648, 7792, 11632, 7448;
61.96678, 11656, 8136, 11648, 7792, 11632, 7464;
61.96678, 11656, 8136, 11648, 7352, 11632, 7408;
61.96678, 11664, 7584, 11640, 7392, 11632, 7408;
61.96678, 11664, 7648, 11640, 7392, 11640, 7576;
61.96678, 11656, 7648, 11640, 7152, 11640, 7584;
61.96678, 11656, 7880, 11648, 7144, 11640, 7584;
61.96678, 11656, 7688, 11648, 7144, 11640, 7520;
61.96678, 11656, 7688, 11640, 7344, 11640, 7432;
61.96678, 11664, 7928, 11640, 7296, 11640, 7432;
61.96678, 11664, 7640, 11640, 7296, 11640, 7448;
61.96678, 11664, 7640, 11640, 7248, 11632, 7464;
61.96678, 11664, 7152, 11640, 7568, 11632, 7464;
61.96678, 11664, 7672, 11640, 7568, 11640, 7656;
61.96678, 11656, 7672, 11640, 7096, 11632, 7408;
61.96678, 11656, 8000, 11648, 7880, 11632, 7408;
61.96678, 11656, 7520, 11648, 7880, 11632, 7720;
61.96678, 11664, 7520, 11648, 7536, 11632, 7336;
61.96678, 11656, 7320, 11640, 7448, 11632, 7336;
61.96678, 11656, 7832, 11640, 7448, 11640, 7600;
61.96678, 11656, 7832, 11640, 7280, 11640, 7296;
61.96678, 11656, 7872, 11640, 6896, 11640, 7296;
61.96678, 11656, 7808, 11640, 6896, 11632, 7592;
61.96678, 11656, 7808, 11640, 7448, 11632, 7440;
61.96678, 11656, 7728, 11640, 7408, 11632, 7440;
61.96678, 11656, 7856, 11640, 7408, 11632, 7480;
61.96678, 11664, 7856, 11640, 7808, 11640, 7496;
61.96678, 11656, 7360, 11640, 7416, 11640, 7656;
61.96678, 11656, 7584, 11640, 7416, 11632, 7656;
61.96678, 11656, 7584, 11640, 7520, 11640, 7432;
61.96678, 11664, 7976, 11640, 7032, 11640, 7400;
61.96678, 11664, 7600, 11640, 7032, 11632, 7400;
61.96678, 11664, 7600, 11640, 7352, 11640, 7584;
61.96678, 11656, 7520, 11640, 7320, 11640, 7512;
61.96678, 11656, 7960, 11640, 7320, 11632, 7512;
61.96678, 11656, 7960, 11640, 7264, 11640, 7400;
61.96678, 11656, 7864, 11640, 6784, 11640, 7640;
61.96678, 11656, 7584, 11640, 6784, 11632, 7640;
61.96678, 11664, 7584, 11640, 7200, 11640, 7512;
61.96678, 11656, 7432, 11640, 7568, 11640, 7496;
61.96678, 11656, 7488, 11640, 7568, 11632, 7496;
61.96678, 11664, 7488, 11640, 7624, 11640, 7520;
61.96678, 11656, 7904, 11640, 7272, 11640, 7480;
61.96678, 11656, 7608, 11640, 7272, 11632, 7480;
61.96678, 11664, 7608, 11640, 7584, 11632, 7568;
61.96678, 11656, 7240, 11640, 7224, 11632, 7360;
61.96678, 11656, 7632, 11640, 7224, 11632, 7360;
61.96678, 11656, 7632, 11640, 7304, 11640, 7568;
61.96678, 11664, 7920, 11648, 7344, 11640, 7168;
61.96678, 11664, 7408, 11648, 7344, 11632, 7168;
61.96678, 11664, 7408, 11640, 7200, 11640, 7536;
61.96678, 11656, 7432, 11640, 6920, 11640, 7376;
61.96678, 11656, 8000, 11640, 6920, 11632, 7376;
61.96678, 11656, 8000, 11640, 7248, 11640, 7624;
61.96678, 11656, 7736, 11640, 7432, 11640, 7368;
61.96678, 11656, 7456, 11640, 7432, 11632, 7368;
61.96678, 11656, 7456, 11640, 7824, 11632, 7704;
61.96678, 11656, 7728, 11640, 7168, 11632, 7352;
61.96678, 11656, 7520, 11640, 7168, 11640, 7352;
61.96678, 11656, 7520, 11648, 7912, 11632, 7616;
61.96678, 11656, 7744, 11640, 7160, 11632, 7448;
61.96678, 11656, 8048, 11640, 7160, 11640, 7448;
61.96678, 11656, 8048, 11640, 7640, 11632, 7616;
61.96678, 11664, 7640, 11640, 7272, 11632, 7504;
61.96678, 11656, 7520, 11640, 7272, 11640, 7504;
61.96678, 11656, 7520, 11640, 7512, 11632, 7608;
61.96678, 11656, 7864, 11640, 7040, 11632, 7552;
61.96678, 11656, 7688, 11640, 7040, 11640, 7552;
61.96678, 11656, 7688, 11640, 7400, 11632, 7488;
61.96678, 11664, 7832, 11640, 7320, 11632, 7672;
61.96678, 11656, 7568, 11640, 7320, 11640, 7672;
61.96678, 11656, 7568, 11640, 7008, 11632, 7288;
61.96678, 11656, 7400, 11640, 7408, 11632, 7624;
61.96678, 11656, 7944, 11640, 7384, 11640, 7624;
61.96678, 11656, 7944, 11640, 7384, 11632, 7552;
61.96678, 11664, 7792, 11640, 7672, 11632, 7752;
61.96678, 11656, 7200, 11640, 7120, 11632, 7752;
61.96678, 11656, 7200, 11640, 7120, 11640, 7360;
61.96678, 11656, 7656, 11640, 7608, 11640, 7328;
61.96678, 11656, 7848, 11640, 7760, 11640, 7328;
61.96678, 11656, 7848, 11640, 7760, 11632, 7520;
61.96678, 11656, 7520, 11640, 7408, 11632, 7368;
61.96678, 11656, 7480, 11640, 7856, 11640, 7368;
61.96678, 11656, 7480, 11640, 7856, 11632, 7472;
61.96678, 11664, 7792, 11640, 7000, 11632, 7352;
61.96678, 11656, 7840, 11640, 7384, 11640, 7352;
61.96678, 11656, 7840, 11640, 7384, 11632, 7456;
61.96678, 11656, 7592, 11640, 7448, 11632, 7536;
61.96678, 11656, 7616, 11640, 7136, 11640, 7536;
61.96678, 11656, 7616, 11640, 7136, 11640, 7408;
61.96678, 11656, 7704, 11640, 7360, 11640, 7632;
61.96678, 11656, 7608, 11640, 7280, 11632, 7632;
61.96678, 11656, 7608, 11640, 7280, 11632, 7480;
61.96678, 11656, 7568, 11640, 7120, 11632, 7528;
61.96678, 11656, 7584, 11640, 6792, 11640, 7528;
61.96678, 11656, 7584, 11640, 6792, 11632, 7376;
61.96678, 11656, 8032, 11640, 7264, 11632, 7552;
61.96678, 11656, 7504, 11640, 7336, 11632, 7552;
61.96678, 11656, 7504, 11640, 7336, 11632, 7368;
61.96678, 11656, 7880, 11640, 7288, 11640, 7592;
61.96678, 11656, 8128, 11640, 7384, 11640, 7592;
61.96678, 11656, 8128, 11640, 7384, 11632, 7472;
61.96678, 11664, 7512, 11640, 7160, 11640, 7616;
61.96678, 11656, 7608, 11640, 7552, 11640, 7616;
61.96678, 11656, 7608, 11640, 7552, 11632, 7296;
61.96678, 11656, 7768, 11640, 7704, 11632, 7608;
61.96678, 11656, 7624, 11640, 7224, 11632, 7608;
61.96678, 11656, 7624, 11640, 7224, 11640, 7416;
61.96678, 11664, 7560, 11640, 7784, 11640, 7640;
61.96678, 11656, 7944, 11640, 7480, 11640, 7640;
61.96678, 11656, 7944, 11640, 7480, 11632, 7360;
61.96678, 11656, 7840, 11640, 7304, 11640, 7640;
61.96678, 11664, 7792, 11648, 7672, 11640, 7640;
61.96678, 11664, 7792, 11648, 7672, 11640, 7432;
61.96678, 11656, 7776, 11640, 7616, 11632, 7680;
61.96678, 11656, 7480, 11640, 7552, 11632, 7680;
61.96678, 11656, 7480, 11640, 7552, 11640, 7464;
61.96678, 11664, 7496, 11640, 7664, 11632, 7560;
61.96678, 11656, 8136, 11640, 6904, 11632, 7560;
61.96678, 11656, 8136, 11640, 6904, 11640, 7272;
61.96678, 11664, 7424, 11640, 7496, 11632, 7584;
61.96678, 11656, 7384, 11640, 7672, 11632, 7584;
61.96678, 11656, 7832, 11640, 7672, 11640, 7456;
61.96678, 11656, 7832, 11640, 7136, 11632, 7568;
61.96678, 11664, 7816, 11648, 7512, 11632, 7568;
61.96678, 11664, 7408, 11648, 7512, 11632, 7408;
61.96678, 11656, 7408, 11640, 7216, 11632, 7688;
61.96678, 11656, 7456, 11640, 7032, 11632, 7688;
61.96678, 11656, 7256, 11640, 7032, 11640, 7400;
61.96678, 11656, 7256, 11648, 7504, 11632, 7584;
61.96678, 11656, 7800, 11640, 7320, 11632, 7584;
61.96678, 11656, 7816, 11640, 7320, 11640, 7392;
61.96678, 11656, 7816, 11640, 7400, 11632, 7496;
61.96678, 11656, 7408, 11640, 7368, 11632, 7496;
61.96678, 11656, 7456, 11640, 7368, 11632, 7296;
61.96678, 11656, 7456, 11640, 7048, 11640, 7544;
61.96678, 11656, 7784, 11640, 7208, 11640, 7544;
61.96678, 11656, 7472, 11640, 7208, 11640, 7368;
61.96678, 11664, 7472, 11640, 7040, 11632, 7600;
61.96678, 11656, 7640, 11640, 7016, 11632, 7600;
61.96678, 11656, 7768, 11640, 7016, 11640, 7408;
61.96678, 11656, 7768, 11640, 7400, 11632, 7616;
61.96678, 11664, 7808, 11640, 7136, 11632, 7616;
61.96678, 11664, 7760, 11640, 7136, 11632, 7344;
61.96678, 11664, 7760, 11640, 6896, 11632, 7656;
61.96678, 11656, 7488, 11640, 7192, 11632, 7656;
61.96678, 11656, 7080, 11640, 7192, 11632, 7224;
61.96678, 11656, 7080, 11640, 7176, 11632, 7592;
61.96678, 11656, 7472, 11640, 7232, 11632, 7592;
61.96678, 11656, 7824, 11640, 7232, 11640, 7400;
61.96678, 11656, 7824, 11640, 7744, 11632, 7640;
61.96678, 11656, 7520, 11640, 7256, 11632, 7640;
61.96678, 11656, 7936, 11640, 7256, 11632, 7448;
61.96678, 11656, 7936, 11640, 7376, 11632, 7584;
61.96678, 11656, 7960, 11640, 7656, 11632, 7584;
61.96678, 11656, 7688, 11640, 7656, 11632, 7504;
61.96678, 11664, 7688, 11640, 7120, 11632, 7488;
61.96678, 11664, 7600, 11648, 7640, 11632, 7488;
61.96678, 11664, 7480, 11648, 7640, 11640, 7312;
61.96678, 11656, 7480, 11640, 7848, 11632, 7576;
61.96678, 11656, 7192, 11640, 7200, 11632, 7576;
61.96678, 11656, 7504, 11640, 7200, 11632, 7368;
61.96678, 11656, 7504, 11640, 7888, 11632, 7584;
61.96678, 11656, 7984, 11640, 7456, 11632, 7584;
61.96678, 11656, 7680, 11640, 7456, 11640, 7408;
61.96678, 11656, 7680, 11640, 7544, 11632, 7512;
61.96678, 11656, 7880, 11640, 7872, 11632, 7352;
61.96678, 11656, 7976, 11640, 7872, 11640, 7352;
61.96678, 11656, 7976, 11640, 7088, 11632, 7592;
61.96678, 11656, 7672, 11640, 7472, 11632, 7440;
61.96678, 11664, 7832, 11640, 7424, 11632, 7440;
61.96678, 11664, 7832, 11640, 7424, 11632, 7616;
61.96678, 11656, 8240, 11640, 7016, 11632, 7448;
61.96678, 11656, 7760, 11640, 7592, 11632, 7448;
61.96678, 11656, 7760, 11640, 7592, 11632, 7528;
61.96678, 11656, 7496, 11640, 7320, 11632, 7304;
61.96678, 11656, 7680, 11640, 7176, 11640, 7304;
61.96678, 11656, 7680, 11640, 7176, 11632, 7520;
61.96678, 11656, 7824, 11640, 7368, 11632, 7376;
61.96678, 11656, 7720, 11640, 7096, 11632, 7376;
61.96678, 11656, 7720, 11640, 7096, 11632, 7568;
61.96678, 11656, 8040, 11640, 7200, 11632, 7136;
61.96678, 11664, 7864, 11640, 7456, 11640, 7136;
61.96678, 11664, 7864, 11640, 7456, 11632, 7536;
61.96678, 11656, 7688, 11640, 7168, 11632, 7424;
61.96678, 11656, 7624, 11640, 7280, 11632, 7424;
61.96678, 11656, 7624, 11640, 7280, 11632, 7584;
61.96678, 11664, 7680, 11640, 6976, 11632, 7488;
61.96678, 11664, 7568, 11640, 6864, 11632, 7488;
61.96678, 11664, 7568, 11640, 6864, 11632, 7512;
61.96678, 11656, 7896, 11640, 7312, 11632, 7480;
61.96678, 11656, 7752, 11640, 7536, 11632, 7480;
61.96678, 11656, 7752, 11640, 7536, 11632, 7520;
61.96678, 11664, 7552, 11640, 6928, 11632, 7312;
61.96678, 11656, 7848, 11640, 7280, 11632, 7312;
61.96678, 11656, 7848, 11640, 7280, 11632, 7688;
61.96678, 11656, 8056, 11640, 7280, 11632, 7400;
61.96678, 11664, 7616, 11640, 7112, 11640, 7400;
61.96678, 11664, 7616, 11640, 7112, 11632, 7520;
61.96678, 11664, 7776, 11640, 7472, 11632, 7336;
61.96678, 11664, 8136, 11640, 7272, 11632, 7336;
61.96678, 11664, 8136, 11640, 7272, 11632, 7576;
61.96678, 11664, 7696, 11640, 7344, 11632, 7296;
61.96678, 11656, 7504, 11640, 7672, 11632, 7296;
61.96678, 11656, 7504, 11640, 7672, 11632, 7688;
61.96678, 11656, 7808, 11640, 7080, 11632, 7440;
61.96678, 11656, 7784, 11640, 7664, 11632, 7440;
61.96678, 11656, 7784, 11640, 7664, 11632, 7544;
61.96678, 11664, 7720, 11640, 7608, 11632, 7344;
61.96678, 11664, 7896, 11640, 7208, 11632, 7344;
61.96678, 11664, 7896, 11640, 7208, 11632, 7560;
61.96678, 11656, 7544, 11640, 7848, 11632, 7240;
61.96678, 11656, 7480, 11640, 7432, 11640, 7240;
61.96678, 11656, 7480, 11640, 7432, 11632, 7600;
61.96678, 11656, 7464, 11640, 7288, 11632, 7304;
61.96678, 11656, 7160, 11640, 7800, 11640, 7304;
61.96678, 11656, 7160, 11640, 7800, 11632, 7432;
61.96678, 11656, 7600, 11640, 7136, 11632, 7432;
61.96678, 11656, 7696, 11640, 7632, 11632, 7432;
61.96678, 11656, 7696, 11640, 7632, 11632, 7448;
61.96678, 11656, 7696, 11640, 7456, 11632, 7592;
61.96678, 11656, 7744, 11640, 7016, 11632, 7592;
61.96678, 11656, 7744, 11640, 7016, 11632, 7512;
61.96678, 11656, 8080, 11640, 7464, 11632, 7584;
61.96678, 11664, 7696, 11640, 7464, 11632, 7584;
61.96678, 11664, 7696, 11640, 7464, 11632, 7400;
61.96678, 11656, 7880, 11640, 7024, 11632, 7456;
61.96678, 11656, 7736, 11640, 7440, 11632, 7456;
61.96678, 11656, 7736, 11648, 7440, 11632, 7584;
61.96678, 11656, 7368, 11640, 7576, 11632, 7688;
61.96678, 11656, 7408, 11640, 7608, 11632, 7688;
61.96678, 11656, 7408, 11640, 7608, 11632, 7496;
61.96678, 11656, 7560, 11640, 7288, 11640, 7640;
61.96678, 11656, 7632, 11640, 7592, 11640, 7640;
61.96678, 11656, 7632, 11640, 7592, 11632, 7352;
61.96678, 11656, 7824, 11640, 7760, 11632, 7616;
61.96678, 11656, 8032, 11640, 7072, 11632, 7616;
61.96678, 11656, 8032, 11640, 7072, 11632, 7512;
61.96678, 11664, 7640, 11640, 7448, 11632, 7664;
61.96678, 11656, 7640, 11640, 7304, 11632, 7664;
61.96678, 11656, 7640, 11640, 7304, 11632, 7280;
61.96678, 11656, 7512, 11640, 7432, 11640, 7632;
61.96678, 11656, 7376, 11648, 7408, 11640, 7632;
61.96678, 11656, 7376, 11648, 7408, 11632, 7336;
61.96678, 11656, 7824, 11640, 7496, 11632, 7632;
61.96678, 11656, 7968, 11640, 7504, 11632, 7632;
61.96678, 11656, 7968, 11640, 7504, 11632, 7448;
61.96678, 11656, 7376, 11640, 7128, 11640, 7528;
61.96678, 11656, 7576, 11640, 7368, 11640, 7528;
61.96678, 11656, 7576, 11640, 7368, 11632, 7304;
61.96678, 11656, 7752, 11640, 7712, 11632, 7592;
61.96678, 11664, 7568, 11640, 7776, 11632, 7592;
61.96678, 11664, 7568, 11640, 7776, 11632, 7384;
61.96678, 11656, 7648, 11640, 7408, 11640, 7512;
61.96678, 11656, 7928, 11640, 7264, 11640, 7512;
61.96678, 11656, 7928, 11640, 7264, 11632, 7416;
61.96678, 11664, 7688, 11640, 7680, 11632, 7616;
61.96678, 11656, 7616, 11640, 7368, 11632, 7616;
61.96678, 11656, 7616, 11640, 7368, 11632, 7424;
61.96678, 11664, 7696, 11640, 7208, 11632, 7568;
61.96678, 11664, 7152, 11640, 7504, 11632, 7568;
61.96678, 11664, 7152, 11640, 7504, 11632, 7344;
61.96678, 11656, 7592, 11640, 7664, 11632, 7592;
61.96678, 11656, 7880, 11640, 7768, 11632, 7592;
61.96678, 11656, 7776, 11640, 7768, 11632, 7360;
61.96678, 11656, 7776, 11640, 7112, 11640, 7648;
61.96678, 11656, 7896, 11640, 7192, 11640, 7648;
61.96678, 11656, 7264, 11640, 7192, 11632, 7288;
61.96678, 11656, 7264, 11640, 7288, 11640, 7568;
61.96678, 11656, 7568, 11640, 7264, 11640, 7568;
61.96678, 11656, 7728, 11640, 7264, 11632, 7400;
61.96678, 11656, 7728, 11640, 7152, 11632, 7528;
61.96678, 11656, 7536, 11640, 7208, 11632, 7528;
61.96678, 11656, 7360, 11640, 7208, 11632, 7376;
61.96678, 11656, 7360, 11640, 7368, 11632, 7784;
61.96678, 11656, 7712, 11640, 7200, 11632, 7784;
61.96678, 11656, 7568, 11640, 7200, 11632, 7352;
61.96678, 11656, 7568, 11640, 7352, 11632, 7632;
61.96678, 11656, 7576, 11640, 7440, 11632, 7632;
61.96678, 11656, 7952, 11640, 7440, 11640, 7272;
61.96678, 11656, 7952, 11640, 7344, 11632, 7720;
61.96678, 11656, 7976, 11640, 7056, 11632, 7720;
61.96678, 11656, 7672, 11640, 7056, 11632, 7408;
61.96678, 11656, 7672, 11640, 7512, 11632, 7304;
61.96678, 11656, 7856, 11640, 7336, 11632, 7304;
61.96678, 11656, 7560, 11640, 7336, 11632, 7600;
61.96678, 11656, 7560, 11640, 7232, 11632, 7280;
61.96678, 11664, 7520, 11640, 7472, 11632, 7280;
61.96678, 11656, 7440, 11640, 7472, 11632, 7480;
61.96678, 11656, 7440, 11640, 7488, 11632, 7480;
61.96678, 11656, 7544, 11640, 7704, 11632, 7480;
61.96678, 11656, 7400, 11640, 7704, 11632, 7584;
61.96678, 11656, 7400, 11640, 7208, 11632, 7304;
61.96678, 11656, 8016, 11640, 7464, 11632, 7304;
61.96678, 11656, 7944, 11640, 7464, 11632, 7672;
61.96678, 11656, 7944, 11640, 7536, 11632, 7368;
61.96678, 11656, 7728, 11640, 7848, 11632, 7368;
61.96678, 11656, 7776, 11640, 7848, 11632, 7608;
61.96678, 11656, 7776, 11640, 7624, 11632, 7400;
61.96678, 11656, 7608, 11640, 7168, 11632, 7400;
61.96678, 11664, 7400, 11640, 7168, 11640, 7488;
61.96678, 11664, 7400, 11640, 7280, 11640, 7208;
61.96678, 11656, 7472, 11640, 7312, 11640, 7208;
61.96678, 11656, 7848, 11640, 7312, 11632, 7712;
61.96678, 11656, 7848, 11640, 7488, 11632, 7360;
61.96678, 11656, 7704, 11632, 7344, 11632, 7752;
61.96678, 11656, 8088, 11632, 7240, 11632, 7752;
61.96678, 11656, 8088, 11640, 7240, 11632, 7496;
61.96678, 11656, 7448, 11640, 7480, 11632, 7752;
61.96678, 11656, 7144, 11640, 7024, 11632, 7752;
61.96678, 11656, 7144, 11640, 7024, 11632, 7472;
61.96678, 11656, 7720, 11640, 7264, 11632, 7640;
61.96678, 11656, 7784, 11640, 7008, 11640, 7640;
61.96678, 11656, 7784, 11640, 7008, 11640, 6816;
61.96678, 11656, 7432, 11640, 7344, 11640, 7408;
61.96678, 11656, 7912, 11640, 7040, 11640, 7408;
61.96678, 11656, 7912, 11640, 7040, 11632, 7232;
61.96678, 11656, 7816, 11640, 7248, 11632, 7632;
61.96678, 11664, 7592, 11640, 7040, 11632, 7632;
61.96678, 11664, 7592, 11640, 7040, 11632, 7424;
61.96678, 11656, 7632, 11640, 7280, 11632, 7752;
61.96678, 11656, 7592, 11640, 7400, 11632, 7752;
61.96678, 11656, 7592, 11640, 7400, 11632, 7344;
61.96678, 11656, 7584, 11640, 7568, 11632, 7664;
61.96678, 11656, 8064, 11640, 7464, 11632, 7664;
61.96678, 11656, 8064, 11640, 7464, 11632, 7368;
61.96678, 11656, 7712, 11640, 7184, 11632, 7552;
61.96678, 11656, 7112, 11640, 7480, 11632, 7552;
61.96678, 11656, 7112, 11640, 7480, 11632, 7280;
61.96678, 11656, 7672, 11640, 7392, 11632, 7432;
61.96678, 11656, 7904, 11640, 7824, 11632, 7432;
61.96678, 11656, 7904, 11640, 7824, 11632, 7368;
61.96678, 11656, 7752, 11640, 7456, 11632, 7720;
61.96678, 11656, 7824, 11640, 7160, 11632, 7720;
61.96678, 11656, 7824, 11640, 7160, 11632, 7384;
61.96678, 11656, 7824, 11640, 7608, 11632, 7656;
61.96678, 11664, 7592, 11640, 7624, 11632, 7656;
61.96678, 11664, 7592, 11640, 7624, 11632, 7232;
61.96678, 11656, 7672, 11640, 7504, 11640, 7400;
61.96678, 11656, 7688, 11640, 7432, 11640, 7400;
61.96678, 11656, 7688, 11640, 7432, 11632, 7184;
61.96678, 11656, 7136, 11640, 7768, 11632, 7624;
61.96678, 11656, 7480, 11640, 7560, 11632, 7624;
61.96678, 11656, 7480, 11640, 7560, 11632, 7416;
61.96678, 11656, 8040, 11640, 7032, 11632, 7584;
61.96678, 11656, 7472, 11640, 7464, 11632, 7584;
61.96678, 11656, 7472, 11640, 7464, 11632, 7432;
61.96678, 11656, 7376, 11640, 7664, 11632, 7560;
61.96678, 11656, 7504, 11640, 7680, 11632, 7560;
61.96678, 11656, 7504, 11640, 7680, 11632, 7344;
61.96678, 11656, 7584, 11640, 7064, 11632, 7488;
61.96678, 11656, 8048, 11640, 7384, 11632, 7488;
61.96678, 11656, 8048, 11640, 7384, 11632, 7360;
61.96678, 11656, 7880, 11640, 7664, 11632, 7616;
61.96678, 11656, 7648, 11640, 7296, 11632, 7616;
61.96678, 11656, 7648, 11640, 7296, 11632, 7240;
61.96678, 11656, 7784, 11640, 7416, 11640, 7440;
61.96678, 11664, 7792, 11640, 7336, 11640, 7440;
61.96678, 11664, 7792, 11640, 7336, 11632, 7424;
61.96678, 11656, 7296, 11640, 7216, 11632, 7704;
61.96678, 11656, 7768, 11640, 7216, 11632, 7704;
61.96678, 11656, 7880, 11632, 7216, 11632, 7312;
61.96678, 11656, 7880, 11640, 6856, 11632, 7640;
61.96678, 11656, 7696, 11640, 7280, 11632, 7640;
61.96678, 11656, 7760, 11640, 7280, 11632, 7224;
61.96678, 11656, 7760, 11640, 7552, 11632, 7744;
61.96678, 11656, 7296, 11640, 7336, 11632, 7744;
61.96678, 11656, 7408, 11640, 7336, 11632, 7400;
61.96678, 11656, 7408, 11640, 6976, 11632, 7632;
61.96678, 11656, 7728, 11640, 7192, 11632, 7632;
61.96678, 11656, 7896, 11640, 7192, 11632, 7408;
61.96678, 11656, 7896, 11640, 7272, 11632, 7648;
61.96678, 11656, 7648, 11640, 6960, 11632, 7648;
61.96678, 11656, 7880, 11640, 6960, 11632, 7368;
61.96678, 11656, 7880, 11640, 7528, 11632, 7608;
61.96678, 11664, 7728, 11632, 7112, 11632, 7608;
61.96678, 11656, 7464, 11632, 7112, 11632, 7352;
61.96678, 11656, 7464, 11632, 6896, 11632, 7696;
61.96678, 11656, 7552, 11640, 7104, 11632, 7696;
61.96678, 11656, 7696, 11640, 7104, 11632, 7232;
61.96678, 11656, 7696, 11640, 7224, 11632, 7576;
61.96678, 11656, 7808, 11640, 7352, 11632, 7576;
61.96678, 11656, 7888, 11640, 7352, 11632, 7336;
61.96678, 11656, 7888, 11640, 7176, 11632, 7544;
61.96678, 11656, 7736, 11640, 7392, 11632, 7544;
61.96678, 11656, 7200, 11640, 7392, 11632, 7248;
61.96678, 11656, 7200, 11640, 7248, 11632, 7696;
61.96678, 11656, 7632, 11640, 6728, 11632, 7696;
61.96678, 11656, 7776, 11640, 6728, 11632, 7328;
61.96678, 11656, 7776, 11640, 7472, 11632, 7600;
61.96678, 11656, 7688, 11640, 7360, 11632, 7600;
61.96678, 11656, 7888, 11640, 7360, 11632, 7128;
61.96678, 11656, 7888, 11640, 6968, 11632, 7680;
61.96678, 11664, 7928, 11640, 7280, 11632, 7680;
61.96678, 11664, 7576, 11640, 7280, 11632, 7296;
61.96678, 11664, 7576, 11640, 7112, 11632, 7680;
61.96678, 11656, 7544, 11640, 7032, 11632, 7680;
61.96678, 11656, 7416, 11640, 7032, 11632, 7320;
61.96678, 11656, 7416, 11640, 7392, 11632, 7640;
61.96678, 11656, 7448, 11640, 7392, 11632, 7640;
61.96678, 11656, 7808, 11640, 7392, 11632, 7408;
61.96678, 11656, 7808, 11640, 7416, 11632, 7536;
61.96678, 11656, 7832, 11640, 6856, 11632, 7536;
61.96678, 11656, 7392, 11640, 6856, 11632, 7360;
61.96678, 11656, 7392, 11640, 7328, 11632, 7584;
61.96678, 11656, 7776, 11640, 7264, 11632, 7584;
61.96678, 11656, 7688, 11640, 7264, 11632, 7320;
61.96678, 11656, 7688, 11640, 7184, 11632, 7464;
61.96678, 11656, 7688, 11640, 7200, 11632, 7464;
61.96678, 11656, 7968, 11640, 7200, 11632, 7312;
61.96678, 11656, 7968, 11640, 7304, 11632, 7664;
61.96678, 11656, 7656, 11640, 7264, 11632, 7224;
61.96678, 11656, 7776, 11640, 7264, 11632, 7224;
61.96678, 11656, 7776, 11640, 7072, 11632, 7616;
61.96678, 11656, 7656, 11640, 7240, 11632, 7288;
61.96678, 11656, 7384, 11640, 7240, 11640, 7288;
61.96678, 11656, 7384, 11640, 7160, 11632, 7512;
61.96678, 11656, 7544, 11640, 6944, 11632, 7280;
61.96678, 11656, 7608, 11640, 6944, 11632, 7280;
61.96678, 11656, 7608, 11640, 7280, 11640, 7608;
61.96678, 11656, 8136, 11640, 7184, 11632, 7424;
61.96678, 11656, 7664, 11640, 7184, 11632, 7424;
61.96678, 11656, 7664, 11640, 6952, 11632, 7288;
61.96678, 11656, 7480, 11640, 7248, 11632, 7312;
61.96678, 11656, 7680, 11640, 7248, 11632, 7312;
61.96678, 11656, 7680, 11640, 7488, 11632, 7544;
61.96678, 11656, 7776, 11640, 7160, 11640, 7408;
61.96678, 11656, 7416, 11640, 7160, 11640, 7408;
61.96678, 11656, 7416, 11640, 7032, 11632, 7640;
61.96678, 11656, 7720, 11640, 7288, 11632, 7472;
61.96678, 11656, 7848, 11640, 7288, 11632, 7472;
61.96678, 11656, 7848, 11640, 7272, 11632, 7600;
61.96678, 11656, 7928, 11640, 6904, 11632, 7528;
61.96678, 11656, 7696, 11640, 6904, 11632, 7528;
61.96678, 11656, 7696, 11640, 7360, 11632, 7352;
61.96678, 11656, 7336, 11640, 6912, 11632, 7520;
61.96678, 11656, 7328, 11640, 6912, 11632, 7520;
61.96678, 11656, 7328, 11640, 7120, 11632, 7472;
61.96678, 11656, 7328, 11640, 7304, 11632, 7608;
61.96678, 11656, 7680, 11640, 7304, 11632, 7608;
61.96678, 11656, 7680, 11640, 6888, 11632, 7464;
61.96678, 11656, 7704, 11640, 7360, 11632, 7688;
61.96678, 11656, 7576, 11640, 7360, 11632, 7688;
61.96678, 11656, 7576, 11640, 7592, 11632, 7368;
61.96678, 11656, 7480, 11640, 7312, 11632, 7536;
61.96678, 11656, 7888, 11640, 7312, 11632, 7536;
61.96678, 11656, 7888, 11640, 7296, 11632, 7440;
61.96678, 11656, 7768, 11640, 7200, 11632, 7584;
61.96678, 11656, 7792, 11640, 7200, 11632, 7584;
61.96678, 11656, 7792, 11640, 7200, 11632, 7288;
61.96678, 11656, 7912, 11640, 7224, 11632, 7600;
61.96678, 11656, 7408, 11640, 7192, 11632, 7600;
61.96678, 11656, 7408, 11640, 7192, 11632, 7264;
61.96678, 11656, 7480, 11640, 7248, 11632, 7592;
61.96678, 11656, 8000, 11640, 6968, 11632, 7592;
61.96678, 11656, 8000, 11640, 6968, 11632, 7384;
61.96678, 11664, 7776, 11640, 7040, 11632, 7512;
61.96678, 11656, 7592, 11640, 7168, 11632, 7512;
61.96678, 11656, 7592, 11640, 7168, 11632, 7424;
61.96678, 11656, 7552, 11640, 7312, 11632, 7616;
61.96678, 11656, 7344, 11640, 7232, 11632, 7616;
61.96678, 11656, 7264, 11640, 7232, 11632, 7352;
61.96678, 11656, 7264, 11640, 7104, 11632, 7664;
61.96678, 11656, 7672, 11640, 7264, 11632, 7664;
61.96678, 11656, 7624, 11640, 7264, 11632, 7448;
61.96678, 11664, 7624, 11640, 7032, 11640, 7336;
61.96678, 11656, 7456, 11640, 7432, 11640, 7336;
61.96678, 11656, 7704, 11640, 7432, 11632, 7408;
61.96678, 11656, 7704, 11640, 7368, 11632, 7640;
61.96678, 11656, 7160, 11640, 7080, 11632, 7640;
61.96678, 11656, 7224, 11640, 7080, 11632, 7496;
61.96678, 11656, 7224, 11640, 7440, 11632, 7632;
61.96678, 11656, 7600, 11640, 7176, 11632, 7632;
61.96678, 11656, 7424, 11640, 7176, 11632, 7520;
61.96678, 11656, 7424, 11640, 7416, 11632, 7448;
61.96678, 11656, 7688, 11640, 7280, 11632, 7448;
61.96678, 11656, 7984, 11640, 7280, 11640, 7456;
61.96678, 11656, 7984, 11640, 7560, 11632, 7296;
61.96678, 11656, 7288, 11640, 7456, 11632, 7296;
61.96678, 11656, 7552, 11640, 7456, 11632, 7768;
61.96678, 11656, 7552, 11640, 7896, 11632, 7232;
61.96678, 11656, 8072, 11640, 7704, 11632, 7232;
61.96678, 11656, 7744, 11640, 7704, 11632, 7464;
61.96678, 11656, 7744, 11640, 6904, 11632, 7464;
61.96678, 11656, 7800, 11640, 7664, 11632, 7464;
61.96678, 11656, 7856, 11640, 7664, 11632, 7720;
61.96678, 11656, 7856, 11640, 7624, 11632, 7280;
61.96678, 11656, 7864, 11640, 7424, 11632, 7280;
61.96678, 11656, 7920, 11640, 7424, 11632, 7696;
61.96678, 11656, 7920, 11640, 7264, 11632, 7368;
61.96678, 11656, 8008, 11640, 7344, 11632, 7368;
61.96678, 11656, 7848, 11640, 7344, 11632, 7480;
61.96678, 11656, 7848, 11640, 7464, 11632, 7248;
61.96678, 11656, 7848, 11640, 7168, 11632, 7248;
61.96678, 11656, 7664, 11640, 7168, 11632, 7592;
61.96678, 11656, 7664, 11640, 7376, 11632, 7360;
61.96678, 11656, 7272, 11640, 7424, 11632, 7360;
61.96678, 11656, 7712, 11640, 7424, 11632, 7600;
61.96678, 11656, 7712, 11640, 7328, 11632, 7432;
61.96678, 11656, 7968, 11640, 7000, 11632, 7432;
61.96678, 11656, 7520, 11640, 7000, 11632, 7696;
61.96678, 11664, 7520, 11640, 6968, 11632, 7216;
61.96678, 11656, 7728, 11640, 7304, 11632, 7216;
61.96678, 11656, 7368, 11640, 7304, 11632, 7640;
61.96678, 11656, 7368, 11640, 7168, 11632, 7344;
61.96678, 11656, 7056, 11640, 7200, 11632, 7344;
61.96678, 11656, 7640, 11640, 7200, 11632, 7448;
61.96678, 11656, 7640, 11640, 7552, 11632, 7280;
61.96678, 11656, 7736, 11640, 7792, 11632, 7640;
61.96678, 11656, 7576, 11640, 7792, 11632, 7640;
61.96678, 11656, 7576, 11640, 7064, 11632, 7456;
61.96678, 11656, 7544, 11640, 7472, 11632, 7592;
61.96678, 11656, 7840, 11640, 7472, 11632, 7592;
61.96678, 11656, 7840, 11640, 7232, 11632, 7312;
61.96678, 11656, 7752, 11640, 7768, 11632, 7528;
61.96678, 11656, 7936, 11640, 7768, 11632, 7528;
61.96678, 11656, 7936, 11640, 7512, 11632, 7304;
61.96678, 11656, 7776, 11640, 7352, 11632, 7488;
61.96678, 11656, 7504, 11640, 7352, 11632, 7488;
61.96678, 11656, 7504, 11640, 7352, 11632, 7336;
61.96678, 11656, 7408, 11640, 7648, 11632, 7568;
61.96678, 11656, 7784, 11640, 7648, 11632, 7568;
61.96678, 11656, 7784, 11640, 7704, 11632, 7240;
61.96678, 11656, 7696, 11640, 7080, 11632, 7448;
61.96678, 11656, 7816, 11640, 7080, 11632, 7448;
61.96678, 11656, 7816, 11640, 7576, 11632, 7432;
61.96678, 11656, 7792, 11640, 7384, 11632, 7592;
61.96678, 11664, 7736, 11640, 7384, 11632, 7592;
61.96678, 11664, 7736, 11640, 7120, 11632, 7440;
61.96678, 11656, 7792, 11632, 7200, 11632, 7608;
61.96678, 11656, 7648, 11632, 7200, 11632, 7608;
61.96678, 11656, 7648, 11640, 6872, 11632, 7528;
61.96678, 11656, 7232, 11640, 7352, 11632, 7688;
61.96678, 11656, 7472, 11640, 7352, 11632, 7688;
61.96678, 11656, 7472, 11640, 7448, 11632, 7456;
61.96678, 11656, 8136, 11640, 7160, 11632, 7640;
61.96678, 11656, 7712, 11640, 7160, 11632, 7640;
61.96678, 11656, 7712, 11640, 7080, 11632, 7200;
61.96678, 11656, 7344, 11640, 7392, 11632, 7504;
61.96678, 11656, 7304, 11640, 7392, 11632, 7504;
61.96678, 11656, 7304, 11640, 7368, 11632, 7216;
61.96678, 11656, 7360, 11640, 7536, 11632, 7664;
61.96678, 11656, 7784, 11640, 7536, 11632, 7664;
61.96678, 11656, 7784, 11640, 7152, 11632, 7376;
61.96678, 11656, 8032, 11640, 7784, 11632, 7640;
61.96678, 11656, 7656, 11640, 7784, 11632, 7640;
61.96678, 11656, 7656, 11640, 7472, 11632, 7392;
61.96678, 11664, 7760, 11640, 7520, 11632, 7664;
61.96678, 11656, 7656, 11640, 7520, 11632, 7664;
61.96678, 11656, 7656, 11640, 7136, 11632, 7296;
61.96678, 11656, 7200, 11640, 7384, 11632, 7672;
61.96678, 11656, 7912, 11640, 7384, 11632, 7672;
61.96678, 11656, 7912, 11640, 7216, 11632, 7272;
61.96678, 11656, 7920, 11640, 7440, 11632, 7544;
61.96678, 11656, 7624, 11640, 7440, 11632, 7544;
61.96678, 11656, 7624, 11640, 7168, 11632, 7312;
61.96678, 11656, 7496, 11640, 7104, 11632, 7624;
61.96678, 11656, 7208, 11640, 7104, 11632, 7624;
61.96678, 11656, 7208, 11640, 7136, 11632, 7400;
61.96678, 11656, 7328, 11640, 7112, 11632, 7648;
61.96678, 11656, 8008, 11640, 7112, 11632, 7648;
61.96678, 11656, 8008, 11648, 7488, 11632, 7280;
61.96678, 11656, 7672, 11640, 7536, 11632, 7416;
61.96678, 11656, 7664, 11640, 7536, 11632, 7416;
61.96678, 11656, 7664, 11640, 7672, 11632, 7176;
61.96678, 11656, 7800, 11640, 7784, 11632, 7496;
61.96678, 11656, 7560, 11640, 7784, 11632, 7496;
61.96678, 11656, 7560, 11640, 7496, 11632, 7392;
61.96678, 11656, 7384, 11640, 7232, 11632, 7640;
61.96678, 11656, 7776, 11640, 7232, 11632, 7640;
61.96678, 11656, 7776, 11640, 7424, 11632, 7512;
61.96678, 11656, 7744, 11640, 7192, 11632, 7632;
61.96678, 11656, 7904, 11640, 7192, 11632, 7632;
61.96678, 11656, 7904, 11640, 7192, 11632, 7520;
61.96678, 11656, 7888, 11640, 7248, 11632, 7592;
61.96678, 11656, 7272, 11640, 7248, 11632, 7592;
61.96678, 11656, 7272, 11640, 7176, 11640, 7392;
61.96678, 11656, 7312, 11640, 7192, 11632, 7624;
61.96678, 11656, 7704, 11640, 7192, 11632, 7624;
61.96678, 11656, 7704, 11640, 7360, 11632, 7480;
61.96678, 11656, 7472, 11640, 6984, 11632, 7472;
61.96678, 11656, 7528, 11640, 6984, 11632, 7472;
61.96678, 11656, 7528, 11640, 7328, 11632, 7496;
61.96678, 11656, 7744, 11640, 7472, 11632, 7488;
61.96678, 11656, 7768, 11640, 7472, 11632, 7488;
61.96678, 11656, 7768, 11640, 7512, 11632, 7424;
61.96678, 11656, 7936, 11640, 7704, 11632, 7592;
61.96678, 11656, 8016, 11640, 7296, 11632, 7592;
61.96678, 11656, 7568, 11640, 7296, 11632, 7376;
61.96678, 11656, 7568, 11640, 7416, 11632, 7552;
61.96678, 11656, 7536, 11640, 7224, 11632, 7552;
61.96678, 11656, 7360, 11640, 7224, 11632, 7424;
61.96678, 11656, 7360, 11640, 7176, 11632, 7552;
61.96678, 11656, 7472, 11640, 7232, 11632, 7552;
61.96678, 11656, 7656, 11640, 7232, 11632, 7536;
61.96678, 11656, 7656, 11640, 7264, 11632, 7504;
61.96678, 11656, 7480, 11640, 7232, 11632, 7504;
61.96678, 11656, 7392, 11640, 7232, 11632, 7512;
61.96678, 11656, 7392, 11640, 7384, 11632, 7408;
61.96678, 11656, 7880, 11640, 7024, 11632, 7408;
61.96678, 11656, 7544, 11640, 7024, 11632, 7536;
61.96678, 11656, 7544, 11640, 7272, 11632, 7464;
61.96678, 11656, 7696, 11640, 7344, 11632, 7464;
61.96678, 11656, 7912, 11640, 7344, 11632, 7544;
61.96678, 11656, 7912, 11640, 7824, 11632, 7584;
61.96678, 11656, 7872, 11640, 7728, 11632, 7584;
61.96678, 11656, 7536, 11640, 7728, 11632, 7464;
61.96678, 11656, 7536, 11640, 7640, 11632, 7352;
61.96678, 11656, 7976, 11640, 7088, 11632, 7352;
61.96678, 11656, 7968, 11640, 7088, 11632, 7296;
61.96678, 11656, 7968, 11640, 7632, 11632, 7520;
61.96678, 11664, 7888, 11640, 6856, 11632, 7520;
61.96678, 11664, 7664, 11640, 6856, 11632, 7360;
61.96678, 11656, 7664, 11640, 7312, 11632, 7576;
61.96678, 11656, 7760, 11640, 7536, 11632, 7576;
61.96678, 11656, 7336, 11640, 7536, 11632, 7480;
61.96678, 11656, 7336, 11640, 7272, 11632, 7512;
61.96678, 11656, 7688, 11640, 7024, 11632, 7512;
61.96678, 11656, 7784, 11640, 7024, 11632, 7536;
61.96678, 11656, 7784, 11640, 7184, 11632, 7328;
61.96678, 11656, 7440, 11640, 7000, 11632, 7328;
61.96678, 11656, 7432, 11640, 7000, 11632, 7504;
61.96678, 11656, 7432, 11640, 7520, 11632, 7312;
61.96678, 11656, 7312, 11640, 7680, 11632, 7312;
61.96678, 11656, 7336, 11640, 7680, 11632, 7632;
61.96678, 11656, 7336, 11640, 7528, 11632, 7360;
61.96678, 11656, 7696, 11640, 7416, 11632, 7360;
61.96678, 11656, 7624, 11640, 7416, 11632, 7608;
61.96678, 11656, 7624, 11640, 7000, 11632, 7312;
61.96678, 11656, 7592, 11640, 7696, 11632, 7312;
61.96678, 11656, 7880, 11640, 7696, 11632, 7728;
61.96678, 11656, 7880, 11640, 7672, 11632, 7304;
61.96678, 11656, 7568, 11640, 7616, 11632, 7552;
61.96678, 11656, 8008, 11640, 7616, 11632, 7552;
61.96678, 11656, 8008, 11632, 7088, 11632, 7160;
61.96678, 11656, 8096, 11640, 7312, 11632, 7592;
61.96678, 11656, 7640, 11640, 7312, 11632, 7592;
61.96678, 11656, 7640, 11640, 7056, 11632, 7424;
61.96678, 11656, 7440, 11640, 7480, 11632, 7592;
61.96678, 11656, 7752, 11640, 7480, 11632, 7592;
61.96678, 11656, 7752, 11640, 7168, 11632, 7448;
61.96678, 11656, 7616, 11640, 7168, 11632, 7640;
61.96678, 11656, 7656, 11640, 7168, 11632, 7640;
61.96678, 11656, 7656, 11640, 7248, 11632, 7496;
61.96678, 11656, 7824, 11640, 7512, 11632, 7408;
61.96678, 11656, 7536, 11640, 7512, 11632, 7408;
61.96678, 11656, 7536, 11640, 7192, 11632, 7552;
61.96678, 11656, 7112, 11640, 7552, 11632, 7472;
61.96678, 11656, 7400, 11640, 7552, 11632, 7472;
61.96678, 11656, 7400, 11640, 7592, 11632, 7384;
61.96678, 11656, 7296, 11640, 7736, 11632, 7480;
61.96678, 11656, 7424, 11640, 7736, 11632, 7480;
61.96678, 11656, 7424, 11640, 7400, 11632, 7592;
61.96678, 11656, 7784, 11632, 7160, 11632, 7424;
61.96678, 11656, 7536, 11632, 7160, 11632, 7424;
61.96678, 11656, 7536, 11640, 7280, 11632, 7480;
61.96678, 11656, 7464, 11640, 7064, 11632, 7440;
61.96678, 11656, 7584, 11640, 7064, 11632, 7440;
61.96678, 11656, 7584, 11640, 7640, 11632, 7456;
61.96678, 11656, 7432, 11640, 7240, 11632, 7464;
61.96678, 11656, 7808, 11640, 7240, 11632, 7464;
61.96678, 11656, 7808, 11640, 7096, 11632, 7616;
61.96678, 11656, 8000, 11640, 7176, 11632, 7352;
61.96678, 11656, 7640, 11640, 7176, 11632, 7352;
61.96678, 11656, 7640, 11640, 7576, 11632, 7600;
61.96678, 11656, 7752, 11640, 7696, 11632, 7208;
61.96678, 11656, 8128, 11640, 7696, 11632, 7208;
61.96678, 11656, 8128, 11640, 7608, 11632, 7560;
61.96678, 11656, 7752, 11640, 7112, 11632, 7312;
61.96678, 11656, 7760, 11640, 7112, 11632, 7312;
61.96678, 11656, 7760, 11640, 7528, 11632, 7656;
61.96678, 11656, 7856, 11640, 7192, 11632, 7504;
61.96678, 11656, 7280, 11640, 7192, 11632, 7504;
61.96678, 11656, 7280, 11640, 7416, 11632, 7696;
61.96678, 11656, 7416, 11632, 7104, 11632, 7408;
61.96678, 11656, 7728, 11632, 7104, 11632, 7408;
61.96678, 11656, 7728, 11640, 7384, 11632, 7696;
61.96678, 11656, 7576, 11640, 6976, 11632, 7424;
61.96678, 11656, 7520, 11640, 6976, 11632, 7424;
61.96678, 11656, 7520, 11640, 7328, 11632, 7496;
61.96678, 11656, 8208, 11640, 6936, 11632, 7232;
61.96678, 11656, 7568, 11640, 6936, 11632, 7232;
61.96678, 11656, 7568, 11640, 7296, 11632, 7464;
61.96678, 11656, 7592, 11640, 7392, 11632, 7584;
61.96678, 11656, 7792, 11640, 7392, 11632, 7584;
61.96678, 11656, 7792, 11640, 7888, 11632, 7456;
61.96678, 11656, 7128, 11640, 7752, 11632, 7424;
61.96678, 11656, 7144, 11640, 7752, 11632, 7424;
61.96678, 11656, 7144, 11640, 7616, 11632, 7568;
61.96678, 11656, 7944, 11632, 7184, 11632, 7536;
61.96678, 11656, 7728, 11632, 7184, 11632, 7536;
61.96678, 11656, 7728, 11632, 7176, 11632, 7504;
61.96678, 11656, 7584, 11640, 6712, 11632, 7352;
61.96678, 11656, 7976, 11640, 6712, 11632, 7352;
61.96678, 11656, 7976, 11640, 7328, 11632, 7448;
61.96678, 11656, 7736, 11640, 7032, 11632, 7344;
61.96678, 11656, 7688, 11640, 7032, 11632, 7344;
61.96678, 11656, 7688, 11640, 7456, 11632, 7672;
61.96678, 11656, 7880, 11640, 7440, 11632, 7360;
61.96678, 11656, 7272, 11640, 7608, 11632, 7360;
61.96678, 11656, 7272, 11640, 7608, 11632, 7688;
61.96678, 11656, 7208, 11640, 7592, 11632, 7392;
61.96678, 11656, 7392, 11640, 7744, 11632, 7392;
61.96678, 11656, 7392, 11640, 7744, 11632, 7640;
61.96678, 11656, 7400, 11640, 7176, 11632, 7376;
61.96678, 11656, 7488, 11640, 7280, 11632, 7376;
61.96678, 11656, 7488, 11640, 7280, 11632, 7448;
61.96678, 11656, 7696, 11632, 6800, 11632, 7360;
61.96678, 11656, 7520, 11640, 7136, 11632, 7360;
61.96678, 11656, 7520, 11640, 7136, 11632, 7632;
61.96678, 11656, 7784, 11640, 6816, 11640, 7200;
61.96678, 11656, 7632, 11640, 7576, 11640, 7200;
61.96678, 11656, 7632, 11640, 7576, 11632, 7584;
61.96678, 11656, 7544, 11640, 7560, 11632, 7400;
61.96678, 11656, 7928, 11640, 7760, 11632, 7400;
61.96678, 11656, 7928, 11640, 7760, 11632, 7560;
61.96678, 11656, 8080, 11640, 7624, 11632, 7288;
61.96678, 11656, 7440, 11640, 7728, 11632, 7288;
61.96678, 11656, 7440, 11640, 7728, 11632, 7568;
61.96678, 11656, 7784, 11632, 7112, 11632, 7448;
61.96678, 11656, 8048, 11640, 7392, 11632, 7448;
61.96678, 11656, 8048, 11640, 7392, 11632, 7496;
61.96678, 11664, 7712, 11640, 7136, 11632, 7328;
61.96678, 11656, 7504, 11640, 7312, 11632, 7328;
61.96678, 11656, 7504, 11640, 7312, 11632, 7552;
61.96678, 11656, 7728, 11640, 7032, 11632, 7536;
61.96678, 11656, 7080, 11640, 7104, 11632, 7536;
61.96678, 11656, 7448, 11640, 7104, 11632, 7472;
61.96678, 11656, 7448, 11640, 7472, 11632, 7472;
61.96678, 11656, 7824, 11640, 7656, 11632, 7472;
61.96678, 11656, 7480, 11640, 7656, 11632, 7544;
61.96678, 11656, 7480, 11640, 7872, 11632, 7560;
61.96678, 11656, 7536, 11640, 7608, 11632, 7560;
61.96678, 11656, 7968, 11640, 7608, 11632, 7544;
61.96678, 11656, 7968, 11640, 7152, 11632, 7560;
61.96678, 11656, 7768, 11632, 7248, 11632, 7560;
61.96678, 11656, 7904, 11632, 7248, 11632, 7392;
61.96678, 11656, 7904, 11640, 6888, 11632, 7600;
61.96678, 11656, 7832, 11640, 7256, 11632, 7600;
61.96678, 11656, 7264, 11640, 7256, 11632, 7240;
61.96678, 11656, 7264, 11640, 7336, 11632, 7552;
61.96678, 11656, 7488, 11640, 7024, 11632, 7552;
61.96678, 11656, 7488, 11640, 7024, 11632, 7336;
61.96678, 11656, 7488, 11640, 7456, 11632, 7576;
61.96678, 11656, 7544, 11640, 7120, 11632, 7576;
61.96678, 11656, 7680, 11640, 7120, 11632, 7376;
61.96678, 11656, 7680, 11640, 7632, 11632, 7576;
61.96678, 11656, 7520, 11640, 7336, 11632, 7576;
61.96678, 11656, 7216, 11640, 7336, 11632, 7312;
61.96678, 11656, 7216, 11640, 7344, 11632, 7632;
61.96678, 11656, 7416, 11632, 7096, 11632, 7632;
61.96678, 11656, 7264, 11632, 7096, 11632, 7424;
61.96678, 11656, 7264, 11632, 7080, 11632, 7520;
61.96678, 11656, 7544, 11640, 7000, 11632, 7520;
61.96678, 11656, 7744, 11640, 7000, 11632, 7368;
61.96678, 11656, 7744, 11640, 7328, 11632, 7576;
61.96678, 11656, 7416, 11640, 7240, 11632, 7576;
61.96678, 11656, 7208, 11640, 7240, 11632, 7504;
61.96678, 11656, 7208, 11640, 7408, 11632, 7480;
61.96678, 11656, 7424, 11640, 7424, 11632, 7480;
61.96678, 11656, 7192, 11640, 7424, 11632, 7592;
61.96678, 11656, 7192, 11640, 7320, 11632, 7432;
61.96678, 11656, 7456, 11640, 7728, 11632, 7432;
61.96678, 11656, 7976, 11640, 7728, 11632, 7592;
61.96678, 11656, 7976, 11640, 7464, 11632, 7352;
61.96678, 11656, 7664, 11640, 7192, 11632, 7352;
61.96678, 11656, 7688, 11640, 7192, 11632, 7504;
61.96678, 11656, 7688, 11640, 7232, 11632, 7496;
61.96678, 11656, 7832, 11632, 6984, 11632, 7568;
61.96678, 11656, 7864, 11632, 6984, 11632, 7568;
61.96678, 11656, 7864, 11640, 7264, 11632, 7256;
61.96678, 11656, 7976, 11640, 6976, 11632, 7600;
61.96678, 11656, 7568, 11640, 6976, 11632, 7600;
61.96678, 11656, 7568, 11640, 7552, 11632, 7216;
61.96678, 11656, 7208, 11640, 7512, 11632, 7552;
61.96678, 11656, 7424, 11640, 7512, 11632, 7552;
61.96678, 11656, 7424, 11640, 7880, 11632, 7384;
61.96678, 11656, 7424, 11640, 7576, 11632, 7648;
61.96678, 11656, 7744, 11640, 7576, 11632, 7648;
61.96678, 11656, 7744, 11640, 7504, 11632, 7352;
61.96678, 11656, 7984, 11632, 7160, 11632, 7616;
61.96678, 11656, 7552, 11632, 7160, 11632, 7616;
61.96678, 11656, 7552, 11640, 7240, 11632, 7352;
61.96678, 11656, 7928, 11640, 7264, 11632, 7616;
61.96678, 11656, 7888, 11640, 7264, 11632, 7616;
61.96678, 11656, 7888, 11640, 7328, 11632, 7208;
61.96678, 11656, 7576, 11640, 6960, 11632, 7680;
61.96678, 11656, 7584, 11640, 6960, 11632, 7680;
61.96678, 11656, 7584, 11640, 7280, 11632, 7416;
61.96678, 11656, 7384, 11640, 7616, 11632, 7600;
61.96678, 11656, 7272, 11640, 7616, 11632, 7600;
61.96678, 11656, 7272, 11640, 7848, 11632, 7376;
61.96678, 11656, 7680, 11640, 7720, 11632, 7568;
61.96678, 11656, 7736, 11640, 7720, 11632, 7568;
61.96678, 11656, 7736, 11640, 7440, 11632, 7488;
61.96678, 11656, 7504, 11632, 7280, 11632, 7248;
61.96678, 11656, 7584, 11632, 7280, 11632, 7248;
61.96678, 11656, 7584, 11632, 7168, 11632, 7656;
61.96678, 11656, 7168, 11640, 6792, 11632, 7312;
61.96678, 11656, 7096, 11640, 7336, 11632, 7312;
61.96678, 11656, 7096, 11640, 7336, 11632, 7432;
61.96678, 11656, 7456, 11640, 6984, 11632, 7552;
61.96678, 11656, 7896, 11640, 7272, 11632, 7552;
61.96678, 11656, 7896, 11640, 7272, 11632, 7520;
61.96678, 11656, 7536, 11640, 7352, 11632, 7480;
61.96678, 11656, 7832, 11640, 7832, 11632, 7480;
61.96678, 11656, 7832, 11640, 7832, 11632, 7560;
61.96678, 11656, 7776, 11640, 7856, 11632, 7512;
61.96678, 11656, 7744, 11640, 7696, 11632, 7512;
61.96678, 11656, 7744, 11640, 7696, 11632, 7520;
61.96678, 11656, 7960, 11640, 7152, 11632, 7720;
61.96678, 11656, 7960, 11640, 7336, 11632, 7720;
61.96678, 11656, 7960, 11632, 7336, 11632, 7432;
61.96678, 11656, 7336, 11632, 6736, 11632, 7712;
61.96678, 11656, 7544, 11632, 7120, 11632, 7712;
61.96678, 11656, 7544, 11640, 7120, 11632, 7160;
61.96678, 11656, 7600, 11640, 7176, 11632, 7384;
61.96678, 11656, 7560, 11640, 7360, 11632, 7384;
61.96678, 11656, 7560, 11640, 7360, 11632, 7120;
61.96678, 11656, 7848, 11640, 7536, 11632, 7456;
61.96678, 11656, 7576, 11640, 7352, 11632, 7456;
61.96678, 11656, 7576, 11640, 7352, 11632, 7192;
61.96678, 11656, 7200, 11640, 7648, 11632, 7440;
61.96678, 11656, 7384, 11640, 7568, 11632, 7440;
61.96678, 11656, 7384, 11640, 7568, 11632, 7280;
61.96678, 11656, 7176, 11640, 7392, 11632, 7528;
61.96678, 11656, 7536, 11640, 7128, 11632, 7528;
61.96678, 11656, 7536, 11640, 7128, 11632, 7360;
61.96678, 11656, 7848, 11632, 6960, 11632, 7624;
61.96678, 11656, 7456, 11632, 7280, 11632, 7624;
61.96678, 11656, 7456, 11640, 7280, 11632, 7344;
61.96678, 11648, 7680, 11640, 7176, 11632, 7568;
61.96678, 11656, 7984, 11640, 7208, 11632, 7568;
61.96678, 11656, 7984, 11640, 7208, 11632, 7416;
61.96678, 11656, 7552, 11640, 7528, 11632, 7488;
61.96678, 11656, 7912, 11640, 7608, 11632, 7488;
61.96678, 11656, 7912, 11640, 7608, 11632, 7448;
61.96678, 11656, 7992, 11640, 7688, 11632, 7568;
61.96678, 11656, 7368, 11640, 7568, 11632, 7568;
61.96678, 11656, 7368, 11632, 7568, 11632, 7592;
61.96678, 11656, 7552, 11640, 7152, 11632, 7272;
61.96678, 11656, 7952, 11632, 7168, 11632, 7272;
61.96678, 11656, 7952, 11632, 7168, 11632, 7584;
61.96678, 11656, 7688, 11640, 6928, 11632, 7368;
61.96678, 11656, 7704, 11640, 7344, 11632, 7368;
61.96678, 11656, 7704, 11640, 7344, 11632, 7592;
61.96678, 11656, 7568, 11640, 7288, 11632, 7320;
61.96678, 11656, 7160, 11640, 7128, 11632, 7320;
61.96678, 11656, 7160, 11640, 7128, 11632, 7632;
61.96678, 11656, 7624, 11640, 7328, 11632, 7272;
61.96678, 11656, 7672, 11640, 7544, 11632, 7272;
61.96678, 11656, 7672, 11640, 7544, 11632, 7608;
61.96678, 11656, 7528, 11640, 7648, 11632, 7368;
61.96678, 11656, 7600, 11640, 7600, 11632, 7368;
61.96678, 11656, 7600, 11640, 7600, 11632, 7464;
61.96678, 11656, 7656, 11640, 7264, 11632, 7296;
61.96678, 11648, 7784, 11632, 7296, 11632, 7296;
61.96678, 11648, 7784, 11632, 7296, 11632, 7568;
61.96678, 11656, 8048, 11632, 7128, 11632, 7376;
61.96678, 11656, 7856, 11640, 7136, 11632, 7376;
61.96678, 11656, 7856, 11640, 7136, 11632, 7512;
61.96678, 11656, 7560, 11640, 7232, 11632, 7400;
61.96678, 11656, 7408, 11640, 7080, 11632, 7400;
61.96678, 11656, 7408, 11640, 7080, 11632, 7544;
61.96678, 11656, 7216, 11640, 7528, 11632, 7440;
61.96678, 11656, 7528, 11640, 7112, 11632, 7440;
61.96678, 11656, 7720, 11640, 7112, 11632, 7640;
61.96678, 11656, 7720, 11640, 7616, 11632, 7320;
61.96678, 11656, 7320, 11640, 7536, 11632, 7320;
61.96678, 11656, 7608, 11640, 7536, 11632, 7536;
61.96678, 11656, 7608, 11640, 7408, 11632, 7344;
61.96678, 11656, 7456, 11632, 7296, 11632, 7344;
61.96678, 11656, 7240, 11632, 7296, 11632, 7496;
61.96678, 11656, 7240, 11632, 7224, 11632, 7488;
61.96678, 11656, 7424, 11632, 6984, 11632, 7488;
61.96678, 11656, 7640, 11632, 6984, 11632, 7600;
61.96678, 11656, 7640, 11640, 7144, 11632, 7424;
61.96678, 11656, 7616, 11640, 7016, 11632, 7424;
61.96678, 11656, 7760, 11640, 7016, 11632, 7568;
61.96678, 11656, 7760, 11640, 7472, 11632, 7272;
61.96678, 11656, 7480, 11640, 7272, 11632, 7272;
61.96678, 11656, 7696, 11640, 7272, 11632, 7464;
61.96678, 11648, 7696, 11640, 7592, 11632, 7424;
61.96678, 11656, 7904, 11640, 7728, 11632, 7424;
61.96678, 11656, 7720, 11640, 7728, 11632, 7624;
61.96678, 11656, 7720, 11640, 7520, 11632, 7392;
61.96678, 11656, 7904, 11632, 6960, 11632, 7392;
61.96678, 11656, 8024, 11632, 6960, 11632, 7464;
61.96678, 11656, 8024, 11640, 7216, 11640, 7432;
61.96678, 11656, 7592, 11632, 6960, 11640, 7432;
61.96678, 11656, 7680, 11632, 6960, 11632, 7496;
61.96678, 11656, 7680, 11640, 7352, 11632, 7560;
61.96678, 11656, 8104, 11640, 7032, 11632, 7560;
61.96678, 11656, 7640, 11640, 7032, 11632, 7344;
61.96678, 11656, 7640, 11640, 7304, 11632, 7488;
61.96678, 11656, 7720, 11640, 7392, 11632, 7488;
61.96678, 11656, 7336, 11640, 7392, 11632, 7376;
61.96678, 11656, 7336, 11640, 7312, 11632, 7528;
61.96678, 11656, 7216, 11640, 7456, 11632, 7528;
61.96678, 11656, 7712, 11640, 7456, 11632, 7440;
61.96678, 11656, 7712, 11640, 7544, 11632, 7600;
61.96678, 11656, 7616, 11640, 7232, 11632, 7600;
61.96678, 11656, 7456, 11640, 7232, 11632, 7256;
61.96678, 11656, 7456, 11640, 7664, 11632, 7648;
61.96678, 11656, 7736, 11632, 7792, 11632, 7648;
61.96678, 11656, 7088, 11632, 7792, 11632, 7368;
61.96678, 11656, 7088, 11640, 7240, 11632, 7520;
61.96678, 11656, 7544, 11632, 7416, 11632, 7520;
61.96678, 11656, 7864, 11632, 7416, 11632, 7232;
61.96678, 11656, 7864, 11640, 7136, 11632, 7464;
61.96678, 11656, 7584, 11640, 7272, 11632, 7440;
61.96678, 11656, 7688, 11640, 7120, 11632, 7440;
61.96678, 11656, 7688, 11632, 7120, 11632, 7560;
61.96678, 11656, 8080, 11632, 7240, 11632, 7440;
61.96678, 11656, 7536, 11632, 7224, 11632, 7440;
61.96678, 11656, 7536, 11640, 7224, 11632, 7408;
61.96678, 11656, 7736, 11640, 7256, 11632, 7640;
61.96678, 11656, 8048, 11640, 7216, 11632, 7640;
61.96678, 11656, 8048, 11640, 7216, 11632, 7424;
61.96678, 11656, 7360, 11640, 7448, 11632, 7536;
61.96678, 11656, 7288, 11640, 7336, 11632, 7536;
61.96678, 11656, 7288, 11640, 7336, 11632, 7256;
61.96678, 11656, 7344, 11640, 7848, 11632, 7624;
61.96678, 11656, 7344, 11640, 7800, 11632, 7624;
61.96678, 11656, 7344, 11640, 7800, 11632, 7336;
61.96678, 11656, 7656, 11640, 7632, 11632, 7776;
61.96678, 11656, 7832, 11640, 7168, 11632, 7776;
61.96678, 11656, 7832, 11640, 7168, 11632, 7312;
61.96678, 11656, 7664, 11640, 7144, 11632, 7752;
61.96678, 11656, 7912, 11640, 7136, 11632, 7752;
61.96678, 11656, 7912, 11632, 7136, 11632, 7248;
61.96678, 11656, 7792, 11640, 7504, 11632, 7592;
61.96678, 11656, 7600, 11640, 7320, 11632, 7592;
61.96678, 11656, 7600, 11640, 7320, 11632, 7144;
61.96678, 11656, 7456, 11640, 7528, 11632, 7328;
61.96678, 11656, 7208, 11640, 7280, 11632, 7328;
61.96678, 11656, 7208, 11632, 7280, 11632, 7368;
61.96678, 11648, 7416, 11640, 7344, 11632, 7560;
61.96678, 11656, 7808, 11640, 7104, 11632, 7560;
61.96678, 11656, 7808, 11640, 7104, 11632, 7472;
61.96678, 11656, 7864, 11640, 7048, 11632, 7464;
61.96678, 11648, 7864, 11640, 7192, 11632, 7464;
61.96678, 11648, 7864, 11640, 7192, 11632, 7552;
61.96678, 11656, 7824, 11640, 7040, 11632, 7432;
61.96678, 11656, 7792, 11640, 7576, 11632, 7432;
61.96678, 11656, 7792, 11640, 7576, 11632, 7608;
61.96678, 11656, 7872, 11640, 7224, 11632, 7400;
61.96678, 11656, 7880, 11640, 7616, 11632, 7400;
61.96678, 11656, 7880, 11640, 7616, 11632, 7544;
61.96678, 11656, 7256, 11640, 7368, 11632, 7408;
61.96678, 11656, 7304, 11640, 7256, 11632, 7408;
61.96678, 11656, 7304, 11640, 7256, 11632, 7592;
61.96678, 11656, 7472, 11640, 7320, 11632, 7376;
61.96678, 11656, 7424, 11640, 7536, 11632, 7376;
61.96678, 11656, 7424, 11640, 7536, 11632, 7600;
61.96678, 11656, 7936, 11640, 7752, 11632, 7296;
61.96678, 11656, 7720, 11640, 7488, 11632, 7296;
61.96678, 11656, 7720, 11640, 7488, 11632, 7592;
61.96678, 11656, 7440, 11640, 7648, 11632, 7352;
61.96678, 11656, 7760, 11640, 7488, 11632, 7352;
61.96678, 11656, 7760, 11640, 7488, 11632, 7656;
61.96678, 11656, 7960, 11640, 7336, 11632, 7288;
61.96678, 11656, 7656, 11640, 7368, 11632, 7288;
61.96678, 11656, 7656, 11640, 7368, 11632, 7632;
61.96678, 11656, 7728, 11640, 7128, 11632, 7392;
61.96678, 11656, 7928, 11640, 7424, 11632, 7392;
61.96678, 11656, 7928, 11640, 7424, 11632, 7568;
61.96678, 11656, 7720, 11640, 7368, 11632, 7192;
61.96678, 11656, 7832, 11640, 7016, 11632, 7192;
61.96678, 11656, 7832, 11640, 7016, 11632, 7416;
61.96678, 11656, 7856, 11640, 7464, 11632, 7288;
61.96678, 11656, 7792, 11640, 7568, 11632, 7288;
61.96678, 11656, 7792, 11640, 7568, 11632, 7488;
61.96678, 11656, 7792, 11632, 7584, 11632, 7464;
61.96678, 11656, 7240, 11632, 7104, 11632, 7464;
61.96678, 11656, 7240, 11632, 7104, 11632, 7528;
61.96678, 11656, 7296, 11640, 7120, 11632, 7464;
61.96678, 11656, 7760, 11640, 7248, 11632, 7464;
61.96678, 11656, 7760, 11632, 7248, 11632, 7512;
61.96678, 11656, 7496, 11640, 7256, 11632, 7472;
61.96678, 11656, 7464, 11640, 7432, 11632, 7472;
61.96678, 11656, 7464, 11640, 7432, 11632, 7448;
61.96678, 11656, 7856, 11640, 7368, 11632, 7528;
61.96678, 11656, 7216, 11640, 7528, 11632, 7528;
61.96678, 11656, 7216, 11640, 7528, 11632, 7344;
61.96678, 11656, 7472, 11632, 7448, 11632, 7632;
61.96678, 11656, 8024, 11640, 7192, 11632, 7632;
61.96678, 11656, 8024, 11640, 7192, 11632, 7280;
61.96678, 11656, 7672, 11640, 7000, 11632, 7728;
61.96678, 11648, 7808, 11640, 7280, 11632, 7728;
61.96678, 11656, 8120, 11640, 7280, 11632, 7368;
61.96678, 11656, 8120, 11640, 7648, 11632, 7608;
61.96678, 11656, 7616, 11640, 7664, 11632, 7608;
61.96678, 11656, 7696, 11640, 7664, 11632, 7328;
61.96678, 11656, 7696, 11640, 7448, 11632, 7496;
61.96678, 11656, 8096, 11640, 7080, 11632, 7496;
61.96678, 11656, 7832, 11640, 7080, 11632, 7272;
61.96678, 11656, 7832, 11640, 7304, 11632, 7512;
61.96678, 11648, 7848, 11640, 7224, 11632, 7512;
61.96678, 11648, 7728, 11640, 7224, 11632, 7328;
61.96678, 11648, 7728, 11640, 7440, 11632, 7600;
61.96678, 11656, 7448, 11640, 7280, 11632, 7600;
61.96678, 11656, 7872, 11640, 7280, 11632, 7320;
61.96678, 11656, 7872, 11640, 7472, 11632, 7648;
61.96678, 11656, 8056, 11640, 7496, 11632, 7648;
61.96678, 11656, 7784, 11640, 7496, 11632, 7352;
61.96678, 11656, 7784, 11632, 7224, 11632, 7440;
61.96678, 11656, 7944, 11640, 7224, 11632, 7440;
61.96678, 11656, 8048, 11640, 7224, 11632, 7528;
61.96678, 11656, 8048, 11640, 7032, 11632, 7560;
61.96678, 11656, 7712, 11640, 7560, 11632, 7560;
61.96678, 11656, 7688, 11640, 7560, 11632, 7280;
61.96678, 11656, 7688, 11640, 7632, 11632, 7296;
61.96678, 11656, 7496, 11640, 7784, 11632, 7296;
61.96678, 11656, 7544, 11640, 7784, 11632, 7520;
61.96678, 11656, 7544, 11640, 7496, 11632, 7496;
61.96678, 11656, 7736, 11632, 7440, 11632, 7496;
61.96678, 11656, 7168, 11632, 7440, 11632, 7568;
61.96678, 11656, 7168, 11632, 7328, 11632, 7248;
61.96678, 11656, 7328, 11640, 7368, 11632, 7248;
61.96678, 11656, 7496, 11640, 7368, 11632, 7600;
61.96678, 11656, 7496, 11640, 6824, 11632, 7224;
61.96678, 11656, 7712, 11640, 7448, 11632, 7224;
61.96678, 11656, 7832, 11640, 7448, 11632, 7504;
61.96678, 11656, 7832, 11640, 7512, 11632, 7344;
61.96678, 11656, 7640, 11640, 7552, 11632, 7344;
61.96678, 11656, 7232, 11640, 7552, 11632, 7624;
61.96678, 11656, 7232, 11640, 7232, 11632, 7320;
61.96678, 11656, 7312, 11632, 7232, 11632, 7320;
61.96678, 11656, 7752, 11632, 7232, 11632, 7600;
61.96678, 11656, 7752, 11632, 7208, 11632, 7264;
61.96678, 11656, 7424, 11632, 6912, 11632, 7264;
61.96678, 11656, 7936, 11632, 6912, 11632, 7632;
61.96678, 11656, 7936, 11640, 7248, 11632, 7392;
61.96678, 11656, 7800, 11640, 7000, 11632, 7392;
61.96678, 11656, 7888, 11640, 7000, 11632, 7496;
61.96678, 11656, 7888, 11640, 7424, 11632, 7224;
61.96678, 11656, 7832, 11640, 7272, 11632, 7488;
61.96678, 11656, 7936, 11640, 7272, 11632, 7488;
61.96678, 11656, 7936, 11640, 7768, 11632, 7472;
61.96678, 11656, 7912, 11640, 7528, 11632, 7584;
61.96678, 11656, 7456, 11640, 7528, 11632, 7584;
61.96678, 11656, 7456, 11640, 7504, 11632, 7616;
61.96678, 11656, 7536, 11632, 7016, 11632, 7392;
61.96678, 11656, 7272, 11632, 7016, 11632, 7392;
61.96678, 11656, 7272, 11632, 7064, 11632, 7664;
61.96678, 11656, 7664, 11632, 7048, 11632, 7208;
61.96678, 11656, 7648, 11632, 7048, 11632, 7208;
61.96678, 11656, 7648, 11640, 7440, 11632, 7544;
61.96678, 11656, 7688, 11640, 6936, 11632, 7400;
61.96678, 11648, 7656, 11640, 7344, 11632, 7400;
61.96678, 11648, 7656, 11640, 7344, 11632, 7696;
61.96678, 11656, 7816, 11640, 7336, 11632, 7520;
61.96678, 11656, 7800, 11640, 7872, 11632, 7520;
61.96678, 11656, 7800, 11640, 7872, 11624, 7544;
61.96678, 11656, 7640, 11640, 7688, 11632, 7408;
61.96678, 11656, 7128, 11640, 7736, 11632, 7408;
61.96678, 11656, 7128, 11632, 7736, 11632, 7496;
61.96678, 11656, 7328, 11632, 7152, 11632, 7504;
61.96678, 11656, 7632, 11632, 7248, 11632, 7504;
61.96678, 11656, 7632, 11640, 7248, 11632, 7488;
61.96678, 11656, 7608, 11632, 6896, 11632, 7608;
61.96678, 11648, 7808, 11632, 7328, 11632, 7608;
61.96678, 11648, 7808, 11640, 7328, 11632, 7432;
61.96678, 11656, 7888, 11640, 6992, 11632, 7488;
61.96678, 11656, 7584, 11640, 7376, 11632, 7488;
61.96678, 11656, 7584, 11640, 7376, 11632, 7248;
61.96678, 11656, 7872, 11640, 7552, 11632, 7656;
61.96678, 11656, 7832, 11640, 7696, 11632, 7656;
61.96678, 11656, 7832, 11640, 7696, 11632, 7320;
61.96678, 11656, 7368, 11632, 7544, 11632, 7640;
61.96678, 11656, 7416, 11632, 7168, 11632, 7640;
61.96678, 11656, 7416, 11640, 7168, 11632, 7312;
61.96678, 11656, 7232, 11632, 7304, 11632, 7424;
61.96678, 11656, 7352, 11632, 7360, 11632, 7424;
61.96678, 11656, 7352, 11632, 7360, 11632, 7336;
61.96678, 11656, 7632, 11632, 6936, 11632, 7712;
61.96678, 11656, 7816, 11632, 7112, 11632, 7712;
61.96678, 11656, 7816, 11640, 7112, 11632, 7464;
61.96678, 11656, 7504, 11632, 7104, 11632, 7616;
61.96678, 11656, 8072, 11632, 7256, 11632, 7616;
61.96678, 11656, 8072, 11640, 7256, 11632, 7424;
61.96678, 11656, 7720, 11640, 7424, 11632, 7416;
61.96678, 11656, 7664, 11640, 7648, 11632, 7416;
61.96678, 11656, 7664, 11640, 7648, 11632, 7608;
61.96678, 11656, 7640, 11640, 7856, 11624, 7480;
61.96678, 11656, 7448, 11640, 7784, 11624, 7480;
61.96678, 11656, 7504, 11640, 7784, 11632, 7552;
61.96678, 11656, 7504, 11632, 7016, 11632, 7328;
61.96678, 11656, 7728, 11632, 7416, 11632, 7328;
61.96678, 11656, 7520, 11632, 7416, 11632, 7664;
61.96678, 11656, 7520, 11632, 6736, 11632, 7312;
61.96678, 11656, 7680, 11632, 7224, 11632, 7312;
61.96678, 11656, 7664, 11640, 7224, 11632, 7520;
61.96678, 11656, 7664, 11640, 7208, 11632, 7232;
61.96678, 11656, 7112, 11640, 7360, 11632, 7232;
61.96678, 11656, 7312, 11640, 7360, 11632, 7656;
61.96678, 11656, 7312, 11640, 7400, 11632, 7304;
61.96678, 11656, 7384, 11640, 7384, 11632, 7304;
61.96678, 11656, 7448, 11640, 7384, 11632, 7616;
61.96678, 11656, 7448, 11640, 7704, 11632, 7232;
61.96678, 11656, 7648, 11640, 7832, 11632, 7232;
61.96678, 11656, 7680, 11640, 7832, 11632, 7600;
61.96678, 11656, 7680, 11640, 7368, 11632, 7368;
61.96678, 11656, 7296, 11640, 7096, 11632, 7368;
61.96678, 11656, 7408, 11632, 7096, 11632, 7648;
61.96678, 11656, 7408, 11632, 6824, 11632, 7384;
61.96678, 11656, 7472, 11632, 7200, 11632, 7384;
61.96678, 11656, 7528, 11640, 7200, 11632, 7504;
61.96678, 11656, 7528, 11640, 7232, 11632, 7568;
61.96678, 11656, 7688, 11640, 7136, 11632, 7568;
61.96678, 11656, 7568, 11640, 7136, 11632, 7560;
61.96678, 11656, 7568, 11640, 7464, 11632, 7648;
61.96678, 11656, 7624, 11640, 7168, 11632, 7648;
61.96678, 11656, 7856, 11632, 7168, 11632, 7480;
61.96678, 11648, 7856, 11640, 7584, 11632, 7544;
61.96678, 11656, 7568, 11640, 7312, 11632, 7544;
61.96678, 11656, 7928, 11640, 7312, 11632, 7344;
61.96678, 11656, 7928, 11640, 7456, 11632, 7544;
61.96678, 11656, 8064, 11640, 7368, 11632, 7544;
61.96678, 11656, 7664, 11640, 7368, 11632, 7320;
61.96678, 11656, 7664, 11640, 7128, 11632, 7568;
61.96678, 11648, 7600, 11640, 7056, 11632, 7568;
61.96678, 11656, 7864, 11640, 7056, 11632, 7208;
61.96678, 11656, 7864, 11640, 7344, 11632, 7488;
61.96678, 11656, 7920, 11640, 6936, 11632, 7488;
61.96678, 11656, 7768, 11640, 6936, 11632, 7400;
61.96678, 11656, 7768, 11640, 7552, 11632, 7632;
61.96678, 11656, 7992, 11640, 7592, 11632, 7632;
61.96678, 11656, 7672, 11640, 7592, 11632, 7408;
61.96678, 11656, 7672, 11640, 7976, 11632, 7560;
61.96678, 11656, 7640, 11632, 7520, 11632, 7560;
61.96678, 11656, 7552, 11632, 7520, 11632, 7432;
61.96678, 11656, 7552, 11640, 7208, 11632, 7320;
61.96678, 11656, 7472, 11632, 7152, 11632, 7320;
61.96678, 11656, 7664, 11632, 7152, 11632, 7568;
61.96678, 11656, 7664, 11632, 7168, 11632, 7520;
61.96678, 11656, 7408, 11632, 7184, 11632, 7672;
61.96678, 11656, 7280, 11632, 7184, 11632, 7672;
61.96678, 11656, 7280, 11640, 7456, 11632, 7360;
61.96678, 11648, 7712, 11640, 7264, 11632, 7632;
61.96678, 11656, 7136, 11640, 7264, 11632, 7632;
61.96678, 11656, 7136, 11640, 7256, 11632, 7272;
61.96678, 11656, 7520, 11640, 7336, 11632, 7536;
61.96678, 11656, 8136, 11640, 7336, 11632, 7536;
61.96678, 11656, 8136, 11640, 7552, 11632, 7360;
61.96678, 11656, 7632, 11640, 7768, 11632, 7672;
61.96678, 11656, 7696, 11640, 7768, 11632, 7672;
61.96678, 11656, 7696, 11640, 7616, 11632, 7128;
61.96678, 11656, 8040, 11632, 7072, 11632, 7584;
61.96678, 11656, 7848, 11632, 7072, 11632, 7584;
61.96678, 11656, 7848, 11632, 7088, 11632, 7432;
61.96678, 11656, 7568, 11632, 7096, 11632, 7560;
61.96678, 11656, 7472, 11632, 7096, 11632, 7560;
61.96678, 11656, 7472, 11640, 7352, 11632, 7480;
61.96678, 11656, 7216, 11640, 7072, 11632, 7592;
61.96678, 11656, 7544, 11640, 7072, 11632, 7592;
61.96678, 11656, 7544, 11640, 7472, 11632, 7576;
61.96678, 11656, 7720, 11640, 7200, 11632, 7512;
61.96678, 11648, 7768, 11640, 7200, 11632, 7512;
61.96678, 11648, 7768, 11640, 7528, 11632, 7504;
61.96678, 11656, 7544, 11640, 7512, 11632, 7328;
61.96678, 11656, 7480, 11640, 7512, 11632, 7328;
61.96678, 11656, 7480, 11640, 7568, 11632, 7568;
61.96678, 11656, 7720, 11640, 7200, 11632, 7440;
61.96678, 11656, 7544, 11640, 7200, 11632, 7440;
61.96678, 11656, 7544, 11632, 7208, 11632, 7760;
61.96678, 11656, 7408, 11632, 7016, 11632, 7272;
61.96678, 11648, 7608, 11632, 7016, 11632, 7272;
61.96678, 11648, 7608, 11640, 7400, 11632, 7536;
61.96678, 11656, 7264, 11640, 6864, 11632, 7024;
61.96678, 11656, 7240, 11640, 6864, 11632, 7024;
61.96678, 11656, 7240, 11640, 7272, 11632, 7608;
61.96678, 11656, 8008, 11640, 7608, 11632, 7368;
61.96678, 11656, 7760, 11640, 7608, 11632, 7368;
61.96678, 11656, 7760, 11640, 7936, 11632, 7592;
61.96678, 11656, 7664, 11640, 7656, 11632, 7424;
61.96678, 11656, 7872, 11640, 7656, 11632, 7424;
61.96678, 11656, 7872, 11632, 7616, 11632, 7616;
61.96678, 11656, 7800, 11632, 7136, 11632, 7440;
61.96678, 11656, 7688, 11632, 7136, 11632, 7440;
61.96678, 11656, 7688, 11632, 7184, 11632, 7552;
61.96678, 11656, 7848, 11640, 6912, 11632, 7344;
61.96678, 11656, 7936, 11640, 6912, 11632, 7344;
61.96678, 11656, 7936, 11640, 7336, 11632, 7616;
61.96678, 11656, 7640, 11640, 6968, 11632, 7472;
61.96678, 11656, 7800, 11640, 6968, 11632, 7472;
61.96678, 11656, 7800, 11640, 7320, 11632, 7664;
61.96678, 11656, 7720, 11640, 7400, 11632, 7456;
61.96678, 11656, 7888, 11640, 7400, 11632, 7456;
61.96678, 11656, 7888, 11640, 7784, 11632, 7576;
61.96678, 11656, 7952, 11640, 7552, 11632, 7384;
61.96678, 11656, 7440, 11640, 7528, 11632, 7384;
61.96678, 11656, 7408, 11632, 7528, 11632, 7440;
61.96678, 11656, 7408, 11632, 7200, 11632, 7656;
61.96678, 11656, 7328, 11632, 7472, 11632, 7656;
61.96678, 11656, 7368, 11640, 7472, 11632, 7400;
61.96678, 11656, 7368, 11632, 6984, 11632, 7648;
61.96678, 11656, 7768, 11632, 7488, 11632, 7648;
61.96678, 11656, 7640, 11640, 7488, 11632, 7400;
61.96678, 11656, 7640, 11632, 7360, 11632, 7656;
61.96678, 11656, 7456, 11632, 7344, 11632, 7656;
61.96678, 11656, 7608, 11640, 7344, 11632, 7360;
61.96678, 11656, 7608, 11640, 7200, 11632, 7664;
61.96678, 11656, 7864, 11640, 7288, 11632, 7664;
61.96678, 11656, 7664, 11640, 7288, 11632, 7336;
61.96678, 11656, 7664, 11640, 7040, 11632, 7640;
61.96678, 11656, 8000, 11640, 7424, 11632, 7640;
61.96678, 11656, 7936, 11640, 7424, 11632, 7336;
61.96678, 11656, 7936, 11640, 7368, 11632, 7680;
61.96678, 11648, 7744, 11640, 7736, 11632, 7680;
61.96678, 11648, 7744, 11640, 7736, 11632, 7416;
61.96678, 11656, 7744, 11632, 7480, 11632, 7560;
61.96678, 11656, 7672, 11632, 7088, 11632, 7560;
61.96678, 11656, 7672, 11632, 7088, 11632, 7528;
61.96678, 11656, 7672, 11632, 7064, 11632, 7576;
61.96678, 11656, 7864, 11632, 7128, 11632, 7576;
61.96678, 11656, 7256, 11632, 7128, 11632, 7560;
61.96678, 11656, 7256, 11632, 7192, 11632, 7264;
61.96678, 11656, 7216, 11632, 7336, 11632, 7264;
61.96678, 11656, 7488, 11640, 7336, 11632, 7696;
61.96678, 11656, 7488, 11640, 7184, 11632, 7416;
61.96678, 11656, 7464, 11640, 7512, 11632, 7416;
61.96678, 11656, 7656, 11640, 7512, 11632, 7544;
61.96678, 11656, 7656, 11640, 7176, 11632, 7208;
61.96678, 11656, 7600, 11640, 7784, 11632, 7208;
61.96678, 11656, 7376, 11640, 7784, 11632, 7592;
61.96678, 11656, 7376, 11632, 7672, 11632, 7320;
61.96678, 11656, 7424, 11632, 7576, 11632, 7320;
61.96678, 11656, 7752, 11640, 7576, 11632, 7624;
61.96678, 11656, 7752, 11632, 7144, 11632, 7408;
61.96678, 11656, 7608, 11632, 7176, 11632, 7408;
61.96678, 11656, 8096, 11632, 7176, 11632, 7568;
61.96678, 11648, 8096, 11632, 6968, 11632, 7528;
61.96678, 11656, 7576, 11640, 7280, 11632, 7536;
61.96678, 11656, 7904, 11640, 7280, 11632, 7536;
61.96678, 11648, 7904, 11640, 6976, 11632, 7424;
61.96678, 11656, 7864, 11640, 7528, 11632, 7496;
61.96678, 11656, 7744, 11640, 7528, 11624, 7496;
61.96678, 11656, 7744, 11640, 7224, 11632, 7536;
61.96678, 11656, 8040, 11640, 7800, 11632, 7440;
61.96678, 11656, 7568, 11640, 7800, 11632, 7440;
61.96678, 11656, 7568, 11632, 7640, 11632, 7608;
61.96678, 11656, 7272, 11632, 7512, 11632, 7320;
61.96678, 11656, 7504, 11632, 7512, 11632, 7320;
61.96678, 11656, 7504, 11632, 7056, 11632, 7616;
61.96678, 11656, 7472, 11632, 7184, 11632, 7280;
61.96678, 11656, 7560, 11632, 7184, 11632, 7280;
61.96678, 11656, 7560, 11632, 7008, 11632, 7608;
61.96678, 11656, 7800, 11640, 7336, 11632, 7224;
61.96678, 11656, 7488, 11640, 7336, 11632, 7224;
61.96678, 11656, 7488, 11640, 6960, 11632, 7776;
61.96678, 11648, 7200, 11640, 7272, 11632, 7344;
61.96678, 11648, 7360, 11640, 7272, 11632, 7344;
61.96678, 11656, 7360, 11640, 7384, 11632, 7680;
61.96678, 11656, 7344, 11640, 7824, 11632, 7408;
61.96678, 11656, 7392, 11640, 7824, 11632, 7408;
61.96678, 11656, 7392, 11640, 7648, 11632, 7624;
61.96678, 11656, 7784, 11640, 7592, 11632, 7320;
61.96678, 11656, 7744, 11640, 7592, 11632, 7320;
61.96678, 11656, 7744, 11640, 7352, 11632, 7584;
61.96678, 11656, 7872, 11632, 7224, 11632, 7584;
61.96678, 11656, 7752, 11632, 7224, 11632, 7584;
61.96678, 11656, 7752, 11640, 6872, 11632, 7392;
61.96678, 11656, 7600, 11640, 7304, 11632, 7480;
61.96678, 11656, 8136, 11640, 7304, 11632, 7480;
61.96678, 11656, 8136, 11640, 7112, 11632, 7384;
61.96678, 11656, 7656, 11640, 7488, 11632, 7656;
61.96678, 11656, 7448, 11640, 7488, 11632, 7656;
61.96678, 11656, 7448, 11640, 7344, 11632, 7296;
61.96678, 11656, 7712, 11640, 7680, 11632, 7680;
61.96678, 11656, 7632, 11640, 7680, 11632, 7680;
61.96678, 11656, 7632, 11632, 7544, 11632, 7312;
61.96678, 11656, 7752, 11632, 7416, 11632, 7624;
61.96678, 11656, 7776, 11632, 7416, 11632, 7624;
61.96678, 11656, 7776, 11632, 7200, 11632, 7280;
61.96678, 11656, 7472, 11632, 7464, 11632, 7656;
61.96678, 11656, 7864, 11632, 7464, 11632, 7656;
61.96678, 11656, 7864, 11632, 6968, 11632, 7512;
61.96678, 11656, 7720, 11640, 7360, 11632, 7616;
61.96678, 11656, 7616, 11640, 7360, 11632, 7616;
61.96678, 11656, 7616, 11632, 7056, 11632, 7392;
61.96678, 11656, 7984, 11640, 7288, 11632, 7680;
61.96678, 11656, 8024, 11640, 7288, 11632, 7680;
61.96678, 11656, 8024, 11640, 7368, 11632, 7432;
61.96678, 11656, 7752, 11640, 7736, 11632, 7464;
61.96678, 11656, 7680, 11640, 7736, 11632, 7464;
61.96678, 11656, 7680, 11640, 7768, 11632, 7296;
61.96678, 11656, 8000, 11640, 7760, 11632, 7496;
61.96678, 11656, 7768, 11640, 7760, 11632, 7496;
61.96678, 11656, 7768, 11640, 7216, 11632, 7640;
61.96678, 11648, 7872, 11632, 7312, 11632, 7376;
61.96678, 11656, 7808, 11632, 7312, 11632, 7376;
61.96678, 11656, 7808, 11632, 6800, 11632, 7648;
61.96678, 11656, 7920, 11640, 7040, 11632, 7448;
61.96678, 11656, 8080, 11640, 7040, 11632, 7448;
61.96678, 11656, 8080, 11640, 7096, 11632, 7528;
61.96678, 11656, 7616, 11640, 7376, 11632, 7136;
61.96678, 11648, 7288, 11640, 7376, 11632, 7136;
61.96678, 11648, 7288, 11640, 7616, 11632, 7608;
61.96678, 11656, 8248, 11632, 7336, 11632, 7320;
61.96678, 11656, 7624, 11632, 7336, 11632, 7320;
61.96678, 11656, 7624, 11640, 7656, 11632, 7496;
61.96678, 11656, 7632, 11632, 7600, 11632, 7432;
61.96678, 11656, 7944, 11632, 7600, 11632, 7432;
61.96678, 11656, 7944, 11640, 7384, 11632, 7448;
61.96678, 11656, 7808, 11632, 7200, 11632, 7424;
61.96678, 11648, 7976, 11632, 7200, 11632, 7424;
61.96678, 11648, 7976, 11640, 7264, 11632, 7528;
61.96678, 11656, 7512, 11632, 7608, 11632, 7488;
61.96678, 11656, 7744, 11632, 7608, 11632, 7488;
61.96678, 11656, 7744, 11640, 7512, 11624, 7504;
61.96678, 11656, 8112, 11640, 7152, 11632, 7592;
61.96678, 11656, 7696, 11640, 7152, 11632, 7592;
61.96678, 11656, 7696, 11632, 7384, 11632, 7328;
61.96678, 11656, 7976, 11632, 7264, 11632, 7608;
61.96678, 11656, 8144, 11632, 7264, 11632, 7608;
61.96678, 11656, 8144, 11640, 7448, 11632, 7240;
61.96678, 11656, 7648, 11632, 6960, 11632, 7600;
61.96678, 11648, 7712, 11632, 6960, 11632, 7600;
61.96678, 11648, 7712, 11640, 7136, 11624, 7376;
61.96678, 11656, 7784, 11640, 7112, 11632, 7704;
61.96678, 11656, 7752, 11640, 7112, 11632, 7704;
61.96678, 11656, 7752, 11640, 7160, 11632, 7408;
61.96678, 11648, 7976, 11640, 7512, 11632, 7520;
61.96678, 11656, 7856, 11640, 7512, 11632, 7520;
61.96678, 11656, 7856, 11640, 7696, 11632, 7192;
61.96678, 11656, 7688, 11640, 7800, 11632, 7560;
61.96678, 11656, 8120, 11632, 7800, 11632, 7560;
61.96678, 11656, 7720, 11632, 7800, 11632, 7344;
61.96678, 11656, 7720, 11632, 7000, 11632, 7736;
61.96678, 11656, 7504, 11632, 7272, 11632, 7736;
61.96678, 11656, 7720, 11632, 7272, 11632, 7408;
61.96678, 11656, 7720, 11632, 6816, 11632, 7600;
61.96678, 11656, 7768, 11640, 7200, 11632, 7600;
61.96678, 11656, 7608, 11640, 7200, 11632, 7360;
61.96678, 11648, 7608, 11640, 7176, 11632, 7616;
61.96678, 11656, 7872, 11640, 7352, 11632, 7616;
61.96678, 11656, 7680, 11640, 7352, 11632, 7464;
61.96678, 11656, 7680, 11640, 7448, 11632, 7560;
61.96678, 11648, 7800, 11640, 7312, 11632, 7560;
61.96678, 11648, 7688, 11640, 7312, 11632, 7576;
61.96678, 11656, 7688, 11640, 7600, 11624, 7392;
61.96678, 11656, 7144, 11632, 7840, 11624, 7392;
61.96678, 11656, 7568, 11632, 7840, 11632, 7512;
61.96678, 11656, 7568, 11640, 7304, 11632, 7304;
61.96678, 11656, 7744, 11632, 7400, 11632, 7304;
61.96678, 11656, 7456, 11632, 7400, 11632, 7488;
61.96678, 11656, 7456, 11632, 6816, 11632, 7320;
61.96678, 11656, 7488, 11632, 7208, 11632, 7320;
61.96678, 11656, 7696, 11632, 7208, 11632, 7600;
61.96678, 11656, 7696, 11640, 7120, 11632, 7288;
61.96678, 11656, 7320, 11640, 7224, 11632, 7288;
61.96678, 11656, 7224, 11640, 7224, 11632, 7528;
61.96678, 11648, 7224, 11640, 7592, 11632, 7280;
61.96678, 11656, 7536, 11640, 7624, 11632, 7280;
61.96678, 11656, 7656, 11640, 7624, 11632, 7624;
61.96678, 11656, 7656, 11640, 7680, 11632, 7408;
61.96678, 11648, 7728, 11632, 7376, 11632, 7408;
61.96678, 11648, 7632, 11632, 7376, 11632, 7672;
61.96678, 11656, 7632, 11632, 7312, 11632, 7480;
61.96678, 11648, 7688, 11632, 7232, 11632, 7480;
61.96678, 11648, 8176, 11632, 7232, 11632, 7496;
61.96678, 11656, 8176, 11640, 7040, 11632, 7608;
61.96678, 11656, 7600, 11640, 7256, 11632, 7608;
61.96678, 11656, 7856, 11640, 7256, 11632, 7320;
61.96678, 11656, 7856, 11640, 7184, 11632, 7720;
61.96678, 11656, 8080, 11640, 6992, 11632, 7720;
61.96678, 11656, 7392, 11640, 6992, 11632, 7312;
61.96678, 11656, 7392, 11640, 7400, 11632, 7704;
61.96678, 11656, 7832, 11640, 7552, 11632, 7704;
61.96678, 11656, 7768, 11640, 7552, 11632, 7280;
61.96678, 11656, 7768, 11640, 7920, 11632, 7544;
61.96678, 11656, 7888, 11632, 7448, 11632, 7504;
61.96678, 11656, 7872, 11632, 7448, 11632, 7504;
61.96678, 11656, 7872, 11640, 7216, 11632, 7552;
61.96678, 11656, 7960, 11632, 7320, 11632, 7384;
61.96678, 11656, 7640, 11632, 7320, 11632, 7384;
61.96678, 11656, 7640, 11632, 7216, 11632, 7592;
61.96678, 11648, 7888, 11632, 7160, 11632, 7200;
61.96678, 11648, 7848, 11632, 7160, 11632, 7200;
61.96678, 11656, 7848, 11640, 7416, 11632, 7544;
61.96678, 11656, 7752, 11640, 7104, 11632, 7480;
61.96678, 11656, 7720, 11640, 7104, 11632, 7480;
61.96678, 11656, 7720, 11640, 7440, 11632, 7632;
61.96678, 11648, 8192, 11640, 7088, 11632, 7336;
61.96678, 11648, 7624, 11640, 7088, 11632, 7336;
61.96678, 11656, 7624, 11640, 7800, 11632, 7584;
61.96678, 11656, 7656, 11640, 7768, 11632, 7392;
61.96678, 11656, 7712, 11640, 7768, 11632, 7392;
61.96678, 11656, 7712, 11640, 7648, 11632, 7576;
61.96678, 11656, 7696, 11632, 7064, 11632, 7440;
61.96678, 11656, 7712, 11632, 7064, 11632, 7440;
61.96678, 11648, 7712, 11632, 7224, 11632, 7544;
61.96678, 11656, 7696, 11632, 6928, 11632, 7608;
61.96678, 11656, 7816, 11632, 6928, 11632, 7608;
61.96678, 11656, 7816, 11640, 7232, 11632, 7440;
61.96678, 11648, 8048, 11640, 7072, 11632, 7600;
61.96678, 11648, 7504, 11640, 7072, 11632, 7600;
61.96678, 11656, 7504, 11640, 7560, 11632, 7352;
61.96678, 11656, 7504, 11640, 7528, 11632, 7560;
61.96678, 11656, 7992, 11640, 7528, 11632, 7560;
61.96678, 11656, 7992, 11640, 7688, 11632, 7184;
61.96678, 11656, 7728, 11632, 7712, 11632, 7600;
61.96678, 11656, 7576, 11632, 7712, 11632, 7600;
61.96678, 11656, 7576, 11632, 7560, 11632, 7336;
61.96678, 11656, 7720, 11632, 7168, 11632, 7488;
61.96678, 11648, 7888, 11632, 7168, 11632, 7488;
61.96678, 11648, 7888, 11632, 7160, 11632, 7272;
61.96678, 11648, 7872, 11632, 7064, 11632, 7608;
61.96678, 11656, 7512, 11632, 7064, 11632, 7608;
61.96678, 11656, 7512, 11640, 7272, 11632, 7384;
61.96678, 11656, 7232, 11640, 6856, 11632, 7640;
61.96678, 11648, 7520, 11640, 6856, 11632, 7640;
61.96678, 11648, 7520, 11640, 7224, 11632, 7400;
61.96678, 11656, 7336, 11640, 7584, 11632, 7496;
61.96678, 11656, 7424, 11640, 7584, 11632, 7496;
61.96678, 11656, 7424, 11640, 7744, 11632, 7384;
61.96678, 11656, 7792, 11640, 7640, 11632, 7336;
61.96678, 11656, 7712, 11640, 7640, 11632, 7336;
61.96678, 11656, 7712, 11632, 7536, 11632, 7568;
61.96678, 11648, 7424, 11632, 7208, 11632, 7432;
61.96678, 11656, 7488, 11632, 7208, 11632, 7432;
61.96678, 11656, 7488, 11632, 7272, 11632, 7504;
61.96678, 11656, 7184, 11632, 6736, 11632, 7296;
61.96678, 11648, 7568, 11632, 7312, 11632, 7296;
61.96678, 11648, 7568, 11640, 7312, 11632, 7592;
61.96678, 11656, 7592, 11632, 7024, 11632, 7320;
61.96678, 11656, 7488, 11632, 7440, 11632, 7320;
61.96678, 11656, 7488, 11640, 7440, 11632, 7744;
61.96678, 11656, 7616, 11632, 7496, 11632, 7328;
61.96678, 11656, 7536, 11632, 7696, 11632, 7328;
61.96678, 11656, 7536, 11640, 7696, 11624, 7536;
61.96678, 11656, 7208, 11632, 7184, 11624, 7360;
61.96678, 11656, 7456, 11632, 7528, 11632, 7360;
61.96678, 11656, 7456, 11632, 7528, 11632, 7640;
61.96678, 11656, 7560, 11632, 7288, 11632, 7336;
61.96678, 11656, 7520, 11632, 7424, 11632, 7336;
61.96678, 11656, 7520, 11632, 7424, 11632, 7624;
61.96678, 11656, 7752, 11632, 6856, 11632, 7432;
61.96678, 11656, 7440, 11632, 7120, 11632, 7432;
61.96678, 11656, 7440, 11640, 7120, 11632, 7608;
61.96678, 11656, 7504, 11632, 7112, 11632, 7504;
61.96678, 11656, 7792, 11640, 7456, 11632, 7504;
61.96678, 11656, 7792, 11640, 7456, 11624, 7392;
61.96678, 11656, 7576, 11632, 7480, 11632, 7648;
61.96678, 11656, 7648, 11632, 7104, 11632, 7648;
61.96678, 11656, 7648, 11632, 7104, 11632, 7408;
61.96678, 11656, 7968, 11632, 7248, 11632, 7504;
61.96678, 11656, 7824, 11632, 7088, 11632, 7504;
61.96678, 11656, 7824, 11632, 7088, 11632, 7312;
61.96678, 11656, 7760, 11640, 7168, 11632, 7512;
61.96678, 11648, 7896, 11640, 6856, 11632, 7512;
61.96678, 11648, 7896, 11640, 6856, 11632, 7432;
61.96678, 11656, 7544, 11640, 7360, 11632, 7688;
61.96678, 11648, 7776, 11640, 7512, 11632, 7688;
61.96678, 11648, 7776, 11640, 7512, 11632, 7328;
61.96678, 11656, 8032, 11640, 7672, 11632, 7512;
61.96678, 11656, 7440, 11640, 7640, 11632, 7512;
61.96678, 11656, 7440, 11640, 7640, 11632, 7384;
61.96678, 11656, 7760, 11632, 7720, 11632, 7648;
61.96678, 11656, 8160, 11632, 7040, 11632, 7648;
61.96678, 11656, 8160, 11632, 7040, 11632, 7480;
61.96678, 11656, 7744, 11632, 7256, 11632, 7672;
61.96678, 11648, 7680, 11632, 6840, 11632, 7672;
61.96678, 11648, 7680, 11632, 6840, 11632, 7344;
61.96678, 11656, 7984, 11640, 7328, 11632, 7384;
61.96678, 11656, 7720, 11632, 7080, 11632, 7384;
61.96678, 11656, 7720, 11632, 7080, 11632, 7488;
61.96678, 11656, 7912, 11640, 7352, 11632, 7256;
61.96678, 11656, 7960, 11640, 7424, 11632, 7256;
61.96678, 11656, 7544, 11640, 7424, 11632, 7552;
61.96678, 11656, 7544, 11640, 7328, 11632, 7408;
61.96678, 11656, 7696, 11632, 7616, 11632, 7408;
61.96678, 11656, 7400, 11632, 7616, 11632, 7592;
61.96678, 11656, 7400, 11632, 7360, 11632, 7320;
61.96678, 11648, 7536, 11640, 7360, 11632, 7320;
61.96678, 11648, 7720, 11640, 7360, 11632, 7672;
61.96678, 11656, 7720, 11632, 7392, 11632, 7224;
61.96678, 11656, 7368, 11632, 7408, 11632, 7224;
61.96678, 11656, 7576, 11632, 7408, 11632, 7632;
61.96678, 11656, 7576, 11632, 7184, 11632, 7424;
61.96678, 11656, 7528, 11632, 7432, 11632, 7424;
61.96678, 11656, 7200, 11632, 7432, 11632, 7616;
61.96678, 11656, 7200, 11632, 7608, 11632, 7272;
61.96678, 11656, 7464, 11632, 7648, 11632, 7272;
61.96678, 11656, 7584, 11632, 7648, 11632, 7664;
61.96678, 11656, 7584, 11632, 7128, 11632, 7264;
61.96678, 11648, 7568, 11632, 7184, 11632, 7264;
61.96678, 11648, 7696, 11632, 7184, 11632, 7488;
61.96678, 11656, 7696, 11632, 6888, 11632, 7480;
61.96678, 11656, 7288, 11640, 7320, 11632, 7480;
61.96678, 11656, 7480, 11640, 7320, 11632, 7432;
61.96678, 11648, 7480, 11632, 6896, 11632, 7560;
61.96678, 11648, 7512, 11640, 7352, 11632, 7560;
61.96678, 11648, 7496, 11640, 7352, 11632, 7408;
61.96678, 11656, 7496, 11632, 7376, 11632, 7544;
61.96678, 11656, 7624, 11632, 7376, 11632, 7544;
61.96678, 11656, 7784, 11632, 7376, 11632, 7416;
61.96678, 11656, 7784, 11632, 7296, 11632, 7600;
61.96678, 11656, 7432, 11632, 6952, 11632, 7600;
61.96678, 11656, 7232, 11632, 6952, 11632, 7288;
61.96678, 11648, 7232, 11640, 7248, 11632, 7600;
61.96678, 11656, 7856, 11640, 7096, 11632, 7600;
61.96678, 11656, 7448, 11640, 7096, 11632, 7312;
61.96678, 11648, 7448, 11640, 7560, 11632, 7568;
61.96678, 11656, 7560, 11632, 7328, 11632, 7568;
61.96678, 11656, 7656, 11632, 7328, 11632, 7376;
61.96678, 11656, 7656, 11640, 7632, 11632, 7616;
61.96678, 11656, 7608, 11632, 7344, 11632, 7616;
61.96678, 11656, 7544, 11632, 7344, 11632, 7400;
61.96678, 11648, 7544, 11632, 7216, 11632, 7600;
61.96678, 11656, 7584, 11640, 7240, 11632, 7416;
61.96678, 11656, 7136, 11640, 7240, 11632, 7416;
61.96678, 11656, 7136, 11640, 7168, 11632, 7424;
61.96678, 11648, 7760, 11640, 7440, 11632, 7520;
61.96678, 11648, 7736, 11640, 7440, 11632, 7520;
61.96678, 11656, 7736, 11632, 7152, 11632, 7464;
61.96678, 11648, 7584, 11640, 7280, 11632, 7632;
61.96678, 11648, 7864, 11640, 7280, 11632, 7632;
61.96678, 11656, 7864, 11632, 7048, 11632, 7392;
61.96678, 11656, 7536, 11632, 7280, 11632, 7584;
61.96678, 11648, 7216, 11632, 7288, 11632, 7584;
61.96678, 11648, 7216, 11640, 7288, 11632, 7384;
61.96678, 11656, 7464, 11640, 7216, 11632, 7576;
61.96678, 11656, 7488, 11640, 7504, 11632, 7576;
61.96678, 11656, 7488, 11640, 7504, 11632, 7288;
61.96678, 11656, 7592, 11632, 6904, 11632, 7544;
61.96678, 11656, 8048, 11632, 7520, 11632, 7544;
61.96678, 11656, 8048, 11640, 7520, 11632, 7320;
61.96678, 11656, 7424, 11632, 7312, 11632, 7632;
61.96678, 11656, 7280, 11632, 7256, 11632, 7632;
61.96678, 11656, 7280, 11640, 7256, 11632, 7360;
61.96678, 11656, 7608, 11640, 7064, 11632, 7312;
61.96678, 11656, 7448, 11640, 7264, 11632, 7312;
61.96678, 11656, 7448, 11640, 7264, 11632, 7432;
61.96678, 11656, 7848, 11632, 7328, 11632, 7656;
61.96678, 11656, 7848, 11632, 7328, 11624, 7656;
61.96678, 11656, 7848, 11640, 7328, 11632, 7488;
61.96678, 11656, 7560, 11640, 7160, 11632, 7560;
61.96678, 11656, 7872, 11640, 7440, 11624, 7560;
61.96678, 11656, 7872, 11640, 7440, 11632, 7496;
61.96678, 11656, 7336, 11632, 7288, 11632, 7376;
61.96678, 11656, 7192, 11632, 7304, 11632, 7376;
61.96678, 11656, 7192, 11632, 7304, 11632, 7560;
61.96678, 11656, 7640, 11640, 6880, 11632, 7232;
61.96678, 11656, 7424, 11640, 7256, 11632, 7232;
61.96678, 11656, 7424, 11632, 7256, 11632, 7672;
61.96678, 11656, 7720, 11632, 7064, 11632, 7296;
61.96678, 11656, 7752, 11632, 7328, 11632, 7296;
61.96678, 11656, 7752, 11632, 7328, 11632, 7616;
61.96678, 11656, 7328, 11632, 7320, 11632, 7240;
61.96678, 11656, 7168, 11632, 7536, 11632, 7240;
61.96678, 11656, 7168, 11640, 7536, 11632, 7616;
61.96678, 11656, 7536, 11640, 6872, 11632, 7376;
61.96678, 11648, 7640, 11640, 7376, 11632, 7376;
61.96678, 11648, 7640, 11640, 7376, 11632, 7528;
61.96678, 11648, 7504, 11632, 7424, 11632, 7304;
61.96678, 11656, 7696, 11632, 7832, 11632, 7304;
61.96678, 11656, 7696, 11640, 7832, 11632, 7568;
61.96678, 11648, 7768, 11632, 7696, 11632, 7520;
61.96678, 11648, 7832, 11632, 7584, 11632, 7520;
61.96678, 11648, 7832, 11632, 7584, 11632, 7544;
61.96678, 11656, 7560, 11632, 6976, 11632, 7576;
61.96678, 11656, 7520, 11632, 7296, 11632, 7576;
61.96678, 11656, 7520, 11632, 7296, 11632, 7624;
61.96678, 11648, 7608, 11632, 7080, 11632, 7160;
61.96678, 11648, 7952, 11632, 7424, 11632, 7160;
61.96678, 11648, 7952, 11640, 7424, 11632, 7496;
61.96678, 11656, 7640, 11632, 6968, 11632, 7416;
61.96678, 11648, 7616, 11632, 7312, 11632, 7416;
61.96678, 11648, 7616, 11640, 7312, 11632, 7488;
61.96678, 11648, 8152, 11632, 7504, 11632, 7456;
61.96678, 11656, 7552, 11632, 7792, 11632, 7456;
61.96678, 11656, 7552, 11640, 7792, 11624, 7296;
61.96678, 11656, 7792, 11632, 7592, 11632, 7520;
61.96678, 11656, 7992, 11632, 7576, 11632, 7520;
61.96678, 11656, 7992, 11640, 7576, 11632, 7296;
61.96678, 11656, 7624, 11632, 7440, 11632, 7624;
61.96678, 11648, 7688, 11632, 7304, 11632, 7624;
61.96678, 11648, 7688, 11632, 7304, 11632, 7328;
61.96678, 11656, 7888, 11632, 7000, 11632, 7504;
61.96678, 11656, 7688, 11632, 7240, 11632, 7504;
61.96678, 11656, 7688, 11640, 7240, 11632, 7400;
61.96678, 11648, 7904, 11640, 7048, 11632, 7544;
61.96678, 11656, 7584, 11640, 7456, 11632, 7544;
61.96678, 11656, 7584, 11640, 7456, 11632, 7304;
61.96678, 11656, 7632, 11640, 7504, 11632, 7528;
61.96678, 11656, 8120, 11640, 7616, 11632, 7528;
61.96678, 11656, 8120, 11640, 7616, 11624, 7392;
61.96678, 11656, 7464, 11640, 7472, 11632, 7512;
61.96678, 11656, 7712, 11632, 7168, 11632, 7512;
61.96678, 11656, 7712, 11632, 7168, 11632, 7368;
61.96678, 11656, 8016, 11632, 7304, 11632, 7536;
61.96678, 11656, 7808, 11632, 7328, 11632, 7536;
61.96678, 11656, 7808, 11632, 7328, 11632, 7464;
61.96678, 11648, 7688, 11632, 7080, 11632, 7552;
61.96678, 11656, 7824, 11640, 7288, 11632, 7552;
61.96678, 11656, 7824, 11640, 7288, 11632, 7440;
61.96678, 11648, 7808, 11632, 6960, 11624, 7600;
61.96678, 11648, 7920, 11640, 7336, 11624, 7600;
61.96678, 11648, 7920, 11640, 7336, 11632, 7400;
61.96678, 11656, 7848, 11640, 7392, 11624, 7400;
61.96678, 11656, 7888, 11640, 7720, 11624, 7400;
61.96678, 11656, 7888, 11640, 7720, 11632, 7496;
61.96678, 11656, 8240, 11640, 7896, 11632, 7408;
61.96678, 11648, 7848, 11632, 7872, 11632, 7408;
61.96678, 11648, 7848, 11632, 7872, 11632, 7688;
61.96678, 11648, 7520, 11632, 7240, 11632, 7352;
61.96678, 11648, 7688, 11632, 7232, 11632, 7352;
61.96678, 11648, 7768, 11632, 7232, 11632, 7520;
61.96678, 11656, 7768, 11632, 6848, 11632, 7368;
61.96678, 11648, 7592, 11640, 7456, 11632, 7368;
61.96678, 11648, 7728, 11640, 7456, 11632, 7656;
61.96678, 11648, 7728, 11640, 7512, 11632, 7232;
61.96678, 11656, 7712, 11640, 7464, 11632, 7232;
61.96678, 11656, 7872, 11640, 7464, 11632, 7648;
61.96678, 11648, 7872, 11632, 7584, 11632, 7320;
61.96678, 11648, 7928, 11632, 7184, 11632, 7320;
61.96678, 11656, 7688, 11632, 7184, 11632, 7488;
61.96678, 11656, 7688, 11632, 7200, 11632, 7256;
61.96678, 11648, 7904, 11632, 6848, 11632, 7256;
61.96678, 11656, 8024, 11632, 6848, 11632, 7584;
61.96678, 11656, 8024, 11640, 7320, 11632, 7160;
61.96678, 11656, 7680, 11640, 7608, 11632, 7160;
61.96678, 11648, 7880, 11640, 7608, 11624, 7560;
61.96678, 11648, 7880, 11640, 7688, 11632, 7456;
61.96678, 11656, 8056, 11632, 7624, 11632, 7456;
61.96678, 11648, 7752, 11632, 7624, 11632, 7504;
61.96678, 11648, 7752, 11632, 7000, 11632, 7552;
61.96678, 11648, 7776, 11632, 7056, 11632, 7552;
61.96678, 11656, 7448, 11632, 7056, 11632, 7424;
61.96678, 11656, 7448, 11632, 6832, 11632, 7400;
61.96678, 11656, 7520, 11640, 7480, 11632, 7400;
61.96678, 11648, 7912, 11640, 7480, 11632, 7416;
61.96678, 11648, 7912, 11640, 7032, 11632, 7448;
61.96678, 11656, 7376, 11640, 7400, 11632, 7448;
61.96678, 11656, 7624, 11640, 7400, 11632, 7520;
61.96678, 11656, 7624, 11632, 7024, 11632, 7576;
61.96678, 11656, 7704, 11632, 7240, 11632, 7576;
61.96678, 11656, 7392, 11632, 7240, 11632, 7400;
61.96678, 11656, 7392, 11632, 7264, 11632, 7600;
61.96678, 11656, 7200, 11632, 7072, 11632, 7600;
61.96678, 11656, 7424, 11632, 7072, 11632, 7416;
61.96678, 11656, 7424, 11640, 7344, 11632, 7544;
61.96678, 11656, 7472, 11632, 7016, 11632, 7544;
61.96678, 11656, 7720, 11632, 7016, 11632, 7208;
61.96678, 11656, 7720, 11640, 7544, 11632, 7744;
61.96678, 11656, 8072, 11632, 7216, 11632, 7744;
61.96678, 11656, 7824, 11632, 7216, 11624, 7336;
61.96678, 11656, 7824, 11632, 7672, 11632, 7584;
61.96678, 11656, 7600, 11632, 7336, 11632, 7584;
61.96678, 11656, 7568, 11632, 7336, 11632, 7256;
61.96678, 11656, 7568, 11640, 7376, 11632, 7536;
61.96678, 11656, 7736, 11632, 7192, 11632, 7288;
61.96678, 11648, 7864, 11632, 7280, 11632, 7288;
61.96678, 11648, 7864, 11632, 7280, 11632, 7440;
61.96678, 11656, 7808, 11632, 6808, 11632, 7352;
61.96678, 11656, 7808, 11632, 7296, 11632, 7352;
61.96678, 11656, 7808, 11640, 7296, 11632, 7536;
61.96678, 11648, 8104, 11640, 6944, 11632, 7344;
61.96678, 11656, 7568, 11640, 7512, 11632, 7344;
61.96678, 11656, 7568, 11640, 7512, 11624, 7432;
61.96678, 11648, 7576, 11632, 7360, 11624, 7640;
61.96678, 11648, 8136, 11632, 7784, 11632, 7640;
61.96678, 11648, 8136, 11640, 7784, 11624, 7344;
61.96678, 11656, 7680, 11632, 7744, 11624, 7600;
61.96678, 11648, 7920, 11632, 7480, 11632, 7600;
61.96678, 11648, 7920, 11632, 7480, 11632, 7232;
61.96678, 11656, 7896, 11640, 6952, 11632, 7560;
61.96678, 11648, 7720, 11640, 7104, 11632, 7560;
61.96678, 11648, 7720, 11632, 7104, 11632, 7288;
61.96678, 11648, 7840, 11640, 7632, 11632, 7584;
61.96678, 11656, 7672, 11640, 7616, 11632, 7584;
61.96678, 11656, 7672, 11640, 7616, 11632, 7192;
61.96678, 11656, 7584, 11640, 7688, 11632, 7672;
61.96678, 11648, 7744, 11640, 7432, 11632, 7672;
61.96678, 11648, 7744, 11632, 7432, 11632, 7192;
61.96678, 11648, 7440, 11632, 7224, 11632, 7496;
61.96678, 11656, 7312, 11632, 7064, 11632, 7496;
61.96678, 11656, 7312, 11632, 7064, 11632, 7344;
61.96678, 11656, 7760, 11632, 7248, 11632, 7600;
61.96678, 11648, 7784, 11632, 7144, 11632, 7600;
61.96678, 11648, 7784, 11632, 7144, 11632, 7464;
61.96678, 11656, 7360, 11640, 7408, 11632, 7552;
61.96678, 11656, 7568, 11640, 7080, 11632, 7552;
61.96678, 11656, 7568, 11632, 7080, 11632, 7480;
61.96678, 11656, 7144, 11640, 7440, 11624, 7448;
61.96678, 11648, 7248, 11640, 6920, 11624, 7448;
61.96678, 11648, 7248, 11632, 6920, 11632, 7584;
61.96678, 11656, 7584, 11632, 7208, 11632, 7456;
61.96678, 11656, 7432, 11632, 6960, 11632, 7456;
61.96678, 11656, 7432, 11632, 6960, 11632, 7584;
61.96678, 11656, 7672, 11632, 7256, 11632, 7336;
61.96678, 11656, 7728, 11632, 7424, 11632, 7336;
61.96678, 11656, 7728, 11640, 7424, 11632, 7576;
61.96678, 11656, 7360, 11640, 6952, 11632, 7376;
61.96678, 11656, 7488, 11640, 7512, 11632, 7376;
61.96678, 11656, 7488, 11632, 7512, 11632, 7632;
61.96678, 11656, 7224, 11632, 7136, 11632, 7120;
61.96678, 11656, 7552, 11632, 7464, 11632, 7120;
61.96678, 11656, 7552, 11632, 7464, 11632, 7496;
61.96678, 11656, 7992, 11632, 6920, 11632, 7360;
61.96678, 11656, 7664, 11632, 7312, 11632, 7360;
61.96678, 11656, 7664, 11640, 7312, 11624, 7600;
61.96678, 11656, 7984, 11632, 7176, 11632, 7504;
61.96678, 11648, 8168, 11632, 7344, 11632, 7504;
61.96678, 11648, 8168, 11632, 7344, 11624, 7440;
61.96678, 11648, 7896, 11632, 7248, 11632, 7520;
61.96678, 11648, 7448, 11632, 7112, 11632, 7520;
61.96678, 11648, 7448, 11632, 7112, 11632, 7464;
61.96678, 11656, 7696, 11632, 7176, 11632, 7528;
61.96678, 11648, 7688, 11632, 7224, 11632, 7528;
61.96678, 11648, 7512, 11632, 7224, 11624, 7328;
61.96678, 11648, 7512, 11640, 7280, 11632, 7704;
61.96678, 11656, 7704, 11640, 7216, 11632, 7704;
61.96678, 11656, 7400, 11640, 7216, 11632, 7312;
61.96678, 11656, 7400, 11632, 7208, 11632, 7664;
61.96678, 11648, 7880, 11632, 7448, 11632, 7664;
61.96678, 11648, 7792, 11632, 7448, 11632, 7440;
61.96678, 11656, 7792, 11632, 7112, 11632, 7600;
61.96678, 11656, 7208, 11632, 7304, 11632, 7600;
61.96678, 11656, 7264, 11632, 7304, 11632, 7392;
61.96678, 11648, 7264, 11632, 6984, 11632, 7688;
61.96678, 11656, 7232, 11632, 7352, 11632, 7688;
61.96678, 11648, 7296, 11632, 7352, 11632, 7176;
61.96678, 11648, 7296, 11632, 6920, 11632, 7504;
61.96678, 11656, 7704, 11640, 7288, 11632, 7504;
61.96678, 11656, 7744, 11640, 7288, 11632, 7288;
61.96678, 11656, 7744, 11632, 7024, 11632, 7536;
61.96678, 11656, 7672, 11632, 7400, 11632, 7536;
61.96678, 11656, 7784, 11632, 7400, 11632, 7408;
61.96678, 11656, 7784, 11632, 7272, 11632, 7408;
61.96678, 11656, 7264, 11632, 7192, 11632, 7408;
61.96678, 11656, 7256, 11632, 7192, 11632, 7504;
61.96678, 11656, 7256, 11640, 7200, 11632, 7440;
61.96678, 11656, 7744, 11640, 7080, 11632, 7440;
61.96678, 11656, 7632, 11640, 7080, 11632, 7632;
61.96678, 11656, 7632, 11632, 7488, 11624, 7512;
61.96678, 11656, 7680, 11632, 7200, 11624, 7512;
61.96678, 11656, 7800, 11632, 7200, 11624, 7624;
61.96678, 11656, 7800, 11640, 7760, 11624, 7376;
61.96678, 11656, 7408, 11632, 7600, 11624, 7376;
61.96678, 11648, 7744, 11632, 7600, 11632, 7528;
61.96678, 11648, 7744, 11640, 7656, 11632, 7320;
61.96678, 11656, 7784, 11632, 7232, 11632, 7320;
61.96678, 11656, 7576, 11632, 7232, 11632, 7568;
61.96678, 11656, 7576, 11632, 6984, 11624, 7440;
61.96678, 11656, 7968, 11632, 7208, 11624, 7440;
61.96678, 11656, 7984, 11632, 7208, 11632, 7576;
61.96678, 11656, 7984, 11632, 7592, 11632, 7296;
61.96678, 11656, 7592, 11640, 7896, 11632, 7296;
61.96678, 11648, 7776, 11640, 7896, 11632, 7456;
61.96678, 11648, 7776, 11632, 7560, 11632, 7064;
61.96678, 11656, 7696, 11640, 7200, 11632, 7064;
61.96678, 11648, 7664, 11640, 7200, 11632, 7640;
61.96678, 11648, 7664, 11632, 7320, 11632, 7352;
61.96678, 11648, 7424, 11632, 7328, 11632, 7352;
61.96678, 11648, 7360, 11632, 7328, 11632, 7672;
61.96678, 11648, 7360, 11640, 7448, 11624, 7360;
61.96678, 11656, 7360, 11640, 7592, 11624, 7360;
61.96678, 11656, 7432, 11640, 7592, 11632, 7576;
61.96678, 11656, 7432, 11640, 7824, 11624, 7480;
61.96678, 11656, 7736, 11632, 7512, 11624, 7648;
61.96678, 11656, 7408, 11632, 7512, 11632, 7648;
61.96678, 11656, 7408, 11632, 7200, 11632, 7280;
61.96678, 11656, 7480, 11632, 6928, 11632, 7576;
61.96678, 11656, 7544, 11632, 6928, 11632, 7576;
61.96678, 11656, 7544, 11640, 7408, 11624, 7280;
61.96678, 11648, 7608, 11640, 7512, 11632, 7616;
61.96678, 11648, 7800, 11640, 7512, 11632, 7616;
61.96678, 11648, 7800, 11632, 7296, 11632, 7224;
61.96678, 11656, 7912, 11632, 7344, 11632, 7480;
61.96678, 11648, 7752, 11632, 7344, 11632, 7480;
61.96678, 11648, 7752, 11640, 6960, 11632, 7344;
61.96678, 11648, 8032, 11640, 7304, 11624, 7632;
61.96678, 11656, 7808, 11640, 7304, 11624, 7632;
61.96678, 11656, 7808, 11632, 6968, 11632, 7280;
61.96678, 11648, 7776, 11632, 7408, 11624, 7584;
61.96678, 11648, 7928, 11632, 7408, 11624, 7584;
61.96678, 11648, 7928, 11632, 7336, 11632, 7520;
61.96678, 11648, 7704, 11632, 7272, 11632, 7384;
61.96678, 11648, 7576, 11632, 7272, 11632, 7384;
61.96678, 11648, 7576, 11632, 7200, 11632, 7552;
61.96678, 11648, 7472, 11632, 7008, 11624, 7480;
61.96678, 11656, 7712, 11632, 7008, 11624, 7480;
61.96678, 11656, 7712, 11632, 7248, 11632, 7608;
61.96678, 11648, 7856, 11632, 7072, 11632, 7392;
61.96678, 11648, 7704, 11632, 7072, 11632, 7392;
61.96678, 11648, 7704, 11640, 7536, 11632, 7552;
61.96678, 11656, 7384, 11632, 7088, 11632, 7304;
61.96678, 11648, 7800, 11632, 7088, 11632, 7304;
61.96678, 11648, 7800, 11632, 7304, 11632, 7592;
61.96678, 11648, 7704, 11632, 7088, 11632, 7320;
61.96678, 11648, 7304, 11632, 7112, 11632, 7320;
61.96678, 11648, 7304, 11632, 7112, 11632, 7712;
61.96678, 11656, 7712, 11632, 7088, 11632, 7320;
61.96678, 11648, 7768, 11632, 7184, 11632, 7320;
61.96678, 11648, 7768, 11640, 7184, 11624, 7576;
61.96678, 11648, 7624, 11632, 7608, 11632, 7352;
61.96678, 11648, 7728, 11632, 7392, 11632, 7352;
61.96678, 11648, 7728, 11632, 7392, 11624, 7456;
61.96678, 11656, 7616, 11632, 7296, 11632, 7496;
61.96678, 11648, 8016, 11632, 6816, 11632, 7496;
61.96678, 11648, 8016, 11632, 6816, 11632, 7528;
61.96678, 11656, 7824, 11632, 7328, 11632, 7560;
61.96678, 11656, 7560, 11632, 7720, 11632, 7560;
61.96678, 11656, 7560, 11632, 7720, 11624, 7544;
61.96678, 11656, 7840, 11640, 7784, 11632, 7416;
61.96678, 11648, 7608, 11640, 7408, 11632, 7416;
61.96678, 11648, 7608, 11632, 7408, 11632, 7320;
61.96678, 11648, 7480, 11640, 7344, 11632, 7584;
61.96678, 11648, 7704, 11640, 6968, 11632, 7584;
61.96678, 11648, 7840, 11640, 6968, 11632, 7272;
61.96678, 11648, 7840, 11640, 7304, 11632, 7592;
61.96678, 11648, 7984, 11640, 7152, 11632, 7592;
61.96678, 11648, 7880, 11632, 7152, 11632, 7408;
61.96678, 11656, 7880, 11632, 7224, 11632, 7608;
61.96678, 11656, 7744, 11632, 7128, 11632, 7608;
61.96678, 11656, 7824, 11632, 7128, 11632, 7368;
61.96678, 11648, 7824, 11632, 7232, 11632, 7640;
61.96678, 11648, 7832, 11632, 7496, 11632, 7640;
61.96678, 11648, 7312, 11640, 7496, 11632, 7272;
61.96678, 11656, 7312, 11640, 7824, 11624, 7616;
61.96678, 11648, 7368, 11640, 7592, 11624, 7616;
61.96678, 11648, 7568, 11632, 7592, 11632, 7232;
61.96678, 11656, 7568, 11640, 7200, 11632, 7584;
61.96678, 11648, 7616, 11640, 6944, 11632, 7584;
61.96678, 11648, 7816, 11632, 6944, 11632, 7472;
61.96678, 11656, 7816, 11640, 7376, 11632, 7496;
61.96678, 11656, 7384, 11640, 7656, 11632, 7496;
61.96678, 11656, 7584, 11632, 7656, 11632, 7408;
61.96678, 11648, 7584, 11640, 7728, 11624, 7576;
61.96678, 11656, 7720, 11640, 7448, 11624, 7576;
61.96678, 11656, 7168, 11632, 7448, 11632, 7560;
61.96678, 11656, 7168, 11632, 7208, 11632, 7352;
61.96678, 11648, 7792, 11632, 7280, 11632, 7352;
61.96678, 11648, 7736, 11632, 7280, 11632, 7488;
61.96678, 11648, 7736, 11632, 7200, 11632, 7384;
61.96678, 11656, 7424, 11632, 7416, 11632, 7384;
61.96678, 11656, 7672, 11640, 7416, 11632, 7584;
61.96678, 11656, 7672, 11632, 7392, 11632, 7288;
61.96678, 11656, 7352, 11632, 7264, 11632, 7288;
61.96678, 11656, 7408, 11632, 7264, 11632, 7608;
61.96678, 11648, 7408, 11632, 7120, 11632, 7288;
61.96678, 11648, 7392, 11632, 7008, 11632, 7288;
61.96678, 11648, 7448, 11632, 7008, 11624, 7552;
61.96678, 11656, 7448, 11632, 7272, 11632, 7336;
61.96678, 11648, 7720, 11632, 7128, 11632, 7336;
61.96678, 11648, 7720, 11640, 7128, 11624, 7616;
61.96678, 11656, 7720, 11640, 7440, 11632, 7392;
61.96678, 11648, 7448, 11640, 7280, 11632, 7392;
61.96678, 11648, 7328, 11632, 7280, 11624, 7696;
61.96678, 11648, 7328, 11632, 7192, 11632, 7480;
61.96678, 11648, 7824, 11632, 7120, 11632, 7480;
61.96678, 11648, 7576, 11632, 7120, 11632, 7512;
61.96678, 11648, 7576, 11632, 7224, 11632, 7560;
61.96678, 11648, 7720, 11632, 7416, 11632, 7560;
61.96678, 11648, 7816, 11640, 7416, 11624, 7504;
61.96678, 11656, 7816, 11640, 7872, 11632, 7392;
61.96678, 11648, 7752, 11632, 7712, 11632, 7424;
61.96678, 11648, 7688, 11632, 7712, 11632, 7424;
61.96678, 11648, 7688, 11632, 7352, 11632, 7664;
61.96678, 11648, 7640, 11632, 6984, 11632, 7296;
61.96678, 11648, 7936, 11632, 6984, 11632, 7296;
61.96678, 11648, 7936, 11640, 7216, 11632, 7480;
61.96678, 11648, 8152, 11632, 7592, 11632, 7312;
61.96678, 11656, 7240, 11632, 7592, 11624, 7312;
61.96678, 11656, 7240, 11632, 7888, 11632, 7392;
61.96678, 11648, 7448, 11640, 7656, 11632, 7296;
61.96678, 11656, 7368, 11640, 7656, 11624, 7296;
61.96678, 11656, 7368, 11632, 7528, 11632, 7656;
61.96678, 11656, 7472, 11640, 7216, 11632, 7176;
61.96678, 11648, 7960, 11640, 7216, 11632, 7176;
61.96678, 11648, 7960, 11632, 7360, 11632, 7400;
61.96678, 11648, 7544, 11640, 7376, 11632, 7488;
61.96678, 11648, 7384, 11640, 7376, 11632, 7488;
61.96678, 11648, 7384, 11632, 7136, 11632, 7552;
61.96678, 11656, 8056, 11632, 7240, 11632, 7480;
61.96678, 11656, 7728, 11632, 7240, 11632, 7480;
61.96678, 11656, 7728, 11632, 7264, 11632, 7504;
61.96678, 11656, 7640, 11632, 7184, 11632, 7480;
61.96678, 11656, 7392, 11632, 7184, 11632, 7480;
61.96678, 11656, 7392, 11640, 7512, 11632, 7224;
61.96678, 11648, 7144, 11632, 7688, 11632, 7632;
61.96678, 11656, 7576, 11632, 7688, 11632, 7632;
61.96678, 11656, 7576, 11632, 7448, 11624, 7296;
61.96678, 11656, 7632, 11640, 7160, 11624, 7624;
61.96678, 11648, 7664, 11640, 7160, 11632, 7624;
61.96678, 11648, 7664, 11632, 7192, 11632, 7360;
61.96678, 11648, 7712, 11632, 7568, 11632, 7528;
61.96678, 11656, 7568, 11632, 7568, 11632, 7528;
61.96678, 11656, 7568, 11640, 7488, 11632, 7304;
61.96678, 11656, 8008, 11632, 7280, 11632, 7440;
61.96678, 11656, 7872, 11632, 7280, 11632, 7440;
61.96678, 11656, 7872, 11632, 7216, 11632, 7352;
61.96678, 11656, 7440, 11632, 6896, 11632, 7496;
61.96678, 11648, 7584, 11632, 6896, 11632, 7496;
61.96678, 11648, 7584, 11640, 7328, 11624, 7384;
61.96678, 11648, 7120, 11632, 7128, 11624, 7520;
61.96678, 11656, 7472, 11632, 7128, 11624, 7520;
61.96678, 11656, 7472, 11632, 7840, 11632, 7400;
61.96678, 11656, 7720, 11632, 7600, 11632, 7440;
61.96678, 11656, 7512, 11632, 7600, 11624, 7440;
61.96678, 11656, 7512, 11632, 7120, 11632, 7600;
61.96678, 11648, 7400, 11632, 6976, 11624, 7496;
61.96678, 11648, 7520, 11632, 6976, 11624, 7496;
61.96678, 11648, 7520, 11640, 7352, 11632, 7520;
61.96678, 11648, 7640, 11632, 7248, 11632, 7408;
61.96678, 11648, 7760, 11632, 7248, 11632, 7408;
61.96678, 11648, 7760, 11632, 7528, 11632, 7544;
61.96678, 11648, 7776, 11632, 6800, 11632, 7232;
61.96678, 11656, 7736, 11632, 6800, 11632, 7232;
61.96678, 11656, 7736, 11640, 7480, 11632, 7560;
61.96678, 11648, 8032, 11640, 7432, 11632, 7424;
61.96678, 11656, 7656, 11640, 7432, 11632, 7424;
61.96678, 11656, 7656, 11632, 7672, 11624, 7632;
61.96678, 11656, 7656, 11632, 7528, 11632, 7456;
61.96678, 11656, 8016, 11632, 7528, 11632, 7456;
61.96678, 11656, 8016, 11632, 7232, 11632, 7544;
61.96678, 11656, 7664, 11632, 6896, 11632, 7312;
61.96678, 11648, 7384, 11632, 6896, 11632, 7312;
61.96678, 11648, 7384, 11640, 7488, 11624, 7544;
61.96678, 11656, 7432, 11632, 7632, 11632, 7272;
61.96678, 11656, 7472, 11632, 7632, 11632, 7272;
61.96678, 11656, 7472, 11640, 7856, 11624, 7456;
61.96678, 11656, 8024, 11632, 7200, 11632, 7344;
61.96678, 11656, 7704, 11632, 7200, 11632, 7344;
61.96678, 11656, 7704, 11632, 7184, 11624, 7584;
61.96678, 11656, 7552, 11632, 7368, 11632, 7640;
61.96678, 11648, 7768, 11632, 7368, 11632, 7640;
61.96678, 11648, 7768, 11640, 7536, 11624, 7424;
61.96678, 11656, 7120, 11632, 7448, 11632, 7616;
61.96678, 11656, 7144, 11632, 7432, 11632, 7616;
61.96678, 11656, 7448, 11640, 7432, 11632, 7296;
61.96678, 11656, 7448, 11632, 7424, 11632, 7520;
61.96678, 11656, 7360, 11632, 7456, 11632, 7520;
61.96678, 11656, 7672, 11640, 7456, 11632, 7288;
61.96678, 11656, 7672, 11632, 7328, 11632, 7536;
61.96678, 11656, 7840, 11632, 6992, 11632, 7536;
61.96678, 11656, 7360, 11632, 6992, 11632, 7344;
61.96678, 11656, 7360, 11632, 7064, 11632, 7640;
61.96678, 11648, 7304, 11632, 7008, 11632, 7640;
61.96678, 11648, 7320, 11632, 7008, 11632, 7392;
61.96678, 11656, 7320, 11632, 7696, 11624, 7416;
61.96678, 11656, 7520, 11632, 7696, 11624, 7416;
61.96678, 11656, 7568, 11640, 7696, 11632, 7464;
61.96678, 11656, 7568, 11632, 7448, 11632, 7648;
61.96678, 11656, 7816, 11632, 7096, 11632, 7648;
61.96678, 11656, 7472, 11640, 7096, 11632, 7200;
61.96678, 11656, 7472, 11632, 7280, 11632, 7544;
61.96678, 11648, 7336, 11632, 7136, 11632, 7544;
61.96678, 11648, 7368, 11640, 7136, 11632, 7376;
61.96678, 11656, 7368, 11632, 7648, 11624, 7512;
61.96678, 11656, 7248, 11632, 7272, 11624, 7512;
61.96678, 11656, 7464, 11632, 7272, 11632, 7376;
61.96678, 11656, 7464, 11632, 7200, 11632, 7592;
61.96678, 11648, 7872, 11632, 7024, 11632, 7592;
61.96678, 11648, 7288, 11632, 7024, 11632, 7408;
61.96678, 11648, 7288, 11632, 7304, 11624, 7520;
61.96678, 11648, 7672, 11640, 7760, 11624, 7520;
61.96678, 11648, 8008, 11640, 7760, 11632, 7448;
61.96678, 11648, 8008, 11632, 7320, 11632, 7232;
61.96678, 11656, 7744, 11632, 7152, 11632, 7232;
61.96678, 11656, 7984, 11632, 7152, 11632, 7688;
61.96678, 11656, 7984, 11640, 7424, 11624, 7360;
61.96678, 11656, 8072, 11640, 7616, 11624, 7360;
61.96678, 11656, 7520, 11640, 7616, 11632, 7584;
61.96678, 11648, 7520, 11632, 7416, 11624, 7376;
61.96678, 11648, 7472, 11632, 7152, 11624, 7376;
61.96678, 11648, 7648, 11632, 7152, 11632, 7536;
61.96678, 11656, 7648, 11632, 7328, 11624, 7248;
61.96678, 11656, 7552, 11640, 7496, 11624, 7248;
61.96678, 11656, 7664, 11640, 7496, 11624, 7768;
61.96678, 11656, 7664, 11640, 7600, 11632, 7256;
61.96678, 11656, 7352, 11632, 7440, 11632, 7256;
];
|
e8a77057fc23bd29067bbb2fea1b7fa962c17f3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH14/EX14.11/Example_14_11.sce | f1638614666191f1995e82aefaa8aa838f9e2ac0 | [] | 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 | 871 | sce | Example_14_11.sce | //Chemical Engineering Thermodynamics
//Chapter 14
//Thermodynamics of Chemical Reactions
//Example 14.11
clear;
clc;
//Given
//Basis: 1 Kgmole of benzene
//C6H6 (A) + HNO3 (B) - C6H5NO2 (C) + H2O (D)
T = 298;//Temperature in K
R = 1.98;//gas constant in Kcal/Kgmole K
//Standard enthalpy in Kcal/Kgmole at 25 deg celsius of the above components are given as
H_A = 11718;
H_B = -41404;
H_C = -68371;
H_D = 3800;
//Standard entropy in Kcal/Kgmole K at 25 deg celsius of the above components are given as
S_A = 41.30;
S_B = 37.19;
S_C = 16.72;
S_D = 53.60;
//To Calculate the conversion of benzene at 25 degree celsius and 1 atm
del_F = (H_C+H_D-(T*(S_C+S_D)))-(H_A+H_B-(T*(S_A+S_B)));
Ka = %e^(-del_F/(R*T));//Equilibrium constant
x = (Ka^(1/2)/(1+(Ka^(1/2))));
mprintf('The conversion is almost %f percent for this reaction.',x*100);
//end |
7f6bc081fe2e252c9fbe0169ab62aa54bdd296c8 | 717ddeb7e700373742c617a95e25a2376565112c | /22/CH4/EX4.27/ch4ex27.sce | 0389caa79920b15f8ed961fc6c1ff04b15cf641c | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 433 | sce | ch4ex27.sce | omega_0=2*%pi*60; theta = [60 80 87]*(%pi/180);
omega = (0:0.5:1000)'; mag = zeros(3,length(omega));
s=poly(0,'s')
for m =1:length(theta)
H=syslin('c',((s^2+omega_0^2)/(s^2+2*omega_0*cos(theta(m))*s +omega_0^2)));
bode(H,10,100);
end
f=omega/((2*%pi))plot(f,mag(1,:),'k-',f mag(2,:),'k--',f,mag(3,:),'k-.');
xlabel('f[hz]'); ylabel('|H(j2/pi f)|');
legend('\theta=60^\circ','\theta = 80^\circ','\theta = 87^\circ',0) |
785b4b082365964d2dd51a5a4ed975605c223eb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH6/EX6.7/Exa6_7.sce | efb09ac14ddef966e7995cb194c5c488ae8a9921 | [] | 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 | 419 | sce | Exa6_7.sce | // Exa 6.7
clc;
clear;
close;
// given data
C2=0.1;//in uF
C3=0.0333;//in uF
alfa=2*sqrt(C3/C2);//unitless
disp(alfa,"According to the value of alfa i.e. : ");
disp("This filter is situated between Butterworth and the Chebyshev, hence approximating Klp=1.1");
Klp=1.1;//unitless
R=2.25;//in Kohm
f3dB=Klp/(2*%pi*R*sqrt(C2*C3));//in KHz
disp(f3dB,"f3dB in KHz is : ");
//Note : Answer in the book is wrong |
fd0d2752209307a8a7d4ce1cdf34ff9ac55332f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH5/EX5.44/5_44.sce | 0924efdc431e58ae23f235c34427fb924e66cc85 | [] | 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 | 659 | sce | 5_44.sce | //Example 5.44
//Inverse Interpolation using Everett Formula
//Page no. 191
clc;close;clear;
printf(' \tx\td(log(x!)/dx)\t\td2\t d4\n')
printf('\t----------------------------------------------------')
x=[0.46,-0.0015805620,-0.0000888096,-0.000000396;0.47,0.0080664890,-0.0000872716,-0.0000000383];
h=0.001
for i=1:2
printf('\n')
for j=1:4
printf('\t%g',x(i,j))
end
end
p(1)=-(x(1,2))/(x(2,2)-x(1,2))
for i=1:2
p(i+1)=(-x(1,2)-(p(i)^3-p(i))*x(1,3)/6-(-p(i)^3+3*p(i)^2-2*p(i))*x(1,3)/6)/(x(2,2)-x(1,2))
end
for i=1:3
printf('\n\n p(%i) = %g',i,p(i))
end
x=x(1,1)+p(3)*h
printf('\n\n x = x0 + ph = %.8g',x); |
f8ad57cf6b6a8fa74935043f14ff00f2bb7d06c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH13/EX13.6/Ch13Ex6.sce | b7d4f95c4db349c603351c1e708d8328f6544a35 | [] | 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 | 509 | sce | Ch13Ex6.sce | // Scilab Code Ex13.6: Page-650 (2011)
clc;clear;
K = 1.000074;....// Dielectric constant of the He
n = 2.69e+025;....// Atomic density of He, atoms/meter-cube
eps_0 = 8.85e-012;....// Electric permability of the free space, C-square/N-meter-square
E = 1;....// Electric field strength, V/m
p = (eps_0*(K-1)*E)/n; // Dipole moment induced in He, C-m
printf("\nThe dipole moment induced in each He atom = %4.2e C-m ", p);
// Result
// The dipole moment induced in each He atom = 2.43e-041 C-m
|
43791b256c0591d702c4a7bcf92e6e3046a254ec | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/latcfilt/latcfilt15.sce | 94248dd67200e9030022d13760ea0ba309418e87 | [] | 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 | 343 | sce | latcfilt15.sce | //i/p arg k is zero
k=[0 0 0 0 0 0];
x=[1 2 3 4 5 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
// 1 2 3 4 5 6 7
//
// 0 0 0 0 0 0 1
|
9966586013d7ab88d4d7e82f852a89975d0406ff | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH2/EX2.23.7/ex2_23_7.sce | fa30a6a365c1a13216237fc528ce33de830a6df0 | [] | 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 | 838 | sce | ex2_23_7.sce | //Chapter-2,Example2_23_7,pg 2-55
B=0.2 //magnetic field
e=1.6*10^-19 //charge on electron
ue=0.39 //mobility of electron
l=0.01 //length
A=0.001*0.001 //cross section area of bar
V=1*10^-3 //Applied voltage
d=0.001 //sample of width
r=1/(ue*e) //resistivity
R=r*l/A //resistance of Ge bar
//using ohm's law
I=V/R
Rh=r*ue //hall coefficient
//using formulae for hall effect
J=I/A //current density
Vh=Rh*B*J*d
printf("Hall voltage =")
disp(Vh)
|
a46c3a8870330c5c3a3c9e21f92c7308d0f929d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2753/CH5/EX5.2/Ex5_2.sce | fd9f9753b584e0f10e78e28c171e54f0ae0564a9 | [] | 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 | 173 | sce | Ex5_2.sce | //Example 5.2:
clc;
clear;
close;
//given data :
Pac=2;//in W
Vcc=12;//in V
Ic=(Pac*sqrt(2)*sqrt(2))/Vcc;//in A
format('v',5)
disp(Ic,"maximum collector current is ,(A)=")
|
50543e729893a1ce2fd37707d0abd56bb4bba4b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3775/CH2/EX2.2/Ex2_2.sce | 81ea2e9afcf1ff79eea90c5548959fc8b6d5976f | [] | 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 | 216 | sce | Ex2_2.sce | //Ex 2.2 page 67
clc;
clear;
close;
diBYdt=1000;//A/s (rate of rise of current)
il=10;//mA (latching current = diBYdt * tp)
tp=il*10**-3/diBYdt;//s
printf('Minimum duration of gating pulse = %.f micro s',tp*10**6)
|
84888c8deae7b902886887527981b80ae0305129 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2657/CH18/EX18.10/Ex18_10.sce | 418931804356479e1e08b864bb868ec16ebf76c2 | [] | 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,157 | sce | Ex18_10.sce | //Calculations on gas engine
clc,clear
//Given:
d=27,l=45 //Bore and stroke in cm
D_b=1.62 //Effective diameter of the brake wheel in m
t=38.5 //Duration of test in min
N=8080,N1=3230 //Number of revolutions and explosions
P=903 //Net load on brake in N
imep=5.64 //Indicated mean effective pressure in bar
Vg1=7.7 //Gas used in m^3
T1=27+273 //Temperature of the gas in K
deltaP1=135 //Pressure difference of gas above atmospheric pressure in mm of water
Patm=750 //Atmospheric pressure in mm of Hg
CV=18420 //Calorific value of the gas in kJ/m^3 at N.T.P.
m_w=183 //Mass of cooling water used in kg
deltaT_w=47 //Cooling water temperature rise in degreeC
//Solution:
P1=Patm+deltaP1/13.6 //Gas pressure in mm of Hg
P1=P1/750 //Gas pressure in bar
T2=0+273,P2=1.013 //Normal temperature and pressure (N.T.P.) in K and bar
Vg2=(P1/P2)*(T2/T1)*Vg1 //Gas consumption at N.T.P. in m^3
Q1=Vg2/t*CV //Heat supplied in kJ/min
T=P*D_b/2 //Brake torque delivered in Nm
bp=2*%pi*(N/t*1/60)*(T)*10^-3 //Brake power in kW
bp=round(10*bp)/10
Q_bp=bp*60 //Heat equivalent to brake power in kJ/min
A=%pi/4*d^2*10^-4 //Area of cylinder in m^2
ip=imep*10^2*l/100*A*(N1/t*1/60) //Indicated power in kW
ip=round(10*ip)/10
Q_ip=ip*60 //Heat equivalent to indicated power in kJ/min
fp=ip-bp //Frictional power in kW
Q_fp=fp*60 //Heat equivalent to frictional power in kJ/min
cp=4.1868 //Specfic heat of water in kJ/kgK
Q_w=m_w/t*cp*(deltaT_w) //Heat in cooling water in kJ/min
Q_e=Q1-Q_bp-Q_w //Heat to exhaust, radiation in kJ/min
eta_it=Q_ip/Q1 //Indicated thermal efficiency
eta_bt=Q_bp/Q1 //Brake thermal efficiency
//Results:
printf("\n The indicated thermal efficiency, eta_it = %.1f percent",eta_it*100)
printf("\n The brake thermal efficiency, eta_bt = %.1f percent",eta_bt*100)
printf("\n\n Heat balance sheet\n\t Heat supplied by the gas = %d kJ/min, %d percent",Q1,Q1/Q1*100)
printf("\n\t Heat equivalent to b.p. = %d kJ/min, %.1f percent",Q_bp,Q_bp/Q1*100)
printf("\n\t Heat in cooling water = %d kJ/min, %.1f percent",Q_w,Q_w/Q1*100)
printf("\n\t Heat to exhaust, radiation = %d kJ/min, %.1f percent",Q_e,Q_e/Q1*100)
|
d134852d495e34f3223ec0024f8bffd9e90d9dac | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH6/EX6.3/Ex6_3.sce | 34a47fcc2e091ed37aff3adced9a59e4c8583f48 | [] | 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 | 621 | sce | Ex6_3.sce | //==========================================================================
// chapter 6 example 3
clc;
clear;
//input data
t1 = 20; // temperature in °C
alpha = 5*10^-3; //average temperature coefficient at 20°C
R1 = 8; //resistance in ohm
R2 = 140; //resistaance in ohm
//calculation
t2 = t1+((R2-R1)/(R1*alpha)); //temperature in C
//result
mprintf('Hence temperature under normal condition is %3.2f°C\n',t2);
//============================================================================
|
eb5f962f59565de4d9979cec149ee83a2cc4adcc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH7/EX7.7/7_07.sce | 11fd42217fc7d3e7de4204303efc393bff8975ba | [] | 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 | 700 | sce | 7_07.sce | //Chapter 7, Problem 7
clc;
d=10*10^-2; //Diameter
N=2000; //No of turns
I=0.25; //Current in the coil
B=0.4; //Magnetic flux density
u0=4*%pi*10^-7; //permeability of free space
l=%pi*d; //Calculating length of coil
H=(N*I)/l; //Calculating magnetic field strength
ur=B/(u0*H); //Calculating relative permeability
disp("(a)");
printf("Magnetic field strength = %f A/m\n\n\n",H);
disp("(b)");
printf("Relative permeability = %d",ur);
|
52ba6d6e08ffcc4c208de08c2d2f2acf2400c84b | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /Adjust to Track Speed.sce | ba210cce0d775a37736dccd3111751f7cc158e85 | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 28,554 | sce | Adjust to Track Speed.sce | Name=Adjust to Track Speed
PlayerCharacters=Alcove_Player
BotCharacters=FloatingOrbr.rot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Alcove_Player
AddedBots=FloatingOrbr.rot;FloatingOrbr.rot
PlayerMaxLives=0
BotMaxLives=0;0
PlayerTeam=2
BotTeams=1;1
MapName=smallspawngrid.map
MapScale=6.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.3
ScoreToWin=6000.0
ScorePerDamage=1.0
ScorePerKill=150.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=true
ScoreMultKillEfficiency=false
GameTag=Tracking, Fun
WeaponHeroTag=Tracking
DifficultyTag=1
AuthorsTag=Stral, Disaria
BlockHitMarkers=true
BlockHitSounds=true
BlockMissSounds=true
BlockFCT=true
Description=Fragile orbs spawn in front of you and float left or right. Practice making small adjustments into tracking aim. Shots on center of the hitbox deal higher DPS and projectiles or sparks are visual only.
GameVersion=1.0.8.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
[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
[Bot Profile]
Name=FloatingOrbLeft
DodgeProfileNames=HoldLeft
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=3.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=FloatingOrb
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=FloatingOrbRight
DodgeProfileNames=HoldRight
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=3.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=FloatingOrb
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=FloatingOrbLeft+
DodgeProfileNames=HoldLeft
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=3.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=FloatingOrb+
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=FloatingOrbRight+
DodgeProfileNames=HoldRight
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=3.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=FloatingOrb+
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=FloatingOrbLeft++
DodgeProfileNames=HoldLeft
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=3.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=FloatingOrb++
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=FloatingOrbRight++
DodgeProfileNames=HoldRight
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=3.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=FloatingOrb++
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Rotation Profile]
Name=FloatingOrbr
ProfileNames=FloatingOrbLeft;FloatingOrbRight;FloatingOrbLeft+;FloatingOrbRight+;FloatingOrbLeft++;FloatingOrbRight++
ProfileWeights=1.0;1.0;0.8;0.8;0.65;0.65
Randomized=true
[Character Profile]
Name=Alcove_Player
MaxHealth=300.0
WeaponProfileNames=Alcove_Tracking_Weapon;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=30.0
AirControl=0.25
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=320.0
MainBBRadius=58.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
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=5.0
BlockSpawnDistance=222222.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
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Character Profile]
Name=FloatingOrb
MaxHealth=300.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.14
MaxRespawnDelay=0.14
StepUpHeight=75.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=3000.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.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=300.0
MainBBRadius=150.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=64.0
ProjBBRadius=32.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
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=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.02
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
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.25
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Character Profile]
Name=FloatingOrb+
MaxHealth=280.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.14
MaxRespawnDelay=0.14
StepUpHeight=75.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=3200.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.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=300.0
MainBBRadius=150.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=64.0
ProjBBRadius=32.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
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=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.02
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
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.25
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Character Profile]
Name=FloatingOrb++
MaxHealth=270.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.14
MaxRespawnDelay=0.14
StepUpHeight=75.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=3400.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.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=300.0
MainBBRadius=150.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=64.0
ProjBBRadius=32.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
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=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.02
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
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.25
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Dodge Profile]
Name=HoldLeft
MaxTargetDistance=100000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.3
MaxLRTimeChange=0.3
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
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=100.0
RightStrafeTimeMult=0.000001
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=HoldRight
MaxTargetDistance=100000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.3
MaxLRTimeChange=0.3
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
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=0.000001
RightStrafeTimeMult=100.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Weapon Profile]
Name=Alcove_Tracking_Weapon
Type=Hitscan
ShotsPerClick=10
DamagePerShot=1.0
KnockbackFactor=0.0
TimeBetweenShots=0.02
Pierces=false
Category=FullyAuto
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=60000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=0.1
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=1.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.0001
WallParticleEffect=None
HitParticleEffect=None
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.05
HitSoundCooldown=0.05
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=4.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=Alcove Tracking Effect Helper
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.01
HitscanVisualRadius=0.001
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.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=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=1.0,1.0,-1.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=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=true
PBS0=0.0,0.0
PBS1=0.0,0.0
PBS2=0.3,45.0
PBS3=0.3,90.0
PBS4=0.3,135.0
PBS5=0.3,180.0
PBS6=0.3,225.0
PBS7=0.3,270.0
PBS8=0.3,315.0
PBS9=0.3,0.0
[Weapon Profile]
Name=Alcove Tracking Effect Helper
Type=Projectile
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.0
TimeBetweenShots=0.12
Pierces=false
Category=FullyAuto
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=100000.000 Y=-1000.000 Z=-1000.000
MuzzleVelocityMax=X=100000.000 Y=1000.000 Z=1000.000
InheritOwnerVelocity=1.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=0.025
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=0.1
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=0.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=Blood
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=999.0
HitSoundCooldown=999.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=2.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.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=4.0,0.5,2.0,8.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=4.0,0.5,2.0,8.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
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
brush
vertices
656.000000 -16.000000 2064.000000
656.000000 -16.000000 -1872.000000
656.000000 16.000000 -1872.000000
656.000000 16.000000 2064.000000
-64.000000 16.000000 -1872.000000
-64.000000 -16.000000 -1872.000000
-64.000000 -16.000000 2064.000000
-64.000000 16.000000 2064.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 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
656.000000 -16.000000 2096.000000
656.000000 -16.000000 2064.000000
656.000000 496.000000 2064.000000
656.000000 496.000000 2096.000000
-64.000000 496.000000 2064.000000
-64.000000 -16.000000 2064.000000
-64.000000 -16.000000 2096.000000
-64.000000 496.000000 2096.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 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
656.000000 -16.000000 -1872.000000
656.000000 -16.000000 -1904.000000
656.000000 496.000000 -1904.000000
656.000000 496.000000 -1872.000000
-64.000000 496.000000 -1904.000000
-64.000000 -16.000000 -1904.000000
-64.000000 -16.000000 -1872.000000
-64.000000 496.000000 -1872.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 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
688.000000 -16.000000 2096.000000
688.000000 -16.000000 -1904.000000
688.000000 496.000000 -1904.000000
688.000000 496.000000 2096.000000
656.000000 496.000000 -1904.000000
656.000000 -16.000000 -1904.000000
656.000000 -16.000000 2096.000000
656.000000 496.000000 2096.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 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-64.000000 -16.000000 2096.000000
-64.000000 -16.000000 -1904.000000
-64.000000 496.000000 -1904.000000
-64.000000 496.000000 2096.000000
-96.000000 496.000000 -1904.000000
-96.000000 -16.000000 -1904.000000
-96.000000 -16.000000 2096.000000
-96.000000 496.000000 2096.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 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
656.000000 464.000000 2064.000000
656.000000 464.000000 -1872.000000
656.000000 496.000000 -1872.000000
656.000000 496.000000 2064.000000
-64.000000 496.000000 -1872.000000
-64.000000 464.000000 -1872.000000
-64.000000 464.000000 2064.000000
-64.000000 496.000000 2064.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 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
8.000000 16.000000 -88.000000
8.000000 16.000000 -152.000000
8.000000 256.000000 -152.000000
8.000000 256.000000 -88.000000
-56.000000 256.000000 -152.000000
-56.000000 16.000000 -152.000000
-56.000000 16.000000 -88.000000
-56.000000 256.000000 -88.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 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
entity
type PlayerSpawn
Vector3 position -24.000000 280.000000 -120.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 300.000000 -120.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 576.000000 300.000000 -128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 576.000000 300.000000 -112.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 576.000000 308.000000 -112.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 576.000000 308.000000 -120.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 576.000000 308.000000 -128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 576.000000 292.000000 -112.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 576.000000 292.000000 -120.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 576.000000 292.000000 -128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamB 0
|
13b574ba10f4526076a7b36f2ed92c88899cfaf8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2223/CH18/EX18.47/Ex18_47.sce | 853707b8306cb83e73f991c23f29ca01659c63fc | [] | 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,080 | sce | Ex18_47.sce | // scilab Code Exa 18.47 Crossflow Radial Hydro turbine
N=50; // Speed in RPM
H=25; // net head in m
Q=150; // discharge in m3/s
P=20; // Power Output in MW
d1=3.5; // runner diameter in m
dr=1.3; // diameter ratio of the runner
rho=1000; // density in kg/m3
g=9.81; // gravitational acceleration in m/s2
u1=%pi*d1*N/60;
u2=u1/dr;
c_theta1=2*u1;
c_theta2=u2;
w_st1=(u1*c_theta1)-(u2*c_theta2);
u3=u2;
c_theta3=u2;
c_theta4=0;
w_st2=(u3*c_theta3)-(u1*c_theta4);
w_st=w_st1+w_st2;
// part(a)
n_h=w_st/(g*H);
disp("%",n_h*1e2,"(a)the hydraulic efficiency is")
Ph=rho*Q*w_st;
disp("MW",Ph*1e-6,"and the hydraulic power is")
n_o=P*1e6/(rho*Q*g*H);
disp("%",n_o*1e2,"and the overall efficiency is")
// part(b)
omega=%pi*2*N/60;
NS=omega*sqrt(P*1e6)*(H^(-5/4))/549.016;
disp(NS,"(b)the specific speed of turbine is")
// part(c)
disp("(c)Adopting the flow model of the crossflow wind turbine")
P_h=rho*Q*((2*(u1^2))+(u2^2));
disp("MW",P_h*1e-6,"the hydraulic power is")
nh=((2*(u1^2))+(u2^2))/(g*H);
disp("%",nh*1e2,"and hydraulic efficiency is")
|
6dac397545b96a1f4e8acdee265637861ecf1d2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3890/CH2/EX2.2/Ex2_2.sce | 0c795fc0d7a577cbd12b52a25052b38454f0abb8 | [] | 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 | 980 | sce | Ex2_2.sce | //Electric machines and power systems by Syed A Nasar
//Publisher:TataMcgraw Hill
//Year: 2002 ; Edition - 7
//Example 2.2
//Scilab Version : 6.0.0 ; OS : Windows
clc;
clear;
bg=1; //flux density of air gap in T
u0=4*3.14*10^-7; //permiability of free space
lg=0.1*10^-3; //length of air gap in m
sf=0.9; //stacking factor of M19 steel
lm=100*10^-3; //length of the steel in m
h=130; //flux density in At/m
hg=bg/u0; //magnetic field intensity in A/m
fg=hg*lg; //reluctance drop or magnetic potential across gap in A
bm=bg/sf; //flux density in magnetic material in T
Fm=h*0.1; //magnetic potenial of other member in At
AT=Fm+fg; //the required ampere turn in At
printf('the required ampere turn in the exciting coil is %2f in At',AT)
|
e4f3bd49f7798c19cd98675a37b55a18576ffd58 | c1e86b47eb05c58f4522db485e82bd9aed662eb9 | /spec/fixtures/events_index.tst | 4cfbdbf395038ea83a9d21ece73fea2ff567c789 | [
"MIT"
] | permissive | yieldbot/sensu-yieldbot-plugins | 26958bf57bbee73469bfc1f759e05bcb4ef31906 | e03aee60bd6ed2621292884a0d07dcdffe58bfca | refs/heads/master | 2020-04-06T06:32:15.712693 | 2018-10-09T15:50:14 | 2018-10-09T15:50:14 | 18,178,205 | 8 | 7 | null | null | null | null | UTF-8 | Scilab | false | false | 15,486 | tst | events_index.tst | health index pri rep docs.count docs.deleted store.size pri.store.size
green adevents-2014-08-06 6 1 16285476 1825088 71.8gb 35.9gb
green adevents-2014-08-03 6 1 13346316 917041 57.9gb 28.9gb
green adevents-2014-10-21 6 1 27248425 30 100.5gb 50.2gb
green pubevents-2014-09-18 12 1 62208927 1140 137.1gb 68.5gb
green adevents-2014-08-01 6 1 10799776 794130 47.2gb 23.6gb
green pubevents-2014-10-09 12 1 78650750 3058 181.4gb 90.7gb
green adevents-2014-07-02 6 1 16859016 1103330 68.4gb 34.2gb
green adevents-2014-08-20 6 1 20056592 1989878 94gb 47gb
green pubevents-2014-09-05 12 1 57423133 504 131.3gb 65.6gb
green adevents-2014-07-14 6 1 9878057 630733 41.5gb 20.7gb
green .marvel-2014.10.23 1 1 843 0 3.1mb 1.1mb
green adevents-2014-10-09 6 1 20028154 9 74.2gb 37.1gb
green adevents-2014-07-29 6 1 18431047 1828265 81.9gb 40.9gb
green pubevents-2014-10-23 12 1 74816483 3148 172.6gb 86.3gb
green adevents-2014-10-24 6 1 25416385 41 93.7gb 46.8gb
green adevents-2014-09-16 6 1 19305038 7010 68.7gb 34.3gb
green adevents-2014-10-01 6 1 24752693 42 87.7gb 43.8gb
green pubevents-2014-10-11 12 1 67374662 3603 157.3gb 78.6gb
green pubevents-2014-09-23 12 1 65412856 1985 147.5gb 73.7gb
green adevents-2014-07-11 6 1 9596637 1147785 41.3gb 20.6gb
green pubevents-2014-10-21 12 1 77772563 3874 183.6gb 91.8gb
green adevents-2014-07-25 6 1 13255701 929253 58.6gb 29.3gb
green adevents-2014-09-09 6 1 19015138 19 69.5gb 34.7gb
green adevents-2014-08-04 6 1 12642576 1207497 55.9gb 27.9gb
green adevents-2014-10-17 6 1 23366164 37 87.2gb 43.6gb
green adevents-2014-08-17 6 1 19860732 1745485 92.7gb 46.3gb
green pubevents-2014-10-14 12 1 76361400 3183 174.5gb 87.2gb
green adevents-2014-10-13 6 1 22125295 22 82.4gb 41.2gb
green adevents-2014-08-08 6 1 17521784 3215520 82.8gb 41.4gb
green pubevents-2014-10-15 12 1 78184310 3633 178.9gb 89.4gb
green adevents-2014-09-23 6 1 23046083 19 83.4gb 41.7gb
green adevents-2014-09-08 6 1 16595519 28 60.9gb 30.4gb
green pubevents-2014-10-01 12 1 68924264 2429 154.8gb 77.4gb
green adevents-2014-09-13 6 1 15535050 30 57.4gb 28.7gb
green pubevents-2014-09-10 12 1 61273953 631 130gb 65gb
green pubevents-2014-10-13 12 1 72841378 4071 166.1gb 83gb
green adevents-2014-09-25 6 1 22358548 25 80.9gb 40.4gb
green adevents-2014-08-22 6 1 19956112 1913899 91.2gb 45.6gb
green adevents-2014-09-14 6 1 16948938 42 62.4gb 31.2gb
green adevents-2014-09-28 6 1 24288514 31 86.9gb 43.4gb
green pubevents-2014-10-03 12 1 68502179 2533 159.4gb 79.7gb
green adevents-2014-10-28 6 1 10899830 7 41.3gb 20.6gb
green adevents-2014-08-05 6 1 12802956 911536 55.9gb 27.9gb
green adevents-2014-09-27 6 1 20337284 30 73.2gb 36.6gb
green pubevents-2014-09-16 12 1 62962897 17774 137.3gb 68.6gb
green adevents-2014-07-15 6 1 11683288 876340 48.7gb 24.3gb
green adevents-2014-10-04 6 1 20823769 60 76.3gb 38.1gb
green pubevents-2014-09-08 12 1 57324094 1797 124.2gb 62.1gb
green pubevents-2014-09-28 12 1 60309533 970 136.4gb 68.2gb
green adevents-2014-07-27 6 1 14368866 1290282 64gb 32gb
green adevents-2014-09-07 6 1 21149163 19 77.2gb 38.6gb
green adevents-2014-10-27 6 1 22362483 21 81.2gb 40.6gb
green adevents-2014-07-30 6 1 16360965 1050864 70.2gb 35.1gb
green _river 12 1 2 0 19.8kb 9.9kb
green pubevents-2014-10-18 12 1 67708520 3325 157.4gb 78.7gb
green adevents-2014-10-18 6 1 19929775 38 72.7gb 36.3gb
green adevents-2014-09-26 6 1 22013150 41 78.8gb 39.4gb
green adevents-2014-09-03 6 1 19992105 2217111 83.8gb 41.9gb
green adevents-2014-07-26 6 1 13306140 892607 58.3gb 29.1gb
green adevents-2014-08-15 6 1 17252842 1731383 80.7gb 40.3gb
green pubevents-2014-10-10 12 1 71487957 3177 165gb 82.5gb
green adevents-2014-08-12 6 1 16188489 1137116 72.2gb 36.1gb
green adevents-2014-07-16 6 1 9894524 733541 42.5gb 21.2gb
green adevents-2014-08-25 6 1 19468846 2456665 91.6gb 45.8gb
green adevents-2014-10-11 6 1 18093068 28 66.7gb 33.3gb
green pubevents-2014-09-13 12 1 54094458 4196 121.4gb 60.7gb
green adevents-2014-09-15 6 1 16236683 31 60.1gb 30gb
green adevents-2014-09-21 6 1 23061514 49 83gb 41.5gb
green adevents-2014-08-26 6 1 22991028 3101626 108.6gb 54.3gb
green adevents-2014-10-12 6 1 19106913 25 70.2gb 35.1gb
green pubevents-2014-10-28 12 1 33837742 1110 82.2gb 40.8gb
green adevents-2014-09-30 6 1 27447444 48 97.7gb 48.8gb
green adevents-2014-07-20 6 1 10437512 802110 45.8gb 22.9gb
green pubevents-2014-10-04 12 1 63404245 1538 143.9gb 71.9gb
green adevents-2014-10-07 6 1 21346550 15 78.6gb 39.3gb
green adevents-2014-09-22 6 1 20378886 31 73.5gb 36.7gb
green pubevents-2014-09-19 12 1 58737760 606 129.2gb 64.6gb
green adevents-2014-09-10 6 1 15868608 11 58.2gb 29.1gb
green pubevents-2014-10-02 12 1 69122946 3234 156.3gb 78.1gb
green adevents-2014-10-15 6 1 22400672 24 83.3gb 41.6gb
green adevents-2014-10-23 6 1 22764153 21 82.5gb 41.2gb
green adevents-2014-08-13 6 1 16059408 1215854 73.6gb 36.8gb
green adevents-2014-07-08 6 1 14019827 1032878 58.4gb 29.2gb
green adevents-2014-09-12 6 1 16155077 34 59.5gb 29.7gb
green adevents-2014-09-18 6 1 19616999 11 70.4gb 35.2gb
green adevents-2014-08-30 6 1 24152709 3138085 102.9gb 51.4gb
green pubevents-2014-10-06 12 1 76227601 3010 173.4gb 86.7gb
green adevents-2014-10-14 6 1 21226207 27 79gb 39.5gb
green pubevents-2014-09-30 12 1 72892832 2713 167.7gb 83.8gb
green adevents-2014-07-04 6 1 12958186 649253 52.5gb 26.2gb
green adevents-2014-10-19 6 1 22689417 39 83gb 41.5gb
green adevents-2014-08-09 6 1 15201737 593045 63.6gb 31.8gb
green adevents-2014-08-23 6 1 19382507 1680552 88.5gb 44.2gb
green adevents-2014-08-07 6 1 20017731 1841559 86.5gb 43.2gb
green pubevents-2014-09-11 12 1 60149270 628 130.1gb 65gb
green adevents-2014-07-19 6 1 10052275 614413 43.8gb 21.9gb
green adevents-2014-07-18 6 1 10198833 701277 44.8gb 22.4gb
green adevents-2014-09-02 6 1 23023574 2368224 94.6gb 47.3gb
green adevents-2014-08-11 6 1 18121922 7151625 102.5gb 51.2gb
green adevents-2014-07-21 6 1 13409711 1302203 60gb 30gb
green platform 12 1 1 0 12.9kb 6.4kb
green adevents-2014-07-12 6 1 9316260 457204 38.2gb 19.1gb
green pubevents-2014-09-29 12 1 67657957 2580 155.5gb 77.7gb
green adevents-2014-10-10 6 1 17544489 26 64.8gb 32.4gb
green adevents-2014-10-06 6 1 18704243 21 68.7gb 34.3gb
green adevents-2014-07-05 6 1 10027576 574955 41.8gb 20.9gb
green adevents-2014-08-18 6 1 20733802 1888384 96.9gb 48.4gb
green .marvel-2014.10.21 1 1 2054 0 6.1mb 3.2mb
green adevents-2014-08-14 6 1 15745636 1008814 71.5gb 35.7gb
green adevents-2014-07-28 6 1 16715622 1706660 75gb 37.5gb
green adevents-2014-07-22 6 1 14431614 1181613 63.3gb 31.6gb
green pubevents-2014-10-12 12 1 71872999 4103 165.8gb 82.9gb
green adevents-2014-09-17 6 1 20606303 38 74.4gb 37.2gb
green pubevents-2014-10-27 12 1 79182913 3657 179gb 89.5gb
green adevents-2014-10-08 6 1 19871672 11 73.9gb 36.9gb
green adevents-2014-08-27 6 1 19418456 1820900 90.7gb 45.3gb
green adevents-2014-10-16 6 1 21072819 23 78.1gb 39gb
green pubevents-2014-10-20 12 1 76524872 3433 178.1gb 89gb
green adevents-2014-10-22 6 1 27786381 51 101.7gb 50.9gb
green adevents-2014-07-09 6 1 12632098 1217952 53.6gb 26.8gb
green pubevents-2014-10-05 12 1 68221086 3456 155gb 77.5gb
green pubevents-2014-09-20 12 1 54232826 2931 124.5gb 62.2gb
green pubevents-2014-09-22 12 1 66046383 2299 147.8gb 73.9gb
green adevents-2014-08-21 6 1 20640570 2334978 96.8gb 48.4gb
green pubevents-2014-09-14 12 1 59614881 1055 130gb 65gb
green adevents-2014-08-16 6 1 18634601 1439431 85.1gb 42.5gb
green adevents-2014-10-20 6 1 24137867 24 87.7gb 43.8gb
green adevents-2014-07-13 6 1 9985285 764177 41.8gb 20.9gb
green adevents-2014-10-02 6 1 27046163 33 96.5gb 48.2gb
green pubevents-2014-09-15 12 1 63389975 1133 138.8gb 69.4gb
green adevents-2014-09-29 6 1 26650715 28 95.8gb 47.9gb
green adevents-2014-08-29 6 1 24987403 3169475 107.4gb 53.7gb
green adevents-2014-09-06 6 1 21498029 26 78.4gb 39.2gb
green pubevents-2014-10-08 12 1 82861205 3450 187.9gb 93.9gb
green adevents-2014-08-02 6 1 16627229 117751 67.7gb 33.8gb
green pubevents-2014-10-22 12 1 75641605 3590 176.6gb 88.2gb
green adevents-2014-09-05 6 1 18270738 3 68.6gb 34.3gb
green adevents-2014-09-01 6 1 27425355 6211916 124.7gb 62.3gb
green adevents-2014-07-23 6 1 14671082 801669 63.3gb 31.6gb
green pubevents-2014-10-26 12 1 72284054 4176 169.3gb 84.6gb
green pubevents-2014-09-12 12 1 56033648 1894 124.9gb 62.4gb
green adevents-2014-07-01 6 1 13229362 764647 54.2gb 27.1gb
green adevents-2014-10-26 6 1 29828868 39 108.8gb 54.4gb
green adevents-2014-10-03 6 1 25488921 59 93.1gb 46.5gb
green pubevents-2014-10-25 12 1 64594242 3397 152.4gb 76.5gb
green adevents-2014-08-19 6 1 21491686 1844110 98.9gb 49.4gb
green adevents-2014-07-03 6 1 16597150 979539 66.4gb 33.2gb
green adevents-2014-09-20 6 1 19705955 13 70.7gb 35.3gb
green adevents-2014-09-04 6 1 19969596 19 74.1gb 37gb
green adevents-2014-08-28 6 1 21115905 2128484 89.1gb 44.5gb
green adevents-2014-10-25 6 1 25721429 41 94.4gb 47.2gb
green pubevents-2014-10-24 12 1 69356997 2720 163.2gb 81.6gb
green adevents-2014-09-19 6 1 19659880 28 70.8gb 35.4gb
green pubevents-2014-09-17 12 1 61737906 1035 137.2gb 68.6gb
green adevents-2014-09-11 6 1 16395162 16 60.4gb 30.2gb
green adevents-2014-07-17 6 1 10460075 758324 45.9gb 22.9gb
green pubevents-2014-10-07 12 1 81409421 3254 186.4gb 93.2gb
green pubevents-2014-09-07 12 1 59151404 791 127.2gb 63.6gb
green adevents-2014-08-24 6 1 20816011 2399183 97gb 48.5gb
green pubevents-2014-10-17 12 1 24917698 1890 60.8gb 30.4gb
green adevents-2014-09-24 6 1 20338387 18 73.7gb 36.8gb
green adevents-2014-07-07 6 1 14599669 922303 59.8gb 29.9gb
green pubevents-2014-09-26 12 1 60727636 1975 140.5gb 70.2gb
green pubevents-2014-10-19 12 1 71326064 4101 166.3gb 83.1gb
green adevents-2014-07-06 6 1 13432305 924357 55.6gb 27.8gb
green pubevents-2014-09-27 12 1 53929142 2401 126.3gb 63.1gb
green adevents-2014-10-05 6 1 18773655 21 68.6gb 34.3gb
green adevents-2014-08-10 6 1 16520741 891329 70.3gb 35.1gb
green pubevents-2014-09-25 12 1 63900364 1637 145.2gb 72.6gb
green .marvel-2014.10.22 1 1 13338 0 31.2mb 15.6mb
green pubevents-2014-09-09 12 1 62615540 815 132.9gb 66.4gb
green adevents-2014-07-10 6 1 10275854 606717 42.4gb 21.2gb
green pubevents-2014-09-21 12 1 61855443 1202 137.1gb 68.6gb
green pubevents-2014-09-06 12 1 54763567 2818 122.8gb 61.4gb
green pubevents-2014-09-24 12 1 63718716 1818 144.6gb 72.3gb
green adevents-2014-07-24 6 1 14884589 591143 63.6gb 31.8gb
green adevents-2014-08-31 6 1 22249140 2296901 92.7gb 46.3gb
|
d42b4e803aa3827949af154bfc71fce56896112e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH5/EX5.8/example5_8.sce | 290fe7d4a9531b49711f4aa3cc272a5578bdc291 | [] | 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 | 460 | sce | example5_8.sce |
//example 5.8
//page 211
clc; funcprot(0);
//initialisation of variable
pi=3.14;
mdot=0.0022;//mas flow rate
V1=220*5280/3600;//velocity
V=12000/pi/6^2*4;//velocity
V4=2*V-V1;//velocity
//part1
F=mdot*(V4-V1)*12000;
disp(F,"thurst force (lbs)");
//part2
neta=V1/V*100;
disp(neta,"efficiency (%)");
Hp=F*V1/500/neta*100;
disp(Hp,"theoritical horse power (hp)=");
delP=mdot/2*(V4^2-V1^2);
disp(delP,"change in pressure (lbs/ft^2)=");
clear
|
a95f02750b4fa9a2b89082bee1f08909ac587dc3 | 52cbfb547384bc9612dc59f5280971ed5a701a9d | /Linear Convolution.sce | 9452148b0bdc89bd0af0c3d4dd0563421edb8e14 | [] | no_license | allenbenny419/Scilab-Codes | efa5402bea6d03088f77dafcf9ed87bd1f93e915 | 48109cd70c8a66a56e87f88152e866565dd52362 | refs/heads/main | 2023-06-23T21:10:24.227426 | 2021-07-21T11:09:15 | 2021-07-21T11:09:15 | 388,086,261 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 571 | sce | Linear Convolution.sce | clc;
clear all;
close;
x=[1,2,3,4,5];//1 seq
h=[1,0,1,0];// 2nd seq
l=length(x);//4
m=length(h);//4
N=l+m-1; //length of y=8
y=[zeros(1,N)];//intializing y=0
for i=1:l //i-row
for j=1:m //j-col
a(i,j)=x(i)*h(j) // matrix
y(i+j-1)=y(i+j-1)+a(i,j) //diagonal addition
end
end
disp(a)
disp(y,"OUTPUT")
subplot(2,2,1)
plot2d3(x)
xlabel('n'),ylabel('x(n)')
title('x(n)')
subplot(2,2,2)
plot2d3(h)
xlabel('n'),ylabel('h(n)')
title('h(n)')
subplot(2,1,2)
plot2d3(y)
xlabel('n'),ylabel('y(n)')
title('y(n)')
|
1a120cf456d6a352529dbe88b8774b6694c6d208 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3651/CH3/EX3.6/6.sce | e6cca4249d2c5d883d4613ed7281d9858c0d8e17 | [] | 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 | 266 | sce | 6.sce |
//Variable declaration
E=2*1000*1.6*10**-19 //in joules
m=9.1*10**-31
h=6.6*10*10**-34
//Calculations
p=sqrt(2*m*E)
lamda= h/p
//Result
printf('Momentum%0.3f \n ',(p*10**23))
printf('de Brolie wavelength =%0.3f *10**-11 m \n ',(lamda*10**10)) |
100894d9f06bcfe82c8edd44dab52c9e88d30291 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2195/CH5/EX5.10.1/ex_5_10_1.sce | 3764217cd0cca48e4be2365afb3199d4d1400fdf | [] | 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 | 117 | sce | ex_5_10_1.sce | //Example 5.10.1: resolution
clc;
clear;
close;
format('v',8)
//given data :
n=4
R=1/10^n;
disp(R,"resolution,R = ")
|
d36c62ea3900a9d21e43ee9db09bba289d7e42bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH10/EX10.19/10_19.sce | 22b908d08a149a732f056e6fbed9f2564d851c64 | [] | 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 | 183 | sce | 10_19.sce | V=250
Ia=200
Ra=0.22
Ea=V-Ia*Ra
Pm=Ea*Ia
Prl=600
Pmout=Pm-Prl
n=1250
wm=2*%pi*n/60
Tl=Pmout/wm
disp(Tl)
Rf=125
Psh=V*V/Rf
Pein=V*Ia+Psh
effi=Pmout/Pein
disp(effi)
|
609fdc08d0568a3880a8f6fa1590f896fc4dc2b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH3/EX3.16/chapter3_ex16.sce | 447e168d24f3119d362c02e1990d4ad68d359d7d | [] | 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 | 597 | sce | chapter3_ex16.sce | clc
clear
//input
v=240;//voltage of a d.c. series motor in volts
rm=0.2;//resistance of the motor in ohms
w=80;// velocity of motor in rad/s
i1=20;//current in amperes
i2=30;//changed current in the armature in amperes
//calculations
//it is assumed that flux/pole is proportional to the field current
e1=v-(i1*rm);//e.m.f. induced in volts when the current is 20 A
e2=v-(i2*rm);//e.m.f. induced in volts when the current is 30 A
W=(e2/e1)*(i1/i2)*w;//final velocity in rad/s
//output
mprintf('with the increased current the motor will run with a velocity of %3.2f rad/s',W)
|
b9c31ef13acf541ac72333fabc99509ab5a24647 | bae725b750433ba5d58470784eeb87687023da7e | /demos/Exemple_4_2.sce | 0bcf99c0c67fdb38d6a6f13b1c3bfd785fa216d9 | [
"MIT"
] | permissive | aamadou/IsItChaos | eac61da272b4fb22f83bdceaceb5774385f481e5 | def74ddd5710898f876a9a7d39916e5cc1a8b6b5 | refs/heads/master | 2016-08-04T21:00:17.832904 | 2014-03-24T13:18:39 | 2014-03-24T13:18:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 462 | sce | Exemple_4_2.sce | deff('[Xn]=f(Xn_1,c)','Xn=c*Xn_1*(1-Xn_1)');
x0=0.0001;
c=[3.5:.001:4] ;
orbits=[];
for i=c,
orbit=orb(20000,i,x0,f);
orbits=[orbits;orbit(1,$-999:$)];
end
Kest=[];
C=[];
save('Test_Logidt_Chaos01_orbits_c.dat',orbits,c);
for i=1:size(orbits,1),
[Kesti,Ci]=Chaos01(orbits(i,:)');
C=[C,Ci];
disp(i)
disp(string(round(i/size(orbits,1)*100))+'%')
Kest=[Kest, median(Kesti)];
save('Test_Logidt_Chaos01_Kest_C.dat',Kest,c,C)
end;
plot2d(c,Kest);
|
65653d0acf2354d93a54c1ba6a5b113ff462d6d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2279/CH1/EX1.8/eg1_8.sce | 09c51e6d75898f71eae207dee2c5d4a7d5d5a528 | [] | 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 | 75 | sce | eg1_8.sce | x=poly([-4 2 1],'t','c')
a=horner(x,0)
b=horner(x,-2)
disp(a)
disp(b)
|
43248be506e3d9c2a1cc596a24b03b88ec0f2135 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1409/CH2/EX2.13/2_13.sce | 494cc973aa6f3579b8b79e4a7969e0ec7f4bc09d | [] | 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 | 450 | sce | 2_13.sce | clc;
//page no:2-26
//Example-2.13
//Goven carrier frequency is 1000kHz
fc=1000000;
fm1=300;
fm2=800;
fm3=1000;
fusb1=(fc+fm1)/1000;
disp(+'kHz',fusb1,'fusb1 is ');
flsb1=(fc-fm1)/1000;
disp(+'kHz',flsb1,'flsb1 is ');
fusb2=(fc+fm2)/1000;
disp(+'kHz',fusb2,'fusb2 is ');
flsb2=(fc-fm2)/1000;
disp(+'kHz',flsb2,'flsb2 is ');
fusb3=(fc+fm3)/1000;
disp(+'kHz',fusb3,'fusb3 is ');
flsb3=(fc-fm3)/1000;
disp(+'kHz',flsb3,'flsb3 is ');
|
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; |
9ea4c4df0635e3001656c107429755a83d88f6ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /626/CH11/EX11.11/11_11.sce | e2e4cc9aaea9abcfb9de745a029e90d55ee3ca89 | [] | 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 | 720 | sce | 11_11.sce | clear;
clc;
close;
disp("Example 11.11")
p=7 //in MPa,
n=0.5 //and
a=5 //cm/s
Tdg=15 //in degree C
Td=15+273 //in K
br=0.002 //per degree C
pk=0.004 //per degree C
t=60//s,
DT=30 // temp difference in degree C
pc=p*(1+pk*DT)
disp(pc,"(a)The new chamber pressure when the initial grain temp. is 45 degree C in MPa")
r=a*(pc/p)^n
r=r*(1+br*DT) //correcting for the effect of the grain temperature on burning rate.
disp(r,"Burning rate when grain temp. is 45 degree C")
L=a*t/100
tb=L*100/r //time to burn 3m of end burning grain at 5.61cm/s
tbn=t*(p/pc) //burn time for a constant total impulse
dt=t-tb
disp(dt,"(b)The corresponding reduction in burn time in seconds:")
|
73e831baa2c3ec78ae382ef2d846e5cabf03d33e | 9b6d8059005a56653d786daaca9b85ba8afe739c | /syndrome.sce | c0859b3d8ed791378990e4362c093e0a95675e34 | [] | no_license | SakshiLajurkar/Bit-Error-detection-and-correction | ee5a0dc7186d7e42a8029749260a01889b732578 | 7b49760dbaa72b50ae9684ce34747ce700daf2f6 | refs/heads/master | 2022-06-18T19:15:06.714532 | 2020-05-06T09:38:02 | 2020-05-06T09:38:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 862 | sce | syndrome.sce | clc;
disp('Enter the message sequence: ');
for i = 1:7
msg(i)=input('');
end
C1 = [msg(1), msg(2), msg(3), msg(4), msg(5), msg(6), msg(7)];
C1
disp('Enter the errored message sequence: ');
for i = 1:7
err(i)=input('');
end
C2 = [err(1), err(2), err(3), err(4), err(5), err(6), err(7)];
C2
D = poly(0, 'D');
p = input("Enter a generator polynomial in variable D: ", "string");
G = evstr(p);
disp(G, 'G(D) = ');
C1 = poly([C1], 'D', 'c')
C2 = poly([C2], 'D', 'c')
[r1 , q1] = pdiv(C1, G);
S1 = coeff(r1) ;
S1 = modulo(S1, 2);
disp(r1 , 'Remainder in polynomial form : ' );
disp(S1 , 'Syndrome bits for error-free codeword are : ');
[r2, q2] = pdiv(C2, G);
S2 = coeff(r2);
S2 = modulo(S2, 2);
disp(r2 , 'Remainder in polynomial form for errored codeword: ' );
disp(S2 , 'Syndrome bits for errored codeword are: ');
|
2388f5d14319e33a62babe99a530ac8745ddcebd | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/CylFlow_adaptiveP.tst | c8570eb5599543e3d585d8f57955902ea0e7faa2 | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 877 | tst | CylFlow_adaptiveP.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>2D cylinder flow simulation using adaptive polynomial order</description>
<executable>IncNavierStokesSolver</executable>
<parameters>CylFlow_adaptiveP.xml</parameters>
<files>
<file description="Session File">CylFlow_adaptiveP.xml</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="u" tolerance="1e-12">21.4162</value>
<value variable="v" tolerance="1e-12">0.911291</value>
<value variable="p" tolerance="1e-12">0.875288</value>
</metric>
<metric type="Linf" id="2">
<value variable="u" tolerance="1e-12">1.76892</value>
<value variable="v" tolerance="1e-12">0.837794</value>
<value variable="p" tolerance="1e-12">1.29043</value>
</metric>
</metrics>
</test>
|
371cb3deeaf4e1d5905a3c3cd18d5d6f03e8f3bc | cccbd1095e2f872b44c9f2cf3aaea40ce3b94a77 | /Hot Reaction Paradigma/Hot Reaction Paradigma.sce | 48d73ddfca58c0c5088e098a7fba531d2ecb6399 | [] | no_license | Robstei/work | ca8a70dba742f520f16e0d7688fa448c79d7c2c5 | 0c7e3bedc1d66db3148de57f13d406d787b756df | refs/heads/master | 2021-07-16T17:37:10.588912 | 2020-05-17T19:51:43 | 2020-05-17T19:51:43 | 152,545,932 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,331 | sce | Hot Reaction Paradigma.sce | pcl_file = "Hot Reaction Paradigma.pcl";
response_matching = simple_matching;
active_buttons = 4;
default_background_color = 60, 60, 60;
default_text_color = 255, 255, 255;
default_font_size = 30;
default_font = "Arial";
begin;
array {
bitmap { filename = "stimulus_neutral_1.jpg"; } bitmap_neutral_1;
bitmap { filename = "stimulus_neutral_2.jpg"; } bitmap_neutral_2;
bitmap { filename = "stimulus_neutral_3.jpg"; } bitmap_neutral_3;
bitmap { filename = "stimulus_neutral_4.jpg"; } bitmap_neutral_4;
bitmap { filename = "stimulus_neutral_5.jpg"; } bitmap_neutral_5;
} array_neutral_bitmaps;
array {
bitmap { filename = "stimulus_sns_1.jpg"; } bitmap_non_neutral_1;
bitmap { filename = "stimulus_sns_2.jpg"; } bitmap_non_neutral_2;
bitmap { filename = "stimulus_sns_3.jpg"; } bitmap_non_neutral_3;
bitmap { filename = "stimulus_sns_4.jpg"; } bitmap_non_neutral_4;
bitmap { filename = "stimulus_sns_5.jpg"; } bitmap_non_neutral_5;
} array_non_neutral_bitmaps;
array {
bitmap bitmap_neutral_1;
bitmap bitmap_neutral_2;
bitmap bitmap_neutral_3;
bitmap bitmap_neutral_4;
bitmap bitmap_neutral_5;
bitmap bitmap_non_neutral_1;
bitmap bitmap_non_neutral_2;
bitmap bitmap_non_neutral_3;
bitmap bitmap_non_neutral_4;
bitmap bitmap_non_neutral_5;
}array_bitmaps;
trial {
trial_type = first_response;
trial_duration = forever;
stimulus_event {
picture {
bitmap { filename = "stimulus_neutral_1.jpg"; } bitmap_trial_test;
x = 0; y = 0;
text { caption = "Handelt es sich um ein Icon mit Bezug zu Instagram?
\n Bitte drücke die Taste \"A\" für \"Ja\" und die Taste \"L\" für \"Nein\""; };
x = 0; y = -300;
} picture_trial_test;
} stimulus_event_trial_test;
} trial_test;
trial {
trial_type = fixed;
trial_duration = 1500;
picture {
text {
caption = " ";
} text_feedback;
x = 0; y = 0;
};
} trial_feedback;
trial {
trial_type = fixed;
trial_duration = EXPARAM("Pause at start of each block");
picture {
text {
caption = " ";
};
x = 0; y = 0;
};
} trial_pause_start_of_block;
trial {
trial_type = specific_response;
trial_duration = forever;
terminator_button = 2;
picture {
bitmap { filename = "stimulus_feedback_overview.jpg"; };
x = 0; y = 0;
};
} trial_feedback_overview;
trial {
trial_type = fixed;
trial_duration = EXPARAM("Response Active Duration Stimuli");
stimulus_event {
picture {
bitmap {
filename = "stimulus_neutral_1.jpg";
} bitmap_trial_stimuli;
x=0;y=0;
} picture_trial_stimuli;
duration = EXPARAM("Visibility Duration Stimuli");
} stimulus_event_trial_stimuli;
} trial_stimuli;
trial {
trial_type = fixed;
picture {
text {
caption = "+";
font_size = 40;
};
x=0;y=0;
};
} trial_cross;
trial {
picture {
text{
caption ="Pause\n\nSie haben 3 Minuten Pause.
An dem Countdown erkennen Sie wann es weiter geht.";
font_size = 30;
}text_pause_top;
x=0;y=300;
text{
caption =" ";
font_size = 30;
}text_pause;
x=0;y=100;
text{
caption ="Bitte denken Sie daran:\n
- So schnell und richtig wie möglich zu reagieren
- Sie bekommen kein Feedback
- Richten Sie Ihren Blick während der Aufgabe auf das Kreuz in der Mitte";
font_size = 30;
}text_pause_bottom;
x=0;y=-200;
};
} trial_pause;
trial {
trial_type = specific_response;
trial_duration = forever;
terminator_button = 2;
picture {
text{
caption = "Gleich geht es weiter";
font_size = 40;
}text_pause_button;
x=0;y=0;
};
} trial_pause_button;
trial {
trial_type = specific_response;
trial_duration = forever;
terminator_button = 2;
picture {
bitmap {
filename="instruction_start.jpg";
};
x=0;y=0;
};
} trial_instruction;
trial {
trial_type = specific_response;
trial_duration = forever;
terminator_button = 2;
picture {
bitmap {
filename="instruction_test_run.jpg";
};
x=0;y=0;
};
} trial_instruction_test_run;
trial {
trial_type = specific_response;
trial_duration = forever;
terminator_button = 2;
picture {
bitmap {
filename="instruction_neutral_is_target.jpg";
}picture_instruction_block;
x=0;y=0;
};
} trial_instruction_block;
trial {
trial_type = specific_response;
trial_duration = forever;
terminator_button = 2;
picture {
bitmap {
filename="instruction_end.jpg";
};
x=0;y=0;
};
} trial_instruction_end; |
205ba773f050949facff390f796f1b459882878a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH14/EX14.26/example14_26.sce | 66ead983779d35f557eb6b5c7d1d276da27d27da | [] | 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 | 720 | sce | example14_26.sce | clc
// Given that
lambda = 1e-10 // wavelength of light in meter
theta = 90 // angle in degree
h = 6.62e-34 // Planck constant in J-sec
c = 3e8 // speed of light in m/sec
e = 1.6e-19 // charge on an electron in C
m = 9.1e-31 // mass of an electron in kg
// Sample Problem 26 on page no. 14.31
printf("\n # PROBLEM 26 # \n")
printf("Standard formula used \n ")
printf(" delta_lambda = (h / (m * c) * (1 - cos(theta))) \n E = h*c*(1/lambda1 - 1/lambda2)\n")
delta_lambda = (h * (1 - cosd(theta))) / (m * c)
E = (h * c) * ((1 / lambda) - (1 / (lambda + delta_lambda)))
printf("\n Compton shift is %e m.\n Kinetic energy is %f eV.",delta_lambda,E / 1.6e-19)
|
202ab2bbb0ec67efb1ef8ae1a0c89a6e5acef65b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2066/CH4/EX4.6.b/4_6b.sce | 6ac02975af0d9e216bde47bf27cf4d2b5be982fe | [] | 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 | 576 | sce | 4_6b.sce | clc
clear
//Initialization of variables
gam=62.4
pa=0
za=15 //ft
va=0
pg=0
zg=0
g=32.2 //ft/s^2
d=4 //in
dg=2 //in
zd=25 //ft
//calculations
vg= sqrt(2*g*(pa/gam +za+va^2 /(2*g) -pg/gam - zg))
Ag=%pi/4 *(dg/12)^2
Q=Ag*vg
A=%pi/4 *(d/12)^2
v4=Q/A
pc=-v4^2 *gam/(2*g*144)
pgd= za-zd - v4^2 /(2*g)
pd=pgd*gam/144
pe=-v4^2 *gam/(2*g*144)
pfg= za- v4^2 /(2*g)
pf=pfg*gam/144
//results
printf("Pressure at C = %.2f psig",pc)
printf("\n Pressure at D = %.2f psig",pd)
printf("\n Pressure at E = %.2f psig",pe)
printf("\n Pressure at F = %.2f psig",pf)
|
b45e8bcad8a359d6acb649b53b845490a9c65097 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH23/EX23.19/ex_23_19.sce | 03066bdba1708dc20e0ae8a60894a1f1a5df6006 | [] | 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,107 | sce | ex_23_19.sce | //find
clc
//solution
//given
W=5000//N
dx=40//mm
t1=850//N/mm^2
t2=850//N/mm^2
C=6
G=80000//N/mm^2
//ref fig 23.22
//D1-D2=2*d1
//D1=C*d1
//D2=C*d2
//d1/d2=1.5
//W1/W2=2.25....eq1
//W1+W2=W....eq2
//from 1 and 2,we get
W1=3492//N
W2=1538//N
K1=(4*C-1)/(4*C-4)+(0.615/C)
K2=K1
//d1=(K1*8*W1*C/(%pi*t1))^(0.5)
d1=10
printf("dia of spring wires is,%f mm\n",(K1*8*W1*C/(%pi*t1))^(0.5))
printf("dia is ,say 10mm\n")
printf("mean outer dia is,%f mm\n",6*d1)
D1=6*d1
printf("dia of spring wires is,%f mm\n",(K2*8*W2*C/(%pi*t2))^(0.5))
printf("dia is ,say 6 mm\n")
d2=6
printf("mean outer dia is,%f mm\n",6*d2)
D2=6*d2
//n1=(8*W1*C^3)/(dx*G*d1)
printf("number of turns are in outer coil,%f \n",1/[(8*W1*C^3)/(dx*G*d1)])
printf("numbr of turns are say 6\n")
n1=6
n1b=n1+2
Ls1=n1b*d1
n2b=n1b*d1/d2
n2=n2b-2
printf("numbr of tuns in inner coil is,%f \n",n2)
fL=Ls1+dx+0.15*dx
printf("free length is,%f mm\n",fL)
printf("outr dia of outr spring is,%f mm\n",D1+d1)
printf("innr dia of outr spring is,%f mm\n",D1-d1)
printf("outer dia of innr spring is,%f mm\n",D2+d2)
printf("innr dia of innr spring is,%f mm\n",D2-d2) |
0e21c2cfba5a21ed3cfbded2c51d60c0eff46c35 | 449d555969bfd7befe906877abab098c6e63a0e8 | /545/CH4/EX4.9/ch_4_eg_9.sce | c280b354ab103883d97fb4b60ceb518ee071397f | [] | 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 | 732 | sce | ch_4_eg_9.sce | clc
disp("the soln of eg 4.9-->Simultaneous O.D.E.")
function dy_dx=fw(x,y,z); //let us have dy/dx=z, therefore d2y/dx2=dz/dx
dy_dx=z,
endfunction
function dz_dx=fq(x,y,z);
dz_dx=-y*x,
endfunction
y=2,z=1
for x=0:.1:3,
h=.1 //step increment of 0.1
k1=h*fw(x,y,z)
l1=h*fq(x,y,z)
k2=h*fw(x+h/2,y+k1/2,z+l1/2)
l2=h*fq(x+h/2,y+k1/2,z+l1/2)
k3=h*fw(x+h/2,y+k2/2,z+l2/2)
l3=h*fq(x+h/2,y+k2/2,z+l2/2)
k4=h*fw(x+h,y+k3,z+l3)
l4=h*fq(x+h,y+k3,z+l3)
y=y+(k1+2*k2+2*k3+k4)/6
z=z+(l1+2*l2+2*l3+l4)/6
end
y=y-(k1+2*k2+2*k3+k4)/6
z=z-(l1+2*l2+2*l3+l4)/6
disp(z,y,"the values of y and z repectively are"); |
485ee34762e3d54a761884ee53919b55334cdbfa | 6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee | /giarratano/SOURCE/TESTING/msgdisp.tst | b6cc709e300d15f082dc9169ee1071d4b08f1fa2 | [] | no_license | arranger1044/icse-1516 | c40d2c86892cd90c14042a95581cbb0e238190fb | ee4bafb57bb549ef40e29b8edf8cdad038e97162 | refs/heads/master | 2020-12-24T19:04:01.588095 | 2016-05-31T07:46:47 | 2016-05-31T07:46:47 | 56,578,768 | 14 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 286 | tst | msgdisp.tst | (unwatch all)
(clear)
(load "msgdisp.clp")
(dribble-on "msgdisp.out")
(testit)
(dribble-off)
(clear)
(open "msgdisp.rsl" msgdisp "w")
(load "compline.clp")
(printout msgdisp "msgdisp.clp differences are as follows:" crlf)
(compare-files msgdisp.exp msgdisp.out msgdisp)
(close msgdisp)
|
5034d2e2c519c2f8a30d5a8eb5fd068c719546e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH11/EX11.7/Ex11_7.sce | 34ed27341aff47988572aa26447e09543c9d84ce | [] | 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 | 388 | sce | Ex11_7.sce | //Example 11.7
P=18;//Blood pressure (mm Hg)
P=18*133/1.00;//Blood pressure (Pa)
rho=1.00;//Density of fluid (g/ml)
rho=rho*10^3;//Density of fluid (kg/m^3)
g=9.80;//Acceleration due to gravity (m/s^2)
h=P/(rho*g);//Height (m)
printf('Height at which IV bag must be placed = %0.2f m',h)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
73ba62526d7d2c12e05bba0d9bed6def31b473c1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH16/EX16.5/16_5.sce | dd7884fbadd6c6afbab171ec93f2af2f7ef83e46 | [] | 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 | 187 | sce | 16_5.sce | clc
//initialisation
h=6.6*10^-34//j sec
r=5.86*10^28
m=9.1*10^-31//kg
gs=2
//CALCULATIONS
a=(h*h/(2*m))*((3*r/(4*3.14*gs))^(2/3))
//resullts
printf(' \n fermi energy= % 1e',a)
|
df37f32d69ea351706265ae79f53deacff70e863 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH12/EX12.8/12_8.sce | 43d4ba5110c90191f5d69c37e43683ddb0310695 | [] | 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,386 | sce | 12_8.sce | //To find path and arc of contact
clc
//Given:
t=20, T=40
m=10 //mm
phi=20 //degrees
//Solution:
//Addendum height for each gear wheel:
//Calculating the pitch circle radius of the smaller gear wheel
r=m*t/2 //mm
//Calculating the pitch circle radius of the larger wheel
R=m*T/2 //mm
//Calculating the radius of addendum circle for the larger gear wheel
RA=sqrt((r*sind(phi)/2+R*sind(phi))^2+R^2*(cosd(phi))^2) //mm
//Calculating the addendum height for larger gear wheel
addendumg=RA-R //mm
//Calculating the radius of addendum circle for the smaller gear wheel
rA=sqrt((R*sind(phi)/2+r*sind(phi))^2+r^2*(cosd(phi))^2) //mm
//Calculating the addendum height for smaller gear wheel
addendump=rA-r //mm
//Calculating the length of the path of contact
Lpc=(r+R)*sind(phi)/2 //Length of the path of contact, mm
//Calculating the length of the arc of contact
Lac=Lpc/cosd(phi) //Length of the arc of contact, mm
//Contact ratio:
//Calculating the circular pitch
pc=%pi*m //mm
//Calculating the contact ratio
CR=Lpc/pc //Contact ratio
//Results:
printf("\n\n Addendum height for larger gear wheel = %.1f mm.\n\n",addendumg)
printf(" Addendum height for smaller gear wheel = %.1f mm.\n\n",addendump)
printf(" Length of the path of contact = %.1f mm.\n\n",Lpc)
printf(" Length of the arc of contact = %.1f mm.\n\n",Lac)
printf(" Contact ratio = %d.\n\n",CR+1) |
dd9fe24b8d86739a109330995a61608b3e20df46 | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH4/EX4.5/Example_4_5.sce | c5cd1b51bd9de78f753f5f8d1a581a3a92f612e1 | [] | 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 | 598 | sce | Example_4_5.sce | //Chemical Engineering Thermodynamics
//Chapter 4
//Second Law of Thermodynamics
//Example 4.5
clear;
clc;
//Given
//Air at 20 deg celsius
//P1 = 250;initial pressure in atm
//P2 = 10;final pressure after throttling in atm
//To calculate the entropy change
//According to the given conditions from figure4.5(page no 103)
S1 = -0.38;//initial entropy in Kcal/Kg K
S2 = -0.15;//final entroy in Kcal/Kg K
del_S = S2-S1;
mprintf('Change in entropy for the throttling process is %f Kcal/Kg K',del_S);
//From figure 4.6(page no 104), the final temperature is -10 deg celsius
//end |
97ee77fc1277eca7cab16b88d3a5f5887f8f59f1 | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/Gl_fit_Para.sci | 0ccbee9202eaf890254221a985c48d5f3190392d | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 3,917 | sci | Gl_fit_Para.sci | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
//% For model hidden parameters
//% 2004. 8. Mengzhen KANG,Wulin
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
//clear all; close all;
//exec('bin/gl_begin.sci');
xdel(winsid()); //close all graphics window
disp('Using lsqr to estimate GreenLab model parameters.');
//exec(INTER_SYS_DIR+'/bin/glob_declare.sci');
exec(GL_SYS_DIR+'bin'+SEPARATOR+'glob_declare.sci');
// Read parameter file
//if exists('Flag_TCL')//under interface mode
//if 0
if exists('Flag_TCL')
FileName=ParaFileName;
else //command line mode
FileName = xgetfile('*.sci', GL_SYS_DIR+'parafiles',title='open parameter file');
end
realFile = FileName;
[Filepath,FileID,Fileextension]=fileparts(FileName);//get file ID
[fid, %v] = mopen(FileName, 'r');
if %v then
disp('Parameter file read error.');
abort;
end
exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_read.sci');
mclose(fid);
// Read target file
if exists('Flag_TCL')//under interface mode
FileName=DataFileName;
else //command line mode
FileName = xgetfile('*.dat', GL_SYS_DIR+'targetfiles',title='open target file');
end
realFile = FileName;
[fid, %v] = mopen(FileName, 'r');
if %v then
disp('Target file read error.');
abort;
end
exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_read_target.sci');
//Load climate data
fun = GL_SYS_DIR+'bin'+SEPARATOR+'env_fun.sci';
[water_sequence, theta_sequence, light_sequence, GC_index] = gl_env(Flag_environment, Flag_sumt, Omega, aux_paras,THETA_BASE, KSUMT, N);
// organ ID: 1 blade, 2 petiel, 3 internode, 4 female flower, 5 male flower, 6 layer, 7 root
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
//% T O P O L O G Y O F P L A N T ---- C O M P U T I N G A U T O M A T O N
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
printf('Determinist Topological computation ...');timer();
if ~exists('Flag_TCL') then
Flag_C_code = 1;
Flag_Sci_code = 0;
end
if Flag_C_code == 1 then
// c
StateO = Gl_StateOccupy(Tu_O);
[S,Nb_BI,DL,Nb_O] = topo(N,maxp,nr,RingOption,Nu_Ma,st_j,b_o,br_a,re_a,Flag_pruning,Pruning_delay,T_Pr,Nu_I,rs_A,rs_B,rt_a,Nu_O,Tu_O,StateO);
end;
if Flag_Sci_code == 1 then
//scilab
[S,Nb_O,Nb_BI,DL]= gl_topo_phy(N,maxp,Nu_Ma,Nu_I,Nu_O,st_j,b_o,br_a,re_a,rs_A,rs_B,rt_a,T_Pr,Tu_O,Flag_pruning,Pruning_delay,RingOption);
end;
printf(string(timer())+' seconds.\n');
//exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_disp_topo.sci');
x0 = x_Para;
disp('Beginning of fitting process...');
//stop=[1.d-6,1.d-6,1.d-3,20,0,100];
[xval, fvec, info] = lsqrsolve(x0, sim_fit_HiddenPara_Vec, size(target_set,2));
disp('Done...');
select info
case 0 then disp('improper input parameters.')
case 1 then disp('algorithm estimates that the relative error between x and the solution is at most tol.')
case 2 then disp('number of calls to the function reached.')
case 3 then disp('tol is too small. No further improvement in the approximate solution x is possible.')
case 4 then disp('iteration is not making good progress.')
end
printf("\n");
if Flag_C_code == 1 then
printf('executing using C code\n');
end;
if Flag_Sci_code == 1 then
printf('executing using Scilab code\n');
end;
//write the fit parameters into a file named optim\result\FileID_fit.m,which can be used for initial value of next fitting procedure
exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_write_FitPara.sci');
//display figures
exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_output_FitResult.sci');
if exists('Flag_TCL') then
if Flag_TCL == 0
x_message('fitting finished.');
mdelete(GL_SYS_DIR+'targetfiles'+SEPARATOR+'targettempfile.sci');
end
TCL_EvalFile(GL_SYS_DIR+'inttcl'+SEPARATOR+'fit_result_inscilab.tcl');
end
clear Flag_TCL
|
9acbaa4ede03586f19da4722266fedddc4dc5354 | 717ddeb7e700373742c617a95e25a2376565112c | /806/DEPENDENCIES/115.sci | 6c5f5d5ba4d981ddf9c27984518cef534bd2ee07 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 103 | sci | 115.sci | f=2//N/m^2( Shear stress)
du=0.25//m/s(Velocity of plate)
dy=0.5//mm(Distance between the two plates) |
21fe97a9f3983868aef457c34ba993da0bcd8e38 | 3fb2b65e8ef9208e822aad35c618441282e08a30 | /MetodeNumerik/obe.sci | 69808354c4d8ae08a9008a9e4293dfeeb4e501f1 | [] | no_license | Lukmannudin/TugasKuliah | 33031fb4f6ff0ab7a5849cda3ea15330e2527c3f | 19738c858dea539f0a5569f27be68b1a56c2aa89 | refs/heads/master | 2020-03-07T15:49:59.414761 | 2018-06-09T07:41:39 | 2018-06-09T07:41:39 | 127,565,939 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 518 | sci | obe.sci |
function hasil=gausnaif(A,b)
[m n]=size(A);
M=[A b];
for j=1:n-1
for i = j+1:n
M(i,:)=-M(i,j)/M(j,j)*M(j,:)+M(i,:);
end
end
hasil=M;
// nA=M(1:n,1:n);
//nB=M(:,n+1);
// hasil=sbalik(nA,nB);
endfunction
function hasil = sbalik(A,b)
[m n]=size(A);
x(n)=b(n)/A(n,n);
for k=n-1:-1:1
jum =0;
for j=k+1:n
jum=jum+A(k,j)*x(j);
end,
x(k)=(b(k)-jum)/A(k,k);
end
hasil=x;
endfunction
|
0846cb0c4f176f9a6249e3f891a7c9c1c914f58b | 09c4a8bcbc605cc3a5a45779e9218e6f309b0132 | /code.sci | bec7436296c8c6776045f65b5b5a5d5fa326833b | [] | no_license | emilemathieu/ImportanceSampling | 8224833f7255160230532329aeb220723338eea2 | 2afeb94bc6b1063d0a1f24fc41b79c434b34a5ca | refs/heads/master | 2021-05-28T20:54:32.251555 | 2015-06-01T17:57:00 | 2015-06-01T17:57:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,703 | sci | code.sci | //**********************************************//
//**************Projet*Math*Fi******************//
//**********************************************//
funcprot(0)
// Pour simuler W a l'instant T on ecrit une fonction
function [W_T] = brownien(N,T,Sigma)
n=size(Sigma);n=n(2);
W_T = sqrt(T) * Sigma * rand(n,N,"gauss");
endfunction
function [S_T] = black_scholes(N,T,S_0, r,sigma, Sigma)
n=size(Sigma);n=n(2);
d=prod(size(S_0));
S_T = diag(S_0) * (exp(T * diag(r - sigma.^2/2) * ones(d,N) + brownien(N,T,Sigma)));
endfunction
function [Y] = payoff_call_basket(a,S_T,K)
// S_T est une matrice d*N
// I_T et Y sont des vecteurs 1*N
I_T= a' * S_T;
Y=max(I_T-K,0);
endfunction
function [Y] = payoff_put_basket(a,S_T,K)
// S_T est une matrice d*N
// I_T et Y sont des vecteurs 1*N
I_T= a' * S_T;
Y=max(K-I_T,0);
endfunction
function []=test_simple(N,K,fonction_payoff)
S_T=black_scholes(N,T,S_0, r,sigma, Sigma);
payoff=exp(-r*T) * fonction_payoff(a,S_T,K);
estimation=mean(payoff);
ecart_type=stdev(payoff); // estimation de l'ecart type
erreur=1.96*ecart_type/sqrt(N); // demi-largeur de l'intervalle de confiance
printf("Direct N=%d, %f +- %f\n",N, estimation, erreur);
endfunction
function []=test_avec_vc(N,K,fonction_payoff)
S_T=black_scholes(N,T,S_0, r,sigma, Sigma);
I_T=a' * S_T;
payoff= exp(-r*T) * (fonction_payoff(a,S_T,K)-I_T); // A COMPLETER -- comment utiliser la variable de controle ?
estimation=mean(payoff) + I_0;// l'esperance de la variable de controle vaut I_0
ecart_type=stdev(payoff); // estimation de l'ecart type
erreur=1.96*ecart_type/sqrt(N); // demi-largeur de l'intervalle de confiance
printf("Direct VC N=%d, %f +- %f\n",N, estimation, erreur);
endfunction
function []=test_importance_sampling(N,K,fonction_payoff,optimal_m)
W_T = sqrt(T) * rand(d,N,"gauss");
m = optimal_m(K,fonction_payoff);
S_T = diag(S_0) * (exp(T * diag(r - sigma.^2/2) * ones(d,N) + (Sigma * (W_T + m) ) ) );
payoff = exp(-r*T) * fonction_payoff(a,S_T,K);
importance = exp(-sum(W_T.*m,1)-sum(m.*m,1)*T/2);
payoff = importance .* payoff;
estimation=mean(payoff); // estimation de la moyenne
ecart_type=stdev(payoff); // estimation de l'ecart type
erreur=1.96*ecart_type/sqrt(N); // demi-largeur de l'intervalle de confiance
printf("Importance N=%d, %f +- %f, mean(drift)=%f\n", N, estimation, erreur, mean(m));
endfunction
//// Find_optimal_drift from Paul GLASSERMAN
function [m]=Find_optimal_drift_GLAS(K,fonction_payoff)
m_old=zeros(d,1);
for i=1:100
//disp(i)
W_T = sqrt(T) * Sigma * m_old;
S_T = diag(S_0) * (exp(T * (r - sigma.^2/2) + W_T ) );
//disp(fonction_payoff(a,S_T,K)>0)
for j=1:d
m(j)=(fonction_payoff(a,S_T,K)>0)*sqrt(T)*(a'*(S_T.*Sigma(:,j)))/(a'*S_T);
end
if norm(m-m_old)<0.0005
break;
end
m_old=m;
end
m=repmat(m,1,N);
endfunction
//// Find_optimal_drift from Bouhari AROUNA
function[gamma_n]=gamma_coeff(alpha,Beta,n)
gamma_n = alpha/(Beta+n);
endfunction
function[U]=U_coeff(n)
U = (n==0)*100+(n~=0)*(sqrt(log(n)/6)+100);
endfunction
function[sigma_n]=sigma_function(sigma_n_old,norme)
sigma_n = sigma_n_old;
U=U_coeff(sigma_n_old);
sigma_n(length(sigma_n)+1)=sigma_n_old
endfunction
function [m]=Find_optimal_drift_Aroun(K,fonction_payoff)
m_old=zeros(d,1);
alpha=1; Beta=1;
for n=1:10000
//disp(n)
Z_n=rand(d,1,"gauss");
W_T = sqrt(T) * Sigma * Z_n;
S_T = diag(S_0) * (exp(T * (r - sigma.^2/2) + W_T ) );
payoff = exp(-r*T) * fonction_payoff(a,S_T,K);
Y_n = (m_old-Z_n)*(payoff**2)*exp(-m_old'*Z_n+0.5*m_old'*m_old);
m = m_old - gamma_coeff(alpha,Beta,n)*Y_n;
//disp(m)
end
//m=repmat(mean(m),d,N);
m=repmat(m,1,N);
endfunction
//// Find_optimal_drift from direct minimization with scilab optim function
function [m]=Find_optimal_drift_sci(K,fonction_payoff)
m=zeros(d,N);
for i=1:N
//G_T = rand(d,1,"gauss");
G_T = 1/sqrt(T)*W_T(:,i);
function [f, g, ind]=cost(x, ind)
f = exp(-x'*G_T+0.5*x'*x);
g = f*(x-G_T);
endfunction
m0=zeros(d,1);
[fopt, mopt] = optim(cost, m0);
m(:,i)=mopt;
end
m = mean(m,2);
m = repmat(m,1,N);
endfunction
//////////// Main Function //////////
//// Initialisation/Calcul des coefficients
// dimension du vecteur d'actifs risqués
d=10;
// Matrice de covariance des mouvements browniens
rho=0.5;
Rho = (1 - rho) *eye(d,d) + rho * ones(d,d); // Matrice de corrélationd es browniens
// Les volatilites de chaque actif
sigma=0.3*ones(d,1);
S_0=100*ones(d,1);
Gamma = diag(sigma) * Rho * diag(sigma); // fabrique la matrice sigma_i * Rho_ij * sigma_j (et oui!)
Sigma=sqroot(Gamma); // Calculons une racine carree de Gamma
//disp(norm(Sigma*Sigma' - Gamma))
T=1; //1 an
r=0.05; //Taux instantanné annuel
// Pondération du panier/de l'indice
a=(1/d)*ones(d,1);
S_0=100*ones(d,1);
I_0= a'*S_0;
//// Appel des fonctions
stacksize(268435454);
N=10000; //Nombre de termes pour la méthode de Monte Carlo
K= 1.5 * a'*S_0; // option out of the money
test_simple(N,K,payoff_call_basket);
test_avec_vc(N,K,payoff_call_basket); // la variable de controle augmente la variance !
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_GLAS);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_Aroun);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_sci);
K= 1.0 * a'*S_0; // option at the money
test_simple(N,K,payoff_call_basket);
test_avec_vc(N,K,payoff_call_basket); // la variable de controle marche mais pas terrible
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_GLAS);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_Aroun);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_sci);
K= 0.8 * a'*S_0; // option in the money
test_simple(N,K,payoff_call_basket);
test_avec_vc(N,K,payoff_call_basket);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_GLAS);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_Aroun);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_sci);
// ce coup ci la variable de controle sert a qq chose !
// Plus K est petit et mieux ca marche
K= 0.5 * a'*S_0;
test_simple(N,K,payoff_call_basket);
test_avec_vc(N,K,payoff_call_basket);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_GLAS);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_Aroun);
test_importance_sampling(N,K,payoff_call_basket,Find_optimal_drift_sci);
|
4a25b4a94369f9f0c1ac27c5f1587c0c28c086b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH9/EX9.20/Example_9_20.sce | d283ace3cce7227cbb6d8e43c1343931aff6ad66 | [] | 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 | 798 | sce | Example_9_20.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 9
//Chemical Reaction Equilibria
//Example 20
clear;
clc;
//Given:
//Reaction: C2H4(g) + H2O(l) --> C2H5OH(aq)
P = 85; //pressure in bar
n_e = 0.015; //mol percent of ethanol
n_w = 0.95; //mole percent of water
n_a = 0.48; //mol percent of ethylene in vapour phase
M = 18; //molecular mass of water
fc = 0.9; //fugacity coeffecient for ethylene
//To evaluate the equilibrium constant
//K = a_c/(a_a*a_b)
m_e = n_e/(n_w*M*10^-3); //mol/kg water
a_c = m_e;
fa = fc*n_a*P; //bar
a_a = fa;
//Since mol fraction of water is close to unity, so fugacity coeffecient of water is assumed to be 1
a_b = n_w;
K = a_c/(a_a*a_b);
mprintf('The equilibrium constant is %5.4e (mol C2H4)/(kg water bar)',K);
//end |
263a4c3341d11f1d159d679bdfd58856dc7c92dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH7/EX7.8/Ex7_8.sce | 7eaf28f96443e3f377757e73783931e9a8eb54b3 | [] | 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 | 259 | sce | Ex7_8.sce | //pagenumber 376 example 8
clear
vdd=10;//volt
beta1=10^-4;//ampere per square volt
ids=0.5*10^-3;//ampere
voltag=1;//volt
vgs=(sqrt(ids/beta1)+(1));
rd=(vdd-vgs)/ids;
disp("vgs = "+string((vgs))+"volt");
disp("rd = "+string((rd))+"ohm");
|
d3929a7ac572ff3eb02404b7639b0400e674ec7e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH5/EX5.6/Ex5_6.sce | bacf3d46883a68b6be524970fa50a065d8e95a37 | [] | 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 | 265 | sce | Ex5_6.sce | clear
//Given
I=10 //A
A=4*10**-6 //m**2
e=1.6*10**-19 //C
n=8*10**28 //m**-3
l=4
//Calculation
Vd=I/(n*A*e)
t=l/Vd
//Result
printf("\n Time required by an electron is %0.3f *10**4 S", t*10**-4)
|
073dea2b5a798882ba370692d89a4e8c77ee60ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH4/EX4.3/example4_3.sce | 040a7ef84339ad35efdfd1162d0dfe9f0c1ad3a7 | [] | 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 | 474 | sce | example4_3.sce |
//example 4.3
//calculate precipitation at x
clc;funcprot(0);
//given
pA=6.6; //precipitation at A
pB=4.8; //precpitation at B
pC=3.7; //precipitation at C
nA=72.6; //normal precipitation at A
nB=51.8; //normal precipitation at B
nC=38.2; //normal precipitation at C
nX=65.6; //normal precipitation at X
pX=(nX*pA/nA+nX*pB/nB+nX*pC/nC)/3;
pX=round(pX*100)/100;
mprintf("precipitation at x=%f cm.",pX);
|
f9bffb5520893a1fffe0e318c972085833139e61 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/CrvonsfHiddenData.sci | 9d97b3ce3f2af3975e0a1313802f4423b57b68ff | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 112 | sci | CrvonsfHiddenData.sci | // 08.09.19
function Out=CrvonsfHiddenData()
global CRVONSFHIDDENDATA
Out=CRVONSFHIDDENDATA;
endfunction;
|
9c1b3887942a515a2d2f3c67c2606b89264d8c49 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3392/CH3/EX3.7/Ex3_7.sce | 7b433970894c0b68511c09cb1f948328410dfa42 | [] | 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 | 926 | sce | Ex3_7.sce | clc
// initialization of variables
clear
tR=0.02 // t/R ration
E_A=69 //G Pa
v_A=0.33 // Poisson's ratio
alpha_A=21.6*10^-6 // /degree Celcius (Coefficient of expansion)
E_S=207 // G Pa
v_S=0.280
alpha_S=10.8*10^-6 // /degree Celcius (Coefficient of expansion)
// calculations
// Sig_LA=a*p+b*delT+c*sig_thS
// Sig_LS=v_S*Sig_thS+d*delT
E_S=E_S*10^9
E_A=E_A*10^9
a=1/tR*E_A/E_S
b=-2/3*alpha_S*E_S
c=-E_A/E_S
d=-alpha_S*E_S
// SigthS=e*p+f*delT
// SigthA=g*p+h*delT
e=37.16
f=0.8639*10^6
g=1/tR-e
h=-f
// results
p=689.4 // kPa
delT=100 // degree Celcius
p=p*10^3 // Pa
SigthA=g*p+h*delT
SigthS=e*p+f*delT
Sig_LA=a*p+b*delT+c*SigthS
Sig_LS=v_S*SigthS+d*delT
printf('Thus, for p = %.1f k Pa and delT = %.d degree celcius \n',p/10^3,delT)
printf(' SigthA = %.1f M Pa, Sig_LA = %.d M Pa \n',SigthA/10^6,Sig_LA/10^6)
printf(' SigthS = %.1f M Pa, Sig_LS = %.d M Pa',SigthS/10^6,Sig_LS/10^6)
|
2b31cd0a077b3d76d7a391d10f83ee76ebc71ae6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH9/EX9.3/Example9_3.sce | 5a5029e16fa559c7fee24bd715def13e85abae46 | [] | 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,255 | sce | Example9_3.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 9: POLYPHASE INDUCTION (ASYNCHRONOUS) DYNAMOS
// Example 9-3
clear; clc; close; // Clear the work space and console.
// Given data
P = 4 ; // Number of poles in Induction motor
f = 60 ; // Frequency in Hz
s_f = 5*(1/100) ; // Full-load rotor slip
// Calculations
// case a
// slip, s = (S -S_r)/S ;
// where S = Speed in rpm of the rotating magnetic field and
// S_r = Speed in rpm of the rotor
s = 1 ; // Slip = 1, at the instant of starting, since S_r is zero
f_r_a = s * f ; // Rotor frequency in Hz at the instant of starting
// case b
f_r_b = s_f * f ;// Full-load rotor frequency in Hz
// Display the results
disp("Example 9-3 Solution : ");
printf(" \n a: At the instant of starting, slip s = (S -S_r)/S ; ");
printf(" \n where S_r is the rotor speed. Since the rotor speed at the ");
printf(" \n instant of starting is zero, s = (S - 0)/S = 1 , or unity slip.");
printf(" \n\n The rotor frequency is \n f_r = %d Hz \n\n ", f_r_a);
printf(" \n b: At full-load,the slip is 5 percent(as given), and therefore");
printf(" \n s = %.2f \n f_r = %d Hz " , s_f , f_r_b);
|
1248689c653c490b427f6089ccfd98cf74c805a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3792/CH3/EX3.15/Ex3_15.sce | ddf8ea777b13cb5a55fd2c7ac27f58fef5f277ec | [] | 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 | 388 | sce | Ex3_15.sce | // SAMPLE PROBLEM 3/15
clc;clear;funcprot(0);
// Given data
h_1=500;// km
v_1=30000;// km/h
h_2=1200;// km
R=6371;// km
g=9.81;// The acceleration due to gravity in m/sec^2
// Calculation
v_2=sqrt((v_1/3.6)^2+((2*g*(R*10^3)^2)*((10^-3/(R+h_2))-(10^-3/(R+h_1)))));
printf("\nThe velocity of the satellite as it reaches point B,v_2=%4.0f m/s (or) v_2=%5.0f km/h",v_2,v_2*3.6);
|
938e0dd9ef0853893cda8939dfbcc6525d67015d | fdc5047b7bf8122bad1e621df236b0481226c36e | /virtualProcessComm_V4/macros/hrtFrameCalcCkSum.sci | bef35675b9349da02fddad764ea2bf4a29d396f3 | [] | no_license | jpbevila/virtualHartSci | aea3c6ba23d054670eb193f441ea7de982b531cc | a3f5be6041d230bd9f0fd67e5d7efa71f41cfca5 | refs/heads/main | 2023-07-26T23:05:28.044194 | 2021-09-09T11:50:59 | 2021-09-09T11:50:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 424 | sci | hrtFrameCalcCkSum.sci | function ckSumHex=hrtFrameCalcCkSum(strFrame,comCkSum)
//Recebe -> Frame com o ultimo byte de ckSum inserido e sem preambulo.
//Retorna -> O ckSum do strFrame correto.
vetData = hex2dec(tokens(part(strFrame,hrtFrameIni(strFrame):$),' '));
ckSumDec = vetData(1);
for i=2:length(vetData)-comCkSum
ckSumDec=bitxor(ckSumDec,vetData(i));
end
ckSumHex = msprintf("%02s",dec2hex(ckSumDec));
endfunction
|
b2d26f344032b382e6eb339a107a7cb9478e1d36 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/risetime/risetime1.sce | 6a63beefaeeac76de1ec3dc1e6b7ec118eafc280 | [] | 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 | 257 | sce | risetime1.sce | x=[0
0.0112910099304681;
0.0375437844553138;
-0.0502505723940154;
0.0237536810920502;
0.00286337692936232;
-0.0268585407773543;
-0.00670100836859748;
0.00681025234400021;
0.0743232780915911];
fs=4e6;
R=risetime(x,fs);
disp(R);
//output
//
// 0.0000002
|
e49e88dcb1d11436d82368b3384d4c5a5ca10acb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3440/CH9/EX9.3/Ex9_3.sce | 106a2425d492e510b5a3f700fa4286e7e6ba1738 | [] | 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 | 53 | sce | Ex9_3.sce | clc
n=3.6
R=[(n-1)/(n+1)]^2
disp(R,"R is= ")
|
5f2a980950e6c771aa698e7e1755aad992817e63 | 717ddeb7e700373742c617a95e25a2376565112c | /1445/CH2/EX2.1/Ex2_1.sce | 5e008ab00487233be31b8b7bebb22d861afe9eb4 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 846 | sce | Ex2_1.sce | //CHAPTER 2- STEADY-STATE ANALYSIS OF SINGLE-PHASE A.C. CIRCUIT
//Example 1
disp("CHAPTER 2");
disp("EXAMPLE 1");
//Find the Form Factor of the half-wave rectified sine wave as shown in Fig 2.20
//Peak value of voltage is Vm
//Period is 2pi
//v=Vm sinwt for 0<wt<pi
//v=0 for pi<wt<2pi
//SOLUTION
//average value Vav by integrating v over 0 to pi and pi to 2pi and dividing by 2pi
//assume Vm=1, as value not given
//The second term of integration not computed as v=0 on the range pi to 2pi
v_av=(integrate('sin(x)','x',0,%pi))/(2*%pi);
//rms value
//assume Vm=1, as value not given
v_rms=(integrate('sin(x)^2','x',0,%pi))/(2*%pi);
v_rms=sqrt(v_rms);
ff=v_rms/v_av;
//truncate the answer to 3 digits while displaying:
disp(sprintf("The form factor is %4.3f",ff));//The answer in the textbook is wrongly shown as 1.572
//END
|
742488bd09121c013560842a59f9a48878a9fce2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH1/EX1.7/Ch01Ex7.sci | 475d1090edbc61ce863a72f457c389f6dbc78ed7 | [] | 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 | 386 | sci | Ch01Ex7.sci | // Scilab Code Ex1.7 Relativistic variation of mass with speed: Pg: 22 (2008)
m0 = 1e-024; // Mass of a particle, kg
v = 1.8e+08; // Speed of the particle, m/s
c = 3e+08; // Speed of light, m/s
m = m0/sqrt(1-(v/c)^2); // Mass of the moving particle, kg
printf("\nThe mass of moving particle = %4.2e kg", m);
// Result
// The mass of moving particle = 1.25e-024 kg |
2306dd8f97952ff20381e592e5aba6c94350df93 | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/DEPENDENCIES/gainat.sci | 8a4cce44085ff8a9d632b8da19db83e89eaa5efa | [] | 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 | sci | gainat.sci | // Gain at a point on a root locus
function [K,p] = gainat(G)
z = locate(1,1);
x = z(1);y = z(2);
p = x + %i*y;
disp( p , 'p = ');
K = 1 / abs(horner(G,p))
disp( K , 'K = ');
plot(x,y,'.');
xstring(x,y,'K = ' + string(K));
endfunction
|
a15fe10601a5a902ee53602f269226a1280c6b23 | 28a8d47c4d79b231f8bebc28925792a290f67e9f | /db/others/sql/new_version/creation_select/merge_test.tst | 65b88f26b59f436d8bef57b98f8924b471b2c749 | [] | no_license | ZVlad1980/doo | a1fe7d18ccfd0acf6ced7dbb33927c86a925aae8 | e81be8f524b78b9a6ec06b7f83a8c13354fc6412 | refs/heads/master | 2021-08-17T02:03:54.553822 | 2017-11-20T17:21:03 | 2017-11-20T17:21:03 | 111,440,129 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 413 | tst | merge_test.tst | PL/SQL Developer Test script 3.0
20
-- Created on 23.09.2014 by ZHURAVOV_VB
declare
-- Local variables here
m xxdoo.xxdoo_db_merge;
begin
-- Test statements here
m := xxdoo.xxdoo_db_merge();
--
m.m('table','t');
m.us.s('field1');
m.us.s('field2');
m.us.f('table(t) o');
m.i('field1');
m.i('field2');
m.u('field2');
m.o('field1');
--
dbms_output.put_line(m.get_text);
--
end;
0
0
|
e1ca56406930be53a25d8d830804109f47c4eb19 | 3497e4f99295f9d0a26c0281451b49f83a91561b | /algo/tests/synchronous-shopping-2.tst | e42883621c088508249fd5e9177a67d2497f20aa | [] | no_license | lkuligin/hrank | e2af0bda04faf52198dccc6583c7e37366a105ba | ec8c5a9d7e7ac153c63cd3b2d3edf128c5e5ac79 | refs/heads/master | 2021-01-23T07:37:45.139920 | 2017-04-09T08:11:03 | 2017-04-09T08:11:03 | 86,432,729 | 0 | 0 | null | 2017-04-09T08:08:53 | 2017-03-28T08:10:16 | Scilab | UTF-8 | Scilab | false | false | 189 | tst | synchronous-shopping-2.tst | 8 20 2
0
1 1
0
1 1
0
0
0
2 1 2
3 2 762
7 4 727
8 7 322
8 1 207
1 5 687
2 6 556
1 6 103
6 8 237
3 6 777
5 6 698
3 7 584
6 4 25
2 5 734
3 5 667
7 2 208
7 5 669
4 8 775
8 3 229
1 2 462
4 2 562 |
2099e1d15d9ac5e957216efefe385162fe1990a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH14/EX14.9/Chapter14_Example9.sce | 8bdc74d72aa9ed06c1d9fd9d0c0b98ee6c41a1ea | [] | 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 | 864 | sce | Chapter14_Example9.sce | //Chapter-14, Example 14.9, Page 591
//=============================================================================
clc
clear
//INPUT DATA
T=50;//Temperature of air stream in degree C
Tb=22;//Bulb temperature in degree C
//CALCULATIONS
Tf=(T+Tb)/2;//Film temperature in degree C
p=1.14;//Density in kg/m^3
Cp=1.006;//Specific heat in J/kg.K
Pr=0.7;//Prantl number
u=(2*10^-5);//Dynamic viscosity in Ns/m^2
DAB=(0.26*10^-4);//DAB value in m^2/s
Sc=(u/(p*DAB));//Schmidt nuber
Le=(Sc/Pr);//Lewis number
p1=0.01920;//Density in kg/m^3
hfg=2449;//Enthalpy in kJ/kg
pA=0.0064;//Density in kg/m^3
psat=(1/12.23);//Saturation density in kg/m^3
RH=(pA/0.0817)*100;//Relative humidity
//OUTPUT
mprintf('Relative humidity of the airstream is %3.2f percent',RH)
//=================================END OF PROGRAM==============================
|
7bd52958d77445bb5809cc3364124067d9d73817 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1238/CH3/EX3.4/4.sce | 57794766d697cbe27391433d3286ca0d477519e9 | [] | 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 | 766 | sce | 4.sce | //finding output voltage//
//example 4//
clc
//clears the command window//
clear
//clears//
V1=10;//voltage source amplitude//
Rf=50;//forward rsistance//
r1=50;//internal resistance//
i=V1*Rf/(Rf+r1)
//current through diode during positive half cycle//
C=10^-6
T=(Rf+r1)*C;//time constant during conduction//
f=10*10^3
T1=1/(2*f);//time duration during which input voltage is positive//
t=50*10^-6;//given time//
v=V1*(1-exp(-(t/T)));//voltage across capacitor after 50micro sec//
Vo=((V1-v)*Rf)/(Rf+r1);//output voltage across diode//
R=20*10^3;//resistance in series//
T2=(r1+R)*C;//time constant of discharging circuit//
V2=v*exp(-(t/T2));//voltage at the end of 50 micro sec//
printf('output voltage=%f volt',V2)
//result is displayed//
|
f34574541c47689296b62de4ae651f7b65371cbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1775/CH2/EX2.18/Chapter2_Example18.sce | 679c1d90a586d8b5c7c47d4cd341a29eba19c747 | [] | 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 | 830 | sce | Chapter2_Example18.sce | //Chapter-2, Illustration 18, Page 76
//Title: Gas Power Cycles
//=============================================================================
clc
clear
//INPUT DATA
Tmin=300;//Minimum temperature in K
Tmax=1073;//Maximum temperature in K
Cp=1.005;//Specific heat at constant pressure in kJ/kg-K
//CALCULATIONS
Wmax=Cp*((sqrt(Tmax)-sqrt(Tmin))^2);//Maximum work output in kJ/kg
nB=(1-sqrt(Tmin/Tmax))*100;//Brayton cycle efficiency
nC=(1-(Tmin/Tmax))*100;//Carnot efficiency
r=nB/nC;//Ratio of brayton cycle efficiency to carnot efficieny
//OUTPUT
mprintf('Maximum work per kg of air is %3.2f kJ/kg \n Cycle efficiency is %3.0f percent \n Ratio of brayton cycle efficiency to carnot efficieny is %3.3f',Wmax,nB,r)
//==============================END OF PROGRAM=================================
|
0a0049c09020751629945001f3570c84576a4863 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3705/CH12/EX12.8/Ex12_8.sce | 9b7ebee9de72ece0f74c56df93cc022b6f88e37a | [] | 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 | Ex12_8.sce |
clear//
//Variable Declaration
D=250 //Wideness in mm
b=20 //Thickness of the plate in mm
r=50 //Radius of the hole in mm
e=50 //Eccentricity in mm
sigma_max=150 //Maximum normal stress at the hole in MPa
kb=2 //Stress Concentraion factor
//Calculations
A=b*(D-2*r)*10**-6 //Area in m^2
I=10**-12*(b*D**3*12**-1-(b*2**3*r**3*12**-1)) //Moment of inertia in m^4
//Simplfying computation
a=2*r*D**-1
kt=3-3.13*a+3.66*a**2-1.53*a**3 //Stress Concentration factor
//Simplfying computation
b=kt*A**-1
c=kb*r*r*10**-6*I**-1
P=10**3*sigma_max*(b+c)**-1 //Maximum Load in N
//Result
printf("\n The maximum value of P is %0.1f kN",P)
|
debbbb5dc0588b5b90921931f335e712fdac5ed5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2231/CH1/EX1.33/Ex_1_33.sce | 2eb9f32a778d40d6e3228cffe07394e688b8486c | [] | 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 | 147 | sce | Ex_1_33.sce | //Example 1_33
clc;
clear;close;
//Given data:
RL=10;//ohm
V=100;//V
t_off=50*10^-6;//s
C=t_off/RL/log(2);//F
disp(C,"Value of C(F)");
|
16c663737e840da637ca96fee3470bbc163bda92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2066/CH7/EX7.7.b/7_7b.sce | dbf46a956c6e288fb4977ded41f2a65c00cc61ae | [] | 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 | 7_7b.sce | clc
clear
//Initialization of variables
D=36 //in
rho=0.00226 //slug/ft^3
mu=3.88e-7 //lb-sec/ft^2
umax=62.2 //ft/s
V=54.5 //ft/s
Nr=9.5e5
r0=18 //in
r=12 //in
n=8.8
k=0.4
//calculations
f=0.0032 + 0.221/(Nr^0.237)
Vs=sqrt(f/8) *V
y=r0-r
delta1=D*5*sqrt(8) /(Nr*sqrt(f))
vss=70
thick=13*delta1
//results
printf("Outer edge of buffer zone is at %d",vss)
printf("\n Thickness of buffer zone = %.4f in",thick)
|
f3bd753086059dc8fc6811c010e8cc58467ae7ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /3864/CH2/EX2.21/Ex2_21.sce | 678fe0d541a01d31475e868a633bdb93624a951e | [] | 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,216 | sce | Ex2_21.sce | clear
//
//
//Initilization of Variables
P=20*10**3 //N //Load
d=6 //mm //diameter of wire
E=2*10**5 //N/mm**2
L_BO=4000 //mm //Length of BO
//Calculations
//Let theta be the angle between OA and OB and also between OC and OB
theta=30
//Let P_OA,P_OB,P_OC be the Forces introduced in wires OA,OB,OC respectively
//Due to symmetry P_OA=P_OC (same angles)
//Sum of all Vertical Forces=0
//P_OA*cos(theta)+P_OB+P_OC*cos(theta)=P
//After further simplifyinf we get
//2*P_OA*cos(theta)+P_OB=20 ...............(1)
//Let oo1 be the extension of BO
//oo1=L_A1o1*(cos(theta))**-1
//From relation we get
//P_OB*L_BO=P_OA*L_AO*(cos(theta))**-1
//But L_AO=L_BO*(cos(theta))**-1
//After substituting value of L_AO in above equation we get
//P_OB=0.75*P_OA .......................(2)
//substituting in Equation 1 we get
//2*P_OA*cos(theta)+0.75*P_OA=20
P_OA=20*(2*cos(theta*%pi*180**-1)+0.75)**-1
P_OB=0.75*P_OA
A=%pi*4**-1*d**2
//Vertical displacement of Load
dell_l_BO=P_OB*10**3*L_BO*(A*E)**-1
//Result
printf("\n Forces in each wire is:P_OA %0.2f KN",P_OA)
printf("\n :P_OB %0.2f KN",P_OB)
printf("\n Vertical displacement of Loadis %0.2f mm",dell_l_BO)
|
3e1258401c8e9def889197f13a46c117ec37fc0f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH15/EX15.3/15_3.sce | 39997d0168492453800c12dec485011a3a71976e | [] | 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 | 237 | sce | 15_3.sce | clc
//Intitalisation of variables
clear
a= 6.4*10^-6 //g ion per lit
a1= 0.05
n= 2
//CALCULATIONS
Ksp= a^2*a1
s= (Ksp/n^2)^(1/3)
//RESULTS
printf ('Ks = %.2e ',Ksp)
printf ('\n solubility of Ag2CrO4 = %.2e mole per litre',s)
|
0b3f3bbcb965b5e52e27588ff7462a9f5aec8e53 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/percent/%sp_q_sp.sci | 667728c6eec25680130c50713e3ec9b539a3f3f1 | [
"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 | 72 | sci | %sp_q_sp.sci | function r=%sp_q_sp(a,b)
//r=a.\b
// Copyright INRIA
r=full(a).\full(b)
|
27c4ac1e02ef5e04232b223394d7404bd6ae879b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH8/EX8.10/8_10.sce | 5f8e97bd5f2e63b4b6bd73a85b6c2411525cf4f3 | [] | 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 | 185 | sce | 8_10.sce | //Horizontal force P
//refer fig.8.14
//Applying virtual work principle
//-1500*(delta(s)*sind(30))+P*delta(s)*cosd(30)+0=0
P=1500*tand(30) //N
printf("Magnitude of P=%.2f N",P)
|
31c33db7c781afb0e33d94b64ea0c32f5a1f3feb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3816/CH1/EX1.1/1_1.sce | 6ce13e36946d765a5d469c87c66282af235b4ba0 | [] | 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 | 916 | sce | 1_1.sce | clc;
clear;
//case1:
disp('To find no. of primary & secondary turns:')
Bm1=1.5;//Max flux density of primary in tesla
Vt1=10.7;//Terminal voltage of primary in volts
Bm2=1.46;//Max flux density of secondary in tesla
Vt2=10.46;//Terminal voltage of secondary in volts
V1=11000;//Primary RMS voltage in volts
V2=415;//Secondary RMS voltage in volts
P=300e3;//Input power in volt-amphere
N2=(V2)/(Vt2);//No.of turns in secondary
N1=(V1)/(Vt1);//No.of turns in primary
disp(N1,'No of turns in primary is')
disp(N2,'No of turns in secondary is')
//case2:
disp('To find rated current:')
I1=P/(V1);
I2=P/(V2);
disp(I1,'The primary rated current in amps is')
disp(I2,'The secondary rated current in amps is')
//case3:
disp('To find primary &secondary load impedance:')
Z1=(V1)/(I1);
Z2=(V2)/(I2);
disp(Z1,'The primary load impedance in ohms is')
disp(Z2,'The secondary load impedance in ohms is')
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.