Dataset Viewer
Auto-converted to Parquet
blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
214
content_id
stringlengths
40
40
detected_licenses
sequencelengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
87
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
15 values
visit_date
timestamp[us]date
2016-08-04 09:00:04
2023-09-05 17:18:33
revision_date
timestamp[us]date
1998-12-11 00:15:10
2023-09-02 05:42:40
committer_date
timestamp[us]date
2005-04-26 09:58:02
2023-09-02 05:42:40
github_id
int64
436k
586M
star_events_count
int64
0
12.3k
fork_events_count
int64
0
6.3k
gha_license_id
stringclasses
7 values
gha_event_created_at
timestamp[us]date
2012-11-16 11:45:07
2023-09-14 20:45:37
gha_created_at
timestamp[us]date
2010-03-22 23:34:58
2023-01-07 03:47:44
gha_language
stringclasses
36 values
src_encoding
stringclasses
17 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
15 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
147120be5dee7265cfdb0f4301f014c9e724d2f1
449d555969bfd7befe906877abab098c6e63a0e8
/3311/CH12/EX12.2/Ex12_2.sce
bd7a36d5d8100dc240b4f31ea1be85e7edcac6e0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,115
sce
Ex12_2.sce
// chapter 12 // example 12.2 // fig. 12.8 // Determine resonant frequency, maximum operating frequency,Peak thyristor current, average thyristor current, rms thyristor current, rms load current and average supply current // page-760-762 clear; clc; // given C1=4; // in uF C2=4; // in uF Lr=40; // in uH R=2; // in ohm Edc=120; // in V (input voltage) t_q=20; // in us (SCR turn-off time) // calculate Lr=Lr*1E-6; // changing unit from uH to H t_q=t_q*1E-6; // changing unit from us to s Ceq=C1+C2; Ceq=Ceq*1E-6; // changing unit from uF to F wr=sqrt((1/(Lr*Ceq))-R^2/(4*Lr^2)); // calculation of resonant angular frequency fr=wr/(2*%pi); // calculation of resonant frequency tr=1/fr; // calculation of resonant time-period fr_max=1/(2*t_q); // calculation of maximum frequency f0=0.4*fr; // calculation of output frequency T0=1/f0; // calculation of output period td=T0/2-tr; // calculation of delay time tp=(1/wr)*atan(2*wr*Lr/R); // calculation of time at which peak current is obtained Ec1=Edc/(exp(R*2*%pi/(2*Lr*wr))+1); // calculation of initial capacitor voltage Ip=(Edc+Ec1)/(wr*Lr)*sin(wr*tp)*exp(-R*tp/(2*Lr)); // calculation of peak current I_av_SCR=(Edc+Ec1)/(wr*Lr)*(1/T0)*integrate('sin(wr*t)*exp(-R*t/(2*Lr))','t',0,tr/2); // calculation of average thyristor current I_rms_SCR=(Edc+Ec1)/(wr*Lr)*sqrt((1/T0)*(integrate('(sin(wr*t))^2*exp(-R*t/Lr)','t',0,tr/2))); // calculation of rms thyristor current I0=2*I_rms_SCR; // calculation of rms load current P0=I0^2*R; // calculation of output power Is=P0/Edc; // calculation of average supply current printf("\nThe resonant frequency is \t\t\t fr=%.3f KHz",fr*1E-3); printf("\nThe maximum possible operating frequency is \t fr_max=%.f KHz",fr_max*1E-3); printf("\nThe Peak thyristor current is \t\t\t Ip=%.2f A",Ip); printf("\nThe average thyristor current is \t\t I_av_SCR=%.3f A",I_av_SCR); printf("\nThe rms thyristor current is \t\t\t I_rms_SCR=%.2f A",I_rms_SCR); printf("\nThe rms load current is \t\t\t I0=%.1f A",I0); printf("\nThe average supply current is \t\t\t Is=%.2f A",Is); // Note : The answers vary slightly due to precise calculation
4553ddfff9ca13c06f12cda03c1826b45928b941
449d555969bfd7befe906877abab098c6e63a0e8
/3204/CH12/EX12.7/Ex12_7.sce
13059d1b93aa03cc9fb0b8b2ffd54c661e07be4a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
538
sce
Ex12_7.sce
// Initilization of variables A= 50 // cm^2 // area of the shaded portion J_A=22.5*10^2 // cm^4 // polar moment of inertia of the shaded portion d=6 // cm // Calculations J_c=J_A-(A*d^2) // substuting the value of I_x from eq'n 2 in eq'n 1 we get, I_y=J_c/3 // cm^4 // M.O.I about Y-axis // Now from eq'n 2, I_x=2*I_y // cm^4 // M.O.I about X-axis // Results clc printf('The centroidal moment of inertia about X-axis (I_x) is %f cm^4 \n',I_x) printf('The centroidal moment of inertia about Y-axis (I_y) is %f cm^4 \n',I_y)
06f589eed30d215ab2ba8188c5ddcc0d446f6546
e1bc17aae137922b1ee990f17aae4a6cb15b7d87
/Completed Simulations/K.Ogata/Scilab/Ex6_1.sci
fc4bbb6e887121029ed945b77486b113c7a89cd4
[]
no_license
muskanmahajan37/Xcos_block_examples
650dceb0afdbfc100f3e9c5a6508443eca030fa2
8ac15bc5efafa2afc053c293152605b0e6ae60ff
refs/heads/master
2022-02-26T04:20:26.365000
2019-09-03T12:57:40
2019-09-03T12:57:40
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
90
sci
Ex6_1.sci
function y1=locus2(z) s=%s D=s*(s+1)*(s+2) H=syslin('c',1,D) evans(H,z) y1=0; endfunction
09b4a937a2b22535f0fc46f9d056ea1877a99ed4
e86f908be00c4a3a017e81d12588d76562c56b75
/macros/bitrevorder.sci
a4b6da8dfa95fa476e27c2631628a7999e575648
[]
no_license
ShashikiranYadalam/FOSSEE_SP_task
8869a14f664329625b76e15e771058b90b69b1e1
601ca7b7c91587a430c69c9ceb1f87b196c8e566
refs/heads/master
2020-03-20T06:38:26.598000
2019-03-01T12:31:10
2019-03-01T12:31:10
137,255,176
0
0
null
2018-06-14T05:16:17
2018-06-13T18:27:32
HTML
UTF-8
Scilab
false
false
665
sci
bitrevorder.sci
function [y,i]=bitrevorder(x) // Returns input data in bit-reversed order // Calling Sequence // [y,i]=bitrevorder(x) // Parameters // x: Vector of real or complex values // Description // This is an Octave function. // This function returns the input data after reversing the bits of the indices and reordering the elements of the input array. // Examples // 1. [y]=bitrevorder ([i,1,3,6i]) // y = [0 + 1i 3 + 0i 1 + 0i 0 + 6i] // 2. [y,i]=bitrevorder (['a','b','c','d']) // y = acbd // i = [1 3 2 4] funcprot(0); [lhs,rhs]=argn(0); if (rhs<1) then error ("Wrong number of input arguments.") end [y,i]=callOctave("bitrevorder",x) endfunction
1e9421783371cc042680ea6e0549d85ff77b7192
b2675f983fedb79e5e6f1940962373bda0570ec4
/D1/Tests/mar.tst
ceb4fff1725d50684c8bcc6be3e637663adaf63f
[]
no_license
Meena92/Projects
b854c40b91515bb429c9e13fb0cbc95c03e0a9d6
06361e24bf51883ff4140db5c37c3f40836a5752
refs/heads/master
2020-03-29T01:45:03.726000
2019-06-11T05:26:08
2019-06-11T05:26:08
149,404,524
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,094
tst
mar.tst
<?xml version="1.0" ?> <TestCase name="mar" version="5"> <meta> <create version="10.0.0" buildNumber="10.0.0.431" author="admin" date="10/09/2017" host="inbasdpc10722" /> <lastEdited version="10.0.0" buildNumber="10.0.0.431" author="admin" date="10/10/2017" host="inbasdpc10722" /> </meta> <id>F21914E0ACD911E7BC8BD8CB8A8AB1DA</id> <Documentation>Put documentation of the Test Case here.</Documentation> <IsInProject>true</IsInProject> <sig>ZWQ9NSZ0Y3Y9NSZsaXNhdj0xMC4wLjAgKDEwLjAuMC40MzEpJm5vZGVzPS0yMDg0NTUxNjU3</sig> <subprocess>false</subprocess> <initState> </initState> <resultState> </resultState> <deletedProps> </deletedProps> <Node name="Java Script Step" log="" type="com.itko.lisa.test.ScriptNode" version="1" uid="97A0B59EAD7511E7BC8BD8CB8A8AB1DA" think="500-1S" useFilters="true" quiet="false" next="end" > <!-- Assertions --> <CheckResult assertTrue="true" name="Any Exception Then Fail" type="com.itko.lisa.dynexec.CheckInvocationEx"> <log>Assertion name: Any Exception Then Fail checks for: true is of type: Assert on Invocation Exception.</log> <then>fail</then> <valueToAssertKey></valueToAssertKey> <param>.*</param> </CheckResult> <onerror>abort</onerror> <script>import com.itko.lisa.model.mar.*;&#13;&#10;import com.itko.lisa.model.mar.ModelArchiveInfo;&#13;&#10;import com.itko.lisa.test.Configuration;&#13;&#10; String path = &quot;D:\\DevTest\\Projects\\D1&quot;;&#13;&#10; String vsModelFileName = &quot;D:\\DevTest\\Projects\\D1\\VirtualServices\\RR9.vsm&quot;; // include path&#13;&#10; String configurationFileName = &quot;D:\\DevTest\\Projects\\D1\\Configs\\project.config&quot;; // include path&#13;&#10; int capacity = 1;&#13;&#10; int thinkScale = 0;&#13;&#10; boolean autoRestart = true;&#13;&#10; ModelArchiveInfo mari = ModelArchiveInfo.createVSMARInfo(path + &quot;/Configs/&quot; + configurationFileName,&#13;&#10; capacity, thinkScale, autoRestart);&#13;&#10; mari.save(new File(path + &quot;/MARInfos/RR9.mari&quot;));&#13;&#10;return vsModelFileName;&#13;&#10;&#13;&#10;//code end&#13;&#10;</script> </Node> <Node name="abort" log="" type="com.itko.lisa.test.AbortStep" version="1" uid="F21AC292ACD911E7BC8BD8CB8A8AB1DA" think="0h" useFilters="true" quiet="true" next="" > </Node> <Node name="fail" log="" type="com.itko.lisa.test.Abend" version="1" uid="F21AC294ACD911E7BC8BD8CB8A8AB1DA" think="0h" useFilters="true" quiet="true" next="abort" > </Node> <Node name="end" log="" type="com.itko.lisa.test.NormalEnd" version="1" uid="F21AC296ACD911E7BC8BD8CB8A8AB1DA" think="0h" useFilters="true" quiet="true" next="fail" > </Node> </TestCase>
ff2b2f0212d404e54b094ecb52814db0c88ef06b
449d555969bfd7befe906877abab098c6e63a0e8
/3710/CH4/EX4.3/Ex4_3.sce
3f143509db81db406f426aa1d9ff7dc51bfa77d9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
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,246
sce
Ex4_3.sce
//Example 4.3, Page Number 158 //The Function fpround(dependency) is used to round a floating point number x to n decimal places clc; d=0.2*(10**-3) //Chip Diameter in meter d1=1 //Distance in Meter l=550*(10**-9 ) //Wavelength in Meter q=0.001 //External Quantum Efficiency i=50*(10**-3) //Operational Current h=6.6*(10**-34)//Plancks Constant c=3*(10**8)//Speed of Light e=1.6*(10**-19)//Charge of an electron theta=(d/2) mprintf("Angle Theta of Emitting Area :%f\n",theta) mprintf(" Since theta is less than one, the LED acts as a Point Source\n") W=((h*c)/l)*q*(i/e) //W is the Total Radiant Power W=fpround(W,6) mprintf(" The Total Radiant Power is :%.2e W\n",W) //From the graph(Fig 1.24 Page No.33) l1=600 //Average Luminosity lf=W*l1 //lf is the luminous flux from the source lf=fpround(lf,3) mprintf(" The Luminous Flux from the source is:%.2e lm\n",lf) li=lf/(2*3.14)//li is the luminous intensity at normal incidence since flux is distributed over angle 2PI li=fpround(li,4) mprintf(" The Luminous Intensity at normal incidence is: %.2e candela\n",li) X = [400,500,555,600,650,700] V = [0.0,0.3,1.0,0.7,0.3,0.0] plot(X,V); xlabel("Wavelength in nm") ylabel("V") title("Fig 1.24")
bba581d482483adf1aac3470846152ac65a73005
449d555969bfd7befe906877abab098c6e63a0e8
/401/CH3/EX3.7/Example3_7.sce
081047e80d4e0cdfff01e7d7c1ea2f7520995f32
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
731
sce
Example3_7.sce
//Example 3.7 //Program to estimate rms pulse broadening per kilometer for the fiber clear; clc ; close ; //Given data lambda=0.85*10^(-6); //metre - WAVELENGTH L=1; //km - DISTANCE MD=0.025;//MATERIAL DISPERSION = mod(lamda^2*[del^2(n1)/del(lamda)^2) c=2.998*10^8; //m/s - VELOCITY OF LIGHT IN VACCUM sigma_lambda_by_lambda=0.0012;// sigma_lambda/lambda //Material Dispersion Parameter M=MD/(lambda*c); //R.M.S. Spectral Width sigma_lambda=sigma_lambda_by_lambda*lambda; //R.M.S. pulse broadening per kilometer sigma_m=sigma_lambda*L*M; //Displaying the Result in Command Window printf("\n\n\t R.M.S. pulse broadening per kilometer is %0.2f ns/km.",sigma_m/10^(-12));
d7cd385a2ace5b07e56046ddd7b1c526047a180b
449d555969bfd7befe906877abab098c6e63a0e8
/2513/CH14/EX14.5/14_5.sce
ee69c21d49d40a139f1ef83d1bf54904adcaed4d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
499
sce
14_5.sce
clc //initialisation of variables d1=0.67//ft h1=2.00//ft h2=4.04//ft hv1=0.062//ft hv2=0.254//ft d=0.19//ft h=0.2//ft h1=0.04//ft q=0.644//ft q1=0.65//ft v=0.92//ft d2=6.5//ft v1=3.69//ft d3=0.542//ft hv3=0.21//ft delv=0.15//ft d4=0.02//ft //CALCULATIONS H=d1+hv1//ft H1=d1+hv2//ft he=h*d//ft hi=d+h1//ft H2=d3+hv3//ft he1=h*delv//ft S=d4+h1//ft //RESULTS printf('the required slope=% f ft',hi) printf('the lower sewer and the invert drop in the transition=% f ft',S)
6861bacb671cfa6dfe6db8039f1b19103726b8a8
449d555969bfd7befe906877abab098c6e63a0e8
/24/CH42/EX42.3/Example42_3.sce
963a9d4a9bcb69eb4d5d371aec65c235c702df84
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
395
sce
Example42_3.sce
//Given that E = 7 //in ev V = 2*10^-9 //in m^3 density = 2*10^28 //in m^3/ev deltaE = 3*10^-3 //in ev //Sample Problem 42-3a printf("**Sample Problem 42-3a**\n") n = density*V printf("The number of states are equal to %1.2e per ev\n", n) //Sample Problem 42-3b printf("\n**Sample Problem 42-3b**\n") n = n*deltaE printf("The number of states are equal to %1.2e per ev\n", n)
1b7a48afe6f0657c305f7c8eb4db799c9fbc0b87
449d555969bfd7befe906877abab098c6e63a0e8
/2561/CH10/EX10.6/Ex10_6.sce
b1b9776b89e3f9b69f7262fb9c2db29dd7551e62
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
155
sce
Ex10_6.sce
//Ex10_6 clc x='110'; disp("Octal number="+string(x))// octal value str=oct2dec(x)//octal to decimal disp("Eqivalent Decimal number="+string(str))
780ab8fa1e903eedf5b8ceaedf5dc96c5ef1cff4
449d555969bfd7befe906877abab098c6e63a0e8
/866/CH6/EX6.2/6_2.sce
e956e8573ad4bab294636e8d1ac639b2a1e29679
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
653
sce
6_2.sce
clc //initialisation of variables W= -10 //KN/m Yac= 7 //m xad= -7.5 //m xac= -15 //m xcb= 10 //m //CALCULATIONS k= Yac/((xac)^2) yb= k*(xcb)^2 hb= Yac-yb yd= k*(xad)^2 hd= Yac-yd A=[(xcb-xac),(hb);(xcb),(-yb)] b=[-W*(-xac)*(-xad);0] c= A\b Rbv= c(1,1) Rbh= c(2,1) Rah= Rbh Rav= -Rbv-W*(-xac) dybydx= 2*k*xad alpha= atand(-2*k*xad) Nd= -Rav*sind(alpha)-Rah*cosd(alpha)+((-W)*(-xad)*sind(alpha)) Sd= -Rav*cosd(alpha)+Rah*sind(alpha)+((-W)*(-xad)*cosd(alpha)) Md= Rav*(-xad)-Rah*hd+W*(-xad)*(-xad/2) //RESULTS printf ('Normal force= %.2f kN',Nd) printf ('\n Shear force=%.2f KN',Sd) printf (' \n Bending moment=%.1f KNm',Md)
23b79b4e7c237c7d5cba33a025a23088e924c985
ac4e0c7ecf872bf33401feeb94567319345f1d91
/Culvert_design.sce
75eb59470e8de6eec9941be54295d13d9424bd2f
[]
no_license
namanmaheshwari97/Circular-Culvert-Design-Analysis
91a47220ca8ff7c3c3dc04b598aa1b2532b07304
260c00fa43a36915c3de352da2bf30929a6cb81e
refs/heads/master
2021-01-20T20:56:56.559000
2016-07-08T17:53:43
2016-07-08T17:53:43
62,906,453
0
1
null
2020-10-05T08:15:54
2016-07-08T17:43:39
Scilab
UTF-8
Scilab
false
false
7,417
sce
Culvert_design.sce
disp("15CS101L"); disp("Programming Laboratory"); disp("Internet Programming lab"); disp("Culvert Design and Analysis"); disp("Mr. M. Mohamed Rabik"); disp("Aryaman Dhanda , RA1511003010481"); disp("Naman Maheshwari , RA1511003010471"); disp("Sidharth Suresh , RA1511003010477"); disp("Select Pipe material and inlet type"); disp("1. Concrete. Square edge inlet with headwall."); disp("2. Concrete. Groove end inlet with headwall."); disp("3. Concrete. Groove end projecting at inlet."); disp("4. Corrugated metal (CMP). Headwall at inlet."); disp("5. Corrugated metal (CMP). Mitered to slope at inlet."); disp("6. Corrugated metal (CMP). Projecting at inlet"); pipeMaterial = input("Enter the number corresponding to the pipe Material. (0 to 6) :"); //np = Pipe manning n coefficient. //C1,C2,C3,C4,C5 = constants for inlet control equations //Ke = Minor loss coefficient for pipe inlet select(pipeMaterial) case 1 then np = 0.013; C1 = 0.0098; C2 = 2.0; C3 = -0.5; C4 = 0.0398; C5 = 0.67; Ke = 0.5; case 2 then np = 0.013; C1 = 0.0078; C2 = 2.0; C3 = -0.5; C4 = 0.0292; C5 = 0.74; Ke = 0.2; case 3 then np = 0.013; C1 = 0.0045; C2 = 2.0; C3 = -0.5; C4 = 0.0317; C5 = 0.69; Ke = 0.2; case 4 then np = 0.022; C1 = 0.0078; C2 = 2.0; C3 = -0.5; C4 = 0.0379; C5 = 0.69; Ke = 0.5; case 5 then np = 0.022; C1 = 0.0210; C2 = 1.33; C3 = 0.7; C4 = 0.0463; C5 = 0.75; Ke = 0.7; case 6 then np = 0.022; C1 = 0.0340; C2 = 1.50; C3 = -0.5; C4 = 0.0553; C5 = 0.54; Ke = 0.9; else disp("Entered value is incorrect. Please recheck !"); end disp("Choose the channel material : "); disp("1. Clean and Straight"); disp("2. Major Rivers"); disp("3. Sluggish with Deep pools."); disp("4. Clean"); disp("5. Gravelly"); disp("6. Weedy"); disp("7. Stony, Cobbles"); disp("8. Pasture, Farmland"); disp("9. Light Brush"); disp("10. Heavy Brush"); disp("11. Trees"); channelMaterial = input("Enter the values from 1-11 :"); select(channelMaterial) case 1 then nc = 0.030; case 2 then nc = 0.035; case 3 then nc = 0.040; case 4 then nc = 0.022; case 5 then nc = 0.025; case 6 then nc = 0.030; case 7 then nc = 0.035; case 8 then nc = 0.035; case 9 then nc = 0.050; case 10 then nc = 0.075; case 11 then nc = 0.15; else disp("Entered value is incorrect. Please recheck ! "); end A=input("Flow area :"); Ac=input("Flow area in one pipe based on critical depth : "); Av=input("Flow area in one pipe used for computing outlet velocity : "); b=input("Width of channel bottom :"); D=input("Diameter of each pipe : "); Ei1=input("Elevation of road crest relative to pipe outlet invert : "); Er=input("Elevation of road (or dam) crest relative to pipe outlet invert :"); g=input("Acceleration due to gravity : "); H=input("Head loss computed from outlet control equation : "); Lp=input("Pipe length : "); Lw=input("Weir length : "); N=input("Number of pipes next to each other : "); P=input("Wetted perimeter : "); Qp=input("Flowrate through each pipe : "); Qr=input("Flowrate over the road : "); Sc=input("Slope of existing channel : "); Sp=input("Pipe slope : "); Tc=input("Top width of flow in one pipe based on critical depth : "); theta = 0; Vc=input("Pipe velocity based on critical depth : "); Yavg=input("Average water depth : "); Yc=input("Critical water depth : "); Yf=input("Fall : "); Yh=input("Headwater depth : "); Yo=input("Water outlet depth : "); Yt=input("Tailwater depth : "); Yv=input("Depth used for computing outlet velocity : "); Z1=input("Left side slope of existing natural channel : "); Z2=input("Right side slope of existing natural channel : "); //General Equations Qt=Qr+N*Qp; Sp=Sc-Yf/Lp; Ei=Lp*Sp; Eh=Ei+Yh; V=Qp/Av; //Tailwater Depth //Manning's Equation is used for computing Yt Qt=((1.49*A*sqrt(Sc))/(nc))*(A/P)^(0.67); A=Yt*b+(Yt^2/2)*(Z1+Z2); P=b+Yt*(sqrt(1+Z1^2)+sqrt(1+Z2^2)); //Headwater depth //Yh is computed Independently based on inlet and outlet control equations //Inlet control-Outlet velocity(v) is computer based on what we call the velocity depth,Yv) if Yh<D then Yh=Yc+Vc^2/(2*g)+D*(C1*((4*Qp/(3.14*D^(2.5))))^C2+C3*Sp); Yc=0.42195*sqrt(Qp)/(D*0.26); Tc=2*sqrt(Yc*(D-Yc)); theta=2*asind(Tc/D); elseif Yc>D/2 then theta=2*3.14-theta; Ac=((D^2)/8)*(theta-sin(theta)); Vc=Qp/Ac; elseif Yh>=D then Yh=D((4*((4*Qp/(3.14*D^2.5)))^2+C5+C3*Sp)); //outlet control elseif Yt<=Y then Yv=Yc; elseif Yt>Yc & Yt<D then Yv=Yt; elseif Yt>=D then Yv=D; elseif Yh<0.93*D then T=2*sqrt(Yh*(D-Yh)); theta=2*asind(T/D); elseif Yh>D/2 then theta=2*3.14-theta; A=((D^2)/8)*(theta-sin(theta)); P=(theta*D)/2; Qp=((1.49*A*sqrt(Sp))/np)*((A/P)^0.67); elseif Yh>=0.93D then H=[1+Ke+29*n^2*Lp*(4/D)^1.33]*(8*Qp^2)/(g*3.14*3.14*D^4); elseif Yc<D then Yavg=(Yc+D)/2; elseif Yc>=D then Yavg=D; Yo=Max(Yt,Yavg); Yh=Yo+H-Ei; end //flow rate Qr=3*Lw*((Eh-Er)^1.5); //Error Messages and Validity //Input checks in top half of calculation. // If one of these messages appears, the calculation is halted. if Qt>=0 & Qt<10000 then disp("Total flow canot be negative or must be less than 10,000 m^3/s"); elseif N>0 & N<1001 then disp("Must have at least one pipe,but no more than 1000 pipes"); elseif D>0 & D<100 disp("Pipe diameter must be positive and less than 100"); elseif Lp>0 & Lp<10000 disp("Pipe length must be positive and less than 10,000"); elseif np>0 & np<0.05 disp("Pipe Manning n must be positive and less than 0.05"); elseif Yt<Er disp("Tailwater depth cannot be higher than the road crest"); elseif (Ei+D)<Er disp("Upstream pipe invert plus culvert diameter cannot exceed road crest elevation"); elseif (Ei+D)>Er disp("Not acceptable as the top of the culvert is pushing through the road"); elseif Lw>0 & Lw<10000 disp(" Weir length of road must be positive and less than 10,000m"); elseif Yt<10000 disp("Tailwater depth must be less than 10,000.Negative values are acceptable.Negatives simulate culverts discharging to a lower channel"); elseif Sc<0.5 disp("Channel bottom slope cannot exceed 0.5m/m.This is the longitdinal slope,not the sides slopes"); elseif Sc>0 disp("Channel cannot be horizontal"); elseif b>0 & b<10000 disp("Channel bottom width must be positive and less than 10,000"); elseif (Z1>0 & Z1<10000)|(Z2>0 & Z2>10000) disp("Channel side slopes can be neither exactly vertical(z=0)nor nearly flat (z>10000) z is defined as horizontal to vertical ratio"); elseif Sp>10^-7 & Sp<0.5 disp("Pipe slope must be between these limits"); end
eea1ab22592932b9f7e53374732d900a3f1b84c6
449d555969bfd7befe906877abab098c6e63a0e8
/1073/CH3/EX3.37/3_37.sce
23d8550868b67d75999bd4309559c4be1693fe44
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
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,247
sce
3_37.sce
clc; clear; //Example 3.37 k=0.03 //W/(m.K) Npr=0.697 //Prandtl number v=2.076*10^-6 //m^2/s Beta=0.002915 //K^-1 D=25 ; //[Diameter in cm] D=D/100 //[m] Tf=343 //Film temperature in [K] A=%pi*(D/2)^2 //Area in [m^2] P=%pi*D //Perimeter [m] T1=293 //[K] T2=393 //[K] g=9.81 //[m/s^2] //Case (i) HOT SURFACE FACING UPWARD L=A/P //Characteristic length in [m] Beta=1/Tf; //[K^-1] dT=T2-T1 //[K] Ngr=(g*Beta*dT*(L^3))/(v^2) //Grashoff number Nra=Ngr*Npr Nnu=0.15*(Nra^(1.0/3.0)) //Nusselt number h=Nnu*k/L //[W/m^2.K] Q=h*A*dT //[W] printf("\nHeat transferred when disc is horizontal with hot surface facing upward is %f W\n",Q); //Case-(ii) HOT FACE FACING DOWNWARD Nnu=0.27*(Nra^(1/4)) //Nusselt number h=Nnu*k/L //W/(m^2.K) Q=h*A*dT //[W] printf("\nHeat transferred when disc is horizontal with hot surface facing downward is %f W\n",Q); //Case-(iii)-For disc vertical L=0.25 //Characteristic length[m] D=L //dia[m] A=%pi*((D/2)^2) //[sq m] Ngr=(g*Beta*dT*(L^3))/(v^2) //Grashoff number Npr=0.697 Nra=Ngr*Npr Nnu=0.10*(Nra^(1/3)) //Nusselt number h=Nnu*k/D //[W/(m^2.K)] Q=h*A*dT //[W] printf("For vertical disc,heat transferred is %f W",Q);
073122559c1d3581b7fd7ae1227eb3825648d64f
449d555969bfd7befe906877abab098c6e63a0e8
/2441/CH2/EX2.20/Ex2_20.sce
bbcac8e1564a44052e36c711970f15631a3d95f0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
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
Ex2_20.sce
//exa 2.20 clc;clear;close; format('v',6); //F1=0.004*P1^2+2*P1+80;//Rs./hr //F2=0.006*P2^2+1.5*P2+100;//Rs./hr P=250;//MW P1=poly(0,'P1');P2=poly(0,'P2'); dF1bydP1=2*0.004*P1+2; dF2bydP2=2*0.006*P2+1.5; //Let loads are P1 & P-P1 //Economical loading lambda1=lambda2 eqn=2*0.004*P1+2-2*0.006*(P-P1)-1.5; P1=roots(eqn);//MW P2=P-P1;//MW disp(P1,"Load P1(MW) : "); disp(P2,"Load P2(MW) : ");
291700e7b1e6453af5951fc921c2306d16374f06
e0124ace5e8cdd9581e74c4e29f58b56f7f97611
/3913/CH9/EX9.3/Ex9_3.sce
abec6d1f4d24d8043eddbae9d54cd2deaef85fa7
[]
no_license
psinalkar1988/Scilab-TBC-Uploads-1
159b750ddf97aad1119598b124c8ea6508966e40
ae4c2ff8cbc3acc5033a9904425bc362472e09a3
refs/heads/master
2021-09-25T22:44:08.781000
2018-10-26T06:57:45
2018-10-26T06:57:45
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
775
sce
Ex9_3.sce
//Chapter 9 : Eigenvalues and Eigenvectors //Example 9.3 //Scilab 6.0.1 //Windows 10 clear; clc; A=[-3 1 -1;-7 5 -1;-6 6 -2]; disp(A,'A=') eig=spec(A) disp(eig,'eigen values are:') e4=A-4*eye(3,3) mprintf('\n(A-4I3)x=') disp('*',e4) mprintf(' [x\n y\n z]=') z=zeros(3,1) disp(z) mprintf('\nthis reduces to x=0,y-z=0') mprintf('\nE4 is spanned by ') mprintf('\n x=\n [0\n y\n y]') mprintf('eigenspace E4 is of dimension 1 with basis') mprintf('\n [0\n 1\n 1]') e2=A+2*eye(3,3) mprintf('\n(A+2I3)x=') disp('*',e2) mprintf(' [x\n y\n z]=') z=zeros(3,1) disp(z) mprintf('\nthis reduces to x=y,z=0') mprintf('\nE2 is spanned by ') mprintf('\n x=\n [x\n x\n 0]') mprintf('\neigenspace E2 is of dimension 1 with basis') mprintf('\n [1\n 1\n 0]')
4e0371c2896fea9567f1607729a523d93993acac
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH17/EX17.02/17_02.sce
16759b06db83566a6b2e67de9b28ceee06a50d8d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
453
sce
17_02.sce
//pathname=get_absolute_file_path('17.02.sce') //filename=pathname+filesep()+'17.02-data.sci' //exec(filename) //Indicator diagram area & length(in m^2 & m): A=40*10^(-4) l=0.08 //Bore(in m): D=0.15 //Stroke(in m): L=0.20 //Rpm of motor: N=100 //Spring constant(in Pa/m): k=1.5*10^8 //Mep(in Pa): mep=A*k/l //Indicated power(in kW): IP=(%pi*D^2/4*L*mep*N/60*2)/10^3 printf("\n RESULT \n") printf("\nPower required to drive =%f kW",IP)
0fded5ba01cadcba38a6419a7427c9cf12a67c52
449d555969bfd7befe906877abab098c6e63a0e8
/1970/CH6/EX6.12/Ch06Exa12.sce
c5d2891ff977176c01ac829277d84480b3330718
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
810
sce
Ch06Exa12.sce
// Scilab code Exa6.12: : Page-244(2011) clc; clear; h_kt = 1.05457e-34; // Reduced planck's constant, joule sec c = 3e+08; // velocity of light, metre per sec m_e = 9.1e-31; // Mass of the electron, Kg ft_O = 3162.28; // Comparative half life for oxygen ft_n = 1174.90; // Comparative half life for neutron M_f_sqr = 2 // Matrix element g_f = sqrt(2*%pi^3*h_kt^7*log(2)/(m_e^5*c^4*ft_O*M_f_sqr)); // Coupling constant, joule cubic metre C_ratio = (2*ft_O/(ft_n)-1)/3; // Ratio of coupling strength printf("\nThe value of coupling constant = %6.4e joule cubic metre\nThe ratio of coupling constant = %5.3f", g_f, C_ratio); // Result // The value of coupling constant = 1.3965e-062 joule cubic metre // The ratio of coupling constant = 1.461
ceb1ee947f561cb5b4db392a8418709f5f8af3bf
449d555969bfd7befe906877abab098c6e63a0e8
/1979/CH9/EX9.9/Ex9_9.sce
13b06996a69a0bcad720b77a959e622d74ea638e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
675
sce
Ex9_9.sce
//chapter-9 page 412 example 9.9 //============================================================================== clc; clear; //For an IMPATT diode Lp=0.5*10^(-9);//Inductance in Henry Cj=0.5*10^(-12);//Capacitance in Farad Ip=0.8;//RF peak current in A Rl=2;//Load Resistance in ohms Vbd=100;//Breakdown Voltage in V Ib=0.1;//dc Bias current in A //CALCULATION f=(1/(2*(%pi)*sqrt(Lp*Cj)))/10^9;//Resonant Frequency in GHz n=((Rl*Ip^2)/(2*Vbd*Ib))*100;//Efficiency in Percentage //OUTPUT mprintf('\nResonant Frequency is f=%2.0f GHz \nEfficiency is n=%1.1f percentage',f,n); //=========================END OF PROGRAM===============================
dd95a6cb281dfe990dee8c1a63d04d50fb7310bd
449d555969bfd7befe906877abab098c6e63a0e8
/3872/CH14/EX14.2/EX14_2.sce
df7fb91ddc54f9b4759beb52958ddc286c56723c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
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,446
sce
EX14_2.sce
//Book - Power System: Analysis & Design 5th Edition //Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J. Overbye //Chapter - 14 ; Example 14.2 //Scilab Version - 6.0.0 ; OS - Windows clc; clear; MVAtr1=40; //MVA FOA rating of transformer 1 MVAtr2=40; //MVA FOA rating of transformer 2 normal=1.28; //Factor for normal summer operation emergency2hr=1.70; //Factor for two hour emergency operation emergency30day=1.55; //Factor for thirty days emergency operation unequalloadingfactor=0.95; //Factor to account for unequal transformer loading MVAstation=normal*(MVAtr1+MVAtr2)*unequalloadingfactor; //MVA rating of thr station MVAstationemergency2hr=emergency2hr*MVAtr1; //MVA rating of a single transformer for two hour emergency MVAstationemergency30day=emergency30day*MVAtr1; //MVA rating of a single transformer for thirty days emergency printf('\nThe summer normal rating of the station is %f MVA',MVAstation); printf('\nThe emergency rating of the single transformer for two hours is %f MVA',MVAstationemergency2hr); printf('\nThe emergency rating of the single transformer for thirty days is %f MVA',MVAstationemergency30day)
d134852d495e34f3223ec0024f8bffd9e90d9dac
449d555969bfd7befe906877abab098c6e63a0e8
/2438/CH6/EX6.3/Ex6_3.sce
34a47fcc2e091ed37aff3adced9a59e4c8583f48
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
621
sce
Ex6_3.sce
//========================================================================== // chapter 6 example 3 clc; clear; //input data t1 = 20; // temperature in °C alpha = 5*10^-3; //average temperature coefficient at 20°C R1 = 8; //resistance in ohm R2 = 140; //resistaance in ohm //calculation t2 = t1+((R2-R1)/(R1*alpha)); //temperature in C //result mprintf('Hence temperature under normal condition is %3.2f°C\n',t2); //============================================================================
4c540a56b5838b4297f4c47758c471aeba3dbbc2
ac1f8441b0319b4a391cd5a959bd3bb7988edfa7
/data/news2015/news2015/SplitsNEWS15/EnHe/enhe.8.tst
0b80c537f6e596f546d81f46b001301d07fa76e2
[ "MIT" ]
permissive
SaeedNajafi/transliterator
4d58b8604fa31f52ee2dce7845e002a18214fd5e
523a087b777a5d6eec041165dabb43848f6222e6
refs/heads/master
2021-09-18T17:02:59.083000
2018-07-17T06:01:21
2018-07-17T06:01:21
129,796,130
0
0
null
null
null
null
UTF-8
Scilab
false
false
28,488
tst
enhe.8.tst
a a t e f ע א ט ף a b a n e ע ב א ן a c o n c a g u a א ק ו נ ק א ג ו א a d a i r א ד י י ר a d o l p h א ד ו ל ף a d o n i s א ד ו נ י ס a g a t h a א ג א ת א a g r i p p a א ג ר י פ א a h m e d א ח מ ד a k r o u r ע ק ר ו ר a l a i d y א ל ע א י ד י a l a l i א ל ע ל י a l d o א ל ד ו a l e k s a n d r א ל ק ס נ ד ר a l j a l d a k i א ל ג ' ל ד א ק י a l l o u n i ע ל ו נ י a l o y s i u s א ל א ו י ש ס a m i c h a i ע מ י ח י a m i t a v א מ י ט ב a m r ע מ ר a n א ן a n a t o l א נ א ט ו ל a n d e r s א נ ד ר ז a n d r e a א נ ד ר י א a n g e l a א נ ג י ל א a n k a א נ ק א a n n e ע ן a n n u n z i a t a א נ ו נ ס י א ט א a n t i g u a א נ ט י ג ו א a p h r o d i t e א פ ר ו ד א י ט י a p i c h e t א פ י צ ' ט a p o s t o l א פ ו ס ט ו ל a p u l i a א פ ו ל י א a r a n h a א ר א נ א a r i e f ע ר י ף a r l e n א ר ל י ן a r t u r א ר ט ו ר a s a f ע ס א ף a s a t i a n i א ס א ט י א נ י a s h k e l o n א ש ק ל ו ן a s h r a f א ש ר ף a t e f ע א ט ף a t h o s א ת ו ס a u g u s t a א ו ג ו ס ט א a u s t r a l o p i t h e c u s א ו ס ט ר א ל ו פ י ת ק ס a x u m א ק ס ו ם a y a n ע י א ן a y o u n ע י ו ן a z o u z ע ז ו ז b a b a c a r ב א ב א ק ר b a b a n g i d a ב א ב נ ג י ד א b a c h e l e t ב א ש י ל ה b a d a r ב ד ר b a h r a m ב ה ר א ם b a i ב א י b a k a l a ב א ק א ל א b a k s h i ב א ק ש י b a m l e t t ב א מ ל ט b a m m e r ב א מ ר b a n j o ב א נ ג ' ו b a r a j a ב א ר א כ א b a r a m i d z e ב א ר א מ י ד ז ה b a r b a r o s s a ב א ר ב א ר ו ס א b a r b e r a ב א ר ב י ר א b a r b r a ב א ר ב ר א b a r c e l a t a ב א ר ס י ל א ט א b a r i s o n ב א ר י ס ו ן b a r m o s ב א ר מ ו ס b a s i n a s ב א ס י נ א ס b a s s i l a ב א ס י ל א b a t u ב א ט ו b a y d a ב י י ד א b e b e t o ב י ב י ט ו b e e n h a k k e r ב י נ ה א ק ר b e i l i n ב י ל י ן b e i t e i n u ב י ת נ ו b e l h a d j ב ל ח א ג ' b e l l a ב י ל א b e l l a m y ב י ל א מ י b e l l u g i ב ל ו ג י b e l q a s ב ל ק א ס b e n i t e z ב י נ י ט י ז b e n n ב ן b e n n e t t ב נ ט b e r i s h a ב א ר י ש א b e r l ב י ר ל b e r n a r d o ב ר נ א ר ד ו b e r t o l i ב י ר ט ו ל י b e r t o l t ב ר ט ו ל ט b e s h e e r ב ש י ר b e t t a ב י ט א b e t t i n i ב י ט י נ י b i e l l a ב י י ל א b i g ב י ג b i h a r ב י ח א ר b i l l y ב י ל י b o b a n ב ו ב א ן b o d a r t ב ו ד א ר ט b o n n ב ו ן b o r n s t e i n ב ו ר נ ס ט א י ן b o r u s s i a ב ו ר ו ס י א b o s k o ב ו ס ק ו b o s m a n ב ו ס מ א ן b o s s i s ב ו ס י ס b r a i z a t ב ר א י ז א ט b r a n d t s ב ר א נ ץ b r a u n ב ר א ו ן b r e s s e ב ר י ס b r e t o n ב ר י ט ו ן b r i g i t t e ב ר י ג י ט b r o d i e ב ר ו ד י b r u ב ר ו b s h a r r i ב ש א ר י b u b e r ב ו ב ר b u b k a ב ו ב ק א b u c h a r e s t ב ו כ א ר ס ט b u c h h o l z ב ו כ ה ו ל ץ b u h a r i ב ו ה א ר י b u k h a r i n ב ו כ א ר י ן b u n c h e ב א נ ש b u r e t s u ב ו ר י ט ס ו b u r g m e i e r ב ר ג מ א י ר b u r n l e y ב ו ר נ ל י b u t e l l e ב ו ט י ל י b u t l e r ב א ט ל ר b u y ב א י c a b o t ק א ב ו ט c a b r e r a ק א ב ר י ר א c a m i l o ק א מ י ל ו c a n d i d e ק א נ ד י ד c a n i g g i a ק א נ י ג י א c a n n o n ק א נ ו ן c a n t o n a ק א נ ט ו נ א c a p a ק א פ א c a p p a r o n i ק א פ א ר ו נ י c a p u a ק א פ ו א c a r m a g n o l a ק א ר מ א נ ו ל א c a r o ק א ר ו c a r o l i n e ק א ר ו ל א י ן c a r t i e r ק א ר ט י י ה c a s e l l i ק א ס י ל י c a s t i l l a ק א ס ט י ל א c a t h c a r t ק א ת ק א ר ט c a v e l l ק א ב י ל c a v e n a g h i ק א ו ו נ א ג י c e l e s t i n e ס י ל ס ט י ן c h a i m a n צ ' א י מ א ן c h a l m e צ ' א ל מ י c h a n d r i k a צ ' א נ ד ר י ק א c h a o צ ' א ו c h a p p u z e a u ש א פ ו ז י ו c h a r l t o n צ ' א ר ל ט ו ן c h a s s e r i a u ק א ס י ר י ו c h a v e z צ ' א ב י ז c h e y r o u צ ' י י ר ו c h i a c c h i o צ ' י א ק י ו c h i r a c ש י ר א ק c h o u t o s צ ' ו ט ו ס c h r i s t i a n ק ר י ס ט י א ן c i n d y ס י נ ד י c i s s e ס י ס י c l a i r ק ל י י ר c l a r k ק ל א ר ק c l i j s t e r s ק ל א י ס ט ר ז c o d r e a ק ו ד ר י א c o l a k ק ו ל א ק c o l e m a n ק ו ל מ א ן c o n f u c i u s ק ו נ פ י ו ש ו ס c o n n i e ק ו נ י c o n t a d o r ק ו נ ט א ד ו ר c o n t r a ק ו נ ט ר א c o p e r n i c u s ק ו פ ר נ י ק ו ס c o r i ק ו ר י c o r n e l i u s ק ו ר נ י ל י ו ס c o v e n t r y ק ו ב נ ט ר י c o x ק ו ק ס c r i c k ק ר י ק c r i s ק ר י ס c r u y f f ק ר ו י ף c r y p t o z o o l o g y ק ר י פ ט ו ז ו א ו ל ו ג ' י c v e t k o v i c ס ב י ט ק ו ב י ט ש d a a r ד א ר d a c o u r t ד א ק ו ר ט d a e w o o ד א י ו ו d a f o e ד א פ ו d a m a r c u s ד א מ א ר ק ו ס d a n i ד א נ י d a r d e n n e ד א ר ד י ן d a r w i s h ד ר ו י ש d a t i ד א ט י d a u d ד א ו ד d a w s o n ד ו ס ן d a y ד י י d e b b a s ד ב א ס d e g a n i a ד ג נ י ה d e l l a ד י ל א d e p l a c e ד י פ ל א ס d e r ד ר d e r b y ד ר ב י d e r e k ד ר ק d e v e n d r a ד י ב י נ ד ר א d h o r a s o o ד ו ר א ס ו d i a o ד י א ו d i c a ד י ק א d i e n ד י ן d i l i ד י ל י d i m i t r i s ד י מ י ט ר י ס d i n a ד י נ א d i n i y a r ד י נ י י א ר d i o m a n s y ד י ו מ א נ ס י d i o n y s u s ד י ו נ י ס ו ס d i o r ד י ו ר d i r a n i ד י ר א נ י d i r e ד א י ר d m i t r i y ד מ י ט ר י d o e s b u r g ד ו ס ב ו ר ג d o l m a n s ד ו ל מ א נ ז d o n a l d ד ו נ א ל ד d o n i t z ד ו נ י ץ d o r f n e r ד ו ר פ נ ר d o r i n ד ו ר י ן d u n k i r k ד א נ ק י ר ק d u r a n t ד ו ר א נ ט d w i g h t ד ו א י ט d w o m o h ד ו ו מ ו ה e b a d i ע ב א ד י e c u a d o r א ק ו א ד ו ר e d d i e א ד י e d e n ע ד ן e i f f e l א י פ ל e l l e n א ל ן e l m א י ל ם e l m o r e א ל מ ו ר e p s t e i n א פ ס ט י ן e r a t o א ר א ט ו e r e z א ר ז e r n e s t א ר נ ס ט e r n i e א ר נ י e s p o o א ס פ ו e t n a א ט נ א e v o א י ב ו f a c u n d o פ א ק ו נ ד ו f a h r u d i n פ א ה ר ו ד ן f a i t h פ י י ת f a l c a o פ א ל ק א ו f a n n y פ א נ י f a n t e n i פ א נ ט י נ י f a r h i פ ר ח י f a r r e l l פ א ר י ל f a t t o n פ א ט ו ן f e h n פ י ה ן f e l i c i a n o פ י ל י ס י א נ ו f e r e n c פ י ר י נ ק f e r n a n d e z פ ר נ א נ ד י ז f e r r u c c i o פ י ר ו צ ' י ו f e y e n o o r d פ י י נ ו ר ד f i c h m a n פ י ש מ א ן f i f i פ י פ י f i g a r o פ י ג א ר ו f i n k i e l k r a u t פ י נ ק י ל ק ר ו ט f i o r i פ י ו ר י f i s c h l e r פ י ש ל ר f l e i h a n פ ל י ח א ן f l o r e n t i n פ ל ו ר נ ט י ן f l o r i a n פ ל ו ר י א ן f l o r i a n o פ ל ו ר י א נ ו f l o r i n פ ל ו ר י ן f o n s e c a פ ו נ ס י ק א f o o t e פ ו ט f o r d פ ו ר ד f o r t a l e z a פ ו ר ט א ל י ז א f o r t u n e פ ו ר ט ש ן f o r t u n y פ ו ר ט ו נ י f r a d i q u e פ ר א ד י ק f r a n פ ר א ן f r a n c e s c o l i פ ר א נ ס י ס ק ו ל י f r e d d i e פ ר י ד י f r e d e r i c k פ ר י ד י ר י ק f r i d t j o f פ ר י ד ג ' ו ף f r i s c h פ ר י ש g a l e a z z o ג א ל י א צ ו g a l i l e o ג א ל י ל א ו g a l l a r d o ג א ל א ר ד ו g a l l o i s ג א ל ו א g a r a y ג א ר א י g a r b u t t ג א ר ב ו ט g a r g u l a ג א ר ג ו ל א g a r i c s ג א ר י ק ס g a r z o n ג א ר ז ו ן g e d i m i n a s ג י ד י מ י נ א ס g e n n a r o ג נ א ר ו g e o l o g y ג י ' ו ל ו ג ' י g e o r g i o s ג י ו ר ג י ו ס g e r r y ג י ר י g e t u l i o ג י ט ו ל י ו g h e o r g h e ג י ו ר ג י g h i g g i a ג י ג י א g i r e s s e ג י ר י ס י g l e n ג ל ן g o b b i ג ו ב י g o g o l ג ו ג ו ל g o k h a n ג ו כ א ן g o l b o u r n e ג ו ל ב ו ר ן g o l d s t e i n ג ו ל ד ס ט י ן g o m a ג ו מ ע g o n z a l o ג ו נ ז א ל ו g o r n i a k ג ו ר נ י א ק g o t t h e l f ג ו ט ה י ל ף g r a s s ג ר א ס g r e c o ג ר י ק ו g r e e n g r a s s ג ר י נ ג ר א ס g r e e n s p a n ג ר י נ ס פ א ן g r i c h t i n g ג ר י ק ט י נ ג g r i m s s o n ג ר י מ ס ו ן g r i n t ג ר י נ ט g r i s h a m ג ר י ש א ם g r o s s m a n ג ר ו ס מ א ן g r y z l o v ג ר י ז ל ו ב g u a d i a n a ג ו א ד י א נ א g u e b u z a ג ו י ב ו ז א g u i d o ג ו י ד ו g u i n n e s s ג י נ י ס g u n t e r ג ו נ ט ר g u s t a v o ג ו ס ט א ב ו h a b e r ה א ב ר h a d a r ה ד ר h a d j i ח א ג ' י h a g a i ח ג י h a i m ח י י ם h a i t i ה א י ט י h a m d i ח מ ד י h a m r o u c h e ח מ ר ו ש h a n o u n e ח נ ו ן h a n s s e n ה א נ ס ן h a r a d a ה א ר א ד א h a r p o ה א ר פ ו h a r r y ה א ר י h a s h o m r o n ה ש ו מ ר ו ן h a s s e ה א ס h a t t h a p o r n ה א ט א פ ו ר ן h a t z o r ח צ ו ר h a u e r ה א ו י ר h e a v i s i d e ה י ב י ס א י ד h e g e l ה י ג ל h e l e n a ה ל נ א h e l g a ה י ל ג א h e l l m u t ה י ל מ ו ט h e n d e l ה נ ד ל h e s s e l i n k ה י ס י ל י נ ק h e y l i g e n ה י ל י ג י ן h i r a k a w a ה י ר א ק א ו א h i r o h i t o ה י ר ו ה י ט ו h o b a r t ה ו ב א ר ט h o d d l e ה ו ד ל h o g a n ה ו ג א ן h o l l e i n ה ו ל י י ן h o l t ה ו ל ט h o r n a ה ו ר נ א h o s h y a r ה ו ש י א ר h u a y n a ה ו א י נ א h u c h e l ה ו כ ל h u s s a m ח ו ס א ם h u s s e i n i ח ו ס י י נ י i f e a n y i א י פ א נ י י i l a n א י ל ן i l y a א י ל י א i m l a y א י מ ל י י i m p e r i a א מ פ י ר י א i n d u r a i n א י נ ד ו ר י י ן i n g m a r א י נ ג מ א ר i n o n u א י נ ו נ ו i r a א י ר א i r a d א י ר א ד i r a n א י ר א ן i r w i n א י ר ו י ן i s l a m א י ס ל א ם i s s e r א י ס ר i s t v a n א י ס ט ב א ן j a b l e h ג ב ל ה j a c k ג ' ק j a c k m a n ג ' א ק מ א ן j a c k y ג ' ק י j a m a l z a d e h ג ' מ א ל ז א ד ה j a m e s ג ' י י מ ז j a n a י א נ א j a n o v i c י א נ ו ב י ט ש j a n s s e n s י א נ ס י נ ס j a s e m ג ' א ס ם j a s h a r i י ש א ר י j a z i r i ג ' ז י ר י j e n e i ג ' י נ י י j e n n i n g s ג ' נ י נ ג ז j e r e m y ג ' ר מ י j e r u s a l e m ג ' ר ו ס א ל ם j e s u s ח י ס ו ס j i m ג ' י ם j o c e l y n ג ו ס ל י ן j o h a n n י ו ה א ן j o r i s י ו ר י ס j o r v a n ג ' ו ר ב א ן j o s e f ג ' ו ס ף j o s h ג ' ו ש j o s i p ג ' ו ס י פ j u d t ג ' ו ד ט j u r i c a י ו ר י ק א k a d e e r ק ד י ר k a f k a ק א פ ק א k a h a n e ק א ה א נ א k a h n e m a n ק א ה נ מ א ן k a h r a m a n m a r a s ק ה ר מ א נ מ א ר א ס k a i s e r s l a u t e r n ק א י ז ר ס ל א ו ט ר ן k a l l s t r o m ק א ל ס ט ר ו ם k a l t z ק א ל ץ k a m i l ק א מ ל k a n d i n s k y ק א נ ד י נ ס ק י k a n t ק א נ ט k a o r u ק א ר ו k a p l y c h n y i ק א פ ל י צ ' נ י k a r e e m ק ר י ם k a r l ק א ר ל k a s s i r ק ס י ר k a t a ק ט ע k a t a l i n s k i ק א ט א ל י נ ס ק י k a t e r i n a ק א ט ר י נ א k a t h m a n d u ק א ת מ נ ד ו k a t z e r ק א ט ז ר k a v ק א ב k a y s o n e ק א י ס ו ן k a z i m i r ק א ז י מ י ר k a z u k i ק א ז ו ק י k e m o k o ק י מ ו ק ו k e m p e s ק י מ פ ס k e n ק ן k e n s i n g t o n ק נ ס י נ ג ט ו ן k h a y a c h i כ א י א ש י k h o r e n ח ו ר י ן k i e n a s t ק י נ א ס ט k i e r o n ק י ר ו ן k i m b e r l y ק י מ ב ר ל י k i n g s l e y ק י נ ג ס ל י k i r i b a t i ק י ר י ב א ט י k i r i c h e n k o ק י ר י צ ' נ ק ו k i r k ק י ר ק k i s e l y o v ק י ס י ל י ו ב k i s n o r b o ק י ס נ ו ר ב ו k i t a n o ק י ט א נ ו k i w u s ק י ו ו ס k l a i p e d a ק ל א י פ י ד א k l e i n e r t ק ל א י נ י ר ט k o g y o k u ק ו ג י ו ק ו k o j i ק ו ג ' י k o l o d i n ק ו ל ו ד י ן k o l o m a n ק ו ל ו מ א ן k o r n e l ק ו ר נ ל k o s h i ק ו ש י k o s u k e ק ו ס ו ק י k o v a c e v i c ק ו ב א ט ש י ב י ט ש k r a u s s ק ר א ו ס k r e m e r ק ר י מ ר k r i s t e n s e n ק ר י ס ט נ ס ן k r y c h o w i a k ק ר י צ ' ו ב י א ק k u f u o r ק ו פ ו ר k u h n ק ו ן k u m i ק ו מ י k u r a k i ק ו ר א ק י k w a n z a a ק ו א נ ז א k y r o s ק י ר ו ס k y u m a ק י ו מ א l a b a k i ל א ב א ק י l a m y ל א מ י l a m y a g h r i ל מ י א ג ר י l a n t o s ל א נ ט ו ס l a s k a r i n a ל א ס ק א ר י נ א l a s l a n d e s ל א ס ל א נ ד l a s s a l l e ל א ס א ל l a u r e n s ל ו ר נ ס l a u r s e n ל א ו ר ס ן l a v e r ל א ב ר l a v i l l e ל א ב י ל l a v o n ל א ב ו ן l a z a r e ל א ז א ר l e a n ל י ן l e c h ל ך l e g r o t t a g l i e ל י ג ר ו ט א ל י l e n n o n ל נ ו ן l e o n o r ל י ו נ ו ר l e r m o n t o v ל ר מ נ ט ו ב l e s n i a k ל ס נ י א ק l e v c h e n k o ל י ב צ ' נ ק ו l e v i ל י ו א י l e w i n s k y ל ו י נ ס ק י l i b o r ל י ב ו ר l i l i e n t h a l ל י ל י נ ט א ל l i l l y ל י ל י l i p p i ל י פ י l i s t ל י ס ט l i v o r n o ל י ב ו ר נ ו l o c k h a r t ל ו ק ה א ר ט l o f t h o u s e ל א פ ט ה א ו ס l o g i e ל ו ג י l o i c ל ו א ק l o t a ל ו ט א l o u i s e ל ו א י ז l o v e t t ל ו ב י ט l u c i a n o ל ו ס י א נ ו l u g o ל ו ג ו l u k a ל ו ק א l u k a c s ל ו ק א ש l u l e a ל ו ל י א l u n d i n ל ו נ ד י ן l u p e ל ו פ l u p e s c u ל ו פ י ס ק ו l u p o l i a n s k i ל ו פ ו ל י א נ ס ק י l u t z ל א ץ l u y c k x ל ו ק ס l v i v ל ב י ב m a a m a r מ ו ע מ ר m a c i a s מ א ס י א ס m a d r i d מ ד ר י ד m a d s e n מ א ד ס ן m a h a m a d o u מ ח מ ד ו m a h m o u d מ ח מ ו ד m a i d i n מ א י ד ן m a i r e a d מ י ר י ד m a k a a y מ ק א י m a l i c k מ א ל י ק m a l k i n מ א ל ק י ן m a l o n e y מ א ל ו נ י m a l t e s e מ א ל ט י ז m a m l u k מ מ ל ו ק m a m m e d a l y מ א מ י ד א ל י m a m o r u מ א מ ו ר ו m a n d y מ א נ ד י m a n n i n g מ א נ י נ ג m a r i o n מ א ר י ו ן m a r i u s z מ א ר י ו ס m a r k s מ א ר ק ס m a s a c c i o מ א ס א צ ' ו m a s h a l מ ש ע ל m a s s i m o מ א ס י מ ו m a s s o u d מ ס ע ו ד m a t e מ א ט י m a t u s מ א ט ו ס m a z h a r מ ז ה ר m b e k i מ ב י ק י m c c o i s t מ ק ו י ס ט m c c o r m i c k מ א ק ו ר מ י ק m c h u g h מ י ק ה י ו m c l a c h l a n מ ק ל א ק ל א ן m c n e i l l מ ק נ י ל m e c i a r מ י צ ' י א ר m e e n o מ י נ ו m e g a l i t h מ י ג ל י ת m e g h n i מ ג נ י m e h m e d מ ח מ ד m e i s s e n מ י ס ן m e l c h i o t מ י ל ש י ו ט m e n a s h e מ נ ש ה m e n c h u מ נ צ ' ו m e n d e l e e v מ נ ד ל י י ב m e r y l מ י ר י ל m e s a מ ס א m e s r o b מ ס ר ו ב m e u t s t e g e מ ו ט ס ט י ג m e v o מ י ב ו m i a m i מ א י א מ י m i c h e l מ י ש ל m i c r o m e t r e מ י ק ר ו מ ט ר m i d l e r מ י ד ל ר m i k a e l מ י ק א י ל m i k a r i מ י ק א ר י m i k i o מ י ק י ו m i k k o מ י ק ו m i l e מ י ל m i l e y מ א י ל י m i l l a r d מ י ל א ר ד m i l l e r מ י ל ר m i l t o n מ י ל ט ו ן m i n a g a w a מ י נ א ג א ו א m i n a m o t o מ י נ א מ ו ט ו m i n o r u מ י נ ו ר ו m i n s k מ י נ ס ק m i r a n d a מ י ר א נ ד א m i t r o p o u l o s מ י ט ר ו פ ו ל ו ס m i t z p e מ צ פ ה m i u r a מ י ו ר א m i z r a h i מ ז ר ח י m n g o m e n i מ נ ג ו מ י נ י m o d e r מ ו ד ר m o d i b o מ ו ד י ב ו m o i z a n מ ו י ז א ן m o l b y מ ו ל ב י m o l i e r e מ ו ל י י ר m o m m u מ ו מ ו m o n r o e מ ו נ ר ו m o n s e f מ ו נ ס ף m o n t e r o מ ו נ ט י ר ו m o n t e v i d e o מ ו נ ט י ב י ד י ו m o r a t t i מ ו ר א ט י m o r g a n מ ו ר ג ן m o r i t z מ ו ר י ץ m o r t e n מ ו ר ט ן m o r t o n מ ו ר ט ן m o t o r o l a מ ו ט ו ר ו ל א m o t t a מ ו ט א m p u m a l a n g a מ פ ו מ א ל א נ ג א m u d a r מ ו ד א ר m u l l e r y מ ו ל ר י m u r a n o מ ו ר א נ ו m u r r a y מ ר י m u r t a z מ ו ר ט א ז m u s s o מ ו ס ו n a b i h נ א ב י n a e l s o n נ י י ל ס ו ן n a f a נ פ א ע n a f t a l i נ פ ת ל י n a n c y נ א נ ס י n a n s e n נ א נ ס ן n a n t e s נ א נ ט ס n a o k o נ א ו ק ו n a s h נ א ש n a t a s c h a נ א ט א ש א n a t h a n נ י י ת ן n d a o נ ד א ו n e b r a s k a נ ב ר א ס ק א n e d v e d נ ד ב י ד n e v a d a נ י ב א ד א n i a n g נ י א נ ג n i c e נ י ס n i c o l a i נ י ק ו ל א י n i e l s e n נ י ל ס ן n i k k i נ י ק י n i k o l o u d i s נ י ק ו ל ו ד י ס n i l t o n נ י ל ט ו ן n i s h i k a w a נ י ש י ק א ו א n i s r נ י ס ר n i t r a נ י ט ר א n o b u s u k e נ ו ב ו ס ו ק ה n o e נ ו י n o h a i r נ ו ה י י ר n o m v e t h e נ ו מ ב י ט י n o r d a h l נ ו ר ד א ל n o r m a n נ ו ר מ א ן n o r t h a m נ ו ר ת א ם n u d e l m a n נ ו ד ל מ א ן n u n a v u t נ ו נ א ב ו ט n y e r e r e נ י ר י ר י o d e n s e א ו ד נ ס י o i l א ו י ל o k a f o r א ו ק א פ ו ר o l i m p i a א ו ל י מ פ י א o r l e a n s א ו ר ל י נ ז o z i l א ו ז י ל p a c i f i c o פ א ס י פ י ק ו p a i r e t t o פ א י ר י ט ו p a k r a d o u n i פ ק ר א ד ו נ י p a l i n פ א ל י ן p a l l i s t e r פ א ל י ס ט ר p a l m a פ א ל מ א p a o l a פ א ו ל א p a r k s פ א ר ק ס p a s t r a n a פ א ס ט ר א נ א p a u s i n i פ א ו ז י נ י p e d r e t t i פ י ד ר י ט י p e k e r m a n פ ק ר מ א ן p e l e פ ל ה p e r e i r a פ י ר י י ר א p e r o פ י ר ו p e t e פ י ט p e t r i פ י ט ר י p e t t i s פ ט י ס p e y t o n פ י י ט ו ן p h i l l i m o n פ י ל י מ ו ן p h i l l i p פ י ל י פ p i a n o פ י א נ ו p i e r r e פ י א ר p i o u s פ א י ו ס p i q u i o n n e פ י ק י ו ן p i t u r c a פ י ט ו ר ק א p l a m e n פ ל י י מ ן p l a u t z פ ל א ו ץ p o l a n d פ ו ל נ ד p o m p i d o u פ ו מ פ י ד ו p r i o n פ ר י ו ן p r o p a n e פ ר ו פ י י ן p r o s t פ ר ו ס ט p u l c i פ ו ל ש י p u y o l פ ו י ו ל q a t a r ק ט ר q u a g l i a r e l l a ק ו א ל י א ר י ל א q u a i d ק ו י י ד q u a s i m o d o ק ו א ז י מ ו ד ו q u m r a n ק ו מ ר א ן r a d u c i o i u ר א ד ו ס י ו r a f f a e l e ר פ א ל י r a h m a n ר ח מ ן r a j a ר ג ' א r a l p h ר א ל ף r a m e a u ר א מ ו r a m i r e z ר א מ י ר י ז r a m y ר א מ י r a p a i c ר א פ א י י ט ש r a s u l ר ס ו ל r a t e b ר א ט ב r a t o m i r ר א ט ו מ י ר r e d a ר ד א r e g e n s b u r g ר י ג נ ס ב ר ג r e i n h a r t ר י י נ ה א ר ט r e n a ר י נ א r e n a u d ר י נ ו r e y m o n t ר י י מ ו נ ט r e y n a u d ר י נ ו r i b e r y ר י ב ר י r i c a ר י ק א r i c h e r t ר י צ ' ר ט r i f a a t ר י פ ע ט r i g o b e r t ר י ג ו ב ר ט r i s s e r ר י ס ר r i s t o ר י ס ט ו r i z w a n ר י ז ו א ן r o d r i g o ר ו ד ר י ג ו r o g e r ר ו ג ' ר r o o s e v e l t ר ו ז ו ו ל ט r o r a i m a ר ו ר א י מ א r o s e t t i ר ו ז י ט י r o s t o v ר ו ס ט ו ב r o v a n i e m i ר ו ב א נ י א מ י r u b i o ר ו ב י ו r u d d y ר ו ד י r u i t e r ר ו י ט ר r u s k ר א ס ק r u s u d a n ר ו ס ו ד א ן s a a r t j i e ס א ר ט ג ' י s a h a r ס ח ר s a h e l ס א ח ל s a h n o u n ס ח נ ו ן s a i d ס ע י ד s a i n t ס י י נ ט s a l a m a ס ל א מ ה s a l a m e h ס ל א מ ה s a m i ס א מ י s a n c h e z ס א נ ש י ז s a n t i ס א נ ט י s a p u n a r u ס א פ ו נ א ר ו s a q r ס א ק ר s a r i n a n a ס א ר י נ א נ א s a r k ס א ר ק s a s s i ס א ס י s a s s o o n ס א ס ו ן s a w a ס א ו ו א s a w a s h i r o ס א ו א ש י ר ו s a w i r i s ס א ו י ר י ס s c a l o n i ס ק א ל ו נ י s c h a a f ש א ף s c h a m i ש א מ י s c h e r z i n g e r ש י ר ז י נ ג ר s c h i n d l e r ש י נ ד ל ר s c h o l e s ס ק ו ל ז s c h w i m m e r ש ו י מ ר s c o t l a n d ס ק ו ט ל א נ ד s e a m a n ס י מ א ן s e b a s t i a o ס ב א ס ט י א ו s e f e r i s ס פ ר י ס s e j d i u ס י ד י ו s e k i ס ק י s e n t u r k ס נ ט ו ר ק s e r g i n h o ס י ר ג י נ ה ו s e r i ס ר י s e r r a ס י ר א s e t s u b u n ס י ט ס ו ב ו ן s h a g a r i ש א ג א ר י s h a w k a t ש א ו ק א ט s h a w k i ש א ו ק י s h a y ש י s h e f e r ש פ ר s h e h u ש ה ו s h e h z a d ש ה ז א ד s h e r i d a n ש י ר י ד א ן s h i n i n g a y a m w e ש י נ י נ ג א י א מ ו י s h i n k a n s e n ש י נ ק א נ ס ן s h i r a i ש י ר א י s h w i k a r ש ו י ק א ר s i d o n ס י ד ו ן s i m f e r o p o l ס י מ פ י ר ו פ ו ל s i m u n i c ס י מ ו נ י ט ש s i p o s ס י פ ו ס s i t t i n g ס י ט י נ ג s k a h ס ק א ח s l a v k o v ס ל א ב ק ו ב s l a v o n i a ס ל א ו ו נ י א s l o b o d a n ס ל ו ב ו ד א ן s m e t a n a ס מ י ט נ א s m i t h i e s ס מ י ת י ז s n e i j d e r ש נ א י ד ר s o d i u m ס ו ד י ו ם s p a c e y ס פ י י ס י s p e n ס פ י ן s p i n o z a ס פ י נ ו ז א s q u i l l a c i ס ק ו י ל א צ ' י s t a d e ס ט א ד s t a m i l e ס ט א מ א י ל s t a r i ס ט א ר י s t e e l ס ט י ל s t e f a n s o n ס ט פ א נ ס ו ן s t e f f e n ס ט י פ ן s t e p a n ס ט י פ א ן s t e p h e n ס ט י פ ן s t e p h e n s ס ט י פ נ ס s t o j k o v i c ס ט ו י ק ו ב י ט ש s t o l t e n b e r g ס ט ו ל ט נ ב ר ג s t r a d i v a r i u s ס ט ר א ד י ב א ר י ו ס s u c h o p a r e k ס ו צ ' ו פ א ר י ק s u d a n ס ו ד א ן s u d b u r y ס ו ד ב ר י s u g i y a m a ס ו ג י י א מ א s u l a i m a n ס ו ל י י מ ן s u m a t r a ס ו מ ט ר ה s u m e r ס ו מ ר s u r e e ס ו ר י s u s s m u t h ס ו ס מ ו ת s u t t n e r ס ו ט נ ר s u v o r o v ס ו ב ו ר ו ב s v e n s s o n ס ו י נ ס ו ן s w a i l e ס ו י י ל s y e d ס י י ד t a f t ט א פ ט t a g o e ט א ג ו t a i p e i ט א י פ י י t a j a l l i ט ג ' ל י t a k a m o r i ט א ק א מ ו ר י t a l e b l o o ט א ל ב ל ו t a l p i o t ת ל פ י ו ת t a m i m ת מ י ם t a s s o t t i ט א ס ו ט י t a u t ט א ו ט t e n o r i o ט י נ ו ר י ו t e u g e l s ט י ג י ל ס t h e o d o r o s ת י ו ד ו ר ו ס t h o r s t ת ו ר ס ט t h u r a m ט ו ר א ם t h w a i t e ת ו א י ט t i b e t ט י ב ט t i e ט א י t i o m k i n ט י ו מ ק י ן t o c a n t i n s ט ו ק א נ ט י נ ז t o m a s ט ו מ א ס t o m i s l a v ט ו מ ס ל א ב t o n i ט ו נ י t o r i u m i ט ו ר י ו מ י t o s h i o ט ו ש י ו t o s h i r o ט ו ש י ר ו t r i m u r t i ט ר י מ ו ר ט י t r i p o l i ט ר י פ ו ל י t r i s t a n ט ר י ס ט א ן t r n a v a ט ר נ א ב א t r u l l i ט ר ו ל י t r u t h ט ר ו ת t s c h u m i צ ' ו מ י t s u n a y o s h i ט ס ו נ א י ו ש י t s y m b a l a r צ י מ ב א ל א ר t u m e l o ט ו מ י ל ו t u r n e r ט י ר נ ר t u s c a n y ט ו ס ק א נ י u g a n d a א ו ג א נ ד א u t h m a n ע ו ת מ א ן v a g n e r ו א ג נ ר v a h i d ו ח י ד v a l e n c i a ו א ל נ ס י א v a n c o u v e r ו א נ ק ו ב ר v a n d e n d a e l e ו א נ ד נ ד י י ל v a s a r e l y ו א ס א ר ל י v a s c o ו א ס ק ו v a s i l y ו א ס י ל י v a v a ו א ו א v e l a z q u e z ו י ל א ז ק י ז v e l h a ו ל ה א v e r a ו י ר א v i a n i ו י א נ י v i c i n i ו י צ ' י נ י v i l i a m ו י ל י א ם v i r g i n i e ו י ר ג ' י נ י v i s w a n a t h a n ו י ס ו א נ א ת א ן v i t r u v i u s ו י ט ר ו ב י ו ס v l a s t i m i l ו ל א ס ט י מ י ל v o g e l ב ו ג ל v o l k a n ו ל ק א ן v o l v o ו ו ל ב ו v o r o n i n ב ו ר ו נ י ן v u k o j e v i c ב ו ק ו ב י ט ש w a d i h ו א ד י ח w a l d h e i m ו א ל ד ה א י ם w a l l a c e ו א ל א ס w a n g a r i ו א נ ג א ר י w a n i s ו א נ י ס w a t a r u ו א ט א ר ו w a t t s ו א ט ס w a w r i n k a ו א ו ר י נ ק א w e h r ו ר w e i ו י י w e i s s ו א י ס w e l t e r ו ל ט ר w e n d e l l ו י נ ד ל w e n g e r ו י נ ג ר w h e a t e r ו י ט י ר w h i t a k e r ו י ט א ק ר w i k i ו י ק י w i s n i e s k i ו י ס נ י ס ק י w o j c i k ו ו י צ ק w o n g ו ו נ ג w o o d c o c k ו ו ד ק ו ק w o o d l e y ו ו ד ל י w o u t e r s ו ו ט ר ס w o z n i a k ו ז נ י א ק y a f a י א פ א y a g u r י א ג ו ר y a m a d a y e v י א מ א ד א י י ב y a n a i י נ א י y a n n י א ן y a o k u n י א ו ק ו ן y a q u b י ע ק ו ב y a s u o י א ס ו y a t o m י ת ו ם y o l a n d e י ו ל א נ ד y o r i t o m o י ו ר י ט ו מ ו y o r k s h i r e י ו ר ק ש י ר y o u s s e f י ו ס ף y u k i n o י ו ק י נ ו z a c h a r y ז א ק א ר י z a h o r s k i ז א ה ו ר ס ק י z a k a r i a ז ק ר י א z a l a y e t a ז א ל א י י ט א z a t ז א ט z a u r i ז א ו ר י z e b e c ז י ב י ט ש z e i n ז י י ן z e l a y a ז י ל א י א z e n o ז י נ ו z e v i צ ב י z e v u l u n ז ב ו ל ו ן z e w a i l ז ו י י ל z i m m e r m a n ז י מ ר מ א ן z i o n ז א י ו ן z o f f ז ו ף z o h a r ז ו ה ר z u b i z a r r e t a ז ו ב י ז א ר י ט א z v o n i m i r ז ב ו נ י מ י ר z w e i g צ ב א י ג đ u r i c ד ו ר י ט ש ľ u b o m i r ל ו ב ו מ י ר ľ u b o s ל ו ב ו ס
cc33f671cc87fec1a12d3a2ec959bbaefed414ac
449d555969bfd7befe906877abab098c6e63a0e8
/2339/CH7/EX7.5.1/Ex7_5.sce
ff9d8119b034a3b0668d3e15ad06a724bbef4e43
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
294
sce
Ex7_5.sce
clc clear Vc=5*(10^-4); D=0.15; L=0.2; Vs=(22/7)*D*D*L*(1/4); r=(Vc+Vs)/Vc; G=1.4; Ea=[1-(1/(r^(G-1)))]; Eith=0.3; Erel=Eith/Ea; printf('Erel= %3.2f Percent',Erel*100); printf('\n'); Pm=500; //in kPa n=1000/2; IP=(Pm*Vs*n)/60; printf('IP= %3.2f kW',IP); printf('\n');
c36897c296fed0095d35f74bf5e6b96feb5fb9f7
449d555969bfd7befe906877abab098c6e63a0e8
/1484/CH6/EX6.17/6_17.sce
d9bf1bd0f6ef06ed6d7c7555cd8200707edc8d49
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499000
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
415
sce
6_17.sce
clc //initialisation of variables f= 0.008 l= 2000 //ft p1= 34 //ft p2= 8 //ft p3= 4 //ft g= 32.2 //ft/sec^2 d= 18 //in P= 140 //ft l1= 9500 //ft //CALCULATIONS v= sqrt((p1-p2-p3)*2*g/((d/12)+(4*f*l/(d/12)))) Q= %pi*(d/12)^2*v/4 v1= sqrt(P*2*g/((d/12)+(4*f*l1/(d/12)))) Q1= %pi*(d/12)^2*v1/4 //RESULTS printf ('Quantity discharge= %.f cuses',Q) printf ('\n Quantity discharge= %.2f cuses',Q1)
2daa1151930502f538f9634627d42e5be0b57db9
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set14/s_Linear_Algebra_And_Its_Applications_G._Strang_70.zip/Linear_Algebra_And_Its_Applications_G._Strang_70/CH2/EX2.3.3/2_3_3.sci
d98468fc4cc20be29f3022ccae0367618c1aea1e
[]
no_license
hohiroki/Scilab_TBC
cb11e171e47a6cf15dad6594726c14443b23d512
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
refs/heads/master
2021-01-18T02:07:29.200000
2016-04-29T07:01:39
2016-04-29T07:01:39
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
193
sci
2_3_3.sci
errcatch(-1,"stop");mode(2);; ; A=[3 4 2;0 1 5;0 0 2]; disp(A,'A='); disp('The columns of the triangular matrix are linearly independent,it has no zeros on the diagonal'); //end exit();
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
23