blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
214
content_id
stringlengths
40
40
detected_licenses
sequencelengths
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
dbfc567f01d3a4e2e33fc52f38175b3933eb1b50
449d555969bfd7befe906877abab098c6e63a0e8
/2990/CH6/EX6.1/Ex6_1.sce
330a7d0bdbee29f333fd1411f2b4acc2a8de230a
[]
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
Ex6_1.sce
clc; funcprot(0); // Initialization of Variable Da=184.32;//distance in mm Db=95.84;//distance in mm Ax=-115.0;//x coordinate of A By=-115.0;//y coordinate of B //calculation phi=atan(Ax/By); AB=sqrt(Ax**2+By**2); theta=acos((Da**2+AB**2-Db**2)/2/Da/AB); alpha=phi-theta; xc=Da*cos(alpha)-115.0; disp(xc,"the coordiantes in mm x is"); yc=-Da*sin(alpha); disp(yc,"the coordiantes in mm y is"); clear()
30f8733ecf03289c02c284be5246a691e64e6d03
3b9a879e67cbab4a5a4a5081e2e9c38b3e27a8cc
/Área 2/Aula 8 - Minimos quadráticos/Teste/EstimarUmaFuncaoFormaParabola.sce
694d0ed684f9df3ff3a90efbc889b5b52fd83f2f
[ "MIT" ]
permissive
JPedroSilveira/numerical-calculus-with-scilab
32e04e9b1234a0a82275f86aa2d6416198fa6c81
190bc816dfaa73ec2efe289c34baf21191944a53
refs/heads/master
2023-05-10T22:39:02.550321
2021-05-11T17:17:09
2021-05-11T17:17:09
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
350
sce
EstimarUmaFuncaoFormaParabola.sce
clear x = (1:0.5:12)'; y = 11*sin(x) + x.^2; n = size(x,1); p = 2; for i=1:p+1 for j=1:p+1 /*Monta a matriz do elemento genérico polinomial*/ M(i,j) = sum(x.^(i+j-2)); end end for i = 1:p+1 /*Monta o vetor b do sistema*/ b(i) = sum(y.*x.^(i-1)); end a = inv(M)*b; Xl = 3.14 resposta = a(1) + a(2)*Xl + a(3)*Xl^2
fb9f05231b0a61e5a1570ac77ccbbd172d82f27f
449d555969bfd7befe906877abab098c6e63a0e8
/74/CH1/EX1.4/example4_sce.sce
c762a7769db3d8338b3100d69b1fe4889019059d
[]
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
example4_sce.sce
//chapter 1 //example 1.4 // page 23,figure 1.27 Vee=10;R1=2400;R2=2400;R3=1000;Vbe=.7;//given I=(Vee-(R2*Vee/(R1+R2))-Vbe)/R3; disp(I)// result is in ampere
4ea5b5462371708e4f411e5eebb02d4aab80a734
72bdc6d649588b61192529e7d1420ddc18d1a67a
/tema5/1_acceso.sce
4cfa70c234c7af45af25adf8ad5fcd222890b52a
[]
no_license
jgpATs2w/scilab-examples
c3fcff648f720a8e909b2af0ec9ab70fb90dfcd2
59522a5ae1abbadf6f62bff16095f4b74c707918
refs/heads/master
2020-09-27T23:41:06.927931
2020-02-11T08:54:24
2020-02-11T08:54:24
226,637,785
0
0
null
null
null
null
UTF-8
Scilab
false
false
26
sce
1_acceso.sce
file("open", "datos.txt");
e6159e310204026a20a985a4d76d275ad7fbf4d6
449d555969bfd7befe906877abab098c6e63a0e8
/1379/CH13/EX13.1.1/example13_1.sce
10805776a8f2cd7860d22806e412b8fd5ebaf7c7
[]
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
487
sce
example13_1.sce
//exapple 13.1 clc; funcprot(0); // Initialization of Variable rho=998; g=9.81; pi=3.1428; omega=2*pi*1055/60;//angular rotation r=2.55/100//radius outer ld=1.55/100;//liq. depth l=10.25/100; //calculation //part1 a=r*omega^2/g; disp(a,"ratio of cetrifugal force & gravitational force is:"); //part2 ri=r-ld;//radius internal V=pi*(r^2-ri^2)*l; sigma=(omega^2*V)/(g*log(r/ri)); disp(sigma,"equivalent to gravity settling tank of crossectional area of in (m^2):")
2b1c0848930d69b0d5844dc29334ecadf29cd6d2
449d555969bfd7befe906877abab098c6e63a0e8
/1184/CH8/EX8.4/Ex8_4.sce
9b15781a1e4ec0883f963056629b36f2f127600f
[]
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
278
sce
Ex8_4.sce
//Example 8-4, Page No - 259 clear clc f = 10*10^6 div_factor = 100 A =64 N = 285 M=32 ref = f/div_factor R =M*N+A fout= R*ref printf('The output frequency of the synthesizer is %.1f Mhz',fout/10^6) printf('\n The step change is %.1f Mhz ',fout/10^6-918.3)
7678880fb2514ad28ebaef9960027526c943668d
39c5c468df5e2bde0147a30cf092fc8da3e7ed3e
/UFRGS/calcNumerico/area2/P2_numerico_oberdan/M11 - Euler-Heun-Taylor/M11 - euler.sce
027d6400ac59aeccc3a460e0b31677a1b670a608
[]
no_license
andredxc/Files
9dffc9fe5f7e923b83035d794dfa15c930cdb898
e32309b9ab548b829b04be66c2776cf9c9c6656e
refs/heads/master
2021-06-03T10:44:01.606242
2020-09-21T15:39:48
2020-09-21T15:39:48
107,410,076
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,032
sce
M11 - euler.sce
clear /* * t_dado, u_dado: u dado -> u(t_dado) = u_dado * t_final: tempo final -> u(t_final) * h: tamanho do intervalo * * [u]: aproximacao com o metodo de Euler * -> valor final e' o ultimo no vetor */ function [u]=euler(t_dado, u_dado, t_final, h) t(1)=t_dado; // t(0) -> init u(1)=u_dado; Nint=(t_final-t(1))/h; // numero de intervalos for n=1:Nint t(n+1)=t(n)+h; u(n+1)=u(n)+h*f(t(n),u(n)); end ufinal=u(n+1); endfunction //q1 Funcao u' (DERIVADA) function y=f(t,u) y=12-t^2; endfunction disp("Questão 1"); disp(euler(2,1,4,0.1)); disp("---------"); //q2 Funcao u' (DERIVADA) function y=f(t,u) y=6 - t^2; endfunction disp("Questão 2"); disp(euler(2,1,4,0.01)); disp("---------"); //q5 Funcao u' (DERIVADA) function y=f(t,u) y=sin(u+t+10); endfunction disp("Questão 5"); disp(euler(0,1,3,0.1)); disp("---------"); //q6 Funcao u' (DERIVADA) function y=f(t,u) y=cos(u+9); endfunction disp("Questão 6"); disp(euler(1,2,4,0.01)); disp("---------");
cb5d52fe7a00f520d4841f8ba70c023f26392c88
1ac32b2a9c91110d9dabe41ae3a3978c58e76d42
/TP/tp4_data_fusion_fuzzy_logic/fuzzy_logic.sci
edfca0312a8744053516421ee7e68f89b86d80af
[]
no_license
Wanna-Get-High/VisA
60c9a840ff11bd5a950efa5bba1392d47c4b0494
6742c451fe0b9e0150b3c59fc3418c3c8b272ba0
refs/heads/master
2021-01-18T19:29:19.220404
2013-12-14T16:52:57
2013-12-14T16:52:57
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,665
sci
fuzzy_logic.sci
funcprot(0); function basse = getCourbeBasse() basse(1,1:10) = 1; basse(1,11:19) = 2 - ((0.9:0.1) - (-1/10)*(11:19)); basse(1,20:40) = 0; endfunction function moyenne = getCourbeMoyenne() moyenne(1,1:10) = 0; moyenne(1,11:20) = -1 + ((0.9:0.1) - (-1/10)*(11:20)); moyenne(1,20:29) = 3 - ((0:0.9) - (-1/10)*(20:29)); moyenne(1,30:40) = 0; endfunction function haute = getCourbeHaute() haute(1,1:20) = 0; haute(1,21:29) = -2 + ((0:0.9) - (-1/10)*(21:29)); haute(1,30:40) = 1; endfunction function chauffeFort = getCourbeChauffe() chauffeFort(1,1:80) = 0; chauffeFort(1,81:99) = -0.3 + ((0.05:0.05:0.95) - (-1/300)*(81:99)); chauffeFort(1,100:150) = 1; endfunction function minimum = getSousEnsOperateurMin(a,b) minimum = min(a,b); endfunction function maximum = getSousEnsOperateurMax(a,b) maximum = max(a,b); endfunction temperature = [1:40]; //////////////////////////////////////////////////////////// // 1) Fonction d'appartenance //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// // Question 1 : programme generant des ensembles flous //////////////////////////////////////////////////////////// basse = getCourbeBasse(); moyenne = getCourbeMoyenne(); haute = getCourbeHaute(); // affichage de la courbe : Partition floue de l univers du discours subplot(221); plot2d(temperature,basse,2); plot2d(temperature,moyenne,3); plot2d(temperature,haute,5); xtitle("Partition floue de l univers du discours","Temperature (˚C)",""); //////////////////////////////////////////////////////////// // Question 2 : degree d'appartenance aux differents sous-ensemble // pour une temperature de 16 degree //////////////////////////////////////////////////////////// temp_16_deg_basse = basse(16); temp_16_deg_moyenne = moyenne(16); temp_16_deg_haute = haute(16); // affichage des degree d'appartenance disp(temp_16_deg_basse); disp(temp_16_deg_moyenne); disp(temp_16_deg_haute); //////////////////////////////////////////////////////////// // Question 3 : ensemble flou "temperature basse ou moyenne" //////////////////////////////////////////////////////////// temp_moy_ou_basse = getSousEnsOperateurMax(basse,moyenne); // affichage de la courbe : temperature moyenne ou basse subplot(222); plot2d(temperature,temp_moy_ou_basse,6); xtitle("Temperature Basse ou moyenne","Temperature (˚C)",""); //////////////////////////////////////////////////////////// // 2) Fonction d'appartenance // generation ensemble flou : voir fonction // getSousEnsOperateurMin et getSousEnsOperateurMax //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// // 3) implication floue //////////////////////////////////////////////////////////// chauffeFort = getCourbeChauffe(); // on creer un tableau de taille 15 avec la valeur se trouvant à basse(12) temp_mesure(1,1:150) = basse(12); // ensemble flou issue de l'utilisation de l'impolication de Mamdani r = getSousEnsOperateurMin(temp_mesure,chauffeFort); // affichage de la courbe chauffer fort subplot(223); plot2d([1:150],chauffeFort,3); xtitle("Chauffer fort","Puissance chauffe (hW)",""); // affichage de la courbe : si temperature basse alors Chauffer fort subplot(224); plot2d([1:150],r,3,rect=[0,0,150,1]); xtitle("Ensemble flou de sortie pour : Si temperature basse alors Chauffer fort -> 12 degree","Puissance chauffe (hW)","Chauffer fort"); // redimentionnement de la fenetre f= gcf(); f.figure_size=[1020,800];
980d437932a2b0e71bc090a13002767841ce07ff
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/levinson/levinson4.sce
12999272642bcbad59f93538c6a51b6169c376c6
[]
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
174
sce
levinson4.sce
// no i/p args are passed to the function levinson(); //output //!--error 10000 //Too few input arguments //at line 4 of function levinson called by : //levinson();
ce968d8fcbedec370cf3001f536b089c13be19d1
ac81ea48ed36fa69fdf708977fe51fda833622d2
/trunk/testovac/task_data/lorem_ipsum/01.tst
51f4fbbd57dabf4514c771b6d5b16624f4c8f2b5
[]
no_license
ppershing/ksp-hell-world
96559d7ebf10a4c04a477d232ab933a8d63b1b25
72894a6744e9d088624104c34b15b331e196aa06
refs/heads/master
2021-01-01T06:10:40.788109
2011-03-29T22:47:44
2011-03-29T22:47:44
32,278,913
0
0
null
null
null
null
UTF-8
Scilab
false
false
210
tst
01.tst
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero burne. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh alburn elementum imperdiet. Duis sagittis ipsum.
2e2357457b4933f113841efc316fec008a44254c
449d555969bfd7befe906877abab098c6e63a0e8
/494/CH5/EX5.1/5_1.sce
ee17972a6058aeff92e87c17a7cbd2335a829135
[]
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
699
sce
5_1.sce
//All the quantities are expressed in SI units AR = 8; //Aspect ratio of the wing alpha = 5*%pi/180; //Angle of attack experienced by the wing a0 = 2*%pi //airfoil lift curve slope alpha_L0 = 0; //zero lift angle of attack is zero since airfoil is symmetric //from fig. 5.20, for AR = 8 and taper ratio of 0.8 delta = 0.055; tow = delta; //given assumption //thus the lift curve slope for wing is given by a = a0/(1+(a0/%pi/AR/(1+tow))); //thus C_l can be calculated as C_l = a*alpha; //from eq.(5.61) C_Di = C_l^2/%pi/AR*(1+delta); printf("\nRESULTS\n--------\n Cl = %1.4f\n\n CD,i = %1.5f",C_l,C_Di)
02c90d233510f69937c8178216818af16d88370a
449d555969bfd7befe906877abab098c6e63a0e8
/2498/CH1/EX1.26/ex1_26.sce
b28a31d653f30390a2629c187131793967b6120e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
339
sce
ex1_26.sce
// Exa 1.26 clc; clear; close; format('v',6) // Given data Io = 2*10^-7;// in A V = 0.1;// in V // Current through the diode under forward bias, I = Io*( (%e^(40*V))-1 );// in A I = I * 10^6;// in µA disp(I,"The current through the diode under forward bias in µA is"); // Note: Calculated value of I in the book is wrong.
e9f7458a03ac8dae946be6e5ba8d852d7f3d1d71
449d555969bfd7befe906877abab098c6e63a0e8
/2699/CH10/EX10.10/Ex10_10.sce
a70f53e7380a3f3e36d23a782121de888f75ff50
[]
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,008
sce
Ex10_10.sce
//EX10_10 PG-10.48 clc printf("Refer to the figure-10.43 shown\n ") //A is grounded so B is virtual ground //Vb=Va=0 Vb=0; R1=1e3; R2=5e3; R3=5e3; R4=100; printf("\n Vb=Va=0 ................(1)") printf("\n Vb=0 \n I1=(Vin-Vb)/R1=Vin/R1 \n I1=(Vb-Vx)/R2=-Vx/R2 \n \n Vin/Rf=-Vx/R2") printf("\n =>Vx=-R2/R1*Vin........(2) \n \n now Vx=I2*R4 and (I1-I2)=(Vx-Vo)/R3 \n") printf(" =>I2=Vx/R4 and I1-Vx/R4=(Vx-Vo)/R3 \n Therefore \n Vin/R1-Vx/R4=(Vx-Vo)/R3 ....") printf(".......using I1=Vin/R1 \n Vin/R1-Vx(1/R4+1/R3)=-Vo/R3 \n \n ") printf("Vin/R1-(-R2/R1)*Vin*(1/R4+1/R3)=-Vo/R3 ........using (2) \n") printf(" Vin*(1/R1+R2/R1*(1/R4+1/R3))=-Vo/R3 \n \n ") printf("Vin=-(R1*R4/(R3*R4+R2*R3+R2*R4))*Vo \n \n") printf(" Acl=Vo/Vin=-(R3*R4+R2*R3+R2*R4)/(R1*R4) \n") Acl=-(R3*R4+R2*R3+R2*R4)/(R1*R4); printf("\n closed loop gain Acl=%.0f \n",Acl) Acl=abs(Acl); Rf=R1*Acl;//equivalent feedback resistance printf("\n equivalent feedback resistance Rf= %.0f kohm ",Rf*1e-3)
afb3fa598948da2d44a3c3b5323145645866ed4e
449d555969bfd7befe906877abab098c6e63a0e8
/2444/CH4/EX4.16/ex4_16.sce
f1d087ea93667a52f155dea92d9164c7375ef7c1
[]
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
292
sce
ex4_16.sce
// Exa 4.16 clc; clear; close; format('v',6) // Given data h_fe = 50;// unit less h_ie = 0.83;// in k ohm h_ie = h_ie * 10^3;// in ohm h_fb = -h_fe/(1+h_fe);// unit less disp(h_fb,"The current gain is"); h_ib = h_ie/(1+h_fe);// in ohm disp(h_ib,"The input impedance in ohm is");
2867941ecbb854f0fbb3bb8807ee3d8867f8147b
d465fcea94a1198464d7f8a912244e8a6dcf41f9
/system/kiks_gui_settimescale.sci
e674a8aab7cbf0f2ea4f655cbbd67ed5acf88547
[]
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
928
sci
kiks_gui_settimescale.sci
function [] = kiks_gui_settimescale() // 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_GUI_HDL","KIKS_ACC_LIMIT","KIKS_ACC_CELL","KIKS_TIMESCALE"); // !! L.9: Matlab function findobj not yet converted, original calling sequence used // L.9: Name conflict: function name changed from findobj to %findobj h = findobj("Tag","acc_popup"); // !! L.10: Matlab function set not yet converted, original calling sequence used // L.10: Name conflict: function name changed from set to %set set(h,"String",KIKS_ACC_CELL); // !! L.11: Matlab function set not yet converted, original calling sequence used // L.11: Name conflict: function name changed from set to %set set(h,"Value",2); endfunction
cc1330392637eec6e403b9c2cfab09d95bc2d4c1
449d555969bfd7befe906877abab098c6e63a0e8
/27/CH5/EX5.2.3/Example_5_2_3.sce
2e65ec0e49ec085ffe5fe0c323494dc4cc8417fb
[]
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,094
sce
Example_5_2_3.sce
clear; clc; close; set(gca(),"auto_clear","off") //hold on //Let lambda1<lambda2<0 for x=-20:0.5:20 y1 = x; y=0; x1=0; plot2d(x,y1,style=-2) plot2d(x,y,style=-4) plot2d(x1,x,style=-4) end for x=-5:0.5:5 y2=-4*x; plot2d(x,y2,style=-2) end xtitle('Phase Portrait','x-axis ( x )','y-axis ( y )') figure function xd=linear523(t,x) xd(1)=-x(1)-x(2); //x(dot); x(2) means y. xd(2)=0*x(1)-2*x(2); //y(dot); x(1) means x.; endfunction bound=[-14,-25,14,25]; //Bounds of x-axis and y-axis as [xmin ymin xmax ymax], change them according to your needs. nrect=10; //increase it to get more number of curves, i.e. more information will be available. set(gca(),"auto_clear","off") //hold on x=linspace(bound(1),bound(3),nrect); y=linspace(bound(2),bound(4),nrect); x0=[]; for i=1:10 x0=[x(i);y(i)]; t0=0; t=0:0.01:3000; xout=ode(x0,t0,t,linear523); plot2d(xout(1,:),xout(2,:)); end xtitle('Phase Portrait','x-axis ( x )','y-axis ( y )')
31bfa3898d1aa516e5948f155d12cf93da0c2149
449d555969bfd7befe906877abab098c6e63a0e8
/926/CH5/EX5.11/Chapter5_Example11.sce
2c2a839d3a790a113fe47aa0fab830dcf286dc9e
[]
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,730
sce
Chapter5_Example11.sce
//Hougen O.A., Watson K.M., Ragatz R.A., 2004. Chemical process principles Part-1: Material and Energy Balances(II Edition). CBS Publishers & Distributors, New Delhi, pp 504 //Chapter-5, Illustration 11, Page 127 //Title: Calculation of dry bulb and wet bulb temperature //============================================================================= clear clc //INPUT T = [190 90]; //Dry bulb and wet bulb temperature of air entering dryer in degree F n = 0.028; //lb-mole of water evaporated per lb mole of dry air entering //DATA FROM GRAPH mH = 0.011; //Molal humidity corresponding to DBT of 190 degree F and WBT of 90 degree F from Fig 19, Pg 120 DBT = 116; //Dry bulb temperature in degree F corresponding to molal humidity of 0.039 from Fig 19, Pg 120 PS = 35; //Percentage saturation corresponding to molal humidity of 0.039 and DBT of 116 degree F from Fig 19, Pg 120 //CALCULATIONS mH1 = n+mH; //Molal humidity of leaving air WBT = T(2); //Wet bulb temperature of leaving air in degree F //OUTPPUT // Console output mprintf('\n Dry bulb temperature of air leaving the drier = %3.0f degree F',WBT); mprintf('\n wet bulb temperature of air leaving the drier = %2.0f degree F',WBT); mprintf('\n Percentage saturation of air leaving the drier is %2.0f percent',PS); // File output fd= mopen('.\Chapter5_Example11_Output.txt','w'); mfprintf(fd,'\n Dry bulb temperature of air leaving the drier = %3.0f degree F',WBT); mfprintf(fd,'\n wet bulb temperature of air leaving the drier = %2.0f degree F',WBT); mfprintf(fd,'\n Percentage saturation of air leaving the drier is %2.0f percent',PS); mclose(fd); //=============================END OF PROGRAM==================================
0f2bb3f2d17973c3eff80f0feb4156f09e895e16
449d555969bfd7befe906877abab098c6e63a0e8
/3041/CH3/EX3.7/Ex3_7.sce
2ae7cdba7413f09e416cd1c0190e9adede5a1246
[]
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
671
sce
Ex3_7.sce
//Variable declaration beeta=100. //current gain Ic=4. //collector current(mA) Vbe=0.7 //base to emitter voltage(V) Re=2. //emitter resistance(ohms) Vcc=32. //supply voltage(V) abeeta=40. //actual current gain //Calculations Ib=Ic/beeta //base current(mA) Rb=(Vcc-Vbe-((Ib+Ic)*Re))/Ib //as Vcc=(Ib*Rb)+Vbe+(Ib+Ic)*Re Ib=(Vcc-Vbe-8)/(Rb+Re) //as Vcc=Rb*Ib+Vbe+(Ib+Ic)*Re Ic1=abeeta*Ib //collector current(mA) deltaIc=Ic-Ic1 //change in collector current(mA) //Result printf ("change in Ic when beeta=40 is %.1f mA",deltaIc)
c57902e1347d5f6bfe71a093b60f29cfb341d8c1
d465fcea94a1198464d7f8a912244e8a6dcf41f9
/system/kiks_fourbyte2ip.sci
a945140ff9f1c9462ad86457b43958fcaaa480e7
[]
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
1,961
sci
kiks_fourbyte2ip.sci
function [res] = kiks_fourbyte2ip(val) // fourbyte is expected to be a signed integer // Ouput variables initialisation (not found in input variables) res=[]; // Display mode mode(0); // Display warning for floating point exception ieee(1); // !! L.3: Matlab function bitget not yet converted, original calling sequence used // ! L.3: abs(mtlb_double(bitget(val,1:32))) may be replaced by: // ! --> mtlb_double(bitget(val,1:32)) if mtlb_double(bitget(val,1:32)) is real setbits = mtlb_find(abs(mtlb_double(bitget(val,1:32)))); // !! L.4: Matlab function bitset not yet converted, original calling sequence used fourbyte = sum(mtlb_double(bitset(0,setbits)),"m"); // !! L.6: Matlab function bitshift not yet converted, original calling sequence used // !! L.6: Matlab function bitshift not yet converted, original calling sequence used shift1 = bitshift(bitshift(fourbyte,-8*3),8*3); // !! L.7: Matlab function bitshift not yet converted, original calling sequence used // !! L.7: Matlab function bitshift not yet converted, original calling sequence used shift2 = bitshift(bitshift(fourbyte,-8*2),8*2); // !! L.8: Matlab function bitshift not yet converted, original calling sequence used // !! L.8: Matlab function bitshift not yet converted, original calling sequence used shift3 = bitshift(bitshift(fourbyte,-8),8); byte1 = mtlb_s(fourbyte,mtlb_double(shift3)); // !! L.11: Matlab function bitshift not yet converted, original calling sequence used byte2 = bitshift(mtlb_s(mtlb_double(shift3),mtlb_double(shift2)),-8); // !! L.12: Matlab function bitshift not yet converted, original calling sequence used byte3 = bitshift(mtlb_s(mtlb_double(shift2),mtlb_double(shift1)),-8*2); // !! L.13: Matlab function bitshift not yet converted, original calling sequence used byte4 = bitshift(shift1,-8*3); // !! L.15: Matlab function sprintf not yet converted, original calling sequence used res = sprintf("%d.%d.%d.%d",byte4,byte3,byte2,byte1); endfunction
5e53f47389e6108d288c6cde8274d744657cf8a1
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set5/s_Digital_Principals_And_Applications_D._P._Leach_And_A._P._Malvino_45.zip/Digital_Principals_And_Applications_D._P._Leach_And_A._P._Malvino_45/CH5/EX5.3/example_5_3.sce
d24a77619335ca1fdd1381f74d03b86e087cf148
[]
no_license
hohiroki/Scilab_TBC
cb11e171e47a6cf15dad6594726c14443b23d512
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
refs/heads/master
2021-01-18T02:07:29.200029
2016-04-29T07:01:39
2016-04-29T07:01:39
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
524
sce
example_5_3.sce
errcatch(-1,"stop");mode(2);//Example 5.3 //s the command window . //s all the variables . format('v',18); //increasing the precision to 18 . n=2; /// given 2 mb dec = n * 2^20 ; printf("The decimal equivalent of 2Mb is = %f ",dec); //displaying the value. exit();
b47fe0fbc990069b682d7a38e725edc91cb08b53
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/Positive_Negative_test/Netezza-Base-MathematicalFunctions/FLInvCosH-NZ-01.tst
b2230bcc2e1a6970a7acddca4d2c356124b93da3
[]
no_license
kamleshm/intern_fuzzy
c2dd079bf08bede6bca79af898036d7a538ab4e2
aaef3c9dc9edf3759ef0b981597746d411d05d34
refs/heads/master
2021-01-23T06:25:46.162332
2017-07-12T07:12:25
2017-07-12T07:12:25
93,021,923
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,237
tst
FLInvCosH-NZ-01.tst
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza -- -- Copyright (c): 2014 Fuzzy Logix, LLC -- -- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC. -- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC. -- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade -- secret or copyright law. Dissemination of this information or reproduction of this material is -- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC. -- Functional Test Specifications: -- -- Test Category: Math Functions -- -- Test Unit Number: FLinvcosh-Netezza-01 -- -- Name(s): FLinvcosh -- -- Description: Scalar function which returns the hyperbolic arccosine -- -- Applications: -- -- Signature: FLinvcosh(N DOUBLE PRECISION) -- -- Parameters: See Documentation -- -- Return value: DOUBLE PRECISION -- -- Last Updated: 05-15-2017 -- -- Author: Surya Deepak Garimella -- -- BEGIN: TEST SCRIPT --.run file=../PulsarLogOn.sql --.set width 2500 -- BEGIN: POSITIVE TEST(s) ---- Positive Test 1: Positive Tests --- Same Output, Good SELECT FLinvcosh(0.5) AS acosh; SELECT FLinvcosh(-0.5) AS acosh; ---- Positive Test 2: The Output of both should be same --- Same Output, Good SELECT FLinvcosh(1) AS acosh; SELECT FLinvcosh(FLCosh(1.5707963267949))AS acosh; ---- Positive Test 3: Positive Tests --- Return expected results, Good SELECT FLinvcosh(FLCosh(FLDeg2Rad(45)))AS acosh; SELECT FLinvcosh(FLCosh(FLDeg2Rad(-315)))AS acosh; ---- Positive Test 4: Boundary check --- Return expected results, Good SELECT FLinvcosh(1)AS acosh; SELECT FLinvcosh(-1)AS acosh; -- END: POSITIVE TEST(s) -- BEGIN: NEGATIVE TEST(s) ---- Negative Test 1: Out of Boundary --- Return expected error, Good SELECT FLinvcosh(1.0000000001) AS acosh; SELECT FLinvcosh(-1.0000000001) AS acosh; SELECT FLinvcosh(1e400) AS acosh; SELECT FLinvcosh(-1e-400) AS acosh; ---- Negative Test 3: Invalid Data Type --- Return expected error, Good SELECT FLinvcosh(NULL) AS acosh; SELECT FLinvcosh(NULL * -1) AS acosh; -- END: NEGATIVE TEST(s) -- END: TEST SCRIPT
d2009812b6aeca0d29a5bf45c05f156edd94a851
449d555969bfd7befe906877abab098c6e63a0e8
/3819/CH2/EX2.7/Ex2_7.sce
e61848c8c28407ec835a0bc7c2dc68128a2ab820
[]
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
617
sce
Ex2_7.sce
// A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal // Chapter 2 - Pressure and its measurements // Problem 2.7 //Given Data Set in the Problem d=3 a=%pi/4*d^2 D=10 A=%pi/4*D^2 f=80 dens=1000 g=9.81 //Calculations //When pistons are at same level F=f/a*A mprintf("The force on the large piston in level with the small piston is %f N\n",F) //When smaller piston is 40 cm above tha large piston p=(dens*g*40/100)/10^4 //pressure due to 40 cm of the liquid F_=(f/a+p)*A mprintf("The force on the large piston 40 cm below small piston is %f N\n",F_)
c03f7de8f1ab6b98d57eba2ddf935cb77da75292
09704e4709928b49763cc3cc4a418bb22298bdaa
/splines_2D.sce
4aa348cf0b74f13d2d1d5321cc60a8a7d56571fd
[]
no_license
beta-robots/splines-playground
99514aedc291400733d5246cdd35aa8e20473ecb
3546b5369eec12c0dfb933312f2f95801d70b138
refs/heads/master
2020-06-30T16:53:18.116391
2019-08-07T15:06:58
2019-08-07T15:06:58
200,889,865
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,289
sce
splines_2D.sce
// Computes the 2D curve, as a 3rd degree polynomial in each dimension (x and y): // x(t) = at^3+bt^2+ct+d // y(t) = at^3+bt^2+ct+d // that satisfy the 8 constraints: // x(0), x(1), x_dot(0), x_dot(1) // y(0), y(1), y_dot(0), y_dot(1) // where [x_dot(0) y_dot(0)]^T and [x_dot(1) y_dot(1)]^T are the curve tangent vectors // at the starting and ending points respectively // clear all //xdel(winsid()); //clear; //User entries (constraints) p_0 = [-0.1;0.71]; //initial point p_1 = [1;1]; //end point v_0 = [cos(0.1);sin(0.1)]; //tangent vector at the starting point (normalized) v_1 = [1;0]; //tangent vector at the ending point (normalized) // matrix setting MM = [2 -2 1 1; -3 3 -2 -1; 0 0 1 0; 1 0 0 0]; // solving tt =[0:0.01:1]; spline_x = []; spline_y = []; for ii=1:size(tt)(2) spline_x = [spline_x; [tt(ii)^3 tt(ii)^2 tt(ii) 1]*MM*[p_0(1); p_1(1); v_0(1); v_1(1)] ]; spline_y = [spline_y; [tt(ii)^3 tt(ii)^2 tt(ii) 1]*MM*[p_0(2); p_1(2); v_0(2); v_1(2)] ]; end //plot fig1 = figure(0); fig1.background = 8; ah = gca(); ah.auto_clear = "off"; ah.isoview = "on"; ah.x_label.text = "$x$"; ah.x_label.font_size = 4; ah.y_label.text = "$y$"; ah.y_label.font_size = 4; ah.grid = [0.1 0.1 -1]; plot(spline_x, spline_y,'r'); ah.children.children.thickness = 3;
dad146fff898f4bfb99b2923598a7d5008795d3d
449d555969bfd7befe906877abab098c6e63a0e8
/767/CH3/EX3.2.3/Ch03Exa3_2_3.sci
489b35b400e710ebd94d0832583cab732cd0b0c9
[]
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
512
sci
Ch03Exa3_2_3.sci
// Scilab code Exa3.2.3: Calculation of mass of 1 Ci sample of radioactive sample : Page 125 (2011) A = 3.7e+010; // Activity of 1Ci sample, dps t = 1608; // Half life of radioactive substance, s N = 6.023e+023/214; // Number of atoms in 1g of substance having atomic mass 214 lambda = 0.6931/t; // Decay constant, s^-1 m = A/(lambda*N); // The mass of radoiactive substance, g printf("\nThe mass of radioactive substance : %4.2e g", m) // Result // The mass of radioactive substance : 3.05e-008 g
f33444fa0b4832b6e998e7650a1308f71bfedc68
449d555969bfd7befe906877abab098c6e63a0e8
/998/CH29/EX29.29/Ex29.sce
c3fffe2799364acb6981652ffd25abfd9d4ea4cf
[]
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
190
sce
Ex29.sce
//Ex:29 clc; clear; close; u=0.55;//aperture efficiency f=12;// in GHz d=3;// diameter in m G_i=u*(10.472*f*d)^2; g=ceil(G_i); g_i=10*log(g)/log(10);//in db printf("Gain=%f ",g_i);
29e99cd9b73c765608a18186a69c5b15143ad48e
449d555969bfd7befe906877abab098c6e63a0e8
/1898/CH3/EX3.4/Ex3_4.sce
5caac57aafae4269201c786c641aa5a9827b1313
[]
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,316
sce
Ex3_4.sce
clear all; clc; disp("Scilab Code Ex 3.4 : ") //Given: P = 80; //kN l_z = 1.5; //m l_y = 0.05;//m l_x = 0.1; //m //Calculations: A= l_x*l_y; normal_stress_z = (P*(10^3))/A; //Pa Est = 200; //GPa - from the tables. strain_z = (normal_stress_z)/(Est*(10^9)); // Strain = stress/modulus of elasticity axial_elong = strain_z*l_z; //elongation in the y direction nu_st = 0.32; //Poisson's Ratio - from the tables. strain_x = -(nu_st)*(strain_z); //strain in the x direction. strain_y = strain_x; //Elongations: delta_x = strain_x*l_x; delta_y = strain_y*l_y; //Display: printf("\n\nThe change in the length (z direction) = %10.8f m",axial_elong); printf("\nThe change in the cross section (x direction)= %10.8f m',delta_x); printf("\nThe change in the cross section (y direction)= %10.8f m',delta_y); printf("\n\nIn the standard form:") printf("\nThe change in the length (z direction) = %10.2f x10^6m",(axial_elong*10^6)); printf("\nThe change in the cross section (x direction)= %10.2f x10^6m',(delta_x*10^6)); printf("\nThe change in the cross section (y direction)= %10.2f x10^6m',(delta_y*10^6)); //----------------------------------------------------------------------------END------------------------------------------------------------------------
7f8f35949e0ae4bb57012b1c8cd7cfeb21780223
449d555969bfd7befe906877abab098c6e63a0e8
/2507/CH5/EX5.4/Ex5_4.sce
58d505d5646abaa0ed3be942ab84b4aac037daa4
[]
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
Ex5_4.sce
clc clear printf("Example 5.4 | Page number 123 \n\n"); //Find inlet and exit velocities //Given Data d1 = 0.15 //m //inlet diameter m = 4000/3600 // kg/s //flow rate v1 = 0.285 //m^3/kg //specific volume at entry d2 = 0.25 //m //exit diameter v2 = 15 // m^3/kg //specific volume at exit //Solution A1 = %pi*d1^2/4 //m^2 //inlet cross sectional area A2 = %pi*d2^2/4 // m^2 // exit cross sectional area printf("Inlet cross sectional area (A1)= %.5f m^2\n",A1); printf("Exit cross sectional area (A2)= %.5f m^2\n",A2); V1 = m*v1/A1 //m/s //inlet velocity V2 = m*v2/A2 //m/s //exit velocity printf("\nInlet velocity = %.1f m/s",V1); printf("\nExit velocity = %.1f m/s",V2);
2d3cda78a465a73bbf25903300febedf62fdf47f
d65667bd6da157e725e5083a95c7a5e3c5e50371
/hdf5/.svn/pristine/2d/2d3cda78a465a73bbf25903300febedf62fdf47f.svn-base
a9721f202bceca071ece06ad7ab2594671393414
[]
no_license
DCC-Lab/Umuco
4748640ddd5869f193303057445fccbf2e1cc6c5
41c38cd6c8e8d771708959eb02c9dee054148cbc
refs/heads/master
2020-08-07T01:11:31.456247
2019-02-24T18:16:16
2019-02-24T18:16:16
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
85
2d3cda78a465a73bbf25903300febedf62fdf47f.svn-base
Objects in root group: Dataset: DS1 Datatype: DT1 Group: G1 Dataset: L1
6f071a1cd1ebf9eb670f7b3673278a0482204082
449d555969bfd7befe906877abab098c6e63a0e8
/2672/CH3/EX3.36/Ex3_36.sce
84cc2421abc9d1ed186d98e9501084e152a71136
[]
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
442
sce
Ex3_36.sce
//Example 3_36 clc; clear; close; format('v',6); //given data : f=100;//Hz C=100;//micro F Cdash=200;//micro F//When current is half of maximum L=1/(2*%pi*f)^2/(C*10^-6);//H disp(L,"Inductance(H)"); XL=2*%pi*f*L;//ohm XC=1/2/%pi/f/(Cdash*10^-6);//ohm //at I=Im/2 Z will be 2*R //Im=V/R and I=V/Z=V/sqrt(R^2+(XL-XC)^2) R=(XL-XC)/sqrt(3);//ohm format('v',5); disp(R,"Resistance(ohm)"); //Answer is not accurate in the book.
3095d86b12e58d8c50ebf29f69b89051faec384a
449d555969bfd7befe906877abab098c6e63a0e8
/43/CH9/EX9.5/ex9_5.sce
b61204eeec43b5a9d5d8f0d5e0b80de2097b37e0
[]
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
310
sce
ex9_5.sce
//Ex 9.5 clc; N=21; U=11; for n=-10+U:1:10+U if n==11 hd(n)=0.25; else hd(n)=(sin(%pi*(n-U)/4))/(%pi*(n-U)); end end [hzm ,fr ]= frmag (hd ,256) ; hzm_dB = 20* log10 (hzm)./ max ( hzm ); plot (2*fr , hzm_dB ); xlabel ('Frequency'); ylabel ('Magnitude'); title('Plot of Amplitude of LPF')
f4e84c20aded746e389c431b8e0b3e71524e1c59
449d555969bfd7befe906877abab098c6e63a0e8
/767/CH3/EX3.2.1/Ch03Exa3_2_1.sci
f432f8fae8c3163c1457c249d3b7c4468140037e
[]
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
312
sci
Ch03Exa3_2_1.sci
// Scilab code Exa3.2.1: To determine how many curie in 10^10 Bq : Page 124 (2011) Bq = 1/3.7e+010; // Number of curie in one Bq, Ci N = 10^10*Bq; // The number of curie in 10^10 Bq, Ci printf("\nThe number of curie in 10^10 Bq : %4.2f Ci", N) // Result // The number of curie in 10^10 Bq : 0.27 Ci
23cd2b06bc435b7e8cb29a230496171e1a1b9f7f
449d555969bfd7befe906877abab098c6e63a0e8
/773/CH9/EX9.11/9_11.sci
401fa51fba1ee52029252051ad09f63e72be82d6
[]
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
747
sci
9_11.sci
//calculates// printf("2) with controller') syms K; sys1=syslin('c',1/(s*(s+1.2))); sys2=sys1/.(s*K); G=16*sys2; G=simple(G) disp(G,"G(s)=") sys=G/.H; sys=simple(sys); disp(sys,"C(s)/R(s)=") [num,den]=numden(sys) den=den/5; //so that coeff of s^2=1 cof_a_0 = coeffs(den,'s',0) // coeff of den of symbolic function CL cof_a_1 = coeffs(den,'s',1) //Wn^2= cof_a_0,comparing the coefficients Wn=sqrt(cof_a_0) Wn=dbl(Wn); disp(Wn,"natural frequency Wn=") // Wn=natural frequency //cof_a_1=2*zeta*Wn //zeta=cof_a_1/(2*Wn) zeta=0.56; k=(8*zeta)-1.2 disp(k,"K=") Wd=Wn*sqrt(1-zeta^2); disp(Wd,"Wd=") Tp=%pi/Wd; disp(Tp,"Tp=") Mp=100*exp((-%pi*zeta)/sqrt(1-zeta^2)); disp(Mp,"Mp=") Ts=4/(zeta*Wn); disp(Ts,"Ts=")
0883d847ea4b22c62c8401bba6fbd704c06972a3
449d555969bfd7befe906877abab098c6e63a0e8
/317/CH19/EX19.10/example10.sce
df146fa3a7bbaa7d946860e765735ddbaa742279
[]
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
490
sce
example10.sce
// find closed-loop bandwidth // Electronic Principles // By Albert Malvino , David Bates // Seventh Edition // The McGraw-Hill Companies // Example 19-10, page 723 clear; clc; close; // Given data // LM308 Avol=250000;// given f2ol=1.2;// open-loop bandwidth in hertz Avcl=50;// closed loop voltage gain // Calculations f2cl=(Avol/Avcl)*f2ol;// closed-loop bandwidth in hertz disp("hertz",f2cl,"closed-loop bandwidth") // Result // closed-loop bandwidth is 6 KHertz
c46630517dd01e9f68822c9fa6c45fb0ec12c129
64985f9f867ac83189b9c0abd35889bb76cc9427
/Data/chef/chef.sce
351339d178b90792bc796e41e47dac2daa6ab6e9
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Tanny2017/Signature-of-Geometric-Centroids
dce0b253f91a7f67815dd91e577a9d2ccd5d7741
bafa9aa26d9d60aa819628f09c7f26630bda4e5d
refs/heads/master
2020-09-08T04:21:14.620901
2018-12-05T07:12:06
2018-12-05T07:12:06
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
30
sce
chef.sce
chef_view1.ply chef_view2.ply
70b35951327c35c745249b8a5f9432b68ae748d0
449d555969bfd7befe906877abab098c6e63a0e8
/3456/CH12/EX12.6/Ex12_6.sce
153defcf9671cd2fcf44f81060e5cdd22b2a4d9e
[]
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,081
sce
Ex12_6.sce
//Example 12.6 //Local Strain method //Page No. 424 clc;clear;close; funcprot(0); K=189; //in ksi n=0.12; //no unit ef=1.06; //no unit sigma_f=190; //in ksi b=-0.08; //no unit c=-0.66; //no unit E=30*10^6; //in psi E=E/1000; //conversion to ksi\ s=200; //in ksi sigma_m=167; //in ksi sigma_a=17; //in ksi se=s^2/E; deff('y=f(ds)','y=(ds^2)/(2*E)+(ds^((1+n)/n))/(2*K)^(1/n)-se/2'); [ds,v,info]=fsolve(0,f); de=se/ds; deff('y=f1(N2)','y=N2^-b*(sigma_f/E)+ef*N2^-c-de/2'); [N2,v,info]=fsolve(0,f1); N2=1/N2; N_1=N2/2; de_e2=sigma_a/E; deff('y=f2(N2)','y=N2^-b*((sigma_f-sigma_m)/E)+ef*N2^-c-de_e2'); [N2,v,info]=fsolve(0,f2); N2=1/N2; N_2=N2/2; C_pd=2*60*60*8; f=N_2/C_pd; printf('\nNumber of cycles = %g cycles\nFatigue damage per cycle = %g\nNumber of cycles with correction of mean stress= %g cycles\nFatigue damage per cycle with correction of mean stress= %g damage per year\nShaft will fail in %g days',N_1,1/N_1,N_2,1/N_2,f);
b45ed61df613a992b2f9d225025a2f7e0f9f0175
f575b6ff7e0f0e2a1e8b41f9ab83ac853231ba68
/pkg/anupq/gap/anusp.tst
d455cd997089dc32bd52a82823768ca24087123c
[]
no_license
jmichel7/gap3-jm
756c6e6c5d3c7956fe4dc20b2f76f320f49a11b5
3eeb3c4d174d567c51e712f997febb1e8e2ad65f
refs/heads/master
2023-08-23T19:04:53.627679
2023-08-21T14:21:33
2023-08-21T14:21:33
124,115,667
0
3
null
null
null
null
UTF-8
Scilab
false
false
21,991
tst
anusp.tst
SizeScreen( [ 70, 24 ] ); #>[ 70, 24 ] InfoRead1 := Ignore; #>function (...) internal; end RequirePackage( "anupq" ); d8 := SolvableGroup( 8, 4 ); #>D8 q8 := SolvableGroup( 8, 5 ); #>Q8 S := StandardPresentation( FpGroup(q8), 2, "Class", 10 ); #>Group( G.1, G.2, G.3 ) S.relators; #>[ G.1^2*G.3^-1, G.2^2*G.3^-1, G.3^2, G.2^-1*G.1^-1*G.2*G.1*G.3^-1 ] S := StandardPresentation( FpGroup(d8), 2, "Class", 10 ); #>Group( G.1, G.2, G.3 ) S.relators; #>[ G.1^2, G.2^2, G.3^2, G.2^-1*G.1^-1*G.2*G.1*G.3^-1 ] IsIsomorphicPGroup( d8, d8 ); #>true IsIsomorphicPGroup( d8, q8 ); #>false a := AbstractGenerator ("a");; b := AbstractGenerator ("b");; F := Group( a, b ); #>Group( a, b ) F.relators := [ a^625, Comm(Comm(Comm(Comm(b,a), a), a), a) / Comm(b, a)^5, Comm(Comm(b,a), b), b^625 ];; H := StandardPresentation( F, 5, "Class", 20, "Metabelian" ); #>Group( G.1, G.2, G.3, G.4, G.5, G.6, G.7, G.8, G.9, G.10, G.11, #>G.12, G.13, G.14, G.15, G.16, G.17, G.18, G.19, G.20 ) a := AbstractGenerator ("a");; b := AbstractGenerator ("b");; c := AbstractGenerator ("c");; d := AbstractGenerator ("d");; F := Group (a, b, c, d); #>Group( a, b, c, d ) F.relators := [b^4, b^2 / Comm(Comm (b, a), a), d^16, a^16 / (c * d), b^8 / (d * c^4)]; #>[ b^4, b^2*a^-2*b^-1*a*b*a*b^-1*a^-1*b*a, d^16, a^16*d^-1*c^-1, #> b^8*c^-4*d^-1 ] G := Pq (F, "Prime", 2, "ClassBound", 1); #>Group( G.1, G.2 ) G.automorphisms := []; #>[ ] A := GroupHomomorphismByImages( G, G, [G.1, G.2], [G.2, G.1 * G.2] ); #>GroupHomomorphismByImages( Group( G.1, G.2 ), Group( G.1, G.2 ), #>[ G.1, G.2 ], [ G.2, G.1*G.2 ] ) Add( G.automorphisms, A ); A := GroupHomomorphismByImages( G, G, [G.1, G.2], [G.2, G.1] ); #>GroupHomomorphismByImages( Group( G.1, G.2 ), Group( G.1, G.2 ), #>[ G.1, G.2 ], [ G.2, G.1 ] ) Add( G.automorphisms, A ); H := StandardPresentation( F, G, "ClassBound", 14, "AgAutomorphisms" ); #>Group( G.1, G.2, G.3, G.4, G.5, G.6, G.7, G.8, G.9, G.10, G.11, #>G.12, G.13, G.14, G.15, G.16, G.17, G.18, G.19, G.20, G.21, G.22, #>G.23, G.24, G.25, G.26, G.27, G.28, G.29, G.30, G.31, G.32, G.33, #>G.34, G.35, G.36, G.37, G.38, G.39, G.40, G.41, G.42, G.43, G.44, #>G.45, G.46, G.47, G.48, G.49, G.50, G.51, G.52, G.53 ) H.relators; #>[ G.1^2*G.4^-1, G.2^2*G.5^-1, #> G.3^2*G.53^-1*G.52^-1*G.49^-1*G.46^-1*G.42^-1*G.41^-1*G.40^-1*G.36\ #>^-1*G.31^-1*G.29^-1*G.26^-1*G.22^-1*G.18^-1*G.11^-1*G.9^-1*G.8^-1*G.\ #>6^-1, G.4^2*G.7^-1, G.5^2, #> G.6^2*G.51^-1*G.40^-1*G.39^-1*G.31^-1*G.21^-1*G.17^-1*G.14^-1*G.12\ #>^-1*G.11^-1*G.9^-1, G.7^2*G.10^-1, #> G.8^2*G.53^-1*G.52^-1*G.50^-1*G.48^-1*G.46^-1*G.44^-1*G.43^-1*G.42\ #>^-1*G.41^-1*G.36^-1*G.35^-1*G.34^-1*G.31^-1*G.30^-1*G.29^-1*G.25^-1*\ #>G.22^-1*G.21^-1*G.17^-1, #> G.9^2*G.53^-1*G.51^-1*G.48^-1*G.47^-1*G.46^-1*G.45^-1*G.44^-1*G.43\ #>^-1*G.37^-1*G.35^-1*G.34^-1*G.29^-1*G.25^-1*G.22^-1*G.21^-1*G.18^-1*\ #>G.17^-1*G.15^-1*G.12^-1, G.10^2*G.13^-1, #> G.11^2*G.52^-1*G.50^-1*G.49^-1*G.48^-1*G.46^-1*G.45^-1*G.44^-1*G.4\ #>3^-1*G.41^-1*G.40^-1*G.37^-1*G.35^-1*G.34^-1*G.30^-1*G.29^-1*G.26^-1\ #>*G.21^-1, #> G.12^2*G.51^-1*G.50^-1*G.49^-1*G.47^-1*G.46^-1*G.44^-1*G.43^-1*G.4\ #>2^-1*G.41^-1*G.39^-1*G.37^-1*G.36^-1*G.35^-1*G.31^-1*G.29^-1*G.26^-1\ #>*G.25^-1*G.21^-1*G.19^-1*G.15^-1, G.13^2*G.16^-1, #> G.14^2*G.52^-1*G.51^-1*G.49^-1*G.48^-1*G.47^-1*G.45^-1*G.43^-1*G.4\ #>2^-1*G.40^-1*G.39^-1*G.36^-1*G.34^-1*G.31^-1*G.25^-1, #> G.15^2*G.52^-1*G.49^-1*G.46^-1*G.43^-1*G.42^-1*G.41^-1*G.40^-1*G.3\ #>9^-1*G.37^-1*G.36^-1*G.35^-1*G.30^-1*G.29^-1*G.23^-1*G.19^-1, #> G.16^2*G.20^-1, #> G.17^2*G.52^-1*G.50^-1*G.49^-1*G.48^-1*G.45^-1*G.43^-1*G.39^-1*G.3\ #>6^-1*G.29^-1, #> G.18^2*G.51^-1*G.50^-1*G.49^-1*G.47^-1*G.44^-1*G.43^-1*G.41^-1*G.3\ #>7^-1*G.30^-1, #> G.19^2*G.53^-1*G.51^-1*G.49^-1*G.47^-1*G.46^-1*G.45^-1*G.41^-1*G.4\ #>0^-1*G.39^-1*G.34^-1*G.27^-1*G.23^-1, G.20^2*G.24^-1, #> G.21^2*G.51^-1*G.48^-1*G.44^-1*G.41^-1*G.34^-1, #> G.22^2*G.53^-1*G.49^-1*G.46^-1*G.42^-1*G.35^-1, #> G.23^2*G.52^-1*G.51^-1*G.49^-1*G.48^-1*G.44^-1*G.43^-1*G.32^-1*G.2\ #>7^-1, G.24^2*G.28^-1, G.25^2*G.49^-1*G.46^-1*G.39^-1, #> G.26^2*G.52^-1*G.47^-1*G.40^-1, G.27^2*G.48^-1*G.38^-1*G.32^-1, #> G.28^2*G.33^-1, G.29^2*G.50^-1*G.43^-1, G.30^2*G.52^-1*G.44^-1, #> G.31^2*G.53^-1*G.45^-1, G.32^2*G.38^-1, G.33^2, G.34^2*G.48^-1, #> G.35^2*G.49^-1, G.36^2*G.50^-1, G.37^2*G.51^-1, G.38^2, G.39^2, #> G.40^2, G.41^2, G.42^2, G.43^2, G.44^2, G.45^2, G.46^2, G.47^2, #> G.48^2, G.49^2, G.50^2, G.51^2, G.52^2, G.53^2, #> G.2^-1*G.1^-1*G.2*G.1*G.3^-1, G.3^-1*G.1^-1*G.3*G.1*G.5^-1, #> G.3^-1*G.2^-1*G.3*G.2*G.6^-1, #> G.4^-1*G.2^-1*G.4*G.2*G.53^-1*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.46\ #>^-1*G.44^-1*G.42^-1*G.40^-1*G.39^-1*G.37^-1*G.36^-1*G.35^-1*G.29^-1*\ #>G.17^-1*G.14^-1*G.8^-1*G.6^-1*G.5^-1, #> G.4^-1*G.3^-1*G.4*G.3*G.53^-1*G.52^-1*G.51^-1*G.46^-1*G.44^-1*G.43\ #>^-1*G.31^-1*G.30^-1*G.25^-1*G.22^-1*G.21^-1*G.17^-1*G.8^-1, #> G.5^-1*G.1^-1*G.5*G.1*G.8^-1, #> G.5^-1*G.3^-1*G.5*G.3*G.53^-1*G.52^-1*G.50^-1*G.48^-1*G.47^-1*G.46\ #>^-1*G.45^-1*G.40^-1*G.37^-1*G.36^-1*G.34^-1*G.31^-1*G.30^-1*G.29^-1*\ #>G.25^-1*G.22^-1*G.18^-1*G.14^-1*G.11^-1, #> G.5^-1*G.4^-1*G.5*G.4*G.52^-1*G.46^-1*G.43^-1*G.42^-1*G.41^-1*G.39\ #>^-1*G.36^-1*G.31^-1*G.30^-1*G.25^-1*G.22^-1*G.18^-1*G.17^-1*G.14^-1, #> G.6^-1*G.1^-1*G.6*G.1*G.53^-1*G.49^-1*G.46^-1*G.45^-1*G.41^-1*G.40\ #>^-1*G.36^-1*G.34^-1*G.31^-1*G.29^-1*G.26^-1*G.22^-1*G.21^-1*G.17^-1*\ #>G.11^-1, G.6^-1*G.2^-1*G.6*G.2*G.9^-1, #> G.6^-1*G.3^-1*G.6*G.3*G.52^-1*G.50^-1*G.47^-1*G.46^-1*G.44^-1*G.43\ #>^-1*G.40^-1*G.37^-1*G.35^-1*G.31^-1*G.30^-1*G.29^-1*G.25^-1*G.22^-1*\ #>G.21^-1*G.14^-1, #> G.6^-1*G.4^-1*G.6*G.4*G.53^-1*G.51^-1*G.49^-1*G.47^-1*G.45^-1*G.44\ #>^-1*G.43^-1*G.41^-1*G.39^-1*G.35^-1*G.29^-1*G.26^-1*G.25^-1*G.21^-1*\ #>G.14^-1, #> G.6^-1*G.5^-1*G.6*G.5*G.50^-1*G.48^-1*G.47^-1*G.46^-1*G.43^-1*G.37\ #>^-1*G.35^-1*G.34^-1*G.31^-1*G.30^-1*G.29^-1*G.26^-1*G.22^-1*G.18^-1*\ #>G.17^-1, #> G.7^-1*G.2^-1*G.7*G.2*G.53^-1*G.51^-1*G.48^-1*G.44^-1*G.43^-1*G.42\ #>^-1*G.40^-1*G.39^-1*G.37^-1*G.26^-1*G.21^-1*G.14^-1*G.12^-1*G.11^-1*\ #>G.9^-1, #> G.7^-1*G.3^-1*G.7*G.3*G.53^-1*G.50^-1*G.49^-1*G.48^-1*G.46^-1*G.43\ #>^-1*G.42^-1*G.40^-1*G.37^-1*G.36^-1*G.25^-1*G.21^-1, #> G.7^-1*G.5^-1*G.7*G.5*G.53^-1*G.52^-1*G.50^-1*G.49^-1*G.46^-1*G.45\ #>^-1*G.44^-1*G.43^-1*G.42^-1*G.40^-1*G.39^-1*G.34^-1*G.29^-1*G.25^-1, #> G.7^-1*G.6^-1*G.7*G.6*G.53^-1*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.48\ #>^-1*G.47^-1*G.44^-1*G.43^-1*G.41^-1*G.40^-1*G.39^-1*G.34^-1*G.30^-1*\ #>G.29^-1, #> G.8^-1*G.1^-1*G.8*G.1*G.53^-1*G.51^-1*G.50^-1*G.43^-1*G.41^-1*G.39\ #>^-1*G.35^-1*G.29^-1*G.21^-1*G.18^-1*G.14^-1, #> G.8^-1*G.2^-1*G.8*G.2*G.11^-1, #> G.8^-1*G.3^-1*G.8*G.3*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.45\ #>^-1*G.41^-1*G.37^-1*G.36^-1*G.35^-1*G.34^-1*G.31^-1*G.30^-1*G.26^-1*\ #>G.14^-1, #> G.8^-1*G.4^-1*G.8*G.4*G.52^-1*G.49^-1*G.48^-1*G.44^-1*G.42^-1*G.40\ #>^-1*G.37^-1*G.36^-1*G.31^-1*G.30^-1*G.22^-1*G.17^-1, #> G.8^-1*G.5^-1*G.8*G.5*G.53^-1*G.52^-1*G.51^-1*G.46^-1*G.44^-1*G.43\ #>^-1*G.31^-1*G.30^-1*G.25^-1*G.22^-1*G.21^-1*G.17^-1, #> G.8^-1*G.6^-1*G.8*G.6*G.52^-1*G.51^-1*G.47^-1*G.45^-1*G.44^-1*G.43\ #>^-1*G.36^-1*G.29^-1*G.26^-1*G.22^-1*G.21^-1, #> G.8^-1*G.7^-1*G.8*G.7*G.49^-1*G.46^-1*G.44^-1*G.29^-1, #> G.9^-1*G.1^-1*G.9*G.1*G.53^-1*G.50^-1*G.49^-1*G.48^-1*G.47^-1*G.44\ #>^-1*G.39^-1*G.34^-1*G.31^-1*G.30^-1*G.29^-1*G.22^-1*G.21^-1*G.17^-1*\ #>G.14^-1, G.9^-1*G.2^-1*G.9*G.2*G.12^-1, #> G.9^-1*G.3^-1*G.9*G.3*G.53^-1*G.51^-1*G.50^-1*G.48^-1*G.47^-1*G.45\ #>^-1*G.44^-1*G.43^-1*G.42^-1*G.41^-1*G.40^-1*G.39^-1*G.37^-1*G.36^-1*\ #>G.35^-1*G.30^-1*G.18^-1, #> G.9^-1*G.4^-1*G.9*G.4*G.53^-1*G.51^-1*G.48^-1*G.47^-1*G.46^-1*G.45\ #>^-1*G.42^-1*G.40^-1*G.39^-1*G.37^-1*G.36^-1*G.35^-1*G.30^-1*G.17^-1, #> G.9^-1*G.5^-1*G.9*G.5*G.53^-1*G.50^-1*G.49^-1*G.46^-1*G.45^-1*G.41\ #>^-1*G.39^-1*G.34^-1*G.31^-1*G.30^-1*G.26^-1*G.25^-1*G.21^-1, #> G.9^-1*G.6^-1*G.9*G.6*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.47^-1*G.46\ #>^-1*G.45^-1*G.43^-1*G.40^-1*G.39^-1*G.37^-1*G.35^-1*G.31^-1*G.29^-1*\ #>G.26^-1, #> G.9^-1*G.7^-1*G.9*G.7*G.53^-1*G.52^-1*G.51^-1*G.50^-1*G.48^-1*G.46\ #>^-1*G.45^-1*G.44^-1*G.43^-1*G.39^-1*G.35^-1, #> G.9^-1*G.8^-1*G.9*G.8*G.53^-1*G.48^-1*G.45^-1*G.44^-1*G.41^-1*G.35\ #>^-1*G.34^-1, #> G.10^-1*G.2^-1*G.10*G.2*G.53^-1*G.52^-1*G.51^-1*G.49^-1*G.47^-1*G.\ #>46^-1*G.45^-1*G.44^-1*G.43^-1*G.42^-1*G.41^-1*G.40^-1*G.39^-1*G.35^-\ #>1*G.34^-1*G.25^-1*G.22^-1*G.21^-1*G.18^-1*G.17^-1*G.12^-1, #> G.10^-1*G.3^-1*G.10*G.3*G.50^-1*G.48^-1*G.46^-1*G.44^-1*G.41^-1*G.\ #>39^-1*G.34^-1, #> G.10^-1*G.5^-1*G.10*G.5*G.50^-1*G.49^-1*G.48^-1*G.46^-1*G.43^-1*G.\ #>39^-1, #> G.10^-1*G.6^-1*G.10*G.6*G.52^-1*G.50^-1*G.48^-1*G.44^-1*G.43^-1, #> G.10^-1*G.8^-1*G.10*G.8*G.50^-1*G.43^-1, #> G.10^-1*G.9^-1*G.10*G.9*G.49^-1, G.11^-1*G.1^-1*G.11*G.1*G.14^-1, #> G.11^-1*G.2^-1*G.11*G.2*G.53^-1*G.52^-1*G.47^-1*G.45^-1*G.43^-1*G.\ #>41^-1*G.37^-1*G.35^-1*G.34^-1*G.31^-1*G.29^-1*G.26^-1*G.25^-1*G.22^-\ #>1*G.17^-1, #> G.11^-1*G.3^-1*G.11*G.3*G.51^-1*G.50^-1*G.44^-1*G.36^-1*G.35^-1*G.\ #>34^-1*G.31^-1*G.22^-1*G.21^-1*G.18^-1, #> G.11^-1*G.4^-1*G.11*G.4*G.52^-1*G.51^-1*G.49^-1*G.48^-1*G.47^-1*G.\ #>45^-1*G.43^-1*G.42^-1*G.40^-1*G.39^-1*G.36^-1*G.34^-1*G.31^-1*G.25^-\ #>1*G.17^-1, #> G.11^-1*G.5^-1*G.11*G.5*G.52^-1*G.48^-1*G.47^-1*G.46^-1*G.45^-1*G.\ #>44^-1*G.37^-1*G.35^-1*G.30^-1*G.29^-1*G.26^-1*G.21^-1, #> G.11^-1*G.6^-1*G.11*G.6*G.52^-1*G.51^-1*G.49^-1*G.45^-1*G.44^-1*G.\ #>42^-1*G.41^-1*G.40^-1*G.39^-1*G.35^-1*G.29^-1*G.26^-1, #> G.11^-1*G.7^-1*G.11*G.7*G.53^-1*G.52^-1*G.51^-1*G.45^-1*G.44^-1*G.\ #>35^-1, #> G.11^-1*G.9^-1*G.11*G.9*G.49^-1*G.47^-1*G.46^-1*G.45^-1*G.44^-1*G.\ #>43^-1*G.41^-1*G.40^-1*G.36^-1*G.35^-1*G.34^-1, #> G.11^-1*G.10^-1*G.11*G.10*G.49^-1, #> G.12^-1*G.1^-1*G.12*G.1*G.52^-1*G.49^-1*G.48^-1*G.46^-1*G.45^-1*G.\ #>44^-1*G.43^-1*G.37^-1*G.34^-1*G.31^-1*G.30^-1*G.25^-1*G.22^-1, #> G.12^-1*G.2^-1*G.12*G.2*G.15^-1, #> G.12^-1*G.3^-1*G.12*G.3*G.52^-1*G.49^-1*G.48^-1*G.47^-1*G.45^-1*G.\ #>44^-1*G.36^-1*G.30^-1*G.29^-1*G.26^-1*G.25^-1, #> G.12^-1*G.4^-1*G.12*G.4*G.52^-1*G.51^-1*G.49^-1*G.47^-1*G.46^-1*G.\ #>41^-1*G.40^-1*G.37^-1*G.35^-1*G.34^-1*G.29^-1*G.25^-1, #> G.12^-1*G.5^-1*G.12*G.5*G.53^-1*G.49^-1*G.47^-1*G.45^-1*G.44^-1*G.\ #>42^-1*G.37^-1*G.36^-1*G.35^-1*G.34^-1*G.30^-1*G.29^-1, #> G.12^-1*G.6^-1*G.12*G.6*G.49^-1*G.48^-1*G.46^-1*G.45^-1*G.42^-1*G.\ #>41^-1*G.37^-1*G.36^-1, #> G.12^-1*G.7^-1*G.12*G.7*G.51^-1*G.50^-1*G.45^-1*G.44^-1*G.43^-1, #> G.12^-1*G.8^-1*G.12*G.8*G.52^-1*G.50^-1*G.48^-1*G.47^-1*G.46^-1*G.\ #>45^-1*G.44^-1*G.43^-1*G.40^-1*G.36^-1*G.35^-1*G.34^-1, #> G.12^-1*G.9^-1*G.12*G.9*G.52^-1*G.50^-1*G.48^-1*G.43^-1*G.41^-1*G.\ #>40^-1, #> G.12^-1*G.11^-1*G.12*G.11*G.52^-1*G.51^-1*G.48^-1*G.43^-1*G.41^-1*\ #>G.40^-1, #> G.13^-1*G.2^-1*G.13*G.2*G.53^-1*G.52^-1*G.46^-1*G.45^-1*G.44^-1*G.\ #>41^-1*G.39^-1*G.34^-1*G.31^-1*G.30^-1*G.26^-1*G.25^-1*G.21^-1*G.19^-\ #>1*G.15^-1, G.13^-1*G.3^-1*G.13*G.3*G.48^-1, #> G.14^-1*G.1^-1*G.14*G.1*G.17^-1, G.14^-1*G.2^-1*G.14*G.2*G.18^-1, #> G.14^-1*G.3^-1*G.14*G.3*G.53^-1*G.52^-1*G.51^-1*G.46^-1*G.45^-1*G.\ #>42^-1*G.41^-1*G.39^-1*G.37^-1*G.36^-1*G.34^-1*G.31^-1*G.29^-1*G.26^-\ #>1*G.25^-1*G.22^-1*G.21^-1, #> G.14^-1*G.4^-1*G.14*G.4*G.53^-1*G.52^-1*G.50^-1*G.47^-1*G.45^-1*G.\ #>43^-1*G.42^-1*G.40^-1*G.34^-1*G.31^-1*G.30^-1*G.25^-1, #> G.14^-1*G.5^-1*G.14*G.5*G.53^-1*G.52^-1*G.51^-1*G.50^-1*G.48^-1*G.\ #>47^-1*G.46^-1*G.42^-1*G.41^-1*G.36^-1*G.34^-1*G.31^-1*G.25^-1, #> G.14^-1*G.6^-1*G.14*G.6*G.49^-1*G.47^-1*G.40^-1*G.36^-1*G.35^-1*G.\ #>34^-1*G.31^-1, #> G.14^-1*G.7^-1*G.14*G.7*G.52^-1*G.46^-1*G.45^-1*G.39^-1, #> G.14^-1*G.8^-1*G.14*G.8*G.52^-1*G.47^-1*G.46^-1*G.45^-1*G.44^-1*G.\ #>41^-1*G.36^-1*G.35^-1*G.34^-1, #> G.14^-1*G.9^-1*G.14*G.9*G.51^-1*G.48^-1*G.47^-1*G.46^-1*G.44^-1*G.\ #>43^-1*G.40^-1*G.36^-1*G.35^-1*G.34^-1, #> G.14^-1*G.11^-1*G.14*G.11*G.52^-1*G.50^-1*G.49^-1*G.47^-1*G.46^-1*\ #>G.45^-1*G.44^-1*G.43^-1*G.40^-1*G.36^-1*G.35^-1*G.34^-1, #> G.14^-1*G.12^-1*G.14*G.12*G.50^-1*G.49^-1*G.48^-1, #> G.15^-1*G.1^-1*G.15*G.1*G.52^-1*G.51^-1*G.48^-1*G.46^-1*G.45^-1*G.\ #>44^-1*G.43^-1*G.42^-1*G.36^-1*G.31^-1*G.29^-1*G.25^-1, #> G.15^-1*G.2^-1*G.15*G.2*G.19^-1, #> G.15^-1*G.3^-1*G.15*G.3*G.51^-1*G.48^-1*G.40^-1*G.39^-1*G.37^-1*G.\ #>30^-1, #> G.15^-1*G.4^-1*G.15*G.4*G.51^-1*G.45^-1*G.44^-1*G.43^-1*G.36^-1*G.\ #>29^-1, #> G.15^-1*G.5^-1*G.15*G.5*G.53^-1*G.52^-1*G.47^-1*G.46^-1*G.45^-1*G.\ #>44^-1*G.43^-1*G.41^-1*G.40^-1*G.39^-1*G.34^-1, #> G.15^-1*G.6^-1*G.15*G.6*G.53^-1*G.50^-1*G.49^-1*G.47^-1*G.45^-1*G.\ #>43^-1*G.40^-1, G.15^-1*G.7^-1*G.15*G.7*G.49^-1, #> G.15^-1*G.11^-1*G.15*G.11*G.50^-1*G.49^-1*G.48^-1, #> G.15^-1*G.14^-1*G.15*G.14*G.50^-1*G.49^-1*G.48^-1, #> G.16^-1*G.2^-1*G.16*G.2*G.51^-1*G.48^-1*G.46^-1*G.44^-1*G.42^-1*G.\ #>41^-1*G.40^-1*G.39^-1*G.37^-1*G.36^-1*G.35^-1*G.30^-1*G.29^-1*G.19^-\ #>1, #> G.17^-1*G.1^-1*G.17*G.1*G.53^-1*G.49^-1*G.48^-1*G.47^-1*G.43^-1*G.\ #>42^-1*G.40^-1*G.39^-1*G.36^-1*G.34^-1*G.31^-1*G.30^-1*G.29^-1*G.25^-\ #>1, G.17^-1*G.2^-1*G.17*G.2*G.21^-1, #> G.17^-1*G.3^-1*G.17*G.3*G.52^-1*G.51^-1*G.49^-1*G.47^-1*G.46^-1*G.\ #>45^-1*G.44^-1*G.43^-1*G.42^-1*G.40^-1*G.39^-1*G.37^-1*G.34^-1*G.25^-\ #>1, #> G.17^-1*G.4^-1*G.17*G.4*G.53^-1*G.52^-1*G.51^-1*G.49^-1*G.48^-1*G.\ #>39^-1*G.36^-1*G.35^-1*G.29^-1, #> G.17^-1*G.5^-1*G.17*G.5*G.52^-1*G.51^-1*G.50^-1*G.47^-1*G.45^-1*G.\ #>44^-1*G.41^-1*G.39^-1*G.35^-1*G.34^-1*G.29^-1, #> G.17^-1*G.6^-1*G.17*G.6*G.52^-1*G.50^-1*G.49^-1*G.48^-1*G.47^-1*G.\ #>46^-1*G.45^-1*G.44^-1*G.43^-1*G.40^-1*G.35^-1*G.34^-1, #> G.17^-1*G.7^-1*G.17*G.7*G.43^-1, #> G.17^-1*G.8^-1*G.17*G.8*G.52^-1*G.51^-1, #> G.17^-1*G.9^-1*G.17*G.9*G.52^-1*G.51^-1*G.49^-1*G.48^-1*G.46^-1*G.\ #>45^-1, G.17^-1*G.11^-1*G.17*G.11*G.52^-1*G.51^-1*G.46^-1*G.45^-1, #> G.17^-1*G.12^-1*G.17*G.12*G.50^-1*G.49^-1*G.48^-1, #> G.17^-1*G.14^-1*G.17*G.14*G.50^-1*G.49^-1*G.48^-1, #> G.18^-1*G.1^-1*G.18*G.1*G.22^-1, #> G.18^-1*G.2^-1*G.18*G.2*G.53^-1*G.51^-1*G.49^-1*G.48^-1*G.46^-1*G.\ #>43^-1*G.42^-1*G.37^-1*G.36^-1*G.34^-1*G.31^-1*G.30^-1*G.25^-1, #> G.18^-1*G.3^-1*G.18*G.3*G.53^-1*G.51^-1*G.49^-1*G.48^-1*G.46^-1*G.\ #>45^-1*G.44^-1*G.43^-1*G.39^-1*G.36^-1*G.35^-1*G.31^-1*G.30^-1*G.29^-\ #>1*G.26^-1, #> G.18^-1*G.4^-1*G.18*G.4*G.53^-1*G.50^-1*G.49^-1*G.48^-1*G.47^-1*G.\ #>45^-1*G.44^-1*G.42^-1*G.41^-1*G.40^-1*G.37^-1*G.36^-1*G.34^-1*G.25^-\ #>1, #> G.18^-1*G.5^-1*G.18*G.5*G.52^-1*G.50^-1*G.49^-1*G.47^-1*G.43^-1*G.\ #>41^-1*G.37^-1*G.30^-1, #> G.18^-1*G.6^-1*G.18*G.6*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.\ #>47^-1*G.46^-1*G.44^-1*G.43^-1*G.40^-1*G.37^-1*G.36^-1*G.35^-1*G.34^-\ #>1, G.18^-1*G.7^-1*G.18*G.7*G.51^-1*G.45^-1*G.44^-1, #> G.18^-1*G.8^-1*G.18*G.8*G.52^-1*G.50^-1*G.49^-1*G.47^-1*G.46^-1*G.\ #>45^-1*G.44^-1*G.43^-1*G.40^-1*G.36^-1*G.35^-1*G.34^-1, #> G.18^-1*G.9^-1*G.18*G.9*G.52^-1*G.50^-1*G.49^-1*G.43^-1*G.41^-1*G.\ #>40^-1, #> G.18^-1*G.11^-1*G.18*G.11*G.52^-1*G.51^-1*G.48^-1*G.43^-1*G.41^-1*\ #>G.40^-1, G.18^-1*G.12^-1*G.18*G.12*G.50^-1*G.49^-1*G.48^-1, #> G.18^-1*G.17^-1*G.18*G.17*G.50^-1*G.49^-1*G.48^-1, #> G.19^-1*G.1^-1*G.19*G.1*G.53^-1*G.52^-1*G.51^-1*G.49^-1*G.46^-1*G.\ #>44^-1*G.43^-1*G.42^-1*G.35^-1, G.19^-1*G.2^-1*G.19*G.2*G.23^-1, #> G.19^-1*G.3^-1*G.19*G.3*G.52^-1*G.51^-1*G.49^-1*G.47^-1*G.46^-1*G.\ #>43^-1*G.40^-1*G.39^-1, #> G.19^-1*G.4^-1*G.19*G.4*G.51^-1*G.50^-1*G.48^-1*G.46^-1*G.39^-1, #> G.19^-1*G.5^-1*G.19*G.5*G.52^-1*G.51^-1*G.49^-1*G.44^-1*G.43^-1, #> G.19^-1*G.6^-1*G.19*G.6*G.51^-1*G.50^-1, #> G.19^-1*G.8^-1*G.19*G.8*G.50^-1*G.49^-1*G.48^-1, #> G.20^-1*G.2^-1*G.20*G.2*G.53^-1*G.52^-1*G.47^-1*G.46^-1*G.45^-1*G.\ #>44^-1*G.43^-1*G.41^-1*G.40^-1*G.39^-1*G.34^-1*G.27^-1*G.23^-1, #> G.21^-1*G.1^-1*G.21*G.1*G.25^-1, #> G.21^-1*G.2^-1*G.21*G.2*G.52^-1*G.50^-1*G.48^-1*G.47^-1*G.45^-1*G.\ #>39^-1*G.35^-1*G.29^-1, #> G.21^-1*G.3^-1*G.21*G.3*G.53^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.\ #>43^-1*G.35^-1*G.34^-1*G.30^-1, #> G.21^-1*G.4^-1*G.21*G.4*G.49^-1*G.46^-1*G.39^-1*G.29^-1, #> G.21^-1*G.5^-1*G.21*G.5*G.51^-1*G.50^-1*G.49^-1*G.44^-1*G.43^-1*G.\ #>40^-1*G.34^-1, #> G.21^-1*G.6^-1*G.21*G.6*G.52^-1*G.51^-1*G.49^-1*G.46^-1*G.45^-1*G.\ #>43^-1*G.40^-1, G.21^-1*G.7^-1*G.21*G.7*G.49^-1, #> G.21^-1*G.8^-1*G.21*G.8*G.46^-1*G.45^-1, #> G.21^-1*G.9^-1*G.21*G.9*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1, #> G.21^-1*G.11^-1*G.21*G.11*G.52^-1*G.51^-1, #> G.21^-1*G.14^-1*G.21*G.14*G.50^-1*G.49^-1*G.48^-1, #> G.22^-1*G.1^-1*G.22*G.1*G.50^-1*G.49^-1*G.48^-1*G.47^-1*G.46^-1*G.\ #>45^-1*G.44^-1*G.41^-1*G.40^-1*G.37^-1*G.36^-1*G.35^-1*G.34^-1*G.25^-\ #>1, G.22^-1*G.2^-1*G.22*G.2*G.26^-1, #> G.22^-1*G.3^-1*G.22*G.3*G.52^-1*G.51^-1*G.47^-1*G.46^-1*G.44^-1*G.\ #>43^-1*G.42^-1*G.40^-1*G.37^-1*G.35^-1*G.34^-1*G.31^-1*G.30^-1, #> G.22^-1*G.4^-1*G.22*G.4*G.52^-1*G.49^-1*G.46^-1*G.45^-1*G.42^-1*G.\ #>39^-1*G.29^-1, #> G.22^-1*G.5^-1*G.22*G.5*G.53^-1*G.51^-1*G.50^-1*G.47^-1*G.46^-1*G.\ #>44^-1*G.43^-1*G.42^-1*G.40^-1*G.36^-1*G.34^-1, #> G.22^-1*G.6^-1*G.22*G.6*G.49^-1*G.43^-1*G.42^-1*G.41^-1*G.40^-1, #> G.22^-1*G.7^-1*G.22*G.7*G.50^-1*G.49^-1, #> G.22^-1*G.8^-1*G.22*G.8*G.52^-1*G.51^-1*G.46^-1*G.45^-1, #> G.22^-1*G.9^-1*G.22*G.9*G.46^-1*G.45^-1, #> G.22^-1*G.11^-1*G.22*G.11*G.50^-1*G.49^-1*G.48^-1*G.46^-1*G.45^-1, #> G.22^-1*G.14^-1*G.22*G.14*G.50^-1*G.49^-1*G.48^-1, #> G.23^-1*G.1^-1*G.23*G.1*G.53^-1*G.46^-1*G.45^-1*G.43^-1*G.39^-1, #> G.23^-1*G.2^-1*G.23*G.2*G.27^-1, #> G.23^-1*G.3^-1*G.23*G.3*G.52^-1*G.51^-1*G.44^-1, #> G.23^-1*G.4^-1*G.23*G.4*G.43^-1, G.23^-1*G.5^-1*G.23*G.5*G.48^-1, #> G.24^-1*G.2^-1*G.24*G.2*G.52^-1*G.51^-1*G.49^-1*G.48^-1*G.44^-1*G.\ #>43^-1*G.27^-1, G.25^-1*G.1^-1*G.25*G.1*G.29^-1, #> G.25^-1*G.2^-1*G.25*G.2*G.30^-1, #> G.25^-1*G.3^-1*G.25*G.3*G.51^-1*G.50^-1*G.45^-1*G.43^-1*G.40^-1*G.\ #>39^-1*G.35^-1*G.34^-1, #> G.25^-1*G.4^-1*G.25*G.4*G.52^-1*G.51^-1*G.46^-1*G.44^-1*G.43^-1*G.\ #>39^-1, G.25^-1*G.5^-1*G.25*G.5*G.50^-1*G.48^-1*G.46^-1*G.39^-1, #> G.25^-1*G.6^-1*G.25*G.6*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.\ #>45^-1, G.25^-1*G.8^-1*G.25*G.8*G.50^-1*G.49^-1*G.48^-1, #> G.25^-1*G.9^-1*G.25*G.9*G.50^-1*G.49^-1*G.48^-1, #> G.25^-1*G.11^-1*G.25*G.11*G.50^-1*G.49^-1*G.48^-1, #> G.26^-1*G.1^-1*G.26*G.1*G.31^-1, #> G.26^-1*G.2^-1*G.26*G.2*G.53^-1*G.52^-1*G.51^-1*G.50^-1*G.46^-1*G.\ #>44^-1*G.43^-1*G.42^-1*G.36^-1*G.34^-1, #> G.26^-1*G.3^-1*G.26*G.3*G.48^-1*G.44^-1*G.42^-1*G.41^-1*G.39^-1*G.\ #>37^-1, G.26^-1*G.4^-1*G.26*G.4*G.53^-1*G.45^-1*G.36^-1, #> G.26^-1*G.5^-1*G.26*G.5*G.52^-1*G.50^-1*G.49^-1*G.47^-1*G.43^-1*G.\ #>41^-1, #> G.26^-1*G.6^-1*G.26*G.6*G.52^-1*G.51^-1*G.47^-1*G.46^-1*G.45^-1, #> G.26^-1*G.8^-1*G.26*G.8*G.50^-1*G.49^-1*G.48^-1*G.46^-1*G.45^-1, #> G.26^-1*G.9^-1*G.26*G.9*G.52^-1*G.51^-1, #> G.26^-1*G.11^-1*G.26*G.11*G.52^-1*G.51^-1, #> G.27^-1*G.1^-1*G.27*G.1*G.49^-1, G.27^-1*G.2^-1*G.27*G.2*G.32^-1, #> G.28^-1*G.2^-1*G.28*G.2*G.48^-1*G.38^-1*G.32^-1, #> G.29^-1*G.1^-1*G.29*G.1*G.52^-1*G.51^-1*G.50^-1*G.46^-1*G.44^-1*G.\ #>39^-1, G.29^-1*G.2^-1*G.29*G.2*G.34^-1, #> G.29^-1*G.3^-1*G.29*G.3*G.52^-1*G.39^-1, #> G.29^-1*G.4^-1*G.29*G.4*G.50^-1*G.49^-1*G.43^-1, #> G.29^-1*G.5^-1*G.29*G.5*G.49^-1*G.48^-1*G.43^-1, #> G.29^-1*G.6^-1*G.29*G.6*G.49^-1*G.48^-1, #> G.30^-1*G.1^-1*G.30*G.1*G.35^-1, #> G.30^-1*G.2^-1*G.30*G.2*G.52^-1*G.50^-1*G.48^-1*G.46^-1*G.44^-1*G.\ #>39^-1, #> G.30^-1*G.3^-1*G.30*G.3*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.45^-1*G.\ #>44^-1*G.43^-1*G.40^-1, #> G.30^-1*G.4^-1*G.30*G.4*G.52^-1*G.50^-1*G.46^-1*G.45^-1*G.39^-1, #> G.30^-1*G.5^-1*G.30*G.5*G.52^-1*G.44^-1, #> G.30^-1*G.6^-1*G.30*G.6*G.51^-1*G.50^-1*G.49^-1*G.48^-1, #> G.30^-1*G.8^-1*G.30*G.8*G.50^-1*G.49^-1*G.48^-1, #> G.31^-1*G.1^-1*G.31*G.1*G.36^-1, G.31^-1*G.2^-1*G.31*G.2*G.37^-1, #> G.31^-1*G.3^-1*G.31*G.3*G.53^-1*G.50^-1*G.47^-1*G.46^-1*G.42^-1*G.\ #>41^-1, #> G.31^-1*G.4^-1*G.31*G.4*G.53^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.\ #>45^-1, #> G.31^-1*G.5^-1*G.31*G.5*G.53^-1*G.50^-1*G.49^-1*G.48^-1*G.45^-1, #> G.31^-1*G.6^-1*G.31*G.6*G.53^-1*G.52^-1*G.51^-1, #> G.32^-1*G.2^-1*G.32*G.2*G.38^-1, G.33^-1*G.2^-1*G.33*G.2*G.38^-1, #> G.34^-1*G.1^-1*G.34*G.1*G.39^-1, #> G.34^-1*G.2^-1*G.34*G.2*G.49^-1*G.43^-1, #> G.34^-1*G.3^-1*G.34*G.3*G.49^-1*G.48^-1*G.44^-1, #> G.34^-1*G.4^-1*G.34*G.4*G.43^-1, G.34^-1*G.5^-1*G.34*G.5*G.48^-1, #> G.35^-1*G.1^-1*G.35*G.1*G.52^-1*G.50^-1*G.49^-1*G.46^-1*G.45^-1*G.\ #>39^-1, G.35^-1*G.2^-1*G.35*G.2*G.40^-1, #> G.35^-1*G.3^-1*G.35*G.3*G.52^-1*G.49^-1*G.48^-1*G.45^-1*G.44^-1, #> G.35^-1*G.4^-1*G.35*G.4*G.43^-1, #> G.35^-1*G.5^-1*G.35*G.5*G.50^-1*G.48^-1, #> G.36^-1*G.1^-1*G.36*G.1*G.53^-1*G.51^-1*G.49^-1*G.48^-1*G.45^-1, #> G.36^-1*G.2^-1*G.36*G.2*G.41^-1, #> G.36^-1*G.3^-1*G.36*G.3*G.52^-1*G.51^-1*G.46^-1, #> G.36^-1*G.4^-1*G.36*G.4*G.50^-1, G.36^-1*G.5^-1*G.36*G.5*G.50^-1, #> G.37^-1*G.1^-1*G.37*G.1*G.42^-1, #> G.37^-1*G.2^-1*G.37*G.2*G.53^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.\ #>45^-1, G.37^-1*G.3^-1*G.37*G.3*G.53^-1*G.51^-1*G.50^-1*G.47^-1, #> G.37^-1*G.4^-1*G.37*G.4*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.\ #>45^-1, G.37^-1*G.5^-1*G.37*G.5*G.51^-1, #> G.39^-1*G.1^-1*G.39*G.1*G.43^-1, G.39^-1*G.2^-1*G.39*G.2*G.44^-1, #> G.39^-1*G.3^-1*G.39*G.3*G.49^-1*G.48^-1, #> G.40^-1*G.1^-1*G.40*G.1*G.45^-1, #> G.40^-1*G.2^-1*G.40*G.2*G.50^-1*G.48^-1, #> G.40^-1*G.3^-1*G.40*G.3*G.51^-1, G.40^-1*G.4^-1*G.40*G.4*G.50^-1, #> G.41^-1*G.1^-1*G.41*G.1*G.46^-1, G.41^-1*G.2^-1*G.41*G.2*G.50^-1, #> G.41^-1*G.3^-1*G.41*G.3*G.52^-1, G.41^-1*G.4^-1*G.41*G.4*G.50^-1, #> G.42^-1*G.1^-1*G.42*G.1*G.52^-1*G.51^-1*G.50^-1*G.49^-1*G.48^-1*G.\ #>45^-1, G.42^-1*G.2^-1*G.42*G.2*G.47^-1, #> G.42^-1*G.3^-1*G.42*G.3*G.53^-1*G.51^-1, #> G.42^-1*G.4^-1*G.42*G.4*G.50^-1, G.43^-1*G.2^-1*G.43*G.2*G.48^-1, #> G.44^-1*G.1^-1*G.44*G.1*G.49^-1, G.45^-1*G.1^-1*G.45*G.1*G.50^-1, #> G.45^-1*G.2^-1*G.45*G.2*G.51^-1, G.46^-1*G.1^-1*G.46*G.1*G.50^-1, #> G.46^-1*G.2^-1*G.46*G.2*G.52^-1, G.47^-1*G.1^-1*G.47*G.1*G.53^-1 ]
56737ad89134fac6e0926db8d31dd77698810ca1
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/uencode/uencode8.sce
6de29a48dde51d5d49807635f617b8d0307d3969
[]
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
234
sce
uencode8.sce
//check o/p when 1 i/p arg is passed to the function y=uencode([1 2 3 4 5 5]); disp(y); //output //!--error 10000 //Incorrect number of input arguments. //at line 42 of function uencode called by : //y=uencode([1 2 3 4 5 5]);
df4f1afdb350b648b554e363ad1cb0e2b795af1c
449d555969bfd7befe906877abab098c6e63a0e8
/3537/CH1/EX1.7/Ex1_7.sce
4099e2e524281944f75e0376c068885e3a717ba1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
404
sce
Ex1_7.sce
//Example 1_7 clc; clear; //Calculate the fringe width d=0.2 //units in mm d=0.2*10^-3 //units in mts lamda=550 //units in nm lamda=550*10^-9 //units in mts D=1 //units in mts betaa=(lamda*D)/d //units in mts betaa=betaa*10^3 //units in mm printf("Fringe width on a screen at a distance of 1m from the slits is %.2fmm",betaa)
14163d7dd2fd5945e1cb63eafeafbea2d1123c21
449d555969bfd7befe906877abab098c6e63a0e8
/683/CH18/EX18.6/RB_6.sce
fb3a664624cf2df9504f71ecc4c5b8f7b720ceb7
[]
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
841
sce
RB_6.sce
// sum 18-6 clc; clear; P=7500; N=1440; w=2*%pi*N/60; T=P/w; r=0.2; //Let T1-T2=t t=T/r; T2=t/2.5; T1=3.5*T2; R=0.125; Ft=T/R; Fr=Ft*tan(20*%pi/180); // RD & RA are reaction forces calculated in vertical and horizontal directions from FBD by force equilibrium RDv=186.5; RAv=236.2; RDh=36.2; RAh=108.56; RA=sqrt(RAv^2+RAh^2); RD=sqrt(RDv^2+RDh^2); Ks=1.4; P1=RA*Ks; P2=RD*Ks; //let designation,d,D,B,C at bearing B1 be De1,d1,C1 d1=25; C1=3120; De1=61805; //let designation,d,D,B,C at bearing B2 be De2,d2,C2 d2=25; C2=2700; De2=61804; L1=(C1/P1)^3; Lh1=L1*10^6/(720*60); L2=(C2/P2)^3; Lh2=L2*10^6/(720*60); // printing data in scilab o/p window printf("Lh1 is %0.0f hrs ",Lh1); printf("\n Lh2 is %0.0f hrs ",Lh2); //Incorrect value of P2 is taken in the book while calculating L2.
326c85c7908ffab4eec7124bae88ee49ff538181
449d555969bfd7befe906877abab098c6e63a0e8
/3507/CH18/EX18.4/Ex18_4.sce
dce8059304b3f46e9a69d10cfa474ea7d8180a61
[]
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
436
sce
Ex18_4.sce
//chapter18 //example18.4 //page401 L=33d-3 // H C=0.1d-6 // F R=25 // ohm fr=1/(2*%pi*(L*C)^0.5) Xl=2*%pi*fr*L Q=Xl/R BW=fr/Q printf("resonant frequency = %.3f Hz or %.3f kHz \n",fr,fr/1000) printf("quality factor = %.3f \n",Q) printf("bandwidth = %.3f Hz \n",BW) // the accurate answer for bandwidth is 120.572 Hz but in book it is given as 120 Hz // the accurate answer for quality factor is 22.978 but in book it is given as 23
5ba0acbdaf39910d3b1a66c9b964c58820777302
449d555969bfd7befe906877abab098c6e63a0e8
/1448/CH3/EX3.1.e/E3_1.sce
a11590ba8a5d17552c2e461e419753acd51ed178
[]
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
206
sce
E3_1.sce
clc //Initialization of variables I=0.682 //A V=12 //V t=500 //s m=4.33 //g MW=46.07 //g/mol //Calculations q=I*V*t n=m/MW H=q/n //Results printf('Molar enthalpy change = %.1f kJ/mol',H/1000.)
76671838bf912d17fd3d9e21b28a76cb6f75f38c
449d555969bfd7befe906877abab098c6e63a0e8
/3648/CH9/EX9.8/Ex9_8.sce
bcfa7dcfaa792f571e78da6afaf4d4e18aeb0b3e
[]
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
225
sce
Ex9_8.sce
//Example 9_8 clc(); clear; //To find out the speed by which water flows from spigot //From the Bernoulis Equation P1+(p*g*h)=P2+(0.5*p*V2^2)+(p*g*h2) printf(" Solving from the Bernoulis equation V2=sqrt(2*g*(h1-h2))")
d946ab9f997221a33c5528b26e15fee283cb123b
1573c4954e822b3538692bce853eb35e55f1bb3b
/DSP Functions/allpassbpc2bpc/test_9.sce
d801dd719c870514f5496c55ee69d0e8ecdb5293
[]
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
357
sce
test_9.sce
// Test # 9 : Valid input test case #1 exec('./allpassbpc2bpc.sci',-1); [n,d]=allpassbpc2bpc([0.3,0.7],[0.2,0.8]); disp(d); disp(n); // //Scilab Output //d=1. 1.355D-17 + 0.2212317i //n=1.355D-17-0.2212317i 1. //Matlab Output //n=0.0000 - 0.2212i 1.0000 + 0.0000i //d=1.0000 + 0.0000i 0.0000 + 0.2212i
133debe3f2ecd08518435135db9b7c7ed9bf8689
449d555969bfd7befe906877abab098c6e63a0e8
/2762/CH4/EX4.4.1/4_4_1.sce
777004505a8bbe20059b392460ec63eff4c065de
[]
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
282
sce
4_4_1.sce
//Transport Processes and Seperation Process Principles //Chapter 4 //Example 4.4-1 //Principles of Steady State Heat Transfer //given data //si units N=4; M=9.25; L=5; k=0.9; T1=600; T2=400; q=4*((M/N)*k*L*(T1-T2)); mprintf("heat transfer through the walls= %f W",q)
7d2a6862a234d1b08e11574393955648f14ec02e
98efda43218be3d9e665771c28742517fd4f334f
/Toolbox Test/peak2peak.sci
e658024695ab81ccea936b36a800429dcb631f97
[]
no_license
ankurmallick/Scilab_spt
bded5b3ed7c5618770ef4bb997b5f61aa7732cd9
e35c986f70147ee773796c839153ed7adbda3941
refs/heads/master
2021-01-17T06:48:24.162281
2016-12-05T12:54:24
2016-12-05T12:54:24
43,445,584
0
2
null
2015-12-10T05:15:44
2015-09-30T16:47:57
Scilab
UTF-8
Scilab
false
false
2,047
sci
peak2peak.sci
function [Y] = peak2peak(X, dim) funcprot(0); // Calling Sequence // Y=peak2peak(X) // Y=peak2peak(X,dim) // Parameters // X: Real or complex valued input vector or matrix. // dim: Dimension to compute maximum-to-minimum difference (Row/Column) // Description // Y= peak2peak(X) returns the difference between maximum and minimum values in X, operating along the first non-singleton // dimension of X by default. // Y= peak2peak(X,dim) returns the maximum-to-minimum difference in X, along dimension dim. // Examples // 1. t = 0:0.001:1-0.001; // x = cos(2*pi*100*t); // y = peak2peak(x) // 2. t = 0:0.001:1-0.001; // x = (1:4)'*cos(2*pi*100*t); // y = peak2peak(x,2) // See Also // max | min | peak2rms | rms | rssq // Authors // Rahul Dalmia // Bibliography // in.mathworks.com [nr, nc] = size (X); // Dimensions of Input calculated if (~exists('dim','local')) then if (nr==1) then Y = zeros(nr, 1); // preset all output fields to 0 for i= 1:nr maxim=max(X(i,:)); // maximum and minimum values are found minim=min(X(i,:)); Y(i,1)=maxim-minim; // Peak to peak value is calculated from the difference of max and min end else Y = zeros(1, nc); // preset all output fields to 0 for i= 1:nc maxim=max(X(:,i)); // maximum and minimum values are found minim=min(X(:,i)); Y(1,i)=maxim-minim; // Peak to peak value is calculated from the difference of max and min end end elseif (exists('dim','local')) then if (dim==1) then Y = zeros(1, nc); // preset all output fields to 0 for i= 1:nc maxim=max(X(:,i)); // maximum and minimum values are found minim=min(X(:,i)); Y(1,i)=maxim-minim; // Peak to peak value is calculated from the difference of max and min end elseif (dim==2) then Y = zeros(nr, 1); // preset all output fields to 0 for i= 1:nr maxim=max(X(i,:)); // maximum and minimum values are found minim=min(X(i,:)); Y(i,1)=maxim-minim; // Peak to peak value is calculated from the difference of max and min end end end endfunction
9fa86dcf253e5a2d61f9b88ee8b11e4cab3f1fe5
449d555969bfd7befe906877abab098c6e63a0e8
/869/CH14/EX14.11/14_11.sce
74e797eb8a347292e7dd8600d1ac85a46717ed45
[]
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
235
sce
14_11.sce
clc //initialisation of variables d= 4 //in n= 315 //rpm Ss= 8000 //psi Ns= 12000 //psi //CALCULATIONS T= Ss*%pi*d^4/(32*(d/2)) hp= T*n/63000 //RESULTS printf ('T= %.1f lb in',T) printf (' \n horsepower rating=%.1f hp',hp)
59af51ae563c177155910c61f4328d1ec63b8f57
449d555969bfd7befe906877abab098c6e63a0e8
/1118/CH18/EX18.2/eg18_2.sce
f8b96ad26c3c0758d81afc8894444e2b5c002415
[]
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,408
sce
eg18_2.sce
clear; //clc(); function [r,i]=d(mag,theta) r=mag*cosd(theta); i=mag*sind(theta); endfunction previousprot = funcprot(0) funcprot(0) x0g1=0.05; x1g1=0.3; x2g1=0.2; x0g2=0.03; x1g2=0.25; x2g2=0.15; x0l1=0.70; x1l1=0.3; x2l1=0.3; x0l2=0.7; x1l2=0.3; x2l2=0.3; x0t1=0.12; x1t1=0.12; x2t1=0.12; x0t2=0.1; x1t2=0.1; x2t2=0.1; vf=1; ia01=0; z1=(%i)*((x1g1+x1t1)*(x1g2 +x1t1 + x1l1*0.5))/(x1g1 +x1t1 + x1g2+ x1t1+x1l1*0.5); z2=(%i)*((x2g1+x2t1)*(x2g2+ x2t2+ x2l2*0.5))/(x2g1 +x2t1 +x2g2 +x2t2 +x2l2*0.5); z0=(%i)*(x0g1+x0t1); //a).LLG fault za0=z0; za2=z2; ia1=vf/(z1+(z0*z2/(za0+za2))); printf("The positive sequence current in amperes is:"); disp(ia1); ia0=-(3.1729*z2/(z0+z2)); printf("The zero sequence current in amperes is:"); disp(ia0); ia2=-ia1*z0/(z0+z2); printf("The negative sequence current in amperes is:") disp(ia2); //b).LL fault ia11=vf/(z1+z2); printf("The positive sequence current in amperes is:"); disp(ia11); ia21=-ia11; printf("The negative sequence current in amperes is:"); disp(ia21); ia=ia01+ia11+ia21; printf("phase a fault current is:") disp(ia); mag=1; theta=120; [r,i]=d(mag,theta); alpha=complex(r,i); ib=ia01+alpha^2*ia11+alpha*ia21; printf("phase b fault current in pu is:") disp(ib); ic=ia01+alpha*ia11+alpha^2*ia21; printf("phase c fault current in pu is:") disp(ic);
0bcd4d0bba45bb0983c7d3a7fab473ac7d203d9e
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.3.1/macros/optim/quapro.sci
c5e64c1c3b755fe55a57f5ae2dd46caf9f036da2
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "MIT" ]
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
1,877
sci
quapro.sci
function [x,lagr,f]=quapro(Q,p,C,b,ci,cs,mi,x0,imp) //[x,lagr,f]=quapro(Q,p,C,b [,x0]) //[x,lagr,f]=quapro(Q,p,C,b,ci,cs [,x0]) //[x,lagr,f]=quapro(Q,p,C,b,ci,cs,mi [,x0]) //[x,lagr,f]=quapro(Q,p,C,b,ci,cs,mi,x0 [,imp]) [lhs,rhs]=argn(0) if rhs==9 then //quapro(Q,p,C,b,ci,cs,mi,x0,imp) //define modo,x0 for qpqpqp modo=3; if x0='v' then modo=1;x0=0*ones(size(Q,1),1);end if x0='g' then modo=2;x0=0*ones(size(Q,1),1);end [x,f,lagr]=qpqpqp(x0,Q,p,C',b,ci,cs,mi,modo,imp) return end if rhs==8 then //quapro(Q,p,C,b,ci,cs,mi,x0) // define modo, true x0,imp imp=0;modo=3; if x0='v' then modo=1;x0=0*ones(size(Q,1),1);end if x0='g' then modo=2;x0=0*ones(size(Q,1),1);end [x,f,lagr]=qpqpqp(x0,Q,p,C',b,ci,cs,mi,modo,imp) return; end if rhs==7 then //quapro(Q,p,C,b,ci,cs,mi) or quapro(Q,p,C,b,ci,cs,x0) // define modo,x0,imp define modo,mi,imp if size(mi,'*')==1 then //mi is given imp=0; x0=0*ones(size(Q,1),1);modo=1; else //x0 is given imp=0;x0=mi; mi=0;modo=3; if x0='v' then modo=1;x0=0*ones(size(Q,1),1);end if x0='g' then modo=2;x0=0*ones(size(Q,1),1);end end [x,f,lagr]=qpqpqp(x0,Q,p,C',b,ci,cs,mi,modo,imp) return end if rhs==6 then //quapro(Q,p,C,b,ci,cs) // define modo, x0, mi, imp imp=0;x0=0*ones(size(Q,1),1);modo=1;mi=0; [x,f,lagr]=qpqpqp(x0,Q,p,C',b,ci,cs,mi,modo,imp) return end if rhs==5 then //quapro(Q,p,C,b,x0) // define modo, ci, cs, mi, imp, true x0 modo=3; if x0='v' then modo=1;x0=0*ones(size(Q,1),1);end if x0='g' then modo=2;x0=0*ones(size(Q,1),1);end ci=[];cs=[];mi=0;imp=0; [x,f,lagr]=qpqpqp(x0,Q,p,C',b,ci,cs,mi,modo,imp) return end if rhs==4 then //quapro(Q,p,C,b) // define modo, ci, cs, mi, imp, x0 modo=1;x0=0*ones(size(Q,1),1); ci=[];cs=[];mi=0;imp=0; [x,f,lagr]=qpqpqp(x0,Q,p,C',b,ci,cs,mi,modo,imp) return end
ece9629e77eddaba62ae59dce9036a9d155e9c24
449d555969bfd7befe906877abab098c6e63a0e8
/3856/CH14/EX14.3/Ex14_3.sce
b164ed24385020f046b8a4d3e63021ec24cea5c2
[]
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
Ex14_3.sce
//Calculate the Wavelength in nanometer for transition in Hydrogen atom //Example 14.3 clc; clear; nf=2; //Quantum number for emmision process (n=4 to 2) ni=4; //Quantum number for emmision process (n=4 to 20) RH=109737; //Rydberg constant in cm^-1 new=RH*abs((1/ni^2)-(1/nf^2)); //Frequency in cm^-1 Lemda1=1/new; //Wavelength in cm Lemda=Lemda1*10^7 //Wavelength in nm printf("Wavelength = %.0f nm",Lemda);
f0214a26037ef4aabc7b30a324331fbf81dc2e2c
16152b808456a98fcb2d4303d5622c225109bcda
/determinant.sce
98adf7c7e8585ac351fd8c6549e746f7431fc2cb
[]
no_license
conradolega/131
b1bcdc7097b661dcc0c503118ec199adffaabfc9
fa0773433f66f485bf96a8adee35f00a1207861a
refs/heads/master
2016-09-05T13:42:37.104466
2013-10-11T14:30:59
2013-10-11T14:30:59
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
478
sce
determinant.sce
function m = getminor(x, i, j) n = size(x, 'r') m = [x(1:i-1, 1:j-1), x(1:i-1, j+1:n); x(i+1:n, 1:j-1), x(i+1:n, j+1:n)] endfunction function y = determinant(x) c = size(x, 'c') r = size(x, 'r') y = 0 if c == r then if c == 2 then y = x(1, 1) * x(2, 2) - x(2, 1) * x(1, 2) else for i = 1:c minor = getminor(x, i, 1) y = y + (-1)^(i + 1) * x(i, 1) * determinant(minor) end end else error('Matrix is not square') end endfunction
a0bfc0ebc6d5974ac3b9267f00760da7cb730519
449d555969bfd7befe906877abab098c6e63a0e8
/1067/CH20/EX20.04/20_04.sce
e873b33682ee0ad33e33dc675363586ea4b5e839
[]
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
618
sce
20_04.sce
clear; clc; R=3e6; Rb=6000e3; vb1=11e3; vb2=22e3; X=.15; x=.15*Rb/R; xeq=x/2; MVA=Rb/xeq; Ifault=MVA/(sqrt(3)*vb1*%i); Ir=real(Ifault); Ii=imag(Ifault); Imod=sqrt((Ir^2)+(Ii^2)); Iangle=atand(Ir/Ii)-90; Imod=round(Imod/10)*10; mprintf("for fault on generator side \n Fault MVA=%dMVA \n Fault current=%d/_%dAmp",MVA/1e6,Imod,Iangle); x2=.05; Xeq=x2+xeq; MVA=Rb/Xeq; Ifault=MVA/(1.734*vb2*%i); Ir=real(Ifault); Ii=imag(Ifault); Imod=sqrt((Ir^2)+(Ii^2)); Iangle=atand(Ir/Ii)-90; mprintf("\nfor fault on transmission side \n Fault MVA=%dMVA \n Fault current=%d/_%dAmp(lag)",MVA/1e6,Imod,Iangle);
fcef1fc919d76c55bd2ba627efcd0f33a137446e
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH5/EX5.3/example5_3.sce
dfebde6bfac4aa02f89f11203e02e186ad4487a6
[]
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
678
sce
example5_3.sce
clc // Given that mu_0 = 1 // refractive index of air mu1 = 1.5 // refractive index for core mu2 = 1.48 // refractive index for cladding // Sample Problem 3 on page no. 5.16 printf("\n # PROBLEM 3 # \n") theta_c = asin(mu2 / mu1) * (180 / %pi) delta_mu = (mu1 - mu2) / mu1 NA = sqrt(mu1^2 - mu2^2) theta_0 = asin(NA) * (180 / %pi) printf("\n Standard formula used \n theta_c = asin(mu2 / mu1) * (180 / pi). \n delta_mu = (mu1 - mu2) / mu1. \n NA = sqrt(mu1^2 - mu2^2). \n theta_0 = asin(NA) * (180 / pi). \n ") printf("\n Critical angle = %f degree. \n Numerical aperture = %f. \n Acceptance angle = %f degree.\n Fractional refractive index = %f.",theta_c,NA,theta_0,delta_mu)
cd19615f128892a6831378a15aca35c07060fbad
449d555969bfd7befe906877abab098c6e63a0e8
/2234/CH3/EX3.1/ex3_1.sce
648f9a5e7aaac5001e560da668a43d9524fcd251
[]
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
190
sce
ex3_1.sce
clc; f=15; //focal length in cm v=10; //image distance in cm u=(150/5); //calculating u using (1/f)=(1/v)-(1/u) disp(u,"Object Distance in cm = "); //displaying result
0613d49f468d21f5a2d4969e945ff77c44082007
449d555969bfd7befe906877abab098c6e63a0e8
/69/CH8/EX8.7/8_7.sce
208257740a0ebf4a492138359de00c7638c67fb7
[]
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
452
sce
8_7.sce
clear; clc; close; yos = 20*10^(-6); Idss = 10*10^(-3); Vp = -8; Vgsq = -2; Idq = 5.625*10^(-3); Rg = 1*10^(6); Rd = 2*10^(3); gmo = 2*Idss/abs(Vp); gm = gmo*(1-(Vgsq/Vp)); rd = 1/yos; Zi = Rg; Zo = Rd*rd/(Rd+rd); Av = -gm*(Rd*rd/(Rd+rd)); Av2 = -gm*Rd; disp(gm,'gm(S) = '); disp(rd,'rd(ohms) = '); disp(Zi,'Zi(ohms) = '); disp(Zo,'Zo(ohms) = '); disp(Av,'Voltage gain Av = '); disp(Av2,'Volatge gain Av(ignoring rd) = ');
c4a11760308ec354e41edf5854202acfdffb5e93
449d555969bfd7befe906877abab098c6e63a0e8
/503/CH5/EX5.19/ch5_19.sci
0ddd488cad073b9fa182e82075d79140af8a296b
[]
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
sci
ch5_19.sci
// to calculate amplitude of travelling wave mmf,peak value of air flux density, velocity of wave, current freq at some desired velocity clc; K_w=.925; N_ph=48; I=750/sqrt(2); wndnglgth=2; wavelgth=wndnglgth/0.5; p=2*wavelgth; F_peak=(3/2)*(4*sqrt(2)/%pi)*K_w*(N_ph/p)*I; disp(F_peak,'F_peak(A/m)'); g=.01; u_o=4*%pi*10^-7; B_peak=u_o*F_peak/g; disp(B_peak,'B_peak(T)'); f=25; B=.5; v=f*B; disp(v,'velocity(m/s)'); vv=72*10^3/3600; //given velocity f=vv/0.5; disp(f,'freq(Hz)');
e1c5fc97ac28bcdb2103778010cd14130ec505b5
a30abbc00448cb5a15a3ef1c07b1ac14e3142ce8
/src/library_apps/mpreduce/src/packages/redlog/ofsf/ofsf.tst
420fb3311a1f3e49892058c3c6ab1dc2cedad081
[]
no_license
geovas01/mathpiper
692178b2d9647a8a99fe43db44a85d38cc9f7075
a1fdacb1dc7155183974fa2ea5d92fba597f23fc
refs/heads/master
2016-09-05T15:28:49.409648
2015-07-17T10:06:45
2015-07-17T10:06:45
39,245,684
3
1
null
null
null
null
UTF-8
Scilab
false
false
42,650
tst
ofsf.tst
load_package redlog; rlset ofsf; off rlverbose; % all the qe and variants phi := ex(x,a*x^2+b*x+c=0)$ rlqe phi; rlgqe phi; rlqea phi; rlgqea phi; rlposqe phi; rlposqea phi; rlcad phi; rlgcad phi; rlhqe phi; rlghqe phi; %%% Test rlqe (xopt-qe) mtp2 := ex(x11,ex(x12,ex(x13,ex(x21,ex(x22,ex(x23,ex(x31,ex(x32,ex(x33, x11+x12+x13=a1 and x21+x22+x23=a2 and x31+x32+x33=a3 and x11+x21+x31=b1 and x12+x22+x32=b2 and x13+x23+x33=b3 and 0 leq x11 and 0 leq x12 and 0 leq x13 and 0 leq x21 and 0 leq x22 and 0 leq x23 and 0 leq x31 and 0 leq x32 and 0 leq x33 )))))))))$ rlqe mtp2$ rlatnum ws; %%% Test rlqe (linear) rp2 := ex(x1,ex(x2,ex(y1,ex(y2,ex(d2,all(u,all(v,((a > 0 and b > 0 and d1 > 0 and (true and - d1 + d2 > 0)) and (true and x1 >= 0 and - a + d1 + x1 <= 0 and y1 >= 0 and - b + d1 + y1 <= 0 and x2 >= 0 and - a + d2 + x2 <= 0 and y2 >= 0 and - b + d2 + y2 <= 0) and not(false or false or false or ( - x1 + x2 <= 0 and - d2 + x1 - x2 < 0) and ( - y1 + y2 <= 0 and - d2 + y1 - y2 < 0) or ( - d1 - x1 + x2 <= 0 and d1 - d2 + x1 - x2 < 0) and ( - y1 + y2 <= 0 and - d2 + y1 - y2 < 0) or ( - x1 + x2 <= 0 and - d2 + x1 - x2 < 0) and ( - d1 - y1 + y2 <= 0 and d1 - d2 + y1 - y2 < 0) or ( - d1 - x1 + x2 <= 0 and d1 - d2 + x1 - x2 < 0) and ( - d1 - y1 + y2 <= 0 and d1 - d2 + y1 - y2 < 0) or false or (x1 - x2 <= 0 and - d1 - x1 + x2 < 0) and (y1 - y2 <= 0 and - d1 - y1 + y2 < 0) or ( - d2 + x1 - x2 <= 0 and - d1 + d2 - x1 + x2 < 0) and (y1 - y2 <= 0 and - d1 - y1 + y2 < 0) or (x1 - x2 <= 0 and - d1 - x1 + x2 < 0) and ( - d2 + y1 - y2 <= 0 and - d1 + d2 - y1 + y2 < 0) or ( - d2 + x1 - x2 <= 0 and - d1 + d2 - x1 + x2 < 0) and ( - d2 + y1 - y2 <= 0 and - d1 + d2 - y1 + y2 < 0) or false)) and (( - u <= 0 and - a + u < 0) and ( - v <= 0 and - b + v < 0) impl false or ( - u + x1 <= 0 and - d1 + u - x1 < 0) and ( - v + y1 <= 0 and - d1 + v - y1 < 0) or ( - u + x2 <= 0 and - d2 + u - x2 < 0) and ( - v + y2 <= 0 and - d2 + v - y2 < 0)))))))))$ rp2sol := rlqe rp2; %%% Test rlqe (DFS) % Prolog III. Communications of the ACM. 33(7), 70-90, July 1990 % Description of the problem on p.79: Consider the infinite sequence % of real numbers defined by x_{i+2}:=|x_{i+1}|-x_i where $x_1$ and % $x_2$ are arbitrary numbers. Our aim is to show that this sequence % is always periodic and that the period is 9, in other words that the % sequences $x_1, x_2, \dots$ and $x_{1+9}, x_{2+9}, \dots$ are always % identical. p9 := rlall((for i:=1:9 mkand mkid(x,i+1)>=0 and mkid(x,i+2)=mkid(x,i+1)-mkid(x,i) or mkid(x,i+1)<0 and mkid(x,i+2)=-mkid(x,i+1)-mkid(x,i)) impl x1=x10 and x2=x11)$ rlqe p9; %%% Test rlqe nonlinear and fallback % Hoon Hong, talk at the University of Passau, 20 Dec 2005. hong := all(x,ex(y,x**2+x*y+b>0 and x+a*y**2+b<=0))$ rlqe hong; % Highly non-linear, varseltry, massive factorization, precise qe: gatermann := ex(vv3,ex(vv2,ex(vv1,vv3 > 0 and vv2 > 0 and vv1 > 0 and (((k21*vv1**2*vv2 - k34*vv1 + k43*vv3 + k46 - k64*vv1 = 0 and - k21*vv1**2*vv2 + k56 - k65*vv2 = 0) and k34*vv1 - k43*vv3 = 0) and - k21*k43*k64*vv1**2 + 2*k21*k43*k65*vv1*vv2 - k43*k64*k65 < 0 and k21**2*k34*vv1**4 - 2*k21**2*k34*vv1**3*vv2 + k21**2*k43*vv1**4 - 4*k21**2*k43*vv1**3*vv2 + 4*k21**2*k43*vv1**2*vv2**2 + k21**2*k64*vv1**4 - 2*k21**2*k64*vv1**3*vv2 - 2*k21**2*k65*vv1**3*vv2 + 4*k21**2*k65*vv1**2*vv2**2 + k21*k34**2*vv1**2 + 2*k21*k34*k43*vv1**2 - 2*k21*k34*k43*vv1*vv2 + 2*k21*k34*k64*vv1**2 + 2*k21*k34*k65*vv1**2 - 4*k21*k34*k65*vv1*vv2 + k21*k43**2*vv1**2 - 2*k21*k43**2*vv1*vv2 + 2*k21*k43*k64*vv1**2 - 4*k21*k43*k64*vv1*vv2 + 2*k21*k43*k65*vv1**2 - 4*k21*k43*k65*vv1*vv2 + k21*k64**2*vv1**2 + 2*k21*k64*k65*vv1**2 - 4*k21*k64*k65*vv1*vv2 - 2*k21*k65**2*vv1*vv2 + k34**2*k65 + k34*k43*k64 + 2*k34*k43*k65 + 2*k34*k64*k65 + k34*k65**2 + k43**2*k64 + k43**2*k65 + k43*k64**2 + 2*k43*k64*k65 + k43*k65**2 + k64**2*k65 + k64*k65**2 = 0) and ((((( - k21 < 0 and - k46 < 0) and - k64 < 0) and - k34 < 0) and - k43 < 0) and - k56 < 0) and - k65 < 0)))$ on rlqevarseltry,rlsifaco,rlqeprecise; rlqe rlex gatermann; off rlqevarseltry,rlsifaco,rlqeprecise; % Positive qe: % Examples from % Boulier et al. 2007 % http://dx.doi.org/10.1007/978-3-540-73433-8_6 % for n=9 they prove that a Hopf bifurcation exists ab2007_hopf_n_9 := ex(vv2,ex(vv1,ex(vv3,(( - vv1 < 0 and - vv3 < 0) and - vv2 < 0) and (((((( gamma0*theta - theta*vv1*vv3**9 - theta*vv1 = 0 and gamma0*mu + lambda1*vv1 - vv2 = 0) and 9*alpha*gamma0 - 9*alpha*vv1*vv3**9 - 9*alpha*vv1 + delta*vv2 - delta*vv3 = 0) and - 9*delta*lambda1*theta*vv1*vv3**8 - delta*theta*vv3**9 - delta*theta < 0 and 6561*alpha**2*vv1**2*vv3**16 + 81*alpha*delta*theta*vv1*vv3 **17 + 81*alpha*delta*theta*vv1*vv3**8 + 162*alpha*delta*vv1*vv3**8 + 162*alpha* theta*vv1*vv3**17 + 162*alpha*theta*vv1*vv3**8 + 81*alpha*vv1*vv3**8 + delta**2* theta*vv3**9 + delta**2*theta + delta**2 - 9*delta*lambda1*theta*vv1*vv3**8 + delta*theta**2*vv3**18 + 2*delta*theta**2*vv3**9 + delta*theta**2 + 2*delta* theta*vv3**9 + 2*delta*theta + delta + theta**2*vv3**18 + 2*theta**2*vv3**9 + theta**2 + theta*vv3**9 + theta = 0) and - theta < 0) and - gamma0 < 0) and - mu < 0) and - delta < 0 and - alpha < 0)))$ rlposqe rlex ab2007_hopf_n_9; %%% Test rlcad % Wilkinson's polynomial. Tests how fast root isolation is. wilk := ex(x,8388608*x**20 + 1761607681*x**19 + 172931153920*x**18 + 10543221964800*x**17 + 447347234439168*x**16 + 14028108264898560*x**15 + 336985244869591040*x**14 + 6342720331186176000*x**13 + 94877480085669019648*x**12 + 1137370949952460554240 *x**11 + 10968398649699241820160*x**10 + 85079777790228273561600*x**9 + 528740774622641958944768 *x**8 + 2611655889692786813829120*x**7 + 10122095419974470210682880*x**6 + 30198816984091441338777600 *x**5 + 67426052557934862488567808*x**4 + 107969196810523545855590400*x**3 + 115794329499468438700032000 *x**2 + 73425049924762651852800000*x + 20408661249006627717120000 = 0 and -20<=x<=-10)$ rlcad wilk; % Convexity of unit square as5v := all({x1,y1,x2,y2},(0<x1<1 and 0<y1<1 and 0<x2<1 and 0<y2<1) impl all(l, (0<l and l<1) impl (0<x1+l*(-x1+x2)<1 and 0<y1+l*(-y1+y2)<1)))$ rlcad as5v; % Consistency con := ex({z,x,y},x**2+y**2+z**2<1 and x**2+(y+z-2)**2<1)$ rlcad con; % Condition on quartic polynomial being positive semidefinite. quartic := all(x,x**4+p*x**2+q*x+r>=0)$ quarticneg := not quartic$ on rlcadfulldimonly; rlcad quarticneg; off rlcadfulldimonly; % Solotareff's problem (cubic) [Ho92] (in [CJ98], p. 211) solo2 := ex({x,y},1<=4*a<=7 and -3<=4*b<=3 and -1<=x<=0 and 0<=y<=1 and 3*x**2-2*x-a=0 and x**3-x**2-a*x=2*b-a+2 and 3*y**2-2*y-a=0 and y**3-y**2-a*y=a-2)$ rlcad solo2; %%% Test rlgcad % x-axis ellipse problem ell := all({x,y},b**2*(x-c)**2+a**2*y**2-a**2*b**2=0 impl x**2+y**2-1 <=0); ellgqf := rlgcad ell; % x-axis ellipse problem variant (refined formula) [Ho92] cc := x**2+y**2-1$ ee := b**2*(x-c)**2+a**2*y**2-a**2*b**2$ ellv := all({x,y},0<a<=1 and 0<b<=1 and 0<=c<=1-a and ((c-a<x<c+a and ee=0) impl cc <= 0))$ ellvgqf := rlgcad ellv; % Steiner--Lehmus Theorem h1 := u2>=0 and x1>=0$ h2 := r^2=1+x1^2=u1^2+(u2-x1)^2$ h3 := x2<=0 and r^2=(x2-x1)^2$ h4 := u1*x2+u2*x3-x2*x3=0$ h5 := x4<=1 and (x4-1)^2=(u1-1)^2+u2^2$ h6 := (x4-x5)^2+x6^2=(u1-x5)^2+(u2-x6)^2 and u1*x6-u2*x5-u2+x6=0$ h7 := (-1-u1)^2+u2^2<2^2$ h := h1 and h2 and h3 and h4 and h5 and h6 and h7$ g := (u1-x3)^2+u2^2<(x5-1)^2+x6^2$ sl9 := all({x6,x5,x4,x3,x2,x1,r},h impl g)$ sol := rlgqe sl9$ %%% Test rlgsn % Result of the rectangle problem from testing rlqe above. rlgsn rp2sol; % There is a list of formulas containing 125 lines starting here. % Forward-search for $ to get to the end of this list. testseries := {q >= 0 and q - 40 <= 0 and n >= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400* z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and 1480*i2 - 50*n + 4625*p1 + 37*q + 5*td + 750*z - 4647 = 0 or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and 76880*i2 - 2000*n + 240250*p1 + 1922*q + 200*td + 50000*z - 669797 = 0 or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250* p1 + 2*q - 1697 < 0 and 10750000*i2 + 500000*n + 33593750*p1 + 268750*q - 50000*td - 10000000*z - 402109359 = 0) or q >= 0 and q - 40 <= 0 and n >= 0 and n - td = 0 and i2 = 0 and 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2 *q - 1377 = 0 and 20*n - 2*td - 300*z - 8331 = 0 and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and n >= 0 and n - td = 0 and i2 = 0 and 2* p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and 100*n - 10*td - 2500 *z - 36519 = 0 and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and 9*n - 380*q >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 <= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and 1480*i2 - 50*n + 4625*p1 + 162*q + 5*td + 750*z - 4647 = 0 or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and 76880*i2 - 2000*n + 240250*p1 + 6922*q + 200*td + 50000*z - 669797 = 0 or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0 and 10750000*i2 + 500000*n + 33593750*p1 - 981250*q - 50000*td - 10000000*z - 402109359 = 0) or q >= 0 and q - 40 <= 0 and 9*n - 380*q >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 <= 0 and 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1377 = 0 and 20*n - 50*q - 2*td - 300*z - 8331 = 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and 9*n - 380*q >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 <= 0 and 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and 100*n - 250*q - 10*td - 2500*z - 36519 = 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and 9*td - 20050 <= 0 and td - 450 >= 0 and 180*n + 171*td - 380950 >= 0 and n - td = 0 and i2 = 0 and 400*q + 9 *td - 20050 >= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and 23680*i2 - 800*n + 74000*p1 + 592*q + 35*td + 12000*z + 25898 = 0 or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and 153760*i2 - 4000*n + 480500*p1 + 3844*q + 175*td + 100000*z - 838344 = 0 or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80 *i2 + 250*p1 + 2*q - 1697 < 0 and 10750000*i2 + 500000*n + 33593750*p1 + 268750*q - 21875*td - 10000000*z - 464765609 = 0) or q >= 0 and q - 40 <= 0 and 9*td - 20050 <= 0 and td - 450 >= 0 and 180*n + 171*td - 380950 >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 >= 0 and 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1377 = 0 and 160*n - 7*td - 2400*z - 86698 = 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and 9*td - 20050 <= 0 and td - 450 >= 0 and 180*n + 171*td - 380950 >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 >= 0 and 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and 800*n - 35*td - 20000*z - 392402 = 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and n >= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) and (2* p1 - 7 < 0 and 20*n - 2*td - 300*z - 2411 = 0 or 2*p1 - 7 >= 0 and 1480* i2 - 50*n + 4625*p1 + 37*q + 5*td + 750*z - 4647 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (20*n - 2* td - 300*z - 5963 > 0 and 20*n - 2*td - 300*z - 8331 <= 0 or 20*n - 2*td - 300*z - 8331 > 0 and 20*n - 2*td - 300*z - 8923 <= 0 and 4420*n - 442 *td + 81700*z - 3170191 = 0 or 20*n - 2*td - 300*z - 8923 > 0 and 20*n - 2*td - 300*z - 10699 < 0 and 31937500*n - 3193750*td - 571562500*z - 13629165033 = 0) or q >= 0 and q - 40 <= 0 and 9*n - 380*q >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 <= 0 and (2*p1 - 7 < 0 and 20*n - 50*q - 2*td - 300*z - 2411 = 0 or 2*p1 - 7 >= 0 and 1480*i2 - 50*n + 4625*p1 + 162*q + 5*td + 750*z - 4647 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (20*n - 50*q - 2*td - 300*z - 5963 > 0 and 20*n - 50*q - 2*td - 300*z - 8331 <= 0 or 20*n - 50*q - 2* td - 300*z - 8331 > 0 and 20*n - 50*q - 2*td - 300*z - 8923 <= 0 and 4420*n - 11050*q - 442*td + 81700*z - 3170191 = 0 or 20*n - 50*q - 2*td - 300*z - 8923 > 0 and 20*n - 50*q - 2*td - 300*z - 10699 < 0 and 31937500*n - 79843750*q - 3193750*td - 571562500*z - 13629165033 = 0) or q >= 0 and q - 40 <= 0 and 9*td - 20050 <= 0 and td - 450 >= 0 and 180* n + 171*td - 380950 >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 >= 0 and (2*p1 - 7 < 0 and 160*n - 7*td - 2400*z - 39338 = 0 or 2* p1 - 7 >= 0 and 23680*i2 - 800*n + 74000*p1 + 592*q + 35*td + 12000*z + 25898 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (160*n - 7*td - 2400*z - 67754 > 0 and 160*n - 7*td - 2400*z - 86698 <= 0 or 160*n - 7*td - 2400*z - 86698 > 0 and 160*n - 7* td - 2400*z - 91434 <= 0 and 35360*n - 1547*td + 653600*z - 29792578 = 0 or 160*n - 7*td - 2400*z - 91434 > 0 and 160*n - 7*td - 2400*z - 105642 < 0 and 255500000*n - 11178125*td - 4572500000*z - 141050664014 = 0) or q >= 0 and q - 40 <= 0 and 1480*i2 - 50*n + 4625*p1 + 37*q + 5*td + 750 *z - 4647 <= 0 and 1480*i2 - 50*n + 4625*p1 + 37*q + 5*td + 750*z + 353 >= 0 and 112480*i2 - 3575*n + 351500*p1 + 2812*q + 380*td + 57000*z - 353172 >= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and 1480*i2 - 50*n + 4625*p1 + 162*q + 5*td + 750*z - 4647 = 0 or 400*q + 9 *td - 20050 > 0 and 23680*i2 - 800*n + 74000*p1 + 592*q + 35*td + 12000* z + 25898 = 0) and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2 *p1 - 7 >= 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and 17680*i2 + 55250*p1 + 442*q + 20000*z - 483917 = 0 or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0 and 25550000*i2 + 79843750*p1 + 638750*q - 2500000*z - 448579359 = 0) or q >= 0 and q - 40 <= 0 and 20*n - 2*td - 300*z - 8331 >= 0 and 20*n - 2*td - 300*z - 10331 <= 0 and 715*n - 76*td - 11400*z - 316578 <= 0 and n - td = 0 and i2 = 0 and 2*p1 - 7 >= 0 and 80*i2 + 250* p1 + 2*q - 1377 = 0 and (400*q + 9*td - 20050 <= 0 and 20*n - 50*q - 2* td - 300*z - 8331 = 0 or 400*q + 9*td - 20050 > 0 and 160*n - 7*td - 2400*z - 86698 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and 20*n - 2*td - 300*z - 8923 >= 0 and 20*n - 2*td - 300*z - 10923 <= 0 and 715*n - 76*td - 11400*z - 339074 <= 0 and n - td = 0 and i2 = 0 and 2*p1 - 7 >= 0 and 80 *i2 + 250*p1 + 2*q - 1457 = 0 and 125*z - 1012 = 0 and (400*q + 9*td - 20050 <= 0 and 20*n - 50*q - 2*td - 300*z - 8923 = 0 or 400*q + 9*td - 20050 > 0 and 160*n - 7*td - 2400*z - 91434 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and n >= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) and (2*p1 - 7 < 0 and 20*n - 2*td - 500*z + 1153 = 0 or 2*p1 - 7 >= 0 and 76880*i2 - 2000*n + 240250*p1 + 1922*q + 200*td + 50000*z - 669797 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and ( 100*n - 10*td - 2500*z - 17299 > 0 and 20*n - 2*td - 500*z - 6535 <= 0 and 4420*n - 442*td + 81700*z - 3170191 = 0 or 20*n - 2*td - 500*z - 6535 > 0 and 100*n - 10*td - 2500*z - 36519 <= 0 or 100*n - 10*td - 2500 *z - 36519 > 0 and 100*n - 10*td - 2500*z - 48051 < 0 and 187312500*n - 18731250*td - 4082187500*z - 74105780531 = 0) or q >= 0 and q - 40 <= 0 and 9*n - 380*q >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 <= 0 and (2*p1 - 7 < 0 and 20*n - 50*q - 2*td - 500*z + 1153 = 0 or 2*p1 - 7 >= 0 and 76880*i2 - 2000*n + 240250*p1 + 6922*q + 200*td + 50000*z - 669797 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (100*n - 250*q - 10*td - 2500*z - 17299 > 0 and 20*n - 50*q - 2*td - 500*z - 6535 <= 0 and 4420*n - 11050*q - 442*td + 81700*z - 3170191 = 0 or 20*n - 50*q - 2*td - 500*z - 6535 > 0 and 100*n - 250*q - 10*td - 2500*z - 36519 <= 0 or 100*n - 250*q - 10*td - 2500*z - 36519 > 0 and 100*n - 250*q - 10*td - 2500*z - 48051 < 0 and 187312500*n - 468281250*q - 18731250*td - 4082187500*z - 74105780531 = 0 ) or q >= 0 and q - 40 <= 0 and 9*td - 20050 <= 0 and td - 450 >= 0 and 180*n + 171*td - 380950 >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 >= 0 and (2*p1 - 7 < 0 and 160*n - 7*td - 4000*z - 10826 = 0 or 2*p1 - 7 >= 0 and 153760*i2 - 4000*n + 480500*p1 + 3844*q + 175*td + 100000*z - 838344 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (800*n - 35*td - 20000*z - 238642 > 0 and 160*n - 7*td - 4000*z - 72330 <= 0 and 35360*n - 1547*td + 653600*z - 29792578 = 0 or 160*n - 7*td - 4000*z - 72330 > 0 and 800*n - 35*td - 20000*z - 392402 <= 0 or 800*n - 35*td - 20000*z - 392402 > 0 and 800*n - 35*td - 20000*z - 484658 < 0 and 1498500000*n - 65559375*td - 32657500000 *z - 780627025498 = 0) or q >= 0 and q - 40 <= 0 and 76880*i2 - 2000*n + 240250*p1 + 1922*q + 200*td + 50000*z - 669797 <= 0 and 76880*i2 - 2000 *n + 240250*p1 + 1922*q + 200*td + 50000*z - 469797 >= 0 and 1460720*i2 - 35750*n + 4564750*p1 + 36518*q + 3800*td + 950000*z - 12726143 >= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and 76880*i2 - 2000*n + 240250*p1 + 6922*q + 200*td + 50000*z - 669797 = 0 or 400*q + 9 *td - 20050 > 0 and 153760*i2 - 4000*n + 480500*p1 + 3844*q + 175*td + 100000*z - 838344 = 0) and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400 *z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and 17680*i2 + 55250*p1 + 442*q + 20000*z - 483917 = 0 or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0 and 29970000*i2 + 93656250*p1 + 749250*q + 2500000*z - 569558609 = 0) or q >= 0 and q - 40 <= 0 and 20*n - 2*td - 500*z - 6535 >= 0 and 20*n - 2*td - 500*z - 8535 <= 0 and 715*n - 76*td - 19000*z - 248330 <= 0 and n - td = 0 and i2 = 0 and 2*p1 - 7 >= 0 and 80*i2 + 250* p1 + 2*q - 1377 = 0 and 50*z - 449 = 0 and (400*q + 9*td - 20050 <= 0 and 20*n - 50*q - 2*td - 500*z - 6535 = 0 or 400*q + 9*td - 20050 > 0 and 160*n - 7*td - 4000*z - 72330 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2* td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and 4420*n - 442*td + 81700*z - 3170191 >= 0 and 4420*n - 442*td + 81700*z - 3612191 <= 0 and 158015*n - 16796*td + 3104600*z - 120467258 <= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and 4420*n - 11050* q - 442*td + 81700*z - 3170191 = 0 or 400*q + 9*td - 20050 > 0 and 35360 *n - 1547*td + 653600*z - 29792578 = 0) and (2*p1 - 7 < 0 and 50*z - 891 = 0 or 2*p1 - 7 >= 0 and 17680*i2 + 55250*p1 + 442*q + 20000*z - 483917 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (250*z - 3129 < 0 and 50*z - 449 >= 0 or 50*z - 449 < 0 and 125*z - 1012 >= 0 or 125*z - 1012 < 0 and 250*z - 1361 > 0 and 108437500*z - 865858649 = 0) or q >= 0 and q - 40 <= 0 and 100*n - 10*td - 2500*z - 36519 >= 0 and 100*n - 10*td - 2500*z - 46519 <= 0 and 3575* n - 380*td - 95000*z - 1387722 <= 0 and n - td = 0 and i2 = 0 and 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and (400*q + 9*td - 20050 <= 0 and 100*n - 250*q - 10*td - 2500*z - 36519 = 0 or 400*q + 9*td - 20050 > 0 and 800*n - 35*td - 20000*z - 392402 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or q >= 0 and q - 40 <= 0 and n >= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) and (2*p1 - 7 < 0 and 62500*n - 6250*td - 1250000*z - 40571873 = 0 or 2* p1 - 7 >= 0 and 10750000*i2 + 500000*n + 33593750*p1 + 268750*q - 50000* td - 10000000*z - 402109359 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (62500*n - 6250*td - 1250000*z - 32509373 < 0 and 62500*n - 6250*td - 1250000*z - 27134373 >= 0 and 31937500*n - 3193750*td - 571562500*z - 13629165033 = 0 or 62500*n - 6250*td - 1250000*z - 27134373 < 0 and 62500*n - 6250*td - 1250000*z - 25790623 >= 0 and 187312500*n - 18731250*td - 4082187500*z - 74105780531 = 0 or 62500*n - 6250*td - 1250000*z - 25790623 < 0 and 62500*n - 6250* td - 1250000*z - 21759373 > 0) or q >= 0 and q - 40 <= 0 and 9*n - 380*q >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 <= 0 and (2*p1 - 7 < 0 and 62500*n - 156250*q - 6250*td - 1250000*z - 40571873 = 0 or 2 *p1 - 7 >= 0 and 10750000*i2 + 500000*n + 33593750*p1 - 981250*q - 50000 *td - 10000000*z - 402109359 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (62500*n - 156250*q - 6250*td - 1250000*z - 32509373 < 0 and 62500*n - 156250*q - 6250*td - 1250000*z - 27134373 >= 0 and 31937500*n - 79843750*q - 3193750*td - 571562500*z - 13629165033 = 0 or 62500*n - 156250*q - 6250*td - 1250000*z - 27134373 < 0 and 62500*n - 156250*q - 6250*td - 1250000*z - 25790623 >= 0 and 187312500*n - 468281250*q - 18731250*td - 4082187500*z - 74105780531 = 0 or 62500*n - 156250*q - 6250*td - 1250000*z - 25790623 < 0 and 62500*n - 156250*q - 6250*td - 1250000*z - 21759373 > 0) or q >= 0 and q - 40 <= 0 and 9*td - 20050 <= 0 and td - 450 >= 0 and 180*n + 171*td - 380950 >= 0 and n - td = 0 and i2 = 0 and 400*q + 9*td - 20050 >= 0 and (2*p1 - 7 < 0 and 500000*n - 21875*td - 10000000*z - 387231234 = 0 or 2*p1 - 7 >= 0 and 10750000*i2 + 500000*n + 33593750*p1 + 268750*q - 21875*td - 10000000*z - 464765609 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (500000*n - 21875*td - 10000000*z - 322731234 < 0 and 500000*n - 21875*td - 10000000*z - 279731234 >= 0 and 255500000*n - 11178125*td - 4572500000*z - 141050664014 = 0 or 500000*n - 21875*td - 10000000*z - 279731234 < 0 and 500000*n - 21875*td - 10000000*z - 268981234 >= 0 and 1498500000*n - 65559375*td - 32657500000 *z - 780627025498 = 0 or 500000*n - 21875*td - 10000000*z - 268981234 < 0 and 500000*n - 21875*td - 10000000*z - 236731234 > 0) or q >= 0 and q - 40 <= 0 and 10750000*i2 + 500000*n + 33593750*p1 + 268750*q - 50000*td - 10000000*z - 402109359 >= 0 and 10750000*i2 + 500000*n + 33593750*p1 + 268750*q - 50000*td - 10000000*z - 452109359 <= 0 and 204250000*i2 + 8937500*n + 638281250*p1 + 5106250*q - 950000*td - 190000000*z - 7640077821 <= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and 10750000*i2 + 500000*n + 33593750*p1 - 981250*q - 50000*td - 10000000*z - 402109359 = 0 or 400*q + 9*td - 20050 > 0 and 10750000*i2 + 500000*n + 33593750*p1 + 268750*q - 21875*td - 10000000*z - 464765609 = 0) and (2* p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and ( 80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and 25550000*i2 + 79843750*p1 + 638750*q - 2500000*z - 448579359 = 0 or 80* i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and 29970000*i2 + 93656250*p1 + 749250*q + 2500000*z - 569558609 = 0 or 80* i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0) or q >= 0 and q - 40 <= 0 and 31937500*n - 3193750*td - 571562500*z - 13629165033 >= 0 and 31937500*n - 3193750*td - 571562500*z - 16822915033 <= 0 and 1141765625 *n - 121362500*td - 21719375000*z - 517908271254 <= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and 31937500*n - 79843750*q - 3193750*td - 571562500*z - 13629165033 = 0 or 400*q + 9*td - 20050 > 0 and 255500000*n - 11178125*td - 4572500000*z - 141050664014 = 0) and (2* p1 - 7 < 0 and 156250*z + 16518749 = 0 or 2*p1 - 7 >= 0 and 25550000*i2 + 79843750*p1 + 638750*q - 2500000*z - 448579359 = 0) and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (156250*z + 6937499 > 0 and 156250*z + 549999 <= 0 or 156250*z + 549999 > 0 and 78125*z - 523438 <= 0 and 108437500*z - 865858649 = 0 or 78125*z - 523438 > 0 and 156250*z - 5837501 < 0) or q >= 0 and q - 40 <= 0 and 187312500*n - 18731250*td - 4082187500*z - 74105780531 >= 0 and 187312500*n - 18731250*td - 4082187500*z - 92837030531 <= 0 and 6696421875 *n - 711787500*td - 155123125000*z - 2816019660178 <= 0 and n - td = 0 and i2 = 0 and (400*q + 9*td - 20050 <= 0 and 187312500*n - 468281250*q - 18731250*td - 4082187500*z - 74105780531 = 0 or 400*q + 9*td - 20050 > 0 and 1498500000*n - 65559375*td - 32657500000*z - 780627025498 = 0) and (2*p1 - 7 < 0 and 156250*z - 22087499 = 0 or 2*p1 - 7 >= 0 and 29970000*i2 + 93656250*p1 + 749250*q + 2500000*z - 569558609 = 0) and ( td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (156250*z - 10848749 < 0 and 156250*z - 3356249 >= 0 and 108437500*z - 865858649 = 0 or 156250*z - 3356249 < 0 and 78125*z - 741562 >= 0 or 78125*z - 741562 < 0 and 156250*z + 4136251 > 0), 2*p1 - 7 >= 0 and 400*q + 9*td - 20050 <= 0 and i2 = 0 and n - td = 0 and q >= 0 and q - 40 <= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or 2*p1 - 7 >= 0 and 400*q + 9*td - 20050 >= 0 and i2 = 0 and n - td = 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or 2*p1 - 7 >= 0 and i2 = 0 and n - td = 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (400*q + 9*td - 20050 <= 0 and q - 40 = 0 or 400*q + 9*td - 20050 > 0 and td - 450 = 0) or 2*p1 - 7 < 0 and 400*q + 9*td - 20050 <= 0 and i2 = 0 and n - td = 0 and q >= 0 and q - 40 <= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or 2*p1 - 7 < 0 and 400*q + 9*td - 20050 >= 0 and i2 = 0 and n - td = 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or 2*p1 - 7 < 0 and i2 = 0 and n - td = 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (400*q + 9*td - 20050 <= 0 and q - 40 = 0 or 400*q + 9*td - 20050 > 0 and td - 450 = 0), 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0 and i2 = 0 and n - td = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (2 *p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and ( 400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2* q - 1697 < 0 and i2 = 0 and n - td = 0 and 9*n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 <= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0 and i2 = 0 and n - td = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (2 *p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and i2 = 0 and n - td = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and i2 = 0 and n - td = 0 and 9 *n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 <= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and i2 = 0 and n - td = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and i2 = 0 and n - td = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and ( 2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and ( 400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2* q - 1457 <= 0 and i2 = 0 and n - td = 0 and 9*n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 <= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and i2 = 0 and n - td = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (2 *p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1377 = 0 and i2 = 0 and n - td = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1377 = 0 and i2 = 0 and n - td = 0 and 9 *n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 <= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1377 = 0 and i2 = 0 and n - td = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) or 80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and i2 = 0 and n - td = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and ( 2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and ( 400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2* q - 1377 <= 0 and i2 = 0 and n - td = 0 and 9*n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 <= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and i2 = 0 and n - td = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 and (td - 400 >= 0 and td - 700 < 0 and 3*td + 400*z - 5320 = 0 or td - 700 >= 0 and td - 990 < 0 and 2*td - 300*z + 1015 = 0 or td = 0 and z = 0) and (2 *p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0), 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0 and i2 = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0 and i2 = 0 and 9*n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 <= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 80*i2 + 250*p1 + 2*q - 1457 > 0 and 80*i2 + 250*p1 + 2*q - 1697 < 0 and i2 = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and i2 = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and i2 = 0 and 9*n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 <= 0 or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1457 = 0 and i2 = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and i2 = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2* p1 - 7 >= 0) and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and i2 = 0 and 9*n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 <= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 80*i2 + 250*p1 + 2*q - 1377 > 0 and 80*i2 + 250*p1 + 2*q - 1457 <= 0 and i2 = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 and (2*p1 - 7 < 0 and 80* i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1377 = 0 and i2 = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1377 = 0 and i2 = 0 and 9*n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400* q + 9*td - 20050 <= 0 or 2*p1 - 7 >= 0 and 80*i2 + 250*p1 + 2*q - 1377 = 0 and i2 = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9* td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 or 80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and i2 = 0 and n >= 0 and q - 40 <= 0 and q >= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) and (400*q + 9*td - 20050 <= 0 and q = 0 or 400*q + 9*td - 20050 > 0 and 9*td - 20050 = 0) or 80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and i2 = 0 and 9*n - 380*q >= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9 *td - 20050 <= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2*p1 - 7 >= 0) or 80*i2 + 250*p1 + 2*q - 1057 > 0 and 80*i2 + 250*p1 + 2*q - 1377 <= 0 and i2 = 0 and 180*n + 171*td - 380950 >= 0 and td - 450 >= 0 and 9*td - 20050 <= 0 and q - 40 <= 0 and q >= 0 and 400*q + 9*td - 20050 >= 0 and (2*p1 - 7 < 0 and 80*i2 + 250*p1 + 2*q - 577 = 0 or 2* p1 - 7 >= 0)}$ for each ex in testseries collect {rlatnum ex,rlatnum rlgsn ex}; %%% Test rlitab % Result of the rectangle problem from testing rlqe above. rlitab rp2sol; % Optimizer sc50b!-t := -1*vCOL00004$ sc50b!-c := { vCOL00001 >= 0,vCOL00002 >= 0,vCOL00003 >= 0,vCOL00004 >= 0,vCOL00005 >= 0, vCOL00006 >= 0,vCOL00007 >= 0,vCOL00008 >= 0,vCOL00009 >= 0,vCOL00010 >= 0, vCOL00011 >= 0,vCOL00012 >= 0,vCOL00013 >= 0,vCOL00014 >= 0,vCOL00015 >= 0, vCOL00016 >= 0,vCOL00017 >= 0,vCOL00018 >= 0,vCOL00019 >= 0,vCOL00020 >= 0, vCOL00021 >= 0,vCOL00022 >= 0,vCOL00023 >= 0,vCOL00024 >= 0,vCOL00025 >= 0, vCOL00026 >= 0,vCOL00027 >= 0,vCOL00028 >= 0,vCOL00029 >= 0,vCOL00030 >= 0, vCOL00031 >= 0,vCOL00032 >= 0,vCOL00033 >= 0,vCOL00034 >= 0,vCOL00035 >= 0, vCOL00036 >= 0,vCOL00037 >= 0,vCOL00038 >= 0,vCOL00039 >= 0,vCOL00040 >= 0, vCOL00041 >= 0,vCOL00042 >= 0,vCOL00043 >= 0,vCOL00044 >= 0,vCOL00045 >= 0, vCOL00046 >= 0,vCOL00047 >= 0,vCOL00048 >= 0, 3*vCOL00001+(3*vCOL00002)+(3*vCOL00003) <= 300, 1*vCOL00004+(-1*vCOL00005) = 0, -1*vCOL00001+(1*vCOL00006) = 0, -1*vCOL00002+(1*vCOL00007) = 0, -1*vCOL00003+(1*vCOL00008) = 0, -1*vCOL00006+(1*vCOL00009) <= 0, -1*vCOL00007+(1*vCOL00010) <= 0, -1*vCOL00008+(1*vCOL00011) <= 0, -1*vCOL00009+(3*vCOL00012)+(3*vCOL00013)+(3*vCOL00014) <= 300, 0.400000*vCOL00005+(-1*vCOL00010) <= 0, 0.600000*vCOL00005+(-1*vCOL00011) <= 0, 1.100000*vCOL00004+(-1*vCOL00015) = 0, 1*vCOL00005+(1*vCOL00015)+(-1*vCOL00016) = 0, -1*vCOL00006+(-1*vCOL00012)+(1*vCOL00017) = 0, -1*vCOL00007+(-1*vCOL00013)+(1*vCOL00018) = 0, -1*vCOL00008+(-1*vCOL00014)+(1*vCOL00019) = 0, -1*vCOL00017+(1*vCOL00020) <= 0, -1*vCOL00018+(1*vCOL00021) <= 0, -1*vCOL00019+(1*vCOL00022) <= 0, -1*vCOL00020+(3*vCOL00023)+(3*vCOL00024)+(3*vCOL00025) <= 300, 0.400000*vCOL00016+(-1*vCOL00021) <= 0, 0.600000*vCOL00016+(-1*vCOL00022) <= 0, 1.100000*vCOL00015+(-1*vCOL00026) = 0, 1*vCOL00016+(1*vCOL00026)+(-1*vCOL00027) = 0, -1*vCOL00017+(-1*vCOL00023)+(1*vCOL00028) = 0, -1*vCOL00018+(-1*vCOL00024)+(1*vCOL00029) = 0, -1*vCOL00019+(-1*vCOL00025)+(1*vCOL00030) = 0, -1*vCOL00028+(1*vCOL00031) <= 0, -1*vCOL00029+(1*vCOL00032) <= 0, -1*vCOL00030+(1*vCOL00033) <= 0, -1*vCOL00031+(3*vCOL00034)+(3*vCOL00035)+(3*vCOL00036) <= 300, 0.400000*vCOL00027+(-1*vCOL00032) <= 0, 0.600000*vCOL00027+(-1*vCOL00033) <= 0, 1.100000*vCOL00026+(-1*vCOL00037) = 0, 1*vCOL00027+(1*vCOL00037)+(-1*vCOL00038) = 0, -1*vCOL00028+(-1*vCOL00034)+(1*vCOL00039) = 0, -1*vCOL00029+(-1*vCOL00035)+(1*vCOL00040) = 0, -1*vCOL00030+(-1*vCOL00036)+(1*vCOL00041) = 0, -1*vCOL00039+(1*vCOL00042) <= 0, -1*vCOL00040+(1*vCOL00043) <= 0, -1*vCOL00041+(1*vCOL00044) <= 0, -1*vCOL00042+(3*vCOL00045)+(3*vCOL00046)+(3*vCOL00047) <= 300, 0.400000*vCOL00038+(-1*vCOL00043) <= 0, 0.600000*vCOL00038+(-1*vCOL00044) <= 0, 1.100000*vCOL00037+(-1*vCOL00048) = 0, -0.700000*vCOL00045+(0.300000*vCOL00046)+(0.300000*vCOL00047) <= 0, -1*vCOL00046+(0.400000*vCOL00048) <= 0, -1*vCOL00047+(0.600000*vCOL00048) <= 0}$ rlopt(sc50b!-c,sc50b!-t); % from Marc van Dongen. Finding the first feasible solution for the % solution of systems of linear diophantine inequalities. dong := { 3*X259+4*X261+3*X262+2*X263+X269+2*X270+3*X271+4*X272+5*X273+X229=2, 7*X259+11*X261+8*X262+5*X263+3*X269+6*X270+9*X271+12*X272+15*X273+X229=4, 2*X259+5*X261+4*X262+3*X263+3*X268+4*X269+5*X270+6*X271+7*X272+8*X273=1, X262+2*X263+5*X268+4*X269+3*X270+2*X271+X272+2*X229=1, X259+X262+2*X263+4*X268+3*X269+2*X270+X271-X273+3*X229=2, X259+2*X261+2*X262+2*X263+3*X268+3*X269+3*X270+3*X271+3*X272+3*X273+X229=1, X259+X261+X262+X263+X268+X269+X270+X271+X272+X273+X229=1}; sol := rlopt(dong,0); % Substitution sub(first second sol,for each atf in dong mkand atf); rlsimpl ws; end;
ef02cf85300d373f67771f770480c77705873c32
449d555969bfd7befe906877abab098c6e63a0e8
/2024/CH1/EX1.3/1_3.sce
8f2ef28cd79694c7a0aa45a540891e14b5a362cd
[]
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
151
sce
1_3.sce
clc //Initialization of variables m=10 //lbm a=10 //ft/sec^2 g=32.1739 //calculations F=m*a/g //results printf("Force required = %.3f lbf",F)
99bfe8919e031fb5e6dadb88f8b4ba3d50625c93
449d555969bfd7befe906877abab098c6e63a0e8
/3834/CH11/EX11.1.1/Ex11_1_1.sce
d5d2e1f4ce981a93e6dad9b73dcd8343c95ac3a8
[]
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
331
sce
Ex11_1_1.sce
//Fiber-optics communication technology, by Djafer K. Mynbaev and Lowell L. Scheiner //Example 11.1.1 //windows 7 //Scilab version-6.0.0 clc; clear ; //given R=0.85;//Responsivity of photodiode in A/W P=1E-3;//Input power saturation in W Ip=R*P;//The photocurrent in A mprintf("The photocurrent =%.2f mA",Ip*1E+3);
0511d66ba9de2927cad7b6dbacd66cfc0611c3cc
449d555969bfd7befe906877abab098c6e63a0e8
/1952/CH6/EX6.14/Ex6_14.sce
00a1d237eaf78fd977be66011c02b6d59fa127f1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
376
sce
Ex6_14.sce
// chapter 6 , Example6 14 , pg 178 T=300 //temperature (in K) l=2 //length (in m) R=0.02 //Resistance (in ohm) u=4.3*10^-3 // (in m^2/(V*s)) I=15 //current (in A) V=I*R //voltage drop across wire (in V ) E=V/l //electric field across wire (in V/m) Vd=u*E //drift velocity (in m/s) printf("Drift velocity (in m/s)") disp(Vd)
1c1c0cbbaec941a10823e89b6c6b2acbd72c5d9c
449d555969bfd7befe906877abab098c6e63a0e8
/431/CH4/EX4.16/EX4_16.sce
ee0844bf5421c2f791afd8f0ce8a9e092a5fe466
[]
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
612
sce
EX4_16.sce
//Calculating starting torque //Chapter 4 //Example 4.16 //page 311 clear; clc; disp("Example 4.16") f=50; //frequency in hertz P=4; //number of poles R2=0.04; //rotor resistance in ohms Ns=(120*f)/P; printf("Syncronous speed=%drpm",Ns); Nr=1200; //rotor speed at maximium torque in rpm S=(Ns-Nr)/Ns; printf("\nSlip at maximium torque=%f",S); X20=R2/S; //starting torque is developed when S=1 //r=(Tst/Tm) r=(R2/(R2^2+X20^2))*(2*X20); printf("\nTherefore, starting torque is %fpercent of the maximium torque",(r*100));
efcca8ac2f5c1b5a1667cd589d353616be86c1ad
e9d5f5cf984c905c31f197577d633705e835780a
/data_reconciliation/nonlinear/scilab/nonlin_rn96_1/old/nonlin_rn96_1_.sce
2fe128aa904894319990334360c45eeacf4651e6
[]
no_license
faiz-hub/dr-ged-benchmarks
1ad57a69ed90fe7595c006efdc262d703e22d6c0
98b250db9e9f09d42b3413551ce7a346dd99400c
refs/heads/master
2021-05-18T23:12:18.631904
2020-03-30T21:12:16
2020-03-30T21:12:16
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
7,024
sce
nonlin_rn96_1_.sce
// Data Reconciliation Benchmark Problems From Lietrature Review // Author: Edson Cordeiro do Valle // Contact - edsoncv@{gmail.com}{vrtech.com.br} // Skype: edson.cv //Rao, R Ramesh, and Shankar Narasimhan. 1996. //“Comparison of Techniques for Data Reconciliation of Multicomponent Processes.” //Industrial & Engineering Chemistry Research 35:1362-1368. //http://dx.doi.org/10.1021/ie940538b. //Bibtex Citation //@article{Rao1996, //author = {Rao, R Ramesh and Narasimhan, Shankar}, //isbn = {0888-5885}, //journal = {Industrial \& Engineering Chemistry Research}, //month = apr, //number = {4}, //pages = {1362--1368}, //publisher = {American Chemical Society}, //title = {{Comparison of Techniques for Data Reconciliation of Multicomponent Processes}}, //url = {http://dx.doi.org/10.1021/ie940538b}, //volume = {35}, //year = {1996} //} // 11 Streams // 4 Equipments // 7 Compounds getd('.'); clear flow_full_P8 flow_P8 comp_full_P8 comp_P8 At_P8 umeas_P8 fixed_P8 red_P8 lower_P8 upper_P8 var_lin_type_P8 constr_lin_type_P8 constr_lhs_P8 constr_rhs_P8 just_measured_P8 observ_P8 non_obs_P8 spec_cand_P8 x_sol f_sol lower_P8 upper_P8 extra xmfull ncomp var jac nc nv nnzjac nnz_hess sparse_dg sparse_dh lower upper var_lin_type constr_lin_type constr_lhs constr_rhs // In the original paper, streams 2,3 and 9 are unmeasured // in these streams (2,3 and 9), values are estimates givem by the paper's original author. // 1 2 3 4 5 6 7 8 9 10 11 flow_full_P8 =[3707 1900 1807 2910 737 26 7.6 105 2832 57 668]; //information of measured/unmeasured(-1)/fixed(-5) flow_P8 = [3707 -1 -1 2910 737 26 7.6 105 -1 57 -1]; // 1 2 3 4 5 6 7 8 9 10 11 comp_full_P8 = [ 1.64 1.64 1.64 0.0052 7.42 0.68 4.19 0.11 0.0013 90. 0.006 17.66 17.66 17.66 0.003 90.6 53.67 43.65 0.08 0.00016 0.12 98.75 0.38 0.38 0.38 0.19 0.001 30.05 7.91 0.12 0.18 1.0E-3 1.0E-3 3.44 3.44 3.44 3.68 1.17 11.05 9.05 99.54 0.25 4.4 0.88 61.47 61.47 61.47 77.08 0.79 4.4 30.3 1.0E-3 80. 1.8 0.7 15.39 1.0E-3 31.57 18.01 1.0E-3 1.0E-3 1.0E-3 1.0E-3 19. 1.0E-3 1.0E-3 0.41 0.03 0.03 0.29 0.87 0.12 4.9 1.0E-3 0.2 1.0E-3 0.88 ]/100; //information of measured/unmeasured(-1)/fixed(-5) // 1 2 3 4 5 6 7 8 9 10 11 comp_P8 = [ 1.64 -1 -1 0.0052 7.42 0.68 4.19 0.11 -1 90. 0.006 17.66 -1 -1 0.003 90.6 53.67 43.65 0.08 -1 0.12 98.75 0.38 -1 -1 0.19 0.001 30.05 7.91 0.12 -1 -1 -1 3.44 -1 -1 3.68 1.17 11.05 9.05 99.54 0.25 -1 0.88 61.47 -1 -1 -1 0.79 4.4 30.3 -1 -1. -1 0.7 15.39 -5 -1 18.01 -5 -5 -5 -5 -1. -5 -5 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 ]; //The jacobian of the constraints // 1 2 3 4 5 6 7 8 9 10 11 jac = [ 1 -1 -1 0 0 0 0 0 0 0 0 0 1 1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 1 0 0 0 0 -1 -1 0 0 0 1 0 0 0 -1 -1 0 0 ]; // 1 2 3 4 5 6 7 8 9 10 11 // organizing the vector for the constraints residuals xmfull=[flow_full_P8(:);matrix(comp_full_P8',-1)]; xm=xmfull; //the variance proposed by the original author sd = (0.01*xmfull); //recalculate sd for i=1: length(sd) if sd(i) <= 0.0001 sd(i) = 0.0001; end end var = sd.^2; ncomp = 7 ; //observability/redundancy tests [At_P8,umeas_P8, fixed_P8] = jac_compound_residuals(jac,ncomp,flow_full_P8,comp_full_P8, flow_P8, comp_P8); [red_P8, just_measured_P8, observ_P8, non_obs_P8, spec_cand_P8] = qrlinclass(At_P8,umeas_P8) // reconcile with all measured. To reconcile with only redundant variables, uncomment the "red" assignments measured_P8 = setdiff([1:length(xmfull)], umeas_P8); red = measured_P8;// // to reconcile with all variables, comment the line above and uncomment bellow //red = [1:length(xmfull)]; // to run robust reconciliation,, one must choose between the folowing objective functions to set up the functions path and function parameters: //WLS = 0 // Absolute sum of squares = 1 //Cauchy = 2 //Contamined Normal = 3 //Fair = 4 //Hampel = 5 //Logistic = 6 //Lorenztian = 7 //Quasi Weighted = 8 // run the configuration functions with the desired objective function type obj_function_type = 0; exec ../functions/setup_DR.sce; // to run robust reconciliation, it is also necessary to choose the function to return the problem structure // ipopt needs some information about the problem, such as jacobian and hessian structure, [nc, nv, nnzjac, nnz_hess, sparse_dg, sparse_dh, lower_P8, upper_P8, var_lin_type_P8, constr_lin_type_P8, constr_lhs_P8, constr_rhs_P8] = wls_structure_compound(jac,ncomp, flow_full_P8,comp_full_P8); params = init_param(); // We use the given Hessian //params = add_param(params,"hessian_constant","yes"); params = add_param(params,"hessian_approximation","exact"); //params = add_param(params,"hessian_approximation","limited-memory"); //params = add_param(params,"derivative_test","first-order"); //params = add_param(params,"derivative_test_print_all","yes"); //params = add_param(params,"derivative_test","second-order"); params = add_param(params,"tol",1e-2); params = add_param(params,"acceptable_tol",1e-2); //params = add_param(params,"mu_strategy","adaptive"); params = add_param(params,"mu_strategy","monotone"); params = add_param(params,"journal_level",5); params = add_param(params,"fixed_variable_treatment", "relax_bounds"); disp('begore start ipopt') //according to the original paper, we fix some variables lower_P8(fixed_P8) = xmfull(fixed_P8); upper_P8(fixed_P8) = xmfull(fixed_P8); xm_init = xmfull./var; tic [x_sol, f_sol, extra] = ipopt(xmfull, objfun, gradf, confun, dg1, sparse_dg, dh, sparse_dh, var_lin_type_P8, constr_lin_type_P8, constr_rhs_P8, constr_lhs_P8, lower_P8, upper_P8, params); toc mprintf("\n\nSolution: , x\n"); for i = 1 : nv mprintf("x[%d] = %e\n", i, x_sol(i)); end mprintf("\n\nObjective value at optimal point\n"); mprintf("f(x*) = %e\n", f_sol); [Aeqp, Astreams] =size(jac) xx=matrix(x_sol,Astreams,ncomp+1) TotalFlowMeasured = xx(:,1)' compoundMeasured = 100*xx(:, 2:$)
620db88d67a96cef474414609fc8af9e87e31bf5
71f9235f1425237d3a4e24a6591c2481cb64ffda
/showcase/resources/clicktocall-environment.properties.tst
f3f6822bad5de4ccc6a9382e76a5f55417c8d3fd
[]
no_license
yoanes/component-clicktocall
40266cfd56ad704faef0df6230399b49b061b3b4
72f4bf7f5eb0f2a05886fc2200d80310b3c6cfae
refs/heads/master
2016-08-05T11:57:30.166981
2012-04-05T01:39:15
2012-04-05T01:39:15
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
210
tst
clicktocall-environment.properties.tst
######################################################## ## ENVIRONMENT : TST ######################################################## #Example (note the env prefix): #env.clicktocallSampleProperty=clicktocall
876083b597d205336d1e677df80dd9525f337300
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/xfarc.man.tst
ebc5e2a736d899c0beb6044cbe864d8333bce3fc
[ "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
147
tst
xfarc.man.tst
clear;lines(0); // isoview scaling plot2d(0,0,-1,"031"," ",[-2,-2,2,2]) xfarc(-0.5,0.5,1,1,0,90*64) xset("pattern",2) xfarc(0.5,0.5,1,1,0,360*64)
dfd2fa8c7f60ac2cd4d9a914e9738be3fcd6c761
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.5/macros/percent/%r_o_s.sci
508b458024509407baa63691404604ab39168aaa
[ "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
193
sci
%r_o_s.sci
function r=%r_o_s(l1,l2) // l1==l2 with l1 rational and l2 constant //! // Copyright INRIA r=degree(l1('num'))==0&degree(l1('den'))==0 if r then r=coeff(l1('num'))./coeff(l1('den'))==l2,end
470aa2b46e105f1df35e9148dc30d0be1f22e66f
449d555969bfd7befe906877abab098c6e63a0e8
/3878/CH21/EX21.5/Ex21_5.sce
c0683f5c962852588ac84307b34e446be7458d04
[]
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
600
sce
Ex21_5.sce
clear // Variable declaration T_s=100// The temperature of steam in °C T_d=21// The dry bulb temperature in °C H=50// % saturation x_ab=0.0079// Moisture content of air before in kg/kg x_a=0.0067// Moisture added in kg/kg C_ps=1.972// The specific heat capacity of the steam in kJ/kg°C C_pa=1.006// The specific heat capacity of air in kJ/kg.K // Calculation x=x_ab+x_a// Final moisture content in kg/kg t=((x_a*C_ps*T_s)+(C_pa*T_d))/(((x_a*C_ps)+(C_pa)))// The final dry bulb temperature in °C printf("\n \nFinal moisture content=%0.4f kg/kg \nThe final dry bulb temperature,t=%2.2f°C",x,t)
a8c03a360e325a00a256c21068c928787af99c6a
449d555969bfd7befe906877abab098c6e63a0e8
/1946/CH8/EX8.3/Ex_8_3.sce
5b316637fa15b2cbd5f0ace66a4df959e9adfc53
[]
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
256
sce
Ex_8_3.sce
// Example 8.3;//power coupled clc; clear; close; n1=1.48;//core refractive index n2=1.46;//cladiing refractive index Po=150;//output power in micro watt NA=sqrt(n1^2-n2^2);//numerical aperture Pin=Po*NA^2; disp(Pin,"Power couled in micro watt")
3d5ef27125c79600e02124d6e71c71cee3138026
449d555969bfd7befe906877abab098c6e63a0e8
/1085/CH16/EX16.1/ex16_1.sce
e1e0ab1fffba8c9bda05e05a3142b13e0167ed0f
[]
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
406
sce
ex16_1.sce
//Exam:16.1 clc; clear; close; T_c=4.2;//critical temperature of mercury k=1.4*10^(-23);// E_g=3*k*T_c;//energy gap (in Joule) e=1.6*10^(-19);//charge on the electron E=E_g/e;//energy gap (in electron volt) h=6.6*10^(-34)// in J-s c=3*10^8;//in m/s wavelength=h*c/E_g;//wavelength of a photon (in m) disp(E,'energy gap (in electron volt)='); disp(wavelength,'wavelength of a photon (in m)=');
c5a906b93fa217005089e22d12a15e9b7afe2f0c
449d555969bfd7befe906877abab098c6e63a0e8
/671/CH2/EX2.6/2_6.sce
8d28a39063a4317300b0d512ed4dfea9306be537
[]
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
2_6.sce
//Converting Voltage source with series resistance to current source I=1/(1/4) //KCL at nodes 1,2,3 using conductances A=[11,-3,-4;-3,6,-2;-4,-2,11] V=inv(A)*[5;-7;6] disp(V)
a76e33a91201ca1c3910dc3a8de8cb4397f0b83f
449d555969bfd7befe906877abab098c6e63a0e8
/331/CH4/EX4.5/Example_4_5.sce
7243137accc3f8a7558165a5bcd5797046aea4b4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
5,114
sce
Example_4_5.sce
//Caption: Latin Square Design //Example4.5 //Page89 clear; clc; A1 =23; A2 =34; A3 = 45; A4 = 34; B1 = 30; B2 = 20; B3 = 30; B4 = 20; C1 = 35; C2 = 29; C3 = 25; C4 = 45; D1 = 28; D2 = 40; D3 = 40; D4 = 34; Yij = [23,40,30,35;20,45,34,40;25,45,34,20;28,30,29,34]; disp(Yij,'Yij=') [m,n] = size(Yij); Y = sum(Yij(:,:)); disp(Y,'Y=') Yi1 = sum(Yij(:,1)); disp(Yi1,'Yi1=') Yi2 = sum(Yij(:,2)); disp(Yi2,'Yi2=') Yi3 = sum(Yij(:,3)); disp(Yi3,'Yi3=') Yi4 = sum(Yij(:,4)); disp(Yi4,'Yi4=') Y1j = sum(Yij(1,:)); disp(Y1j,'Y1j=') Y2j = sum(Yij(2,:)); disp(Y2j,'Y2j=') Y3j = sum(Yij(3,:)); disp(Y3j,'Y3j=') Y4j = sum(Yij(4,:)); disp(Y4j,'Y4j=') SS_total = sum(Yij(:,:).^2)-(Y^2)/(m*n); disp(SS_total,'SS_total=') SS_section = ((Y1j^2)/n)+((Y2j^2)/n)+((Y3j^2)/n)+((Y4j^2)/n)-(Y^2)/(m*n); disp(SS_section,'SS_section=') SS_period = ((Yi1^2)/m)+((Yi2^2)/m)+((Yi3^2)/m)+((Yi4^2)/m)-(Y^2)/(m*n); disp(SS_period,'SS_period=') Yij = [A1,A2,A3,A4;B1,B2,B3,B4;C1,C2,C3,C4;D1,D2,D3,D4]; Y1j = sum(Yij(1,:)); disp(Y1j,'Y1j=') Y2j = sum(Yij(2,:)); disp(Y2j,'Y2j=') Y3j = sum(Yij(3,:)); disp(Y3j,'Y3j=') Y4j = sum(Yij(4,:)); disp(Y4j,'Y4j=') SS_treatments = ((Y1j^2)/n)+((Y2j^2)/n)+((Y3j^2)/n)+((Y4j^2)/n)-(Y^2)/(m*n); disp(SS_treatments,'SS_treatments=') SS_error = SS_total-SS_section-SS_treatments-SS_period; disp(SS_error,'SS_error=') Bet_Treat_DOF = n-1; disp(Bet_Treat_DOF,'Degrees of freedom Between treatments=') Bet_Blocks = m-1; disp(Bet_Blocks,'Degrees of freedom Between Blocks=') Error = 6; disp(Error,'Degrees of freedom With in treatments=') MSS = [SS_treatments/3,SS_section/3,SS_period/3,SS_error/Error]; disp(MSS,'Mean Sum of Squares ='); F_ratio1 = MSS(1)/MSS(4); F_ratio2 = MSS(2)/MSS(4); F_ratio3 = MSS(3)/MSS(4); disp(F_ratio1,'Calculated F ratio1 for component treatment- business school=') disp(F_ratio2,'Calculated F ratio2 for component rows-section=') disp(F_ratio3,'Calculated F ratio3 for component columns-period=') Ftable = 4.76; disp(Ftable,'Tablw F ratio for the significance level =0.05 and degrees of freedom (3,6)=') disp('Component-treatment (business school):') if (F_ratio1 >Ftable) then disp('Null Hypothesis should be rejected') disp('This means that there is significant difference in terms of weekly sales made between the graduates of') disp('different business schools') else disp('Accept Null Hypothesis') end disp('Component-rows(section):') if (F_ratio2 <Ftable) then disp('Null Hypothesis should be accepted') disp('This means that there is no significant difference in terms of weekly sales made between different sections') disp('of the showroom') else disp('Reject Null Hypothesis') end disp('Component-columns (period):') if (F_ratio3 <Ftable) then disp('Null Hypothesis should be rejected') disp('This means there is significant difference in terms of weekly sales made between different weeks(period)') disp('of the showroom') else disp('Accept Null Hypothesis') end //Result //Yij= // // 23. 40. 30. 35. // 20. 45. 34. 40. // 25. 45. 34. 20. // 28. 30. 29. 34. // // Y= // // 512. // // Yi1= // // 96. // // Yi2= // // 160. // // Yi3= // // 127. // // Yi4= // // 129. // // Y1j= // // 128. // // Y2j= // // 139. // // Y3j= // // 124. // // Y4j= // // 121. // // SS_total= // // 938. // // SS_section= // // 46.5 // // SS_period= // // 512.5 // // Y1j= // // 136. // // Y2j= // // 100. // // Y3j= // // 134. // // Y4j= // // 142. // // SS_treatments= // // 270. // // SS_error= // // 109. // // Degrees of freedom Between treatments= // // 3. // // Degrees of freedom Between Blocks= // // 3. // // Degrees of freedom With in treatments= // // 6. // // Mean Sum of Squares = // // 90. 15.5 170.83333 18.166667 // // Calculated F ratio1 for component treatment- business school= // // 4.9541284 // // Calculated F ratio2 for component rows-section= // // 0.8532110 // // Calculated F ratio3 for component columns-period= // // 9.4036697 // // Tablw F ratio for the significance level =0.05 and degrees of freedom (3,6)= // // 4.76 // // Component-treatment (business school): // // Null Hypothesis should be rejected // // This means that there is significant difference in terms of weekly sales made between the graduates of // // different business schools // // Component-rows(section): // // Null Hypothesis should be accepted // // This means that there is no significant difference in terms of weekly sales made between different sections // // of the showroom // // Component-columns (period): // // Accept Null Hypothesis //
0fbe4477c8038ebcaa192d061f01d3798ae0aeda
20479ef6060920bd3d37ae74ecd2129f8ba8f29e
/fx.sce
79d6c97f2ee41575b2e4567679a28a828a20df9e
[]
no_license
andersonvalentim/Atividade-Denilson-Scilab-UFERSA-
db4b58fc082bd80f076e67908435674f49ce45e4
4d02ddd342681165028ea6b4ebc7ec6d8bb7d9a9
refs/heads/master
2021-09-12T15:30:30.076790
2018-04-18T01:58:47
2018-04-18T01:58:47
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
418
sce
fx.sce
valor = input("Digite os 3 ultimos digitos da sua matricula") M=valor/100 aux=modulo(valor,100) MM= aux/10 MMM= modulo(aux,10) x = input("Digite o valor de x para calcular F(x)") if x<=1 then printf("F(X)= 1") end if x>1 & x<=2 then printf("F(X)= 2") end if x>2 & x<=3 then resultado = (x^2)*MM printf("F(X)= %g",resultado) end if x>3 then resultado = (x^3)*M printf("F(X)= %g",resultado) end
0dd43dbcaa2627d6f087488026dfacfa4fc383e4
449d555969bfd7befe906877abab098c6e63a0e8
/1073/CH4/EX4.16/4_16.sce
8c9a68af0ab2e303f243217f9bdfc4802d0ce248
[]
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
806
sce
4_16.sce
clc; clear; //Example 4.16 //In steady state,we can write: //Qcd=Qdb //sigma(Tc^4-Td^4)*/(1/ec+1/ed-1)=sigma(Td^4-Tb^4)/(1/ed+1/eb-1) // i.e Td^4=0.5*(Tc^4-Tb^4) //Given: Ta=600 //[K] eA=0.8; eC=0.5; eD=0.4; sigma=5.67*10^-8 //For air //(600^4-Tc^4)/2.25=(Tc^4-Td^4)/3.5 //1.56*(600^4-Tc^4)=Tc^4-Td^4 //Putting value of Td in terms of Tc //1.56*(600^4-Tc^4)=Tc^4-0.5*(Tc^4-300^4) function y=f(Tc) y=1.56*(600^4-Tc^4)-Tc^4+0.5*(Tc^4-300^4) endfunction Tc=fsolve(500,f); //[K] //or Tc=560.94 //[K] Approximate after solving Td=sqrt(sqrt(0.5*(Tc^4-300^4))) //[K] Q_by_a=sigma*(Ta^4-Tc^4)/(1/eA+1/eC-1) //[W/sq m] printf("\nRate of heat exchange per unit area=%f W/m^2",Q_by_a); printf("\nSteady state temperatures,Tc=%f K,and Td=%f K",Tc,Td);
01f49c3a1affd06f9c6a721b6892f3c80c207a6e
449d555969bfd7befe906877abab098c6e63a0e8
/1964/CH12/EX12.19/ex12_19.sce
2b5671f045138cd6fae8cc4fb502dac9caa856ff
[]
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
523
sce
ex12_19.sce
//Chapter-12, Example 12.19, Page 367 //============================================================================= clc clear //INPUT DATA Rh=200;//Hall-coefficient in cubiccentimeter/C a=10;//conductivity in s/m //CALCULATIONS un=a*Rh;//electron mobility in cm^2/V-s mprintf("electron mobility is %d cm^2/V-s",un) //note:answer given is wrong in textbook //=================================END OF PROGRAM=======================================================================================================
712085d8a4cb63a663e51b79808562d56c02d650
8781912fe931b72e88f06cb03f2a6e1e617f37fe
/scilab/final/root_newton/plotroot.sci
85f3d9969d3a6a0cdd8c1e192de461d50e1fef93
[]
no_license
mikeg2105/matlab-old
fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e
eac168097f9060b4787ee17e3a97f2099f8182c1
refs/heads/master
2021-05-01T07:58:19.274277
2018-02-11T22:09:18
2018-02-11T22:09:18
121,167,118
1
0
null
null
null
null
UTF-8
Scilab
false
false
995
sci
plotroot.sci
// Display mode mode(0); // Display warning for floating point exception ieee(1); // This is an example use of the plot function // used in association with the finding of a root // problem solved earlier. // % a is the lower value of the range // b is the upper value of the range a = 0;fa = -%inf; x = 3;fb = %inf; delta = (b-a)/100; xx = a:delta:b; plot(xx,xx .^3-2*xx-5); set(gca(),"auto_clear","off"); // !! L.13: Matlab function line not yet converted, original calling sequence used. //hax = line([a,b],[0,0]); // !! L.14: Matlab function set not yet converted, original calling sequence used. // L.14: (Warning name conflict: function name changed from set to %set). //%set(hax,"Color","red"); while (sqrt((x-a)^2))>0.0001 a=x; //fx = x^3-2*x-5; //dfx= 3*x^2-2; fx = 0.5*sin(2*(x-(%pi/4)))+0.5*sin(x); dfx= cos(2*(x-(%pi/4)))+0.5*cos(x); x=a-(fx/dfx); halt; plot(x,fx,"o") disp(x-a); end; disp(" The root is :"); disp(x); set(gca(),"auto_clear","on");
1a411adfa636691cd40a00043972e0efd1f421cd
0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb
/acmp.ru/056, Jивой Jурнал/test1.tst
9017955673b9fb5bdefccab5f410dda42b4c5154
[]
no_license
Kot-Angens/acm
c85d8582c3e84f218415321743864b9680e01f2e
05472eaa0fff7abb6679826085da5e0c990df4cb
refs/heads/master
2021-01-24T22:36:05.159612
2012-10-02T13:51:56
2012-10-02T13:51:56
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
77
tst
test1.tst
0 0 ~~~~~~~~~~~~~~~~~~~~~ Friends: Mutual Friends: Also Friend of:
d0fade3884d52afc0d6d396ee55c01a136235bbe
449d555969bfd7befe906877abab098c6e63a0e8
/25/CH5/EX5.5/5_5.sce
ca8cb54572a898a43a1b2aea3787fdc34caae9ea
[]
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
581
sce
5_5.sce
//example:-5.5,page no.-226. //program to determine the reciprccity and lossless of two port network and find return loss. syms S Rl tao; S=[0.1 0.8*%i;0.8*%i 0.2]; // s-parameter matrix. if (S(1,2)==S(2,1)) disp("the network is reciprocal.") else disp("the network is not reciprocal.") end if (S(1,1)^2+S(1,2)^2==1) disp("the network is lossless.") else disp("the network is lossy.") end tao=S(1,1)-(S(1,2)*S(2,1))/(1+S(2,2)); //input reflection coefficient. Rl=-20*log10(abs(tao)); // return loss in dB. //result disp(Rl,'return loss at port 1 in dB=')
1b37944fc2671853089dd07fdae3588e3479b59f
449d555969bfd7befe906877abab098c6e63a0e8
/2195/CH9/EX9.14.2/ex_9_14_2.sce
d34b3079f99ea48e3763a64ef0ebbd1f405db8dd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
228
sce
ex_9_14_2.sce
//Example 9.14.2 // time interval clc; clear; close; format('v',7) vdv=2;//volts per division in micro seconds/div n=2;//no. of divisions Tint=vdv*n;//peak to peak voltage in volts disp(Tint,"time interval in micro seconds is")
e9a62eefaba1933fcd87b30b6fa8a346cb8c3d59
449d555969bfd7befe906877abab098c6e63a0e8
/2252/CH1/EX1.12/Ex1_12.sce
065bae10d6b7fe6f44d685e5ef1412d62e5c403f
[]
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
Ex1_12.sce
//circuit has 4 nodes, viz, A, B, C and D //node D is taken as reference node //voltages at A, B and C be Va, Vb and Vc respectively //applying KCL //at node A, 7*Va-Vb-Vc=25 //at node B, -4*Va+19*Vb-10*Vc=0 //at node C, -4*Va-10*Vb+19*Vc=-40 a=[7 -1 -1;-4 19 -10;-4 -10 19] b=[25;0;-40] v=inv(a)*b Va=v(1,1) Vb=v(2,1) Vc=v(3,1) I=(Va-Vc)/5 mprintf("Current in 5 ohm AC branch=%f A from A to C", I) //error in textbook answer
168727e05bc907b225e2573023f61eeb07697436
449d555969bfd7befe906877abab098c6e63a0e8
/3830/CH7/EX7.5/Ex7_5.sce
1efe69c70889c5ed9460b29b69a947d0475e7940
[]
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
351
sce
Ex7_5.sce
// Exa 7.5 clc; clear; // Given L = 0.1 ; // Initial length of wire in m R = 120; // Initial resistance of wire in ohms delta_L = 0.1*10^-3;// change in length of wire in m delta_R = 0.21; // change in resistance of wire in ohms // Solution e = delta_L/L; G = (delta_R/R)/e; printf(' The gauge factor of device = %.2f \n',G);
bb274db59ada6bd2dde16423794ff7456a47cae2
449d555969bfd7befe906877abab098c6e63a0e8
/830/CH2/EX2.01.09/Exp_Inc.sce
93c60d13f3d088bb3ec366df1e21e5bb9e192bbf
[]
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
400
sce
Exp_Inc.sce
//Graphical// //Implementation of Equation 2.01.09b in Chapter 2 //Digital Signal Processing by Proakis, Third Edition, PHI //Page 46 // a < 0 clear; clc; close; a =-1.5; n = 0:10; x = (a)^n; a=gca(); a.thickness = 2; a.x_location = "origin"; a.y_location = "origin"; plot2d3('gnn',n,x) xtitle('Graphical Representation of Exponential Increasing-Decreasing Signal','n','x[n]');
fef54c7ba7706a3292b1aaf4ecb5b4f14c82d69f
449d555969bfd7befe906877abab098c6e63a0e8
/1850/CH2/EX2.14/exa_2_14.sce
4cf82a68c1f5f5126bb3c580a67bca176b917e16
[]
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
277
sce
exa_2_14.sce
// Exa 2.14 clc; clear; close; // Given data format('v',9) V_PP= 3;// in volt delta_t= 4;// in micro sec // delta_V= 90% of V_PP - 10% of V_PP = (90%-10%)*V_PP delta_V= 0.8*V_PP; SR= delta_V/delta_t;// in V/micro sec disp(SR,"Required slew rate in V/micro second")
75c7e59f83487cdabe668511dd0bf291dcad28cc
449d555969bfd7befe906877abab098c6e63a0e8
/479/CH14/EX14.4/Example_14_4.sce
883ee4d4573c628490b8b64e0aa41779d63cc753
[]
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,896
sce
Example_14_4.sce
//Chemical Engineering Thermodynamics //Chapter 14 //Thermodynamics of Chemical Reactions //Example 14.4 clear; clc; //Given //Basis: 1Kgmole of C0 //CO + (1/2)O2 - CO2 //Whem mixture entered,their compositions are given as: n_CO = 1;//Kgmole del_H = -67636;//Standard heat of reaction in Kcal/Kgmole at 25 deg cel T1 = 95;//Temperature at which mixture entered in deg celsius T2 = 25;//Intermediate temperature in deg celsius //Mean specific heat values for the temperature between 25 and 95 deg celsius in Kcal/Kgmole are given as (from figure 14.4)(page no 303) Cpm_CO = 6.95; Cpm_O2 = 7.1; Cpm_N2 = 6.95; //To Calculate the theoretical flame temperature when both air and CO2 enter at 95 deg celsius n_O2 = 1;//Kgmole, as 100% excess air is given n_N2 = n_O2*(0.79/0.21);//Kgmole //After the rxn: n_CO2 = n_CO;//Kgmole n_O2_r = n_O2-(n_CO/2);//remaining Kgmole of O2 //In equation 14.18 (page no 307) say: H_2-H_R = Ha, H_P-H_3 = Hb, Hc = del_H+Ha & Ht = Hc+Hb Ha = (n_CO*Cpm_CO + n_O2*Cpm_O2 + n_N2*Cpm_N2)*(T2-T1);//in Kcal/Kgmole Hc = del_H+Ha;//in Kcal/Kgmole //For calculating Hb let us assume the temperature as T = [530 1000 1650];//in deg celsius Cpm_CO2 = [10.85 12 12.75];//Mean specific heat of CO2 at the coresspondig temperature (from figure 14.4) Cpm_O2 = [7.55 7.8 8.3];//Mean specific heat of O2 at the coresspondig temperature (from figure 14.4) Cpm_N2 = [7.15 7.5 7.85];//Mean specific heat of N2 at the coresspondig temperature (from figure 14.4) for i = 1:3 Hb(i) = (n_CO2*Cpm_CO2(i)+n_O2_r*Cpm_O2(i)+n_N2*Cpm_N2(i))*(T(i)-T2);//in Kcal/Kgmole Ht(i) = Hc+Hb(i);//in Kcal/Kgmole end clf; plot(T,Ht); xtitle(" ","Temperature, deg celsius","Ht in Kcal/Kgmole"); a = get("current_axes"); set(a,"x_location","origin"); Tf = interpln([Ht';T],0); mprintf('The adiabatic temperature is read as %d degree celsius',Tf); //end
9fd704d834fa2525817528a3b536450511f6295e
449d555969bfd7befe906877abab098c6e63a0e8
/275/CH4/EX4.4.52/Ch4_4_52.sce
ce8e1966e1d16b194204ab1c609608a45dcb9048
[]
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
394
sce
Ch4_4_52.sce
clc disp("Example 4.52") printf("\n") disp("Determine the minimum & maximum values of VEB1 for a UJT") printf("Given\n") Vbb=15 //intrinsic ratios nmin=0.68 nmax=0.82 V=0.7 //mini triggering voltage is Vpmini=nmin*Vbb+Vd //max triggering voltage is Vpmax=nmax*Vbb+Vd printf("minimum triggering voltage \n%f volt\n",Vpmini) printf("maximum triggering voltage \n%f volt\n",Vpmax)
86c49d3c344d0434b5d1247c30a0a6797c81deed
1db0a7f58e484c067efa384b541cecee64d190ab
/macros/sgolayfilt.sci
8f58f5f1f3ef1f54517cb7ad9e72ada8b3198b40
[]
no_license
sonusharma55/Signal-Toolbox
3eff678d177633ee8aadca7fb9782b8bd7c2f1ce
89bfeffefc89137fe3c266d3a3e746a749bbc1e9
refs/heads/master
2020-03-22T21:37:22.593805
2018-07-12T12:35:54
2018-07-12T12:35:54
140,701,211
2
0
null
null
null
null
UTF-8
Scilab
false
false
1,570
sci
sgolayfilt.sci
function y = sgolayfilt (x, p, n, m, ts) //This function applies a Savitzky-Golay FIR smoothing filter to the data //Calling Sequence //y = sgolayfilt (x) //y = sgolayfilt (x, p) //y = sgolayfilt (x, p, n) //y = sgolayfilt (x, p, n, m) //y = sgolayfilt (x, p, n, m, ts) //Parameters //x: vector or matrix of real or complex numbers //p: polynomial order, real number less than n, default value 3 //n: integer, odd number greater than p //m: vector of real positive valued numbers, length n //ts: real number, default value 1 //Description //This function applies a Savitzky-Golay FIR smoothing filter to the data given in the vector x; if x is a matrix, this function operates //on each column. //The polynomial order p should be real, less than the size of the frame given by n. //m is a weighting vector with default value identity matrix. //ts is the dimenstion along which the filter operates. If not specified, the function operates along the first non singleton dimension. //Examples //sgolayfilt([1;2;i;4;7], 0.3, 3, 0, 0) //ans = // 1.0000 + 0.3333i // 1.0000 + 0.3333i // 2.0000 + 0.3333i // 3.6667 + 0.3333i // 3.6667 + 0.3333i //This function is being called from Octave funcprot(0); rhs = argn(2) if(rhs<1 | rhs>5) error("Wrong number of input arguments.") end select(rhs) case 1 then y = callOctave("sgolayfilt",x) case 2 then y = callOctave("sgolayfilt",x, p) case 3 then y = callOctave("sgolayfilt",x, p, n) case 4 then y = callOctave("sgolayfilt",x, p, n, m) case 5 then y = callOctave("sgolayfilt",x, p, n, m, ts) end endfunction
3a1138c3f632bacbe5b7c9d415d287f01cc598a3
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set6/s_Electrical_Measurements_Measuring_Instruments_K._Shinghal_2318.zip/Electrical_Measurements_Measuring_Instruments_K._Shinghal_2318/CH3/EX3.38/ex_3_38.sce
616540cf815da5668de5547f561b12b8e32cc0d5
[]
no_license
hohiroki/Scilab_TBC
cb11e171e47a6cf15dad6594726c14443b23d512
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
refs/heads/master
2021-01-18T02:07:29.200029
2016-04-29T07:01:39
2016-04-29T07:01:39
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
290
sce
ex_3_38.sce
errcatch(-1,"stop");mode(2);//Example 3.38:resistance and inductance ; ; r2=400;//ohms r3=400;//ohms r4=400;//ohms r=500;//ohms c=2;//micro farads rX=((r2*r3)/r4);//ohms l=(((c*10^-6*r2)/r4)*((r*(r3+r4))+(r3*r4)));//H disp(rX,"resistance is ,(ohm)=") disp(l,"inductance is,(H)=") exit();
dcb64482f9f9f9e037a915f74205aaaed54ce444
c557cd21994aaa23ea4fe68fa779dd8b3aac0381
/test/msgboxinauthor.tst
98af2489deaba79b1c0b8dd83d521216688f608f
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
dougsong/reposurgeon
394001c0da4c3503bc8bae14935808ffd6f45657
ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b
refs/heads/master
2023-03-09T15:22:45.041046
2023-02-25T08:33:06
2023-02-25T08:33:06
280,299,498
1
0
NOASSERTION
2023-02-25T08:33:08
2020-07-17T01:45:32
Go
UTF-8
Scilab
false
false
530
tst
msgboxinauthor.tst
## Test msgin adding author to commit # Export to msgbox format, add Author: and Author-Date: headers, and # re-import. read <min.fi @min(=C) msgout >/tmp/rsmsgboxout$$$$ shell sed \ '/^Committer:/{p;s/.*/Author: Eric Sunshine <sunshine@sunshineco.com>/;};\ /^Committer-Date:/{p;s/Committer/Author/;}'\ </tmp/rsmsgboxout$$$$ >/tmp/rsmsgboxin$$$$ print Modification input begins shell cat /tmp/rsmsgboxin$$$$ print Modification input ends msgin </tmp/rsmsgboxin$$$$ shell rm /tmp/rsmsgboxout$$$$ /tmp/rsmsgboxin$$$$ write -
99cab8850a1a6cdf4194e11e0fe0ef51c314e95b
449d555969bfd7befe906877abab098c6e63a0e8
/965/CH7/EX7.11/11.sci
68d38f47d1986e6344525becc9d203604328032a
[]
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
592
sci
11.sci
clc; clear all; disp("Local HT coefficient") U=5;//m/s velocity of air rho=0.815;//kg/m^3 density of air k=0.0364;// W/(m.C) mu=24.5*10^(-6);//Ns/m^2 viscosity of air Pr=0.7;// Prandlt number Ts=200;// degree C Ta=120;// degree C x=0.5;//m width of plate v=mu/rho; Rex=U*x/v;// Reynold's number Rex delta=5*x*1000/(Rex)^0.5;//mm disp("mm",delta,"Boundary layer thickness =") deltath=delta/(Pr)^(1/3); disp("mm",deltath,"Thickness of thermal boundary level =") hx=0.332*(k/x)*(Rex)^0.5*Pr^(1/3); disp("W/(m^2.C)",hx,"Local convective heat transfer coefficient, hx =")
ae41ea9146ed7a6125878f179a3f4711b45f209c
449d555969bfd7befe906877abab098c6e63a0e8
/181/CH2/EX2.31/example2_31.sce
21909f6bb9496df96c3a715188e833451eec7839
[]
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
708
sce
example2_31.sce
// Maximum and minimum Zener currents // Basic Electronics // By Debashis De // First Edition, 2010 // Dorling Kindersley Pvt. Ltd. India // Example 2-31 in page 110 clear; clc; close; // Given data V_z=10; // Zener voltage in V R_s=1*10^3; // Shunt resistance in K-ohm R_l=10*10^3; // Load resistance in K-ohm Vi_max=40; // Maximum input voltage in V Vi_min=25; // Minimum input voltage in V // Calculation I_zmax=((Vi_max-V_z)/1000)-(5*10^-3); I_zmin=((Vi_min-V_z)/R_s)-(5*10^-3); printf("Maximum value of zener current = %0.2e A\n",I_zmax); printf("Minimum value of zener current = %0.2e A",I_zmin); // Result // Maximum zener current = 25 mA // Minimum zener current = 10 mA
219a233c0932556145652ee57f2da4338096d947
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/[MCA-5] Auto Balanced Long Strafes Thin.sce
d7e49dd26f368fba9d23697119f0fa4f1d455728
[]
no_license
MBHuman/Scenarios
be1a722825b3b960014b07cda2f12fa4f75c7fc8
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
refs/heads/master
2023-01-14T02:10:25.103083
2020-11-21T16:47:14
2020-11-21T16:47:14
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
81,803
sce
[MCA-5] Auto Balanced Long Strafes Thin.sce
Name=[MCA-5] Auto Balanced Long Strafes Thin PlayerCharacters=ABLS Challenger BotCharacters=ABLS Bot Rotation.rot IsChallenge=true Timelimit=60.0 PlayerProfile=ABLS Challenger AddedBots=ABLS Bot Rotation.rot PlayerMaxLives=0 BotMaxLives=21 PlayerTeam=1 BotTeams=2 MapName=fanwise_field.map MapScale=1.0 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=false InvincibleBots=false Timescale=1.0 BlockHealthbars=false TimeRefilledByKill=0.0 ScoreToWin=1.0 ScorePerDamage=0.1 ScorePerKill=1000.0 ScorePerMidairDirect=0.0 ScorePerAnyDirect=0.0 ScorePerTime=14.3 ScoreLossPerDamageTaken=0.0 ScoreLossPerDeath=0.0 ScoreLossPerMidairDirected=0.0 ScoreLossPerAnyDirected=0.0 ScoreMultAccuracy=false ScoreMultDamageEfficiency=false ScoreMultKillEfficiency=false GameTag=Tracking WeaponHeroTag=LG DifficultyTag=4 AuthorsTag=pleasewait BlockHitMarkers=false BlockHitSounds=false BlockMissSounds=true BlockFCT=false Description=There are 21 levels of target's velocity (Lv 1 - Lv 20, Max). You can eliminate target if your accuracy is more than 70 % (DPS is about 143 and "Health Regen Per Sec" is 100). GameVersion=2.0.1.0 ScorePerDistance=0.0 MBSEnable=false MBSTime1=0.25 MBSTime2=0.5 MBSTime3=0.75 MBSTime1Mult=1.0 MBSTime2Mult=2.0 MBSTime3Mult=3.0 MBSFBInstead=false MBSRequireEnemyAlive=false LockFOVRange=false LockedFOVMin=60.0 LockedFOVMax=120.0 LockedFOVScale=Clamped Horizontal [Aim Profile] Name=Default MinReactionTime=0.3 MaxReactionTime=0.4 MinSelfMovementCorrectionTime=0.001 MaxSelfMovementCorrectionTime=0.05 FlickFOV=30.0 FlickSpeed=1.5 FlickError=15.0 TrackSpeed=3.5 TrackError=3.5 MaxTurnAngleFromPadCenter=75.0 MinRecenterTime=0.3 MaxRecenterTime=0.5 OptimalAimFOV=30.0 OuterAimPenalty=1.0 MaxError=40.0 ShootFOV=15.0 VerticalAimOffset=0.0 MaxTolerableSpread=5.0 MinTolerableSpread=1.0 TolerableSpreadDist=2000.0 MaxSpreadDistFactor=2.0 AimingStyle=Original ScanSpeedMultiplier=1.0 MaxSeekPitch=30.0 MaxSeekYaw=30.0 AimingSpeed=5.0 MinShootDelay=0.3 MaxShootDelay=0.6 [Bot Profile] Name=ABLS Target Lv 1 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 1 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 2 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 2 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 3 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 3 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 4 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 4 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 5 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 5 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 6 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 6 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 7 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 7 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 8 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 8 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 9 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 9 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 10 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 10 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 11 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 11 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 12 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 12 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 13 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 13 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 14 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 14 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 15 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 15 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 16 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 16 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 17 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 17 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 18 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 18 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 19 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 19 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv 20 DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv 20 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=ABLS Target Lv Max DodgeProfileNames=ABLS Strafes DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=60.0 DodgeProfileMinChangeTime=60.0 WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=ABLS Target Lv Max SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Rotation Profile] Name=ABLS Bot Rotation ProfileNames=ABLS Target Lv 1;ABLS Target Lv 2;ABLS Target Lv 3;ABLS Target Lv 4;ABLS Target Lv 5;ABLS Target Lv 6;ABLS Target Lv 7;ABLS Target Lv 8;ABLS Target Lv 9;ABLS Target Lv 10;ABLS Target Lv 11;ABLS Target Lv 12;ABLS Target Lv 13;ABLS Target Lv 14;ABLS Target Lv 15;ABLS Target Lv 16;ABLS Target Lv 17;ABLS Target Lv 18;ABLS Target Lv 19;ABLS Target Lv 20;ABLS Target Lv Max ProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 Randomized=false [Character Profile] Name=ABLS Challenger MaxHealth=100.0 WeaponProfileNames=ABLS LG;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=0.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=320.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=true BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 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.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 1 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=64.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 2 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=80.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 3 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=96.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 4 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=112.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 5 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=128.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 6 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=144.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 7 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=160.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 8 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=176.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 9 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=192.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 10 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=208.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 11 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=224.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 12 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=240.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 13 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=256.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 14 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=272.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 15 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=288.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 16 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=304.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 17 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=320.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 18 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=336.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 19 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=352.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv 20 MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=368.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=ABLS Target Lv Max MaxHealth=60.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.000001 MaxRespawnDelay=0.000001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=36.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=384.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=256.0 Gravity=1.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.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=72.0 MainBBRadius=5.0 MainBBHasHead=false MainBBHeadRadius=5.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=72.0 ProjBBRadius=5.0 ProjBBHasHead=false ProjBBHeadRadius=5.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.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=100.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Dodge Profile] Name=ABLS Strafes MaxTargetDistance=560.0 MinTargetDistance=512.0 ToggleLeftRight=true ToggleForwardBack=false MinLRTimeChange=0.5 MaxLRTimeChange=1.5 MinFBTimeChange=0.2 MaxFBTimeChange=0.5 DamageReactionChangesDirection=false DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=50.0 DamageReactionResetTimer=0.5 JumpFrequency=0.0 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.0 TargetStrafeOverride=Ignore TargetStrafeMinDelay=0.15 TargetStrafeMaxDelay=0.3 MinProfileChangeTime=0.0 MaxProfileChangeTime=0.0 MinCrouchTime=0.3 MaxCrouchTime=0.6 MinJumpTime=0.3 MaxJumpTime=0.6 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.0 BlockedMovementPercent=0.8 BlockedMovementReactionMin=0.1 BlockedMovementReactionMax=0.1 WaypointLogic=Ignore WaypointTurnRate=200.0 MinTimeBeforeShot=0.15 MaxTimeBeforeShot=0.25 IgnoreShotChance=0.0 [Weapon Profile] Name=ABLS LG Type=Hitscan ShotsPerClick=1 DamagePerShot=5.0 KnockbackFactor=0.0 TimeBetweenShots=0.035 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=100000.0 GravityScale=1.0 HeadshotCapable=false HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.1 ReloadTimeFromPartial=0.1 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=1.0 DelayBeforeShot=0.0 ProjectileGraphic=Ball VisualLifetime=0.1 BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=false ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.001 HitSoundCooldown=0.001 HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=0.0 RecoilNegatable=false DecalType=0 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=true AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=true AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=true FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=50.529999 ADSFOVScale=Vertical (1:1) ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Heavy Surge Rifle WeaponAnimation=Primary UseIncReload=false IncReloadStartupTime=0.0 IncReloadLoopTime=0.0 IncReloadAmmoPerLoop=1 IncReloadEndTime=0.0 IncReloadCancelWithShoot=true WeaponSkin=Default ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000 SpreadDecayDelay=0.0 ReloadBeforeRecovery=true 3rdPersonWeaponModel=Pistol 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=None ParticleBodyImpact=None ParticleProjectileTrail=None ParticleHitscanTrace=Tracer ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=0.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,0.0 SpreadSCA=1.0,1.0,-1.0,0.0 SpreadMSA=1.0,1.0,-1.0,0.0 SpreadMCA=1.0,1.0,-1.0,0.0 SpreadSSH=1.0,1.0,-1.0,0.0 SpreadSCH=1.0,1.0,-1.0,0.0 SpreadMSH=1.0,1.0,-1.0,0.0 SpreadMCH=1.0,1.0,-1.0,0.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.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Map Data] reflex map version 8 global entity type WorldSpawn String32 targetGameOverCamera end UInt8 playersMin 1 UInt8 playersMax 16 brush vertices -800.000000 256.000000 1264.000000 1312.000000 256.000000 1264.000000 1312.000000 256.000000 128.000000 -800.000000 256.000000 128.000000 -800.000000 240.000000 1264.000000 1312.000000 240.000000 1264.000000 1312.000000 240.000000 128.000000 -800.000000 240.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 112.000000 512.000000 288.000000 128.000000 512.000000 288.000000 128.000000 512.000000 128.000000 112.000000 512.000000 128.000000 112.000000 256.000000 288.000000 128.000000 256.000000 288.000000 128.000000 256.000000 128.000000 112.000000 256.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128 brush vertices 128.000000 512.000000 144.000000 384.000000 512.000000 144.000000 384.000000 512.000000 128.000000 128.000000 512.000000 128.000000 128.000000 256.000000 144.000000 384.000000 256.000000 144.000000 384.000000 256.000000 128.000000 128.000000 256.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128 brush vertices 384.000000 512.000000 288.000000 400.000000 512.000000 288.000000 400.000000 512.000000 128.000000 384.000000 512.000000 128.000000 384.000000 256.000000 288.000000 400.000000 256.000000 288.000000 400.000000 256.000000 128.000000 384.000000 256.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128 brush vertices 128.000000 512.000000 288.000000 384.000000 512.000000 288.000000 384.000000 512.000000 272.000000 128.000000 512.000000 272.000000 128.000000 256.000000 288.000000 384.000000 256.000000 288.000000 384.000000 256.000000 272.000000 128.000000 256.000000 272.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices 1298.856567 512.000000 816.143555 1306.856812 512.000000 802.287354 406.190399 512.000000 282.287415 398.190430 512.000000 296.143799 1298.856567 256.000000 816.143555 1306.856812 256.000000 802.287354 406.190399 256.000000 282.287415 398.190430 256.000000 296.143799 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -794.856262 512.000000 802.143311 -786.856323 512.000000 815.999756 113.810181 512.000000 295.999695 105.810120 512.000000 282.143311 -794.856262 256.000000 802.143311 -786.856323 256.000000 815.999756 113.810181 256.000000 295.999695 105.810120 256.000000 282.143311 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -773.000000 256.000000 808.000000 -623.369507 256.000000 984.047119 -786.856323 256.000000 815.999756 -635.210999 512.000000 994.417297 -786.856323 512.000000 815.999756 -635.210999 256.000000 994.417297 -623.369507 512.000000 984.047119 -773.000000 512.000000 808.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 6 0x00000000 brush vertices -623.369507 256.000000 984.047119 -414.456146 256.000000 1116.083984 -635.210999 256.000000 994.417297 -423.484619 512.000000 1128.231812 -635.210999 512.000000 994.417297 -423.484619 256.000000 1128.231812 -414.456146 512.000000 1116.083984 -623.369507 512.000000 984.047119 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 brush vertices -414.456146 256.000000 1116.083984 -163.198822 256.000000 1204.111450 -423.484619 256.000000 1128.231812 -168.843933 512.000061 1217.444580 -423.484619 512.000000 1128.231812 -168.843933 256.000000 1217.444580 -163.198822 512.000061 1204.111450 -414.456146 512.000000 1116.083984 faces 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 brush vertices -163.198822 256.000000 1204.111450 113.463715 256.000000 1248.130859 -168.843933 256.000000 1217.444580 111.544113 512.000000 1262.056641 -168.843933 512.000061 1217.444580 111.544121 256.000000 1262.056641 113.463707 512.000000 1248.130859 -163.198822 512.000061 1204.111450 faces 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000 brush vertices 113.463715 256.000000 1248.130859 398.592865 255.999985 1248.143188 111.544121 256.000000 1262.056641 400.512817 512.000000 1262.068848 111.544121 512.000000 1262.056641 400.512817 255.999985 1262.068848 398.592865 512.000000 1248.143188 113.463715 512.000000 1248.130859 faces 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 brush vertices 398.592865 255.999985 1248.143188 675.249695 256.000000 1204.149658 400.512817 255.999985 1262.068848 680.895142 512.000061 1217.482788 400.512817 512.000000 1262.068848 680.895142 256.000000 1217.482788 675.249695 512.000061 1204.149658 398.592865 512.000000 1248.143188 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 1 6 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 brush vertices 675.249695 256.000000 1204.149658 926.495972 256.000000 1116.151001 680.895142 256.000000 1217.482788 935.524658 512.000000 1128.299072 680.895142 512.000061 1217.482788 935.524658 256.000000 1128.299072 926.495972 512.000000 1116.151001 675.249695 512.000061 1204.149658 faces 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 1 6 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000 brush vertices 926.495972 256.000000 1116.151001 1135.391968 255.999985 984.148560 935.524658 256.000000 1128.299072 1147.233765 511.999939 994.518921 935.524658 512.000000 1128.299072 1147.233765 255.999985 994.518921 1135.391968 511.999939 984.148560 926.495972 512.000000 1116.151001 faces 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 6 0x00000000 brush vertices 1135.391968 255.999985 984.148560 1285.000000 256.000000 808.143555 1147.233765 255.999985 994.518921 1298.856567 512.000000 816.143555 1147.233765 511.999939 994.518921 1298.856567 256.000000 816.143555 1285.000000 512.000000 808.143555 1135.391968 511.999939 984.148560 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 6 0x00000000 brush vertices -800.000000 528.000000 1264.000000 1312.000000 528.000000 1264.000000 1312.000000 528.000000 128.000000 -800.000000 528.000000 128.000000 -800.000000 512.000000 1264.000000 1312.000000 512.000000 1264.000000 1312.000000 512.000000 128.000000 -800.000000 512.000000 128.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 entity type CameraPath UInt8 posLerp 2 UInt8 angleLerp 2 entity type PlayerSpawn Vector3 position 256.000000 256.000000 256.000000 Bool8 teamB 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 256.000000 256.000000 800.000000 Vector3 angles 180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0
ecb4cad46e9db0404d1dae320dea04adb774b5ac
449d555969bfd7befe906877abab098c6e63a0e8
/1997/CH7/EX7.2/example2.sce
8d5bee5bbd4584148608b11529ad6b09cbfaf5c9
[]
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
396
sce
example2.sce
//Chapter-7 example 2 //============================================================================= clc; clear; //input data BW = 1*10^9;//bandwidth of pulsed radar in hz //Calculations Tint = 1/BW;//radar integration time in sec //Output mprintf('Radar integration time is %g nsec',Tint*10^9); //=============end of the program==============================================
4908f0bdd769127a84ddaabf11f65c3db78512a6
449d555969bfd7befe906877abab098c6e63a0e8
/1757/CH7/EX7.2/EX7_2.sce
eb4bec7fe4525c7dc1ba0108e60350568f210298
[]
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
613
sce
EX7_2.sce
//Example7.2 // Design active low filter with cut-off frequency 15 KHz clc; clear; close; fc = 15*10^3 ; // Hz C = 0.1*10^-6 ; //F // we assume // the cut-off frequency of active low pass filter is defined as // fc = (1/2*%pi*R3*C); // R3 can be calculated as R3 = (1/(2*%pi*fc*C)); disp('The resistor value is = '+string(R3)+' ohm '); // the pass band gain of filter is given by // Af = 1+(R2/R1); // assume that the inverting terminal resistor R2=0.5*R1; // in Af equation if we put R2=0.5R1 in R1 R1 cancellout each other Af = 1+(0.5) disp('The pass band gain is = '+string(Af)+' ');
30fb8227f6687e2ef4bb86dd98c48cedc2879c84
449d555969bfd7befe906877abab098c6e63a0e8
/1757/CH9/EX9.1/EX9_1.sce
5d555344c3329ddbb6004dcb0ceb9412fd196702
[]
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
781
sce
EX9_1.sce
//Example9.1 // to find output voltage for a constant input signal frequency of 200 KHz clc; clear; close; fo = 2*%pi*1*10^3 ; // KHz/V // VCO sensitivity range 4.1 fc = 500 ; // Hz a free running frequency f1 = 200 ; // Hz input frequency f2 = 2*10^3 ; // Hz input frequency // the output voltage of PLL is defined as //Vo = (wo-wc)/ko ko = fo ; // when i/p locked with o/p wo=wi // Vo = (wi-wc)/ko ; //for the i/p frequency fi = 200 Hz fi = 200 ; // Hz Vo = (((2*%pi*fi)-(2*%pi*fc))/ko); disp('The output voltage of switching regulator circuit is = '+string(Vo)+' V '); //for the i/p frequency fi = 200 Hz fi = 2*10^3 ; // Hz Vo = (((2*%pi*fi)-(2*%pi*fc))/ko); disp('The output voltage of switching regulator circuit is = '+string(Vo)+' V ');
797ff69a18252b5d6e64c070f62c3275666a34e4
449d555969bfd7befe906877abab098c6e63a0e8
/3683/CH17/EX17.2/Ex17_2.sce
6fd4923cd804bda7cadb30e6221da6814ec434a4
[]
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
705
sce
Ex17_2.sce
b=300//width, in mm d=1010//effective depth, in mm l=7//span, in m Ast=round(6*0.785*22^2)//six 22 mm dia bars, in sq mm fck=15//in MPa fy=250//in MPa W=45//in kN/m Wu=1.5*W//factored load, in kN/m Vu=Wu*l/2//in kN Tv=Vu*10^3/b/d//in MPa //Tv<Tcmax, hence OK p=Ast/b/d*100//p=0.75, approximately //for p=0.75 and M15 grade concrete Tc=0.54//in MPa //Tv>Tc, hence shear reinforcement required Vus=Vu-Tc*b*d/10^3//in kN //provide 6 mm dia stirrups Sv=0.87*fy*2*0.785*6^2*d/Vus/10^3//in mm Sv=171//approximately, in mm Svmin=2*0.785*6^2*fy/b/0.4//in mm Svmin=118//approximately, in mm Sv=min(Sv,Svmin)//in mm mprintf("Provide 6 mm dia stirrups at %d mm c/c as shear reinforcement",Sv)
18e069842e2b535a88b3e3812717256e11f0967d
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.2/Unix/scilab-2.2/macros/percent/%srp.sci
733b207478c9be6a6e7297467e6d01c497c5e48a
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "MIT" ]
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
168
sci
%srp.sci
function [f]=%srp(m,p) //f=M/p M:scalar matrix p=polynomial //! if prod(size(p)) <> 1 then f=m*invr(p),return,end [l,c]=size(m) f=simp(tlist('r',m,p*ones(l,c),[]))
63b89c91c64cd4b4032c6d98d264451ac80d3be8
24fb1e72f2244733455f40fda1ae95423110e82a
/ee182_aspe.sce
f8a851ab7cf221c1a4404d67166ada96746dbb69
[]
no_license
Aie-Aie/scilab
a4cbed5b58134009de1c084950a45da1e2b6f2db
616568e7589f61dcda425410fbedc943b238f11b
refs/heads/master
2021-09-11T20:42:55.522610
2018-04-12T05:29:52
2018-04-12T05:29:52
106,638,444
0
0
null
null
null
null
UTF-8
Scilab
false
false
89
sce
ee182_aspe.sce
t=[0:100] for i=1:10 v=((2/%pi)-(4*cos(2*%pi*t/60)))/(%pi*i*(i+2)) plot(v) end
24624ed552ab85fb59f14024a75cc3f0b5854370
449d555969bfd7befe906877abab098c6e63a0e8
/2168/CH25/EX25.7/Chapter25_example7.sce
9d3a1bcfce4c1a26e09f806ad68ae974308ca3cf
[]
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,118
sce
Chapter25_example7.sce
clc clear //Input data pt1=[1,15+273]//Pressure and temperature at the inlet of compressor in kg/cm^2 and K respectively pt3=[4,650+273]//Pressure and temperature at the inlet of turbine in kg/cm^2 and K respectively n=[85,80]//Isentropic efficiencies of turbine and compressor respectively in percent g=1.4//Ratio of specific heats Cp=0.24//Specific heat at constant pressure in kJ/kg.K //Calculations T2=(pt1(2)*(pt3(1)/pt1(1))^((g-1)/g))//Temperature at the end of adiabatic compression in K T2i=(pt1(2)+((T2-pt1(2))/(n(2)/100)))//Temperature at the end of actual compression in K T4=(pt3(2)/(pt3(1)/pt1(1))^((g-1)/g))//Temperature at the end of adiabatic expansion in K T4i=(pt3(2)-((pt3(2)-T4)*(n(1)/100)))//Temperature at the end of actual expansion in K Wt=(Cp*(pt3(2)-T4i))//Workdone in turbine in kcal/kg of air Wc=(Cp*(T2i-pt1(2)))//Workdone in compressor in kcal/kg of air N=(Wt-Wc)//Net workdone in kcal/kg of air q=(Cp*(pt3(2)-T2i))//Heat supplied in kcal/kg of air nt=(N/q)*100//Thermal efficiency in percent //Output printf('Thermal efficiency of the cycle is %3.2f percent',nt)
c259a738679de591dd39bb7911db35238adff5ed
449d555969bfd7befe906877abab098c6e63a0e8
/281/CH9/EX9.2/example9_2.sce
f718ceab946526e9453c2fc6109b5ffebb165454
[]
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
701
sce
example9_2.sce
disp('chapter 9 ex9.2') disp('given') disp('for circuit designed in ex 9.1 estimate minimum op-amp slew rate to give a reasonably undistorted output') disp('Vcc=12volt,Vee=12volt and Vosat=1volt') disp('t=500*10^(-6)s') disp('R1=120kohm and C1=0.015*10^(-6)F') Vcc=12 Vee=-12 Vosat=1 t=500*10^(-6) R1=120000 C1=0.015*10^(-6) disp('vo=+Vosat-[-Vosat]=(Vcc-1)-(Vee+1)') vo=(Vcc-1)-(Vee+1) disp('volts',vo) disp('T=0.1*t') T=0.1*t disp('seconds',T) disp('Smin=vo/T') Smin=vo/T disp('V/us',Smin) disp('for a maximum phase shift of 2.9degree with a sine wave input') disp('Xc1=R1/20') Xc1=R1/20 disp('ohms',Xc1) disp('fmin=1/(2*%pi*Xc1*C1)') fmin=1/(2*%pi*Xc1*C1) disp('Hz',fmin)
ce7d613bb15712a322e6da1075e26f72e3669f0c
449d555969bfd7befe906877abab098c6e63a0e8
/3689/CH17/EX17.8/17_8.sce
7b568100a7cbab6e9e4a120c782d04a84f34ee56
[]
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
435
sce
17_8.sce
//// //Variable Declaration eta = 0.891 //Viscosity of hemoglobin in water, cP T = 298.0 //Temperature, K k = 1.3806488e-23 //Boltzmanconstant,J K^-1 R = 8.314 //Molar Gas constant, mol^-1 K^-1 D = 6.9e-11 //Diffusion coefficient, m2/s //Calculations r = k*T/(6*%pi*eta*1e-3*D) //Results printf("\n Radius of protein is %4.3f nm",r/1e-9)
4485264abdaec4c066384aa1fa9b370a63d743aa
449d555969bfd7befe906877abab098c6e63a0e8
/1655/CH1/EX1.10.1/Example_1_10_1.sce
9b613e7564321ccdb0333d66c7fe37453cf80ee0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
339
sce
Example_1_10_1.sce
// Example 1.10.1 page 1.19 clc; clear; Bandwidth = 2d6; //Bandwidth of channel Signal_to_Noise_ratio = 1; //Signal to Noise ratio of channel Capacity = Bandwidth * log2(1 + Signal_to_Noise_ratio); //computing capacity Capacity=Capacity/10^6; printf("Maximum capacity of channel is %d Mb/sec.",Capacity);
41a7e60946cf1a780bb75e3e3db9acd2ea10fa2b
449d555969bfd7befe906877abab098c6e63a0e8
/278/CH25/EX25.9/ex_25_9.sce
1644f74b91a8f05cd75eb621fd0f3f7137d0280b
[]
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,603
sce
ex_25_9.sce
//find.. clc //solution //given d=450//mm r=225//mm Tb=225*1000//N-mm OB=100//mm u=0.25 ft=70//N/mm^2 fc=70//N/mm^2 t=56//N/mm^2 pb=8//N/mm^2 //let P be operating force //ref fig 25.17 q=4.713//rad //log(T1/T2)=u*q //T1/T2=3.25 ...eq1 //let Tb be breaking torque //ref fig 25.17 //(T1-T2)*r=Tb//N-mm //T1-T2=1000//N.....eq2 //r=from eq1 and eq2 T1=1444//N T2=444//N //taking moment abt O //P*500=T2*100 P=T2*100/500 //let ds be dia of shaft //ds=[Tb*16/(%pi*t)]^(1/3) printf("dia fo shaft is,%f mm\n",[Tb*16/(%pi*t)]^(1/3)) printf("dia of shaft is,say 30mm\n") ds=30//mm printf("corrsponding to dia 30mm ,we get width(w) is equal to 10 mm,and thickness 8mm\n") //let l be length of key w=10//mm t1=8//mm l1=Tb/(w*t*ds/2)//mm printf("length on basis of shearing is,%f mm\n",l1) l2=Tb/(t1/2*fc*ds/2)//mm printf("length using crushing stress is,%f mm\n",l2) printf("taking larger of two l2,in to consideration\n") l=l2//mm //let t2 be thickness of lever //B be width,B=2t2 //Z=(1/6)*t2*B^2=0.67*t2^3//mm^3 M=P*500//N-mm //fc=M/Z //t2=(M/(fc*0.67))^(1/3) printf("thickness of lever is,%f mm\n",(M/(fc*0.67))^(1/3)) printf("thicnkness is say 10mm\n") t2=10//mm printf("width of lever is,%f mm\n",2*t2) //design of pins //let d3 be dia and l3 be length of pins at O and B //d3=1.25*d3 //T1=d3**l3*pb=10*d3^2 d3=sqrt(T1/10)//mm printf("length and dia of pins is,%f mm\n,%f mm\n",1.25*d3,d3) ti=T1*4/(2*%pi*d3^2)//N/mm62 printf("induced stress is,%f N/mm^2\n",ti) printf("since induced stress is within permissible limit ,hence design is safe\n")
9c4ac83b421fcea6897c727011fb301486ea1f58
4b7eae708edea1f2fc5fd5f08bdd0ee8f1598adf
/code/pt/order_lemm.sce
51491f8127a761a8f98506213475fb8443a27863
[]
no_license
kiraboris/pyttools
d7bea20bd371b811f6fe86ab94dac3317b9e3679
7a07dd9da5dd792f62a9c4cf33fdf2ae6be626fe
refs/heads/master
2021-05-31T01:17:35.354923
2016-02-03T10:12:09
2016-02-03T10:12:09
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,967
sce
order_lemm.sce
// Below are local functions for order.sce //================================================= // lsupLemm2: extends poss-dist p1 when supp(p1)=S1 is included into supp(p2)=S2 // (case A1 of Supremum procedure) (local function!) // IN: poss-dist vectors p1,p2, their supports S1,S2 // OUT: modified p1 //================================================= function p1_tilde = lsupLemm2(p1, p2, S1, S2); S2minusS1 = S2 & ~S1; p1_0d = min( p1(S1) ); p2__0d = max( p2(S2minusS1) ); p1_tilde = zeros( p1 ); // zeros are already on their place p1_tilde(S1) = p1(S1); p1_tilde(S2minusS1) = p2(S2minusS1)* p1_0d/(2*p2__0d); endfunction //================================================= // lsupLemm2: extends both poss-dists p1 and p2 when supp(p1) XOR supp(p2) ~= 0 // (case A2 of Supremum procedure) (local function!) // IN: poss-dist vectors p1,p2, their supports S1,S2 // OUT: modified p1,p2 //================================================= function [p1_tilde, p2_tilde] = lsupLemm3(p1, p2, S1, S2); S1minusS2 = S1 & ~S2; S2minusS1 = S2 & ~S1; p1_0d = min( p1(S1) ); p1__0d = max( p1(S1minusS2) ); p2_0d = min( p2(S2) ); p2__0d = max( p2(S2minusS1) ); p1_tilde = zeros( p1 ); // zeros are already on their place p2_tilde = zeros( p2 ); // > and >= signs below ought to cover whole [0; 1] range // the choice between > and >= is based on estimated calc.eff. X = p1 < p1_0d & S1; // bool mask for Om scale p1_tilde(X) = p1(X)* p1__0d/p1_0d; X = (p1 >= p1_0d & p1 <= p1__0d & S1) | S2minusS1; p1_tilde(X) = p1__0d; X = p1 > p1__0d & S1; p1_tilde(X) = p1(X); // same shit for p2 X = p2 < p2_0d & S2; // bool mask for Om scale p2_tilde(X) = p2(X)* p2__0d/p2_0d; X = (p2 >= p2_0d & p2 <= p2__0d & S2) | S1minusS2; p2_tilde(X) = p2__0d; X = p2 > p2__0d & S2; p2_tilde(X) = p2(X); // this is the end. loops not used. hope there's no index error;) endfunction